html, body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #1d2325;
    color: lightgray;
    transition: all 0.3s;
    overflow-x: hidden;
}
.semiBold {
    font-weight: 600;
}
.mxh75 {
    max-height: 75px;
}
.mxh100 {
    max-height: 100px;
}
.h560 {
    height: 560px;
}
#dvSVGs {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
}
.infoIco, .contrastIco, .pdfIco {
    color: lightgray;
    fill: lightgray;
    width: 32px;
    height: 32px;
    cursor: auto;
}
.infoIco:hover, .contrastIco:hover, .pdfIco:hover {
    cursor: pointer;
    color: rgb(72, 163, 255);
    fill: rgb(72, 163, 255);
}
nav > ul, nav .subNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav > ul li {
    float: left;
}
nav .subNav ul li {
    clear: both;
}
nav ul a {
    display: inline-block;
    padding: 0.4em 1.3em;
    color: lightgray;
    border-bottom: 2px solid #1d2325;
}
nav .subNav ul a {
    display: inline-block;
    padding: .4em .3em .4em 0;
    color: lightgray;
    border-top: 1px solid #1d2325;
    border-bottom: 1px solid #1d2325;
    width: 100%;
    transition: all 0.1s;
}
nav ul li a:hover {
    background-color: #126a9c85;
    text-decoration: none;
    color: lightgray;
    border-bottom: 2px solid whitesmoke;
}
nav .subNav ul a:hover {
    background-color: #126a9c85;
    border-top: 1px solid #126a9c;
    border-bottom: 1px solid #126a9c;
    color: lightgray;
}
nav ul a span {
    display: block;
    float: left;
}
nav ul a i {
    display: block !important;
    float: left;
    font-size: 20px;
    margin-left: 8px;
    padding-top: 5px;
}
nav .subNav ul a span {
    display: block;
    float: left;
    width: 180px;
}
nav .subNav ul a i {
    display: block !important;
    float: left;
    font-size: 20px;
    margin-right: 8px;
    padding-top: 2.5px;
}
.subNav {
    visibility: hidden;
    background-color: #1d2325;
    position: absolute;
    z-index: 10;
    border: 1px solid #ffffff;
    border-top: 1px solid #1d2325;
    box-shadow: 1px 1px 0px 1px rgba(255,255,255,0.75);
    transition: all 0.2s;
}
.nvsbTitle {
    display: inline-block;
    margin-bottom: .7em;
    padding: .5em;
    font-weight: 600;
    width: 100%;
    color: #126a9c;
    border-bottom: 1px solid whitesmoke;
}
.dvHighLightRibbon {
    background-color: #126a9c;
}
.dvHighLightRibbon a {
    display: block;
    color: wheat;
    padding: 2em;
    width: 100%;
    border-radius: 6px;
    transition: all 0.3s;
}
.dvHighLightRibbon a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0e547c;
}
.dvHighLightRibbon a span, .dvHighLightRibbon a i {
    display: block;
}
.dvHighLightRibbon a i {
    font-size: 100px;
    transition: all 0.3s;
}
.dvHighLightRibbon a:hover i {
    font-size: 106px;
    text-shadow: 2px 2px 12px #11010b;
}
.dvHighLightRibbon a span {
    clear: both;
    margin-top: 1em;
}
.dvBnrTextWrap {
    background-color: #ffffffa8;
    border: 1px solid #ffffffcb;
    border-radius: 6px;
    color: #1d2325;
    transition: all 0.3s;
}
.dvBnrTextWrap:hover {
    background-color: #ffffffcb;
}
.searchRow {
    background-color: #072a3e;
}
.searchFilter {
    padding: .5em 1em;
    background-color: #0e547c;
    cursor: auto;
}
.searchFilter::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #0e547c;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.searchFilter:hover {
    cursor: pointer;
    color: #151f03;
    background-color: #6A9C12;
}
.searchFilter:hover::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #6A9C12;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.sfActive {
    color: #151f03;
    background-color: #a5c370;
}
.sfActive::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #a5c370;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.sfActive:hover {
    background-color: #a5c370;
    cursor: auto;
}
.sfActive:hover::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #a5c370;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.arrowSpacer {
    margin-left: 35px;
}
.dvArticleHolder {
    background-color: #0b0e0e;
    border-radius: 6px;
    color: lightgray;
    padding: 1em;
    border: 1px solid #0b0e0e;
    transition: all 0.3s;
}
.dvArticleHolder:hover {
    background-color: #000000;
    border: 1px solid #33383a;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
}
footer {
    border-top: 2px solid #126a9c;
    background-color: #0b0e0e;
}
.contactHdr {
    padding-bottom: .5em;
    padding-left: 1em;
    margin-bottom: 1em;
}
.contactTitle {
    padding-top: 1em;
}
.contactItm {
    padding-top: .5em;
    padding-bottom: .5em;
}
.contactItm i, .contactItm span {
    display: block;
    float: left;
}
.contactItm i {
    padding-top: 4px;
}
.contactItm span {
    margin-left: 1em;
}
.txtCopy {
    color:rgb(202, 194, 194);
}