@charset "UTF-8";

/*------------------------------------*\
	$MAIN
\*------------------------------------*/
html{
	background: #bdb7b4;
	font-family:'Calibri', 'Helvetica', 'Open Sans', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1;
}
a {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   color:#333;
   text-decoration: underline;
}
p {
	line-height: 1.5em;
	margin-bottom: 14px;
}
ul {
	list-style: square;
}
li {
	margin-bottom: 6px;
}
h1 {
	font-size: 36px;
	line-height: .9em;
	margin-bottom: 4px; 
}
h2 {
	font-size: 22px;
	margin-bottom:7px;
	margin-top: 20px;
}
h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size:14px;
	margin-bottom: 0px;
}
img {
	display: block;
}
.btn {
	display: inline-block;
	background: #888583;
	text-decoration:none;
	padding:10px 20px;
	border-radius: 5px;
	color:#ffffff;
}
	.btn:hover {
		text-decoration:none;
		background:#EE2A24;
	}
#container {
	width:100%;
	height: 400px;
}
/*------------------------------------*\
	$LAYOUT
\*------------------------------------*/

.header-wrapper {
	background:#ffffff;
}
.navigation-wrapper {
	background: #828282;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	padding:0 10px;
}
.island {
	background:#ffffff;
	border-radius: 5px;
	padding:20px;
}
.gray {
	background:#e5e2e1;
}
.sidebar {
	float:left;
	margin-right: 2%;
	width:23%;
	font-size: 13px;
}
	.sidebar .island {
		padding:0px;
	}
.content {
	float:left;
	width:75%;
	padding-bottom: 30px;
}
.content.full {
	width:100%;
}
#page-navigation .right, #page-navigation .left {
	width:45%;
	overflow: hidden;
	border-radius: 5px;
}
#page-navigation .right a {
	float:right;
}
.sidebar a.hide {
	display: none;
}
.sidebar .support {
	padding-left: 25px;
	background-color: #cccccc;
}
.sidebar .support.active {
	background: #5A5A5A;
}
/*------------------------------------*\
	$HEADER
\*------------------------------------*/
.header{
	padding:13px 20px 13px 20px;
	background:#ffffff;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);	
}
.header .right {
	padding-top: 20px;
}
.logo {
	float:left;
	display: block;
	width:171px;
	height: 81px;
}
.logo img {
	width:171px;
	height: 81px;
}
.navigation {
	margin-bottom: 20px;
	background: #828282;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	clear:both;
}
	.navigation .nav {
		margin:0;
	}
	.navigation li {
		float:left;
		margin-bottom: 0;
	}
	.navigation a {
		padding:15px 20px;
		color:#ffffff;
		text-decoration: none;
	}
	.navigation a:hover {
		background:#EE2A24;
	}
	.navigation a.active {
		background:#333333;
	}

	.navigation li:first-child a.active, .navigation li:first-child a:hover {
		border-bottom-left-radius:5px;
	}

/*------------------------------------*\
	$MASTHEAD
\*------------------------------------*/
.masthead-wrapper {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 20px;
	min-height:800px;
}
.welcome {
	position: relative;
	width:240px;
	padding:20px;
}
	.welcome a {
		font-weight: bold;
	}
	.welcome img {
		max-width: none;
		margin-bottom: 20px;
	}
	.welcome p, .welcome a {
		color:#ffffff;
	}

.masthead-wrapper {
	background:url('../img/home-boy.jpg') 0px 0px #ffffff no-repeat;
}
.column {
	float:left;
	width:33.3%;
	position: relative;
}
.dropdown {
	display: none;
	position: relative;
	padding:0px 10px 0px 10px;
}
#articles {
	background:url('../img/articles_background.jpg') bottom right #EE2A24 no-repeat;
	position: relative;
}
	#articles .cf {
		margin-bottom: 20px;
	}
	.column a {
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding:8px;
		margin-bottom: 5px;
		color:#ffffff;
	}
	.column a:hover {
		background:#ffffff;
		color:#EE2A24;
		border-radius: 5px;
	}
	#articles h2 {
		margin:0 0 10px 0;
		color:#ffffff;
	}
