﻿div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}

div.menuBar {
  background-color: #003366;
  border: 2px outset #003366;
  padding: 4px 2px 4px 2px;
  text-align: left;
  position:absolute;
  top:0px;
  left:0px;
  width:102%;
  
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #003366;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 10px 2px 10px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
a.homeButton {
  background-color: transparent;
  border: 1px solid #003366;
  color: #FFFFFF;
  cursor: default;
  left: 80%;
  margin: 1px;
  padding: 2px 10px 2px 10px;
  position: absolute;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
div.menuBar a.homeButtonActive,
div.menuBar a.homeButtonActive:hover 
{
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}
div.menuBar a.homeButton:hover {
  background-color: #5050f0;
  border: 1px outset #e0e0e0;
  color: #000000;
}
div.menuBar a.menuButton:hover {
  background-color: #5050f0;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

#addUtility
{
}

.custom-nav {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: linear-gradient(to bottom, #069 0, #036 100%);
}

.shadow-lg-custom {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-nav *,
.custom-nav *:before,
.custom-nav *:after {
    box-sizing: border-box;
}

.custom-nav a {
    text-decoration: none !important;
}

.custom-nav-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-nav-header {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}

.psc-main-nav-link {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.psc-logo-link {
    display: inline-block;
}

#logo {
    display: block;
    width: 9rem;
    height: 9rem;
    padding: 1rem;
    border: none;
    outline: none;
}

.psc-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: #ffffff;
}

.psc-brand-line {
    display: block;
    line-height: 2.2rem;
    font-size: 2rem;
    font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-nav-toggle {
    display: none;
    margin: 10px 10px 10px 0;
    padding: 8px 10px;
    border: none;
    background-color: #7f99b2;
    cursor: pointer;
    border-radius: 3px;
}

    .custom-nav-toggle:hover,
    .custom-nav-toggle:focus {
        background-color: #7f99b2;
    }

.custom-icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background-color: #ffffff;
    border-radius: 1px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.custom-navbar-collapse {
    display: none;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.custom-navbar-nav {
    margin: 7.5px -15px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.custom-navbar-nav > li {
    position: relative;
    display: block;
    margin-left: 0;
    line-height: 1.5em;
}

.custom-navbar-nav > li.dropdown {
    position: relative;
}

.custom-navbar-nav > li > a {
    display: block;
    padding: 8px 10px;
    color: #efefef;
    text-shadow: 0 1px 0 #001933;
}

.custom-navbar-nav > li > a:hover,
.custom-navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #587893;
    font-weight: bold;
}

@media (min-width: 768px) {
    .custom-nav-container {
        width: 750px;
        display: flex;
        align-items: center;
    }

    .custom-nav-header {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-left: 0;
        flex: 0 0 auto;
    }

    .custom-navbar-collapse {
        display: block !important;
        width: auto;
        height: auto !important;
        margin-right: 0;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none;
        align-content: center;
    }

    .custom-navbar-nav {
        float: left;
        margin: 0;
    }

        .custom-navbar-nav > li {
            float: left;
        }
}

@media (min-width: 992px) {
    .custom-nav-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .custom-nav-container {
        width: 1170px; 
    }
}

@media (max-width: 767px) {
    .custom-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .custom-nav-toggle {
        display: inline-block;
        order: 2;
    }

    .psc-main-nav-link {
        order: 1;
        flex: 1 1 auto;
    }

    .psc-logo-link {
        display: none;
    }

    .psc-brand {
        display: inline-block;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
    }

    .psc-brand-line {
        line-height: 1.2;
        font-size: 1.6rem;
    }

    .custom-navbar-nav > li > a {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dropdown-menu-color {
    background-color: #036 !important;
}
