/*
	Theme Name: ELCR 2026
	Theme URI: http://www.elcr.org
	Description: ELCR WordPress Theme 2026 Refresh
	Version: 1
	Author: The Digital Design Company
	Author URI: http://www.thedigitaldesigncompany.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-size: 14px;
	font-family: "Calluna", Serif;
	color:#000;
	text-align: center;
}
	body.fixed {
		overflow-x: hidden;
	}
.clear {
	clear:both;
	display:block;
	content: " ";
	visibility: hidden;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
hr {
	border: 1px solid #EDEDED;
	height: 1px;
}
a {
	color: #C71800;
	text-decoration:none;
}
a:hover {
	color: #C71800;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro";
	font-weight: normal;
	color: #333;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#everything {
	position: relative;
	z-index: 10;
	background: #FFF;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	-o-transition: left .2s ease-in-out;
	-ms-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}
	#everything.expanded {
		position: fixed;
		left: 253px;
		-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		-o-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		-ms-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		box-shadow: 0px 0px 6px rgba(0,0,0,.5);
	}
#mobile-nav {
	display: none;
	position: absolute;
	width: 253px;
	height: 100%;
	z-index: 1;
	text-align: left;
}
	#mobile-nav ul {
	}
		#mobile-nav ul li {
			width: 100%;
			border-bottom: 1px dashed #CCC;
			padding: 9px 10px 7px 10px;
		}
			#mobile-nav ul li a {
				width: 100%;
				height:	100%;
				display: block;
			}
		#mobile-nav ul li:hover > ul {
			display: block;
		}
		#mobile-nav ul ul {
			display: none;
			padding-left: 15px;
			list-style-type: none;
		}
			#mobile-nav ul ul li {
				border: none;
				padding: 6px 10px 5px 10px;
			}

.wrapper {
	max-width:1024px;
	width:98%;
	margin:0 auto;
	position:relative;
}

#nav-wrapper {
	width: 100%;
	height: 41px;
	background: url(img/nav.jpg) top left repeat-x;
	background-size: 587px 41px;
	text-align: center;
}

nav {
	position: relative;
	margin: auto;
	max-width: 1024px;
	width: 96%;
	height: 41px;
	text-align: left;
}
	nav #mobile-menu-button {
		display: none;
		float: left;
		background: url(img/Menu@2x.png) center center no-repeat;
		width: 50px;
		height: 27px;
		margin-top: 7px;
		-webkit-background-size: 20px 15px;
		-moz-background-size: 20px 15px;
		-o-background-size: 20px 15px;
		-ms-background-size: 20px 15px;
		background-size: 20px 15px;
		box-shadow: 0px -2px 2px rgba(0,0,0,.35), 
		0px 2px 2px rgba(255,255,255,.35), 
		inset 0px 2px 2px rgba(255,255,255,.25), 
		inset 0px -2px 2px rgba(0,0,0,.25);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}
		nav #elcr-text {
			display: none;
			color: #FFF;
			text-shadow: 0px -1px -1px #000;
			font-size: 26px;
			margin-left: 5%;
			line-height: 41px;
		}
	nav ul {
		position: absolute;
		padding: 0;
		float: left;
	}
		nav ul li {
			display: inline-block;
			padding-left: 15px;
			padding-right: 15px;
			height: 41px;
			line-height: 41px;
			text-align: center;
			font-size: 15px;
			font-weight: bold;
			-webkit-text-shadow: 0px -1px 0px rgba(0,0,0,.4);
			-moz-text-shadow: 0px -1px 0px rgba(0,0,0,.4);
			-o-text-shadow: 0px -1px 0px rgba(0,0,0,.4);
			-ms-text-shadow: 0px -1px 0px rgba(0,0,0,.4);
			text-shadow: 0px -1px 0px rgba(0,0,0,.4);
		}
			nav li.home {
				background: url(img/logo-small.png) center left no-repeat;
				background-size: 13px 23px;
				background-position: 4px;
			}
			nav li.home:hover {
				background: url(img/logo-small.png) center left no-repeat rgba(0,0,0,.45);
				background-size: 13px 23px;
				background-position: 4px;
			}
			nav ul li a {
				display: block;
				width: 100%;
				height: 100%;
				color: #FFF;
			}
				nav ul li a:hover {
					color: #FFF;
				}
				nav ul li:hover {
					background: rgba(0,0,0,.45);
				}
				nav ul li:hover > ul {
					display: block;
				}
				nav ul ul {
					display: none;
					position: absolute;
					background: #FFF;
					box-shadow: 0px 2px 4px rgba(0,0,0,.35);
					margin-left: -15px;
					border-bottom: 4px solid #C71800;
					z-index: 100;
					line-height: 34px;
				}
					nav ul ul li {
						display: block;
						text-align: left;
						/* -webkit-transition: background .2s ease-in-out;
						-moz-transition: background .2s ease-in-out;
						-o-transition: background .2s ease-in-out;
						-ms-transition: background .2s ease-in-out;
						transition: background .2s ease-in-out; */
						-webkit-text-shadow: none;
						-moz-text-shadow: none;
						-o-text-shadow: none;
						-ms-text-shadow: none;
						text-shadow: none;
					}
					nav ul ul li a {
						color: #C71800;
						font-size: 14px;
						height: 34px;
						border-bottom: 1px dashed #DDD;
					}
						nav ul ul li:hover{
							background: #F0F0F0;
						}
						nav ul ul li a:hover {
							color: #C71800;
						}
						nav ul ul ul {
							position: absolute;
							left: 100%;
							margin-top: -34px;
							margin-left: 0;
							width: 100%;
						}
				nav .facebook, nav .twitter, nav .youtube {
					padding-left: 26px;
					background: url(img/social-nav@2x.png) 4px 10px no-repeat;
					background-size: 16px 220px;
				}
				nav .facebook {
					background-position: 4px -30px;
				}
					nav .facebook:hover {
						background: url(img/social-nav@2x.png) no-repeat;
						background-size: 16px 220px;
						background-position: 4px 10px;
					}
				nav .twitter {
					background-position: 4px -110px;
				}
					nav .twitter:hover {
						background: url(img/social-nav@2x.png) no-repeat;
						background-size: 16px 220px;
						background-position: 4px -70px;
					}
				nav .youtube {
					background-position: 4px -190px;
				}
					nav .youtube:hover {
						background: url(img/social-nav@2x.png) no-repeat;
						background-size: 16px 220px;
						background-position: 4px -150px;
					}
				
	nav .search {
		position: relative;
		float: right;
		height: 26px;
		margin-top: 7px;
		width: 16.40625%;
	}
		nav .search .search-input {
			height: 26px;
			width: 100%;
			border-radius: 14px;
			border: none;
			border-bottom: 1px solid rgba(255,255,255,.6);
			background: rgba(0,0,0,.5);
			color: #FFF;
			font-size: 12px;
			padding-left: 10px;
			padding-right: 30px;
			padding-top: 1px;
			font-family: "Calluna", Serif;
		}
			nav .search .search-input::-webkit-input-placeholder {
				color: #FFF;
			}
			nav .search .search-input:-moz-placeholder {
				color: #FFF;
			}
			nav .search .search-input::-moz-placeholder {
				color: #FFF;
			}
			nav .search .search-input:-ms-input-placeholder {
   				color: #FFF;
			}
		nav .search .search-submit {
			position: absolute;
			line-height: 28px;
			background: none;
			border: 0;
			right: 7px;
			top: 0;
			width: 26px;
			height: 26px;
		}
			nav .search .search-submit img {
				vertical-align: inherit;
			}

