@charset "utf-8";
/* CSS Document */

body {
	/*background:url(../images/recycledPattern.jpg);*/
}

#nav-wrap, #menu-icon {
	display:hidden;
}

#logo {
	background:none !important;
}

#headerBack {
	background:#FFFFFF;
	box-shadow:#333333 3px 3px 30px;
	width:974px;
}

#mainBody {
	z-index:0 !important;
	/*box-shadow:#333333 3px 3px 30px;*/
}

#releaseCopy {
	width:64.5%;
	float:left;
	background:#FFFFFF;
	margin-right:1.5%;
	/*border-right:2px solid #CCCCCC;*/
	margin-left:1.5%;
	border-radius:7px;
	box-shadow: #b5b5b5 3px 3px 9px;
	min-height:960px;
}

#releaseCopy img {
margin-left:1.75%;
margin-right:3.5%;
margin-bottom:1.5%;
border: 2px solid #999999;
border-radius:7px;
box-shadow:#222222 2px 2px 3px;	
}

#releaseCopy p {
	padding-left:3.5%;
	padding-right:3.5%;
	margin-bottom:2.5%;	
}

/*Font style for Press Release Paragraphs */
#releaseCopy p {
font-family: 'Pontano Sans', sans-serif;
font-size:1.2em;
line-height:1.42em;	
}

/*--------------------------------------*/

#releaseCopy h3 {
	padding-top:2.5%;
	padding-left:3.5%;
	padding-right:3.5%;
	margin-bottom:1.89%;
}

#releaseCopy h4 {
	padding-left:3.5%;
	padding-right:3.5%;
	margin-bottom:2.5%;
}

.releaseHeader {
font-family: 'Merriweather Sans', sans-serif;
font-weight:700;
font-size:1.85em;
font-style:normal !important;	
}

h3.releaseHeader {
	margin-bottom:4.5% !important;
}

.releaseMainSub {
font-family:  sans-serif !important;
font-weight:300 !important;
font-size:1.45em !important;
font-style:italic;
letter-spacing:-.5px !important;	
}

h4.releaseMainSub {
margin-bottom:4px !important;	
}

.releaseSubHeader {
font-family: sans-serif !important;
font-weight:400 !important;
font-size:1.2em !important;
font-style:italic;
letter-spacing:-.5px !important;
}

h4.releaseSubHeader2 {
margin-top:25px !important;
font-family: sans-serif !important;
font-weight:400 !important;
font-size:1.8em !important;
font-style:italic;
letter-spacing:-.5px !important;
margin-bottom:5px !important;
color:#006690 !important;
}

a.releaseSubHeader2 {
	color:#006690 !important;
}

#releaseCopy img {
	max-width:45% !important;
}

#rightThird {
width:31.2%;
float:left;
overflow:hidden;
max-height:1056px;	
}

#contactCopy {
	width:99.2%;
	/*width:29.2%;*/
	float:left;
	background:#FFFFFF;
	margin-left:0;
	border-radius:7px;
	margin-right:.8%;
	box-shadow: #b5b5b5 3px 3px 9px;
}

#contactCopy h4, h5 {
padding-left:2.5%;
padding-right:2.5%;
font-family: 'Pontano Sans', sans-serif;	
}

#contactCopy h4, h5, h5.headTop {
padding-left:5%;	
}

#migMainCopy {
width:100%;
margin-left:0;
background:#ffffff;
border-radius:5px;
box-shadow:2px 2px 6px #222222;
}

#migMainCopy h2 {
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:1.65em;
	color:#39b8bc;
	width:60%;
	margin-bottom:2%;
}

#migMainCopy h3 {
	font-family:'Roboto', sans-serif !important;
	font-weight:500;
	font-size:1.3em;
	color:#000000;
	width:60%;
	margin-bottom:2%;
	padding-left: 2%;
}





#migMainCopy a {
	color:#2e9da0;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

#contactCopy h5.headTop {
font-family: 'Merriweather Sans', sans-serif;	
}

#contactCopy h5.main {
text-decoration:underline;
font-weight:500;	
}

#contactCopy h5.headTop:first-child {
	margin-top:6.2%;
}

#contactCopy h4:first-child {
	margin-top:3.5% !important;
}

#contactCopy h5:last-child {
	margin-bottom:3.5% !important;
}

#contactCopy a {
text-decoration:none;
color:#4eaeb2;
font-weight:bolder;	
}

.topContactBg {
	color:#20494b !important;
	/*background:#4eaeb2;*/
	padding-top:4px;
	margin-bottom:20px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-top-left-radius:7px;
	-moz-border-top-right-radius:7px;
		background: #b9f5f7; /* Old browsers */
background: -moz-linear-gradient(top,  #b9f5f7 0%, #68cbcf 50%, #55bec1 51%, #b7deed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9f5f7), color-stop(50%,#68cbcf), color-stop(51%,#55bec1), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b9f5f7 0%,#68cbcf 50%,#55bec1 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b9f5f7 0%,#68cbcf 50%,#55bec1 51%,#b7deed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b9f5f7 0%,#68cbcf 50%,#55bec1 51%,#b7deed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b9f5f7 0%,#68cbcf 50%,#55bec1 51%,#b7deed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9f5f7', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
box-shadow:#c9c9c9 1px 1px 2px;
	
}

.lowerContactBg {
	margin-top:20px;
	background:#FFFFFF;
}

#twitterFeed {
	clear:both;
}
/*Facebook Plugins */
iframe.facebook {
	padding-left:3.5%;
	padding-right:3.5%;
}

/*Read More Styles */

a.readMore {
	text-decoration:none;
	padding-left:3.5%;
	padding-right:3.5%;
	font-family: 'Merriweather Sans', sans-serif;
	color:#4eaeb2;
	font-weight:bolder;
}

.tweetLink {
	margin-left:1.8% !important;
}

/*--------------------------------------------------------
Header Updated Style
----------------------------------------------------------*/
#organizationName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	height: 18px;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	visibility: visible;
	position: absolute;
	top: 75px;
	height: 18px;
	z-index: 5;
	background: #FFFFFF; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or organization name to stand out.*/
	margin-bottom:0 !important;
	overflow: hidden;
	width: 100%;
	display:none !important;
}

#organizationName a {
	color:#000000 !important;
}

