.clients img {margin:2%;}

@charset "utf-8";
/* CSS Document */
a.active {
	color:#97D700;
}
a.phone-link {
	font-size:100%;
	color: #9B9A9A;
	font-weight: normal;
}
a.phone-link:visited {
	text-decoration: none;
	color: #9B9A9A;
}
a.phone-link:hover {
	text-decoration: none;
	color: #97D700;
}
a.phone-link:active {
	text-decoration: none;
	color: #9B9A9A;
}
a.body-link {
	font-size: 100%;
	color:#97D700;
	font-weight: normal;
}
a.body-link:hover {
	text-decoration: none;
	color: #9B9A9A;
}
a.body-link:active {
	text-decoration: none;
	color: #9B9A9A;
}

/* Keeps the element in it's current position */
.affix-top {
    top: 0;
    position:absolute;
}
/* Bootstrap's affix class sets the element to position: fixed;
 * This addition positions the element so that it's positioned
 * at the top of the page
 */
.affix {
    top:0;
}
.copy {
	text-align: right;
	margin: 20px 0px;
}
.cmb-10 {
	margin-bottom: 10px;
}
.cmb-20 {
	margin-top: 20px;
}
.cmt-10 {
	margin-top: 10px;
}
.cmt-20 {
	margin-top: 20px;
}
.fsa-nav {
	margin-top: 105px;
}
.header {
	margin-top: 10px;
}
.img-left {
	padding: 10px 20px 10px 0px;
	vertical-align: text-bottom;
}
.more-text-gt{
	display: none;
}
.more-text-le{
	display: none;
}
.more-text-lt{
	display: none;
}
.more-text-wo{
	display: none;
}
.nav-separator{
	color: #97D700;
	font-size: 16px;
}
.noshow { 
	display:none;
	margin: 0px 0px -20px; 
}
.open-quote {
	line-height: 1em;
	margin-top: -16px;
}
.scenario {
	min-height: 39em;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
  	text-decoration: none;
  	background-color: #F0F0F0;
}
.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a {
  	color: #97D700;
  	background-color: transparent;
}

.section-dark-grey {
	background-color: #B9B8B8;
	color: #FFFFFF;
	padding: 5px 0px 15px; 
}
.section-first {
	margin: 15px 0px 0px;
}
.section-green {
	background-color: #B6E34C;
	color: #FFFFFF;
	padding: 5px 0px 15px; 
}
.section-green-img {
	background-color: #B6E34C;
	color: #FFFFFF;
	padding: 20px 0px 0px; 
}
.section-main {
	padding: 20px 0px 10px;
}
.section-pale-grey {
	background-color: #F0F0F0;
	padding: 5px 0px 15px; 
}
.tel {
	text-align: left;
	margin: 20px 0px;
}
#tag-sm {
	text-align: center;
	margin: 35px 70px -45px 0px;
}
#wrapper {
	background-image:url(../img/bkg-lg.png);
	background-repeat: repeat-x;
}
/* Extra-small devices (phones, less than 768px) */
@media(max-width:767px) { 
	#wrapper {
		background-image: none;
	}
	.fsa-nav {
		margin-top: 0px;
		text-align: center;
	}
	.fsa-nav > a {
		font-size: 14px;
	}
	.nav-separator {
		display:none;
	}
.scenario {
	min-height: 16em;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) { 
	#wrapper {
		background-image: none;
	}
	.fsa-nav {
		margin-top: 0px;
		text-align: center;
	}
	.fsa-nav > a {
		font-size: 14px;
	}
	.nav-separator {
		display:none;
	}
.scenario {
	min-height: 65em;
}
}
/* Medium devices (desktops, 992px) */
@media (min-width: 992px) and (max-width:1199px) { 
	#wrapper {
		background-image:url(../img/bkg-m.png);
		background-repeat: repeat-x;
	}
	.fsa-nav {
	margin-top: 82px;
}
.scenario {
	min-height:47em;
}
}
