/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e5e5e5; margin: 1.3em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font: 300 16px/25px 'adelle', Georgia, serif; font-size:small; color:#6c6c6c; }
select, input, textarea, button { font:99% sans-serif; }
a, a:hover, a:active { outline: none; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button {  width: auto; overflow: visible; }
select, input, textarea { color: #333; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }

.fl { float: left; }
.fr { float: right; }
.cr { clear: right; }
.nm { margin: 0 !important; }
.mobile-site { display: none !important; }

/* Layout */

body { background: #fff url(../img/body-bg-loop.png) repeat-x top left; }

.container {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.two-thirds { width: 67%; }

.two-thirds:before,
.two-thirds:after,
.container:before,
.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.two-thirds:after,
.container:after { clear: both; }
.two-thirds, .container { zoom: 1; }

/* Header/Nav Elements */

header {
	position: relative;
	background: url(../img/point-bg.png) no-repeat 50% 100%;
	z-index: 2;
}

header .container {
	position: relative;
	height: 34px;
	max-width: 960px;
	padding: 137px 0 55px 0;
	margin-bottom: 10px;
}

header h1 { margin: 0; }

#logo a {
	position: absolute;
	display: block;
	top: 33px;
	left: 10px;
	width: 219px;
	height: 70px;
	text-indent: -9999em;
	background: url(../img/rif-logo.png) no-repeat top left;
	background-size: 219px 70px;
}

nav { margin: 0 0 0 10px; }

nav a {
	display: block;
	float: left;
	height: 45px;
	font: 800 20px/45px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover,
nav a.active,
.dd.open > a {
	color: #fff200;
}

nav a span {
	display: block;
	padding: 0 20px 0 0;
	background: url(../img/ico-nav-arrow.png) no-repeat 100% 50%;
}

nav a:hover span,
.dd.open a span { background-image: url(../img/ico-nav-arrow-hover.png); }

#nav-literacy span { background-position: 85% 50%; }

#nav-literacy,
#nav-action,
#nav-books {
	line-height: 21px;
}

#nav-about {
	padding: 0 20px 0 0;
	background: url(../img/ico-nav-arrow.png) no-repeat 100% 50%;
}

#nav-about:hover,
.dd.open #nav-about { background-image: url(../img/ico-nav-arrow-hover.png); }

#nav-contact,
#nav-subscribe {
	font: 700 16px/37px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #a3c3e1;
	margin: 0 4% 0 0;
	text-transform: none;
}

#nav-contact:hover,
#nav-subscribe:hover { color: #fff; }

#nav-subscribe { margin: 0; }
#nav-literacy { padding: 0; }

#nav-donate { margin: 5px 4% 0 0; }

#nav-donate span {
	height: 33px;
	padding: 0 25px 0 12px;
	color: #0079c1;
	line-height: 34px;
	background: #fff200 url(../img/nav-donate-arrow.png) no-repeat 93% 50%;
}

#nav-donate:hover span,
.dd.open #nav-donate span {
	color: #0079c1;
	background-color: #fff;
}

#nav-search {
	padding-top: 4px;
}

#nav-search input[type=text] {
	height: 32px;
	padding-left: 8px;
	font-size: 16px;
	line-height: 35px;
	width: 175px;
	border: none;
	outline: 0;
	background: #fff url(../img/ico-search.svg) no-repeat 92% 50%;
	background-size: 14px 14px;
}

/* Navigation Drop Down Rules */

.dd {
	position: relative;
	float: left;
	height: 40px;
	margin: 0 4% 0 0;
}

.dd ul {
	display: none;
	position: absolute;
	top: 45px;
	left: -10px;
	padding: 10px;
	margin: 0;
	list-style: none;
	width: 300px;
	background: url(../img/nav-dd-bg.png);
	z-index: 9000;
}

.dd ul li { margin: 0; }

.dd ul li a {
	display: block;
	float: none;
	height: 47px;
	color: #fff;
	text-decoration: none;
	font: 600 18px/47px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	padding: 0 0 0 20px;
	text-transform: none;
	border-bottom: 1px solid #3394cd;
	background: #0079c1;
}

.dd ul li a:hover { color: #fff200; }

.dd.open ul { display: block; }

#utility-nav {
	position: absolute;
	top: 60px;
	right: 20px;
}