#mainBody {
	position:absolute;
	width:100%;
	z-index:8;
	top: 135px;
	clear: both;
	visibility: visible;
	padding-bottom: 0px;
	background: #EBEFDF;
}

#whiteBacker {
	top:0;
	position:absolute;
	background:#ffffff;
	width:100%;
	height:125px;
	box-shadow: 4px 4px 30px -8px #000000;
}

#searchBar {
	width: 325px;
	top: 9px;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/ /*you can change this. It should agree with border top color */
	position: absolute;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;*/ /* you can change this. It should agree with border bottom color */
/*	padding-top: 0;
	padding-bottom: 0;
	visibility: visible;*/
	background-color: transparent; /*you can change this*/
	/*vertical-align: middle;*/
	z-index: 9;
	overflow: hidden;
	right:0;
	border-top:none;
	border-bottom:none;
	
}

.submit input[type="submit"] {
	padding-right:0;
	padding-left:0;
	margin-right:0;
	margin-left:0;
}


#siteName {
	padding-top:.69% !important;
}


#logo {
	text-indent:11px;
	padding-top:0;
	top:15px;
}

#fwsBar {
	top:0;
	height:45px;
	background-position:100px;
	width:100%;
	
/*	margin-left:1%;
	margin-right:1%;*/
}

#siteName {
	top:45px;
	text-indent:104px;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	font-size:2.25em;
}

#siteName a {
	color:#000000;
}

form {
	display:inline-block;
	padding:0;
	margin:0;
	border:none;
}

tr, td {
	margin:0 auto;
	height:24px !important;
}

input, query  {
	background:#9e9e9e url(../images/search_input.gif) no-repeat;
	border:none;
	padding:2px;
	width:135px;
	-webkit-transition-property: width;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: width;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property:width;
  -o-transition-duration: .5s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-property: width;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-in-out;
  transition-property: width;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;

}

/*input:hover {
	width:165px;
}*/

/*input:active {
	width:165px;	
}*/

input {
	padding-left:29px;
	color:#000000;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000000 !important;
	font-style:italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000000 !important;
	font-style:italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000000 !important;
	font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000000 !important;
	font-style:italic;
}

input.search-button {
	width:21px;
	height:21px;
	overflow:hidden;
	padding-left:0;
	padding-bottom:4px;
}

	

.input-wrapper {
	float:left;
	text-decoration:none;
}

#search_form {
	border:none !important;
	text-decoration:none;
}

form {
	border:none;
}

.search-button {
	background:none;
}

#barAndButton {
	float:left;
	padding:3px;
}

/*---------------------------------------------------------
*****End Header Adjustments*****
-----------------------------------------------------------*/
#mainBody {
/*box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc; 
-moz-box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc; 
-webkit-box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc;*/
box-shadow: 4px 4px 30px -8px #000000;
}
/*---------------------------------------------------------
Navigation Adjustments
-----------------------------------------------------------*/




.addGradient {
	background-image:none;
}




/*---------------------------------------------------------
-----------------------------------------------------------
This is the large background slide show
-----------------------------------------------------------
-----------------------------------------------------------*/
#slideshow {
    position:relative;
    height:350px;
    z-index:-1;
}
  
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
  
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
  
#slideshow IMG.last-active {
    z-index:9;
}
  
#slideshow img {
 
    min-height: 100%;
    min-width: 1024px;
  
    
    width: 100%;
    height: auto;
  
    
    position: fixed;
    top: 0;
    left: 0;
}
  
/*@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px;
}*/

/*------------------------------------------------------------
Body Links
------------------------------------------------------------*/
#hidden-content a {
	color:#409194 !important;
	
	text-decoration:none !important;
}

#releaseCopy a {
color:#409194 !important;
	
	text-decoration:none !important;
}

/*-------------------------------
footer styles
------------------------------*/

#footerWrapper {
	clear:both;
	float:left;
	margin-top:50px;
	width:974px;                               
	background-color:#282625;
	color:#dedede;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:0.45px !important;	
}

#footerWrapper a {
	text-decoration:none;
	color:#dedede;
}

#footerLeft {
	float:left;
	width:240px;
	padding-left:12px;
	line-height: 12.5px;
	letter-spacing:0.15px !important;	
}

#footerCenter {
	float:left;
	width:470px;
	text-align:center;
	}

.footerCenterText {
	font-style:italic;
}

#updatedLast {
	margin-top:25px;
	margin-bottom:15px;
}

#footerRight {
	float:left;
	position:relative;
	width:200px;
	}
	
.bottomFWSlogo {
	position:absolute;
	left:130px;        /* was left:10px; */
	top:-30px;
}

.bottomDOIlogo {
	position:absolute;
	left:10px;   /* was left:120px; */
	top: -30px;
}

#footerRight .facebook {
	position:absolute;
	top:80px;
	left:80px;
}

#footerRight .twitter {
	position:absolute;
	top:80px;
	left:120px;
}

#footerRight .flickr {
	position:absolute;
	top:80px;
	left:40px;
}

#footerRight .youtube {
	position:absolute;
	top:80px;
	left:200px;
}


#footerRight .instagram {
	position:absolute;
	top:80px;
	left:160px;
}

/*-----------------------------------------------------------------------
Footer Social Media Links Effects
-----------------------------------------------------------------------*/
.css3gallery img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}
 
.css3gallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

/*--------------------------------------------------------------
EA Feature Area
--------------------------------------------------------------*/
/*#transBacker {
	background:url(../images/semiTrans.png);
	width:100%;
	height:100px;
}
*/

#linkSectionOne {
	width:100%;
	float:left;
	height:45px;
	margin-left:.65%;	
}

#featureSlider {
width:100%;
height:50px;
/*border-radius:5px;
margin-top:1.5%;*/
/*margin-left:2%;
margin-right:2%;*/
margin-bottom:5%;
/*margin-top:-5px;*/
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
z-index:1;
/*box-shadow:1px 1px 9px #9e9e9e;*/	
}

/*#semiTrans {
	background:url(../images/semiTrans.png);
	width:95%;
	margin-left:2%;
	border-radius:5px;
	padding-top:2%;
	padding-bottom:2%;
}*/

.featureSliderText {
	width:95%;
	margin-left:0;
	
}

