@import url("../webfonts/Play_Bold/stylesheet.css");
@import url("../webfonts/exo2_bold/stylesheet.css");

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Mobile Layout: 480px and below. */

/* The Nivo Slider styles */
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#indexBody #sliderWrapper {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#indexBody #sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/


#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 1%;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 3%;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
.nivo-caption p {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display:none;
}
.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 12px;
}

.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 8%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-control {
	position: relative;
	top: -25px;
	margin-left: 2px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.sliderblueh1 {
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	color: #00B2EF;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;

}
.sliderheaderh1 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #124767;
	font-family: ftrabd, "Arial Black";
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: bold;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 8%;
	margin-right: 2%;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 @media only screen and (min-width: 481px) {
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	clear: both;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 1%;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

.nivo-caption p {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 38%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
}
.nivo-caption a {
	display: block;
	background-color: #BED786;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	min-width: 100px;
}
.nivo-caption a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	min-width: 100px;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 21%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-control {
	position: relative;
	top: -20px;
	margin-left: 5px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.sliderblueh1 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #00B2EF;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;

}
.sliderwhiteh1 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.sliderheaderh1 {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	color: #124767;
	font-family: ftrabd, "Arial Black";
	letter-spacing: -1px;
	line-height: 38px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 10%;
	margin-right: 5px;
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 @media only screen and (min-width: 769px) {
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	 height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 2%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.nivo-caption h2 {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	font-family: "itckabel medium";
	letter-spacing: 0px;
	line-height: normal;
	margin-top: 100px;
	margin-bottom: 0px;
	height: 400px;
	width: 880px;
	text-shadow: 2px 2px #000;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
.nivo-caption p {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 38%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
}
.nivo-caption a {
	display: block;
	background-color: #BED786;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 160px;
}
.nivo-caption a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 160px;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 32%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.sliderblueh1 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	color: #00B2EF;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;

}

.sliderheaderh1 {
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	color: #124767;
	font-family: ftrabd, "Arial Black";
	letter-spacing: -1px;
	line-height: 54px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 10px;
	margin-right: 5px;
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	 height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 2%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.nivo-caption p {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
}
.nivo-caption a {
	display: block;
	background-color: #BED786;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 190px;
	position: relative;
	min-width: 190px;
}
.nivo-caption a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 190px;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 35%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.sliderblueh1 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	color: #00B2EF;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;

}

.sliderheaderh1 {
	font-size: 65px;
	font-style: normal;
	font-variant: normal;
	color: #124767;
	font-family: ftrabd, "Arial Black";
	letter-spacing: -1px;
	line-height:70px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 10px;
	margin-right: 5px;
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1350px) {
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 2%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #BED786;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.nivo-caption a:hover {
	display: block;
		background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.nivo-caption p {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 35%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
}

.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 40%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.sliderblueh1 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	color: #00B2EF;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;

}
.sliderwhiteh1 {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.sliderheaderh1 {
	font-size: 100px;
	font-style: normal;
	font-variant: normal;
	color: #124767;
	font-family: ftrabd, "Arial Black";
	letter-spacing: -1px;
	line-height: 106px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 10px;
	margin-right: 5px;
}
.resimg {
	height: auto;
	width: 10%;
	min-width: 7%;
	margin-top: 10px;
	margin-right: 5px;
}
}
