body{
	background:#85aad9;
	font-size:14px;
	font-weight: 400;
}
.underlined {
	text-decoration: underline;
}
.wrap{
	background:#fff;
	margin:15px auto;
	padding:10px 0 0;
	border-radius: 10px;
	-moz-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	width:1170px;
	overflow: hidden;
}
.TaglineBox {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
}
header .info,
nav ,
.sidebar .services,
.sidebar .well,
.services{
	-moz-text-shadow:-1px 2px 2px  rgba(0,0,0,0.25);
	-webkit-text-shadow:-1px 2px 2px  rgba(0,0,0,0.25);
	text-shadow: -1px 2px 2px  rgba(0,0,0,0.25);
}
.img-flex{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
}
.img-responsive{display:inline-block;}
img.pull-left{margin:0 10px 10px 0;}
img.pull-right{margin:0 0 10px 10px;}

header .logo .visible-xs{
	margin:-5px -10px 10px;
	padding:10px;
	font-size:12px;
	border-radius:10px;
}
header .tagline{
	padding:20px;
	border-radius: 10px;
	text-align: center;
}
header .tagline p{
	margin:0; 
	padding:0;
}
header .img-flex{
	border-radius:10px;
	border:1px solid #1e5799 !important;
	margin:10px 0;
	height:50px;
}
.pic{
	border:3px solid #fff;
	-moz-box-shadow:0 2px 12px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 12px rgba(0,0,0,0.3);
	box-shadow:0 2px 12px rgba(0,0,0,0.3);
}

.blue-gradient{
	color:#fff;
	border:1px solid #1e5799 !important;
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #659bc6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#659bc6));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#659bc6 100%);
}

.navbar-default{
	background:#85bf6b !important;
	border-radius: 6px;
	border-color: #fff !important;
	border:none !important;
}
.navbar-default,
.navbar-header,
.navbar-collapse{
	border-color:none !important;
	border:none !important;
	outline:none !important;
}
.navbar-default a{
	color:#fff !important;
	font-size:18px;
	padding: 14px 11px !important
}
.navbar-toggle{
	background:rgba(0,0,0,0.2) !important;
	border-color:rgba(0,0,0,0.2) !important;
	color:#fff !important;
	font-size:16px;
}

#main{
	margin-top:15px;
}
.main-content{
	padding:30px !important;
}

.sidebar .well{
	background:#659bc6;
	border:1px solid #1e5799 !important;
	overflow: hidden;	
}
/*
.sidebar .well:before,
.sidebar .well:after{
	content: '';
	height:40px;
	display: block;
}
.sidebar .well:before{
	margin:-20px -20px 10px;
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #659bc6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#659bc6));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#659bc6 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#659bc6 100%)
}
.sidebar .well:after{
	margin:10px -20px -20px;
	background: #659bc6;
	background: -moz-linear-gradient(top,  #659bc6 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659bc6), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #659bc6 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #659bc6 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #659bc6 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #659bc6 0%,#1e5799 100%);
}*/

.sidebar .well,
.sidebar .well a{
	color:#fff;
	border-radius: 10px;
	font-size:14px;
}
.green-border{
	border:1px solid #85bf6b;
	border-radius: 10px;
	padding:10px;
}
.btn{border-radius: 10px !important;}

footer{
	margin:0 0 20px 0;
}
footer .green-border{
	margin-top:10px;
	font-size:12px;
	padding:10px !important;
}
.services{
	background:#85bf6b;
	padding:10px 20px;
	color:#fff;
	border-radius:10px;
	margin-bottom:20px;
	overflow: hidden;
}
.services h4{
	background:#92ca77;
	padding:16px 20px;
	margin:-10px -20px 10px;
	border-bottom:1px solid rgba(0,0,0,0.2) !important;
}
.services a{
	color:#fff;
	text-decoration: none !important;
}
.services li{
	font-size:14px;
	margin-bottom:8px;
}
.services,
.navbar-default{
	border:1px solid #6ba155 !important;
}
h1{
	font-size:34px;
}
.faq-item{
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.faq-item:last-child{
	border-bottom:none;
}
.faq-item .q{
	font-weight: 700;
}

@media(max-width:766px){
	.navbar-collapse{
		background:rgba(0,0,0,0.2) !important;
		border-top: 1px solid rgba(0,0,0,0.2) !important;
	}
	.navbar-collapse li{
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.navbar-collapse li:last-child{
		border-bottom: none;
	}
	nav a .fa,
	.navbar-default .navbar-nav>li>a .fa{
		margin-right:15px;
	}
	.navbar-default .navbar-nav>li>a .fa{
		background: rgba(0,0,0,0.2);
		width: 30px;
		height: 30px;
		padding: 6px;
		border: 1px solid rgba(0,0,0,.2);
		text-align: center;
		border-radius: 5px;
		margin-top: -5px;
	}

	.navbar-brand .fa{
		background: rgba(255,255,257,0.2);
		width: 30px;
		height: 30px;
		padding: 6px;
		border: 1px solid rgba(255,255,257,.2);
		text-align: center;
		border-radius: 5px;
		position: relative;
		margin-right: 5px;
		margin-top: -3px;
	}
	
	.services{
		margin-top:30px;
	}
	.wrap{
		margin:10px 5%;
		width:90%;
	}
}

@media(min-width:992px){
	.navbar-collapse li a{
		margin:0 10px;
	}
}
@media(min-width:1200px){
	.navbar-collapse li a{
		margin:0 24px;
	}
}


@media(max-width:1199px){.wrap{max-width:970px;}}
@media(max-width:991px){.wrap{max-width:760px;}}



.no-wrap,
.no-break,
.no-br{white-space: nowrap;}

button {
	background: #85bf6b;
	outline: 0;
	border: 1px solid #6ba155 !important;
	box-shadow: none;
	padding: 14px 25px !important;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	text-shadow: -1px 2px 2px rgba(0,0,0,0.25);
	line-height: 20px;
}