header {
	text-align: left;
	height: 190px;
	padding-top: 10px;
	width: 100%;
}
	header .logo {
		width: 96px;
		height: 177px;
		float: left;
		margin-right: 40px;
	}
		header .logo img {
			width: 100%;
		}
	header h1, header h2 {
		font-weight: normal;
	}
	header h1 {
		font-size: 39px;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	header h2 {
		font-size: 28px;
		margin-top: 6px;
	}

p#breadcrumbs {
	font-family: "Helvetica Neue", Helvetica, Sans Serif;
	font-size: 12px;
	text-align: left;
}

footer {
	width: 100%;
	background: #F6F2D6;
	border-top: 4px solid #CFBE84;
	clear: both;
}
	footer:after {
		content: " ";
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}

#footer-content {
	margin: auto;
	width: 98%;
	max-width: 1024px;
}
	#footer-content .footer-widget {
		float: left;
		display: block;
		width: 22%;
		margin-right: 4%;
		text-align: left;
	}
		#footer-content .footer-widget h3 {
			color: #333;
			font-size: 24px;
			margin-bottom: 0;
			line-height: 20px;
		}
		#footer-content div:nth-child(4) {
			margin-right: 0;
		}

#social {
	width: 128px;
	height: 32px;
	margin-top: 17px;
}
	#social:after {
		content: " ";
		visibility: hidden;
		display: block;
		clear: both;
	}
	#social a {
		width: 32px;
		height: 32px;
		float: left;
		display: block;
		overflow: hidden;
		background: url(img/Social@2x.png) 0 0 no-repeat;
		background-size: 128px 64px;
		-webkit-transition: background-position .3s ease-in-out;
	}
			#social a.facebook:hover {
				background-position: 0 -32px;
			}
		#social a.twitter {
			background-position: -32px 0;
		}
			#social a.twitter:hover {
				background-position: -32px -32px;
			}
		#social a.youtube {
			background-position: -64px 0;
		}
			#social a.youtube:hover {
				background-position: -64px -32px;
			}
		#social a.email {
			background-position: -96px 0;
		}
			#social a.email:hover {
				background-position: -96px -32px;
			}

	footer .copyright {
		clear: both;
		float: left;
		margin: 4px 0;
		font-size: 11px;
	}
	
	.wf-active .timely, .wf-inactive .timely {
		margin-top: 8px !important;
	}
	
	footer .ai1ec-agenda-widget-view .ai1ec-date {
		background: none !important;
		border: none !important;
	}
	
	footer .ai1ec-agenda-widget-view .ai1ec-date-title {
		margin: .5em .75em .5em 0em;
	}


