@charset "UTF-8";

/* Base SNC Styles */

.element-invisible {
  display: none;
}

html {
	background:#004FA3;
}

@font-face {
    font-family: 'sncicons';
    src: url('fonts/sncicons-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/sncicons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/sncicons-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/sncicons-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
         url('fonts/sncicons-Regular.svg#sncicons-Regular') format('svg'), /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.blue {
	color:#004FA3;
}

.green {
	color:#009D57;
}

.yellow {
	color:#FF9800;
}

.red {
	color:#C53926;
}

.violet {
	color:#964CAC;
}

.grey {
	color:#7F7F7F;
}

.Dgrey {
	color:#464646;
}

.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.shaded, .social-share {	
	-webkit-box-shadow:  0px 4px 4px 1px #808080;
	box-shadow:  0px 4px 4px 1px #808080;
}

h1 {
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:31px;
	font-weight:normal;
	border-bottom:none !important;
}

h2 {
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:22px;
	color:#464646;
	font-weight:normal;
}

h3 {
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:18px;
	color:#464646;
	font-weight:normal;
}

h1, h2, h3 {
  line-height: 32px;
}

hr {
	border-color:#E3E3E3;
	clear:both;
	border-bottom:none;
}

* a:hover {
	cursor:pointer;
}

p {
  margin: 0 0 20px;
}

blockquote {
	border-left:none;
	padding:12px 25px;
	margin: 20px 0;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
}

blockquote p {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}

section .search-query.span2.form-text {
	width:80%;
}

.btn:focus {
	outline:none;
}

/* Header */

#topMenu {
	line-height:28px;
	padding:7px 0;
	background: #004FA3;
	
}

#topMenu ul li {
	line-height:29px;
}

#topMenu li, #topMenu a {	
	float:right;
}

#topMenu li a {
	float: none;
}

#topMenu a {
	color:#7F7F7F;
	margin-right:12px;
	margin-top:1px;
}

#topMenu .nav > li > a ,#topMenu a.lang-link  {

	color: #FFF;
	opacity: 0.8;
}

#topMenu a:hover, #topMenu a:active, .nav > li > a:hover, .nav > li > a:focus {
	background:none !important;
	background-color:transparent !important;
	text-decoration:underline;
	color:#464646;
}

#topMenu .nav > li > a:hover, #topMenu .nav > li > a:hover , #topMenu a.lang-link:hover ,#topMenu a.lang-link:active {

	color: #FFF;
	opacity: 1;
}

#topMenu a.disabled, #topMenu a.disabled:hover, #topMenu a.disabled:active {
	color:#C8C8C8;
}

#topMenu form {
	float:right;
	margin-bottom:0;
}

#topMenu .input-append .btn {
	color:#7F7F7F;
}

#topMenu .dropdown-menu {
	top:40px;
	min-width:130px;
	left:-12px;
}

#topMenu .dropdown-menu li {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#topMenu .dropdown-menu > li > a {
	padding-left:0;
}

.logo {
	max-width:235px;
}

/* Navigation */

.navbar {
	margin-bottom:0px;
}

.navbar-inner {
	background-image:none;
	background:#FFF;
	border-left:0;
	border-right:0;
	border-radius:0;
	padding-top:10px;
	padding-bottom:15px;
}

.navbar .nav {
	top:10px;
	float:right;
	margin-right:-10px;
}

.navbar .nav > li > a {
	font-family:'open_sansbold', Arial, sans-serif;
	font-size:22px;
	padding-left:10px !important;
	padding-right:10px !important;
	margin-left:10px;
	margin-right:10px;
	border-bottom:3px solid transparent;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	font-weight:normal;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color:transparent;
	box-shadow:none;
	
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color:transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color:transparent;
	background-image:none;
}

.navbar .nav > li > .dropdown-menu:before {
	border:none !important;
}

.navbar .nav > li > .dropdown-menu:after {
	border:none !important;
}

.navbar .nav > li > .dropdown-menu {
	border:1px solid #FFF;
	border-radius:0 !important;
	box-shadow:none !important;
	left: 10px !important;
	margin: 0 !important;
	min-width: 200px;
	padding: 0;

}

.navbar .nav .link-item-1 .dropdown-menu {
	border-color:#004FA3 !important;
}

.navbar .nav .link-item-2 .dropdown-menu {
	border-color:#009D57 !important;
}

.navbar .nav .link-item-3 .dropdown-menu {
	border-color:#FF9800 !important;
}

.navbar .nav .link-item-4 .dropdown-menu {
	border-color:#C53926 !important;
}

.navbar .nav .link-item-5 .dropdown-menu {
	border-color:#964CAC !important;
}


.navbar .dropdown-menu a {
	font-size:17px;
	padding: 7px;
	border-bottom:1px solid black;
	opacity: 0.8;
	font-weight: bold;
}

.navbar .link-item-1 .dropdown-menu a {
	border-bottom:1px solid #004FA3;
}

