/**
 * Referenced often
 */
@media only screen and (min-width: 1000px) {

    #desktopNav {
        display: block !important;
    }
    #mobileNav {
        display: none !important;
    }
}


/** Desktop */
@media only screen and (min-width: 757px) {

}

.haubrichBlue {
    color: #00295b !important;
}
.haubrichBlueBg {
    background-color: #00295b !important;
}
.haubrichWhite {
    color: whitesmoke !important;
}
.haubrichWhiteBg {
    background-color: whitesmoke !important;
}
.haubrichRed {
    color: #EE4443 !important;
}
.haubrichRedBg {
    background-color: #EE4443 !important;
}
.haubrichRedButton {
    color: whitesmoke !important;
    background-color: #EE4443 !important;
}
.haubrichRedButton:hover {
    text-decoration: none !important;
}

table.haubrichGrayTable th, div.dataTables_info, div.dataTables_filter > label {
    color: whitesmoke;
}

table.haubrichGrayTable tr.odd {
    background: whitesmoke;
}

table.haubrichGrayTable tr.even {
    background: lightgray;
}

.width100 {
    width: 100%;
}

.textCenter {
    text-align: center;
}

.textShadow {
    text-shadow: 2px 2px 5px black;
}

.boxShadow {
    box-shadow: 2px 2px 5px black;
}

.noWrap {
    white-space: nowrap;
}

.bigCheck {
    height: 24px;
    width: 24px;
    margin-top: 5px;
}

.hoverPoint:hover {
    cursor: pointer;
}

.hoverUnderline:hover {
    text-decoration: underline !important;
}

.round {
    border-radius: 25px;
}

.verticalTop {
    vertical-align: top;
}

.pad20 {
    padding: 20px;
}



/**
 * Baseplate
 */
html {
    scroll-behavior: smooth;
}

body {
    background: white;
}

p, li, a, button, div, span, .btn {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

footer {
    text-align: center !important;
    padding-top: 100px;
    background: #00295b;
    color: white;
    width: 100%;
    min-height: 400px;
}

footer .vibrantWebDesign > a {
    font-weight: bold;
    color: white;
}

footer .vibrantWebDesign > a:hover {
    color: deeppink;
}

footer .row {
    min-height: 300px;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

.activeLine {
    margin-top: 0;
    width: 84px;
    height: 3px;
    background-color: inherit;
    border: none;
}

.bolder {
    font-weight: bolder;
}

a.active + .activeLine {
    margin-top: 0;
    width: 84px;
    height: 3px;
    background-color: #007EC1;
    border: none;
}

.nav-link {
    padding-top: 57px;
    font-family: 'Arial', serif;
    color: #707070;
    text-align: center;
}

.flex-nav {
    height: 150px;
    display: flex;
    align-items: center;
}

.navContainer {
    margin: 0 auto;
}

.displayNone {
    display: none !important;
}

/*@media only screen and (max-width: 1200px) {*/

    /*.nav-item  .link-width .mr-5 .pr-5 {*/
        /*margin:  0;*/
        /*padding: 0;*/
    /*}*/
/*}*/

p {
    color: #5C5C5C;
    font-family: Tahoma, Regular, serif;
}

.grayBanner {
    background-color: #EBEBEB;
}

.darkGray {
    color: #707070;
}

.darkBlue {
    color: #00295B;
}

.xlText {
    font-size: 64px;
}

.prohibition {
    font-family: "prohibition";
}

.font24 {
    font-size: 24px;
}