body {
    font-family: Inter;
}

h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #355988;
}

h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: justify;
    color: #000000;
}

a {
    color: #0645AD;
}

input:focus {
    outline: none;
}

#top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #FFA559;
    background: #FFA559;
    color: #FFFFFF;
}

.custom-navbar {
    background: #112D4E;
}

.custom-navbar .custom-form {
    background: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    width: 220px;
    display: flex;
    letter-spacing: -0.015em;
    color: #000000;
    border: solid 1px #112D4E;
    box-sizing: border-box;
    border-radius: 3px;
}

.custom-navbar #search_btn {
    color: #000000;
    background: #FFFFFF;
    border: solid 1px #112D4E;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 3px;
}

.custom-navbar .navbar-brand {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}

.custom-navbar .nav-item .nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.custom-navbar form {
    margin-left: 0;
}

.custom-navbar ul {
    margin: 0;
    padding: 0;
}

.page_link a {  
    font-size: 14px;  
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    color: #355988;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page_link a.active {
    color: #000000;
}

.page_link a:hover {
    color: #000000;
}

.page_link span {  
    font-size: 14px;
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #112D4E;
}

.btn-custom {
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.015em;
    border: solid 1px #112D4E;
    color: #112D4E;
}

.btn-custom:hover {
    background: #112D4E;
    color: #FFFFFF;
}

.search-results {
    right: 1%;
    position: fixed;
    width: 280px;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #DBE2EF;
    background-color: #FFFFFF;
    z-index: 9999;
    text-align: center;
    display: none;
    margin-top: 1px;
    box-sizing: border-box;
}

.search-results .result-item {
    cursor: pointer;
    font-size: 14px;
    color: #0053B3;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #DBE2EF;
    background-color: #FFFFFF;
}

.search-results .result-item:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .custom-navbar .navbar-brand {
        font-size: 32px;
        line-height: 39px;
    }
}