.navbar .link-item-2 .dropdown-menu a {
	border-bottom:1px solid #009D57;
}

.navbar .link-item-3 .dropdown-menu a {
	border-bottom:1px solid #FF9800;
}

.navbar .link-item-4 .dropdown-menu a {
	border-bottom:1px solid #C53926;
}

.navbar .link-item-5 .dropdown-menu a {
	border-bottom:1px solid #964CAC;
}

.nav-collapse .dropdown-menu li + li a {

	margin-bottom: 0px !important;
}

.navbar .dropdown-menu li  {
	
}
.navbar .caret, #topMenu .caret {
	display:none;
}

.navbar .nav .link-item-1 a {
	color:#004FA3 !important;
}

.navbar .nav .link-item-2 a {
	color:#009D57 !important;
}

.navbar .nav .link-item-3 a {
	color:#FF9800 !important;
}

.navbar .nav .link-item-4 a {
	color:#C53926 !important;
}

.navbar .nav .link-item-5 a {
	color:#964CAC !important;
}


.navbar .nav > li > a:hover, .navbar .nav .open > li > a.dropdown-toggle, .navbar .nav > li > a.active-trail {
	border-bottom:3px solid;
}

.navbar .nav .link-item-1 > a:hover {
	border-color:#004FA3 !important;
}

.navbar .nav .link-item-2 a:hover {
	border-color:#009D57 !important;
}

.navbar .nav .link-item-3 a:hover {
	border-color:#FF9800 !important;
}

.navbar .nav .link-item-4 a:hover {
	border-color:#C53926 !important;
}

.navbar .nav .link-item-5 a:hover {
	border-color:#964CAC !important;
}

.navbar .nav .open a.dropdown-toggle {
	
	color: #FFF !important;
	text-shadow:none;
	border-radius: 5px 5px 0 0;
}


.navbar .nav .open.link-item-1 a.dropdown-toggle{
	
	background: #004FA3 !important;
	border-color:#004FA3 !important;
}

.navbar .nav .open.link-item-2 a.dropdown-toggle{
	
	background: #009D57 !important;
	border-color:#009D57 !important;
}

.navbar .nav .open.link-item-3 a.dropdown-toggle{
	
	background: #FF9800 !important;
	border-color:#FF9800!important;
}

.navbar .nav .open.link-item-4 a.dropdown-toggle{
	
	background: #C53926 !important;
	border-color:#C53926 !important;
}

.navbar .nav .open.link-item-5 a.dropdown-toggle{
	
	background: #964CAC !important;
	border-color:#964CAC !important;
}



/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-submenu a.active-trail, .navbar .dropdown-menu li.active-trail a.active-trail {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);

}*/

.navbar .dropdown-menu li.active-trail a.active-trail {

	font-weight: bold;
	opacity: 1;
	background: transparent !important;
	position: relative;
	padding-left: 20px;
}

.navbar .dropdown-menu li.active-trail a.active-trail:before {
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #004FA3;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
}

.navbar .link-item-1 .dropdown-menu li.active-trail a.active-trail:before {

	border-left: 14px solid #004FA3;	
}
.link-item-1 .dropdown-menu > li > a:hover, .link-item-1 .dropdown-menu > li > a:focus, .link-item-1 .dropdown-submenu:hover > a, .link-item-1 .dropdown-submenu:focus > a {
	background:#004FA3 !important;
	color: #FFF !important;
}

.link-item-1 .dropdown-submenu a.active-trail, .navbar .link-item-1 .dropdown-menu li.active-trail a.active {

	color:#004FA3 !important;
}

.navbar .link-item-2 .dropdown-menu li.active-trail a.active-trail:before {

	border-left: 14px solid #009D57;	
}
.link-item-2 .dropdown-menu > li > a:hover, .link-item-2 .dropdown-menu > li > a:focus, .link-item-2 .dropdown-submenu:hover > a, .link-item-1 .dropdown-submenu:focus > a {
	background:#009D57 !important;
	color: #FFF !important;
}

.link-item-2 .dropdown-submenu a.active-trail, .navbar .link-item-2 .dropdown-menu li.active-trail a.active {

	color:#009D57 !important;
}

.navbar .link-item-3 .dropdown-menu li.active-trail a.active-trail:before {

	border-left: 14px solid #FF9800;	
}
.link-item-3 .dropdown-menu > li > a:hover, .link-item-3 .dropdown-menu > li > a:focus, .link-item-3 .dropdown-submenu:hover > a, .link-item-1 .dropdown-submenu:focus > a {
	background:#FF9800 !important;
	color: #FFF !important;
}

.link-item-3 .dropdown-submenu a.active-trail, .navbar .link-item-3 .dropdown-menu li.active-trail a.active {

	color:#FF9800 !important;
}

.navbar .link-item-4 .dropdown-menu li.active-trail a.active-trail:before {

	border-left: 14px solid #C53926;	
}
.link-item-4 .dropdown-menu > li > a:hover, .link-item-4 .dropdown-menu > li > a:focus, .link-item-4 .dropdown-submenu:hover > a, .link-item-1 .dropdown-submenu:focus > a {
	background:#C53926 !important;
	color: #FFF !important;
}

