@charset "UTF-8";

/*------------------------------------*\
	$MAIN
\*------------------------------------*/
html{
    background: url('../img/background.png') top right #e5e2e1 no-repeat;
	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-family: 'KabelLTStd-Book', 'Calibri', 'Helvetica', 'Open Sans', 'Arial', sans-serif;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 3px; 
    margin-top: 3px; 
}
h2 {
	font-size: 22px;
	margin-bottom:7px;
	margin-top: 20px;
}
h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size:15px;
	margin-bottom: 5px;
}
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;
}
p.lead { 
    font-size: 18px;
}
/*------------------------------------*\
	$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:20px 20px 13px 20px;
	-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);	
    background:#EE342A;

}
.header .right {
	padding-top: 20px;
}
.logo {
	float:left;
	display: block;
	width:376px;
	height: 81px;
}
.logo img {
	width:376px;
	height: 81px;
}
.navigation {
	margin-bottom: 20px;
	background: #EE342A;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	clear:both;
    padding:10px 10px 20px 10px;
}
	.navigation .nav {
		margin:0;
	}
	.navigation li {
		float:left;
		margin-bottom: 0;
	}
	.navigation a {
		padding:10px 12px;
        margin:0px 2px;
		color:#ffffff;
		text-decoration: none;
        border-radius: 25px;
        -webkit-transition:background 100ms linear;
        -moz-transition:background 100ms linear;
        -o-transition:background 100ms linear;
        transition:background 100ms linear;
	}
	.navigation a:hover {
        background:#F54C45;
        -webkit-transition:background 100ms linear;
        -moz-transition:background 100ms linear;
        -o-transition:background 100ms linear;
        transition:background 100ms linear;
	}
	.navigation a.active {
		background:#333333;
	}

/*------------------------------------*\
	$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:320px;
	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;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
.sidebar a:hover {
	background:#EE2A24;
	color:#ffffff;
	text-decoration: none;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;    
}
.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
\*------------------------------------*/

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;
}

/*------------------------------------*\
	$COLOR THEMES
\*------------------------------------*/

