
header{
    box-shadow: 0 5px 11px rgba(0,0,0,.25);
    border-bottom: 1px solid #000000;
}
.nav-link {
    color: #999;
    transition: ease-in-out color .15s;
}
.nav-link:hover {
    color: #333d93;
    text-decoration: none;
}

.nav-item.active > .nav-link{
    color: #333d93 !important;
}
label{
    margin-top: 10px;
    margin-bottom: 0px;
}

select.form-control[size], select.form-control[multiple]{
    height: calc(1.5em + 0.75rem + 2px) !important;
}

#expiration_division{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    width: 20px;
    text-align: center;
    font-size: 22px;
}

.hidden{
    display: none;
}

.bg-dark-gray {
    background: #252525;
}
.bg-light-gray2 {
    background: #f4f4f4;
}
footer .footer-top {
    border-top: 1px solid #e5e5e5;
}
.footer-bottom {
    position: relative;
    top: 1px;
}
.margin-four {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
}
.black-text {
    color: #333d93;
}
.margin-two {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.margin-three {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
}
.light-gray-text2, .blog-date, .blog-date a {
    color: #828282;
}
footer ul li a, .copyright {
    font-size: 11px;
}
.copyright {
    text-transform: uppercase;
}
h6 {
    font-size: 14px;
}