/*
Theme Name: Operation Noah
Author: Stuart Magog
Author URI: www.stuart-magog.co.uk
Version: 1.0
*/
/* -----------------------------------
Colors
----------------------------------- */
/*	Blue: 01a1c3
		Yellow: dfad32
		Grey: 605f5e
		
		Text: 777
		
		Pale Blue: 83e4f8
		Border Dark: bfbfbf
		Border Light: dfdfdf

/* -----------------------------------
Layout
----------------------------------- */
body{
	font-family:'Noto Sans', sans-serif;
	padding:10px 0 30px;
	color:#777;
}
.page-wrapper{
	margin-top:10px;
	padding-top:20px;
	border-top:1px solid #bfbfbf;
}
.container{
	min-width:240px;
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
}
.row{
	clear:both;
	overflow:hidden;
	margin:0 0 20px;
	position:relative;
}
.sidebar{
}
.page{
}
/* -----------------------------------
Basic rules
----------------------------------- */
h1{
	font-size: 1.4em;
	margin:1em 0;
	font-weight:400;
	z-index:-1;
	position:relative;
}
h2{
	font-size: 1.1em;
	margin:0 0 0.6em;
}
h2.yellow{
	color:#dfad32;
	font-weight:400;
}
h2.yellow a{
	color:#dfad32;
	text-decoration:none;
}
h2.yellow a:hover{
	color:#fff;
	text-decoration:underline;
}
h3{
	font-size: 1.1em;
	margin:0 0 0.6em;
	color:#01a1c3;
}
h3.news-title{
	font-size: 1.5em;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:2px;
	font-weight:400;
	margin:0 0 0.8em;
	color:#777;
}
h4{
	font-size: 1em;
	font-weight:700;
	margin:0 0 0.2em;
}
h5{
	font-size: 1em;
	font-weight:700;
	margin:0 0 0.2em;
	color:#01a1c3;
}
h6{
	font-size: 0.9em;
	font-weight:700;
	margin:0 0 0.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#777;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#01a1c3;
	text-decoration:underline;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top:2em;
}
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6{
	margin-top:2em;
}
p, li{
	font-size:0.9em;
}
.page-wrapper .page li{
	margin-bottom:0.6em;
}
p{
	margin:0 0 2em;
}
ul{
	padding-left:0;
	margin-left:15px;
}
ol{
	padding-left:0;
	margin-left:18px;
}
ul.paragraph-list li{
	margin-bottom:0.6em;
}
img{
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
a{
	color:#01a1c3;
  outline:none !important;
}
a:hover{
	color:#01a1c3;
	text-decoration:underline;
}
a:active{
	color:#dfad32;
}
.highlight{
	color:#01a1c3;
	font-weight:700;
}
.pdflink{
background:url(assets/img/pdficon_small.png) top left no-repeat;
padding:0 0 0 21px;
overflow:auto;
}
.hide{
	display:none;
}
.show{
	display:block;
}
/* -----------------------------------
Header
----------------------------------- */
#header{
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	padding:0;
	margin:0 0 10px;
}
#header #logo{
	width:271px;
	height:108px;
	background:url(assets/img/operation-noah.png) top left no-repeat;
	margin:0 auto 10px;
}
#header p{
	font-size:80%;
	margin:0;
	text-align:center;
}
#header a{
	color:#777;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#searchform{
	padding:10px 0;
}
#searchform div{
	height:27px;
	padding-top:1px;
	width:98%;
	border:1px solid #01a1c3;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
#searchform #s{
	border:none;
	width:85%;
	margin:0 10% 0 5%;
	font-family:"Noto Sans", sans-serif;
	color:#777;
	font-size:0.8em;
}
#search_submit{
	background:url(assets/img/search.png) top left no-repeat;
	border:none;
	width:17px;
	height:23px;
	position:absolute;
	top:3px;
	right:6px;
}
#search_submit:hover{
	background:url(assets/img/search.png) top right no-repeat;
}
#search_submit:focus{
	background:url(assets/img/search.png) top center no-repeat;
}