/*------------------------------------*\
	$SIDEBAR
\*------------------------------------*/
.sidebar ul {
	list-style: none;
	padding:0;
	margin:0;
}
.sidebar li {
	margin-bottom: 0px;
}
.sidebar a {
	display: block;
	padding:7px 10px;
	line-height: 18px;
	color:#4e4d4c;
	text-decoration: none;
}
.sidebar a:hover {
	background:#EE2A24;
	color:#ffffff;
	text-decoration: none;
}
.sidebar a.active {
	color:#ffffff;
	background:#333333;
}
.sidebar li:first-child a.active, .sidebar li:first-child a:hover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar li:last-child a.active, .sidebar li:last-child a:hover {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

/*------------------------------------*\
	$CONTENT
\*------------------------------------*/
h1.blue a, .blue, a.blue, h2.blue a, h4.blue a, h3.blue a { color:#00659e; }
.l-blue, h2.l-blue a 					{ color:#50c7e9; }
.green, a.green, h2.green a, h1.green a			{ color:#27a348; }
.brown, a.brown, h2.brown a 			{ color:#857776; }
.orange, h4.orange a, h2.orange a	{ color:#f27b36; }
.red, a.red, h2.red a, h3.red a 					{ color:#EE2A24; }
small {
	font-size: 12px;
}
.small {
	width:33%;
}
.small-text {
	font-size: 12px;
}
.breakout.right {
	margin-left: 20px;
}
.breakout.right {
	margin-left: 20px;
}
.breakout {
	font-size: 12px;
	margin-bottom: 20px;
}
.sml {
	width:200px;
}
.med {
	width:300px;
}

/*------------------------------------*\
	$ARTICLES HEADINGS
\*------------------------------------*/

.article-heading {
	position: relative;
	padding:15px;
	margin-bottom: 25px;
	border-bottom-right-radius: 20px;
	color:#ffffff;	
}
.article-heading.intro-badge {
	padding:15px 10px 15px 85px;
}
	.article-heading img {
		position: absolute;
		top:-10px;
		left:-30px;
	}
	.article-heading.blue {
		background:#0058A9;
	}
	.article-heading.red {
		background:#EE2A24;
	}	
	.article-heading.green {
		background:#27a348;
	}		
	.article-heading.orange {
		background:#f47b29;
	}			
	.article-heading.l-blue {
		background:#50c7e9;
	}				
	.article-heading p {
		margin-bottom: 0;
	}
/*------------------------------------*\
	$COLUMNS
\*------------------------------------*/
.col {
	width: 48%;
	padding-right: 4%;
}
.col p {
	line-height: 1.3em;
	margin-bottom: 10px;
}
.last {
	padding-right: 0;
}
/*------------------------------------*\
	$YEAR
\*------------------------------------*/
	.year {
		width:96%;
		padding:2%;
		border-bottom-left-radius: 40px;
		border-top-left-radius: 40px;
		margin-bottom: 10px;
	}
	.year p {
		color: #fff;
		margin-bottom: 0;		
	}
	.year .date {
		width: 17%;
		font-size:24px;
		font-weight: bold;	
		padding-left: 2%;
	}
	.year .desc {
		width: 81%;
		padding: 7px 0 0 0;
	}
.year.green {background: #26a146;}
.year.red {background: #ef3829;}	
.year.l-green {background: #ccc618;}	
.year.l-blue {background: #49c7eb;}	
.year.blue {background: #00b8b0;}	
.year.gray {background: #847776;}	
.year.d-blue {background: #005aa6;}	

/*------------------------------------*\
	$ICONS
\*------------------------------------*/
.icons {
	margin:0 0 20px -20px;
}
.icons img {
	margin: 0 0 0 20px;
}
.header-icon h1, .header-icon p {
 padding-left: 80px;
}
img.icon {
	border-radius: 5px;
	margin:0 5px 5px 0;
}

/*------------------------------------*\
	$BADGES
\*------------------------------------*/
.badge {
	width:45%;
	float:left;
	margin-right: 5%;
	margin-bottom: 15px;
}
.badge p {
	margin-bottom: 0px;
}
.badge.full {
	float:none;
	margin-right: 0px;
	width: auto;
	clear:both;
	border:2px solid #ccc;
	border-radius: 5px;
	padding:10px;
}
.badges {
	padding:20px 20px 5px 20px;
	border:2px solid #ccc;
	border-radius: 5px;
}

/*------------------------------------*\
	$STATS BOXES SECTION STYLES
\*------------------------------------*/
.stats {
	clear: both;
	margin:0 0 15px -10px;
	height: 174px;
}
.stats img {
	float:left;
	margin-left: 10px;
	border-radius: 2px;
}

/*------------------------------------*\
	$CUSTOM SECTION STYLES
\*------------------------------------*/
.board h3, .board span {
	color:#00659e;
}
.audit {
	padding:20px;
	border:1px solid #000;
}
.feat-image {
	position: relative;
	margin-bottom: 15px;
}
	.feat-image a {
		color:#ffffff;
	}
	.feat-image p {
		font-size: 13px;
		position: absolute;
		bottom:0;
		left:0;
		color:#ffffff;
		padding:1.5%;
		margin-bottom: 0px;
		background:#333333;
		width:97%;
		background:rgba(0,0,0,0.6);
	}
	.cap-green p {
		background:#1fa443;
		background:rgba(31,164,67,0.6);
	}
	.cap-blue p {
		background:#0058A9;
		background:rgba(0,101,158,0.6);
	}
	.cap-gray p {
		background:#857776;
		background:rgba(133,119,118,0.6);
	}
	.cap-red p {
		background:#ee2a24;
		background:rgba(238,42,36,0.6);
	}
	.cap-l-blue p {
		background:#4ac7eb;
		background:rgba(74,199,235,0.6);
	}
	.cap-orange p {
		background:#f47b29;
		background:rgba(244,123,41,0.6);
	}


.donate {
	background:#EE2A24;
	color:#ffffff;
	border-bottom-right-radius: 5px;
}	
.donate:hover {
	background:#333333;
	border-bottom-right-radius: 5px;
	}
p.social img {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top:10px;
}
p.social a { 
	display: block;
	float:left;
	width:35px;
	margin-right: 10px;
}
.feature-article {
	background: #3689bf; /* Old browsers */
	background: -moz-linear-gradient(top,  #23408f 0%, #3689bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23408f), color-stop(100%,#3689bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23408f 0%,#3689bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23408f 0%,#3689bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23408f 0%,#3689bf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #23408f 0%,#3689bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23408f', endColorstr='#3689bf',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
}
.feature-article h1, 
.feature-article h2,
.feature-article h2 a, 
.feature-article h3, 
.feature-article a {
	color:#ffffff;
}
.feature-article .feat-box {
	background:#d5e2ed;
	padding:15px;
	border-radius: 5px;
}
.feat-box, .feat-box a, .feat-box h2, .feat-box h3 {
	color:#333;
}
/*	h1.blue a, .blue, a.blue, h2.blue a, h4.blue a, h3.blue a { color:#00659e; }
.l-blue, h2.l-blue a 					{ color:#50c7e9; }
.green, a.green, h2.green a, h1.green a			{ color:#27a348; }
.brown, a.brown, h2.brown a 			{ color:#857776; }
.orange, h4.orange a, h2.orange a	{ color:#f27b36; }
.red, a.red, h2.red a, h3.red a 					{ color:#EE2A24; }
*/
.feat-box h2.red, .feat-box h2.red a {
	color:#EE2A24;
}
.feat-box h2.l-blue {
	color:#50c7e9;
	margin-top:5px;
}
.feat-box h2.orange {
	color:#f27b36;
}
.feat-box h2.green, .feat-box h2.green a {
	color:#27a348;
}
.support-coll {
	margin-left: -5%;
}
.coll {
	float:left;
	width:45%;
	margin-right:5%; 
}
.coll.trusts {
	width:50%;
}
.coll.nat {
	width:40%;
}

/*------------------------------------*\
	$TABLE
\*------------------------------------*/
table [colspan] {
	text-align: left;
}
table p {
	margin-bottom: 0px;
	font-size: 12px;
}
td {
	padding:7px 4px;
	vertical-align: center;
}
td.dark {
	background:#f27b36;
	color:#ffffff;
	font-weight: bold;
}
tr.dark td {
	background:#f27b36;
	color:#ffffff;
	font-weight: bold;	
}
td.light {
	background:#f8ab7a;
	color:#ffffff;
	font-weight: bold;
}
tr.bold td {
	font-weight: bold;
}
table li {
	padding-left: 10px;
	margin-bottom: 0;
}
/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
.footer{
	padding-top:1.5em;
	margin-bottom: 30px;
	color:#333;
	border-top:1px solid #ccc;	
}
	.footer a {
		color:#333;
		text-decoration: underline;
	}
	.footer .wrap {
	margin-left:-10px;	
	}
.comments, .editor, .image, .f-logo {
	float:left;
	margin-left:10px;
}
.editor, .image, .f-logo {
	width:16%;
}
.comments {
	width:auto;
}
.f-logo {
	float: right;
}
.f-logo img {
	width:120px;
	float:right;

}
/*------------------------------------*\
	$TYPE
\*------------------------------------*/
mark{
	border-bottom:2px solid;
}
pre{
	padding:10px;
}
pre code,
pre mark{
	background:none;
}

/*------------------------------------*\
	$MISC
\*------------------------------------*/
::selection		{ background-color:#4a8ec2; color:#fff; }
::-moz-selection{ background-color:#4a8ec2; color:#fff; }
.island.promo,
pre,
code{
	background-color:#fef8c4;
}

hr{
	padding:0;
	border:none;
	height:1px;
	background-color:#ccc;
}
.share_facebook {
	display:block;
	float:left;
	width:95px;
	height:24px;
	text-indent: -9999px;
	background:url('../img/facebook.gif') no-repeat;
}
.share_twitter {
	display:block;
	margin-right: 10px;
	float:left;
	width:56px;
	height:20px;
	text-indent: -9999px;
	background:url('../img/tweet.gif') no-repeat;	
	}
.center {
	text-align: center;
	margin:0 auto;
}	
iframe {
	width:100%;
}
.relative {
	position:relative;
}
.relative .whatever {
	position: absolute;
	left:1%;
	top:25%;
	width:40%;
	background:none;
	font-size: 14px;
}
/*------------------------------------*\
	$RESPONSIVE
\*------------------------------------*/
	#contents {
		display: block;
	}
	#contents-btn {
		display: none;
		width:100%;
		text-align:center;
		padding:10px 0px;
		border-radius: 5px;
		margin-bottom: 10px;
		background:#EE2A24;
		font-weight: bold;
		color:#ffffff;
		text-decoration: none;
	}

/* TABLETS PORTRAIT */
@media (min-width: 520px) and (max-width: 959px){
	.wrapper {
		width:768px;
	}
	.navigation a {
		padding:15px 10px;
	}
	.welcome img {
		left:470px;
	}

}

/* MOBILE DEVICE */
@media (max-width: 519px) {
	.wrapper {
		width:auto;
	}
	h1 {
		font-size:28px;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 16px;
	}
	.welcome img {
		display: none;
	}

	.content, .sidebar {
		float:none;
		width:auto;
		margin:0;
	}	
	.navigation {
		margin-bottom: 10px
	}
	.navigation a {
		font-size: 12px;
		padding:15px 5px;
	}
	.navigation ul.nav.right {
		display: none;
	}
	div.feat-image {
		margin:0 0 15px 0!important;
		width:100%!important;
	}
	.feat-image p {
		position: relative;
		background:#333333;
	}
	.feat-image img {
		width: 100%!important;
	}
	#contents {
		display: none;
	}
	#contents-btn {
		display: block;
	}
	.masthead-wrapper {
		background:#828282;		
	}
	.welcome, #articles {
		width:95%;
		padding:2%;
	}
	.column {
		float:none;
		width:auto;
	}


}