.featureAccent {
	position:absolute;
	right:100px;
	width:29%;
	display:inline;
	
}

#featureSlider .featureSliderText h2, p {
	padding-left:2%;
	padding-right:2%;
	margin-bottom:0;
	color:#000000;
	
}

#featureSlider .featureSliderText h2 {
font-family: 'Oswald', sans-serif;
font-weight:700;
font-size:1.75em;
font-style:normal !important;
margin-bottom:1.25%;
padding-top:2%;
letter-spacing:1px;
border-bottom:1px solid #CCCCCC;
}

#featureSlider .featureSliderText p {
font-family: 'Roboto', sans-serif;
font-size:1.15em;
font-weight:400;
font-style:italic;
color:#000000;
padding-bottom:.5%;
padding-top:0;
margin-top:-25px;
}

#prairieSub {
font-family: 'Roboto', sans-serif;
font-weight:bold;
font-style:italic;
margin-top:-11px; !important;
padding-top:0 !important;
color:#000000;
margin-left:1px;
}

p.buttonBackground {
	background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
width:35%;
padding-bottom:0 !important;
}

#prairieSub h6 {
	font-family: 'Roboto', sans-serif;
	font-size:.65em;
	font-weight:400;
	color:#777777;
}

#badge {
width:75px;
height:75px;
position:absolute;
top:50px;
left:825px;	
}

#badge img {
	width:95%;
	background:#FFFFFF;
	box-shadow:#FFFFFF 3px 3px 3px 15px;
	-webkit-transition-property: background box-shadow;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: background box-shadow;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property:background box-shadow;
  -o-transition-duration: .5s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-property: background box-shadow;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-in-out;
  transition-property: background box-shadow;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;

	
}

#badge img:hover {
	transition-duration:.5s;
	background:#f9b14b;
	box-shadow:#f9b14b 3px 3px 3px 5px;	
	border-radius:4px;
}

#linkHolder {

clear:both;
float:none;
width:100%;
height:46px;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

margin-top:0;
margin-bottom:0;
padding:0 !important;	
border-bottom-right-radius:60px;
border-bottom-left-radius:5px;
position:absolute;
z-index:3;
}

.instagram {
	position:absolute;
	top:80px;
	left:160px;
}

#subBacker {
	height:145px;
	background:url(../images/textureBackgroundDarker.jpg);
	width:100%;
}

#linkSectionTwo {
	width:25%;
	float:left;
	height:120px;
	margin-left:3%;
	
}

#linkSectionOne, #linkSectionTwo, ul, li {
	list-style-type:none;
}

#linkSectionOne ul li {
	margin-bottom:7px;
	padding:0;
	margin-top:1.25%;
	display:inline-block;
}

#linkSectionTwo ul li {
	margin-top:7px;
	margin-bottom:7px;
	padding:0;
	
}

a.eaLinks {
	color:#e0e0e0;
	text-decoration:none !important;
	font-family: 'Oswald', sans-serif !important;
	font-weight:400 !important;
	font-size:1.025em !important;
	text-transform:uppercase;
	letter-spacing:1.25px;
	padding-top:3px;
/*	padding-bottom:3px;*/
/*	margin-bottom:20px;*/
	padding-left:8px;
	padding-right:8px;
	border-radius:5px;
	/*background:url(../images/semiTrans.png);*/
/*	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;*/
	-webkit-transition-property: background-color, color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property:background-color, color;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property: background-color, color;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-property: background-color, color;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;

}

#linkSectionOne ul li a.eaLinks:hover {
	background-color:#000000 ;
	color:#81cfd3;
	padding-left:8px;
	padding-right:8px;
	transition-property: background-color, color, box-shadow;
  	transition-duration: .3s;
 	transition-delay:0;
	border-radius:5px;
/*	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;*/
}

#linkSectionTwo ul li a.eaLinks:hover {
	background-color:#977159;
	color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	transition-property: background-color, color;
  	transition-duration: .3s;
 	transition-delay:0;
	border-radius:5px;
/*	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;*/
 
}
	

#newsSection {
	width:100%;
	height:350px;
	background:transparent;
	clear:both;
	margin-bottom:1%;
}

#newsAndReleases {
	background:url(../images/Untitled-4.png);
	background-position:5px;


	float: left;
	width: 63.35%;
	/*overflow:scroll;
	overflow-x:hidden;*/
	height: 350px;
	margin-left: 2%;
	border-radius: 5px;
	box-shadow: 1px 1px 9px #9e9e9e;
	border-bottom: 1px solid #000000;
}

#newsSection h3.bottom {
	color:#FFFFFF;
	text-shadow:#000000 1px 1px 3px;
}

#newsAndReleases a {
	text-decoration:none;
	color:#fbaa29 !important;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition-property: color text-shadow;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property:color text-shadow;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property: color text-shadow;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-property: color text-shadow;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease-in-out;
  transition-property: color text-shadow;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}


#newsAndReleases a:hover {
	color:#ffd659 !important;
	transition-duration: .3s;
}
	
	

.newsHeader {
border:1px solid #3b8588;
border-top-right-radius:5px;
border-top-left-radius:5px;	
background: #a6e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #a6e0e0 0%, #5fb4b7 49%, #40a4a5 50%, #9acece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6e0e0), color-stop(49%,#5fb4b7), color-stop(50%,#40a4a5), color-stop(100%,#9acece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* W3C */	
}

/*#featureSectionThree .newsHeader {
	width:99.4%;
}

#featureSectionTwo .newsHeader {
	width:100%;
}

#featureSectionOne .newsHeader {
	width:100%;
}
*/
#newsAndReleases h2 {
	color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:3.3%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:1px 1px 5px #000000;
	text-transform:uppercase;
}

#newsAndReleases h3 {
	font-size:1.1em;
	margin-bottom:1.5%;
	color:#000000;
}

/*#newsAndReleases a {
	
}*/

/*#newsAndReleases a:hover {
	color:#56a0a3;
	padding-left:8px;
	padding-right:8px;
	transition-property: color;
  	transition-duration: .3s;
 	transition-delay:0;
	border-radius:5px;	
}*/

hr {
	color:#dddddd !important;
	height:0 !important;
	border-style:none none solid;
}


#newsAndReleases h3 {
	padding-left:2%;
}

