@charset "UTF-8";
/* Body */
body {
	/*font-family: source-sans-pro;*/
	/*font-family: arimo;*/
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

/*added header tags 092622*/
h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.1rem;
}

h4, .h4 {
  font-size: .75rem;
}

h5, .h5 {
  font-size: .50rem;
}

h6, .h6 {
  font-size: .25rem;
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	/*width: 100%;*/
	width: 90%;
	/*height: 5%;*/
	height: 50px;
	/*background-color: #52bad5;*/
	background-color: #4F2683;
	/*border-bottom: 1px solid #2C9AB7;*/
	border-bottom: 2px solid #FFC62F;
	/*new changed from fixed to absoulte 071322*/
	/*position: fixed;*/
	position: absolute;
	top: 0;
}


.logo {
	color: #FFC62F;
	font-weight: bold;
	text-align: undefined;
	/*width: 10%;*/
	width: 40%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
	/*background-image:url("../images/swp-logo01.png");*/
	/*background-image:url("../images/swp-logo02.png");*/
	/*background-repeat: no-repeat;*/
	/*new 050321*/
	text-shadow: 1px 1px 2px #000000;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}


nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	/*color: #2C9AB7;*/
	color: #FFC62F;
}

/*added new*/
/*header h4:hover {
	color: #FFC62F;
}*/

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/*new*/
	/*background-color: #333333;*/
	background: rgba(51, 51, 51, 0.75);
	
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url("../images/watershed-rc01.jpg");
	/*below borrowed from banner*/
	background-attachment: scroll !important;
	/*background-attachment: fixed;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Hero2 Section */

.hero_header2 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/*new*/
	/*background-color: #333333;*/
	background: rgba(51, 51, 51, 0.75);
	
}

.hero2 {
	background-color: #B3B3B3;
	padding-top: 100px;
	padding-bottom: 10px;
	background-image: url("../images/watershed-rc01.jpg");
	/*below borrowed from banner*/
	background-attachment: scroll !important;
	/*background-attachment: fixed;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Hero3 Section */

.hero_header3 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/*new*/
	/*background-color: #333333;*/
	background: rgba(51, 51, 51, 0.75);
	
}

.hero3 {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 180px;
	background-image: url("../images/watershed-iesf-diagram01.jpg");
	/*below borrowed from banner*/
	background-attachment: scroll !important;
	/*background-attachment: fixed;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.light {
	font-weight: bold;
	color: #717070;
}

.medium {
	font-weight: bold;
	color: #999999;
}

.gold {
	font-weight: bold;
	color: #FFC62F;
	text-shadow: 1px 1px 2px #000000;
	font-size: 24px;
		
}

.white {
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	font-size: 24px;
		
}

.prevnext {
	font-weight: bold;
	color: #FFC62F;
	text-shadow: 1px 1px 2px #000000;
	font-size: 18px;
		
}

h2 {
	font-size: 20px;
}

/*071122*/
.centerlogo {
	text-align: center;
	margin-top:4px;
	margin-bottom:4px;
}	

.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*new 050321*/
	text-shadow: 1px 1px 2px #000000;
}
/* About Section */
.text_column {
	width: 29%;
	/*text-align: justify;*/
	text-align: left;
	/*font-weight: lighter;*/
	font-weight: bolder;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	/*color: #A3A3A3;*/
	color: black;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}

/*Contact Section*/
.contact_header{
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 34px;
	background-color: #4F2683;
	border-top: 2px solid #FFC62F;
	
}

.contact_header a {
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}
.contact_header a:hover {
	/*color: #2C9AB7;*/
	color: #FFC62F;
}

/*new section*/
.basic {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	/*added 042921*/
	color: #717070;
	/*text-align: justify;*/
	text-align: left;
	line-height: 25px;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
	font-size: 32px;
	font-weight: 600;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	/*margin-top: 35px;*/
	margin-top: 10px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	/*color: #52BAD5;*/
	color: #4F2683;
	
}

