#main-wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 0px;
}

#content {
    padding-bottom: 300px;
}

#logo {
    height: 49px;
    display: block;
}

footer a {
    color: #999;
}

footer a:hover {
        color: #efefef;
        text-decoration: none;
}

h5 {
    color: #efefef;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#footer {
    background-color: #333;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 30px;
}

.navbar .divider-vertical {
    margin-top: 20px;
    height: 10px;
    border-left: 1px solid #999;
    padding: 0px;
}

.header_logo {
    margin: 0 !important;
}

.fixedFooter a {
    font-size: 12px !important;
}

#myNavbar li {
    font-size: 14px;
    font-weight: 500;
}

#myNavbar a {
    color: #393939;
}

    #myNavbar a:hover {
        color: #999;
        /*color:#000;*/
        border-radius: 10px;
    }

#orgName {
    padding-top: 10px;
    padding-left: 10px;
}

#navigation {
    min-height: 80px;
    padding-top:15px;
} 

.text-font {
    font-family: 'Global Sans Serif';
    font-size: 17px;
    /*font-size: 15px;*/
}

.no-outline {
    /*-webkit-user-select: none;        
   -moz-user-select: none; 
-ms-user-select: none;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-default{
    /*background-color:#fff !important;*/
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Century Gothic' !important;  
}

.logoBrand{
    float: left;
    /* padding: 15px 15px; */
    font-size: 18px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    #footer {
        height: 100px;
    }

    #content {
        padding-bottom: 100px;
    }

    #myNavbar li {
        font-size: 12px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #myNavbar li {
        font-size: 9px;
    }

    #orgName {
        /*font-size: 24px;*/
        font-size: 22px;
        /*padding-top: 30px;*/
    }

    #navigation {
        min-height: 60px;
    }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
    #logo {
        height: 60px;
        display: block;
    }

    #orgName {
        /*font-size: 30px;*/
        font-size: 27px;
        /*padding-top: 30px;*/
    }
}

@media only screen and (min-width:1280px) {
    #logo {
        height: 70px;
        display: block;
    }

    #orgName {
        /*font-size: 36px;*/
        font-size: 30px;
        /*padding-top: 30px;*/
    }
}


/*From Site.CSS*/
body{
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow-x:hidden;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;    
}