/*
Theme Name: Henry Center
*/
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
img {
	border:none;	
}
ul {
	list-style: none;	
}
.clear {
	clear: both;	
}
body, input, textarea, select {
	font: 300 16px/24px "museo-sans", Helvetica, Arial, sans-serif;
	color: #383b3f;
}
body, #footer {
	background: url('images/background.gif') left top;
}
h1 {
	font-weight: 100;
	color: #3e9ab6;
	font-size: 32px;
	line-height: 36px;
}
h1 a, .subtitle a {
	color: #3e9ab6;
}
h1.subtitle, .subtitle {
	font-size: 28px;
	line-height: 33px;	
	color: #3e9ab6;
	font-weight: 100;
}

#calendar-current-filters .subtitle {
	font-size: 11px;
}
#calendar-current-filters .indicator {
	font-size: 12px !important;
}
h2 {
	font-weight: 500;
	color: #c0534d;
	font-size: 20px;    /* larger size, say 24px, better on Sapientia, but 20 better elsewhere; unique h2 for sapientia??? */
	line-height: 20px;  /* added by GHF on 4/23/14 from the original 30px */
        padding-top: 10px;  /* added by GHF on 4/23/14, corresponding to line height */
}
h2 a {
	color: #c0534d;	
}
h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
}
h3 a {
	color: #383b3f;
}
p, h1, h2, h3, blockquote {
	margin-bottom: 12px;	
}
a {
	text-decoration: none;	
	color: #3e9bb7;
}
.link-hover a {
	font-weight: 500;	
}
.link-hover a:hover {
	color: white;
	background: #3e9bb6;
}
.link-hover .gallery a:hover {
	padding: 0;	
	background: none;
	color: #3E9BB7;
}
.page-content {
	background: #ebe9e9;
	padding-bottom: 1px;
	padding-top: 1px;
}
.content-center {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.primary-content {
	width: 789px;
	background: white;
	padding-top: 1px;	
}
.column {
	float: left;	
}
.primary-content .indent {
	padding: 0 94px 0 86px;
	overflow: hidden;
}
.secondary-nav {
	border-top: solid 1px #c0c2c4;
	border-bottom: solid 1px #c8c8ca; 	
	background: url('images/secondary-nav.png') left top;
	padding: 20px 30px 2px 30px;
	margin-bottom: 20px;
}
.secondary-nav strong, .secondary-nav strong > a {
	color: #383b3f;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.secondary-nav > ul {
	margin-top: 10px;	
}
.secondary-nav li {
	margin-bottom: 12px;	
}
.secondary-nav a {
	font-size: 13px;
	color: #3d9ab6;
	line-height: 23px;
	padding-left: 9px;
	display: block;
	font-weight: 700;
}
.secondary-nav > ul > li > a:hover,
 .secondary-nav > ul .selected > a,  .secondary-nav > ul li a:hover {
	background: #3e9bb7;
	color: white;
}
.no-children ul {
	display: none;
}
.secondary-nav li ul {
	margin-top: 8px;	
}
.secondary-nav li li {
	padding-left: 23px;
}
.secondary-nav li li a {
	color: #606265;
}
.secondary-nav ul ul ul {
	display: none;	
}
.secondary-nav ul ul .selected ul {
	display: block;	
}
.links {
	border-bottom: solid 1px #cccccd;
	padding: 0 50px 20px 24px;
	margin-bottom: 20px;
}
.links > strong {
	display: block;
	color: #606265;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	padding-left: 25px;
}
.links ul {
	margin-top: 15px;
}
.links li {
	margin-bottom: 14px;	
}
.links-single li {
	margin-bottom: 0;
}
.links-single ul {
	margin-bottom: 14px;	
}
.links a {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}
.links a.more{
	padding-left: 25px;
}
.links-single a {
	font-size: 12px;
	line-height: 16px;
}
.links-media-resources a {
	color: #50a097;
}
.links-posts a {
	color: #3d9ab6;
}
.links .author a {
	font-size: 12px;
	line-height: 14px;
	color: #606265;
}
a.more, a.more-down {
	font-weight: 700;
	color: #adafb2;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 23px;
	line-height: 16px;
	display: inline-block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: right center;
}
a.more {
	background-image: url('images/arrow-right.png');
}
a.more-down {
	background-image: url('images/arrow-down.png');
}

#bg-main {
	position: fixed;
	background-repeat: no-repeat;
	height: 356px;
	z-index: 1;
	background-position: bottom center;
	left: 0;
	right: 0;
}
#bg-main a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;	
}
#top {
	position: relative;
	z-index: 2;	
	min-width: 1120px;
}
#header {
	min-height: 354px;
}
#header .content-center {
	padding-top: 1px;	
}
#header .content-center.small-header-text{
	padding-top: 0;
}
#header-bar-space {
	height: 132px;	
}
#header-bar {
	height: 132px;
	background: white;
}
#header-bar.floating, .adaptive #header-bar {
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	right: 0;	
	height: 51px;
	background: url('images/header-bar.png') repeat;
}
.floating #header-links {
	display: none;	
}
.floating #main-nav {
	top: 15px;
	right: 30px;
}
#header-text,
#header-text a {
	font-weight: 100;
	color: white;
	font-size: 62px;
	line-height: 66px;
	margin: 85px 0 0 25px;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
