body {
    font: 11pt Arial, Verdana, sans-serif;
    color: black;
    background-color: white;
    margin: 0px 0 0 0;
}

.defpage {
    max-width: 1200px;
    margin: auto;
    text-align: left;
}

.defcontent {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
    width: 1200px;
    box-sizing: border-box;
}

@media screen and (max-width: 550px) {

    .defcontent {
        font-family: 'Roboto', sans-serif;
        font-size: 2.1vh;
        line-height: 1.6;
        padding-left: 18px;
        padding-right: 8px;
        width: 100%;
        box-sizing: border-box;
    }
}


sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

input[type=submit] {
    background-color: #357AE8;
    color: white;
    border-style: solid;
    border-color: #357AE8;
    border-width: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

    input[type=submit]:hover {
        background-color: #2B66C0;
        border-color: #2B66C0;
    }

input[type=reset] {
    background-color: #357AE8;
    color: white;
    border-style: solid;
    border-color: #357AE8;
    border-width: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

    input[type=reset]:hover {
        background-color: #2B66C0;
        border-color: #2B66C0;
    }

input[type=button] {
    background-color: #357AE8;
    color: white;
    border-style: solid;
    border-color: #357AE8;
    border-width: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

    input[type=button]:hover {
        background-color: #2B66C0;
        border-color: #2B66C0;
    }

input[type=text], textarea, select {
    border-radius: 5px;
    padding: 6px;
    border: 1px solid grey;
}

#header {
    width: 100%;
    padding: 14px 0;
    color: white;
    background-color: #2B6AA8;
    margin: 0;
    display: none;
}

    #header a {
        color: #DDDDDD;
        text-decoration: none;
    }

        #header a:hover {
            color: white;
            text-decoration: underline;
        }

.headerContainer {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.headerLeft {
    padding: 0 10px;
    width: 802px;
}

.headerRight {
    max-width: 398px;
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.companyName {
    font-size: 14pt;
}

.companyNametest {
    font-size: 14pt;
    font-family: "Montserrat", sans-serif;
}

.mcompanyName {
    width: 175px;
    float: right;
    padding-top: 10px;
}

/* Menubar show/hide — base: hidden, shown at 769px via media query below */
#menubar { display: none; }

/* ─── All other menubar styles are in mmenubar.inc ─── */

#menurootdesign {
    max-width: 1400px;
    font-size: 13pt;
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    #menurootdesign a {
        color: white;
        text-decoration: none;
        transition: 0.3s ease-out;
        padding: 8px 18px;
    }

        #menurootdesign a:hover {
            color: #BBBBC1;
            background-color: #3C3C3D;
        }

#menuroottest {
    max-width: 1200px;
    font-family: "Montserrat", sans-serif;
    font-size: 13pt;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    #menuroottest a {
        color: white;
        text-decoration: none;
        transition: 0.15s ease-out;
        padding: 8px 18px;
    }

        #menuroottest a:hover {
            color: #BBBBC1;
            background-color: #3C3C3D;
        }

.quote {
    background-color: #B28800;
}

a.quote:hover {
    background-color: #D6A000 !important;
}

#mBorder {
    background-color: white;
    height: 0;
}

#mininav {
    font-size: 9pt;
    padding: 0;
    color: gray;
    text-align: left;
    background-color: white;
}

#content {
    width: 1200px;
    margin: auto;
    text-align: left;
}

#defaultcontent {
    max-width: 100%;
    margin: auto;
    text-align: left;
}

#pageContent {
    padding: 0 5px;
    vertical-align: top;
    max-width: 655px;
    width: 100%;
    background-color: white;
    margin: 0;
    line-height: 150%;
}

    #pageContent img {
        border-width: 0;
    }

#infoContent {
    padding: 0;
    vertical-align: top;
    width: 335px;
    color: black;
    margin: 0;
    display: none;
}

    #infoContent img {
        border-width: 0;
    }

/* ==========================================================
   FOOTER v7 — Clean, professional, B2B-optimized
   ========================================================== */

#footercontainer {
    height: auto;
}

#footer {
    width: 100%;
    padding: 0 20px;
    color: white;
    background: linear-gradient(180deg, #2B6AA8 0%, #1E4F7A 100%);
    margin: 0;
}

#footerNav {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- ROW 1: Brand + CTA --- */

#footerCTA {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 32px 0 28px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

.footerLogo {
    flex-shrink: 0;
}

#footer .footerLogo img {
    display: block;
    width: 150px;
    height: auto;
    border: 0;
}