/* -----------------------------------
Navigation
----------------------------------- */
#nav{
	margin:0 auto;
	padding:0 20px;
	z-index:9998;
}
#nav .container{
	min-width:240px;
	max-width:1000px;
	padding:0;
	margin:0 auto;
}
#nav ul.navigation{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav .navigation li{
	display:block;
	font-size:0.9em;
}
#nav .navigation li ul{
	margin:0;
	padding:0;
}
#nav .navigation li ul li{
	font-size:100%;
	z-index:9999;
	text-transform:none;
}
#nav .navigation a{
	color:#fff;
	text-decoration:none;
	background:#01a1c3;
	display:block;
	margin:0;
	border-bottom:1px solid #fff;
	padding:0.6em;
}
#nav-toggle{
	min-width:240px;
	border-left:20px solid #fff;
	border-right:20px solid #fff;
	display:block;
	padding:.5em .5em .5em 40px;
	text-decoration:none;
	color:#fff;
	background:#01a1c3 url(assets/img/responsive-nav.png) 10px 50% no-repeat;
	border-bottom:1px solid #fff;
}
#nav .navigation a:hover,#nav-toggle:hover{
	background-color:#dfad32;
	color:#fff;
}
#nav-toggle:hover{
}
.nav-toggle-active{
	background-color:#605f5e !important;
	color:#fff !important;
}
#nav .navigation a:focus, #nav-toggle:focus{
	background-color:#dfad32;
	color:#fff;
}
#nav .navigation a:active,#nav-toggle:active{
	background-color:#605f5e;
	color:#fff;
}
#nav .navigation li ul{
	display:none;
}
#nav .navigation li:hover ul{
	display:block;
}
#nav .navigation li ul a{
	padding:0.6em 1.8em;
	background:#01a1c3;
}
.social-media{
	display:none;
}
/* -----------------------------------
Narrow dropdown
----------------------------------- */
.js #nav{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;

}
#nav.opened{ max-height: 9999px; }

/* -----------------------------------
Breadcrumbs
----------------------------------- */
#breadcrumbs{
	display:none;
}

/* -----------------------------------
Content
----------------------------------- */
.pageleft{
	padding:0 0 0;
}
.page-wrapper .page img{
	max-width: 100%;
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	_width: 100%;
}
#text{
	margin:0 0 40px;
}
#text a{
	text-decoration:none;
}
#text a:hover{
	text-decoration:underline;
}