.link-item-4 .dropdown-submenu a.active-trail, .navbar .link-item-4 .dropdown-menu li.active-trail a.active {

	color:#C53926 !important;
}

.navbar .link-item-5 .dropdown-menu li.active-trail a.active-trail:before {

	border-left: 14px solid #964CAC;	
}
.link-item-5 .dropdown-menu > li > a:hover, .link-item-5 .dropdown-menu > li > a:focus, .link-item-5 .dropdown-submenu:hover > a, .link-item-1 .dropdown-submenu:focus > a {
	background:#964CAC !important;
	color: #FFF !important;
}

.link-item-5 .dropdown-submenu a.active-trail, .navbar .link-item-5 .dropdown-menu li.active-trail a.active {

	color:#964CAC !important;
}

.navbar li.link-item-5 ul.dropdown-menu {
	left:auto;
	right:0;
}

/* Slider */

#slider {
	background:#000;
	text-align:center;
}

#slider {
	width:100% !important;
	max-width:100% !important;
}

#slider a {
	display: block;
	height: 100%;
}

#slider img {
	height:100%;
	max-width:inherit !important;
}

#slider #content {
	margin-left:auto;
	margin-right:auto;
}

#slider h1 {
	font-family:'open_sansbold', Arial, sans-serif;
	color:#CCC;
	font-weight:normal;
	font-size:29px;
	background-color:#000;
	background-color: rgba(0,0,0,0.7);
	border-radius:10px;
	padding:20px;
	width:67%;
	max-width:660px;
	margin:0 0 0 47px;
	text-align:left;
	bottom:70px;
	position:absolute;
}

#slider h1:hover, #slider h1:active {
	
}	

#slider a:hover, #slider a:active {
	text-decoration:none;
}

#slider .bjqs a:hover h1, #slider .bjqs a:active h1, #slider .bjqs a:focus h1{

	text-decoration: underline;
	color:#FFF;
}

#slider .bjqs-controls {
	font-family:'sncicons';
	font-size:40px;
}

#slider .bjqs-controls a {
	color:#004FA3;
	top:40% !important;
	height:80px;
	background:#FFF;
	line-height:76px;
}

#slider .bjqs-controls a:hover {
	color:#FFF;
	background:#004FA3;
	text-decoration: none;
}

.bjqs-prev > a {
	padding:0 12px 0 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.bjqs-next > a {
	padding:0 8px 0 12px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bjqs-markers {

	left:0 !important;
	right: 0 !important;
	margin:0 auto !important;
	overflow: hidden;
	padding:10px !important;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	border-radius: 10px 10px 0 0;		

}
.bjqs-markers li {

	width: 10px;
	height: 10px;
	margin: 0 5px;
	border:2px solid #004FA3;
	display: inline-block;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}

.bjqs-markers li a {

	display: block;
	width: 100%;
	height: 100%;
	line-height: 200%;
	color:#004FA3;
	text-indent: -9999999px;	
}

.bjqs-markers li a:hover , .bjqs-markers li.active-marker a {

	display: block;
	width: 100%;
	height: 100%;
	line-height: 200%;	
	background: #004FA3;
	color: #FFF;
}


/* Front Page Quicklinks */

#quicklinks {
	background:url(../img/bg-wave.png) repeat-x bottom;
	position:relative;
	padding-bottom:25px;
	margin-top:16px;
}

#quicklinks li {
	float:left;
	width:25%;
	text-align:center;
}

#quicklinks span {
	font-family:'sncicons';
	font-size:140px;
	line-height:1em;
	color:#FFF;
	display:inline-block;
	height:150px;
	width:150px;
	border-radius:50%;
}

#quicklinks span div {
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}

#quicklinks a:hover {

	text-decoration: none;
}
#quicklinks h2 {
	line-height:30px;
}

#quicklinks .science span {
	background:#009D57;
}

#quicklinks .science a:hover h2 {
	color:#009D57;
}

#quicklinks .outdoors span {
	background:#004FA3;
}

#quicklinks .outdoors a:hover h2 {
	color:#004FA3;
}

#quicklinks .forms span {
	background:#FF9800;
}

#quicklinks .forms a:hover h2 {
	color:#FF9800;
}

#quicklinks .calendar span {
	background:#C53926;
}

#quicklinks .calendar a:hover h2 {
	color:#C53926;
}

#quicklinks a:hover, #quicklinks a:focus {
	background-color:transparent;
}

/* Front Content */

#contentHome {
	margin-top:16px;
	background:url(../img/bg-shade-right.png) repeat-y 660px 0px;
}

#contentHome article {
	width:620px;
	margin-right:40px;
}

#contentHome article h2 {
	float:left;
	margin-top:8px;
}

#contentHome article .seeAll {
	float:right;
	padding-top:16px;
}

#contentHome article .seeOlder {
	float:left;
	padding:12px 0 16px 0;
}