#header-text h1,#header-text h2,
#header-text h3,#header-text h4,
#header-text h5,#header-text h6{
	margin-top: 0;
	margin-bottom: 0;
}
#header-text.small-header-text,
#header-text.small-header-text a{
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	font: 300 45px/64px "garamond-premier-pro-display", serif !important;
	text-transform: uppercase;
}
#header-links {
	position: absolute;
	top: 10px;
	right: 0;	
}
#header-links .icon span {
	display: none;	
}
#header-links li {
	float: left;
	margin-left: 12px;
	height: 21px;
}
#header-links a {
	padding-left: 20px;
	display: block;
	height: 17px;
	background-repeat: no-repeat;	
	color: #adafb2;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
}
#header-links .search {
	background-image: url('images/search-light.png');
	background-position: 0 0;
	padding: 1px 5px 0 21px;	
}
#header-links .search:hover {
	background-image: url('images/search-34373b.png');
	color: #34373b;
}
#header-links .facebook {
	background-image: url('images/facebook-light.png');
	background-position: 0 1px;	
}
#header-links .facebook:hover {
	background-image: url('images/facebook-34373b.png');
}
#header-links .twitter {
	background-image: url('images/twitter-light.png');
	background-position: 0 1px;	
}
#header-links .twitter:hover {
	background-image: url('images/twitter-34373b.png');
}
#header-links .youtube {
	background-image: url('images/youtube-light.png');
	background-position: 0 1px;	
}
#header-links .youtube:hover {
	background-image: url('images/youtube-34373b.png');
}
#header-links .newsletter {
	background-image: url('images/newsletter-light.png');
	background-position: 0 1px;	
}
#header-links .newsletter:hover {
	background-image: url('images/newsletter-34373b.png');
}
#logo a {
	position: absolute;
	left: 29px;
	top: 21px;
	display: block;
	width: 236px;
	height: 92px;
	background: url('images/logo.png');
}
.floating #logo a, .adaptive #logo a {
	background: url('images/logo-small.png');
	width: 53px;
	height: 31px;
	top: 7px;
	left: 33px;
}
#logo a span {
	display: none;	
}
#main-nav {
	position: absolute;
	top: 72px;
	right: 0;
}
#main-nav li {
	float: left;
	margin-left: 20px;
	height: 60px;
}
#main-nav li span {
	color: #003d5e;
	font-size: 15px;
	font-weight: 700;
	padding-right: 15px;
	background: url('images/main-nav.png') no-repeat right -86px;
}
#main-nav li.no-dropdown span {
	background: none;	
}


#main-nav li:hover span,
 #main-nav li.selected span,
 #main-nav li.active span {
	color: #3e9bb7;
	background-position: right 9px;
}
#main-nav li:hover,
 #main-nav li.active {
	background: url('images/secondary-arrow.png') no-repeat center bottom;
} 
#main-nav li.no-dropdown:hover,
 #main-nav li.no-dropdown.active {
	background: none;
} 
.floating #main-nav li {
	height: 36px;	
}
.floating #main-nav li span {
	color: white;
	background-position: right -37px;
}
.floating #main-nav li:hover,
 .floating #main-nav li.active {
	background: url('images/secondary-arrow2.png') no-repeat center bottom;
} 
.floating #main-nav li.selected span,
.floating #main-nav li.active span,
.floating #main-nav li:hover span {
	color: #3f9bb7;
	background-position: right 9px;
}

.floating #main-nav li.no-dropdown:hover,
.floating #main-nav li.no-dropdown{
	background: none;
}

#page-navigation {
	clear: both;
	padding: 0 40px 0 84px;
	overflow-y: hidden;
	width: 665px;
}
#secondary-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 130px;
	background: #383b3f url('images/secondary-nav-bg.png') repeat left top;
	z-index: 2001;
	display: none;
}
.floating #secondary-nav {
	top: 51px;
}
#secondary-nav .sn-title {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: solid 1px #606265;
	line-height: 15px;
	padding: 0 0 9px 11px;
	margin-bottom: 5px;
}
#featured-pages {
	background: #25272b url('images/featured-pages.png') repeat left top;
	padding: 18px 12px 0 18px;
	width: 174px;
	float: left;
	min-height: 206px;
}
#featured-pages li {
	line-height: 16px;
	padding: 0 0 13px 11px;
}
#featured-pages a {
	font-weight: 500;
	font-size: 12px;
	color: #adafb2;
}
#secondary-nav .sn-block {
	float: left;	
	padding: 18px 0 0 75px;
	min-width: 785px;
}
#secondary-nav .sn-block ul {
	margin: 0 0 8px 3px;
	float: left;
	width: 240px;
	margin-right: 20px;
}
#secondary-nav .sn-block ul:first-child {
	margin-right: 0;	
}
#secondary-nav .sn-block ul ul {
	margin: 0 0 20px 11px;
	float: none;
	width:auto;
}
#secondary-nav .sn-block a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #adafb2;
	padding: 5px 8px;
}
#secondary-nav .sn-block a:hover {
	color: white;
	background: #25272b;
}
#secondary-nav .sn-block ul ul a {
	text-transform: none;
	font-weight: 500;
}
.breadcrumbs, .breadcrumbs a {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #adafb2;
	font-weight: 900;
}
.breadcrumbs span {
	margin: 0 5px;	
}
.top {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #adafb2;
	font-weight: 900;	
	padding-right: 25px;
	float: right;
	background: url('images/top.png') no-repeat right 0;
	display: block;
	height: 16px;
}
.page-top-space {
	padding-top: 36px;
}
#sidebar {
	float: left;
	width: 291px;
	line-height: 15px;	
}
.full-width {
	position: relative;
	left: -74px;
	margin-top: 12px;
}
.column .indent .full-width {
	width: 766px;
}
.intro {
	color: #c0534d;
	font-size: 28px;
	line-height: 32px;
	font-weight: 100;
	font-style: italic;
	padding-top: 18px; 
	margin-left: -58px;  
	margin-right: -58px;
}