/* -----------------------------------
Sidebar
----------------------------------- */
.sidebar-right{}
/* Sub Nav */
.submenu{
	margin:0 0 40px;
}
.submenu h4 a, .tagcloud h4, .relatedlist h4, .archivemenu h4, .widgetarea h4{
	color:#dfad32;
	background:#605f5e;
	padding:10px 20px;
	display:block;
	font-weight:400;
}
.archivemenu h4{
	cursor:pointer;
}
.archivemenu h4 span{
	background:url(assets/img/droparrow.png) center right no-repeat;
	padding-right:26px;
}
.archivemenu h4 span.uparrow{
	background:url(assets/img/uparrow.png) center right no-repeat;
}
.pressmedia h4 a{
	background:#605f5e url(assets/img/btn-news.png) center left no-repeat;
	padding-left:50px;
}
.submenu h4:hover{
	text-decoration:underline;
}
.submenu h4 a:hover{
	text-decoration:underline;
	color:#dfad32;
}
.submenu ul{
	margin:0;
	padding:0;
}
.submenu li{
	list-style:none;
	border-bottom:1px solid #bfbfbf;
	padding:7px 0 6px 20px;
	font-size:95%;
}
.submenu a{
	color:#777;
	text-decoration:none;
}
.submenu a:hover{
	color:#01a1c3;
}
.submenu .current_page_item a, .submenu .current-cat a, .submenu .current a{
	color:#01a1c3;
}
.btn-email{
	margin:0 0 10px;
	padding:16px 4px 14px 60px;
	display:block;
	background:#01a1c3 url(assets/img/btn-email.png) top left no-repeat;
	font-size:1em;
	line-height:1.3;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.btn-email:hover{
	color:#fff;
	text-decoration:underline;
}
.quicklinks{
	margin:0;
	padding:0;
}
.quicklinks li{
	list-style-type:none;
	margin:0 0 2px;
}
.quicklinks li a{
	padding:13px 4px 14px 60px;
	display:block;
	background:#605f5e url(assets/img/btn-quicklink.png) top left no-repeat;
	font-size:1em;
	color:#dfad32;
	text-decoration:none;
}
.quicklinks li a:hover{
	color:#fff;
}
.donate-btn{
	font-size:1.1em;
	background:#dfad32;
	clear:left;
	overflow:hidden;
	width:100%;
	padding:0 0 8px;
	display:block;
	color:#fff;
	text-decoration:none;
	margin-bottom:40px;
}
.donate-btn:hover{
	text-decoration:underline;
	color:#fff;
}
.donate-btn span{
	display:block;
	margin:9px 0 0 18px; 
}
.tagcloud{
	margin-bottom:40px;
}

/* Twitter */
.twitterwidget{
	padding:0;
	margin:0 0 20px;
	font-size:80%;
	line-height:1.4;
	border:1px solid #aaa;
}
.twitterwidget h4{
	background:#edeff4;
	padding:8px 18px 10px;
	margin:0em;
	color:#01a1c3;
	font-weight:400;
}
.twitterwidget h4 span{
	background:url(assets/img/twitterfeed.png) top left no-repeat;
	padding:0 0 0 34px;
}
.twitterwidget ul{
	padding:0;
	margin:10px 18px 0;
}
.twitterwidget li{
	margin:0 0 0.6em;
	padding:0 0 0.8em;
	border-bottom:1px solid #adadad;
	list-style-type:none;
	font-size:100%;
}
.twitterwidget li:last-child{
	border:none;
}
.twitterwidget li p{
	margin:0 0 0.2em;
}
.twitterwidget li a{
	text-decoration:none;
}
.twitterwidget li a:hover{
	text-decoration:underline;
}
ul.twitterfeed > li {
	min-height: 20px !important;
	padding-bottom:0.8em !important;
}
ul.twitterfeed > li > span.intent {
	float: left !important;
}
.twitter-timeline{
	margin:0 0 20px;
}
.facebookfeed{
	height:300px;
	margin:0 0 20px;
	border:1px solid #aaa;
	overflow:hidden;
	background:url(assets/img/facebookfeed.gif) top left repeat-x;
}
/* -----------------------------------
Footer
----------------------------------- */
#footer{
	display:none;
}
#footer2{
	clear:left;
	overflow:hidden;
	position:relative;
}
#footer2 ul{
	margin:0 0 40px;
	padding:0;
}
#footer2 li{
	list-style-type:none;
	border-bottom:1px solid #bfbfbf;
	margin:0 0 6px;
	padding:0 0 6px;
}
#footer2 a{
	text-decoration:none;
	color:#777;
}
#footer2 p{
	font-size:75%;
}
#footer2 a.web-design{
	text-decoration:none;
	background:url(assets/img/website-design.png) top left no-repeat;
	padding:0 0 0 26px;
}
#footer2 a.web-design:hover{
	text-decoration:underline;
}
#footer2 p.webcredit{
	border-top:1px solid #bfbfbf;
	padding:6px 0 0;
	margin:20px 0 0;
}
#footer2 .bright-now-logo{
	display:none;
}
/* -----------------------------------
Homepage
----------------------------------- */
.home-h1{
	font-size:0.9em;
}
.featured{
	background:#605f5e;
	color:#fff;
	margin:0 0 20px;
	padding-bottom:1px;
}
.featured-media{
	width:100%;
}
.featured-media img{
	max-width: 100%;
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	_width: 100%;
}
.featured-text{
	padding:6px 18px;
}
.featured-text p{
	font-size:0.8em;
	margin:0 0 0.8em;
}
.featured p a{
	color:#83e4f8;
	text-transform:uppercase;
}
.featured-text a:hover{
	color:#dfad32;
}
.featured-video-wrapper{
	width:94%;
	padding:2% 3% 0;
}
.featured-video{
	position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
	margin-bottom:10px;
}
.featured-video iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.signposts{
	margin:0 0 20px;
	clear:both;
	overflow:hidden;
}
.signposts ul{
	margin:0;
	padding:0;
}
.signposts li{
	list-style-type:none;
	margin:0 0 1px;
	font-size:1.1em;
}
.signposts a.signpost-label{
	display:block;
	height:32px;
	padding:6px 0 0 18px;
	background:#01a1c3;
	color:#fff;
	text-decoration:none;
}
.signposts a:hover{
	background:#dfad32;
}
.signposts a span{
	background:url(assets/img/arrow.png) top right no-repeat;
	padding:0 20px 0 0;
}
.signposts img{
	display:none;
}
/* --- Latest News --- */
.latest-news{
	margin:0 0 20px;
}
.latest-news .story{
	border-bottom:1px solid #dfdfdf;
	margin:0 0 16px;
}
.latest-news .story p{
	font-size:0.8em;
	margin-bottom:1em;
	width:100%;
	float:left;
}
.latest-news .story p.date{
	font-size:0.7em;
	margin:-.2em 0 0.8em;
}
/* --- Categories and Posts --- */
.news-post{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px solid #bfbfbf;
	clear:left;
	overflow:hidden;
}
.sticky-post{
	border-bottom:4px double #bfbfbf;
}
.sticky-post h2{
	color:#da6c1b;
}
.sticky-post h2 a{
	color:#da6c1b;
}
.news-post p{
	margin-bottom:1.2em;
}
.news-post .post-img{
	margin:6px 1.53846% 20px 0;
}
.news-post .post-img img{
	margin:0 !important;
}
.post-text{
	width:100%;
}
.post-tags{
	clear:both;
	padding-top:20px;
}
.post-details{
	margin-top:-8px;
	padding-bottom:10px;
}
/* --- Team Members --- */
.team-member{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px solid #dfdfdf;
	clear:left;
	overflow:hidden;
}
.team-photo{
	width:30.7692%;
	margin-right:2%;
	float:left;
	padding-top:6px;
}
.team-text{
	float:left;
	width:67%;
}
.team-text-fullwidth{
	float:none;
	width:100%;
}
/* -----------------------------------
WordPress Images
----------------------------------- */
img.alignright{
float:right;
margin:6px 0 14px 14px
}
img.alignleft{
float:left;
margin:6px 14px 14px 0;
}
img.aligncenter{
display: block;
margin-left: auto;
margin-right: auto
}
a img.alignright{
float:right;
margin:6px 0 14px 14px
}
a img.alignleft{
float:left;
margin:6px 14px 14px 0;
}
a img.aligncenter{
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption{
text-align:left;
padding:0 !important;
}
.wp-caption img{
margin:0 !important;
}
.wp-caption p{
font-size:70%;
padding:2px 0 0;
margin:0;
line-height:1.2;
}
div.alignleft{
float:left;
margin:6px 14px 14px 0;
}
div.alignright{
float:right;
margin:6px 0 14px 14px;
}
div.alignleft + div.alignleft{
margin-left:-14px !important;
}
.aligncenter {
	width:100%;
	height:auto;
	margin:0 0 40px;
	padding-top:30px;
}
.pageimage {
	width:100%;
	height:auto;
	margin:8px 0 40px;
}
.alignnone {
	width:100%;
	height:auto;
	margin:6px 0 40px;
}
/* -----------------------------------
Email sign up form
----------------------------------- */
.emailform{
	margin:0 0 40px;
}
.sidebar-right .emailform{
	margin:0 0 10px;
}
.emailform .btn-email{
	margin:0;
}
.toggleform{
	display:none;
}
.wpcf7-form{
	background:#edeff4;
	padding:6.66667%;
	clear:left;
	overflow:hidden;
	margin:0 0 40px;
}
.wpcf7-form p{
	font-size:0.8em;
	margin-bottom:12px;
	clear:left;
	overflow:hidden;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form input.wpcf7-captchar{
	border:none;
	height:28px;
	width:96%;
	padding:2px 1.5% 2px 1.5%;
	font-family: 'Noto Sans', sans-serif;
	font-size:0.9em;
	color:#333;
	background:#fff;
	z-index:9999;
	clear:both;
}
.wpcf7-form input.wpcf7-captchar{
	width:64%;
	float:left;
	margin-right:2%;
	height:20px;
	margin-bottom:2px;
}
.wpcf7-form textarea{
	border:none;
	height:120px;
	width:96%;
	padding:2px 1.5% 2px 1.5%;
	float:left;
	font-family: 'Noto Sans', sans-serif;
	font-size:0.9em;
	color:#333;
	background:#fff;
	z-index:9999;
}
.wpcf7-form input.wpcf7-submit{
	width:112px;
	height:33px;
	background:url(assets/img/submit.png) top left no-repeat;
	border:none;
	cursor:pointer;
	text-indent:-50000px;
	margin:20px 0 0;
}
.wpcf7-form input.wpcf7-submit:hover{
	background:url(assets/img/submit.png) top right no-repeat;
}
.wpcf7-form .wpcf7-not-valid-tip {
	margin:0 0 0 0 !important;
	padding:0 0 0 !important;
	border:none !important;
	color:red;
	background:none !important;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	display:block;
	width:100%;
	clear:both;
	overflow:hidden;
}
.wpcf7-form .wpcf7-response-output{
	border:none !important;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	font-weight:700;
	line-height:1.4;
	color:red;
	margin-top:0 !important;
	margin-left:-10px !important;
	clear:left;
}
.wpcf7-form .wpcf7-mail-sent-ok{
	font-size:0.8em;
	font-weight:700;
	line-height:1.4;
	color:#01a1c3;
	margin-top:0 !important;
	margin-left:-10px !important;
	clear:left;
}
.wpcf7-form .wpcf7-validation-errors{
	color:red;
}
/* -----------------------------------
Single Posts
----------------------------------- */
.post-video{
	position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
	width:100%;
}
.post-video iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -----------------------------------
Related Posts
----------------------------------- */
.related-posts{
	padding:40px 0;
}
.related-posts h3{
	font-size: 1.4em;
	font-weight:400;
	margin:0 0 0.8em;
	color:#777;
}
.related-posts h4{
	font-size: 1em;
	font-weight:600;
	margin:4px 0 0.8em;
	color:#777;
}
.related-post{
	list-style-type:none;
	border-top:1px solid #bfbfbf;
	padding:20px 0;
}
.related-post img{
	margin:0 0 10px;
}
.related-post p{
	margin:0 0 0.4em;
}
/* -----------------------------------
Social Share
----------------------------------- */
.socialshare{
	clear:both;
	padding-top:1px;
}
.addthis_button{
	display:block;
	margin-bottom:20px;
	clear:both;
}
/* ---  Tags  --- */
.tags-list{
	padding-left:14px;
	background:url(assets/img/tag.png) center left no-repeat;
}
/* ---  Cats, archive, etc  --- */
.posts_navigation{
	font-size:0.8em;
	padding-bottom:40px;
}
.posts_navigation .previous{
	margin-right:20px;
}
/* ---  Jetpack  --- */
#subscribe-text{
	margin-bottom:8px;
	font-size:0.8em !important;
}
#subscribe-email{
	margin-bottom:4px;
}
#subscribe-field{
	border:1px solid #bfbfbf;
	height:24px;
	color:#777;
	font-family:"Noto Sans", sans-serif;
	font-size:0.9em;
}
#subscribe-blog-blog_subscription-2{
	background:#edeff4;
	padding:4% 6.66667% 0;
	clear:left;
	overflow:hidden;
	margin:-3px 0 40px;
}
#subscribe-submit input[type=submit]{
	width:112px;
	height:33px;
	background:url(assets/img/subscribe.png) top left no-repeat;
	border:none;
	cursor:pointer;
	text-indent:-50000px;
	margin:20px 0 0;
}
#subscribe-submit input[type=submit]:hover{
	background:url(assets/img/subscribe.png) top right no-repeat;
}
/* ---  Slide Online  --- */
.page-wrapper .page iframe{
	border:none;
}
.page-wrapper .page form{
	clear:left;
	margin-bottom:20px;
}