.story {
	line-height:22px;
	float:left;
	padding-top:26px;
	border-bottom:1px solid #CFCFCF;
	width:100%;
}

.story .leader {
	font-size:16px;
}

.story a {
	color:#464646;
}

#contentHome .story a:hover {	
	color:#004FA3;
	text-decoration:underline;
}

#contentHome .story p a {
	color: #0088CC;
}

/*#contentHome .story p a:hover {
	text-decoration:underline;
}*/

.story img {
	background:url(../img/story-placeholder.png) no-repeat center;
	background-size:cover;
	width:150px !important;
	height:150px !important;
	margin-right:20px;
	float:left;
	display:inline;
	margin-bottom: 24px;
}

#contentHome .story span {
	float:right;
	width:450px;
	margin-bottom:16px;
}

.story h1 {
	font-family:'open_sansregular', arial, sans-serif;
	font-size:21px;
	font-weight:normal;
	margin-top:0;
}

#contentHome aside {
	color:#7f7f7f;
	line-height:20px;
	width:240px !important;
	padding-left:40px;
	margin-left:0;
	padding-bottom:3%;
}

aside a {
	display:block;
	color:#7F7F7F;
}

aside a:hover, aside a:focus {
	color:#464646;
}

#contentHome aside .block {
	margin-bottom:9%;
}

#contentHome aside a:hover {
	text-decoration:none;
}

#contentHome aside #block-snc-authority-watershed-status {
	padding-bottom: 10px;
}

.not-front .wstb-notice {

	display: none;
}

/* Secondary Page */

.not-front .main-container {
	background:url(../img/bg-shade-left.png) repeat-y 200px 0px;
	padding-bottom:30px;
}

article .control-group {
	display:none;
}

h1.page-header {
	float:left;
	max-width:80%;
	padding-bottom:0;
	margin-bottom:12px;
	margin-top:10px;
}

.not-front article {
	clear:both;
}

.share {
	font-family:'open_sansregular', arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	float:right;
	line-height:38px;
	position: relative;
	margin-top:10px;
}

.share i {
	margin-right:5px;
}

.share a:hover i, .share a:focus i {
	text-decoration:none;
}

.social-share {
	background:#FFF;
	display: none;
	height: auto;
	position: absolute;
	right: 0px;
	padding:0 0 10px 10px;
	line-height:32px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.social-share a {
	float:left;
	margin-left:7px;
}

#sectionHeader {
	height:180px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom:12px;
}

.main-container.control-group {
	display:none;
}

.not-front hr {
	margin-bottom:6px;
}

.main-container article {
	color:#464646;
	line-height:24px;
}

/* Section Customization */

.section-news #sectionHeader {
	display:none;
}

.section-default #sectionHeader {
	background:url('../img/sectionHeader1.jpg') no-repeat;
}

.section-news h1, .section-news a, .section-news .sidebar-nav li.active > a, .section-news .sidebar-nav .has-children.active-trail > a, .section-default h1, .section-default a, .section-default .sidebar-nav li.active > a, .section-default .sidebar-nav .has-children.active-trail > a {
	color:#004FA3;
}

.section-default a span {
	color:#004FA3 !important;
}

.section-1 #sectionHeader {
	background:url('../img/sectionHeader1.jpg') no-repeat 0 bottom;
	background-size:cover;
}

.section-1 h1, .section-1 a, .section-1 .sidebar-nav li.active > a, .section-1 .sidebar-nav .has-children.active-trail > a {
	color:#004FA3;
}

.section-2 #sectionHeader {
	background:url('../img/sectionHeader2.jpg') no-repeat;
}

.section-2 h1, .section-2 a, .section-2 .sidebar-nav li.active > a, .section-2 .sidebar-nav .has-children.active-trail > a {
	color:#009D57;
}

.section-3 #sectionHeader {
	background:url('../img/sectionHeader3.jpg') no-repeat;
}

.section-3 h1, .section-3 a, .section-3 .sidebar-nav li.active > a, .section-3 .sidebar-nav .has-children.active-trail > a {
	color:#FF9800;
}

.section-4 #sectionHeader {
	background:url('../img/sectionHeader4.jpg') no-repeat;
}

.section-4 h1, .section-4 a, .section-4 .sidebar-nav li.active > a, .section-4 .sidebar-nav .has-children.active-trail > a {
	color:#C53926;
}

.section-5 #sectionHeader {
	background:url('../img/sectionHeader5.jpg') no-repeat;
}

.section-5 h1, .section-5 a, .section-5 .sidebar-nav li.active > a, .section-5 .sidebar-nav .has-children.active-trail > a {
	color:#964CAC;
}

/* Breadcrumbs */

.breadcrumb {
	background:none;
	color:#7F7F7F;
	font-size:14px;
	padding-top:0;
}

.breadcrumb, .breadcrumb a {
	color:#7F7F7F;
	padding-left:0;
}

.breadcrumb li.active a {
	color:#464646;
}