/*------------------------------------*\
    LATEST POST WIDGET
\*------------------------------------*/

.latest-post-thumb {
	float: left;
	margin: 2px 10px 8px 0;
	width: 47%;
	max-width: 120px;
}




/*------------------------------------*\
    CAROUSEL
\*------------------------------------*/

#CTA {
	display: block;
	position: absolute;
	z-index: 100000;
	right: 0;
	padding-bottom: 6px;
	margin-top: 69px;
	padding-left: 9px;
	background: url(img/slope.jpg) top left no-repeat;
	background-size: 9px 8px;
}
	#CTA .CTA-button {
		display: block;
		float: right;
		text-align: center;
		color: #FFF;
		background: #4f8225;
		background-image: linear-gradient(bottom, #447523 0%, #5B8C30 100%);
		background-image: -o-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
		background-image: -moz-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
		background-image: -webkit-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
		background-image: -ms-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
		font-size: 24px;
		line-height: 50px;
		width: 100px;
		border-right: 1px solid #314f16;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-bottom-right-radius: 6px;
		-o-border-bottom-right-radius: 6px;
		-ms-border-bottom-right-radius: 6px;
		border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-bottom-left-radius: 6px;
		-o-border-bottom-left-radius: 6px;
		-ms-border-bottom-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-webkit-box-shadow: -1px 2px 3px rgba(0,0,0,.4);
		-moz-box-shadow: -1px 2px 3px rgba(0,0,0,.4);
		-o-box-shadow: -1px 2px 3px rgba(0,0,0,.4);
		-ms-box-shadow: -1px 2px 3px rgba(0,0,0,.4);
		box-shadow: -1px 2px 3px rgba(0,0,0,.4);
	}
		#CTA .CTA-button:first-child {
			margin-right: 0;
			border-right: none;
		}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
	background: none !important;
}

.rsMainSlideImage {
	margin-top: 0 !important;
}