/* -----------------------------------
Wide screen
----------------------------------- */
@media (min-width:720px)
{
/* ********** Layout ********** */
html{
}
body{
	margin:0;
	padding-bottom:0;
}
.page-wrapper{
	margin-top:40px;
	padding-top:40px;
}
.pageleft{
	width:65%;
	float:left;
	margin:0 5% 0 0;
	padding:0 0 0;
}
.page-wrapper .page{
	width:65%;
	float:right;
	margin:0 0 0 5%;
	padding:0 0 40px;
}
.sidebar-right{
	width:30%;
	float:left;
}
.sidebar{
	width:30%;
	float:left;
	padding-top:8px;
	padding-bottom:60px;
}
/* ********** Basic Rules ********** */
h1{
	font-size:1.6em;
	line-height:1.1;
	margin:0.8em 0 2em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.4em;
}
.mobileonly{
	display:none !important;
}
/* ********** Header ********** */
#header{
	height:120px;
	padding-top:10px;
}
#header #logo{
	margin:0;
	float:left;
}
#header p{
	position:absolute;
	top:10px;
	right:0;
}
#searchform{
	position:absolute;
	top:40px;
	right:0;
	width:370px;
}
/* ********** Nav ********** */
.js #nav {
	position: relative;
}
.js #nav.closed { max-height: none; }
#nav{
	width:100%;
	float:left;
	margin:0 auto;
	padding:0;
	background:#01a1c3;
	z-index:9998;
}
#nav ul.navigation{
}
#nav .navigation li{
	position:relative;
	float:left;
}
#nav .navigation a.nav-home{
	border-left:1px solid #83e4f8;
}
#nav .navigation a{
	border-bottom:none;
	border-right:1px solid #83e4f8;
	padding:15px 22px 15px;
}
#nav .navigation a.nav-donate{
}
#nav .navigation a.nav-donate span{
	border-bottom:4px solid #fddd02;
}
#nav .navigation a:hover{
	background:#dfad32 !important;
}
#nav .navigation a#active{
	background-color:#dfad32;
}
body.category-church-resources #nav .navigation a#active {
	background-color: #01a1c3;
}
body.category-church-resources #nav .navigation a.li-resources {
	background-color: #dfad32 !important;
}
#nav .navigation a:focus, #nav-toggle:focus{
	background-color:#605f5e !important;
	outline:none;
}
#nav .navigation li ul{
	position:absolute;
	float:left;
	top:49px;
	left:0;
	width:260px;
	background:#01a1c3;
}
#nav .navigation li ul li{
	display:block;
	float:none;
	height:auto;
}
#nav .navigation li ul a{
	background:none;
	border:none;
	border-bottom:1px solid #fff;
}
#nav-toggle { display: none; }
#nav .container{
	position:relative;
}
#nav .social-media{
	display:block;
	position:absolute;
	top:16px;
	right:0;
	padding:0;
	margin:0;
}
#nav .social-media li{
	list-style-type:none;
	float:left;
	margin-left:12px;
	border-left:1px solid #83e4f8;
	padding:0 0 0 12px;
	background:none;
}
#nav .social-media li:first-child{
	margin-left:0;
	border:none;
}