.breadcrumb li {
	padding-right:6px;
}

.breadcrumb li:after
{
content:" / ";
}

.breadcrumb li.active:after {
	content:normal;
}

/* News and Page Default Styles */
 
.pageDefault {
	margin-top:0 !important;
	padding-top:16px;
}

.pageDefault article .row {
	margin-left:0;
}

.pagination li {
	list-style:none;
	float:left;
	margin-right:5px;
}

.pagination li a {
	font-family: 'open_sansregular',arial,sans-serif;
    font-size: 21px;
    font-weight: normal;
	padding:12px;
}

#directional-nav {
	display:inline-block;
	width:100%;
	margin-left:0;
}

#directional-nav li {
	list-style:none;
}

.node-type-article .article-image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



.meta-date {
	font-style:italic;
}

.meta-date-changed {
	display:none;
}

.node-meta {
	margin-bottom:20px;
}

.navigation-prev, .navigation-next {
	width:48%;
}

.navigation-prev {
	float:left;
}

.navigation-next {
	float:right;
}

.navigation-prev a:before {
	content:"<";
	font-family:'sncicons';
	padding-right:4px;
}

.navigation-next a:after {
	content:">";
	font-family:'sncicons';
	padding-left:4px;
}

#directional-nav li a:hover {
	text-decoration:underline;
}

article a:hover, article a:focus {
	text-decoration:underline;	
}

.story-image-container {
	overflow: auto;
	margin-bottom: 10px;
	padding: 0px 4px 4px 4px;
}

.story-image-container img {
	margin-bottom: 8px;
}

.story-image-container .story-image-caption {
	padding: 0px 0px 5px 0px;
}

/* Footer */

#footer {
	font-size:12px;
	color:#FFF;
	background:#004FA3;
	padding:20px 0 6px 0;
}

#footer .copyright {
	line-height:20px;
	font-weight:normal;
	width:600px;
	margin-bottom:0;
	padding-top:10px;
}

#footer .logoCO {
	max-width:70px;
	float:left;
	margin-right:20px;
	margin-top:-8px;
}

#footer .contactInfo {
	font-family:'open_sansbold', Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:26px;
	text-align:right;
}

#footer .contactInfo a {
	color:#FFF;
}

#footer .nav {
	clear:both;
	margin-bottom:0;
	margin-top:26px;
	position:relative;
	z-index:2;
}

#footer .nav li {
	float:left;
	margin-left:16px;
}

#footer .nav a {
	color:#FFF;
}

#footer .nav img {
	margin-top:-13px;
}

#footer .nav > li > a:hover, #footer .nav > li > a:focus {
	text-decoration:underline;
	background-color:transparent;
}

#footer .line {
	width:100%;
	position:relative;
	bottom:42px;
	height:1px;
	border-top:1px solid #6096C8;
	z-index:1;
}

/* Sidebar Nav */

.sidebar-nav {
	font-family: 'open_sansregular',arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
	margin-top:20px;
	margin-left:0;
}

.sidebar-nav a {
	color: #7F7F7F;
}

.sidebar-nav a:hover, .sidebar-nav a:active {
	color:#464646;
	
}

.sidebar-nav li {
	line-height:20px;
	list-style:none;
	padding-top:6px;
	padding-bottom:6px;
}

.sidebar-nav ul {
	margin-left:12px;
}

.sidebar-nav ul li {
	font-size:14px;
	line-height:18px;
	padding-top:8px;
	padding-bottom:0px;
}

.sidebar-nav ul li:last-child {
	padding-bottom:4px;
}

.sidebar-nav li.active-trail {
	background:#FFF;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

.sidebar-nav li li.active-trail {
	background:none;
	border-top:none;
	border-bottom:none;
}

.sidebar-nav li a {
	padding-right:12px;
}

.sidebar-nav li.has-children > a:after {
	color:#CFCFCF;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	content: " \f0d7";
	white-space:nowrap;
}

.sidebar-nav .has-children ul {
	height:0;
	overflow:hidden;
}

.sidebar-nav .has-children.active-trail ul {
	height:auto;
	overflow:visible;
}

/* Calendar Style overrides */

.page-events #sectionHeader, .page-events ul.breadcrumb, .page-events hr, .page-events #share-button, body.page-search #share-button, body.page-search404 #share-button {
	display:none;
}

.page-events .nav-tabs {
	margin-top:16px;
}

.pager {
	margin:0;
}

.pager li {
	padding-top:0 !important;
	background:none !important;
}

.pager .date-prev {
	right:80px !important;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #E6E6E6;
}

.calendar-calendar {
	line-height:16px;
}

.calendar-calendar .today {
	border-color:#009D57 !important;
}

.calendar-calendar td .inner div.day a {
	color:#004FA3;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff, .calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
	background:#B7D1ED;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
	color:#777;
}

.node-type-event .breadcrumb {
	display:none;
}

.node-type-event .field {
	line-height:16px;
	padding:6px 0;
}

