@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/Play_Bold/stylesheet.css");
@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/opensans_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;
}
#sliderWrapper {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #03568D;
	position: relative;
}
#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: 3%;
	width: 100%;
	float: left;
	margin-left: 2%;
}
.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: "opensans light", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	width: 95%;
	float: left;
	margin-left: 2%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-right: 2%;
	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-caption a {
	display: none !important;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-left: 55%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	margin-top: 5px;
	width: 130px;
}
.nivo-caption a:hover {
	display: none !important;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-left: 55%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	margin-top: 5px;
	width: 130px;
}
.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: 15%;
	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;
	text-align: center;
}
.sliderwhiteh1 {
	font-size: 19px;
	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;
	text-align: center;
}
@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;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #03568D;
}
#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%;
	float: left;
	margin-left: 2%;
	display: block;
}
.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: "opensans light", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	width: 63%;
	float: left;
	margin-left: 2%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-right: 2%;
	display: block;
	text-shadow: 1px 1px #000;
}
.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: inline-block !important;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-left: 30%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	width: 90px;
	height: 22px;
}
.nivo-caption a:hover {
	display: inline-block !important;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-left: 30%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	width: 90px;
	height: 22px;
	color: #FFF;
}
.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: 25%;
	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: 24px;
	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;
	text-align: left;
}
.sliderwhiteh1 {
	font-size: 24px;
	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;
	text-align: left;
}
}
@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;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #03568D;
}
#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
/*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;
	float: left;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	float: left;
	margin-left: 7%;
	display: block;
}
.nivo-caption p {
	font-family: "opensans light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	width: 58%;
	float: left;
	margin-left: 7%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	display: block;
	text-shadow: 1px 1px #000;
}
.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: inline-block !important;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-right: 65%;
	margin-left: 35%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	margin-top: 5px;
	width: 120px;
}
.nivo-caption a:hover {
	display: inline-block !important;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-left: 35%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	margin-top: 5px;
	width: 120px;
}
.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: 46px;
	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;
	text-align: left;
}
.sliderwhiteh1 {
	font-size: 46px;
	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;
	text-align: left;
}
}
@media only screen and (min-width: 1200px) {
a {
	color: #FFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFF;
}
a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00B2EF;
}
#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}

.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: block;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	
	padding-top: 5%;
	-webkit-transition: all 3s ease; /* delay = 1 s */
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	float: left;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	float: left;
	margin-left: 5%;
	display: block;
}
.nivo-caption p {
	font-family: "opensans light", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	width: 55%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	text-shadow: 1px 1px #000;
	display: block;
}
.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: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 20px;
}
.nivo-caption a {
	display: inline-block !important;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-right: 60%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	margin-top: 10px;
	width: 180px;
}
.nivo-caption a:hover {
	display: inline-block !important;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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;
	margin-right: 60%;
	margin-bottom: 0px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	margin-top: 10px;
	width: 180px;
}
.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: 45%;
	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: 30px;
}
.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: 65px;
	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;
	text-align: left;
}
.sliderwhiteh1 {
	font-size: 65px;
	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;
	text-align: left;
}
}