/* ARTICLE HEADINGS */
.aqua .article-heading { background-color:#04afa2; }
.blue .article-heading { background-color:#0A4F8F; }
.light-green .article-heading { background-color:#C7C23C; }
.green .article-heading { background-color:#2E9A46; }
.red .article-heading { background-color:#EE342A; }
.purple .article-heading { background-color:#91246a; }
.orange .article-heading { background-color:#E57231; }
.gray .article-heading { background-color:#7A6F6C; }

/* BODY HEADINGS */
.red h2, .red h3 { color:#EE342A; }
.aqua h2, .aqua h3 { color:#04afa2; }
.blue h2, .blue h3 { color:#0A4F8F; }
.light-green h2, .blue h3 { color:#C7C23C; }
.gray h2, .gray h3 { color:#7A6F6C; }
.orange h2, .orange h3 { color:#E57231; }
.green h2, .green h3, .green h2 a { color:#2E9A46; }
.purple h2, .purple h2 a, .purple h3 { color:#91246a; }

/* IMAGE CAPTIONS */
.aqua .feat-image p { 
    background:#04afa2;
	background:rgba(4,175,162,0.6);
}
.blue .feat-image p { 
    background:#0A4F8F;
	background:rgba(10,79,143,0.6);
}
.purple .feat-image p {
    background:#91246a;
	background:rgba(145,36,106,0.6);
}
.red .feat-image p {
    background:#EE342A;
	background:rgba(238,42,36,0.6);
}
.orange .feat-image p {
    background:#E57231;
    background:rgba(229,114,49,0.6)
}
.green .feat-image p {
    background:#2E9A46;
	background:rgba(46,154,70,0.6);
}
.light-green .feat-image p { 
    background:#C7C23C;
	background:rgba(199,194,60,0.8);
}

/*------------------------------------*\
	$CUSTOM PAGES COLOR THEMES
\*------------------------------------*/
.action-box {
    margin-bottom: 20px;
}
.action-box img {
    width:300px;
    border-radius :50%;
}
.intro, .aside {
    padding:10px;
}
.intro p {
    color:#000000;
}
.aside {
    color:#ffffff;
}
.years-of-action .red .intro { background-color:#f2b9b5;}
.years-of-action .red .aside { background-color:#EE342A;}
.years-of-action .orange .intro { background-color:#f6ceb6;}
.years-of-action .orange .aside { background-color:#e57231;}
.years-of-action .purple .intro { background-color:#d9b3ca;}
.years-of-action .purple .aside { background-color:#91246a;}
.years-of-action .aqua .intro { background-color:#a7e3de;}
.years-of-action h4 {text-transform:uppercase;}

.callout {
    padding:10px 10px 0px 10px;
    border:2px dotted;
    font-weight: bold;
}
.gray .callout {
    color:#7A6F6C;
    border-color: #7A6F6C;
}
.purple .callout {
    color:#91246a;
    border-color: #91246a;
}
.blue .callout {
    color:#0A4F8F;
    border-color: #0A4F8F;
}
.orange .callout {
    color:#e57231;
    border-color: #e57231;
}


/*------------------------------------*\
	$ARTICLES HEADINGS
\*------------------------------------*/

.article-heading {
	position: relative;
	padding:15px;
	margin-bottom: 25px;
	border-bottom-right-radius: 20px;
	color:#ffffff;	
    background: url('../img/header-circles.png') right top no-repeat;
}

/*------------------------------------*\
	$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;}	

/*------------------------------------*\
	$IMAGE STYLES
\*------------------------------------*/

.feat-image {
	position: relative;
	margin-bottom: 15px;
}
.feat-image.right {
    margin-left: 15px;
    clear:right;
}
.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);
}
.badge img {
    width: 250px;
}

/*------------------------------------*\
	$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;
}

/*------------------------------------*\
	$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;
}

.donate {
	background:#F54C45;
	color:#ffffff;
}	
.donate:hover {
	background:#333333;
	}
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;
}

.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%;
}

.note {
    background-color:#f0eecb;
    border-radius: 30px;
    padding:20px;
    font-size: 14px;
    font-family: 'Courier New', 'Consolas', 'Lucida Console', 'Monaco', monospace, sans-serif;
    font-weight: bold;
    transform: rotate(-2deg);
    box-shadow: 1px 2px 5px 0px #aaa;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

/*------------------------------------*\
	$TABLE
\*------------------------------------*/
table p {
	margin-bottom: 0px;
	font-size: 13px;
}
td {
	padding:7px 4px;
	vertical-align: center;
    border-color:#87D0CC;
}
td[colspan], table [colspan] {
    text-align: left;
}
table li {
	padding-left: 10px;
	margin-bottom: 0;
}
tr {
    background:#E9F5F3;
}
tbody tr:nth-of-type(odd) {
    background:#87D0CC;
}
tr.dark td {
    background:#00B8B0;  
    font-size: 15px;
    color:#fff;
}
tr.bold td {
    background:#fff;
    text-transform: uppercase;
    padding:15px 4px;
    border-bottom-width: 3px;
    border-bottom-color: #000;
}
tr.bold td p {
    font-weight: bold;
    font-size: 14px;    
}
td.push p {
    padding-left: 10px;
}
.orange td {
    background-color:#FFFFFF;
    border-color:#FEE0C8;
}
.orange tbody tr:nth-of-type(odd) td {
    background:#FEE0C8;
}
.Basic-Paragraph, .botom-line-text {
    text-align: right;
}
/*------------------------------------*\
	$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;
}
.signature {
    float:left;
    width:200px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------*\
	$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;
	}
    .navigation .nav.right {
        float:left;
    }
	.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;
	}
    .header img.right {
        float:left;
        margin-left: 0;        
    }
	div.feat-image {
		margin:0 0 15px 0!important;
		width:100%!important;
	}
	.feat-image p {
		position: relative;
		background:#333333;
	}
    div.feat-image.right {
        width:55%!important;
        margin:15px 0 15px 15px!important;
    }
	#contents {
		display: none;
	}
	#contents-btn {
		display: block;
	}
	.masthead-wrapper {
        background: none;
		background:#828282;		
        min-height: 0;
	}
	.welcome, #articles {
		width:95%;
		padding:2%;
	}
	.column {
		float:none;
		width:auto;
	}


}