.epigraph { /* added by BMPF on 3/17/16 */
	font-family: "garamond-premier-pro-display", serif;	
	font-size: 120%;
	text-align: right;
}

hr {
	border: none;
	border-top: dotted 1px #3e9bb6;
	position: relative;
	left: -57px;
	width: 732px;
	margin: 10px 0;
}
.related-ministries hr {
	border-top: solid 1px #CCCCCD;
	left: -10px;
	width: 245px;
	margin: 20px 0;
}
.primary-content table td {
	vertical-align: top;
}
table {
	border-collapse:collapse
}
table.two-col td {
	padding-bottom: 30px;	
}
table.two-col td:first-child {
	padding-right: 50px;
} 
.read-more {
	color: #3e9bb6;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	background: url('images/read-more.png') no-repeat left top;
	padding-left: 23px;
	height: 16px;
	display: block;
}
.read-more:hover {
	background: url('images/read-more.png') no-repeat left top !important;
	color: #3e9bb6 !important;
}

#footer {
	border-top: solid 1px #1a1b1d;	
}
#footer-right {
	float: right;	
}
#footer, #footer a {
	color: #9d9ca0;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
#footer a:hover {
	color: white;	
}
#footer-top {
	background: url('images/footer-top.gif') left top;
	padding-bottom: 30px;
}
#footer-top li {
	margin-bottom: 10px;
}
#footer-top .footer-section {
	float: left;
	margin-left: 50px;	
	max-width: 230px;
	padding-top: 45px;
}
#footer-top .col-1 {
	margin-left: 0;
	background: url('images/logo-footer.png') no-repeat 0px 18px;
	padding-top: 120px;
	max-width: inherit;
	line-height: 13px;
	margin-right: 24px;
}
#footer-top .col-1,
#footer-top .col-1 a {
	color: white;	
}
#footer-top .location {
	background: url('images/map-location.png') no-repeat right top;
	padding-right: 35px;
	line-height: 25px;
	display: inline-block;
}
#footer-top .location:hover {
	background-image: url('images/map-location-wht.png');
}
#footer-top .col-4 li a {
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	line-height: 21px;	
	padding-left: 26px;
}
#footer-top .facebook {
	background-position: left 2px;
	background-image: url('images/facebook.png');
}
#footer-top .facebook:hover {
	background-image: url('images/facebook-wht.png');	
}
#footer-top .twitter {
	background-position: left 3px;
	background-image: url('images/twitter.png');	
}
#footer-top .twitter:hover {
	background-image: url('images/twitter-wht.png');	
}
#footer-top .youtube {
	background-position: left top;
	background-image: url('images/youtube.png');	
}
#footer-top .youtube:hover {
	background-image: url('images/youtube-wht.png');	
}
#footer-top .newsletter {
	background-position: left 2px;
	background-image: url('images/newsletter.png');	
}
#footer-top .newsletter:hover {
	background-image: url('images/newsletter-wht.png');	
}
#footer-top .fs-title {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}
#footer-top span {
	margin: 0 5px;	
}
#footer-bottom {
	padding: 20px 0;
}
#footer-bottom, #footer-bottom a {
	color: #4a4c4f;
	font-size: 12px;
	text-decoration: none;	
	font-weight: 500;
}
#footer-bottom ul {
	display: inline;	
}
#footer-bottom li {
	display: inline;
	margin-right: 12px;	
}
#footer-bottom .design-by {
	font-style: italic;
	margin-top: 10px;	
}
.social-bar {
	position: relative;
	left: -86px;
	width: 716px;
	height: 32px;
	padding: 12px 0 0 86px;
	border-top: solid 1px #ebe9e9;	
}
#resource-detail .social-bar {
	width: 763px;
	left: -27px;
	padding-left: 27px;
}
#blog-post .social-bar {
	border-top: none;	
	width: auto;
	left: 0;
	padding-left: 60px;
}
.social-bar > div {
	float: left;	
	width: 98px;
}
.social-sharethis > a {
	display: block;
	width: 50px;
	height: 20px;
	background: url('images/share.gif') no-repeat left top;
}
.social-sharethis a:hover {
	background-position: left bottom;
}
#blog .primary-content{
	background: none;
}
.categories {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #dfa9a6;
	border-bottom: 1px solid #dfa9a6;
	
}
.categories a {
	color: #c0534d;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	min-height: 40px;
}
.blog-item {
	position: relative;
	padding: 57px 27px 0 27px;
	border-bottom: solid 1px #cccccd;
	background: #fff;
	margin-bottom: 12px;
}
.blog-item > h1,
.blog-item > h1 > a{
	font-weight: 100;
}
.blog-item .post-content-wrapper{
	padding-bottom: 24px;
	border-bottom: 1px solid #ebe9e9;
}
.blog-item .post-content-wrapper > img{
	vertical-align: top;
}
.blog-item .indent {
	display: inline-block;
	width: 570px;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.blog-item .indent .post-content{
	margin-top: 0;
}
.blog-item .indent .post-content p:last-child{
	margin-bottom: 0;
}
#blog-post .post-meta-top {
	margin-top: 24px;	
}
.post-meta-top {
	margin-bottom: 18px;	
}
.post-meta-top, .post-meta-top a {
	color: #adafb2;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
}
.post-meta-top span {
	margin: 0 3px;	
}
.post-meta-info{
	text-align: right;
}
.post-meta-info a.read-full-post {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 21px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0;
}
.read-full-post,
.read-full-post:hover {
	background: url('images/read-more.png') no-repeat left center !important;
	color: #3e9bb6 !important;
	padding: 0 0 0 21px !important;
}
.comment-count {
	background: url('images/comments.png') no-repeat left center;
	text-transform: uppercase;	
	padding-left: 23px;
	margin: 0 0 0 25px;
	display: inline-block;
}
.post-meta-info .comment-count a{
	color: #adafb2;
	font-size: 12px;
	line-height: 40px;
	font-weight: 700;	
}
.post-meta-bottom {
	border-top: dotted 1px #3e9bb6;
	padding: 15px 0 0 36px;
}
.post-meta-bottom, .post-meta-bottom a {
	color: #adafb2;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}
.post-meta-bottom > div {
	padding-left: 23px;
	margin-bottom: 14px;
}
.sapientia-contributors{
	padding-left: 37px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #cccccd;
}
.sapientia-contributors .featured{
	padding: 0 10px;
	margin-bottom: 20px;
}
.sapientia-contributors .featured h1{
	font: 300 18px/26px "museo-sans";
	color: #383b3f;
}
.sapientia-contributors .featured li{
	margin-bottom: 10px;
}
.sapientia-contributors .featured li a{
	display: block;
	font: 500 13px/31px "museo-sans";
	color: #606265;
	height: 31px;
}
.sapientia-contributors .featured li img{
	width: 31px;
	height: 31px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
.sapientia-sidebar-sections{
	padding-left: 47px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #cccccd;
}
.sapientia-sidebar-sections > h1{
	font: 300 18px/26px "museo-sans";
	color: #383b3f;
	margin-bottom: 10px;
}
.sapientia-sidebar-sections ul li,
.sapientia-sidebar-sections ul li a{
	font: 700 13px/16px "museo-sans";
	color: #3e9bb7;
	margin-bottom: 5px;
}
.popular-on-sapientia{
	padding-left: 47px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	width: 213px;
}
.popular-on-sapientia.stick-to-top, .links-picture-posts.stick-to-top {
	position: fixed;
	top: 70px;
	/*width: 244px;*/
}
.popular-on-sapientia > h1{
	font: 300 18px/26px "museo-sans";
	color: #383b3f;
}
.popular-on-sapientia .featured-popular{
	margin-bottom: 10px;
	border-bottom: 1px solid #adafb2;
}
.popular-on-sapientia .featured-popular img{
	margin-bottom: 5px;
}
.popular-on-sapientia .featured-popular h1{
	font: 700 13px/16px "museo-sans";
	color: #606265;
	margin-bottom: 10px;
}
.popular-on-sapientia .featured-popular a:hover{
	color: #606265 !important;
}
.popular-on-sapientia ul li,
.popular-on-sapientia ul li a{
	font: 700 13px/16px "museo-sans";
	color: #3e9bb7;
	margin-bottom: 10px;
}
.tags {
	background: url('images/tags.png') no-repeat left top;	
}

.older-posts {
	float: left;	
	background: url('images/arrow-left.png') no-repeat left 25px;
	margin-left: -20px;
}
.newer-posts {
	float: right;	
	background: url('images/arrow-right.png') no-repeat right 25px;
	margin-right: 27px;
}
.older-posts, .newer-posts {
	display: block;
	font-weight: 700;
	color: #adafb2;
	padding: 25px 24px 20px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	max-width: 185px;
}
#archive-ajax-pagination{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#archive-ajax-pagination span{
	display: inline-block;
	font: 700 12px/26px "museo-sans";
	color: #adafb2;
	text-transform: uppercase;
	padding-left: 25px;
	cursor: pointer;
	background: url('images/arrow-down.png') no-repeat left center;
}
#blog #sidebar, #blog-post #sidebar {
	padding-top: 19px;	
}
#search, #subscribe, .sidebar-newsletter-signup {
	padding: 0 0 19px 24px;
	border-bottom: solid 1px #cccccd;
	margin-bottom: 19px;
}
#search input, input.search {
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	height: 17px;
	display: block;
	color: #606265;
	background: transparent url('images/search.png') no-repeat left 1px;
	border: none;
	margin: 0;
	padding: 0 0 0 23px;
	width: 177px;
}
#search input::-webkit-input-placeholder,
 input.search::-webkit-input-placeholder { /* WebKit browsers */
    color: #606265;
}
#search input::-moz-placeholder,
 input.search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #606265;
}
#search input:-ms-input-placeholder,
 input.search:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #606265;
}
#subscribe  a,
.sidebar-newsletter-signup a {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	display: block;
	padding-left: 23px;
	background-position: left 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #c0534d;
	background-image: url('images/rss.png');
}
.sidebar-newsletter-signup a{
	background-image: url('images/email-red.png');
	background-position: left 4px;
}
#archives {
	padding: 0 0 19px 24px;
	margin-bottom: 19px;
	border-bottom: solid 1px #CCCCCD;	
}
#archives .customselect .csbox {
	font-size: 18px;
	color: #606265;
	font-weight: 300;
	text-transform: none;
}