#footerTagline {
    font-size: 14pt;
    color: white;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.footerBtn {
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.footerBtnPrimary {
    background-color: #D4A017;
    color: white !important;
    border: 2px solid #D4A017;
    box-shadow: 0 2px 8px rgba(212, 160, 23, 0.3);
}

    .footerBtnPrimary:hover {
        background-color: #E0AC20;
        border-color: #E0AC20;
        color: white !important;
        text-decoration: none !important;
        box-shadow: 0 4px 16px rgba(212, 160, 23, 0.45);
        transform: translateY(-1px);
    }

/* --- ROW 2: Link Columns --- */

#footerColumns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px 25px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

.footerCol {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footerColTitle {
    font-size: 14pt;
    font-weight: bold;
    color: white;
    letter-spacing: 0.02em;
    padding-bottom: 8px;
    border-bottom: 2px solid #D4A017;
    margin-bottom: 4px;
}

#footer .footerCol a {
    display: block;
    font-size: 11.5pt;
    line-height: 1.5;
    padding: 1px 0;
    background: none;
    color: rgba(255,255,255,0.88) !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

    #footer .footerCol a:hover {
        color: white !important;
        text-decoration: none;
        padding-left: 4px;
    }

/* --- ROW 3: Social | Contact | Legal --- */

#footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 22px 0 28px;
    flex-wrap: wrap;
    gap: 15px;
}

/* Social — left */
#footerSocial {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

#footerSocialLabel {
    font-size: 11pt;
    color: rgba(255,255,255,0.8);
    margin-right: 2px;
    white-space: nowrap;
}

#footer #footerSocial img {
    height: 32px !important;
    max-height: 32px !important;
    width: auto !important;
    max-width: 32px;
    display: block !important;
    opacity: 0.8;
    transition: all 0.25s ease;
}

#footer #footerSocial a:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

#footer #footerSocial a:focus {
    outline: 2px solid white;
    outline-offset: 3px;
    border-radius: 3px;
}

/* Contact info — center */
#footerContact {
    font-size: 10.5pt;
    color: rgba(255,255,255,0.75);
    text-align: center;
    line-height: 1.6;
}

    #footerContact a {
        color: rgba(255,255,255,0.75) !important;
        text-decoration: none;
    }

        #footerContact a:hover {
            color: white !important;
            text-decoration: underline;
        }

/* Legal — right */
#footerLegal {
    font-size: 9.5pt;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    text-align: right;
}

    #footerLegal p {
        margin: 2px 0;
    }

    #footerLegal > a {
        color: rgba(255,255,255,0.75) !important;
        font-size: 10pt;
        display: inline-block;
        margin-bottom: 4px;
    }

        #footerLegal > a:hover {
            color: white !important;
            text-decoration: underline;
        }

/* --- Global footer link defaults --- */

#footer a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

    #footer a:hover {
        color: white;
    }

    #footer a:focus {
        outline: 2px solid rgba(255,255,255,0.5);
        outline-offset: 2px;
        border-radius: 2px;
    }

#footer img {
    border: 0;
}

/* ==========================================================
   END FOOTER
   ========================================================== */

.headsections {
    overflow: hidden;
    height: calc(100vh - 120px);
    text-align: center;
    position: relative;
}

.sections {
    overflow: hidden;
    height: 100vh;
    text-align: center;
    position: relative;
}

#scrollmenu {
    display: block;
    position: fixed;
    left: 2%;
    top: 38%;
    z-index: 9998;
    max-width: 15%;
}

    #scrollmenu a {
        list-style: none;
        color: white;
        transition: 0.4s ease-out;
        line-height: 0.1;
        font-weight: 600;
        letter-spacing: -.009em;
        font-family: var(--tds-sans-font_stack);
        text-decoration: none;
        font-size: 22pt;
        font-weight: bold;
    }

.scrollname:hover {
    color: rgba(255,255,255,1) !important;
}

.scrollname {
    font-size: 1vw;
    font-weight: normal;
    transition: 0.4s ease-out;
}

.sectioncontent {
    text-align: center;
    color: white;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: var(--tds-sans-font_stack);
}

.hidden {
    opacity: 0;
}

.learnmore {
    display: block;
    font-size: 1.8vh;
    color: white;
    margin: 3vh auto 15px auto;
    max-width: 40%;
    padding: 8px 60px 8px;
    border: 4px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    transition: 0.4s ease-out;
}

    .learnmore:hover {
        color: black;
        background-color: white;
    }

.example {
    animation-name: example;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.scroll-down {
    position: absolute;
    left: 47%;
    margin: auto;
    font-size: 5vh;
    text-decoration: none;
    text-shadow: 0;
    width: 3.5vh;
    height: 3.5vh;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0,-10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0,10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0,-10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0,10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0,-10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0,10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes example {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
        transform: translateY(-25px);
    }
}

/* Styles for Navigation */
#pageContent a {
    color: #2F5B8E;
    text-decoration: none;
}

    #pageContent a:hover {
        text-decoration: underline;
    }

    #pageContent a:active {
        text-decoration: none;
    }

#infoContent a {
    color: #2F5B8E;
    text-decoration: none;
}

    #infoContent a:hover {
        text-decoration: underline;
    }

    #infoContent a:active {
        text-decoration: none;
    }

#mininav a {
    text-decoration: none;
    color: gray;
}

    #mininav a:hover {
        text-decoration: underline;
        color: black;
    }

