body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.navbar {
    position: relative;
    min-height: 125px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.navbar2 {
    position: relative;
    min-height: 40px;
    margin-bottom: 20px;
    background-color:#08365C;
    border: 1px solid transparent;
}

.footer-container {
    display: flex;
    width: 100%;
    background-color: #f6f6f6;
   
   border-radius:10px;  
    
}

.footer-band {

    position: relative;
    min-height: 70px;
    margin-bottom: 0px;
    background-color: #a6b0b3;
    border: 1px solid transparent;
}


.banner.container.navbar.welcome {
    margin-bottom: 0px;
    min-height: 0px;
}

.search.container.searchblock {
    min-height: 50px;
}


