@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@600&display=swap');

body {
    background-color: #fff;
}

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

a {
    color: #194f7f;
}

.container {
    width: 1100px;
}

.header-wrapper {
    background-image: linear-gradient(rgba(46, 53, 60, 0.4), rgba(46, 53, 60, 0.4)), url(header-bg.jpg);
    background-size: cover;
    height: 150px;
    border-top: 10px solid #464646cc;
}

.header {
    padding: 8px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    max-width: 300px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

.header__nav a:hover {
    text-decoration: none;
    background-color: #BBBBBB;
}

h2.ls-layer {
    font-size: 20px !important;
}