.banner {
    font-size: 1rem;
}

.navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    /* padding: .5rem 1rem; */
}


.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}



.navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    /* flex-basis: 100%; */

    -ms-flex-align: center;
    align-items: center;
}

.collapse {
    display: none;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}



.navbar-expand-sm .navbar-nav .nav-link {
    /* font-size: 0.91rem; */
    font-size: 0.8rem;

    padding-right: 1rem;
    padding-left: 1rem;
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
}


.navbar-expand-sm .navbar-toggler {
    display: none;
}

[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1rem;
    background: 0 0;
    border: .0625rem solid transparent;
    border-radius: .25rem;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


button, select {
    text-transform: none;
}

.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav {
    list-style: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    line-height: 3.5rem;
    height: 3.5rem;

    /* letter-spacing: 0.05rem; */
    letter-spacing: 0.03rem;
    /* font-weight: 700; */

    /* padding: .5rem 1rem;

    line-height: 1.875rem; */
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: white;

    background-color: #931b0f;

}
.nav-link-active {
    border: 0;
    border-color: white;
    border-bottom-width: .125rem;
    border-bottom-style: solid;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+93,ffffff+100&0+0,0+80,0.05+90,0.25+100 */

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+93,ffffff+100&0+0,0+80,0.05+90,0.25+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.05) 90%, rgba(255,255,255,0.11) 93%, rgba(255,255,255,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.05) 90%,rgba(255,255,255,0.11) 93%,rgba(255,255,255,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.05) 90%,rgba(255,255,255,0.11) 93%,rgba(255,255,255,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40ffffff',GradientType=0 ); /* IE6-9 */

}






[role="button"], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    /* color: #007bff; */
    color: #1270d5;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.dropdown, .dropup {
    position: relative;
}

.ml-auto {
    margin-left: auto !important;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}



.navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-shadow: none;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.dropdown-menu.show {
    display: block;
}
.show > a {
    outline: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: .0625rem solid #e9ecef;
}



.site-nav-left {
    display: flex;
    flex: 1 0 20%;
    height: 3.5rem;
    margin-left: 0;
}
.site-nav-middle {
    display: flex;
    flex: 1 0 60%;
    height: 3.5rem;
    margin-right: 0;
    justify-content: center;
}
.site-nav-right {
    display: flex;
    flex: 1 0 20%;
    height: 3.5rem;
    margin-left: auto;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: .0625rem;

    padding-right: .9375rem;
    padding-left: .9375rem;
}


.h2, h2 {
    font-size: 1.4rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1rem;
    color: inherit;

    margin-top: 0;
    margin-bottom: .8rem;
}



.hr {
box-sizing: content-box;
height: 0;
overflow: visible;

margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: .0625rem solid rgba(0,0,0,.1);
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right : -.9375rem; */
    /* margin-left  : -.9375rem; */
}
.form-group {
    /* margin-bottom: 1rem; */
    margin-bottom: 0.7rem;
}

/* Form Input {Change Password, } */
.form-control {
    display: block;
    width: 100%;
    padding: .25rem .75rem;
    /* font-size: 1rem; */
    font-size: 0.9rem;
    line-height: 1.5rem;
    /* color: #495057; */
    color: #3c4248;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: .0625rem solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* outline: 1px solid #5959ff91; */
    /* box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4); */
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
    outline: 2px solid #5959ff;
}

.form-control[type="checkbox"] {
    width: inherit;
    margin-left: 1px;
}
.form-control[type="checkbox"]:checked {
}
.form-control[disabled=""],
.form-control[disabled="true"]
{
    opacity: 0.6;
}

label {
    text-rendering: optimizeLegibility;
    /* display: inline-block; */
    /* margin-bottom: .5rem; */
}
select {
    display: block;
}

.justify-content-center {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display       : flex;
    flex-direction: row;
}
.flex-1 { flex: 1; }
.flex-2 { flex: 2; }
.flex-3 { flex: 3; }
.flex-4 { flex: 4; }
.flex-5 { flex: 5; }
.flex-6 { flex: 6; }
.flex-7 { flex: 7; }
.flex-8 { flex: 8; }
.flex-9 { flex: 9; }
/* .flex-9 { flex: 9; padding: 0.6rem; } */

.overflow-ellipsis {
    white-space: nowrap;
    overflow   : hidden;
    text-overflow: ellipsis;
}