.gallery, .gallery ul {
	position: relative;
	width: 789px;
	height: 417px;	
}
.gallery li {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	background: none !important;
}
.blog-item .gallery,
.primary-content .indent .gallery {
	left: -86px;	
	margin-bottom: 12px;
}
.gallery ul {
	width: 789px;
	height: 417px;
	overflow: hidden;
	z-index: 5;	
}
.gallery .gallery-caption, .gallery .gallery-left, .gallery .gallery-right, .gallery .gallery-navigation {
	position: absolute;
	z-index: 10;	
}
.gallery .gallery-caption {
	color: #adafb2;
	font-size: 13px;
	line-height: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(56,59,63,0.9);
	padding: 12px 27px;
	font-weight: 500;
}
.gallery .gallery-caption a {
	color: #f4b400;	
}
.gallery .gallery-left, .gallery .gallery-right {
	top: 178px;
	width: 28px;
	height: 53px;
	cursor: pointer;
}
.gallery .gallery-left {
	background: url('images/gallery-left.png') no-repeat;
	left: 27px;
}
.gallery .gallery-right {
	background: url('images/gallery-right.png') no-repeat;
	right: 27px;
}
.gallery .gallery-navigation {
	right: 28px;
	bottom: 43px;
}
#ministry-landing .gallery .gallery-navigation {
	display: none;	
}
.gallery .gallery-navigation a {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url('images/gallery-btn.png') no-repeat center center;
	margin-left: 6px;
}
.gallery .gallery-navigation a:hover,
.gallery .gallery-navigation a.active { 
	background-image: url('images/gallery-btn-active.png');
	padding: 0;
}
.share {
	float: right;
}
#ministry .share {
	float: none;
	padding-left: 30px;	
}
.share a:hover {
	padding: 0;	
}
.share > div {
	color: #adafb2;
	font-size: 13px;	
	line-height: 16px;	
	display: inline-block;	
	vertical-align: middle;
	margin-right: 8px;
}
.share-facebook a, .share-facebook a:hover {
	width: 16px;
	height: 16px;
	display: block;
	background: url('images/share-facebook.png') !important;
}
.share-twitter a, .share-twitter a:hover {
	width: 18px;
	height: 14px;
	display: block;
	background: url('images/share-twitter.png') !important;
}
.share-email a, .share-email a:hover,
.share-email a span, .share-email a:hover span {
	width: 17px;
	height: 13px;
	display: block;
	background: url('images/share-email-resource.png') !important;
}
#resource-header .share-email a, #resource-header .share-email a:hover {
	background: url('images/share-email-resource.png') !important;	
}
.share-email a span {
	display: none;	
}
.post-author-detail {
	clear: both;
	border-top: dotted 1px #3e9bb6;
	padding: 22px 0 16px 60px;
	color: #606265;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}
.post-author-detail strong {
	font-weight: 600;
}
.post-author-detail .post-author-detail-image {
	float: left;
	width: 85px;
}
.post-author-detail .post-author-detail-image  img {
	max-width: 90%;
	height: auto;	
}
.post-author-detail-content {
	float: left;
	width: 520px;
}
.post-author-link {
	margin-top: 20px;	
}
.post-author-link,
.post-author-link a {
	text-transform: uppercase;
	font-size: 11px;
	color: #adafb2;		
}
#browse-resources {
 	padding: 0 0 12px 23px;
}
#browse-resources a, #browse-resources a:hover {
	color: #c0534d;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;	
	background: url('images/arrow-right-orange.png') no-repeat left center;
	padding-left: 24px;
	display: block;
	height: 18px;
	line-height: 18px;
}
#resource-detail .indent {
	padding: 20px 86px 1px 29px;
}
#resource-detail .at-below-post{
	display: none !important;
}
.orange-title {
	color: #c0534d;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
h1.resource-title {
	color: #50a097;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
h1.resource-title a {
	color: #50a097;	
}
.primary-content ul li {
	padding-left: 32px;
	background: url('images/li.png') no-repeat 17px 8px;
	margin-bottom: 12px;
}
.primary-content ol li {
	margin: 0 0 12px 36px;
}
blockquote {
	margin-left: 30px;
}
.post-content {
	margin-top: 12px;
}
.blog-item .intro {
	color: #383b3f;
	font-size: 22px;
	line-height: 28px;
	font-style: normal;
	margin-bottom: 12px;
        padding-top: 10px; /* added by CJD, 10-16-14 */
}

.callout {
	color: #3e9bb6;
	font-size: 28px;  /* changed by GHF on 4/10/15 from the original 32px */
	line-height: 36px;  /* changed by GHF on 4/10/15 from the original 42px */
	font-style: italic;
	font-weight: 300; /* changed by GHF on 11/29/14 from the original 100 */
	width: 239px;
	float: left;
	margin-right: -37px;
	position: relative;
	left: -58px;  /* changed by GHF on 2/10/14, left margin being slightly cut off; changed from -61px to -58px */
	padding-top: 10px; 
	padding-bottom: 10px;
}

.callout-right {  /* added by GHF on 11/10/15  */
	color: #3e9bb6;
	font-size: 28px;
	line-height: 36px;
	font-style: italic;
	font-weight: 300;
	width: 239px;
	float: right;
	position: relative;
	right: -58px;  
	padding-top: 10px; 
	padding-bottom: 10px;
}

.customselect {
	display: inline-block;
	position: relative;	
	margin-right: 25px;
}
.customselect .csbox {
	font-weight: 700;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	height: 32px;
	background: url('images/arrow-down-dark.png') no-repeat 12px 8px;
	padding: 0 25px 0 39px;
	max-width: 128px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}	
.customselect .csbox.focused {
	background-color: white;
}
.customselect .cslist {
	position: absolute;
	display: none;	
	background: white;
	z-index: 20;
	padding: 10px 0;
	overflow-y:scroll;
	max-height:240px; 
	min-width: 100%;
}
.cslist li {
	padding: 0 20px;
	white-space: nowrap;
	height: 19px;
	line-height: 19px;
	color: #606265;
	font-size: 12px;
	cursor: pointer;	
}
.is_multiple .cslist li {
	padding-left: 39px;
	background: url('images/list-items.png') no-repeat 17px -33px;
}
.is_multiple .cslist li.disabled {
	cursor: default;
	color: #adafb2;
	background-position: 17px 3px;
}
.is_multiple .cslist li.selected {
	background-position: 17px -15px;
}
.search-results {
	background: #d9d7d7;
}
.search-results .sr-title {
	width: 920px;	
	padding: 14px 0 14px 30px;
	font-weight: 300;
	color: #606265;
	font-size: 18px;
	line-height: 20px;
}
.search-results .sr-title em {
	font-weight: 700;
}
.search-results .search-reset {
	float: right;
	margin: 8px 30px 0 0;	
}
.search-results .search-reset a {
	font-size: 12px;
	line-height: 14px;
	padding-left: 15px;
	color: #919499;
	font-weight: 500;	
	text-transform: uppercase;
	background: url('images/link-reset.png') no-repeat left center;
}

#ministry .gallery {
	margin-bottom: 20px;	
}
.page-selector {
	margin-bottom: 20px;
}
.page-selector .customselect {
	margin-right: 0;
	width: 231px;
}
.page-selector .customselect .csbox {
	border: solid 1px #cccccd;
	color: #5d6265;
	padding-left: 11px;
	padding-right: 50px;
	display: block;
	max-width: 1000px;
	background: url('images/dropdown.png') no-repeat center right;
}
.alignright {
	float: right;
	position: relative;
	right: -60px;
	margin-left: -40px;
}
.alignleft {
	float: left;
	position: relative;
	left: -60px;
	margin-right: -40px;
}
.wp-caption img {
	width: 100%;	
}
.wp-caption {
	background: #adafb2;
	color: white;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
	padding: 10px;
	margin-bottom: 0;
}
.rss {
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #adafb2;
	background: url('images/rss-gray.png') no-repeat right center;
	line-height: 18px;
	height: 18px;
	padding-right: 20px;
}
.browse-media {
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #50a097;
	background: url('images/arrow-right-resource.png') no-repeat right center;
	line-height: 18px;
	height: 18px;
	padding-right: 20px;
}
.sn-block li ul {
	display: none;	
}
.block-12896 li ul {
	display: block;	
}
.column .primary-content h1:first-child,
.column .primary-content h2:first-child
.column .primary-content p:first-child {
	margin-top: 12px;	
}
.hangingindent {
    padding-left: 18px ;
    text-indent: -18px ;
}

#search-form,
#newsletter-form {
	position: absolute;
	display: none;
	top: 20px;
	right: 134px;
	z-index: 50;
	background: url('images/search-form.png');
	width: 270px;
	height: 56px;
}
#search-form input,
#newsletter-form input {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #3e9bb6;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	padding: 0 28px 0 10px;
	width: 214px;
	background: transparent url('images/search-arrow.png') no-repeat right center;
	border: none;
}
#newsletter-form input::-webkit-input-placeholder { color: #3e9bb6 }
#newsletter-form input::-moz-placeholder { color: #3e9bb6 } /* firefox 19+ */
#newsletter-form input:-ms-input-placeholder { color: #3e9bb6 } /* ie */
#newsletter-form input:-moz-placeholder { color: #3e9bb6 }