#newsAndReleases h4 {
	padding-left:2%;
	font-family: 'Roboto', sans-serif !important;
	font-weight:bold;
	color:#9c9c9c;
	margin-bottom:1.25%;
	font-size:1em;
}

#newsAndReleases h4:first-child {
	padding-top:2%;
}

#topStories {
	overflow-y:scroll;
	height:250px;
	border-bottom:#3b8588 1px solid;
	background:#FFFFFF;
	padding-left:1.7%;
}

#topStories2 {
	overflow-y:scroll;
	border-bottom:#3b8588 1px solid;
	padding-left:0;
	height:500px;
	border:1px solid #999999;
}


#topStories a {
	color:#49878a !important;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition-property: color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property:color;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property: color;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-property: color;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease-in-out;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

#topStories a:hover {
	color:#7B4F33 !important;
	transition-duration: .3s;
}

#socialBoxHub {
	width: 20%;
	float:left;
	height:350px;
	margin-right:2%;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px;
	background:url(../images/texturetastic_gray.png);
}

#rowOne {
width:96%;
background:#9C0;
margin-left:4.8%; !important;
margin-bottom:1.5% !important;	
}

#row2{
width:96%;	
background:#CF3;
margin-left:4.8%; !important;	
}

#row3 {
width:96%;	
background:#CF3;
margin-left:4.8%; !important;	
}

.socialButton {
width:44%;	
display:inline-block;
float:left;
border-radius:5px;
margin-bottom:1%;
height:75px;

}

#socialBoxHub h2 {
	color:#FFFFFF;
	padding-top:6.65%;
	padding-bottom:.7%;
	padding-left:3.3%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1%;
	letter-spacing:1px;
	text-shadow:1px 1px 5px #000000;
	text-transform:uppercase;	
}




#socialBoxHub .newsHeader {
	min-height:51.5px;
}

.socialButton img {
	width:100%;
	border-radius:5px;
	box-shadow:1px 1px 5px #666666;	
	  -webkit-transition: all 1.5s ease-in-out;
     -moz-transition: all 1.5s ease-in-out;
       -o-transition: all 1.5s ease-in-out;
      -ms-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out;
}

.socialButton img:hover {
	border-radius:110px;
	box-shadow:#ffd659 -1px 1px 1px 5px;	
}

.socialButton:first-child {
	margin-right:4%;
	margin-left:0;
}

.socialButton:last-child {
	margin-left:1.5%;
	margin-right:0;
}

#campaigns {
overflow:hidden;	
width:47%;	
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(45%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

height:170px;
margin-left:2%;
border-radius:5px;
display:inline-block;
float:left;
margin-top:3%;
box-shadow:1px 1px 5px #333333;

}

#campaigns img {
	margin-left:-100px;
	 -webkit-transition: all 12s ease-in-out;
     -moz-transition: all 12s ease-in-out;
       -o-transition: all 12s ease-in-out;
      -ms-transition: all 12s ease-in-out;
          transition: all 12s ease-in-out;
}

#campaigns:hover img {
	margin-left:-3000px !important;
	
}

#checkOutCampaigns {
font-family:'Oswald', sans-serif;
font-size:1.3em;
font-weight:500;
color:#FFFFFF;
opacity:.95;
width:45%;
height:40px;
position:absolute;
margin-top:-100px;
text-align:center;
text-shadow:1px 1px 8px #000000;
}

#campaigns .newsHeader h2, #mpContent .newsHeader h2 {
font-family:'Oswald', sans-serif;
font-size:1.3em;
text-shadow:1px 1px 4px #000000;
text-transform:uppercase;
color:#FFFFFF;
font-weight:300;
padding:7px;
letter-spacing:1.5px;
}

#tribal .newsHeader h2 {
font-family:'Oswald', sans-serif;
font-size:1.3em;
text-shadow:1px 1px 4px #000000;
text-transform:uppercase;
color:#FFFFFF;
font-weight:300;
padding:7px;
letter-spacing:1.5px;
}

/*#checkOutCampaigns p {
padding:8px;
background:#F93;
color:#FFFFFF !important;	
}*/

#tribal {
width:47%;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(45%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

height: 170px;
margin-left:2%;
border-radius:5px;
display:inline-block;	
float:left;
margin-top:3%;
box-shadow:1px 1px 5px #666666;
overflow:hidden;
}

#tribal a img {
	width:100%;
	 -webkit-transition: all 4s ease-in-out;
     -moz-transition: all 4s ease-in-out;
       -o-transition: all 4s ease-in-out;
      -ms-transition: all 4s ease-in-out;
          transition: all 4s ease-in-out;
}

#tribal a img:hover {
	width:125%;
}

#featureSectionOne h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:1px 1px 4px #000000;
	text-transform:uppercase;	
}

#featureSectionTwo h2, #featureSectionTwoSCROLL h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:1px 1px 4px #000000;
	text-transform:uppercase;	
}

#featureSectionThree h2,#featureSectionThreeWht h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:1px 1px 4px #000000;
	text-transform:uppercase;	
}

#featureSectionOne {
	margin-top:2.5%;
	margin-left:2%;
	width:30%;
	float:left;
	height:235px;
	border-radius:5px;
	background:#FFFFFF;
	box-shadow: 1px 1px 8px #666666;
	overflow:hidden !important;
}

#featureSectionOne img {
	  height: 196px;
  width: 325px;
 
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}


#featureSectionOne img:hover {
	  width: 400px;
  height: 238px;
}
	

#featureSectionTwo {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:235px;
	background:#FFFFFF;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px;
	overflow:hidden !important;
}

#featureSectionTwoSCROLL {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:235px;
	background:#FFFFFF;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px;
	overflow:scroll !important;
}

#featureSectionThree {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:235px;
	z-index:0;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px !important;
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	overflow:hidden !important;
	background:#000000;
}

#featureSectionThreeWht {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:235px;
	z-index:0;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px !important;
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	overflow:hidden !important;
	background:#FFFFFF;
}
/*-------------------------------------------------
Begin Feature Accordion
-------------------------------------------------*/

