@charset "UTF-8";
/* CSS Document */

.content {
	background-color: #fff;
	padding: 1% 1% 11% 1%;
	margin: 1.8% 0 1% 0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.67);
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	background-image: url(../images/bottom-insert.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

@media screen and (max-width: 700px){
	.content {
	padding: 1% 1% 7% 1%;
	margin: .3% 0 1% 0;
	width:100%;
}}
.content p {
	text-align: justify;
	width: 98%;
	margin:.75% 1% 3% 1%;
	line-height: 1.3;
}
.content ul {
	text-align:left;
	margin: 4px 40px 8px 40px;
}
.content li {}

.content ol {
	text-align:left;
	margin: 4px 40px 8px 40px;
}

.content ul.under {
	margin: 1% 0 1% 3%;
}
.content ul under li {
	list-style-type: disc;
}

.callout {
	width: 94%;
	border: 1px solid;
	padding: .5 2%;
	margin: 2% auto;	color: white;


background: rgb(63,76,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(39,59,104,1) 50%, rgba(35,45,84,1) 52%, rgba(35,45,84,1) 52%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(50%,rgba(39,59,104,1)), color-stop(52%,rgba(35,45,84,1)), color-stop(52%,rgba(35,45,84,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(39,59,104,1) 50%,rgba(35,45,84,1) 52%,rgba(35,45,84,1) 52%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(39,59,104,1) 50%,rgba(35,45,84,1) 52%,rgba(35,45,84,1) 52%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(39,59,104,1) 50%,rgba(35,45,84,1) 52%,rgba(35,45,84,1) 52%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(63,76,107,1) 0%,rgba(39,59,104,1) 50%,rgba(35,45,84,1) 52%,rgba(35,45,84,1) 52%,rgba(63,76,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.callout h2 {
	margin:2% 0 0% 1%;
	color: #fff;
	font-size:24px;
	    text-shadow: 1px 1px 1px #000;
		line-height:1.2;

}

.callout h3 {
	margin:2% 0 0% 1%;
	color: #eee;
	font-size:24px;
	    text-shadow: 1px 1px 1px #000;
		line-height:1.2;

}

.callout p {}

#SLcallfloat {
	width: 40%;
	float: right;
	padding: 0 0 2% 2%;
}

.callout a:link {color:#fff; text-decoration:none;}

.callout a:visited {color:#fff; text-decoration:none;}

.callout a:hover {color:#fff; text-decoration:underline;}

p.from {
	text-align:right;
	margin-bottom: 30px;
}

.gplus-wrap {float:right;}



.schema-hide {
	font-size: 9px;
	text-align: center;
	width: 100%;
	line-height: 1;
	color: #2c2c2c;
}

.schema-hide a:link {
	color: #2c2c2c;
}
.schema-hide a:visited {
	color: #2c2c2c;
}
.schema-hide a:hover {
	color: #2c2c2c;
	text-decoration: underline;
}





.testimonial-wrap {
	clear: both;
	border: 1px solid;
	margin: 3%;
	padding:2%;
}
.testimonial-wrap p {
	padding: 0 0 0 3%;
}
.testimonial-wrap p.from {
	text-align: left;
	clear: both;
	margin: 5% 0 0 0;
}


.testimonial-wrap IMG {
	padding: 0 0% 0 0;
	width:100%;
}

.testimonial-wrap a { color:29407c; text-decoration:none}
.testimonial-wrap a:visited {color:29407c;}
.testimonial-wrap a:hover {text-decoration:underline}

.testimonialthumb {
 float:right; width: 45%; margin-left:4%;
}

.testimonialthumb a {display:block;}
.testimonialthumb a:visited {}
.testimonialthumb a:hover {-webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.67);
-moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.67);
box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.67);}

@media screen and (max-width: 768px){
	
	.testimonialthumb a {
	margin: 0 10% 4px 10%; width:80%;
}

.testimonial-wrap p {
	text-align: justify;
	margin: 0 0 0 0;
}

}

@media screen and (max-width: 500px){
	
	.testimonialthumb a {
	margin: 0 5% 4px 5%; width:90%;
}

}



.insert2 {width:84%; margin: 1% 8% 1% 8%;

background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(41,41,41,1) 28%, rgba(44,44,44,1) 50%, rgba(36,36,36,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(28%, rgba(41,41,41,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(36,36,36,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(41,41,41,1) 28%, rgba(44,44,44,1) 50%, rgba(36,36,36,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(41,41,41,1) 28%, rgba(44,44,44,1) 50%, rgba(36,36,36,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(41,41,41,1) 28%, rgba(44,44,44,1) 50%, rgba(36,36,36,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(41,41,41,1) 28%, rgba(44,44,44,1) 50%, rgba(36,36,36,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.insert2 h3 {color:#fff; font-size:26px; font-family:'Oswald', sans-serif; margin:1% 2% 1% 2%;  padding:1% 2% 1% 2%; line-height:1.3;
}
.insert2 p {color:#eee;}
.insert2 a:link {}
.insert2 a:hover {}
.insert2 ul li {
	color:#fff;
	list-style:none;
	background-image: url(../images/checkmark.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding: 2% 3% 3% 45px;
	font-family:'Oswald', sans-serif;
	font-size: 20px;
	line-height:1.2;
}
.staff IMG {float:left; padding:1% 1% 3% 0%; width:25%; clear:both;}
.staff h2 {clear:both; text-transform:uppercase; margin: 7% 0 0 0; padding-top:5%;}

.testimonials IMG {float:right; padding:1% 0 2% 1%; max-width:25%; clear:both;}


.testimonials hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
	clear:both;
}
.testimonials hr:after {
    content: "B";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
font-family: 'Marck Script', cursive;}

.testimonials h2 {clear:both;}

.was {
	border: 1px solid;
	padding: 1.3% .5%;
	background-color: #aaa;
	margin: auto;
	width: 60%;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(28,28,28,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(50%,rgba(28,28,28,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(28,28,28,1) 50%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(28,28,28,1) 50%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(28,28,28,1) 50%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(28,28,28,1) 50%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	border-color: #0FF;
}

.was h2 {}
.was a:link {color:#eee;}
.was a:visited {color:#eee;}
.was a:hover {color: #5ed5f7;}
.was h4 {display:inline;}
.was p {text-align:center; margin:0; padding:0; color:#fff; font-size:1.4em;}

ul li a:link,ul li a:visited {
	color: #333;
}

ul li a:hover {
	text-decoration: none;
	color: #198DCD;
}