#utility-nav a {
	font: italic 300 16px/25px 'adelle', Georgia, serif;
	color: #fff;
	text-decoration: none;
	margin: 0 28px 0 0;
	text-transform: none;
}

#utility-nav a:hover { color: #fff; }

#nav-facebook,
#nav-twitter,
#nav-youtube {
	display: inline-block;
	text-indent: -9999em;
}

#nav-facebook {
	width: 9px;
	height: 19px;
	background: url(../img/ico-facebook.png) no-repeat top left;
}

#nav-twitter {
	width: 26px;
	height: 17px;
	background: url(../img/ico-twitter.png) no-repeat top left;
}

#nav-youtube {
	width: 49px;
	height: 19px;
	margin: 0 !important;
	background: url(../img/ico-youtube.png) no-repeat top left;
}

/* Mobile Nav Rules */

#navPanels-panel {
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.37);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.37);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.37);
}

#mobile-nav-menu {
	float: right;
	display: none;
	width: 79px;
	height: 100px;
	text-indent: -9999em;
	background: url(../img/mobile-nav-menu.png) no-repeat top left;
}

#mobile-nav-menu.open { background: url(../img/mobile-nav-menu-close.png) no-repeat top left; }

#navPanels-nav { background: url(../img/mobile-nav-bg-loop.png) repeat-y top left; }

.mobile-nav {
	display: none;
	background: url(../img/mobile-nav-bg-loop.png) repeat-y top left;
}

.mobile-nav ul {
	width: 235px;
	margin: 0;
	background: url(../img/mobile-nav-ul-bg.png) repeat-y top left;
	overflow: hidden;
}

.mobile-nav ul li  {
	margin: 0;
	list-style: none;
}
.mobile-nav ul li a {
	display: block;
	float: none;
	font: 800 14px/45px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #338dc4;
}

.mobile-nav ul li:first-child a { padding-top: 5px; }
.mobile-nav ul li:first-child a.navPanels-back { padding: 5px 0 0 10px; }

.mobile-nav ul li a.navPanels-trigger { background: url(../img/mobile-nav-arrow.png) no-repeat 95% 50%; }

.navPanels-back { background: url(../img/mobile-nav-back-bg-loop.png) repeat-y top left; }

.navPanels-back span,
.navPanels-back:hover span {
	display: inline-block;
	padding: 2px 15px 0 15px;
	font: 800 11px/19px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #7a8c9d;
	background: url(../img/mobile-nav-back-btn.png) no-repeat top left;
}

.navPanels-back:hover span { color: #9fa6ae; }

#mobile-nav-facebook,
#mobile-nav-twitter,
#mobile-nav-youtube {
	display: block;
	float: left;
	width: 33%;
	height: 45px;
	padding: 0;
	text-indent: -9999em;
	border-right: 1px solid #338dc4;
	border-bottom: 1px solid #338dc4;
	background: url(../img/ico-facebook.png) no-repeat 50% 50%;
}

#mobile-nav-twitter { background: url(../img/ico-twitter.png) no-repeat 50% 50%; }
#mobile-nav-youtube { background: url(../img/ico-youtube.png) no-repeat 50% 50%; border-right: none; }

@media only screen and (max-width: 940px) {

	nav a { font-size: 18px; }

	.dd { margin: 0 4% 0 0; }

}

@media only screen and (max-width: 880px) {
	nav a { font-size: 16px; }

	.dd { margin: 0 3.0% 0 0; }

	#nav-search input[type=text] { width: 140px; }
}

/* Transition to Mobile Nav */

@media only screen and (max-width: 767px) {

	body,
	#navPanels-panel { background: #fff url(../img/mobile-body-bg-loop.png) repeat-x top left; }

	#nav,
	#utility-nav,
	.full-site { display: none !important; }

	#mobile-nav-menu,
	.mobile-site { display: block !important; }

	#logo a {
		top: 17px;
		left: 10px;
	}

	header .container {
		padding: 0 0 22px;
		height: 100px;
	}

}

/* Mobile Nav Retina */