.menu_list {
	width: 100%;
}
.menu_head {
	width:101%;
	/*padding: 5px 10px;*/
	padding:5px 0 5px 0;
	/*cursor: pointer;*/
	position: relative;
	cursor:default;
	/*padding-left:1px;*/
	margin-top:1px;
	margin-bottom:1px;
	/*padding-right:1px;*/
	/*margin-left:1px;*/
	/*margin-right:1px;*/
    color:#EFEFEF;
	font-weight:500;
	font-family:'Oswald', sans serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1.5px;
	border-bottom:1px solid #444444;

       background:rgb(0,0,0) url(../images/closedArrow.png) center right no-repeat; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%) url(../images/openArrow.png) center right no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))) url(../images/openArrow.png) center right no-repeat; /* Chrome,Safari4+ ;*/
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%) url(../images/openArrow.png) center right no-repeat; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%) url(../images/openArrow.png) center right no-repeat; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%) url(../images/openArrow.png) center right no-repeat; /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%) url(../images/openArrow.png) center right no-repeat; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
background-repeat:none !important;
}

.menu_body {
	display:none;
}
.menu_body a {
width:99.5%;	
  display:block;
  background-repeat:none !important;	
  padding-left:0;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  background: none;
  text-decoration:none;
}

.menu_list img {
	max-width:100%;
	/*padding-left:3px;
	padding-right:3px*/;
	background:none;
	margin-left:1px;
}

#firstpane {	
margin-top:-.5%;	
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */}

#secondpane {
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */}



/*-------------------------------------------------
End Feature Accordion
-------------------------------------------------*/

/*-------------------------------------------------
Begin News & Releases Page
-------------------------------------------------*/
#featureContain {
	clear:both;
	float:none;
	height:300px;
}

#mainNewsHolder {
width:63%;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
float:left;
height:600px;
margin-left:2%;	
border-radius:5px;
box-shadow:1px 1px 8px #666666;

overflow:hidden;
}

#mainNewsHolder .newsHeader h2 {
color: #FFFFFF;
padding-top: .7%;
padding-bottom: .7%;
padding-left: 3.3%;
font-family: 'Oswald', sans-serif !important;
font-weight: 300;
font-size: 1.4em;
font-style: normal;
margin-bottom: 1%;
letter-spacing: 1px;
text-shadow: 1px 1px 5px #000000;
text-transform: uppercase;
margin-top: 7px;
}



#rightSideBarNews {
	width:30%;
	background:#FFFFFF;
	height:601px;
	float:left;
	margin-left:3%;
	border-radius:5px;
	box-shadow:1px 1px 8px #999999;
	overflow:hidden;
}

.bottomBar {
	background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
height:50px;
}

.bottomBar p {
	padding-top:5px;
	color:#FFFFFF !important;
	font-size:1.15em !important;
	text-shadow: #000000 1px 1px 3px;
	font-family: Arial, Helvetica, san-serif !important;
	font-style:italic;
	padding-top:12px;
}

.bottomBar a {
	font-weight:500 !important;
}

a.bottomBarLinks {
color: #fbaa29 !important;
text-decoration:none;	
}

#releaseList {
overflow-x:hidden;
overflow-y:scoll;
height:500px;
border:1px solid #999999;	
}

#rightSideBarNews .newsHeader h2 {
color: #FFFFFF;
padding-top: 3.6%;
padding-bottom: 3.2%;
padding-left: 3.3%;
font-family: 'Oswald', sans-serif !important;
font-weight: 300;
font-size: 1.4em;
font-style: normal;
margin-bottom: 1%;
letter-spacing: 1px;
text-shadow: 1px 1px 5px #000000;
text-transform: uppercase;
}

#rightSideBarNews a {
text-decoration:none;
	font-size:1em;
	color:#49878a;	
	font-weight:500;
}

#rightSideBarNews p {
	color:#000000;
	font-family:'Roboto', sans-serif;
	margin-left:1.7%;
}

#rightSideBarNews hr {
	color:#999999 !important;
}

.newsItem {
	height:auto;
	background:#FFFFFF;
	border-bottom:#999999 1px solid;
	overflow:hidden;
}

.newsPhoto img {
	width:100%;
	
	border-radius:2px;
	/*margin-left:2%;
	margin-top:2.5%;
	margin-right:1.5%;
	border-radius:2px;*/
	
}

.newsPhoto p {
	float:left;
}

.newsPhoto {
	width:28%;
	height:auto;
	float:left;
	margin-left:2%;
	margin-top:2.5%;
	margin-right:1.8%;
	background:#fff;
	box-shadow:#999999 1px 1px 3px;

}

.newsItem h4 {
	font-family:'Roboto', sans-serif;
	font-size:1.1em;
	font-weight:500;
	margin-top:2%;
	margin-bottom:1.5%;
	color:#3d8a8b;
}

.newsItem p {
	font-family:'Roboto', sans-serif;
	font-size:1.15em;
	font-weight:300;
	margin-top:2%;
	margin-bottom:1.5%;
	color:#555555;
}

.newsItem a {
	text-decoration:none;
	font-size:1em;
	color:#357778;
}

.newsItem ul {
	margin-left:2%;
	padding-top:2%;
	padding-bottom:2%;
	width:95%;
}

.newsItem ul li a {
	font-weight:700;
}


.bigger {
	font-size:1.1em !important;
	font-family:'Roboto', sans-serif;
}

p.photoDesc {
	font-size:.85em;
	color:#000000;
	float:left;
	
	font-family:'Roboto', sans-serif;
}






/*-------------------------------------------------
End News & Releases Page
-------------------------------------------------*/


/*-------------------------------------------------
Begin Campaigns Page
-------------------------------------------------*/
.descriptionText {
	opacity:0;
	background:#a3dede;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	margin-top:7%;
	
}

.descriptionText2 {
	opacity:0;
	background:#a3dede;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	margin-top:7%;

}

.descriptionText p {
	font-family:Arial, san-serif;
	font-size:1.15em;
	font-style:italic;
	font-weight:500;
	padding-top:3%;
	padding-bottom:3%;
	padding-left:5%;
	padding-right:5%;
	line-height:1.25em;
}

.descriptionText2 p {
	font-family:Arial, san-serif;
	font-size:1.15em;
	font-style:italic;
	font-weight:500;
	padding-top:3%;
	padding-bottom:3%;
	padding-left:5%;
	padding-right:5%;
	line-height:1.25em;
}