.rsImg {
	width: 100% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.rsDefaultInv .rsArrowIcn {
	background: url(img/arrows@2x.jpg) 0 0 no-repeat !important;
	background-color: none !important;
	background-size: 100px 50px !important;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	border-radius: 30px !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.45);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.45);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,.45);
	-ms-box-shadow: 0px 1px 3px rgba(0,0,0,.45);
	box-shadow: 0px 1px 3px rgba(0,0,0,.45);
}
	.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
		background-position: 0 0 !important;
		margin-left: -10px !important;
	}
	.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
		background-position: -50px 0 !important;
		margin-left: -40px !important;
	}

.rsDefaultInv .rsBullet {
	width: 10px !important;
	height: 10px !important;
	padding: 10px !important;
}

.rsBullet span {
	width: 10px !important;
	height: 10px !important;
	background: #EDEDED !important;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #4D8223 !important;
}

.rsDefaultInv .rsCloseVideoBtn {
	top: 43px;
	z-index: 10000;
}

.rsDefaultInv .rsGCaption {
	max-width: 98% !important;
	left: 1% !important;
	background: #000;
	background: rgba(0,0,0,.5) !important;
	color: #FFF !important;
	font-size: 24px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Home Page */

h1.logo-text, h2.logo-text {
	font-family: "Caslon";
}

#page-break {
	position: relative;
	margin: 36px auto;
	max-width: 125px;
	height: 35px !important;
}
	#page-break img {
		width: 100%;
	}

.core-area {
	width: 31%;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 50px;
	margin-right: 3.5%;
}
	.core-area .wp-post-image img {
		width: 100%;
	}
	.core-area h2 {
		color: #333;
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 12px;
		margin-top: 14px;
	}
	.core-area:nth-child(6), section .core-area:nth-child(9) {
		margin-right: 0;
	}

/* Page Page */

section {
	text-align: left;
}
	section:after {
		content: " ";
		visibility: hidden;
		display: block;
		clear: both;
	}
	section#page-sidebar {
		float: right;
		width: 75%;
		padding-left: 3%;
		margin-bottom: 10px;
	}

h1.page-title {
	font-size: 39px;
	margin: 4px 0 0 0;
}

.attachment-post-thumbnail {
	/* margin-bottom: 20px;
	border-bottom: 4px solid #4f8225; */
}
#thumb-caption {
	background: #333;
	color: #FFF;
	font-style: italic;
	padding: 5px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvatica, Sans Serif;
}
	.arrow-down {
		position: absolute;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		z-index: 10;
		border-top: 10px solid #333;
		margin-left: 20px;
	}
	.arrow-up {
		position: absolute;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		z-index: 10;
		border-bottom: 10px solid #333;
		margin-left: 20px;
		margin-top: -10px;
	}

#home-page .ngfb-buttons {
	display: none;
}

.ngfb-buttons {
	margin-top: 10px;
}
	.ngfb-buttons:after {
		content: " ";
		visibility: hidden;
		display: block;
		clear: both;
	}
	
.facebook-button, .twitter-button, .gplus-button {
	float: left;
	width: 88px;
}

/* POST PAGE */

.post-details {
	margin-top: 10px;
	font-size: 12px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	margin: 0 20px 0 0 !important;
	height: auto !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
	max-height: 120px !important;
	max-width: 120px !important;
	width: 100%; !important
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	height: auto !important;
}

/* Events Page */

.ai1ec-container .ngfb-content-buttons {
	display: none;
}

.timely * {
	box-sizing: content-box !important; /* Fix border-box for all time.ly stuff because they are lame */
}

.ai1ec-date {
	background: none !important;
}

/* BLOG PAGE */

article:after {
	content: " ";
	visibility: hidden;
	display: block;
	clear: both;
}

article a.post-thumb {
	float: left;
	margin: 0 16px 16px 0;
	width: 195px;
}

article.blog-roll-post h2 {
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 35px;
}

article span.date, article span.author {
	font-family: "Helvetica Neue";
	color: #999;
	font-size: 14px;
}