@media only screen and (-webkit-min-device-pixel-ratio : 1.5) {

	header {
		background-size: 41px 11px;
		background: url(../img/point-bg@2x.png) no-repeat 50% 100px;
	}

	#logo a {
		background-size: contain;
		background: url(../img/rif-logo@2x.png) no-repeat top left;
		background-size: 219px 70px;
	}

	#mobile-nav-menu {
		background-size: contain;
		background: url(../img/mobile-nav-menu@2x.png) no-repeat top left;
		background-size: 79px 100px;
	}

	#mobile-nav-menu.open {
		background-size: contain;
		background: url(../img/mobile-nav-menu-close@2x.png) no-repeat top left;
		background-size: 79px 100px;
	}

	.mobile-nav ul li a.navPanels-trigger {
		background: url(../img/mobile-nav-arrow@2x.png) no-repeat 95% 50%;
		background-size: 9px 14px;
	}

}

/* Typesetting */

h1 {
	text-transform: uppercase;
	font: 900 36px/45px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #505050;
	margin: 0 0 10px;
}

h2 {
	text-transform: uppercase;
	font: 900 29px/35px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #505050;
	margin: 0 0 10px;
}

h3 {
	text-transform: uppercase;
	font: 900 27px/33px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #585858;
	margin: 0 0 15px;
}

h4 {
	color: #0079c1;
	font: 800 25px/30px 'proxima-nova', 'Helvetica', Arial, sans-serif;
}

p {
	font: 300 20px/36px 'adelle', Georgia, serif;
	color: #454545;
	margin: 0 0 30px;
}

p a {
	font-family: 'adelle', Georgia, serif;
	font-weight: 300;
	color: #0079c1;
	margin: 0 0 30px;
	text-transform: none;
}

p strong a {
	font: 800 17px/25px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
}

ul {
	margin: 0 0 30px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

ol { margin: 0 0 30px 25px; }

ul li, ol li {
	margin: 0 0 8px;
	font: 300 20px/35px 'adelle', Georgia, serif;
	color: #454545;
}

blockquote {
	font-family: 'adelle', Georgia, serif;
	font-weight: 300;
	font: 300 22px/38px 'adelle', Georgia, serif;
	color: #888;
	margin: 0 0 30px;
}

.third p {
	font: 300 17px/24px 'adelle', Georgia, serif;
	color: #6c6c6c;
	margin: 0 0 20px;
}

.headline {
	width: 67%;
	font: 300 22px/32px 'adelle', Georgia, serif;
	color: #737373;
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

.highlight {
	padding: 0 8px;
	background: #fff200;
}

a, .post a.more {
	font: 800 17px/25px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #0079c1;
	text-decoration: none;
	text-transform: uppercase;
}

.post a {
	font: inherit;
	text-transform: none;
}

.center {
	text-align: center;
	padding: 0 8%;
}

.date {
	font: italic 400 15px/22px 'adelle', Georgia, serif;
	color: #7a7a7a;
}

.blue { color: #0079c1; }

.see-more {
	display: block;
	padding: 30px 0 0;
	text-align: center;
}

/* Thirds Rules */

.thirds {
	margin: 35px 0;
	overflow: hidden;
}

.third {
	float: left;
	width: 30.33%;
	padding: 0 3% 0 0;
}

.centered-text { text-align: center; }
.centered-text img { margin: 0 auto; }
.third img { margin-bottom: 20px; }

#campaign-thirds {
	padding-top: 40px;
	border-top: 10px solid #e41924;
}

#campaign-thirds h2 {
	text-align: center;
	margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {

	.third {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}

	.two-thirds, .headline { width: 100%; }

}

/* Content Rules */

#home-hero { margin-top: 35px; }

.section { margin: 0 0 60px; }

.border-top {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0;
}

#stats-booklet { width: 100%; overflow: hidden; }

#stats-booklet img {
	float: left;
	display: block;
	width: 33%;
}

#stats-booklet img#stats-middle { width: 34%; }

#recent-blogs {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 0;
	overflow: hidden;
}

#recent-blogs img { display: none; }

#donor {
	border-top: 1px solid #e5e5e5;
	padding: 110px 0 40px 0;
	overflow: hidden;
}

#donor h2 { margin-bottom: 35px; }

