body{
    background: #333
}

body:before{
    background: url("../images/slide-10.jpg") center top no-repeat;
    background-size: cover;
    /*-webkit-filter: blur(2px);*/ /* Safari */
    /*filter: blur(2px);*/
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.head{
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #033364;
    background: rgba(255,255,255,0.5);
   -webkit-box-shadow: 0px 5px 10px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(221,221,221,1);
    box-shadow: 0px 5px 10px 0px rgba(221,221,221,1);
}

.head h3{
    margin: 0 auto;
    font-weight: bold;
    padding-left: 22px;
}

.contOuter{
   
    /*position: absolute;
    width: 100%;
    height: 100%;*/
}

.contBody{
    padding-top: 20px;
}

.leftPanel{
    background: rgba(3,51,100,0.5);
    height: 400px;
    padding: 20px;
}

.rightPanel{
   background: rgba(3,51,100,0.5);
    height: 400px;
    padding: 15px;
}


.rightPanel .btn-lg{
    margin-bottom: 15px;
    text-align: left;
}

.rightPanel .btn-lg span{
    margin-right: 10px;
}

.card-header h5 {
    background: #edf5e1;
    display: block;
}

.panel-title a{
    display: block;
    text-align: left;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.panel-body{
    max-height: 200px;
    overflow-y: scroll;
}

.panel-title a i{
    float: right;
}

.panel-title a span{
    margin-right: 5px;
}

.footer {
    position: fixed;
    padding: 20px 0 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #033364;
    text-align: center;
    font-weight: bold;
}

.download:hover{
    color: blue;
}