article.blog-roll-post {
	margin-bottom: 33px;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 12px;
}

article.blog-roll-post p {
	margin-top: 36px;
}

article ul {
	padding-left: 40px;
}
article ul li {
	padding: 7px 0;
}

.pagination {
	margin-bottom: 10px;
}

/* 404 PAGE */

.error404 ul, .error404 li {
	list-style-type: none;
}
.error404 .page_item {
	margin-bottom: 20px;
	font-size: 20px;
}
	.error404 ul .page_item {
		margin: auto;
		padding-left: 20px;
		font-size: 14px;
	}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

#sidebar {
	text-align: left;
	float: left;
	width: 23%;
	margin-bottom: 40px;
}
	#sidebar .sidebar-widget {
		margin-bottom: 26px;
	}

#sidebar h3.widget-title {
	font-size: 21px;
	/* border-top: 2px solid #d0bf81; */
	border-bottom: 2px solid #CCC;
	line-height: 26px;
	padding: 0 3% 2px 3%;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#sidebar .widget-content {
	width: 100%;
	padding: 16px 3%;
}

#sidebar #sub-page-menu  li {
	list-style-type: none;
	padding: 3px 0;
}

#sidebar .button-sidebar-container {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.big-button {
	display: inline-block;
	text-align: center;
	width: 90%;
	max-width: 130px;
	margin: auto;
	color: #FFF;
	background: #4f8225;
	background-image: linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -o-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -moz-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -webkit-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -ms-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	font-size: 24px;
	line-height: 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
	.big-button:hover {
		color: #FFF;
	}

.current_page_item:first-child {
	color: #000;
}

ul li.cat-item {
	list-style-type: none;
	padding: 3px 0;
}

/* CONSTANT CONTACT WIDGET */

#constant-contact-signup-errors {
	background: #ee2f2f;
	margin-bottom: 16px;
	padding: 5px;
	color: #FFF;
	font-family: helvetica;
	font-size: 12px;54df54
	text-transform: uppercase;
}
#constant-contact-signup-errors li {
    list-style-type: none;
}

#constant-contact-signup label,
#constant-contact-signup-1 label {
	display: none;
}

#constant_contact_api_widget-2 p {
    margin-top: 0px;
}

#cc_email,
#cc_5020312c46_email_address {
	background: none;
	border: 1px solid #CCC;
	border-right: none !important;
	height: 32px;
	padding: 0 6px;
	width: 70%;
	float: left;
	border-radius: 0 !important;
	-moz-border-top-left-radius: 6px !important;
	border-top-left-radius: 6px !important;
	-moz-border-bottom-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	-webkit-appearance: none;
}

#constant-contact-signup .button,
#constant-contact-signup-1 .button {
	border: none;
	color: #FFF;
	background: #4f8225;
	font-family: "Adobe Garamond Pro";
	text-transform: uppercase;
	padding: 2px 6px 0;
	font-size: 14px;
	height: 32px;
	width: 30%;
	line-height: 30px;
	top: -2px;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-image: linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -o-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -moz-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -webkit-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -ms-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#cc_form_1 .kws_input_container {
	padding-top: 0 !important;
}

/* MAILCHIMP WIDGET */

#ns_widget_mailchimp_form-3 .error, #ns_widget_mailchimp-2 .error {
	background: #ee2f2f;
	margin-bottom: 16px;
	padding: 5px;
	color: #FFF;
	font-family: helvetica;
	font-size: 12px;54df54
	text-transform: uppercase;
}

#ns_widget_mailchimp_form-3 .success, #ns_widget_mailchimp-2 .success {
	background: #54df54;
	margin-bottom: 16px;
	padding: 5px;
	color: #FFF;
	font-family: helvetica;
	font-size: 12px;
	text-transform: uppercase;
}

#ns_widget_mailchimp_form-3 label, #ns_widget_mailchimp-2 label {
	display: block !important;
	margin-bottom: 16px;
}

