html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    color: #151515;
    font-size: 16px;
    line-height: 150%;
    background: none;
}
h1 { color: #464487; font-size: 48px; margin: 0; text-transform:uppercase; letter-spacing:2px; }
h2 { color: #24236B; font-size: 36px; margin: 0; text-transform:uppercase; letter-spacing:1px; padding-bottom:15px; }
h3 {
    color: #464487;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
}
h4 {
    color: #2f2f2f;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #151515;
    font-size: 16px;
    line-height: 150%;
}
a {
    outline: none;
    color: #464487;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: all .3s;
}
a:hover {
    color: #8C8BBA;
    text-decoration: none;
}
.container-nav {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.container-feature,
.container-standard,
.container-footer {
    width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 0px;
    box-sizing: border-box;
}
.container-feature h2 {color: #24236B; font-size: 36px; margin: 0; text-transform:uppercase; letter-spacing:1px; padding-bottom:15px; }
.container-feature :has(img){border-bottom: none;}
.container-feature .column-left,
.container-feature .column-right {
    width: 50%;
    padding: 0px 15px;
}
.container-feature .column-left-70 {
    width: 70%;
    padding: 0 0px;
}
.container-feature 
.column-left-70 .link-list {
    list-style-type: none;
    line-height: 40px;
}
.container-feature .column-right-30 {
    width: 30%;
    padding: 0px 0px 0px 15px;
}
.column-right-30 .link-list {
    list-style-type: none;
    line-height: 40px;
}
.container-standard .column {
    width: 25%;
    text-align: center;
    padding: 10px 5px;
}
.container-standard .column a:has(img) {
    border-bottom: none;
}
.container-standard .column img {
    max-width: 144px;
}
.container-footer .footer-column {
    width: 50%;
    padding: 0 10px;
}
.small-padding {
    padding: 20px 0;
}
.med-padding {
    padding: 40px 0;
}
#feature {
    background: #E5E5F0;
    margin: 0 auto;
    padding-bottom: 1px;
    clear: both;
}
#header-top {
    width: 100%;
    background: #2F3073;
    z-index: 998;
}
#header-top a:has(img) {
    border-bottom: none;
}
.header-contact h3 {
    color: #C1C1DA;
    font-size: 17px;
    text-align: right;
    padding-top: 22px;
}
#footer {
    background: #333;
    border-top: solid 9px #222;
    font-size: 14px;
    padding: 20px 0;
}
.footer-button {
    display: inline-block;
    background-color: rgba(255,255,255,0.05);
    color: #fff;
    text-transform: uppercase;
    padding: 7px 12px;
    border: solid 2px #fff;
    border-radius: 4px;
    transition: all .3s;
}
.footer-button:hover {
    background-color: rgba(255,255,255,0.15);
}

.grpc-image a { border-bottom: none !important; }
.grpc-social {
    display: inline-block;
    margin-top: 20px;
}
.grpc-social-item {
    width: 30px;
    height: 30px;
    margin: 0 0 0 4px;
    display: inline-block;
    border-bottom: none;
}
.grpc-social-facebook {
    background: url(theme/facebook.png?1750810352) no-repeat top left;
}
.grpc-social-facebook:hover {
    background-position: bottom left;
}
.grpc-social-mail {
    background: url(theme/mail.png?1750810352) no-repeat top left;
}
.grpc-social-mail:hover {
    background-position: bottom left;
}
.grpc-social-youtube {
    background: url(theme/youtube.png?1750810352) no-repeat top left;
}
.grpc-social-youtube:hover {
    background-position: bottom left;
}
.navbar {
    background: #fff;
}
.navbar .container-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
}
.nav-links li {
    margin: 0 15px;
}
.nav-links a {
    color: #464487;
    text-decoration: none;
    border-bottom: solid 1px;
    padding: 5px 0;
}
.nav-links a:hover {
    color: #8C8BBA;
}
.dropdown {
    position: relative;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    min-width: 150px;
}
.dropdown:hover .sub-menu {
    display: block;
}
.sub-menu li {
    margin: 5px 0;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #464487;
    margin: 5px 0;
}
@media (max-width: 980px) {
    .container-nav,
    .container-feature,
    .container-standard,
    .container-footer {
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
    }
    .container-nav {
        align-items: flex-start;
    }
    .container-nav img {
        max-width: 200px;
    }
    .header-contact h3 {
        text-align: center;
        padding-top: 10px;
        font-size: 16px;
    }
    .container-feature .column-left,
    .container-feature .column-right,
    .container-standard .column,
    .container-footer .footer-column {
        width: 100%;
        padding: 0;
    }
    .container-feature .column-left h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .container-feature .column-left p {
        font-size: 16px;
    }
    .container-standard .column {
        width: 100%;
        margin-bottom: 20px;
    }
    .navbar .container-nav {
        justify-content: flex-end;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links li {
        margin: 10px 0;
    }
    .sub-menu {
        position: static;
        box-shadow: none;
        background: #f9f9f9;
    }
    .hamburger {
        display: block;
    }
    .container-footer .footer-column iframe {
        height: 200px;
    }
}
@media (max-width: 600px) {
    .container-feature .column-left h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .container-feature .column-left p {
        font-size: 14px;
    }
    .container-standard .column img {
        max-width: 120px;
    }
    .container-standard .column h3 {
        font-size: 18px;
    }
    .header-contact h3 {
        font-size: 14px;
    }
}

.construction-bar {
    background: #ff9900; /* Matches hover color from second CSS for consistency */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', Arial, sans-serif;
    width: 100%;
    z-index: 999; /* Ensures it stays above other elements */
}

.construction-bar p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

@media (max-width: 980px) {
    .construction-bar {
        font-size: 12px;
        padding: 8px 0;
    }
}