@media only screen and (max-width: 767px) {

	#recent-blogs {
		text-align: center !important;
	}

	#stats-booklet img {
		float: none;
		max-width: 100%;
		width: 100% !important;
		margin: 0 auto;
		border-radius: 5px;
		margin: 0 0 30px;
	}

	#stats-booklet:last-child { margin: 0; }

}

/* Breadcrumbs Rules */

#breadcrumbs {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 25px;
	margin: 10px 0 20px;
}

#breadcrumbs h1 {
	font: 900 52px/55px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #505050;
	margin: 0;
}

#breadcrumbs h1#smaller-title {
	font: 900 36px/39px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	margin: 0 0 20px;
}

#breadcrumbs a.crumb {
	font: 900 22px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	padding-right: 16px;
	background: url(../img/ico-chevron.png) no-repeat 100% 45%;
}

#blog-header #breadcrumbs {
	margin: 0 0 20px;
	padding: 35px 0 0;
	border-bottom: none;
}

#blog-header.bg #breadcrumbs h1 { color: #fff; }

#blog-header.bg #breadcrumbs a.crumb { color: #976b28; }

/* Responsive Image Rules */

.r { display: block; max-width: 100%; }

.center-img {
	margin: 0 auto 35px;
	text-align: center;
	max-width: 97%;
}

#img-heads { margin-bottom: 10px; }

/* Book Button Rules */

.btn-book {
	position: relative;
	display: inline-block;
	height: 56px;
	padding: 0 24px;
	color: #000;
	text-decoration: none;
	font: 800 20px/59px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	background: #ffee00 url(../img/btn-book-middle.png) no-repeat 63% 0%;
}

.btn-book span {
	position: relative;
	z-index: 3;
}

.btn-book i {
	display: none;
	position: absolute;
	top: -1px;
	right: -8px;
	width: 102px;
	height: 67px;
	background: url(../img/btn-book-hover.png) no-repeat top left;
	z-index: 1;
}

/* Responsive Slide Show Rules */

.rslides {
	position: relative;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides:before,
.rslides:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.rslides:after { clear: both; }
.rslides { zoom: 1; }

.slide-caption {
	position: absolute;
	bottom: 20px;
	left: -10px;
	width: 48%;
	padding: 25px;
	color: #fff;
	background: url(../img/slide-caption-bg.png);
}

.slide-caption h1 {
	color: #fff;
	margin: 0;
	font: 900 43px/49px 'proxima-nova', 'Helvetica', Arial, sans-serif;
}

.slide-caption p {
	font: 400 19px/29px 'adelle', Georgia, serif;
	margin: 0;
	color: #fff;
}

.slide-caption a { color: #fff200; }

#slides-pager {
	height: 43px;
	margin: 0 0 100px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

#slides-pager.sub-page { margin-bottom: 50px; }

#slides-pager li {
	position: relative;
	float: left;
	font: 400 16px/43px 'adelle', Georgia, serif;
	color: #454545;
	height: 43px;
	background: url(/-/img/pager-border-bg.png) repeat-y top right;
}

#slides-pager li:last-child { background: none; }
#slides-pager li:last-child.rslides_here { background: #fff200; }

#slides-pager li span {
	position: relative;
	z-index: 2;
	margin: 0 0 0 10px;
}

#slides-pager li a {
	position: relative;
	font: 900 17px/43px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #0079c1;
	margin: 0 0 0 10px;
	text-decoration: none;
	z-index: 2;
}

#slides-pager .rslides_here { background: #fff200; }

/* Sub Page Hero and Sub Navs */

#sub-hero {
	position: relative;
	width: 67%;
	margin: 0 0 60px;
}

#sub-hero img {
	display: block;
	max-width: 100%;
}

#sub-hero .slide-caption { width: 55%; }

#sub-hero .slide-caption h1, .sub-page .slide-caption h1 {
	color: #fff;
	margin: 0;
	font: 900 32px/36px 'proxima-nova', 'Helvetica', Arial, sans-serif;
}

#sub-hero .slide-caption p, .sub-page .slide-caption p {
	font: 400 16px/24px 'adelle', Georgia, serif;
	margin: 0;
	color: #fff;
}

#sub-nav {
	position: relative;
	float: right;
	width: 30%;
	margin: 0 0 40px;
	padding: 0 0 0 3%;
	background: #fff;
	z-index: 1;
}

