@charset "utf-8";
/* CSS Document */

ul.greenArrow {
 list-style-image: url('https://psncb.org/multimedia/images/arrow.png');
 margin-left: -15px;
}
table#tableStyle {
 background-color: #ffffff;
}
#tableStyle td {
 border: 1px solid #ddd;
 padding: 8px;
}
#tableStyle tr:nth-child(even){
 background-color: #f2f2f2;
}
#tableStyle tr:hover {
 background-color: #1b1464;
 color: #ffffff;
}
#tableStyle tr:hover a {
 color: #ffffff;
}
hr {
 border: 0;
 height: 1px;
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/* START FAQ */

.content {
 background-color: #f1f1f1;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 line-height: 1.5em;
 padding: 8px;
}
/* END FAQ */

a { transition: color .3s; }
a:hover { text-decoration: none; }

.bg-primary {
    background-color: #8ed3cf !important;    
}

#contentArea a {color: #004771; font-weight: 600;}
#contentArea a:hover {color: #BA2A5A; }

#logoPlace {
    width: 125px; 
    height: 125px;
    position: absolute;
    top: 4px;
    z-index: 2;
}

#logoPlace a { width: 100%; display: inline-block; height: 100%;}
#siteLogo {
    max-width: 100%;
}

@media (max-width: 768px) {
    #logoPlace {
        width: 75px; 
        height: 75px;
    }
}

#topBarNav {
    background-color: #004771;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0px;
}

#topBarNav a {
    color: #fff;
}
#topBarNav a:hover {
    color: #F9F3C0;
}

#topNavLogin a {
    font-weight: 400;
    font-size: 16px;
}

#loginIcon { width: 17px;}

#mainNav {
    background-color: #EEF8F8;
}

#mainNav .row {
    /*display: block;*/
}
#mainNav .navbar-nav {
    display: flex;
    width:100%;
    box-sizing:border-box; 
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#mainNav .nav-item {
    color: #fff;
    display:inline-flex; 
    flex-wrap: wrap;
    flex: 1 1 auto;
    padding: 5px 0px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #mainNav .nav-item {
        display: list-item;
    }
}

#mainNav .navbar-nav a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    position: relative;
}

.navSpacing {
    margin-left: 125px;
}
#navSpecialButton {
    text-align: right;
    padding: 20px 0 0 0;
    margin-right: 60px
}

.navbar { padding: 0; }
.nav-link {
    display: block;
    padding: 0.8rem 1rem 0.2rem 1rem;
}

@media (max-width: 768px) {
    .navbar-expand-md.navbar {
        display: block;
        text-align: right;
    }
}

/* BUTTON COLORS AND STYLE OVERWRITES */

.btn {
 border-radius: 10px;
 padding: 0.275rem 1rem;
 font-weight: bold;
}
.btn-primary {
  color: #fff !important;
  background-color: #6f8cc0;
  border-color: transparent;
  border-bottom: #597099 solid 4px;
  margin: 10px 0px;
  text-decoration: none;
}
.btn-primary:hover {
 background-color: #fff;
 border: #74cbc8 solid 2px;
 color: #74cbc8 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #EA4073;
    border-color: transparent;
    border-bottom: #BA2A5A solid 4px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #BA2A5A;
    border-color: transparent;
    border-bottom: #84133E solid 4px;
}

#contentArea .btn-light, #siteFooter .btn-light{
    color: #0474A5 !important;
    background-color: #ffffff;
    border-color: transparent;
    border-bottom: #c1bca4 solid 4px;
}
#contentArea .btn-light:hover {
    color: #08607F !important;
    background-color: #DFF4F3;
    border-color: transparent;
    border-bottom: #a39f8e solid 4px;
}

 /* unsets Bootstrap dropdown arrow */
.dropdown-toggle::after { border: none; opacity: 0; margin-left: 0; }

/* Main navigation mouseover effects (line, then arrow) */
#mainNav .nav-item:not(.dropdown) a::after {content: ''}
#mainNav .nav-item:not(.dropdown) a:hover::after {
    border-top: solid 4px #fff;
    width: 90%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: border .3s;
}

#mainNav .nav-item.dropdown > a::after { content: ''; opacity: 0; transition: opacity .3s; }
#mainNav .nav-item.dropdown > a:hover::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    opacity: 1;
}

/* MAJOR STYLES FOR HEADERS, ETC  */

h1 {
    color: #1b1464 !important;
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
    border-left: solid 5px #74cbc8 !important;
    padding-left: 10px;
    margin-bottom: 1rem;
}