.node-type-event .field-name-body {
	line-height:24px !important;
}

.node-type-event .field-label {
	width:40%;
}

.node-type-event .addtocalendar {
	float: right !important;
}

.node-type-event .atcb-link {
	background: #004FA3 !important;
}
/* Board of Directors Events List */
.view.board-directors-events .item-list ul {
	list-style: none;
	margin: 0px;
}

.view.board-directors-events .item-list ul li {
	margin-bottom: 20px;
}

.view.board-directors-events .item-list ul li h2 {
	margin-bottom: 0px;
}

.view.board-directors-events .item-list ul li h2:hover {
	color: #004FA3;
}

/* Publication Section and Attachment Icons */

ul#publications {
	margin-left:0px;
}
ul#attachments {
	margin-left:0px;
}
ul#publications li, li.file-type-pdf {
	padding:10px 0 10px 38px;
	background:url('../img/icon-pdf.png')  no-repeat left center;
	list-style:none;
	margin-bottom:12px;
}
.file figcaption {
	display:none;
}
.node-type-restricted ul#attachments li {
	padding:10px 0 10px 38px;
	list-style:none;
	margin-bottom:12px;
}

li.file-type-jpeg, li.file-type-gif, li.file-type-jpg, li.file-type-png, li.file-type-svg, li.file-type-image {
	background:url('../img/icon-jpg.png')  no-repeat left center;
}

li.file-type-plain, li.file-type-doc, li.file-type-docx, li.file-type-rtf, li.file-type-txt,  li.file-type-wpd {
	background:url('../img/icon-plain.png')  no-repeat left center;
}

li.file-type-xls, li.file-type-xlsx {
	background:url('../img/icon-xls.png')  no-repeat left center;
}

li.file-type-ppt {
	background:url('../img/icon-ppt.png')  no-repeat left center;
}

/* Members Section overrides */

.page-user .share, .node-type-restricted .share {
	display:none;
}

span.submitted {
	display: none;
}

/* Staff Page */

table.staff td:first-child {
	width:40%;
}

table.staff td:last-child {
	width:10%;
}

figure {
	margin-right:0;
	margin-left:0;
	margin-top:8px;
}

figcaption {
	font-size:11px;
	line-height:14px;
}

/* Drupal Admin overrides */

#block-workbench-block {
	margin-left:0 !important;
	margin-bottom:10px;
}

/* Quiz */

body.page-node-results.node-type-quiz aside, body.page-node-results.node-type-quiz #sectionHeader, .page-events aside {
	display:none !important;
}

body.page-node-results.node-type-quiz section {
	margin-left:0 !important;
	margin-top:20px;
	width:100% !important;
}

.page-events section {
	margin-left:0 !important;
	width:100% !important;
}

body.page-node-results.node-type-quiz .main-container, .page-events .main-container {
	background: none;
}

body.page-node-results.node-type-quiz .span9, body.page-events .span9 {
	width:100% !important;
}

form#quiz-results-manage-results-form input[type=text], form#quiz-results-manage-results-form select, form#quiz-results-manage-results-form .control-group {
	width:180px;
	margin-bottom:0 !important;
}

form#quiz-results-manage-results-form table .checkbox input[type="checkbox"] {
	margin-left:0 !important;
}

/***************************************
************Event Calendar Style********
****************************************/

.emailfish-subscription-form
{
    margin: 0px 0px 20px;
    position: absolute;
    top: 40%;
    left: 30%;
    background: #fff;
	padding: 20px;
	width: 50%;
}

#block-emailfish-emailfish-suscribe
{
	display:none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    padding: 0px;
    margin: 0px !important;
    z-index: 100;
}
.emailfish-subscription-message{
	background-color: #fff;
}
.closesub{
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 22px;
	position: absolute;
	top: 0px;
	right: -32px;
	background-color: #999;
	text-align: center;
	padding: 4px 0 6px 0;
	font-weight: bold;
	color: #fff;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
}
.atcb-link:focus~ul, 
.atcb-link:active~ul{
	visibility: hidden !important;
}
/*.block.block-total-subscription .block-title{
	position: absolute;
	margin: 0px auto;
	left: 30%;
	top: 28%;
	width: 50%;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 10px 20px 140px;
}*/