#sub-nav a {
	display: block;
	padding: 10px 0 10px 10px;
	font: 600 19px/19px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	text-transform: none;
}

#sub-nav a:hover { background: #fff200; }

#sub-nav a.sub, #sub-nav a.sub:hover { padding: 10px 0 10px 20px; }
#sub-nav a.unsub { font-weight: 700; }

#sub-nav li a.active {
	color: #fff;
	padding: 0 0 0 10px;
	background: #0079c1;
}

#sub-nav-dd {
	display: none;
	position: relative;
	margin: 30px 0 0;
}

#sub-nav-trigger {
	display: block;
	height: 48px;
	padding: 0 40px 0 16px;
	font: 900 20px/48px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff;
	background: #0079c1 url(../img/ico-subnav-dd-arrow.png) no-repeat 95% 50%;
}

#sub-nav-trigger.open { background: #0079c1 url(../img/ico-subnav-dd-x.png) no-repeat 95% 50%; }

#sub {
	display: none;
	position: absolute;
	top: 68px;
	z-index: 3;
	left: 0;
	right: 0;
}

#sub a {
	display: block;
	height: 41px;
	padding: 0 0 0 20px;
	font: 600 18px/42px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff;
	text-transform: none;
	border-bottom: 1px solid #3394cd;
	background: #0079c1;
}

#sub a.sub {
	padding: 0 0 0 30px;
	border-bottom: 1px solid #24678f;
	background: #005487;
}

#sub a:hover { color: #fff200; }

@media only screen and (max-width: 767px) {

	#slides { height: auto !important; }

	.rslides img { float: none; }

	.slide-caption, #sub-hero .slide-caption {
		position: relative;
		bottom: auto;
		left: 0;
		width: auto;
		padding: 25px;
		color: #fff;
		background: #0079c1;
	}

	#slides-pager, #slides-pager.sub-page {
		height: auto;
		border-bottom: none;
	}

	#slides-pager li {
		float: none;
		font: 400 21px/43px 'adelle', Georgia, serif;
		background: none;
		border-bottom: 1px solid #e5e5e5;
		width: 100% !important;
	}

	#slides-pager li a { font: 900 22px/43px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	#sub-nav { display: none; }

	#sub-nav-dd { display: block; }

	#sub-hero { width: 100%; }

}

/* Donate Box Rules */

#donate-box {
	margin: 0 0 50px;
	padding: 70px 60px;
	background: #0079c1 url(../img/donate-box-bg.png) no-repeat 50% 100%;
	overflow: hidden;
}

#donate-copy {
	float: left;
	width: 55%;
}

#donate-box h1 {
	margin: 0;
	font: 900 59px/59px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff;
}

#donate-box h3 {
	margin: -5px 0 0 0;
	font: 900 27px/27px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #79c1ec;
}

#donate-box a {
	font: 800 23px/28px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #fff200;
}

#donate-box a.donate {
	float: right;
	width: 127px;
	margin: 0 0 0 28px;
	padding: 15px 0 0;
	color: #0079c1;
	font: 900 48px/48px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	text-align: center;
	background: url(../img/ico-book-white.png) no-repeat top left;
}

#donate-box a.donate span {
	display: block;
	margin-top: 35px;
	font: 800 22px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #79c1ec;
}

#donate-box a.donate:hover { background: url(../img/ico-book-yellow.png) no-repeat top left; }

@media only screen and (max-width: 760px) {

	#donate-box { padding: 20px 20px 40px; }

	#donate-copy {
		width: 100%;
		margin: 0 0 30px;
	}

	#donate-box h1 { font: 900 44px/44px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	#donate-box h3 { margin: 0; font: 900 20px/20px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	#donate-box a  { font: 800 19px/25px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	#donate-box a.donate {
		float: left;
		margin: 0 28px 0 0;
		padding: 13px 0 0 0;
		width: 71px;
		font: 900 22px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
		background: url(../img/ico-book-white-small.png) no-repeat top left;
	}

	#donate-box a.donate:hover { background: url(../img/ico-book-yellow-small.png) no-repeat top left; }

	#donate-box a.donate span {
		margin-top: 25px;
		font: 800 14px/14px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5) {

	#donate-box a.donate {
		background-size: contain;
		background: url(../img/ico-book-white-small@2x.png) no-repeat top left;
	}

	#donate-box a.donate:hover {
		background-size: contain;
		background: url(../img/ico-book-white-yellow@2x.png) no-repeat top left;
	}

}

