.navbar {
    background: #fff;
    border-radius: 0;
    margin: 0;
    position: relative;
    min-height: 61px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar .container {
    min-height: 70px;
    max-width: 980px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

button.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.top_most_navbar {
    height: 100px;
    background: #3f8beb;
    padding: 0;
    margin: 0;
}

.top_most_navbar .container {
    padding: 0;
}

.top_most_inner {
    height: 100px;
    font-weight: bold;
    color: #fff;
    /*padding-left: 30px;*/
}

.top_most_navbar .close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 21px;
    height: 21px;
    margin: 10px 20px 0 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.top_most_navbar img {
    height: 85px;
    margin: 7px 20px 0 0;
    float: left;
}

.top_most_text {
    float: left;
    height: 100px;
}

.top_most_heading {
    font-size: 35px;
    height: 60px;
    line-height: 60px;
}

.top_most_paragraph {
    padding: 0;
    margin: 0;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
}

.top_most_navbar .modal, .top_most_navbar .visible-xs {
    display: none;

}
.top-banner.modal-dialog .modal-body{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.top-banner.modal-dialog .modal-header {
    overflow: auto;
}

.top-banner.modal-dialog .sr-only {
    display: none;
}

.top-banner.modal-dialog h4 {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
}

.top-banner.modal-dialog ol li {
    margin: 0 0 0 40px;
}

.top-banner.modal-dialog .modal-footer {
    overflow: auto;
    padding-top: 15px;
}

.top-banner.modal-dialog .modal-footer button[data-dismiss="modal"] {
    float: right;
}