.newsHeader2 {
background: #a7955d;
border-bottom:1px solid #655a38;
}

.newsHeader2 h2 {
text-align:center;
padding-left:0;
margin-left:0;	

}

.descriptionText:hover {
opacity:.95;
margin-top:11%;	
box-shadow:#000000 1px 1px 5px;
padding-left:0;

}

.descriptionText2:hover {
opacity:.95;
margin-top:6%;
box-shadow:#000000 1px 1px 5px;	
padding-left:0;
}



.featureSectionOne h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:400;
	font-size:1.12em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:#000000 1px 1px 3px;
	text-transform:uppercase;	
}

.featureSectionTwo h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:400;
	font-size:1.12em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:#000000 1px 1px 3px;
	text-transform:uppercase;	
}

.featureSectionThree h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:400;
	font-size:1.12em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:#000000 1px 1px 3px;
	text-transform:uppercase;	
}

.featureSectionOne {
	margin-top:2.5%;
	margin-left:2%;
	width:29.5%;
	float:left;
	height:235px;
	border-radius:5px;
	background:#FFFFFF;
	box-shadow: 1px 1px 9px #9e9e9e;
	overflow:hidden !important;
	border:1px solid #655a38;
}

.featureSectionOne img {
	  height: 196px;
  width: 325px;
 
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}


.featureSectionOne img:hover {
	  width: 400px;
  height: 238px;
}
	

.featureSectionTwo {
	margin-top:2.5%;
	margin-left:3%;
	width:29.5%;
	float:left;
	height:235px;
	background:#FFFFFF;
	box-shadow: 1px 1px 9px #9e9e9e;
	border-radius:5px;
	overflow:hidden !important;
	border:1px solid #655a38;
}



.featureSectionThree {
	margin-top:2.5%;
	margin-left:3%;
	width:29.5%;
	float:left;
	height:235px;
	z-index:0;
	box-shadow: 1px 1px 9px #9e9e9e;
	border-radius:5px !important;
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	overflow:hidden !important;
	background:#000000;
	border:1px solid #655a38;
}

/*.photoHold img:hover {
	 height: 196px !important;
  width: 325px !important;
   transition:none !important;
}

.photoHold img{
	 height: 196px !important;
  width: 325px !important;
  transition:none !important;
}*/


/*-------------------------------------------------
End Campaigns Page
-------------------------------------------------*/

/*--------------------------------------------------
Begin Social Media Page
--------------------------------------------------*/
.socContain {

}

#socFac {
	float:left;
	width:46%;
	margin-left:2%;
}

#socTwit {
	float:left;
	width:47.6%;
	overflow:hidden;
	margin-left:2.2%;
	border-radius:4px;
box-shadow:#666666 1px 1px 7px;
}



#socTube {
float:left;
width:465px;
height:258px;
overflow:hidden;
margin-right:2%;
margin-top:3%;
margin-left:2%;	
box-shadow:1px 1px 5px #666666;
border-radius:4px;
background:#000000;
}

#socTube img {
	width:100%;
}

#socialText {
float:left;
margin-left:2%;
width:96%;
margin-top:2%;	
}

#tumblr {
	margin-top:2%;
	margin-left:2%;
	float:left;
	
}

#tumblr img {
	border-radius:5px;
	box-shadow:1px 1px 5px #666666;
	 -moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

#tumblr img:hover {
	box-shadow:0px 2px 1px 5px #ffd659;
}

#tumblr a {
	text-decoration:none;
	color:#FFFFFF;
}

#instaholder {
	float:left;
	width:46%;
	padding-top:3%;
	margin-left:2%;
	border-radius:5px;
}

#commentPolicy {
	position:absolute;
	width:468px;
	height:30px;
background: #1f2e3c; /* Old browsers */




	border:#000000 solid 1px;
	border-radius:5px;
	box-shadow:#666666 1px 1px 5px;
	margin-top:2%;
	text-align:center;
	 -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

#commentPolicy:hover {
	background:#fbaa29;
}



#commentPolicy h2 {
	font-family:'Roboto', sans-serif;
	font-size:1.15em;
	font-weight:500;
	color:#FFFFFF;
	padding-top:1%;
	text-shadow:#000000 1px 1px 3px;
}

/*<!--#commentPolicy h2:hover {
	 color:#1f2e3c;
}-->*/

#instaholder img {
position:absolute;	
}

#socInsta {
	width:100%;
	border-radius:5px;
}

#socFlick {
	width:50%;
	float:left;
	margin-left:2%;
	margin-top:2%;
}

#socialText p:first-child {
padding-top:2%;
}

#socialText p {
	font-family:'Roboto', sans-serif;
	margin-bottom:1%;
}

#socialText h2 {
	margin-left:2%;
	margin-top:2%;
	margin-bottom:2%;
	font-size:1.5em;
	font-weight:300;
	font-family:'Roboto', sans-serif !important;
}


/*--------------------------------------------------
End Social Media Page
--------------------------------------------------*/

/*--------------------------------------------------
Begin Fact Sheets Page
--------------------------------------------------*/
#accordionContain {

width:96%;
margin-left:2%;	
}

.leftShift {
	margin-left:2%;
}

.pdfContain ul {
	display:inline-block !important;
	text-align:center !important;
}

.pdfContain ul:last-child {
	margin-right:0;
}