#newsletter-form {
	right: 	-8px;
}
.floating #search-form,
.floating #newsletter-form {
	top: -100px;	
}
#events h3 {
	font-size: 12px;
	line-height: 14px;	
}
.calendar-detail #header {
	min-height: 0;	
}
.calendar-detail #header > .content-center {
	display: none;	
}
#page #event-info {
	float: right;	
}
#page #event-content {
	float: none;
	width: auto;
	margin-right: 360px;	
}




    a.learn_more, span.learn_more a {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
	text-indent: 0px; /* GHF added 10/31/14; otherwise learn_more conflicts with hangingindent */
        text-transform: uppercase;
        background: url('images/learn-more.png') no-repeat left center;
        line-height: 24px;
        height: 24px;
        padding-left: 20px;
    }
    a.learn_more:hover, span.learn_more a:hover {
    	background: transparent url('images/learn-more.png') no-repeat left center !important;
    	color: #3e9bb7 !important;
    }
    #ministry-landing #top-section #side-text h3 {
	    color: #c0534d;
	    font-size: 20px;
	    line-height: 30px;
	    font-weight: 100;
	}
	
    #ministry-landing #top-section #side-text h3 a {
    	 color: #c0534d;
    }
	#ministry-landing #top-section #side-text p {
	    font-size: 16px;
	    line-height: 24px;
	}
	#ministry-landing #top-section #side-text {
	    width: 245px;
	    position: absolute;
	    bottom: 6px;
	    left: 808px;
	}
	#ministry-landing #top-section {
	    padding: 15px 0 15px 0;
	    background: url("images/home-top.png") repeat;
	    border-bottom: #D5D5D5 1px solid;
	}
	#ministry-landing #mid-section #column_1 h3, #ministry-landing #mid-section #column_2 h3, #ministry-landing #mid-section #column_3 h3 {
    color: #C05349;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
}
#ministry-landing #mid-section #column_1 h3 a, #ministry-landing #mid-section #column_2 h3 a, #ministry-landing #mid-section #column_3 h3 a {
	color: #C05349;
}
#ministry-landing #mid-section #column_1, #ministry-landing #mid-section #column_2, #ministry-landing #mid-section #column_3 {
    width: 325px;
    float: left;
    padding-right: 25px;
}
#ministry-landing #mid-section {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom:40px;
    background: url("images/gray-line.png") repeat-x bottom center;
}
#ministry-landing #top-section, #ministry-landing #mid-section {
    padding-left: 30px;
}
#ministry-landing #bottom-texture {
	background:url("images/home-top.png") repeat;
	height:30px;
}
#ministry-landing #mid-section #column_1 img, #ministry-landing #mid-section #column_2 img, #ministry-landing #mid-section #column_3 img {
	width:325px;
	height:200px;
}
.top-ministry-landing #header-text {
	font-size: 48px;
	line-height: 52px;	
}
#home-feed-top a:hover {
	text-decoration: underline;	
}
#sidebar a:hover {
	text-decoration: underline;	
}

