@import url("/templates/global.css");

body {
    background-color: #b6b6b6;
}

a {
    color: #25335a;
}

.t-primary-bgcolor {
    background-color: #25335a;
}

.container {
    width: 1200px;
}

.header-wrapper {
    background-color: #fff;
    border-top: 1px solid #2a3a65;
}

.header-wrapper::before {
    height: 25px;
    border-bottom: 1px solid #b18a26;
    background: url(nav-grad.png);
    display: block;
    content: "";
}

.header {
    width: 100%;
    border-top: 1px solid #2a3a65;
    border-bottom: 6px solid #7fb1df;
}

.header .container {
    background: url(header-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 149px;
    padding: 0;
}

.header__logo img {
    float: left;
    padding: 20px 0 0 14px;
}

.main {
    padding: 3rem;
}

.sidebar {
    margin-right: 3rem;
}