﻿body {
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
    */
/* CLEAN EARTH Styles for Bootstrap
    Orange: 239 118 34    
*/
.navbar-inverse { /*was 008261*/
    background-color: #ffffff;
    border-color: #26436c;
}

.navbar-inverse .navbar-nav > li > a {
  color: #2c2a29;
  font-family: "Bebas Neue",cursive;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #2c2a29;
  font-family: "Bebas Neue",cursive;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.btn {

}

.btn-primary {
    font-family: "Bebas Neue",cursive;
    border: 1px solid #65A11B;
    background-color: #fff;
    color: #65A11B;
}

.btn-primary:hover {
    color: #fff;
    background-color: #65A11B;
}

h1.ce, h2.ce, h3.ce, h4.ce, h5.ce {
    color: #008261;
}

.tight {
    border-top: 2px;
    border-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.vert-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-center {
    margin:0 auto;
}

div.footer-line {
    background: #63666A;
    border-bottom: 1px solid white;
    padding: 4px 15px 4px 15px;
}

footer.copyright-bar {
    color:#fff;
    background-color: #63666A;
    font-size: small;
    padding: 10px 0 0 0;
}

footer.footer-bar {
    color:#fff;
    background-color: #63666A;
    padding: 10px 0 10px 0;
}

footer.public-footer {
    color:#fff;
    background-color:#222;
    padding: 10px 0 10px 0;
}

.top-bar-link {
    color:#fff;
    padding-right:10px;
    padding-bottom:20px;
}

.top-bar-link:hover {
    color: #26b042;
}

.nav-big {
    min-height:61px !important;
}

.nav-big-text {
    font-size:1.2em;
    padding-top: 1em;
}

.impersonate {
    color: #fff;
    background-color: #26b042;
    padding-top: 5px;
    padding-bottom: 5px;
}

.impersonate a {
    color: #fff;
}

.jobaddress {
    float:left;
    margin-right:25px;
    border:1px solid #ccc;
}

h1,h2 {
    color: #26436c;
}

.ce-green {
    color: #26436c;
}

input, button {
  border-radius: 0 !important;
}