@import url("/templates/global.css");
body {
	background-color: white;
}

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

a {
	color: #0063bd;
}

.container {
    width: 1170px;
}

.header-wrapper {
	background-color: white;
    border-top: 3px solid #00a3e0;
    border-bottom: 1px solid #e8e8e8;
}

.header {
    padding: 9px 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
    height: 76.5px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    font-family: "Calibri Light", sans-serif;
    font-weight: 600;
    color: #0009;
    font-size: 20px;
    transition: all .4s ease-in-out;
}

.header__nav a:hover {
    text-decoration: none;
    opacity: .7;
}

.header__nav a:not(:last-child) {
    margin-right: 30px;
}

.main {
    padding-top: 3rem;
}

.sidebar {
    margin-right: 3rem;
}