﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

button, hr {
    overflow: visible
}

img, legend {
    border: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    button:-moz-focusring, input:-moz-focusring {
        outline: ButtonText dotted 1px
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

optgroup {
    font-weight: 700
}

@font-face {
    font-family: 'Saans-Light';
    src: url('../Fonts/Saans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-Medium';
    src: url('../Fonts/Saans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-Regular';
    src: url('../Fonts/Saans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-SemiBold';
    src: url('../Fonts/Saans-SemiBold.otf') format('opentype');
}

body {
    margin: 0px;
    padding: 0px;
    color: #364e6c;
    font-family: Saans-Regular, sans-serif;
}

main {
    margin: 0 auto;
}

.content {
    max-width: 960px;
    margin: 0 auto;
}

p {
    line-height: 1.5em;
}

a {
    color: #15518A;
    text-decoration: none;
}

    a:hover {
        color: #3bb3be !important;
    }

h2, h4 {
    font-family: Saans-SemiBold, serif;
}

h2 {
    color: #15518B;
    font-style: italic;
    font-weight: 400;
    font-size: 1.733em;
    margin-top: 0;
    margin-top: .5em;
}

h3 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-left: 1px solid #b6e3fd;
    padding: 5px 0 5px 15px;
}

h4 {
    margin-bottom: 0;
}

    h4 + p {
        margin-top: 0;
    }

ul {
    list-style: none;
    padding-left: 0;
}

main ul {
    list-style-type: disc;
    margin-left: 1.2em;
}

li {
    line-height: 1.5em;
    margin: .25em 0;
}

main ol {
    margin-left: 1.2em;
    padding-left: 0;
}

hr {
    display: block;
    width: 100%;
    height: 12px;
    border: none;
    background-image: url("waves.png");
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cf {
    content: "";
    display: table;
    clear: both;
}

form input[type=submit] {
    letter-spacing: 0.2em;
}

    form input[type=submit]:hover {
        background-color: #3980b6;
    }


/* Header Styling */
h1 {
    margin: 0;
    padding-top: 0px;
    font-size: 1.733em;
    font-weight: 600;
    text-align:center;
    line-height: 114px;
}


#bgColors {
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #02203f;
}



header {
    margin-bottom: 6px;
}

    header section {
        position: relative;
        max-width: 1366px;
        height: 156px;
        padding-top: 25px;
        margin: 0 auto;
    }

    header section div {
        max-width: 900px;
        margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
	gap:24px;
    }

    header section img {
        width: 114px;
	height: 114px;
	display: block;
    }	

    header nav {
        width: 100%;
    }

        header nav > ul li {
            position: relative;
        }

        header nav > ul > li:hover > a {
            color: #3bb3be;
        }

        header nav li.subNav:hover > a {
            padding-bottom: 35px;
            background: url("../img/navArrow.png") no-repeat center 32px;
        }

        header nav ul li ul {
            display: none;
            width: 236px;
            top: 50px;
            z-index: 5;
            position: absolute;
            background-color: #fff;
            box-shadow: 0px 8px 8.82px 0.18px rgba(0, 0, 0, 0.21);
        }

            header nav ul li ul li {
                border-top: 1px solid #ddeff6;
            }

                header nav ul li ul li:first-child {
                    border: none;
                }

                header nav ul li ul li a {
                    display: block;
                    padding: 11px 0 14px 16px;
                    font-size: 1em;
                    color: #2667a4 !important;
                }

                    header nav ul li ul li a:hover {
                        color: #fff !important;
                        background-color: #5bb6e7;
                    }

        header nav > ul > li:hover ul {
            display: block;
        }

        header nav > ul > li {
            display: inline-block;
            border-left: 2px solid #a8bfcb;
        }

        header nav ul li:first-child {
            border: none;
        }

        header nav ul li a {
            color: #2667a4;
            font-size: 1.2em;
            padding: 0 14px;
        }

        header nav > ul > li:first-child > a {
            padding-left: 0;
        }

    header .form {
        margin-top: 6px;
        background: url("waves.png");
    }

        header .form fieldset {
            width: 100%;
            max-width: 960px;
            margin: 0 auto;
            text-align: right;
        }

            header .form fieldset div {
                display: inline-block;
                padding: 0 4px;
                background-color: #fff;
            }

        header .form input[type=search] {
            display: inline-block;
            width: 364px;
            color: #484545;
            font-size: 1.133em;
            font-style: italic;
            font-family: 'Libre Baskerville', serif;
            background-color: #dceef9;
            padding: 9px 0 10px 40px;
            vertical-align: top;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-appearance: none;
        }

        header .form input[type=submit] {
            display: inline-block;
            vertical-align: top;
            color: #fff;
            padding: 10px 22px;
            background-color: #5bb6e7;
            text-transform: uppercase;
        }
/* End Header Styling */

/* Footer Styling */
footer {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    background-color: #02203f;
    font-weight: 500;
}

    footer div {
        padding: 20px;
        vertical-align: top;
    }

    footer nav {
        text-align: left;
        padding: 0px 10px;
    }

    footer strong {
        font-weight: 600
    }

    footer nav ul {
        line-height: 1.5em;
        display: inline-block;
        padding-left: 16px;
    }

        footer nav ul li {
            list-style: none;
            line-height: 1.5em;
        }

        footer nav ul + ul {
            margin-left: 80px;
        }

    footer nav a, footer p {
        color: #fff;
        margin: .35rem 0;
    }

    footer div {
        display: inline-block;
        text-align: left;
    }



    footer p a {
        display: inline-block;
        vertical-align: middle;
        height: 29px;
        color: white;
    }

        footer p a:hover {
            background-position: center bottom;
            color: white;
        }

    footer small {
        font-size: 0.733em;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }


.social-link-ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 20px;
    background: none;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    flex-wrap: wrap;
    align-items: center;
}

.social-link-li {
    border-radius: 9999px;
    display: inline-block;
    height: auto;
    color: #02203F;
    background-color: #ffffff;
}

    .social-link-li a {
        padding: .25em;
    }

.social-link svg {
    height: 1em;
    width: 1em;
}

.social-link-anchor {
    align-items: center;
    display: flex;
    line-height: 0;
}

    .social-link-anchor:visited {
        color: currentColor;
        fill: currentColor;
    }

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    color: #175997 !important;
}

.social-link-li:hover {
    transform: scale(1.1);
}

.footer {
    margin: 0 auto;
    width: 97%;
    text-align: center;
}

.footer-col {
    width: 20%;
    padding: 16px;
}
/* End Footer Styling */
/* Container for the whole page */
#WebWrapper {
     
    margin: 50px auto 0 auto;
    font-family: Arial, sans-serif;
    color: #333;
}

    /* Grid for main content: left info, middle applications, right login */
    #WebWrapper .container {
        display: grid;
        grid-template-columns: 2fr 3fr 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

/* Column styling */
.left-column, .middle-column, .right-column {
    background: #ffffff;
    padding: 12px;
   
    box-sizing: border-box;
}

    /* Headings */
    .left-column h1, .middle-column strong, .right-column strong {
        color: #961717;
        font-weight: bold;
    }
    .left-column a, .middle-column a, .right-column a {
        color: #15518A;
        text-decoration: none;
        font-weight: bold;
    }
 

    a:hover {
        color: #3bb3be !important;
    }
    /* Paragraph styling */
    .left-column p, .middle-column p {
        margin: 8px 0;
        line-height: 1.5;
    }

/* Red highlights */
.red {
    color: #961717;
    font-weight: 700;
}

html,
body {
    min-height: 100%;
}

body.global {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#WebWrapper {
    flex: 1;
}

footer {
    padding-bottom: 0;
}

footer div {
    padding: 0;
}

.footer {
    width: 97%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.footer-col {
    width: 20%;
    padding: 8px 16px;
    vertical-align: top;
}

footer {
    background-color: #02203f;
    color: #fff;
    margin-top: auto;
    padding: 0;
}

footer div {
    padding: 0;
}

.footer {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 48px 30px;
    text-align: left;
    box-sizing: border-box;

    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 200px;
}

.footer-col {
    width: auto;
    padding: 0;
    vertical-align: top;
}

footer p {
    margin: 0;
    line-height: 1.6;
    color: #fff;
}

footer nav {
    padding: 0;
    text-align: left;
}

footer nav ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 15px;
    line-height: normal;
}

footer nav ul li {
    margin: 0;
    line-height: 1.2;
}

footer nav a {
    color: #fff;
    font-weight: 540;
}

footer p a {
    height: auto;
    color: #fff;
}

.social-link {
    margin-top: 20px;
}

.social-link-ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-link-li {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.social-link-li a {
    padding: 0.25em;
}

.social-link svg {
    width: 1em;
    height: 1em;
}