/* ********** Sidebar ********** */
.tagcloud{
	margin-bottom:40px;
}
.donate-btn{
	font-size:1em;
	background:url(assets/img/donate-btn.png) top left no-repeat;
	background-size:cover;
	clear:left;
	overflow:hidden;
	width:100%;
	height:0;
	padding:0 0 14.33333% 0;
	display:block;
	color:#fff;
	text-decoration:none;
	margin-bottom:40px;
}


/* ********** Footer ********** */
#footer{
	background:#01a1c3;
	display:block;
	padding:32px 0 50px;
	clear:left;
	overflow:hidden;
}
#footer-content{
	min-width:240px;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0 0;
}
#footernav{
	padding:0;
	margin:0;
}
#footernav li{
	font-size:85%;
	text-transform:uppercase;
	font-weight:700;
	list-style-type:none;
	float:left;
	width:13%;
	padding-right:1.2857%;
}
#footernav li ul{
	margin:8px 0 0;
	padding:0;
}
#footernav li ul li{
	text-transform:none;
	font-weight:400;
	float:none;
	width:100%;
	margin-bottom:8px;
	line-height:1.2;
}
#footernav li a{
	text-decoration:none;
	color:#fff;
}
#footernav li a:hover,#footernav li a:focus{
	text-decoration:underline;
}
/* ********** Footer 2 ********** */
#footer2{
	background:#2a2a2a;
	padding:10px 0;
	color:#fff;
}
#footer2 .container{
	position:relative;
}
#footer2 ul, #footer2 img, #footer2 p{
	float:left;
}
#footer2 ul{
	margin:10px 0 0 0;
	padding:0;
}
#footer2 ul li{
	float:left;
	border:none;
	border-right:1px solid #fff;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
