body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2, h4 {
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 600;high
	margin: 0;
	color: #555;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-size: 200%;
	font-weight: 500;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #F47925;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F4D03F;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 25%;
	text-align: center;
	position: relative;
	background: #F47925;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}


#sub-count {
	background-color:#609540;
	color:#fff;
	font-size:100%;
	float:left;
	padding:10px;
}

#disease-counts {
	background-color:#EFE6C7;
	color:#333;
	font-size:100%;
	float:right;
	padding:10px;
}
#disease-counts h3, #disease-counts h2 {
	color:#333 !important;
}
#disease-counts table {
	border-collapse: collapse;
	width:100%;
}
#disease-counts table tr td:nth-child(2) {
	width:100px;
}
#disease-counts th, #disease-counts td {
	padding:2px;
}

#disease-counts-mob {
	background-color:#EFE6C7;
	color:#333;
	font-size:100%;
	display:none;
	padding:10px;
}
#disease-counts-mob h3, #disease-counts-mob h2 {
	color:#333 !important;
}
#disease-counts-mob table {
	border-collapse: collapse;
	width:100%;
}
#disease-counts-mob table tr td:nth-child(2) {
	width:100px;
}
#disease-counts-mob th, #disease-counts-mob td {
	padding:2px;
}


/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #E75926;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #E75926;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
p {
	font-size: 125%;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/pigs.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 40px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}
.btn-default {
	color: #f6f6f6;
	background: #F47925;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* About Section */
#editorial {
	padding: 140px 0;
	background: #f6f6f6;
}
#editorial .about-text {
	margin-left: 10px;
}
#editorial H4 {
	font-size: 20px;
}
#editorial li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#editorial li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#editorial i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#editorial img {
	margin-top: 20px;
}
#editorial p {
	margin-top: 20px;
	margin-bottom: 30px;
}



/* Trauma Section */
#trauma {
	padding: 140px 0;
	background: url(../img/blue-whale.jpg);
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
}
#trauma .service {
	padding: 20px 10px;
}
#trauma h2 {
	color: #f6f6f6;
}
#trauma h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#trauma p {
	color: #fff;
}rgin-top: 40px;
}
#trauma i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
#trauma a {
	color:#F47925;
}
#trauma a:hover {
	color:#E2E3E4;
}

/* innovation Section */
#innovation {
	padding: 140px 0;
	background: url(../img/scott.jpg);
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
}
#innovation .service {
	padding: 20px 10px;
}
#innovation h2 {
	color: #f6f6f6;
}
#innovation h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#innovation p {
	color: #fff;
}rgin-top: 40px;
}
#innovation i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
#innovation a {
	color:#F47925;
}
#innovation a:hover {
	color:#E2E3E4;
}

#sub-count {
	background-color:#609540;
	color:#fff;
	font-size:100%;
	float:left;
	padding:10px;
	border:#D1CFC1 1px solid;
}

#disease-counts {
	background-color:#EFE6C7;
	color:#333;
	font-size:100%;
	float:right;
	padding:15px;
	border:#6C6858 1px solid;
}
#disease-counts h3, #disease-counts p {
	color:#333;
}
#disease-counts table {
	border-collapse: collapse;
	width:100%;
}
#disease-counts table tr td:nth-child(2) {
	width:60px;
	text-align: right;
}
#disease-counts th, #disease-counts td {
	padding:3px;
	border:#333 1px solid;
}
#disease-counts table tr:nth-child(1) {
	background-color:#F7F2E1;
}
#disease-counts table tr:nth-child(2) {
	background-color:#E4D6A3;
}

#sub-legend {
	float: left;
	margin-left:40px;
	padding:10px;
}
#sub-legend span {
	font-size:70px;
	line-height:12px;
	position:relative;
	top:18px;
}
#financials table {
	border-collapse: collapse;
}
#financials table th, #financials table td {
	padding:5px;
	border:#333 1px solid; 
	text-align:right;
	color:#333;
}
#financials table td:nth-child(1) {
	text-align: left;
}
#financials table tr:nth-child(even) {
	background-color:#F7F2E1;
}
#financials table tr:nth-child(odd) {
	background-color:#E4D6A3;
}
#financials table tr:nth-child(1) {
	background-color: #609540;
}
#financials table tr:last-child {
	background-color: #2B919D;
}
#financials table tr:last-child td, #financials table tr:nth-child(1) td {
	color:#fff;
	font-weight: bold;
}
#financials table tr:hover {
	background-color: #DFF5F7;
}

