/*This is a custom css stylesheet
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: none;
}*/
html,body {
	height: 100%;
}
body 
h1
h2
h3
h4
h5
h6 {
  
  line-height: 1.714285714;
  color: #000;
  background-color: #fff;
}
body {
	padding-top: 66px;
}
footer {
	
	width: 1170px;
}
.greenBoxHomePageLg {
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:20px;
	padding-left: 10px;
	line-height: 1.4em;
}
.greenBoxHomePage {
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:18px;
}

.greenBoxHomePage a:link{
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:18px;
}

.greenBoxHomePage a:visited{
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:18px;
}

.greenBoxHomePage a:hover{
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:18px;
}

.greenBoxHomePage a:active{
	color: #ffffff;
	
	background-color: #5b8637;	
	font-size:18px;
}


a:link {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}

.panel-body a:link {
	text-decoration: none;
}
.panel-body a:visited {
	text-decoration: none;
}
.panel-body a:hover {
	text-decoration: none;
}
.panel-body a:active {
	text-decoration: none;
}

.nav a:link {
	text-decoration: none;
	font-weight: bold;
	
}
.nav a:visited {
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: none;
	font-weight: bold;
}
.nav a:active {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	
	font-size: 22px;
	color: #68a538;
	font-weight:bold;
}
h1 a:link {
	
	font-size: 22px;
	color: #68a538;
	font-weight:bold;
	text-decoration: underline;
}
h1 a:visited{
	
	font-size: 22px;
	color: #68a538;
	font-weight:bold;
	text-decoration: underline;
}
h1 a:hover{
	
	font-size: 22px;
	color: #68a538;
	font-weight:bold;
	text-decoration: underline;
}
h1 a:active{
	
	font-size: 22px;
	color: #68a538;
	font-weight:bold;
	text-decoration: underline;
}

h2 {
	
	font-size: 18px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
}

h2 a:link{
	
	font-size: 18px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
h2 a:visited{
	
	font-size: 18px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
h2 a:hover{
	
	font-size: 18px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
h2 a:active{
	
	font-size: 18px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	
	font-size: 16px;
	line-height: 22px;
	color: #68a538;
	font-weight: bold;
}

h3 a:link{
	
	font-size: 16px;
	line-height: 22px;
	color: #68a538;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:visited{
	
	font-size: 16px;
	line-height: 22px;
	color: #68a538;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:hover{
	
	font-size: 16px;
	line-height: 22px;
	color: #68a538;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:active{
    
	font-size: 16px;
	line-height: 22px;
	color: #68a538;
	font-weight: bold;
	text-decoration: underline;
}
.panelHeader{
    
	font-size: 20px;
	background-color:#f8f8f8;
	color: #000000;
}
.red {
	color: #FF0004;
	
}
.red a:link {
	color: #FF0004;
	
}
.red a:visited {
	color: #FF0004;
	
}
.red a:hover {
	color: #FF0004;
	
}
.red a:active{
	color: #FF0004;
	
}
.asterisk {
	color: #FF0004;
	
}
.asterisk a:link {
	color: #FF0004;
	
}
.asterisk a:visited {
	color: #FF0004;
	
}
.asterisk a:hover {
	color: #FF0004;
	
}
.asterisk a:active{
	color: #FF0004;
	
}

.tab { 
	margin-left: 30px; 
}

.doubletab { 
	margin-left: 60px;
}
.homeLargeTextSans {
    font-family: inherit;
}


/*supposed to enable hover?*/
.dropdown:hover .dropdown-menu {
	display: block;
}
nav-pills: {
	font-weight: bold;
}
nav-pills > li: {
	background-color:#f5f5f5;
}

table {
	padding: 0;
}

/*hover menus */
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/*fix for collapse not working in chrome i hope*/
.dropdown-backdrop {
position: static;
}

.joyCollapse {
	
	font-size: 1px;
	color: #68a538;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
.handCursor {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
#carter #anam #debra #vinny #ostaseski #anat #garfield #fischer #vieten #mehta #ange {
	text-decoration: underline;
}

/*Pin social media to right of page */
.socialMedia {
	position: fixed;
	margin-right: 0px;
	float: right;
	right: 0;
	z-index: 1;
}
.sitemap {
	background-color: #f8f8f8;
}
.breadcrumb {
	border: 1px solid transparent;
}
map area { 
outline: none; 
}

img.map, map area{
    outline: none;
}
.homePageHolder img{
    display: inline-block;
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