h2 {
    color: #1b1464;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

h3 {
    color: #1E1E1E;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
}

h4 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

h5 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
h6 {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.bg-darkBlue h1, .bg-darkerBlue h1 {border-left: solid 5px #fff;}

.bg-darkBlue h1, .bg-darkBlue h2, .bg-darkBlue h3, .bg-darkBlue h4, .bg-darkBlue h5, .bg-darkBlue h6,
.bg-darkestBlue h1, .bg-darkestBlue h2, .bg-darkestBlue h3, .bg-darkestBlue h4, .bg-darkestBlue h5, .bg-darkestBlue h6 {
    color: #fff !important;
}



.largeText {
    font-size: 22px;
    line-height: 32px;
}

.veryLargeText {
    font-size: 27px;
    line-height: 39px;
}

.smallText {
    font-size: 15px;
    line-height: 22px;
}

.verySmallText {
    font-size: 13px;
    line-height: 20px;
}


/* IMAGE STYLES */

.imgIcon {
    max-width: 22px;
}

/* BOX STYLES OF VARIOUS KINDS  */

.boxShadow {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.boxTop, .bg-lightGray .boxTop, .bg-lightBlue .boxTop, .bg-white .boxTop {
    color: white;
    background-color: #0474A5;
    border-top-left-radius: 0.3rem!important;
    border-top-right-radius: 0.3rem!important;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 10px;
}

.boxRounded {
    border-radius: 0.3rem!important;
}

.boxRoundedBottom {
    border-bottom-left-radius: 0.3rem!important;
    border-bottom-right-radius: 0.3rem!important;
}

.border-primary {
    border-color: #004771!important;
}

.border-secondary {
    border-color: #EA4073 !important;
}

.border-lightBlue {
    border-color: #8dd2cf !important;
}

.bg-lightGray { background-color: #EAE9E4; }
.bg-lightBlue{ background-color: #EEF8F8; }
.bg-white { background-color: #fff; }
.bg-darkBlue{ background-color: #004771; }
.bg-darkestBlue { background-color: #0474A5; }

.bg-darkBlue *, .bg-darkestBlue *, .bg-lightGray .bg-darkBlue *, .bg-lightGray .bg-darkestBlue *, .bg-lightBlue .bg-darkBlue *, .bg-lightBlue .bg-darkestBlue *, .bg-white .bg-darkBlue *, .bg-white .bg-darkestBlue * { color: white; }
.bg-darkBlue a, .bg-darkestBlue a { color: white !important; } /* NEED TO CHECK ON LINK COLOR CHILDREN ETC */ 
.bg-darkBlue a:hover, .bg-darkestBlue a:hover { color: #F9F3C0 !important; }

.bg-lightGray *, .bg-lightBlue *, .bg-white *, .bg-darkBlue .bg-lightGray *, .bg-darkBlue .bg-lightBlue *, .bg-darkBlue .bg-white *,.bg-darkestBlue .bg-lightGray *,.bg-darkestBlue .bg-lightBlue *,.bg-darkestBlue .bg-white *  { color: #212529; }

.bg-darkBlue .bg-lightGray a, .bg-darkBlue .bg-lightBlue a, .bg-darkBlue .bg-white a,.bg-darkestBlue .bg-lightGray a,.bg-darkestBlue .bg-lightBlue a,.bg-darkestBlue .bg-white a {color: #004771 !important; font-weight: 600;}
.bg-darkBlue .bg-lightGray a:hover, .bg-darkBlue .bg-lightBlue a:hover, .bg-darkBlue .bg-white a:hover,.bg-darkestBlue .bg-lightGray a:hover,.bg-darkestBlue .bg-lightBlue a:hover,.bg-darkestBlue .bg-white a:hover {color: #BA2A5A !important; }


/* FONT STUFF */

.font-weight-bolder {
    font-weight: 900!important;
}
.font-weight-lighter {
    font-weight: 100!important;
}
/* END FONT STUFF */


#siteFooter, #siteFooter a, #siteCopyright a {
    color: #fff;
    padding: 10px;
    font-weight: 500;
}
#siteFooter a:hover {
    color: #BA2A5A !important;
}

.mobileOnly {
 display: none !important;
}

footer {
    text-align: center;
}
.gray .active a,
.gray .active a:hover {
    background-color: red !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: red;
}
@media only screen and (min-device-width: 601px) and (max-device-width: 1024px) {
 .mobileOnly {
  display: none !important;
 }
}

@media only screen and (max-width: 600px) {
/* NO DISPLAY */
 .hideMobile, #wrapper, #outer, .itemwrapper, #navigation br, .search, .rightColumn, .left_footer {
  display: none !important;
  }
/* END NO DISPLAY */

 .mobileOnly {
  display: block !important;
 }
}