#financials-expenses table tr:nth-child(9) {
	background-color: #2B919D;
}
#financials-expenses table tr:nth-child(10) {
	background-color: transparent;
}
#financials-expenses table tr:nth-child(10) td {
	border-left:none;
	border-right:none;
}
#financials-expenses table tr:last-child {
	background-color: #9B4E26;
}
#financials-expenses table tr:nth-child(9) td {
	color:#fff;
	font-weight: bold;
}

.fr-table {
	font-size:90%;
}

#partners {
	padding:20px;
	background-color: #EFE6C7;
	opacity: 85;
	text-align: center;
	color:#333;
	border-radius:10px;
}
#partners h3 {
	color:#333;
	font-size:200%;
}
#partners img {
	margin:7px;
}
#themes {
	font-size:125%;
}
#mission {
	padding:20px;
	background-color: #609540;
	opacity: 85;
	text-align: center;
	color:#fff;
	border-radius:10px;
}
#mission h3 {
	font-size:150%;
}
#partners a {
	color:#F47925;
}
#partners a:hover {
	color:#609540;
}




/* Gallery Section */
#lead {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#connect {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.connect-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#connect {
	padding: 140px 0;
	background: url(../img/vanrat1.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#connect .service {
	padding: 20px 10px;
}
#connect h2 {
	color: #f6f6f6;
}
#connect h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#connect p {
	color: #fff;
}
#connect .thumbnail {
	background: transparent;
	border: 0;
}
#connect .thumbnail .caption {
	padding: 9px;
	color: #777;
}
#connect a {
	color:#F47925;
}
#connect a:hover {
	color:#E2E3E4;
}




/* Innovate Section */
#innovate {
	padding: 120px 0;
	background: #f6f6f6;
}
#innovate ul {
	list-style:disc;
}
#innovate li {
	font-size:125%;
	margin-bottom:15px;
	margin-left:25px;
}




/* Enbgage Section */
#engage {
	padding: 140px 0;
	background: url(../img/northseal.jpg);
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
}
#engage a {
	color:#F47925;
}
#engage h2, #engage h3 {
	color:#fff;
}

/* Emerging Issues Section */
#emergingissues {
	padding: 140px 0;
}
#emergingissues h3 {
	text-transform: uppercase;
	font-size:160%;
}


/* People Section */
#people {
	padding: 140px 0;
	background: url(../img/banding1.jpg);
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
}
#people a {
	color:#F47925;
}
#people a:hover {
	color:#E2E3E4;
}
#people h2, #people h3 {
	color:#fff;
}


/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
	padding-bottom:75px;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #e75926;
}
#footer p {
	margin-top: 10px;
}
#templatecopy {
	font-size:75%;
}

#25logo {
	max-width:25%;
}
#sub-legend-mob {
	display:none;
}
.legend-item {
	padding:5px;
	color:#fff;
	margin-right:5px;
	border:#fff 1px solid;
	float:left;
	margin-top:10px;
}
#legend-birds {
	background-color:#2B919D; 
}
#legend-mammals {
	background-color:#609540;
}
#legend-other {
	background-color:#F47925;
}