/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.container {
		width:724px !important;
	}
	
	.navbar .btn {
		display:none;
	}
	
	.navbar .nav {
		float:left;
		margin-left:-10px;
		top:16px;
		height:43px;
	}
	
	.nav-collapse.collapse {
    	height: auto !important;
    	overflow: visible !important;
	}
	
	.nav-collapse .dropdown-menu {
		margin-left:0;
	}
	
	.navbar .nav > li {
		float:left;
	}
	
	.nav > li > a {
  		display: block;
	}
	
	.dropdown-menu {
		background-color: #FFF !important;
		position:absolute !important;
	}
	
	.nav-collapse .dropdown-menu a {
		padding:3px 15px;
	}
	
	#contentHome {
		background: none;
	}
	
	#contentHome article {
		width:97%;
	}
	
	#contentHome .story span {
		width:550px !important;
	}
	
	.not-front .main-container {
		background-position: 146px 0;
	}
	
	#contentHome aside {
		padding-left:20px;
		width:100% !important;
	}
	
	#contentHome aside .block {
		margin-bottom: 3%;
	}
	
	#contentHome aside .block, #watershed-status-block {
  		float: left;
  		width: 46%;
	}
	
	#block-snc-authority-watershed-status, #watershed-status-block img {
		width:100% !important;
	}
	
	#contentHome aside .block:nth-child(odd), #watershed-status-block:nth-child(odd) {
		margin-right:50px;
	}
	
	.region.region-sidebar-second, .region-sidebar-second #block-block-2 img {
  		width: 100% !important;
	}
	
	#contentHome .story img {
		width:150px !important;
	}
	
	#footer .copyright {
		line-height:17px;
		width:420px;
		padding-top:0;	
	}
}

@media (min-width:980px) {
	.container {
		width:940px !important;
	}
}

@media (min-width:768px) {
	
	/* CSS3 Animation Styles */

	#quicklinks .nav > li, #quicklinks h2, #quicklinks span div, #footer .nav img {
		-webkit-transition: all 0.3s ease;
		-moz-transition:    all 0.3s ease;
		-o-transition:      all 0.3s ease;
		-ms-transition:     all 0.3s ease;
		transition:         all 0.3s ease;
		transform-origin:			50% 100%;
		-ms-transform-origin:		50% 100%; /* IE 9 */
		-webkit-transform-origin:	50% 100%; /* Safari and Chrome */
	}
	
	#quicklinks .nav > li, #footer .nav img {
		transform:			scale(1,1);
		-ms-transform:		scale(1,1); /* IE 9 */
		-webkit-transform:	scale(1,1); /* Safari and Chrome */
	}
	
	#quicklinks .nav > li:hover {
		transform: 			scale(1.1,1.1);
		-ms-transform: 		scale(1.1,1.1); /* IE 9 */
		-webkit-transform: 	scale(1.1,1.1); /* Safari and Chrome */
	}
	
	#footer .nav img:hover {
		transform: 			scale(1.1,1.1);
		-ms-transform: 		scale(1.1,1.1); /* IE 9 */
		-webkit-transform: 	scale(1.1,1.1); /* Safari and Chrome */
	}
	
	.mobile-img, aside.mobile-only {
		display:none;
	}
	
	h1.page-header {
		width:72%;
	}
	
	.node-type-article .article-image {
		width:50%;
	}

	#slider, ul.bjqs, li.bjqs-slide {
		height:440px !important;
	}
}

