/* header */

header {
    width: 100%;
    height: 80px;
}

a {
    text-decoration: none!important;
}

.navbar {
    margin-top: 50px;
}

.navbar-header span {
    font-size: 38px;
    color: white;
    margin: 0 auto;
}

.pre-scrollable {
    max-height: 800px;
}


/* footer */

footer {
    background-color: #F7F8FA;
}

footer .col-xs-6 {
    padding: 0;
}

footer .footer-item .footer-item-text:last-child {
    margin-top: 15px;
}

footer .footer-item .footer-item-text {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

footer .copyright {
    width: 100%;
    background-color: #313D74;
    color: #9CA7DE;
    padding: 14px 0;
    margin: 0;
}


/* responsive */

.container {
    width: 970px;
    max-width: none !important;
}

.container .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-header {
    float: left;
}

.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/* other */

html,
body {
    background-color: #EDEEF0;
}

.container {
    width: 980px;
}

header {
    background-color: #354076;
}

.main-content-container {
    background-color: #EDEEF0;
    padding: 20px 0 150px;
}

.path {
    padding-left: 20px;
}

.path .breadcrumb {
    background-color: transparent;
}

.main-content-container h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
}

.content {
    margin: 30px 0 155px;
    padding: 40px 0 50px;
    min-height: 400px;
}

.content .no-result {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.content .licence {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    padding-left: 300px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.help-banner {
    background: linear-gradient(to bottom, #354076, #605DAE);
}

.help-banner .container {
    height: 200px;
    background-size: auto 85%;
}

.help-banner h2 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 80px 0 0 40px;
}

.help-content h3 {
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    margin: 0;
    padding: 20px 0 20px 36px;
    border-bottom: 1px solid rgba(197, 203, 255, .2);
}

.help-content .list-group {
    border: none;
    border-radius: 0;
    background: transparent;
    padding-bottom: 20px;
}

.help-content .list-group-item {
    box-sizing: border-box;
    border: none;
    padding: 15px 0 15px 36px;
    background: transparent;
}

.help-content .list-group-item>a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}

.help-content .help-menu {
    background-size: 100% 100%;
}

.help-content h2 {
    margin: 15px 0 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #363636;
}

.help-content p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 1px;
}