/*
General styles
*/
.boldText {
    font-weight: bold;
}

.mediumText {
    font-size: 14pt;
}

.largeText {
    font-size: 15pt;
}

.smallText {
    font-size: 7.5pt;
    font-weight: normal;
}

.smallItalicText {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
}

.italicText {
    font-style: italic;
    font-weight: normal;
}

.leftText {
    text-align: left;
}

.centerText {
    text-align: center;
}

.rightText {
    text-align: right;
}

.imageLeft {
    float: left;
}

.imageRight {
    float: right;
}

/*
	Mobile Styles
*/

#fullMenu {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

#fullMenuBar {
    color: #07223D;
    background: #fff;
    font-size: 12pt;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 0 0 #fff, 0 5px 0 0 #e2e8f0;
}

    #fullMenuBar a {
        padding: 0 11px 0 5px;
        color: #07223D;
        text-decoration: none;
        vertical-align: middle;
    }

#fullMenuItems {
    font-size: 14pt;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding-left: 15px;
    padding-top: 6px;
    width: 90%;
    border-right: 1px solid #e2e8f0;
}

    #fullMenuItems a {
        padding: 10px 6px 10px 15px;
        background-color: #fff;
        display: block;
        color: #475569;
        text-decoration: none;
        font-weight: 600;
        font-size: 13pt;
        border-bottom: 1px solid #f1f5f9;
    }

        #fullMenuItems a:hover {
            color: #07223D;
            background: #f8fafc;
        }

.moveLeft {
    display: block;
}

.hideLeft {
    display: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column0 {
    width: 765px;
    padding: 0 10px 0 0;
    float: left;
    box-sizing: border-box;
    line-height: 150%;
}

.column1 {
    width: 435px;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

    .column1 img {
        border-width: 0;
    }

    .column1 a {
        color: #2F5B8E;
        text-decoration: none;
    }

        .column1 a:hover {
            text-decoration: underline;
        }

        .column1 a:active {
            text-decoration: none;
        }

.column2 {
    width: 500px;
    float: left;
    box-sizing: border-box;
    line-height: 150%;
}

.column3 {
    width: 500px;
    padding: 0;
    float: left;
    box-sizing: border-box;
    line-height: 150%;
}

.defpage {
    margin: auto;
    text-align: left;
}

.defcontent {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
    max-width: 1200px;
    box-sizing: border-box;
}

@media screen and (max-width: 550px) {

    .defcontent {
        font-family: 'Roboto', sans-serif;
        font-size: 2.1vh;
        line-height: 1.6;
        padding-left: 18px;
        padding-right: 8px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1000px) {
    .headerContainer {
        width: 1400px;
    }
}

@media screen and (min-width: 500px) {
    .headerRight {
        width: 398px;
    }
}

/* --- FOOTER RESPONSIVE --- */

@media screen and (max-width: 900px) {
    #footerCTA {
        flex-wrap: wrap !important;
    }

    #footerColumns {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 22px 25px !important;
    }

    #footerBottom {
        flex-direction: column !important;
        gap: 18px !important;
    }

    #footerContact {
        text-align: left !important;
    }

    #footerLegal {
        text-align: left !important;
    }
}

@media screen and (max-width: 768px) {
    .column0, .column1, .column2, .column3 {
        width: 100%;
        padding: 0 5px;
    }

    body {
        margin: 0;
        padding-top: 47px !important;
    }

    #footer {
        padding: 0 18px !important;
    }

    #footerCTA {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 22px 0 20px !important;
    }

    #footer .footerLogo img {
        width: 130px !important;
        display: block !important;
    }

    #footerTagline {
        font-size: 12pt !important;
    }

    .footerBtn {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    #footerColumns {
        grid-template-columns: 1fr 1fr !important;
        gap: 18px 20px !important;
        padding: 22px 0 !important;
    }

    .footerColTitle {
        font-size: 12pt !important;
    }

    #footer .footerCol a {
        font-size: 10.5pt !important;
        display: block !important;
    }

    #footerBottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    #footerContact, #footerLegal {
        text-align: left !important;
    }

    #footerSocialLabel {
        font-size: 10pt !important;
    }

    #footer #footerSocial img {
        height: 28px !important;
        max-height: 28px !important;
        display: block !important;
    }
}

@media screen and (min-width: 769px) {
    #fullMenu, .moveLeft {
        display: none;
    }

    #menubar, #header, #infoContent, .hideLeft {
        display: block;
    }

    #pageContent {
        padding: 0 30px 0 0;
    }
}

/* Box-sizing for header/mobile elements */
#header *,
#header *::before,
#header *::after,
#fullMenu *,
#fullMenu *::before,
#fullMenu *::after,
.headerContainer,
.headerContainer *,
.headerLeft,
.headerRight {
    box-sizing: content-box;
}

/* Visually-hidden utility for accessibility-only headings */
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