/* Blog Rules */

#blog-header {
	position: relative;
	margin: -32px 0 35px;
	z-index: 1;
}

#blog-header.bg {
	height: 320px;
	background: #edaa44 url(../img/blog-hero.jpg) no-repeat 80% 0%;
}

#blog-header .container { border-bottom: 1px solid #e5e5e5; }
#blog-header.bg .container { border-bottom: none; }

#blog-header.bg p {
	font: 400 18px/32px 'adelle', Georgia, serif;
	width: 385px;
	color: #6b4b19;
}

#one-third {
	float: right;
	width: 30%;
}

#one-third #sub-nav {
	width: 100%;
	float: none;
}

#one-third h4 {
	font: 900 18px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #505050;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

#blog-details {
	position: relative;
	margin: 10px 0 0;
}

#blog-details p {
	color: #777;
	height: 44px;
	line-height: 44px;
	font-weight: 300;
}

#blog-details p a {
	font: 300 20px/44px 'adelle', Georgia, serif;
	color: #0079c1;
	text-transform: none;
}

#blog-details p img {
	float: left;
	margin: 0 8px 0 0;
}

#blog-details .social-links { bottom: 0; }

#blog-details .social-links.no-author {
	left: 0;
	bottom: -22px;
}

#comment-top .social-links {
	left: auto;
	right: -50px;
	top: 15px;
	bottom: auto;
}

#comment-top {
	position: relative;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0 0 30px;
}

#comment-top h3 { margin: 0; }

.post {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.post h1 {
	color: #0079c1;
	line-height: 40px;
}

.post p {
	font: 300 16px/26px 'adelle', Georgia, serif;
	color: #6c6c6c;
}

.post.full p { font: 300 18px/28px 'adelle', Georgia, serif;}

.post p a {
	font: 300 16px/26px 'adelle', Georgia, serif;
	color: #0079c1;
	text-transform: none;
}

.post img {
	float: left;
	display: block;
	margin: 0 15px 15px 0;
	max-width: 100%;
}

.two-thirds ul li { color: #6c6c6c!important; }

.blog-media { margin: 0 0 30px; }

a.comment-count {
	clear: left;
	display: inline-block;
	width: 47px;
	height: 22px;
	text-align: center;
	padding: 8px 0 0 0;
	color: #ffee00;
	font: 900 15px/15px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	background: url(../img/comment-count-bg.png) no-repeat top left;
}

a.comment-count:hover { color: #fff; }

.social-links {
	position: absolute;
	bottom: 30px;
	left: 80px;
}

.social-twitter, .social-facebook {
	float: left;
	margin: 0 20px 0 0;
}

.social-twitter { margin: 5px 20px 0 0; }

#archives, #popular-tags, #blog-sponsor {
	margin: 0 0 30px;
	padding: 0 0 0 15px;
}

#archives ul {
	margin: 0 0 20px;
	list-style: none;
}

#archives li { background: url(../img/archives-ul-bg.png) no-repeat 0% 50%; }

#archives li a {
	font: 400 16px/32px 'adelle', Georgia, serif;
	color: #007bc6;
	padding: 0 0 0 20px;
	text-transform: none;
}

#popular-tags { color: #ccc; }

#popular-tags a {
	font: 400 16px/32px 'adelle', Georgia, serif;
	color: #007bc6;
	text-transform: none;
}

#pagination { margin: 0 0 50px; }

#pagination li { display: inline; }

#pagination li a {
	display: inline-block;
	width: 55px;
	height: 55px;
	border: 1px solid #ccc;
	text-align: center;
	font: 900 26px/55px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #0079c1;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#pagination li a:hover { background: #fff200; }

#pagination li a.active {
	border: 1px solid #0079c1;
	color: #fff;
	background: #0079c1;
}

#pagination li.page-next, #pagination li.page-prev { float: right; }

