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

.t-primary-bgcolor {
    background-color: #208acf
}

a {
    color: #208acf
}

body {
    background-color: #fafafa;
}

.container {
    width: 1100px;
}

.header-wrapper {
    background-color: #ffca0f;
    border-bottom: 3px solid #000;
    margin-bottom: 3rem;
}

.header {
    padding: 7px 0 5px;
    display: flex;
    justify-content: space-between;
    width: 1605px;
}

.header__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    line-height: 55px;
    padding-top: 5px;
}

.certs {
    display: flex;
    justify-content: center;
}

.certs img {
    margin-left: 20px;
    height: 138px;
}

#header>div.header__right>div>img:nth-child(2) {
    margin-left: 10px;
}

.header__nav a {
    font-size: 12px;
    color: #060e25;
    text-transform: uppercase;
    font-weight: 100;
    font-family: Helvetica, sans-serif;
    border-top: 4px solid transparent;
    margin: 0 6px;
    padding: 18px 15px;
}

.header__nav a:hover {
    color: #5a627c;
    text-decoration: none;
    border-top: 4px solid #000;
}

.main {
    padding: 3rem;
}

.sidebar {
    margin-right: 3rem;
}