@media (max-width: 768px) {
	.hover-bg .hover-text {
		padding: 20%;
	}
	.mob-disp {
		width:90vw;
		max-width:90vw;
	}
	#disease-counts {
		display:none;
	}
	#disease-counts-mob {
		display:block;
	}
	#sub-count {
		float: none;
	}
	#sub-legend {
		display:none;
	}
	#sub-legend-mob {
		display:block;
	}
	img.right, img.left {
		width:35%;
		height:35%;
	}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em; 
	font-size: 28px;
}
}
.orange {
	color:#F47925;
}
.blue {
	color:#2B919D;
}
.green {
	color:#609540;
}
.beige {
	color:#EFE6C7;
}
img.right {
	float:right;
	margin:10px 0px 10px 10px;
}
img.left {
	float:left;
	margin:10px 10px 10px 0px;
}
.white {
	color:#fff;
}
.graph {
	margin:25px;
	text-align: center;
}
.events {
	width:30%;
	margin:auto;
	float:left;
	padding:25px;
	border:#555 1px solid;
	margin:12px;
	color:#fff;
}
.events h3 {
	color:#fff;
	text-transform: uppercase;
}
div.events:nth-child(1) {
	background-color: #609540;
}
div.events:nth-child(1) a {
	color: #F47925;
}
div.events:nth-child(1) a:hover {
	color: #FFF;
}
div.events:nth-child(2) {
	background-color: #F47925;
}
div.events:nth-child(2) a {
	color: #9B4E26;
}
div.events:nth-child(2) a:hover {
	color: #EFE6C7;
}
div.events:nth-child(3) {
	background-color: #9B4E26;
}
div.events:nth-child(3) a, div.events:nth-child(6) a, div.events:nth-child(7) a {
	color: #F47925;
}
div.events:nth-child(3) a:hover, div.events:nth-child(6) a:hover, div.events:nth-child(7) a:hover {
	color: #F47925;
}
div.events:nth-child(5) a:hover {
	color: #609540;
}
div.events:nth-child(5) {
	background-color: #EFE6C7;
	color:#9B4E26;
}
div.events:nth-child(5) h3 {
	color:#9B4E26;
}
div.events:nth-child(6) {
	background-color: #4D4D4F;
}
div.events:nth-child(7) {
	background-color: #2B919D;
}
div.events:nth-child(1), div.events:nth-child(2),div.events:nth-child(3) {
	min-height: 615px;
}
div.events:nth-child(5), div.events:nth-child(6),div.events:nth-child(7) {
	min-height: 475px;
}
table.innovation td {
	padding:25px;
	width:50%;
	vertical-align: top;
}
table.innovation td h3 {
	text-align: center;
	font-size:175%;
}
div#innovation-grid div.ig-box {
	width:50%;
	float:left;
	padding:25px;
	height:615px;
	vertical-align: top;
}
div#innovation-grid div.ig-box h3 {
	font-size: 175%;	
}
div#innovation-grid div.ig-box:nth-child(3) {
	width:100%;
	background-color: #4D4D4F;
	height:auto;
}
div#innovation-grid div.ig-box:nth-child(1) {
	background-color: #609540;
}
div#innovation-grid div.ig-box:nth-child(1) a, div#innovation-grid div.ig-box:nth-child(4) a {
	color:#4D4D4F;	
}
div#innovation-grid div.ig-box:nth-child(1) a:hover, div#innovation-grid div.ig-box:nth-child(4) a:hover {
	color:#EFE6C7;	
}
div#innovation-grid div.ig-box:nth-child(2) {
	background-color: #9B4E26;
}
div#innovation-grid div.ig-box:nth-child(4) {
	background-color: #F47925;

}
div#innovation-grid div.ig-box:nth-child(5) {
	background-color: #2B919D;

}
div.iaag-box {
	width:50%;
	float:left;
}
div.iaag-detail {
	float:left;
	margin-right:20px;
	font-size:125%;
}
div#innovation-vignettes div {
	text-align: center;
	float:left;
	width:350px;
	min-height:750px;
	margin:0px 15px 0px 15px;
	background-color: #000;
}
div#innovation-vignettes div img {
	width:100%;
}
div#innovation-vignettes div p {
	padding:20px;
}
div#feature-article {
	background-color: #EFE6C7;
	padding:35px;
	opacity: 0.90;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	border-radius: 25px;
}
div#feature-article p {
	color:#000;
}
div#feature-article h2 {
	color:#000;
	text-align: center;
}

.graph-table {
	border-collapse: collapse;
	width:650px;
}
.text-table {
	width:100%;
}
.graph-table tr td:nth-child(2) {
	width:100px;
}
.text-table tr td:nth-child(2) {
	width:auto;
}
.graph-table th, #graph-table td {
	padding:2px;
	font-size: 14px;
}
.graph-table th, .graph-table td {
	padding:5px;
	border:#333 1px solid; 
	text-align:right;
	color:#333;
	font-size:14px;
}
.text-table th, .text-table td {
	text-align:left;
	vertical-align: top;
}
.graph-table th {
	color:#fff;
}
.graph-table td:nth-child(1), .graph-table th:nth-child(1) {
	text-align: left;
}
.graph-table tr:nth-child(even) {
	background-color:#F7F2E1;
}
.graph-table tr:nth-child(odd) {
	background-color:#E4D6A3;
}
.graph-table tr:nth-child(1) {
	background-color: #609540;
}
.graph-table tr:hover {
	background-color: #DFF5F7;
}
#associates-affiliates {
	float:right;
	background-color: #609540;
	color:#fff;
	padding:25px;
	font-size:140%;
	margin:10px 10px 0px 10px;
}
#associates-affiliates h3 {
	margin-top:0px;
	color:#fff;
	text-transform: uppercase;
	font-size:115%;
	text-align: center;
}
#associates-affiliates table tr td {
	padding:5px;
}