#pagination li.page-next a {
	text-indent: -9999em;
	background: url(../img/ico-next-page.png) no-repeat 50% 50%;
}

#pagination li.page-prev a {
	text-indent: -9999em;
	background: url(../img/ico-prev-page.png) no-repeat 50% 50%;
}

#pagination li a.page-first {
	text-indent: -9999em;
	background: url(../img/ico-first-page.png) no-repeat 50% 50%;
}

#pagination li a.page-last {
	text-indent: -9999em;
	background: url(../img/ico-last-page.png) no-repeat 50% 50%;
}

#pagination li.page-next a:hover { background: #fff200 url(../img/ico-next-page.png) no-repeat 50% 50%; }
#pagination li.page-prev a:hover { background: #fff200 url(../img/ico-prev-page.png) no-repeat 50% 50%; }
#pagination li a.page-first:hover { background: #fff200 url(../img/ico-first-page.png) no-repeat 50% 50%; }
#pagination li a.page-last:hover { background: #fff200 url(../img/ico-last-page.png) no-repeat 50% 50%; }

@media only screen and (max-width: 760px) {

	#blog-header.bg { background: #edaa44; }

	#one-third { display: none; }

}

/* Donate Rules */

#donate-header {
	position: relative;
	margin: -32px 0 35px;
	z-index: 1;
	height: 260px;
	background: #e5e5e3;
}

#donate-header p {
	width: 500px;
	font: 300 18px/26px 'adelle', Georgia, serif;
}

#donate-header #breadcrumbs {
	margin: 0 0 20px;
	padding: 35px 0 0;
	border-bottom: none;
}

/* Activities Tabs */

#tabs {
    padding: 12px 0 0;
    background: #0079c1;
}

a.tab {
    float: right;
    font: 400 16px/16px 'adelle', Georgia, serif;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    text-transform: none;
}

a.tab:hover, a.tab.active { background: #00629c; }

#tabs h3 {
    font: 800 25px/35px 'proxima-nova', 'Helvetica', Arial, sans-serif;
    color: #fff;
    margin: 3px 0 6px 20px;
}

.tabs {
    padding: 27px 20px 10px;
    min-height: 53px;
    background: #0074b9 url(../img/tabs-bg.png) repeat-x top left;
    overflow: hidden;
}

.tabs a.book {
    display: inline-block;
    width: 59px;
    height: 37px;
    text-align: center;
    margin: 0 42px 10px 0;
    font: 900 17px/37px 'proxima-nova', 'Helvetica', Arial, sans-serif;
    color: #0079c1;
    text-decoration: none;
    background: url(../img/ico-book-tiny-white.png) no-repeat top left;
}

.tabs a.book:hover, .tabs a.active { background: url(../img/ico-book-tiny-yellow.png) no-repeat top left; }

.tabs a.book:last-child { margin-right: 0; }

.tabs a.act {
	float: left;
	display: inline-block;
	color: #fff;
	width: 28%;
	font-size: 16px;
	padding: 0 2% 0 0;
	margin: 0 0 10px;
}

.tabs a.act:hover { color: #fff200;}

@media only screen and (max-width: 767px) {

	a.tab { margin-top: 35px;}
	.tabs { padding-left: 30px; }
	.tabs a.book { margin: 0 60px 10px 0;}
	.tabs a.book:nth-of-type(3n+3) { margin-right: 0; }
}

/* Search Results Rules */

#search-solo {
	margin: 0 0 50px;
}

#search-solo input[type=text] {
	width: 72%;
	height: 41px;
	padding-left: 3%;
	font-size: 25px;
	border: 1px solid #ccc;
	margin: 0 0 20px;
}

#search-solo input[type=submit] {
	display: inline-block;
	color: #fff200;
	height: 45px;
	border: 0;
	text-transform: uppercase;
	font: 800 25px/45px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	line-height: 45px;
	margin: 0 0 20px;
	text-align: center;
	padding: 0 25px;
	background: #0079c1;
}

#search-results h1 {
	margin: 30px 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}

#search-results h1 span { color: #0079c1; }
.result { margin: 0 0 30px; }

/* Footer Elements */

footer {
	clear: both;
	margin: 0 0 40px;
	border-top: 14px solid #0079c1;
	border-bottom: 1px solid #e7e7e7;
}

