/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.*/

body, button, input, select, textarea {
    color: #2b2b2b;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a,
.content a {
    color: #24890d;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.btn-primary {
background-color:#24890d;
border-color:#41a62a;
}
.btn-primary:hover {
background-color:#41a62a;
border-color:#24890d;
}
.col-sm-9 a {
    color: #24890d;
    text-decoration: underline;

}
.container {
    width: 100%;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
#topheader {
	max-width: 1024px;
	margin-right: auto;
	margin-left:auto;
}
.nav > li {
    display: inline-block;
}
.nav > li > a:hover, 
.nav > li > a:focus {
 transition: all 0.25s ease;
 background-color: transparent;
}
.col-sm-9 {
	margin-top: 27px;
/*    width: auto;
    margin-left: 27px;
    width: 806px;*/
}
/*@media screen and (max-width: 1030px) { 
.main-container .col-sm-9 {
margin-left: 0;
margin-top: 0;
width: 100%;
}
}*/

.col-sm-9 p {
    margin-bottom: 24px;
}
#navbar .container .navbar-collapse { display: none;}
#chatlink {
    background: url("../images/chat.png") no-repeat scroll 15px center / auto 34px rgba(0, 0, 0, 0.6);
    border-radius: 35px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 70px;
    padding: 22px 22px 22px 20px;
    position: fixed;
    right: 120px;
    text-indent: -9999px;
    width: 70px;
    z-index: 1;
}
/*** Views styles ***/
.views-field-field-directory-department {
border: 1px solid lightgray;
margin-bottom: 10px;
padding: 15px;
}
.views-field-field-directory-department h3 {
margin-top: 0;
}
.views-field-field-directory-department .col-2 p {
text-align: right;
margin-bottom: 0;
}
.col-sm-9 .views-field-field-directory-department p {
margin-bottom: 0;
}