body > .container {
  /* margin-top: 2.5rem; */
  min-height: calc(100vh - 56px - 156.8px - 35.2px - 1px);
  display: inline-flex;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

body > .container.flex-row > div:nth-child(1),
body > .container.flex-row > div:nth-child(3) {
  min-width: 0;
}

@media only screen and (max-width: 480px) {
    .left-nav {
        display: none;
    }
    .right-nav {
        display: none;
    }
    body > .flex-row {
        display: block;
        flex-direction: column;
    }
    body > .flex-row > .flex-1 {
        flex: 0;
    }
    body > .flex-row > .flex-9 {
        min-width: 200px;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }
}
/* @media only screen and (min-width: 481px) and (min-height: 576.75px) {
    .left-nav {
        display: none;
    }
} */
/* @media only screen and (min-width: 769px) and (min-height: 768.75px) {
    :root {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1025px) and (min-height: 900.75px) {
    :root {
        font-size: 16px;
    }
} */




body > .flex-row > .flex-1:first-child {
    /* min-width: 80px !important; */
}

.left-nav {
    /* max-width: 140px; */
    height: 100%;

    border-right: #f2f2f2 1px solid;
    /* box-shadow: .0625rem 0 .125rem 0 hsla(0, 0%, 0%, .05); */

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fdff+0,edfbff+51,eafaff+100 */
    background: #f7fdff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7fdff 0%, #edfbff 51%, #eafaff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f7fdff 0%,#edfbff 51%,#eafaff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f7fdff 0%,#edfbff 51%,#eafaff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdff', endColorstr='#eafaff',GradientType=0 ); /* IE6-9 */
}

.left-nav ul.section {
    list-style: none;
}
.left-nav ul.section > * {
    padding: 0.2rem 1rem;
    display: contents;
}
.left-nav ul lh.section-title {
    /* background-color: #dee2e3;
    color           : #fff;
    text-shadow: 0px 0px 4px #00000060, 0px 0px 6px #000000b3; */
    /* background-color: #62aa88; */
    /* background-color: #7cb9c1; */
    /* background-color: #36646a; */
    /* background-color: #5e8489; */
    /* background-color: #58737a; */

    /* background-color: #687d87; */
    background: rgb(104,125,135);
    /* background: linear-gradient(90deg, rgba(104,125,135,1) 0%, rgb(75 126 151) 50%, rgba(104,125,135,1) 100%); */
    background: linear-gradient(90deg, rgb(87 151 181) 0%, rgb(74 138 169) 10%, rgba(104,125,135,1) 100%);

    color           : #fff;
    text-shadow     : 0px 0px 4px #00000012, 0px 0px 14px #0000007a;

    display: block;
    width: 100%;

    padding: 0.3rem 0.6rem;
    /* padding-bottom: 0.1rem; */
    /* margin-bottom : 0.3rem; */

    /* border-bottom: 1px solid #d7d7d7; */

    font-style: italic;
    font-size: 0.9rem;
    font-weight: 600;

    text-align: center;

    pointer-events: none;
    overflow: hidden;
}
.left-nav ul li.section-item {}
.left-nav ul li.section-item a {
    /* color: #282828; */
    /* color: #525252; */
    /* color: #3c1010; */
    /* color: #582020; */
    /* color: #340a0a; */
    color: #0033ab;

    display: block;
    padding: 0.4rem 0.6rem;
    font-weight: 600;
    /* padding: 0.2rem 0; */
    font-size: 0.9rem;
    font-style: italic;
}
.left-nav ul li.section-item a:hover {
    background-color: rgba(150, 150, 150, 0.08);
    text-decoration: none;
}





.right-nav {
    /* max-width: 140px; */
    /* max-width: 220px; */
    height: 100%;

    border-right: #f2f2f2 1px solid;
    /* box-shadow: .0625rem 0 .125rem 0 hsla(0, 0%, 0%, .05); */

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edffff+0,e0f3f9+51,f7fbfc+100 */
    background: rgb(237,255,255); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(237,255,255,1) 0%, rgba(224,243,249,1) 51%, rgba(247,251,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(237,255,255,1) 0%,rgba(224,243,249,1) 51%,rgba(247,251,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(237,255,255,1) 0%,rgba(224,243,249,1) 51%,rgba(247,251,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edffff', endColorstr='#f7fbfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.right-nav ul.section {
    list-style: none;
}
.right-nav ul.section > * {
    padding: 0.2rem 1rem;
    display: contents;
}
.right-nav ul lh.section-title {
    /* background-color: #dee2e3;
    color           : #fff;
    text-shadow: 0px 0px 4px #00000060, 0px 0px 6px #000000b3; */
    /* background-color: #62aa88; */

    /* background: rgb(174,190,193); */
    /* background: linear-gradient(0deg, rgba(174,190,193,1) 0%, rgba(216,221,222,1) 100%);  */
    /* background: linear-gradient(0deg, rgb(106 106 106) 0%, rgb(171 171 171) 100%) */
    /* background-color: #36646a; */

    background: rgb(104,125,135);
    background: linear-gradient(90deg, rgba(104,125,135,1) 0%, rgb(75 126 151) 50%, rgba(104,125,135,1) 100%);


    color           : #fff;
    text-shadow     : 0px 0px 4px #00000012, 0px 0px 14px #0000007a;

    display: block;
    width: 100%;

    padding: 0.3rem 0.6rem;
    /* padding-bottom: 0.1rem; */
    /* margin-bottom : 0.3rem; */

    /* border-bottom: 1px solid #d7d7d7; */

    font-style: italic;
    font-size: 0.9rem;
    font-weight: 600;

    text-align: center;

    pointer-events: none;
    overflow: hidden;
}
.right-nav ul li.section-item {}
.right-nav ul li.section-item a {
    display: block;
    padding: 0.4rem 0.6rem;
    /* width: 100%;
    height: 100%; */
    font-weight: 600;

    /* padding: 0.2rem 0; */
    font-size: 0.7rem;
}
.right-nav ul li.section-item a:hover {
    background-color: rgba(150, 150, 150, 0.08);
    text-decoration: none;
}