#footer-left {
	float: left;
	width: 65%;
	padding-right: 2%;
}

#footer-left img {
	display: block;
	max-width: 100%;
	margin: 0 5% 15px 0;
}

#footer-left p {
	margin: 0 0 0 220px;
	padding: 7px 0 0 0;
	font: 800 19px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #a3a3a3;
}

#footer-left .btn-book {
	float: left;
}

#footer-right {
	margin: 0 0 0 67%;
	border-left: 1px solid #e7e7e7;
	overflow: hidden;
}

#site-search, #subscribe-newsletter {
	position: relative;
	padding: 19px 10px;
	border-bottom: 1px solid #e7e7e7;
}

footer form label {
	position: relative;
	display: block;
	font: 700 15px/25px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	color: #a3a3a3;
	text-transform: uppercase;
}

footer form input[type=text] {
	width: 75%;
	height: 37px;
	padding-left: 8px;
	border-radius: 4px;
	font-family: 'adelle', Georgia, serif;
	font-size: 15px;
}

footer form input[type=image] {
	position: absolute;
	right: 0;
	bottom: -5px;
	border-radius: 0 !important;
}

footer form input[type=text]::-webkit-input-placeholder { font-style: italic; font-weight: 300; }
footer form input[type=text]:-moz-placeholder { font-style: italic; font-weight: 300; }
footer form input[type=text]::-moz-placeholder { font-style: italic; font-weight: 300; }
footer form input[type=text]:-ms-input-placeholder { font-style: italic; font-weight: 300; }

#footer-facebook,
#footer-twitter,
#footer-youtube {
	display: block;
	float: left;
	width: 33%;
	height: 70px;
	text-indent: -9999em;
	border-right: 1px solid #e7e7e7;
	background: url(../img/ico-facebook-blue.png) no-repeat 50% 50%;
}

#footer-twitter { background: url(../img/ico-twitter-blue.png) no-repeat 50% 50%; }
#footer-youtube { background: url(../img/ico-youtube-blue.png) no-repeat 50% 50%; border-right: none; }

#footer-copyright,
#footer-contact {
	clear: left;
	float: left;
	padding: 18px 0;
	color: #a1a1a1;
	text-align: left;
	font: 400 14px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
}

#footer-contact {
	float: right;
	text-align: right;
}

#footer-copyright a,
#footer-contact a {
	color: #0079c1;
	text-decoration: none;
	font: 400 14px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	text-transform: none;
}

#copyright strong { color: #8a8a8a; }

@media only screen and (max-width: 850px) {

	footer form label { font: 700 13px/25px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	footer form input[type=text] { width: 70%; }

	#footer-left p { font: 800 16px/19px 'proxima-nova', 'Helvetica', Arial, sans-serif; }

	#footer-copyright,
	#footer-contact { width: 45%; }

}

@media only screen and (max-width: 760px) {

	footer { border-bottom: none; }

	#footer-left {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #e7e7e7;
	}

	#footer-left .btn-book {
		float: none;
		text-align: center;
	}

	#footer-left img { margin: 0 auto 27px; }

	#footer-left p {
		margin: 20px 40px;
		font: 800 19px/22px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	}

	#footer-right {
		margin: 35px 0 0;
		border-left: none;
	}

	#footer-right form {
		margin: 0 0 75px;
		padding: 0 35px;
		border: none;
	}

	footer form label {
		text-align: center;
		display: block;
		margin: 0 0 22px;
		font: 700 25px/45px 'proxima-nova', 'Helvetica', Arial, sans-serif;
	}

	footer form input[type="text"] {
		margin-top: 20px;
		margin-right: 95px;
	}

	form#subscribe-newsletter {
		margin: 0;
		padding-bottom: 40px;
		border-bottom: 1px solid #e7e7e7;
	}

	form#subscribe-newsletter label {
		line-height: 29px;
		color: #7f7f7f;
	}

	#footer-facebook,
	#footer-twitter,
	#footer-youtube {
		border-right: none;
	}

	#footer-copyright,
	#footer-contact {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footer-copyright a { display: block; }
	#footer-contact span { white-space: nowrap; }
}

table td { vertical-align: middle !important; }