.pdfContain {
	padding-top:2%;
	padding-bottom:0!important;
	float:left;
	margin-right:5%;
	width:20%;
	margin-bottom:3px;
	overflow:hidden;
	height:215px;
	border-radius:5px;
	 -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.pdfContain:hover {
	background:#faa928;
	box-shadow:#faa928 1px 1px 3px;
}

.ui-accordion .ui-accordion-content {
padding:0 !important;
padding-top:25px !important;	
}

.pdfContain img {
margin-left:22.5%;
box-shadow:#555555 1px 1px 15px;
margin-bottom:1.85%;
}

.pdfContain h5 {
	margin-top:2%;
	text-align:center;
	font-size:1.15em;
	font-weight:bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-family:'Roboto', sans-serif !important;
	Color:#FFFFFF !important;
	font-weight:500 !important;
	text-shadow:#000000 1px 1px 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
font-family:'Roboto', sans-serif !important;
	Color:#FFFFFF !important;
	font-weight:500 !important;	
	font-size:1.32em !important;
	border: 1px solid #407678 !important;
	text-shadow:#000000 1px 1px 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #a6e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #a6e0e0 0%, #5fb4b7 49%, #40a4a5 50%, #9acece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6e0e0), color-stop(49%,#5fb4b7), color-stop(50%,#40a4a5), color-stop(100%,#9acece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0', endColorstr='#9acece',GradientType=0 ); /* IE6-9 */

	
}

.pdfContain p {
	text-align:center;
}

.pdfContain p {
	font-size:.85em;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

	

.ui-accordion .ui-accordion-header {
box-shadow:#999999 1px 1px 2px !important;
}




/*--------------------------------------------------
End Fact Sheets Page
--------------------------------------------------*/
	


/*--------------------------------------------------
Imagery Page
--------------------------------------------------*/
#flickrHolder {
	float:left;
	margin-left:2%;
	box-shadow:#666666 1px 1px 5px;
}

	#nationDigitalButton {
	width:96%;
	height:45px;
background:url(../images/natDigPr.jpg);

	border:#333333 solid 1px;
	border-radius:5px;
	box-shadow:#666666 1px 1px 5px;
	margin-top:2%;
	text-align:center;
	 -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
	display:block;
	float:left;
	margin-left:2%;
	text-shadow:1px 1px 3px #000000;
}

#nationDigitalButton:hover {
	box-shadow:#fbaa29 1px 1px 5px;
	border:#fbaa29 solid 1px;
	background:url(../images/natDigOvr.jpg);

}

#nationDigitalButton a {
	color:#FFFFFF !important;
	text-decoration:none !important;
	font-family:'Roboto', sans-serif !important;
	font-weight:300 !important;
	font-size:1.7em !important;
}

	
#nationDigitalButton h2 {
	color:#FFFFFF !important;
	text-decoration:none !important;
	font-family:'Roboto', sans-serif !important;
	font-weight:300 !important;
	font-size:1.4em !important;
	font-style:italic;
	padding-top:.85%;
}


/*--------------------------------------------------
End Imagery Page
--------------------------------------------------*/

/*--------------------------------------------------
Begin Contact Page
--------------------------------------------------*/



/*#contactContainer a {
text-decoration:none !important;
color:#2b6c6d;
font-family:'Roboto', sans-serif;
font-weight:500;
letter-spacing:1px;
-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;	
}*/

/*#contactContainer img {
	box-shadow:#555555 1px 1px 5px;
	border-radius:10px;
	width:80%;
}

#contactContainer a:hover {
	color:#41cdce !important;
}*/

.bioBoxesLeadership {
	float:left;
	width:30%;
	height:320px;
}

.bioBoxesLeadership h3 {
margin-top:3.5%;	
}

.bioBoxesLeadership img {
	border: 1px solid #999999;
}

.bioBoxesLeadership p {
padding-left:0 !important;	
}

.bioBoxesLeadership:first-child {
	margin-right:3%;
}



.bioBoxes {
	float:left;
	width:25%;
	height:338px;
}

.bioBoxes p {
	padding-left:0 !important;
}

.bioBoxes h5 {
	padding-left:0 !important;
}

.bioBoxes img{
	width:75% !important;
	border: 1px solid #999999;
}

.bioBoxes h3 {
margin-top:3.5%;

}
.bioBoxes:first-child {
	
}

#bottomRow img {

}

#contactContent img {
	border-radius:5px;
	box-shadow:#888888 2px 2px 10px;

}

#contactContent a {
	font-family:'Roboto', sans-serif;
	text-decoration:none;
	color:#21878b;
	font-weight:500;
}

#contactContent h3 {
	font-family:'Roboto', sans-serif;
	font-size:1.25em;
	font-weight:500;
	font-style:normal;
	color:#000000;
}

	
#address h3 {
	padding-top:3%;
	font-family:'Roboto', sans-serif;
	font-size:1.35em;
	font-weight:500;
	color:#000000;
	font-style:normal;
}

#address h6 {
	font-family:'Roboto', sans-serif;
	font-size:1.1em;
	font-weight:500;
	color:#555555;
	font-style:normal;
}

#address {
	margin-bottom:3%;
}
/*--------------------------------------------------
End Contact Page
--------------------------------------------------*/

/*--------------------------------------------------
Begin Tribal Page
--------------------------------------------------*/
#tribalContent {
	width:96%;
	margin-left:2%;
	box-shadow:1px 1px 8px #666666;
	background:#FFFFFF;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#tribalContent p {
	padding-left:2%;
	margin-left:0 !important;
	margin-bottom:1.25% !important;
	font-size:1.15em;
	color:#777777;
	font-weight:500;
	font-family:'Open Sans', sans-serif;
	line-height:1.45em;
}

#tribalContent p:first-child {
		padding-top:2% !important;
}

#tribalContent p:last-child {
	padding-bottom:4% !important;
	margin-bottom:4% !important;
}

#tribalContent img {
	width:50%;
	border-radius:5px;
	box-shadow:1px 1px 5px #666666;
	margin-left:2.5%;
	margin-bottom:1.5%;
}

#reservationsSlider {
	position:absolute;
	width:40px;
	height:288px;
	background:url(../images/tribalMap.jpg);
	top: 240px;
	left:895px;
	border-radius:5px;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	transition-delay: .35s;
	-webkit-transition-delay: .35s; /* Safari */
	box-shadow:-1px 1px 5px #000000 !important;
	overflow:hidden;
}

#reservationsSlider a {
	text-decoration:none;
	margin-left:0 !important;
	padding-left:0 !important;
}

#reservationsSlider .reserveTextContain h3 {
	border-radius:5px;
	opacity:0;
	font-weight:500;
	font-size:1.5em;
	color:#FFFFFF !important;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	margin-left:25%;
	margin-top:40%;
	background:#C60C60;
	padding:25px;
	box-shadow:1px 1px 5px #666666;

}

.reserveTextContain {
	opacity:0;
	margin-left:20%;
	width:250px;
	-webkit-transition: all 2s ease-in-out;
  	-moz-transition: all 2s ease-in-out;
  	-o-transition: all 2s ease-in-out;
  	transition: all 2s ease-in-out;
	text-align:center;
	text-shadow:#000000 1px 1px 3px;
}



