@font-face {
    src: url(FSElliotW05.woff2);
    font-family: "FSElliotW05";
}

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

a {
    color: #e4610f;
}

.container {
    width: 1170px;
}

body {
    background-color: #fff;
}

.header {
    width: 100%;
    box-shadow: 0 3px 4px 0 rgba(12, 8, 8, .25);
    position: relative;
    z-index: 10;
    font-family: "FSElliotW05", Helvetica, sans-serif;
}

.header a {
    transition: color .25s ease-in-out;
    color: #0c0808;
}

.header a:hover {
    text-decoration: none;
    color: #e4610f;
}

.header__top .container {
    height: 56px;
    padding: 16px 21px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__top a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}

.header__top i {
    font-size: 10px;
    margin-left: 6px;
}

.header__main {
    border-top: 1px solid #e7e6e6;
}

.header__main .container {
    height: 96px;
    padding: 24px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__main a {
    font-size: 16px;
    font-weight: 400;
    margin-left: 35px;
}

.header__logo {
    margin-left: 0 !important;
}

.main {
    padding-top: 3rem;
}

.sidebar {
    margin-right: 3rem;
}