#footer2 ul li:last-child{
	border:none;
}
#footer2 a{
	color:#fff;
}
#footer2 p{
	font-size:80%;
	margin:10px 30px 0;
}
#footer2 p.webcredit{
	border:none;
	padding:0;
	margin:0;
	position:absolute;
	top:10px;
	right:20px;
}
#footer2 .bright-now-logo{
	display:block;
}


/* ********** Breadcrumbs ********** */
#breadcrumbs{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
	padding:14px 0 0;
}
#breadcrumbs p{
	font-size:0.7em;
}
#breadcrumbs strong{
	color:#777;
}
#breadcrumbs a{
	text-decoration:none;
	color:#777;
}
#breadcrumbs a:hover{
	text-decoration:underline;
	color:#01a1c3;
}
#breadcrumbs a:focus{
	color:#01a1c3;
}

/* ********** Homepage ********** */
.home-h1{
	font-size:1.5em;
	line-height:1.4;
	margin:40px 0;
}
.featured{
	margin-bottom:40px;
}
.featured-media{
	width:46.1538%;
	float:left;
}
.featured-media img{
	max-width: 100%;
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	_width: 100%;
}
.featured-text{
	width:48.3082%;
	float:left;
	padding:12px 0;
	margin:0 2.769%;
}
.signposts{
	background:#e6e6e7;
	padding:38px 0;
	margin-bottom:40px;
}
.signposts li{
	width:28.8%;
	float:left;
	margin-right:5%;
	background:#fff;
	padding:0.6%;
}
.signposts li:nth-child(3){
	margin-right:0;
}
.signposts li:last-child{
	margin-right:0;
}
.signposts li.last{
	margin-right:0;
}
.sign{
	position:relative;
	clear:left;
	overflow:hidden;
}
.signpost-label{
	opacity:0.8;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.signpost-image{
}
.signpost-image img{
	max-width: 100%;
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	_width: 100%;
}
.latest-news .story{
	width:46.1538%;
	float:left;
	margin:0 7.6923% 16px 0;
}
.latest-news .story:nth-child(odd){
	margin-right:0;
}
.twitterwidget{
	margin-top:10px;
	margin-bottom:40px;
}

/* ********** 404 Page ********** */
.page404{
	margin-bottom:260px;
}
/* -----------------------------------
Email sign up form
----------------------------------- */
.contactpage-form{
	width:60%;
	float:left;
}
.contact-details{
	width:35%;
	margin:0 0 0 5%;
	float:left;
}
/* ************ Resources Page ********* */
.resources-col{
	width:40%;
	float:left;
	margin-right:5%;
}
}

