@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:wght@600&display=swap');

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

body {
    background-color: white;
}

.container {
    width: 88%;
    max-width: 1200px;
}

.header {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.header__top__wrapper,
.header__nav__wrapper {
    background-color: #00b3e6;
}

.header__main__wrapper {
    border-bottom: 1px solid #f2f2f2;
}

.header__breadcrumbs__wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.header__top {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: right;
}

.header__top a {
    color: black;
    text-decoration: none;
    margin: 0 10px 0 12.7px;
    height: 23.8px;
    line-height: 25px;
}

.header__top a:hover {
    color: white;
}

.header__main {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-family: "Lato", sans-serif;
}

.header__logo {
    padding: 25px 0;
}

.header__logo img {
    margin-top: 3.7px;
}

.header__main span {
    color: #00b3e6;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 13px;
}

.header__nav {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.header__nav nav {
    display: flex;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
}

.header__nav nav a {
    color: white;
    text-decoration: none;
    line-height: 13px;
    padding: 20px 20px 17px 0;
}

.header__nav nav a.active,
.header__nav nav a:hover {
    color: black;
}

.bhfx__banner {
    position: absolute;
    top: 0;
    right: 2%;
    width: 188px;
    display: none;
}

@media (min-width: 1150px) {
    .bhfx__banner {
        display: block;
    }
}

.header__breadcrumbs {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 14px;
    font-size: 10px;
    padding: 11.4px 0 10px;
    color: #00a0d2;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
}

.header__breadcrumbs i:last-of-type {
    font-size: 8px;
    margin-left: 3.5px;
}

.page-project .downloadLoginNotice {
    color: #856404;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}