﻿/*This was added to make the footer float to the bottom of the screen*/
html{
    position:relative;
    min-height:100%;
}

#content{
    margin-bottom:162px;
}

.footerContainer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height:162px;
    margin-top:162px;
}
/*End Footer Float*/

.page {
    /*background-color: #eee;*/
}

.dark-green-10 {
    background-color: #ddd;
}

.logo-lg {
    background-image: url('/Images/navlogo.png'); 
    width:275px; 
    height:75px;
}

.logo-sm {
    background-image: url('/Images/navlogosml.png');
    width: 165px;
    height: 50px;
}

.txt-dec-none{
    text-decoration:none !important;
}

.validate{
    font-weight:bold;
    color:red;
}

.navHeader{
    background-color:#214e38;
}

.navbar-toggler {
    color: #FFF;
    border-color: #fff;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;    
    border-radius: .25rem;
}

#nav-icons div{
    display:inline-flex;
    margin:0 7px;
    text-align:center;
}

#nav-icons img{
    max-height:85px;
}

#nav-icons a:hover{
    text-decoration:none;
}

.nbtxtcnt{
    padding-right:5%;
}

.footerContainer {
    background-color: #222;
    color: #ddd;
    padding: 20px 15px;    
}

.footerContainer a{
    color:#fff;
}

.footHeading {
    font-weight: 600;
    font-size: 1.1rem;
}

.footSocial{
    text-align:center;
}

ul.foot {
    list-style: none;
    margin: 10px 0 0 -30px;
}

li.foot{
    display:inline;
}

.cpyText {
    text-align:center;
    margin: 20px 0 0 0;
    font-size: 0.75em;
}

#topbutton {
    display: inline-block;
    background-color: #214e38;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 35px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #topbutton.show {
        opacity: 1;
        visibility: visible;
    }

    #topbutton:hover {
        cursor: pointer;
        background-color: #333;
    }

    #topbutton:active {
        background-color: #555;
    }

    #topbutton:after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

.container {
    max-width: 1280px;
    background-color: #fff;
}

.whitespace {
    margin-bottom: 60px;
}

.stickyfooter {
    height: 60px;
    line-height: 60px;
    background-color: #214e38;
}

.videowrap {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error {
    text-align: center;
}

/*CSS for printing goes here*/
@media print {
    .noPrint {
        display: none !important;
    }

    .print_mt_20 {
        margin-top: 20px;
    }
}

@media screen {
    .noScreen {
        display: none;
    }
}