#ministry-landing .gallery .gallery-caption {
	left: 12px;
	bottom: 12px;
	right: 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #F4B400;
	padding: 10px 75px 10px 15px;
	background: rgba(0,0,0,0.8);	
}
#ministry-landing .gallery .gallery-caption h1 a,
#ministry-landing .gallery .gallery-caption h1,
#ministry-landing .gallery .gallery-caption a h1 {
	color: white;	
}
}
#ministry-landing .gallery .gallery-navigation {
	display: none; 	
}

.creative-commons {
	width: 96px;
	height: 23px;
	background: url('images/creative-commons.png');
	position: absolute;
	right: 54px;
	bottom: 0px;
	opacity: 0.4;
}
.aligncenter {
	margin: 0 auto;
	display: block;	
}
#event-content .alignright {
	right: 0;
	margin-left: 20px;	
}
#scroller {
	position: relative !important;
	width: auto !important;	
}

/* new blog single styles */
#blog-post .blog-item .post-content.indent{
	padding-left: 86px;
	padding-right: 94px;
}
#blog-post.page-top-space{
	padding-top: 25px;
}
#blog-post .blog-post-top-area{
	position: relative;
}
#blog-post .blog-post-top-area .categories{
	position: absolute;
	top: 0;
	left: 0;
	border-color: #958e88;
}
#blog-post .blog-post-top-area .categories a{
	color: #fff;
}
#blog-post .blog-post-top-area .featured-image{
	position: relative;
	min-height: 215px;
}
#blog-post .blog-post-top-area .featured-image .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0px -120px 99px -50px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px -120px 99px -50px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -120px 99px -50px rgba(0,0,0,0.75);
}
#blog-post .blog-post-top-area .featured-image img{
	width: 100%;
	height: auto;
	display: block;
}
#blog-post .blog-post-top-area .title-content{
	position: absolute;
	bottom: 25px;
	left: 30px;
}
#blog-post .blog-post-top-area h1{
	color: inherit;
	font: 700 32px/36px "museo-sans";
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}
#blog-post .blog-post-top-area h1.subtitle{
	font: 500 28px/32px "museo-sans";
	color: #fff;
	margin-bottom: 7px;
}
#blog-post .blog-post-top-area .post-meta-top,
#blog-post .blog-post-top-area .post-meta-top a,
#blog-post .blog-post-top-area .post-meta-top span{
	margin: 0;
	font: 500 14px/18px "museo-sans";
	color: #fff;
}
#blog-post .blog-post-top-area .new-share-single{
	position: absolute;
	bottom: -40px;
	right: 0;
}
#blog-post .blog-post-top-area .new-share-single a{
	display: block;
	height: 40px;
	width: 52px;
	padding-left: 38px;
	background: #c0534d url('images/share-arrow.png') no-repeat 10px 11px;
	font: 900 13px/40px "museo-sans";
	color: #fff;
}
div.at-below-post{
    padding-bottom: 20px;
    padding-top: 5px;
}
a.at-share-btn.at-svc-compact{
    background: #c0534d !important;
}
#blog-post .blog-post-content{

}
#blog-post .blog-post-content .post-content.indent{
	margin-top: 17px;
	width: 609px;
}
#blog-post .blog-post-content .post-content.indent p.intro{
	width: 575px; 
	margin-left: 0;
	margin-right: 0;
	font: 300 22px/28px "museo-sans";
	color: #383b3f;
}
#blog-post .blog-post-content .post-content.indent h2{
	line-height: 30px;
}
#blog-post .blog-post-content .post-content.indent p.callout{
	margin-bottom: 0;
}
#blog-post .blog-post-content .at-below-post.addthis-toolbox{
	padding: 10px 0 25px 86px;
	margin-left: -86px;
	margin-right: -94px;
}
#blog-post .blog-post-content .at-below-post.addthis-toolbox:before{
	content: "Share";
	font: 700 12px/26px "museo-sans";
	text-transform: uppercase;
	color: #adafb2;
	display: inline-block;
	margin-right: 10px;
}
#blog-post .blog-post-content .at-below-post.addthis-toolbox .at-resp-share-element{
	display: inline-block !important;
	vertical-align: middle;
}
.at-below-post.addthis-toolbox .at-svc-compact{
	background: #cd605a !important;
}
#blog-post .blog-post-content .post-author-detail,
#blog-post .blog-post-content .post-meta-bottom,
#blog-post .blog-post-content #disqus_thread{
	margin-left: 30px;
	margin-right: 30px;
}
#blog-post .blog-post-content .post-author-detail .post-author-link span{
	font-weight: 700;
}
#blog-post .blog-post-content .post-author-detail a.author-twitter{
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url('images/twitter-bird-grey.png') no-repeat center center;
	margin: 0 3px -3px 3px;
}
#blog-post .blog-post-content .post-author-detail a.author-fb{
	display: inline-block;
	height: 16px;
	width: 8px;
	background: url('images/facebook-letter-grey.png') no-repeat center center;
	margin: 0 3px -2px 3px;
}
#blog-post .blog-post-content .post-author-detail a.author-academia{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/academia-a-lgrey-31.png') no-repeat center center;
	background-size: cover;
	margin: 0 3px -2px 3px;
}
#blog-post .blog-post-content .post-author-detail .post-author-detail-image img{
	border-radius: 50%;
}
#blog-post .blog-post-content .post-meta-bottom #disqus-add-comment{
	margin-left: 13px;
}
#blog-post .blog-post-content .post-meta-bottom .comment-count{
	margin-left: 0;
}
.blog-archive #home-feed-bottom,
#blog-post #home-feed-bottom{
	border-top: 1px solid #cccccd;
	margin-left: -35px;
}
.blog-archive #home-feed-bottom h2,
#blog-post #home-feed-bottom h2{
	display: inline-block;
	margin-right: 10px;
}
.links.links-picture-posts{
	padding-right: 15px;
}
.links.links-picture-posts strong a{
	font: inherit;
	color: inherit;
}
.links.links-picture-posts .thumb{
	float: left;
	margin-right: 15px;
}
.links.links-picture-posts .thumb img{
	width: 75px;
	height: auto;
}
.links.links-picture-posts .text{
	float: left;
	width: 140px;
}
.image-copyright {
	position: absolute;
	bottom: 0;
	font-size: 10px;
	line-height: 10px;
	padding: 10px;
}
.image-copyright a:hover {
	background: none;
}
.image-copyright-align-left {
	left: 0;	
}
.image-copyright-align-right {
	right: 0;	
}
.image-copyright-color-white, .image-copyright-color-white a {
	color: white;	
}
.image-copyright-color-black, .image-copyright-color-black a {
	color: black;	
}
.home-view-all {
	display: inline-block;
	font: 700 12px/24px "museo-sans";
	color: #adafb2;
	text-transform: uppercase;
	padding-right: 25px;
	background: url('images/arrow-right.png') no-repeat right center;	
}
.anno{
	margin-left: 3px;  /* changed from 5px by GHF on 10/13/15 */
	display: inline-block;
        font-size: 12px; /* added by GHF on 10/13/15 */
	background: #adafb2;   /* changed from #c0534d by GHF on 9/26/16 */
	color: #fff;
	border-radius: 50%;
	height: 18px;   /* changed from 20px by GHF on 10/13/15 */
	width: 18px;  /* changed from 20px by GHF on 10/13/15 */
	text-align: center;
	line-height: 18px;  /* changed from 20px by GHF on 10/13/15 */
	cursor: pointer;
	outline: none !important;
}
.post-annotation{
    display: none;
    position: absolute;
    padding: 20px;
    background: #fff;
    border: 1px solid #cccccd;
    max-width: 300px;
    z-index: 300;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3)
}
.post-annotation .at-above-post,
 .post-annotation .at-below-post,
 .post-annotation .addthis_toolbox {
	display: none !important; 	
}
#sidebar > div:last-child {
	border-bottom: none;	
}
#resource-detail .primary-content {
	margin-bottom: 20px;	
}
.sn-block ul ul ul {
	display: none;	
}
.adaptive .callout {
    left: 0;
    margin-right: 0px;  
    float: none;
    width: auto;
    border-top: dotted 1px #3e9bb6;  /* changed from solid to dotted by GHF on 3/30/16 */
    border-bottom: dotted 1px #3e9bb6;   /* changed from solid to dotted by GHF on 3/30/16 */
    display: block;
    font-size: 48px;  /* changed from 37px to 48px by GHF on 3/31/16 */
    line-height: 60px;  /* changed from 53px to 60px by GHF on 3/31/16 */
    margin-left: 0px;  /* changed from -40px to -45px by GHF on 3/31/16 */
    margin-right: 0px;  /* changed from -40px to -45px by GHF on 3/31/16 */
    padding: 0 40px;
}
img.grey-border, img.gray-border {
	border-left: solid 4px #ebe9e9;
	border-right: solid 4px #ebe9e9;
	border-top: solid 5px #ebe9e9;
	border-bottom: solid 5px #ebe9e9;
	outline: solid 1px #dddbdb;
}
.btn-collapsable {
	cursor: pointer;
}
p.btn-collapsable {
	font-size: 22px;
	line-height: 37px;
	font-weight: 300; /* changed from 500 by GHF on 10/6/16 */
}
.btn-collapsable:before {
	font-size: 22px;
	font-family: FontAwesome;
	content: '\f107';
	margin-right: 0.6em;
	transition: all 0.5s;
	display: inline-block;
	color: #383b3f;
	font-weight: 300;
}
.btn-collapsable.open:before {
	transform: rotate(180deg); 
}
.mobile p.btn-collapsable {
	font-size: 28px;	
}
.mobile .btn-collapsable:before {
	font-size: 28px;
}
.collapsable-area {
	display: none;
}
.intro2 {
	margin-left: 0;
	margin-right: 0;
	color: inherit;
	font-style: normal;
	padding-top: 0;
	font-weight: 300;  /* changed from 400 by GHF on 10/6/16 */
	font-size: 22px;
	line-height: 32px; /* changed from 37px by GHF on 10/6/16 */	
}
.mobile .intro2 {
	font-size: 28px;		
}