html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    margin: 0;
}

body {   
    background-color: white;
    line-height: 1.5;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* gemini created */
.imageDiv {
    background: url("/Images/bg_pattern.png") repeat #1574b3;
    color: white;
    position: relative;
    background-size: 144px 72px;
}

    .imageDiv:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(to right,rgba(0,0,0,0),#12659c);
    }


.headerContainer {
    border-color: #1574b3 !important;
    padding-left: 20px;
    padding-right: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif !important;
    position: relative;
}

    .headerContainer > h2 {
        text-transform: uppercase;
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 0;
        font-weight: 700;
        line-height: 1.875rem;
        color: white;
    }

a {
    color: #12659c;
    text-decoration: none;
}

h2 > a {
    color: white;
    text-decoration: none;
}

    h2 > a:hover {
        color: #b6ddf7;
        text-decoration: none;
    }

.linkContainer {
    padding: 0;
    margin: 0;
}

.nist-footer {
    padding: 10px 0px !important;
}

.navbar.navbar-expand-sm {
    border-color: #1574b3;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
}

.navbar .navbar-nav > li > a {
    color: white;
    padding-right: 35px;
}

    .navbar .navbar-nav > li > a:hover {
        color: #b6ddf7;
        text-decoration: none;
    }

    .navbar .navbar-nav > li > a:focus {
        color: #b6ddf7;
    }

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 25px !important;
    margin-bottom: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sideMenu {
    margin-top: 20px;
}

h3 {
    font-weight: 600;
    color: #333333;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: 1.87rem;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
}

h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .row.vertical-divider > div[class^="col-"] {
        height: 100%;
        border-right: 1px solid #e8e4e4;
    }

    .row.vertical-divider div[class^="col-"]:first-child {
        border-left: none;
    }

    .row.vertical-divider div[class^="col-"]:last-child {
        border-right: none;
        border-left: none;
    }
table.connect {
    background-color: #12659c;
    border-color: #12659c;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-block;
}

.social-media {
    font-size: 16px;
    color: white;
}

.social-media-icon {
    width: 40px;
    height: 40px;
    padding: 7px;
    color: white;
    font-size: 22px;
}

a.social-media-icon:hover {
    color: aqua;
}