.gallery .thumbnail h3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	/*color: #52BAD5;*/
	color: #4F2683;
	font-size: 16px;
	
}

.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}

.why {
	width: 100%;
	text-align: center;
	color: #4F2683;
	border-bottom: 2px solid #FFC62F;
}

.swpdivider {
	width: 100%;
	text-align: center;
	color: #4F2683;
	border-bottom: 2px solid #FFC62F;
}

.colorh1 {
	width: 100%;
	text-align: center;
	color: #4F2683;
}

/* Parallax Section */
.banner {
	/*background-color: #2D9AB7;*/
	background-color: #240F37;
	/*new*/
	border-bottom: 1px solid #EFCE27;
	/*background-image: url(../images/parallax2.png);*/
	/*background-image: url("../images/watershed-iesf-diagram01.jpg");*/
	background-image: url("../images/hp-bjb-01.jpg");
	height: 400px;
	/*height: 550px;*/
	background-attachment: scroll !important;
	/*background-attachment: scroll;*/
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*new 050321*/
	text-shadow: 1px 1px 2px #000000;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	/*text-align: justify;*/
	text-align: left;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

/*add*/
.button a {
		text-decoration: none;
}

.button a:hover {
		color: #FFC62F;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	/*padding-top: 60px;
	padding-bottom: 60PX;*/
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/*Product Section New 042821*/
product {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
	
.product_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}

product .product_column h3 {
	color: #B3B3B3;
	text-align: center;
	/*text-shadow: 2px 2px 2px #4F2683;*/
}

product .product_column p {
	color: #717070;
	background-color: #FFFFFF;
}

product .product_column p {
	padding-left: 30px;
	padding-right: 30px;
	/*text-align: justify;*/
	text-align: left;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

product {
	display: inline-block;
}

/*link and hover effects 042921 */
product .product_column a {
	color: #4F2683;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
product .product_column a:hover {
	/*color: #2C9AB7;*/
	color: #FFC62F;
}

footer .footer_column a {
	color: #4F2683;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
footer .footer_column a:hover {
	/*color: #2C9AB7;*/
	color: #FFC62F;
}

/*added 092622*/
.contactabout {
	color: #B3B3B3;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}



/* Mobile */
@media (max-width: 320px) {
.logo {
	color: #FFC62F;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
	
	
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.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-color: #FFC62F;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
	/*new 050321*/
	text-shadow: 1px 1px 2px #000000;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}	

/*additional product css*/
.product_column {
	width: 100%;
	margin-top: 0px;
}	
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*color: #043745;*/
	/*color: #572a6b;*/
	color: #FFC62F;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	/*background: #52bad5;*/
	background: #4F2683;
}
	
	
header nav ul {
	padding: 0px;
	float: none;
}
	
	
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.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;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 100%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}

/*additonal product css*/	
.product_column {
	width: 100%;
	margin-top: 0px;
}	

.product_column {
	width: 100%;
}

	
.hero_header {
	margin-top: 20px;	
}
	
.hero_header2 {
	margin-top: 70px;	
}
	
}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.logo {
	color: #FFC62F;
	}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}


/*Added YouTube Embed Responsive 04/18/22*/
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Back-To-Top*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	/*background: rgba(73, 122, 255, .8);*/
	background: rgba(255,204,48,0.80);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	/*background: rgb(73, 122, 255);*/
	background: rgba(255,204,48);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*Responsive Images https://www.w3schools.com/howto/howto_css_image_responsive.asp */
.responsive {
  width: 100%;
  height: auto;
}

.responsive2 {
  max-width: 100%;
  height: auto;
}

/*link and hover effects 072622 */
 .basic a {
	color: #4F2683;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.basic a:hover {
	/*color: #2C9AB7;*/
	color: #FFC62F;
}

/*Changed all "text-align: justify;"" to "text-align: left;""*/