#ns_widget_mailchimp_form-3 input[type=email], #ns_widget_mailchimp-2 input[type=email] {
	background: none;
	border: 1px solid #CCC;
	border-right: none;
	height: 32px;
	padding: 0 6px;
	width: 70%;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-appearance: none;
}

#ns_widget_mailchimp_form-3 .button, #ns_widget_mailchimp-2 .button {
	border: none;
	color: #FFF;
	background: #4f8225;
	font-family: "Adobe Garamond Pro";
	text-transform: uppercase;
	padding: 2px 6px 0;
	font-size: 14px;
	height: 32px;
	width: 30%;
	line-height: 30px;
	top: -2px;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-image: linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -o-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -moz-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -webkit-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -ms-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* GAVRITY FORMS UNIVERSAL STYLING */

.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
	font-size: 16px !important;
}

.ginput_right, .ginput_left, .ginput_full {
	min-height: 51px !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-size: inherit !important;
	border: 1px solid #CCC !important;
	height: 32px !important;
	padding: 0 6px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.gform_wrapper textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-size: inherit !important;
	border: 1px solid #CCC !important;
	padding: 4px 6px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: block;
	border: none;
	color: #FFF;
	background: #4f8225;
	font-family: "Adobe Garamond Pro";
	text-transform: uppercase;
	padding: 2px 12px;
	font-size: 15px !important;
	height: 32px !important;
	line-height: 32px;
	background-image: linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -o-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -moz-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -webkit-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	background-image: -ms-linear-gradient(bottom, #447523 0%, #5B8C30 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin: 4px 0 0 1px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Calluna';
    src: url('fonts/Calluna-Regular-webfont.eot');
    src: url('fonts/Calluna-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Calluna-Regular-webfont.woff') format('woff'),
         url('fonts/Calluna-Regular-webfont.ttf') format('truetype'),
         url('fonts/Calluna-Regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Caslon';
	src: url('fonts/ACaslonPro-Regular.eot');
	src: local('☺'), url('fonts/ACaslonPro-Regular.woff') format('woff'), url('fonts/ACaslonPro-Regular.ttf') format('truetype'), url('fonts/ACaslonPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:549px) {
	/* HOME PAGE */
	h1.logo-text { font-size: 28px; }
	h2.logo-text { font-size: 19px; }
}
@media only screen and (min-width:1024px) {
	/* HOME PAGE */
	h1.logo-text { font-size: 39px; }
	h2.logo-text { font-size: 21px; }
	/* SIDEBAR */
	#sidebar h3.widget-title { font-size: 26px; }
}
@media only screen and (max-width:970px) {
	/* NAVIGATION */
	nav ul li, nav ul ul li a, nav ul ul ul li a { font-size: 13px; }
}
@media only screen and (max-width:885px) {
	/* Place nav menu behind page and show navigation button */
	nav #mobile-menu-button, #mobile-nav { display: block; }
	nav #elcr-text { display: inline; }
	nav ul { display: none; }
	nav .search { width: 160px; }
}
@media only screen and (max-width:768px) {
	header { height: 160px; }
	header .logo { height: 147px; width: 80px; }
	header h1 { margin-top: 23px; }
	#page-break { width: 100px; height: 28px; margin: 26px auto; }
	
}
@media only screen and (max-width:767px) {
	/* GENERAL */
	
	section#page-sidebar, #sidebar { float: none; width: 100%; padding-left: 0; }
	#sidebar .sidebar-widget { float: left; width: 48%; margin-right: 4%; }
		#sidebar div:nth-child(2n){ margin-right: 0; } 
	#footer-content .footer-widget { float: none; width: 100%; border-bottom: 1px solid #cfbe81; margin-bottom: 35px; padding-bottom: 16px; }
		#footer-content .footer-widget:nth-child(4) { border: none; padding: 0; margin-bottom: 20px; }
	
	/* HOME PAGE */
	.core-area { margin-right: 3.5%; }
	.core-area:nth-child(6), .core-area:nth-child(9) {
		margin-right: 0;
	}
	
	/* FOOTER */
	.wf-active .timely, .wf-inactive .timely { margin-bottom: 14px; }
	
}
@media only screen and (max-width:640px) {
	/* GENERAL */
	.wrapper { width: 94%; }
	#footer-content { width: 94%; }
	/* HOME PAGE */
	.home.page .wrapper { width: 100%; }
	#CTA {
		position: relative;
		width: 100%;
		padding-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		background: #4f8225;
		-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
		-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
		-o-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
		-ms-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
		box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	}
		#CTA:after, #CTA::after {
			content: " ";
			visibility: hidden;
			clear: both;
			display: block;
		}
	#CTA .CTA-button {
		display: block;
		float: right;
		font-size: 24px;
		line-height: 50px;
		width: 33.333%;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow:none;
	}
		#CTA .CTA-button:first-child {
			margin-right: 0;
			border-right: none;
		}
	#page-break { width: 75px; height: 21px; }
	.core-area { width: 46%; margin: auto 2%; height: 400px; }
	.core-area:nth-child(6), .core-area:nth-child(9) { margin: auto 2%; }
	
	/* WHAT'S NEW */
	article a.post-thumb { margin: 0 16px 0 0; }
	
	/* PAGES & SINGLE*/
	

}
@media only screen and (max-width:600px) {
	article.blog-roll-post p { margin-top: 24px; }
}
@media only screen and (max-width:548px) {
	header h1 { font-size: 22px; margin-top: 33px; }
	header h2 { font-size: 15px; }
}
@media only screen and (max-width:480px) {
	/* GENERAL */
	body { font-size: 15px; line-height: 24px; }
	
	/* HOME PAGE */
	#page-break { width: 50px; height: 14px; margin: 16px auto; }
	
	.core-area { border-bottom: 1px solid #EDEDED; padding-bottom: 18px; margin-bottom: 40px; height: auto; }
	
	/* BLOG PAGE */
	article.blog-roll-post h2 { margin-top: 10px; }
	article.blog-roll-post p { margin-top: 10px; }
	
	/* WHAT'S NEW */
	article a.post-thumb { float: none; width: 100%; margin: 0 0 16px 0; }
	
	/* SIDEBAR */
	#sidebar .sidebar-widget { float: none; width: 100%; }
	
	/* PAGE & SINGLE */
	h1.page-title { margin-bottom: 4px; line-height: 34px; }
	#thumb-caption { line-height: 15px; }
	
	/* DONATE & JOIN PAGE */
	.ginput_right, .ginput_left, .ginput_full { min-height: 62px !important; }
	
}
@media only screen and (max-width:479px) {
	/* HOME PAGE */
	header { height: 115px; }
		header .logo { width: 56px; height: 104px; margin-right: 20px; }
		header h1 { margin-top: 16px; font-size: 17px; }
		header h2 { font-size: 13px; margin-top: 0px; line-height: 18px; }
	#CTA .CTA-button { font-size: 20px; line-height: 40px; }
	.rsDefaultInv .rsGCaption { font-size: 13px !important; }
	.core-area { width: 94%; margin-left: auto !important; margin-right: auto !important; float: none; padding-bottom: 10px; margin-bottom: 30px; }
		.core-area h2 { margin: 6px 0 -5px 0; }
		
	/* BLOG PAGE */
	article.blog-roll-post h2 { font-size: 24px; margin: 10px 0 2px 0; }
	article span.date, article span.author { font-size: 12px }
	article.blog-roll-post p { margin-top: 16px; }
	
	/* PAGE & SINGLE */
	h1.page-title { font-size: 30px;
	 }
	
}
@media only screen and (max-width:422px) {
	header h1 { font-size: 15px; margin-top: 10px; }
	header h1 span { font-size: 29px; }
}

@media only screen and (max-width:330px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail { margin: 9px !important; }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
		   .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { padding: 0px 12px; }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

/* CALENDAR WIDGET */

li.tribe-events-list-widget-events {
	border-bottom: 1px solid #cfbe81;
	padding-bottom: 20px;
	margin-bottom: 0px !important;
}

h4.entry-title.summary {
	font-size: 16px;
	margin-bottom: 10px;
}


   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:7px 4px 0;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}