#reservationsSlider:hover {
width:435px;	
left:500px;
}

#reservationsSlider:hover .reserveTextContain h3 {
	opacity:1;
}

#reservationsSlider:hover .reserveTextContain {
	margin-left:20%;
	opacity:1;
}

#reservationsSlider h3:hover {
	background:#ffa11b;
}

.linkHolder {
	margin-left:-12px;
}

#tribalSubNav {
	margin-top:-20px;
	margin-bottom:0;
	margin-left:2%;
background: #a6e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #a6e0e0 0%, #5fb4b7 49%, #40a4a5 50%, #9acece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6e0e0), color-stop(49%,#5fb4b7), color-stop(50%,#40a4a5), color-stop(100%,#9acece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a6e0e0 0%,#5fb4b7 49%,#40a4a5 50%,#9acece 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0', endColorstr='#9acece',GradientType=0 ); /* IE6-9 */
border:#3b8588 1px solid;
	width:96%;
	box-shadow:#666666 1px 1px 5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	}
	
 @-webkit-keyframes pulse  
{
0% {background-color:#52bbbf;} 
25% {background-color: transparent;}
 50% {background-color: #52bbbf;}
 75% {background-color: #5acbd0;}
100% {background-color: transparent;}
}



#tribalSubNav a {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:600;
	border-radius:5px;
	padding:5px 5px;
	-webkit-transition: all .35s ease-in-out;
  	-moz-transition: all .35s ease-in-out;
  	-o-transition: all .35s ease-in-out;
  	transition: all .35s ease-in-out;
	padding-left:10px;
	padding-right:10px;
	
}

#tribalSubNav a:hover {
	color:#FFFFFF;
	background:#316d6e !important;
	display:block;
	text-shadow:#000000 1px 1px 2px;
}

#tribalSubNav ul li {
	display:inline-block;
}

#tribalContent a {
	color:#3b8f90;
	font-weight:600;
}

/*--------------------------------------------------
End Tribal Page
--------------------------------------------------*/

/*--------------------------------------------------
Begin Tribal Grants Page
--------------------------------------------------*/
#divTable {
margin-left:2%;	
}

table.tribal {
	box-shadow:#666666 1px 1px 5px;
	border-radius:5px;
	width:98%;
	margin-top:2%;
}

table.tribal tr td {
	border:1px solid #555555;
	padding:8px;
}

tr.grey {
background:#e2e2e2;	
}

#tribalSubNav .pdfHolder {
	
}

#tribalSubNav ul {

}

#tribalSubNav a {
	color:#000000;
	-webkit-animation: pulse 6.5s;
}


/*--------------------------------------------------
End Tribal Grants Page
--------------------------------------------------*/


/*--------------------------------------------------
Begin Tribal Contact Page
--------------------------------------------------*/
.contactBox {
	float:left;
	width:45%;
	margin-left:2%;
}

.contactBox img {
	width:40% !important;
	margin-left:1% !important;
	margin-bottom:8% !important;
}

/*--------------------------------------------------
End Tribal Contact Page
--------------------------------------------------*/


.featureObject {
	height:193px !important;
	
	border-radius:5px !important;
	overflow:hidden !important;
}


@-moz-document url-prefix() {
.chrome	 {	
height:192.5px !important;
}

.fox {
	width:105% !important;
	position:relative !important;
	left:-5px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:url(../images/accordionGradient.png) !important;
}


/*-------------------------------------------------
BEGIN USFWS fact scroller css --- By Matt Milner
-------------------------------------------------*/
#crisisRowOne {
	overflow:hidden;
	width:100%;
	height:275px;
}

.columnTop {
	width:100%;
	height:275px;
	display:inline-block;
}

.first {
	background:#3FF;
}

.second {
	background:#3C9;
}

.third {
	background:#3F3;
}

.fourth {
	background:#960;
}

.fifth {
	background:#F90;
}
	
/*-----------------------------------------------------
MP Main Home Page Content CSS
-------------------------------------------------------*/
#mpContent {
	width:96%;
	margin-top:1%;
	margin-left:2%;
	box-shadow:1px 1px 8px #666666;
	background:#FFFFFF;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#mpContent p {
	padding-left:2%;
	margin-left:0 !important;
	margin-bottom:1.25% !important;
	font-size:1.15em;
	color:#777777;
	font-weight:500;
	font-family:'Open Sans', sans-serif;
	line-height:1.45em;
}

#mpContent p:first-child {
		padding-top:2% !important;
}

#mpContent p:last-child {
	padding-bottom:4% !important;
	margin-bottom:4% !important;
}

#mpContent img {
	width:100%;
	margin-left:2.5%;
	margin-bottom:1.5%;
}



#campaignSectionOne h2, 
#campaignSectionTwo h2, 
#campaignSectionThree h2 {
color:#FFFFFF;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1.25%;
	letter-spacing:1px;
	text-shadow:1px 1px 4px #000000;
	text-transform:uppercase;	
}


#campaignSectionOne {
	margin-top:2.5%;
	margin-left:2%;
	width:30%;
	float:left;
	height:300px;
	border-radius:5px;
	background:#FFFFFF;
	box-shadow: 1px 1px 8px #666666;
	overflow:hidden !important;
}

#campaignSectionOne img,#campaignSectionTwo img, #campaignSectionThree img  {
	    width: 100%;
 
 
}


	

#campaignSectionTwo {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:300px;
	background:#FFFFFF;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px;
	overflow:hidden !important;
}



#campaignSectionThree {
	margin-top:2.5%;
	margin-left:3%;
	width:30%;
	float:left;
	height:300px;
	z-index:0;
	box-shadow: 1px 1px 8px #666666;
	border-radius:5px !important;
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
	overflow:hidden !important;
	background:#fff;
}




/*-------------------------------------------------
END USFWS fact scroller css --- By Matt Milner
-------------------------------------------------*/
	
	/* Smartphones (portrait) ----------- */
@media handheld, screen and (max-width: 995px) {

#slideshow {
display:none !important;
}
  
#slideshow IMG {
display:none !important;
}
  
#slideshow IMG.active {
display:none !important;
}
  
#slideshow IMG.last-active {
display:none !important;
}
  
#slideshow img {
display:none !important;
}
  

#jQueryShutDown {
	display:none !important;
}

}
