@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
body{
	background-color: #ffffff;
}
.noShow {
	visibility: hidden;
}
.heroShiftUp {
	margin-top: -19px;
}
.topLeftText {
	margin-left: 8px;
	margin-right: 11px;
	margin-top: 5px;
	float: left;
}
.middleLeftText {
	margin-left: 8px;
	margin-right: 11px;
	margin-top: 25px;
	float: left;
}
.callToActionShadding {
	-webkit-box-shadow: inset -2px -2px 3px 3px #326E41;
	box-shadow: inset -2px -2px 3px 3px #326E41;
	background-color: #87FD87;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 16px;
	margin-bottom: 9px;
}
#row1Shadding {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(208,203,203,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(208,203,203,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(208,203,203,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 7.77%,rgba(208,203,203,1.00) 100%);
	padding-bottom: 8px;
	padding-top: 16px;
}
.row.text-center .col-lg-offset-1.col-lg-10.col-md-offset-1.col-md-10.col-sm-offset-0.col-sm-12.text-center .h3Adjust1 {
}
.Adjust1 {
	font-size: 145%;
}
.Adjust2 {
	font-size: 200%;
}
.moveRight1 {
	padding-left:2%;
}.shadow1   {
	text-shadow: -1px -1px 1px #000000;
	letter-spacing: 1px;
	font-size: 225%;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 360px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 61px;
	padding-top: 49px;
	letter-spacing: 2px;
	font-size: 104%;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 65%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jotForm {
	max-width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.hero-slideshow   {
	overflow-y: visible;
}
.itemScope {
	text-align: center;
}
#row1Shadding div h3 {
	text-transform: uppercase;
	text-shadow: -1px -1px #484749;

}
.parallax a:hover  {
	background-color: #C50307;
	padding-top: 1px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 24px;
	border-radius: 12px;
	text-decoration: none;
	color: #FFFFFF;

}
.parallax a {
	color: black;
}







/* Mobile */
@media (max-width: 320px) {
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5%;
	font-size: 110%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: -67px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 115%;
	padding-top: 30px;

}
.banner {
	padding-left: 10px;
	padding-right: 5px;
		height: 400px;
}
}