@media (max-width:767px) {
	
	body {
		padding:0 !important;
	}
	
	.dropdown {
	    position: static !important;
	}

	.navbar .nav > li > a {

		margin: 0;
	}
	
	#topMenu {
		text-align: center;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#topMenu form {
		float:none;
		overflow:hidden;
	}
	
	#topMenu .input-append {
		min-width:100%;
	}
	
	#topMenu .input-append input {
		width:85%;
	}
	
	#topMenu .input-append button {
		width:15%;
	}
	
	#topMenu .dropdown {
	    position: relative !important;
	}
	
	#topMenu > a {
		margin-right:0;
		margin-top:2px;
	}
	
	#contentHome, #quicklinks {
		width:94% !important;
	}
	
	h1.page-header {
		width:100%;
		max-width:100%;
	}
	
	.desktop-img, #slider, .main-container aside, .share {
		display:none !important;
	}
	
	aside.mobile-only {
		display: none !important;
	}
	
	h2.sidebar-nav-mobi-heading {
		margin-top:0;
		margin-bottom:0;
	}
	
	ul.sidebar-nav-mobi {
		margin-top:4px;
		margin-bottom:0;
	}
	
	#contentHome aside {
		width:100% !important;
		float:left;
		clear:both;
	}
	
	#contentHome aside #watershed-status-block img {
		width:100%;
	}
	
	#footer, #contentHome, #quicklinks {
		padding-left:10px;
		padding-right:10px;
	}
	
	#quicklinks {
		margin-top:40px;
	}
	
	#quicklinks li {
		width:50%;
		transform:scale (0.8,0.8);
		-ms-transform:scale (0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		min-height:230px;
		margin-top:-40px;
	}
	
	#footer .contactInfo {
		margin-top:16px;
	}
	
	#footer .nav li {
		margin-left:8px;
	}
	
	#footer .copyright {
		padding-top:0;
	}
	
	#contentHome .story img {
		background-size:cover;
		width:26% !important;
		height:auto !important;
		margin-right:0;
	}
	
	#contentHome {
		background: none;
	}
	
	#contentHome .story span {
		margin-top:0;
	}
	
	#contentHome aside {
		padding-left:0;
	}
	
	#contentHome article, #contentHome .story span, #footer .copyright {
		width:100%;
	}
	
	#contentHome .story span {
		width:70%;
	}
	
	.nav-collapse {
		background:none;
	}

	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight:normal;
	}
	
	.navbar-inner .container {
		display:table;
		width:100%;
	}
	
	.navbar-inner {
		border-radius:0;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:5px;
		height:auto;
	}
	
	.nav-collapse .nav {
		top:7px;
		bottom: inherit;
	}
	
	.navbar .btn-navbar {
		float:left;
		margin-left:0;
		margin-right:0;
	}
	
	.btn-mobile {
		width:18px;
		float:right;
		padding:2px 10px 5px 10px;
	}
	
	.mobileTitle {
		margin:0;
		font-size:28px;
		color:#464646;
		z-index:-1;
		line-height:34px;
	}
	
	.mobileTitle.mobile-img:hover {
		color:#009D57;
	}
	
	.navbar .logo {
		float:none !important;
		text-align:center;
		padding:0;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
	}
	
	.navbar a.btn {
		margin-top:-32px;
	}
	
	.navbar .logo:hover {
		text-decoration:none;
	}
	
	.navbar .nav {
		float:none;
		width: 100%;
	}
	
	.navbar .nav a {
		margin-left:0;
		margin-right:0;
	}
	
	.not-front .main-container {
		background:none;
		padding-left:10px;
		padding-right:10px;
	}
	
	#sectionHeader {
		background-size:cover;
		background-position:left top;
		height:120px;
		margin-left:-10px;
		margin-right:-10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.pagination {
		margin-bottom:90px;
	}
	
	.staff td {
  		display: inline-block;
  		width: 100% !important;
		border-top:none;
		padding:0;
	}
	.staff tr {
		display:block;
		border-top:1px solid #DDD;
		padding:8px 0;
	}
	figure {
		float: none;
		padding: 0;
		margin: 0 0 16px 0;
	}
	.view .date-nav-wrapper .date-heading h3 {
		font-size:1.4em;
		text-align: left !important;
	}
	
	.date-nav .pager li > a, .date-nav .pager li > span {
		padding-left:8px;
		padding-right:8px;
	}
	.pager .date-prev {
		right: 55px !important;
	}
	.view .date-nav-wrapper .date-next a {
		margin-right:0;
	}
	.page-events .nav-tabs {
		display:none;
	}
	.page-events .date-nav-wrapper {
		margin-top:15px;
	}
	.page-events .date-nav-wrapper .date-nav {
		margin-bottom:0;
	}
	aside.mobile-only .active.active-trail > a {
		padding:0;
	}
	aside.mobile-only .sidebar-nav li.active-trail {
		border:none;
		background:none;
	}
	aside.mobile-only h2 {
		font-size:18px;
	}
	.page-events aside.mobile-only, .page-search aside.mobile-only {
		display:none !important;
	}
	section .search-query.span2.form-text {
		max-width:65%;
	}
	.page-search .pagination {
		margin-bottom:0;
	}
	.page-search .pagination li {
		margin-right:0;
		margin-bottom:5px;
	}
	.page-search ol.search-results {
		margin-left:0;
	}
	.page-search .search-result .search-snippet-info {
		padding-left:0;
	}
}

@media (min-width:550px) and (max-width:767px) {
	#quicklinks li {
		width:25%;
		transform:scale (0.8,0.8);
		-ms-transform:scale (0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		min-height:230px;
		margin-top:-40px;
	}
	
	#contentHome aside .region {
		margin-bottom: 32px;
	}
	
	#contentHome aside .region, #watershed-status-block {
  		float: left;
  		width: 46%;
	}
	
	#contentHome aside .region:nth-child(odd), #watershed-status-block:nth-child(odd) {
		margin-right:30px;
	}
	
	.region.region-sidebar-second {
  		width: 100% !important;
	}
}

@media (min-width:1200px) {
	.not-front aside {
		width:220px !important;
	}
	
	.not-front section {
		width:700px !important;
		margin-left:20px !important;
	}
	
	.not-front aside section {
		width:auto !important;
		margin-left:0 !important;
	}
}

@media (min-width:321px) and (max-width:599px) {
	.not-front .article-image {
		max-width:50%;
	}
	.not-front figure {
		width:50%;
	}
}

@media (max-width:320px) {
	#contentHome .story span, .story span {
		margin-top:20px;
		width:100%;
	}
	#contentHome .story img, .story img {
		width:100% !important;
	}
	.not-front figure {
		float:none;
		width:98%;
	}
	.i18n-fr #topMenu a {
		margin-right:5px;
	}
	#quicklinks h2 {
		font-size:20px;
	}
}

/* IE9 to IE11 rule sets go here */
@media screen and (min-width:0\0) {
	#quicklinks span {
		line-height:185px;
	}
	#slider .bjqs-controls a {
		line-height:90px;
	}
}

@media (max-width:350px) {
	#footer .nav {
		margin-left: -11px;
	}
	#footer .nav li {
		margin-left: 6px;
	}
	#topMenu a {
		margin-right: 7px;
	}

}