/* -----------------------------------
Medium screen
----------------------------------- */
@media (min-width:720px) and (max-width:1024px)
{
/* Global */
p{
	font-size:0.9em;
}
/* Header */
#searchform{
	position:absolute;
	top:40px;
	right:14px !important;
}
#nav .container{
	padding:0 20px !important;
}
#nav .navigation li{
	font-size:0.7em;
}
#nav .navigation li ul{
	top:45px !important;
}
#nav .navigation li ul li{
	font-size:100%;
}
#nav .navigation li ul li a{
	padding-top:8px !important;
	padding-bottom:8px !important;
}
#nav .navigation a{
	padding:15px 11px !important;
}
#nav .social-media{
	right:20px !important;
}
	/* Sidebar */
.quicklinks li a{
	font-size:1em;
}
.btn-email{
	font-size:0.9em;
}
/* Footer */
#footernav li{
	font-size:70% !important;
}
#footer2 ul li{
	font-size:60%;
	padding:0 3px 0 0 !important;
	margin:0 3px 0 0 !important;
	border:none !important;
}
#footer2 p{
	font-size:60% !important;
	margin:10px 20px 0 10px !important;
}
#footer2 p.webcredit{
	position:absolute;
	top:0 !important;
	right:0 !important;
}
/* Homepage */
.featured-text h2{
	font-size:1.1em;
}
.featured-text p{
	margin:0 0 0.8em;
	font-size:70%;
}
.featured-text a{
	color:#83e4f8;
}
.featured-text a:hover{
	color:#dfad32;
}
}

/* -----------------------------------
Donate button fix
----------------------------------- */
@media (min-width:701px) and (max-width:819px)
{
.donate-btn span{
	margin:5px 0 0 18px;
	font-size:0.8em !important;
}
}
/* -----------------------------------
Donate button fix
----------------------------------- */
@media (min-width:820px) and (max-width:940px)
{
.donate-btn span{
	margin:8px 0 0 18px;
	font-size:0.8em !important;
}
}

/* -----------------------------------
Smallish screens
----------------------------------- */
@media (min-width:820px) and (max-width:920px)
{
	/* Sidebar */
.quicklinks li a{
	font-size:0.9em;
	padding-left:54px;
}
.btn-email{
	font-size:0.8em;
	padding-top:18px;
	padding-left:54px;
}
}

@media (min-width:680px) and (max-width:820px)
{
/* Sidebar */
.quicklinks li{
	background:#605f5e;
}
.quicklinks li a{
	padding:10px 4px 10px 14px;
	background:#605f5e;
	font-size:1em;
}
.btn-email{
	padding:12px 4px 12px 14px;
	background:#01a1c3;
	font-size:0.9em;
}
}

