﻿body {
}


.navlinks > li:nth-child(6) {
    color: #00419E;
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    position: absolute;
    background: rgba(98, 182, 239, 0.80);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

#signIn {
    border-radius: 20px;
    border: none;
    background: #8ECAF3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}


.logo {
    width: 242px;
    height: 31.688px;
    flex-shrink: 0;
}

#navigation a {
    text-decoration: none;
    color: #fff;
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navlinks {
    font-weight: 400;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

footer {
    display: flex;
    width: 100%;
    overflow: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: var(--Soft-Grey, #CECECE);
}

    footer > div {
        display: none;
    }

.footerColumns > ul {
    list-style-type: none;
}

.footerColumns > b {
    font-family: "Segoe UI", "Helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #00419E;
}

body {
    margin: 0;
}




span#copyright {
    display: flex;
    height: 18px;
    justify-content: center;
    align-self: stretch;
    text-align: right;
    font-family: "Segoe UI", "Helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}


.dropdown .caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

#signIn > a {
    color: #00419E;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}


.navlinks > li.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
}

.dropdown:hover .caret > svg#altSVG {
    display: inline-block !important;
}

.dropdown:hover .caret > svg#mainSVG {
    display: none;
}

.navlinks > .dropdown:hover a {
    color: #00419E !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.dropbtn {
    all: unset;
}

.dropbtn {
    color: var(--White, #FFF);
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .dropbtn:hover {
        color: var(--Dusk, #00419E);
        font-family: "Segoe UI", "Helvetica";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.dropdown:hover .dropbtn {
    color: var(--Dusk, #00419E);
}


.sub-items {
/*    width: calc(50% - 10px);
*/    margin: 0 5px;
    box-sizing: border-box;
}

#hq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#solutionsColumns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
}

#bottomLogo {
    width: 242px;
    align-self: center;
    justify-content: center;
    height: 44px;
    margin-left: 10px;
}

.dropdown-menu {
    list-style: none;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
    border-radius: 0px 0px 8px 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
            border-radius: 0px 0px 8px 8px;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.footerColumns b {
    color: var(--Dusk, #00419E);
    font-family: "Segoe UI", "Helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footerColumns li > a, .footerColumns li {
    text-decoration: none;
    color: #000 !important;
    font-family: "Segoe UI", "Helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 5px;
    line-height: normal;
}

#bottomFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
}