/* -----------------------------------
Smallish screen
----------------------------------- */
@media (min-width:580px) and (max-width:720px)
{
.pageleft{
	width:65%;
	float:left;
	margin:0 5% 0 0;
	padding:0 0 0;
}
.sidebar-right{
	width:30%;
	float:left;
}
/* Sidebar */
.quicklinks li{
	background:#605f5e;
}
.quicklinks li a{
	padding:10px 4px 10px 14px;
	background:#605f5e;
	font-size:1em;
}
.btn-email{
	padding:12px 4px 12px 14px;
	background:#01a1c3;
	font-size:0.9em;
}
}

/* -----------------------------------
Tiny Screens
----------------------------------- */
@media (max-width:340px)
{
#header #logo{
	width:220px;
	height:88px;
	background:url(assets/img/operation-noah-small.png) top left no-repeat;
	margin:0 auto 10px;
}

#searchform div{
	width:95%;
}
#searchform #s{
	border:none;
	width:75%;
	margin:0 10% 0 5%;
	-webkit-appearance: none;
}
#search_submit{
	background:url(assets/img/search-tiny.png) top left no-repeat;
	border:none;
	width:17px;
	height:23px;
	right:4px;
}
#nav-toggle{
	min-width:190px;
}
#nav .container{
	min-width:200px;
}
}

/* -----------------------------------
Small Screens
----------------------------------- */
@media (max-width:420px)
{
.team-member{
}
.team-photo{
	display:none;
}
.team-text{
	float:none;
	width:100%;
}
#searchform div{
	height:26px;
	padding-top:2px;
}
}

/* -----------------------------------
Related posts fix
----------------------------------- */
@media (min-width:480px)
{
.related-posts img{
	margin:10px 14px 10px 0;
	float:left;
}
}

/* -----------------------------------
Category posts
----------------------------------- */
@media (min-width:520px)
{
/* ************ Category Posts ********* */
.news-post .post-img{
	float:left;
	width:30%;
	margin:6px 1.53846% 20px 0;
}
.news-post .post-img img{
	margin:0 !important;
}
.post-text{
	float:left;
	width:67.6923%;
}
}


/* -----------------------------------
Hide some images on small screens
----------------------------------- */
@media (max-width:480px)
{
.desktop{
	display:none !important;
}
}

/* iPad [portrait + landscape] */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#search_submit{
	background:url(assets/img/search-tiny.png) top left no-repeat;
	border:none;
	width:17px;
	height:23px;
	right:0;
}
#searchform div{
	height:26px;
	padding-top:2px;
}
}

/* -----------------------------------
Retina Displays
----------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) { 
#search_submit{
	background:url(assets/img/search-tiny-hires.png) top left no-repeat;
	background-size:cover;
	width:17px;
	height:23px;
}
}

/* -----------------------------------
Retina display
----------------------------------- */
@media 
(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { 
#header #logo{
	background:url(assets/img/operation-noah-2x.png) top left no-repeat;
	background-size:cover;
}
#search_submit{
	background:url(assets/img/search-tiny-hires.png) top left no-repeat;
	background-size:cover;
	width:17px;
	height:23px;
}
}

/* -----------------------------------
iPad Mini
----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { 
#search_submit{
	background:none;
}
.eyeglass{
	background:url(assets/img/search-tiny-hires.png) top left no-repeat;
	background-size:cover;
	width:17px;
	height:23px;
	position:absolute;
	top:3px;
	right:6px;
}
}

/* -----------------------------------
Retina
----------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
#search_submit{
	background:none;
}
.eyeglass{
	background:url(assets/img/search-tiny-hires.png) top left no-repeat;
	background-size:cover;
	width:17px;
	height:23px;
	position:absolute;
	top:3px;
	right:6px;
}
}

.sdm_download_link{
	margin-bottom:20px;
}
.sdm_download_link + .sdm_download_link{
	margin-top:-20px !important;
}

.paypal-pic{
	width: 240px;
	float: left;
}
.paypal-div{
	float: left;
	max-width: 390px;
}
.paypal-div table td{
	padding-bottom: 20px;
}
.paypal-div p{
	margin-top: 30px;
}

.full-width-image {
	width: 100%;
	height: auto;
	display: block;
}
.campaign-images .col1of2 {
	margin-bottom: 24px;
}
.campaign-images img {
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
.campaign-images {
	margin-top: 24px;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.campaign-images {
		margin-top: 0;
	}
	.flexcols {
		display: flex;
		justify-content: center;
	}
	.col1of2 {
		width: 49%;
		margin: 0 1% 1%;
	}
	.col1of2:first-child {
		margin-left: 0;
	}
	.col1of2:last-child {
		margin-right: 0;
	}
}