@charset "UTF-8";
/* RESET */
/********************************************************/
/********************************************************/
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
.cf,.clear,.clearfix{clear:both;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	xfont: inherit;
	text-decoration: none;
	vertical-align: baseline;
}

/* Global Styles */

body {
	background-color: #212b15;
	color: #1a1818;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:24px;
}

a {
	color: #3c922e;
}
a:hover {
	color: #f4901e;
	text-decoration: none;
}
a:focus {
	color: #f4901e;
	text-decoration: none;
	outline: none;
}
.editor a {
	text-decoration: underline;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2,
.editor h2 {
	color: #1a1818;
	font-family: 'Rokkitt', serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}
h3,
.editor h3 {
	color: #1a1818;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
h4,
.editor h4 {
	color: #1a1818;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.editor ul {
	padding: 0px 15px;
}

.editor li {
	list-style-type: disc;
	margin: 0 0 15px 15px;
}

p {
	margin: 0 0 20px;
}
p:last-child {
	margin: 0px;
}

hr {
	width:100%;
	clear:both;
	border:none;
	border-top: 1px solid #ba842c;
	height: 1px;
	margin: 15px 0px;
	display:block;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding: 0px;
}

/* BEGIN: Custom Site Styles */
header {
	height: 85px;
}

.navbar-brand {
	height: auto;
	line-height: none;
	margin: 15px;
	padding: 0px;
	position: absolute;
	z-index: 200;
	top: 105px;
	left: 10px;
}
.navbar-brand img {
	float: left;
}
.navbar-brand span {
	color: #fff;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px;
	max-width: 175px;
	padding: 25px 0 0 15px;
}

.sub-template .navbar-brand img {
	width: 70%;
}
.sub-template .navbar-brand span {
	display: none;
}

.nav-primary ul {
	margin: 0px;
	padding: 0px;
}
.nav-primary ul > li {
	list-style-type: none;
}
.nav-primary ul > li a {
	color: #a7aba5;
}

#main {
	background: url(../img/footer-scene.png) bottom center repeat-x;
	padding-bottom: 75px;
}
/*#main-container {
	background-color: #f0e5d3;
}*/
#header_aux{
	display:flex;
	position: absolute;
	right: 0px;
	top: 46px;
	z-index: 5000;
	cursor: pointer;
}
#cart_icon{
	display:none;
	color:#F4901E;
	font-size:17px;
	padding: 8px 20px 5px 20px;
	line-height: 1em;
	border-radius: 40px;
	border: 2px solid #F4901E;
	position: relative;
	top: -6px;
}
#cart_icon.inUse{display:block;}
#cart_icon:hover{
	cursor:pointer;
}
#cart_icon span{
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	top: -2px;
	font-weight:700;
}
#cart_icon i{
	position: relative;
	top:-2px;
}

.wtg-menu-link {
	margin: 0 0 0 20px;
}
.wtg-menu-link h3 {
	z-index: 4;
	color: #F4901E;
	font-family: 'Rokkitt', serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right: 45px;
	position: relative;
	transition: all .5s ease; /* our nice transition */
}
.wtg-menu-link.active h3:after {
    content: "\f106";
    font-family: FontAwesome;
	position: absolute;
	right: 6px;
}
.wtg-menu-link h3:after {
    content: "\f107";
    font-family: FontAwesome;
	position: absolute;
	right: 6px;
}


.hamburger{
	background:none;
	position:absolute;
	top:0;
	left:0;
	line-height:45px;
	padding:33px 15px 0px 40px;
	color:#fff;
	border:0;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	z-index:10000000000000;
}
.cross{
	background:none;
	position:absolute;
	top:0;
	left:0;
	line-height:45px;
	padding:33px 15px 0px 40px;
	color:#fff;
	border:0;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	z-index:10000000000000;
}
.toggle span {
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	top: -2px;
}
.menu{
	z-index:4000;
	font-weight:bold;
	position:absolute;
	text-align:center;
	font-size:12px;
	display:block;
	top:85px;
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
nav{
	background:rgba(33,43,21,.95);
	display:none;
	width:100%;
	position:relative;
	float:left;
	margin: 0;
	padding: 15px 25% 25px 40px;
	list-style-type: none;
	list-style-image: none;
}
nav.active{
	display:block;
}
.menu .primary-nav {
	width:33%;
	display:block;
	margin: 0 33% 0 0;
	padding: 0 25px 0 0;
	float:left;
	text-align: left;
	position: relative;
}
.menu .primary-nav li {
	display: block;
}
.menu .primary-nav li span.haschild,
.menu .primary-nav li a {
	color:#a7aba5;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	position: relative;
	text-decoration:none;
	text-transform: uppercase;
}
.menu .primary-nav li span.haschild:hover,
.menu .primary-nav li a:hover {
	color: #F4901E;
	cursor:pointer;
	text-decoration:none;
}
.menu .primary-nav li span.haschild.active{
	color: #F4901E;
}
.menu .primary-nav li span.haschild:after {
	content: "";
	background: url(../img/nav-arrow-gray.png);
	width: 19px;
	height: 11px;
	display: inline-block;
	margin-left: 5px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.menu .primary-nav li span.haschild:hover:after {
	margin-left: 10px;
}

.menu .primary-nav a{
	text-decoration:none;
	color:#666;
}
.menu .primary-nav a:hover{
	text-decoration:none;
	color:#666;
}

.menu .primary-nav li ul.subnav{
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:100%;
	height:100%;
	padding: 0 25px 0 0;
}
.menu .primary-nav li ul.subnav.open{
	display:block;
}
.menu .primary-nav li ul.subnav.open li a {
	font-weight: normal;
}
.menu .primary-nav li ul.subnav.open li a:before{
	content: "";
	background: url(../img/nav-arrow-gold.png);
	width: 19px;
	height: 11px;
	position: absolute;
	top: 6px;
	left: -30px;
	opacity: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.menu .primary-nav li ul.subnav.open li a:hover:before{
	opacity: 1;
	left: -25px;
}

#contact{
	display:block;
	text-align: left;
	color:#fff;
	width:34%;
	position:relative;
	float:left;
}
#contact h4{
	color: #fff;
    font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
    margin: 0 0 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}
#contact p{
	color: #888e85;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
#contact p span {
	color: #3e9440;
}

#marquee{
    width:100%;
    display:block;
    position: relative;
	xbackground-color: #eee2cd;
}
#marquee-image {
	height:645px;
	position: relative;
}
#marquee-image .item{
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	position:absolute;
	display:block;
	opacity: 0;
}
#marquee-image .item.active{opacity:1;}
#marquee .item .title{
	font-family: 'Rokkitt', serif;
	font-size: 54px;
	height: 212px;
	line-height: 64px;
	text-align: center;
	padding: 0px 15%;
}
#marquee .item .title span{
	font-size: 80px;
}

#marqueeslider {
	padding: 110px 0px 75px 0px;
}
#marqueeslider.owl-theme .owl-dots .owl-dot span {
	background-color: #bb842c;
}
#marqueeslider.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
#marquee .wrapper{
	z-index: 100;
}
.marqueeFooter {
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(../img/marquee-footer.png);
	height: 146px;
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	width: 100%;
}
#marquee .controls{
	display: none !important;
	position: absolute;
	width:100%;
	height:50px;
	display:block;
	top:50%;
	left:0;
	z-index: 200;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#marquee .prev{
	width:50px;
	height:50px;
	background:#8cc63e;
	display:block;
	position: absolute;
	bottom: 0;
	left:30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#008752;
}
#marquee .next{
	width:50px;
	height:50px;
	background:#8cc63e;
	display:block;
	position: absolute;
	bottom: 0;
	right:30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#008752;
}
#marquee .next:hover,
#marquee .prev:hover{
	cursor:pointer;
	background:#008752;
	color:#8cc63e;
}
#marquee .next .fa,
#marquee .prev .fa{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#marquee .overlayBlend {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 250px;
	z-index: 100;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f344e+0,ffffff+100&0.8+1,0+100 */
	background: -moz-linear-gradient(top, rgba(31,52,78,0.8) 0%, rgba(33,54,80,0.8) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(31,52,78,0.8) 0%,rgba(33,54,80,0.8) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(31,52,78,0.8) 0%,rgba(33,54,80,0.8) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1f344e', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.wtg-menu {
	display: none;
	background-color: #212b15;
	padding: 15px;
	z-index: 100000;
	height: auto;
	width: 25%;
	position: absolute;
	top: 0;
	right: 0;
}
.wtg-menu.active{
	display:block;
}
.wtg-menu.active.tall{
	height:100%;
}
.wtg-menu li a {
	/*background: url(../img/wtg-hand.gif) no-repeat -50px;*/
	border: 1px solid #6e7d4b;
	color: #fff;
	display: block;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 8px 35px 8px 15px;
	position: relative;
	text-transform: lowercase;
	text-align: right;
	transition: all .5s ease; /* our nice transition */
}
.wtg-menu li a:hover {
	/*background: url(../img/wtg-hand.gif) no-repeat 0px;*/
	color: #F4901E;
	text-decoration: none;
}
.wtg-menu li a:hover:after {
    content: "";
	background-image: url(../img/wtg-arrow-right-hover.gif);
	width: 5px;
	height: 11px;
	position: absolute;
	right: 10px;
	top: 16px;
}
.wtg-menu li a:after {
    content: "";
	background-image: url(../img/wtg-arrow-right.gif);
	width: 5px;
	height: 11px;
	position: absolute;
	right: 10px;
	top: 16px;
}
.wtg-menu li span:after {
	content: "";
	border-right: 1px solid #6e7d4b;
	height: 25px;
	position: absolute;
	right: 25px;
}

.wtg-mobile {
	display: none;
	background-color: #4aaa51;
	text-align: center;
	padding: 7px 15px 2px 15px;
	color: #000;
	font-weight: 700;
	font-family:'Rokkitt', serif;
}
.wtg-mobile a{
	color: #000;
	display: block;
}

.header {
    width:100%;
    display:block;
    position: relative;
}
.header-image {
	height:516px;
	position: relative;
}
.header-image .item{
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position: center;
	xbackground-size: cover;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	position:absolute;
	display:block;
}
.headerFooter {
	background-repeat:no-repeat;
	background-position: top left;
	background-image: url(../img/marquee-footer.png);
	height: 146px;
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	width: 100%;
}
.header .overlayBlend {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30%;
	z-index: 100;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.titlebar {
	background-color: #f0e5d3;
	border-bottom: 1px solid #ba842c;
	margin: 0px 65px 40px 65px;
	padding: 0px 15px 30px 15px;
	text-align: center;
	z-index: 10000;
}
.titlebar.mission {
	background: none;
	border: none;
	position: absolute;
	bottom: auto;
	left: 0px;
	right: 0px;
	top: 645px;
	padding: 0px 15px;
	text-align: center;
	z-index: 100;
}
.titlebar .sectionTitle {
	color: #000;
	font-family: 'Rokkitt', serif;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.titlebar .pageTitle,
.titlebar h2 {
	color: #3e9440;
	font-family: 'Rokkitt', serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 5px 0px;
	text-transform: uppercase;
}
.titlebar.mission .link a {
	color: #4d4d4d;
	font-size: 22px;
	letter-spacing: 1px;
}
.titlebar .snippet {
	font-size: 26px;
	line-height: 36px;
	line-height: normal;
}

.inner-wrapper {
	background: #f0e5d3;
	background-image: url(../img/events-header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
.inner-wrapper.gradient {
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3eada+50,d2ae7b+100 */
	background:  url(../img/events-header.png) bottom no-repeat, rgb(243,234,218); /* Old browsers */
	background:  url(../img/events-header.png) bottom no-repeat, -moz-linear-gradient(top, rgba(243,234,218,1) 50%, rgba(210,174,123,1) 100%); /* FF3.6-15 */
	background:  url(../img/events-header.png) bottom no-repeat, -webkit-linear-gradient(top, rgba(243,234,218,1) 50%,rgba(210,174,123,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:  url(../img/events-header.png) bottom no-repeat, linear-gradient(to bottom, rgba(243,234,218,1) 50%,rgba(210,174,123,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eada', endColorstr='#d2ae7b',GradientType=0 ); /* IE6-9 */
}

.content-wrapper {
    display: block;
    float: left;
    padding: 0px 50px;
    width: 100%;
}

.info-block {
	padding: 0px 15px 40px 15px;
}
.info-block > .item {
	display: inline-block;
	float: left;
	padding: 0px 50px 25px 50px;
	text-align: center;
	width: 33.3%;
	position: relative;
	border-right: 1px solid	#808080;
}
.info-block > .item:last-child {
	border: none;
}
.info-block .image {
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
}
.info-block .title {
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

/*.eventsHeader {
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(../img/events-header.png);
	height: 120px;
	position: absolute;
	top: -120px;
	left: 0px;
	right: 0px;
	z-index: 1100;
	width: 100%;
}*/
.events {
	position: relative;
}
.events h2 {
	color: #f4901e;
	font-family: 'Rokkitt', serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 40px 0px 10px 0px;
}
.events .list {
	margin-top: 25px;
	text-align: center;
}
.events .link {
	text-align: center;
}
.events .link a {
	color: #b0b0b0;
	font-size: 22px;
	letter-spacing: 1px;
}
.events .list a {
	display: inline-block;
	/*float: left;*/
	padding: 0px 25px 25px 25px;
	vertical-align: top;
	width: 25%;
	position: relative;
}
.events .list a:hover, .events .list a:focus {
	background-color: #6e7d4b;
	text-decoration: none;
}
.events a:hover .date, .events a:focus .date {
	background-color: #212b15;
	color: #3c922e;
}
.events a:hover .title, .events a:focus .title {
	color: #000;
}
.events .title {
	color: #b0b0b0;
	font-size: 20px;
	height: 75px;
	padding: 15px 0px;
}
.events .date {
	color: #fff;
	margin: 15px 0px;
	padding: 5px 15px 15px 15px;
}
.events .list a:hover .date {
	background: #2c381b;
	color: #3c922e;
}
.events .date span {
	display: block;
}
.events .date .day {
	font-size: 105px;
	line-height: 105px;
}
.events .date .month {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.events-listing .list a {
	display: inline-block;
	float: left;
	padding: 0px 15px 25px 15px;
	text-align: center;
	width: 25%;
	position: relative;
	text-decoration: none;
}
.events-listing .list a:hover, .events-listing .list a:focus {
	background-color: #6e7d4b;
	text-decoration: none;
}
.events-listing a:hover .date, .events-listing a:focus .date {
	background-color: #212b15;
	color: #3c922e;
}
.events-listing a:hover .title, .events-listing a:focus .title {
	color: #000;
}
.events-listing .title {
	color: #000;
	font-size: 20px;
	height: 75px;
	padding: 0px 15px;
}
.events-listing .date {
	color: #808e5d;
	margin: 15px 0px;
	padding: 5px 15px 15px 15px;
}
.events-listing .list a:hover .date {
	background: #fff;
	color: #3c922e;
}
.events-listing .date span {
	display: block;
}
.events-listing .date .day {
	font-size: 105px;
	line-height: 105px;
}
.events-listing .date .month {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.event-details > div {
	padding: 0px;
}
.event-details .eventDate {
	text-align: center;
	float: left;
	width: 25%;
	margin-right: 2%;
}
.event-details .eventDate .wrapper {
	background-color: #808e5d;
	padding: 25px;
}
.event-details .eventDate .date {
	background: #fff;
	color: #3c922e;
	padding: 5px 15px 15px 15px;
}
.event-details .eventDate .date span {
	display: block;
}
.event-details .eventDate .date .day {
	font-size: 105px;
	line-height: 105px;
}
.event-details .eventDate .date .month {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.event-details .dateMobile {
	display: none;
}
.event-details .dateMobile .day {
	color: #3c922e;
	font-size: 55px;
	line-height: 65px;
}
.event-details .dateMobile .month {
	color: #3c922e;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.event-details .details {
	float: left;
	width: 73%;
}
.event-details .details-wrapper {
	background-color: #fff;
	padding: 35px;
}
.event-details .title {
	color: #48a038;
	font-size: 36px;
	font-weight: 300;
	line-height: 42px;
	margin-bottom: 20px;
}
.event-details .eventLabel {
	font-family: 'Rokkitt', serif;
	font-weight: 600;
	margin-right: 5px;
	text-transform: uppercase;
}
.event-details .cta {
	border: 2px solid #2c3719;
	color: #48a038;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.eventSponsors {
	border-top: 1px solid #ba842c;
	padding-top: 25px;
}
.eventSponsors .heading {
	color: #48a038;
	font-size: 28px;
	margin-bottom: 25px;
}
.eventSponsors .listHeading {
	color: #354252;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	margin: 10px 0px;
	text-transform: uppercase;
}
.eventSponsors .list {
	margin-bottom: 15px;
}
.eventSponsors .list:after {
	content: "";
	display: table;
	clear: both;
}
.eventSponsors .list#supporters {
	margin-bottom: 25px;
}
/*.eventSponsors .list:nth-of-type(3) .item {
	float: left;
}*/
.eventSponsors .list:nth-of-type(2) .item img {
	width: 85%;
}
.eventSponsors .list:nth-of-type(3) .item img {
	width: 70%;
}
.eventSponsors .list:nth-of-type(4) .item img {
	width: 55%;
}
.eventSponsors .list:nth-of-type(5) .item img {
	width: 40%;
}
/*.eventSponsors .list:nth-of-type(6) .item img {
	width: 40%;
}*/

.eventSponsors .item {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	padding: 0px 10px;
	text-align: center;
}
.eventSponsors .item a {
	display: inline-block;
}
.eventSponsors .list#cotc .item {
	width: 50%;
}
.eventSponsors .list#title .item {
	width: 33%;
}
.eventSponsors .list#lead .item {
	width: 33%;
}
.eventSponsors .list#benefactor .item {
	width: 33%;
}
.eventSponsors .item img {
	max-width: 100%;
	height: auto;
}
.eventSponsors .noImage {
	margin: 0px;
	padding: 0px;
}
.eventSponsors .noImage span:after,
.eventSponsors .noImage:after {
	content: "/";
	margin: 0px 5px;
}
.eventSponsors .noImage:last-child span:after,
.eventSponsors .noImage:last-child:after {
	content: "";
}

.filter.mobile {
	display: none;
}
.filter {
	display: table;
	width: 100%;
	margin: 0 0 25px 0;
}
.filter ul {
	display: table-cell;
	float: left;
	max-width: 80%;
	padding: 12px 0px;
	text-align: left;
	vertical-align: middle;
}
.filter ul > li {
	display: inline-block;
	float: left;
	width: auto;
	border: none;
	clear: none !important;
	margin: 0 !important;
}
.filter ul > li:after {
	content: "|";
	color: #ba842c;
	padding: 0px 8px;
}
.filter a {
	color: #000;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
.filter ul > li a:hover, .filter ul > li a:focus {
	color: #47a03b;
	text-decoration: none;
}
.filter .active a {
	color: #3c922e;
}
/*.filter span.heading {
	display: table-cell;
	font-size: 20px;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 15px 15px 0px;
	vertical-align: top;
	width: 100px;
}*/
.filter ul > li:last-child:after {
	content: "";
}
.filter .archiveLink {
	display: table-cell;
	float: right;
	margin: 12px 0px;
	xwidth: 100px;
	text-align: right;
}

.widget-block .news {
	height: 100%;
	width: 100%;
}
.widget-block .news .categoryFlag {
	position: relative;
	width: 70%;
}
.widget-block .news .details {
	float: none;
	padding: 15px;
	width: 100%;
}
.widget-block .gradient {
	background-color: rgba(0,0,0,.75);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.news {
	position: relative;
}
.news .details {
	color: #fff;
	padding-top: 50px;
	padding-right: 25px;
	position: relative;
	width: 34%;
	float: left;
}
.news .image {
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 66%;
	float: right;
}
.news .title {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 10px;
	text-transform: none;
}
.news .subTitle {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.news .categoryFlag {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #f4901e;
	color: #000;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
	max-width: 350px;
	width: 100%;
	z-index: 10;
}
.news .categoryFlag:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border: 17px solid transparent;
    border-left: 8px solid #f4901e;
}
.news .cta-links a {
	color: #ff9e16;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 8px;
}
.news .cta-links a:first-child {
	margin-left: 0px;
}
.news .cta-links span {
	color: #808080;
	margin: 0px 8px;
}

.news-grid {
	display: block;
	float: left;
	padding-top: 50px;
	width: 100%;
}
.news-row {
	float: left;
	height: 275px;
	margin-bottom: 25px;
	width: 100%;
}
.news-row > div {
	display: inline-block;
	float: left;
	height: 100%;
	margin-right: 2%;
	position: relative;
}
.news-row.first > div:first-child {
	width: 74.5%;
}
.news-row.first > div:last-child {
	width: 23.5%;
	margin-right: auto;
}
.news-row.second > div {
	display: inline-block;
	float: left;
	height: 100%;
}
.news-row.second > div:first-child {
	width: 23.5%;
}
.news-row.second > div:last-child {
	margin: auto;
	width: 74.5%;
}
.news-row.third > div {
	width: 23.5%;
}
.news-row.third > div:last-child {
	margin: auto;
}
.news-row.third > div:nth-child(3),
.news-row.third > div:nth-child(4) {
	width: 23.5%;
}
.news-row .space a {
	display: block;
	height: 100%;
}
/*.news-row .image {
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}*/

.conserveWidgetBG {
	background-color: #f4901e;
}

.widget-block {
	display: block;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.widget-block img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.widget-block .widget-label {
	color: #fff;
	font-family: 'Rokkitt', serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 25px 10%;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sidebar .widget-block {
	height: auto;
	margin-bottom: 20px;
	position: relative;
	xwidth: 50%;
}
.sidebar .widget-block:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.sidebar .widget-block .wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.signup-panel {
	color: #fff;
	display: table;
	font-size: 24px;
	margin: 0px 0px 50px 0px;
	width: 100%;
}
.signup-panel .stayinformed {
	display:block;
	width:100%;
	font-size:22px;
	margin: 6px 0 0 0;
	position:relative;
	float:left;


	background-color: #1a1818;
	color: #fff;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
	/* max-width: 350px; */
	width: auto;
	z-index: 10;
}
.signup-panel .stayinformed:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border: 17px solid transparent;
    border-left: 8px solid #1a1818;
}


.signup-panel form {
	padding: 10px 20px;
	background-color: #3c922e;
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.signup-panel form input[type=text],
.signup-panel form input[type=email]{
	display:block;
	position:relative;
	float:left;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff !important;
    padding: 8px 20px;
    margin: 8px 1% 8px 0;
    box-sizing: border-box;
    width: 19%;
	background: #246b19 !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	letter-spacing: 0px;
	appearance:none;
	border:1px solid #246b19 !important;
}
.signup-panel form input[type=text].error,
.signup-panel form input[type=email].error{
	border:1px solid #ece000 !important;
}


.signup-panel form input[type=email].email{
	width:24%;
}
.signup-panel form input[type=text].zip{
	width:14%;
}

.signup-panel form input::-webkit-input-placeholder {color: #fff !important;}
.signup-panel form input::-moz-placeholder {color: #fff !important;}
.signup-panel form input:-ms-input-placeholder {color: #fff !important;}
.signup-panel form input:-moz-placeholder {color: #fff !important;}


.signup-panel form input[type=submit] {
	display:block;
	position:relative;
	float:left;
	color: #000;
	text-transform: uppercase;
	background-color: #f4901e;
	font-weight: 700;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 9px 20px;
	width:20%;
	margin: 8px 0;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}

#successmsg{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size:22px;
	background-color: #3c922e;
	padding: 10px 20px;
	color: #fff;
}
#errormsg{
	display:block;
	width:100%;
	position:relative;
	color:#ece000;
	float:left;
	font-size:22px;
	margin: 0px;
	padding: 10px 25px;
	background-color: #3c922e;
}

.affiliations {
	display: table;
}
.affiliations .image {
	display: table-cell;
	padding-right: 15px;
}
.affiliations span {
	display: table-cell;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.affiliations span a {
	color: #925107;
	font-size: 16px;
	text-transform: uppercase;
}

.staffList .item {
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 250px;
	width: 24.2%;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.staffList .item:nth-child(4n+4) {
	margin-right: auto;
}
.staffList .gradient {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s ease;
	z-index: 100;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2b351a+100&0+50,1+85 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(22,27,13,0) 50%, rgba(37,45,22,1) 85%, rgba(43,53,26,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(22,27,13,0) 50%,rgba(37,45,22,1) 85%,rgba(43,53,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(22,27,13,0) 50%,rgba(37,45,22,1) 85%,rgba(43,53,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b351a',GradientType=0 ); /* IE6-9 */
}
.staffList .item:hover .gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff901e+0,ff901e+100&0.5+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,144,30,0.5) 0%, rgba(255,144,30,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,144,30,0.5) 0%,rgba(255,144,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,144,30,0.5) 0%,rgba(255,144,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff901e', endColorstr='#ff901e',GradientType=0 ); /* IE6-9 */
}
.staffList .card {
	color: #fff;
	position: absolute;
	bottom: 15px;
	height: 50px;
	width: 100%;
	text-align: center;
	z-index: 200;
	line-height: normal;
}
.staffList .card .name {
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.staffList .card .title {
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
}
.staffList .card .city {
	font-size: 12px;
	line-height: normal;
	display: block;
}

.staffOverlay {
	background-color: #fff;
	padding: 75px;
}
.staffOverlay .image {
	display: inline-block;
	float: left;
	width: 33%;
}
.staffOverlay .image img {
	max-width: 100%;
	height: auto;
}
.staffOverlay .bio {
	overflow: hidden;
	width: 67%;
	padding: 0 0 0 50px;
}
.staffOverlay .bio .name {
	font-family: 'Rokkitt', serif;
	font-size: 24px;
}
.staffOverlay .bio .title {
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
}
.staffOverlay .bio .email {
	border-top: 1px solid #ba842c;
	border-bottom: 1px solid #ba842c;
	padding: 5px 0px;
	margin-top: 10px;
}
.staffOverlay .bio .email a {
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 5px;
}
.staffOverlay .bio .desc {
	font-size: 14px;
	line-height: 20px;
}
.staffOverlay .basic_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 15px 15px 15px;
	background: none;
	border: none;
	font-size: 48px;
	font-weight: 300;
}

.faq .panel {
	background: none;
	box-shadow: none;
	margin-bottom: 15px;
}
.faq .panel-heading {
	border: 1px solid #ddc299;
	padding: 0px;
}
.faq .panel-heading > a {
	color: #1a1818;
	display: block;
	padding: 10px 50px 10px 25px;
	position: relative;
}
.faq .panel-title {
	font-family: 'Rokkitt', serif;
	font-weight: 600;
}
.faq .panel-heading span {
	position: absolute;
	right: 20px;
	top: 12px;
}
.faq .panel-body {
	background-color: #fff;
	border: none;
	padding: 15px 25px;
}

.options-list .item {
	border: 1px solid #ba842c;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.options-list .heading {
	background-color: #f4901e;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
}
.options-list .body {
	padding: 15px 25px;
}
.options-list .file {
	background-color: #f1d4af;
	padding: 10px 25px;
	margin-bottom: 20px;
}
.options-list .file a {
	color: #605546;
}
.options-list .resource-list {
	margin-bottom: 15px;
}
.options-list .resource-list .resource {
	background-color: #f1d4af;
	margin-bottom: 1px;
	padding: 0px 25px;
	display: table;
	width: 100%;
}
.options-list .resource-list .resource > div {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
.options-list .resource-list .resource > div:first-child {
	width: 45px;
}
.options-list .resource-list .resource a {
	color: #000;
}

.readmore + [data-readmore-toggle] {
	color: #cf741c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0px 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.property-list {
	position: relative;
}
.property-list .item {
	float: left;
	width: 49%;
	margin-bottom: 25px;
	margin-right: 2%;
	background-position: center;
	background-repeat: no-repeat;
}
.property-list .item:nth-child(2n+2) {
	margin-right: auto;
}
.property-list .image {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	margin-bottom: 15px;
}
.property-list .details {
	padding: 0px 15px 0px 0px;
}
.property-list .details .title a,
.property-list .details .title {
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
}
.property-list .details .desc {
	margin-bottom: 15px;
}
.property-list .details .list {
	margin-bottom: 5px;
}
.property-list .details .list > li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}
.property-list .details .list > li:after {
	content: "|";
	padding: 0px 5px;
}
.property-list .details .list > li:last-child:after {
	display: none;
}
.property-list .details .link {
	color: #da8824;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.property-list.featured .listLabel {
	background-color: #f4901e;
	position: absolute;
	z-index: 300;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.property-list.featured .listLabel:after {
	border-left-color: #f4901e;
}
.property-list.featured .listLabel span {
	font-weight: 700;
}
.property-list.featured .item {
	float: none;
	width: auto;
	margin-bottom: 25px;
	margin-right: auto;
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
}
.property-list.featured .gradient {
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+66&1+0,0+66 */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 66%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 66%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.property-list.featured .details {
	color: #fff;
	width: 50%;
	padding: 75px 25px 25px 25px;
	position: relative;
	z-index: 300;
}
.property-list.featured .details .title {
	color: #fff;
}

.property-details .image {
	margin-bottom: 50px;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.property-details .image img {
	max-width: 100%;
	height: auto;
}
.property-details .details {
	padding: 0px 50px;
	float: left;
}
.property-details .details .title {
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 10px;
}
.property-details .details .desc {
	margin-top: 15px;
}
.property-details .details .list > li {
	display: inline-block;
	font-weight: 600;
}
.property-details .details .list > li:after {
	content: "|";
	padding: 0px 5px;
}
.property-details .details .list > li:last-child:after {
	display: none;
}
.property-details .readmore + [data-readmore-toggle] {
	color: #cf741c;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 25px;
}

.listLabel {
	background-color: #fff;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding: 5px 25px 5px 15px;
	position: relative;
	text-transform: uppercase;
}
.listLabel:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #fff;
	border-width: 17px;
	margin-top: -17px;
}
.listLabel span {
	font-weight: 700;
}

.blog-list {
	position: relative;
}
.blog-list .item {
	float: left;
	width: 48%;
	margin-bottom: 30px;
	margin-right: 4%;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-list .item:nth-child(2n+2) {
	margin-right: auto;
}
.blog-post .image {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	margin-bottom: 15px;
}
.blog-post .full-image {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.blog-post .details .date {
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	text-transform: uppercase;
}
.blog-post .details .title {
	margin-bottom: 10px;
}
.blog-post .details .title a,
.blog-post .details .title {
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
}
.blog-post .details .desc {
	margin-bottom: 15px;
}
.blog-post .details .list > li {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-post .details .list > li:after {
	content: "|";
	padding: 0px 5px;
}
.blog-post .details .list > li:last-child:after {
	display: none;
}
.blog-post .details .list a {
	color: #000;
	font-weight: 600;
}
.blog-post .details .link {
	color: #ff9e18;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-post hr {
	border-top: 1px solid #ba842c;
	margin: 25px 0px;
	width: 100%;
}

.partners .item {
	margin-bottom: 50px;
}
.partners .item img {
	margin-bottom: 5px;
}
.partners .item .title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
}
.partners .item:nth-child(2n+3) {
	clear: both;
}

/* END: Custom Site Styles */

/* BEGIN: Default Template Styles */
.breadcrumb {
	margin-bottom: 40px;
	padding: 0px;
	font-size: 13px;
	background:transparent;
	float:left;
	display:block;
	width:100%;
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #a7a7a7;
}

.searchNews {
    margin-bottom: 25px;
}
.searchNews input[type="text"] {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-left: 10px;
}
.searchNews .btn-default {
    background: #77aec5 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.newsNav ul {
    margin: 0 0 25px;
    padding: 0;
}
.newsNav ul li {
    border-bottom: 1px solid #e4e5e5;
    font-size: 13px;
    font-weight: 700;
    list-style-type: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.newsNav ul li i {
    padding-right: 10px;
}
.newsNav ul li .date {
    font-weight: 100;
    text-transform: uppercase;
}
.newsNav ul li .day {
    font-size: 24px;
    margin-right: 5px;
}

.sideNav {
	margin-bottom: 30px;
}
.sideNav ul {
    margin: 0;
    padding: 0;
}
.sideNav ul > li {
    list-style-type: none;
}
.sideNav ul > li > a {
	color: #000;
    display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 5px 10px 5px 35px;
	text-transform: uppercase;
	background: url(../img/sidenav-arrow.png) no-repeat -20px;
	transition: all .5s ease; /* our nice transition */
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
	background: url(../img/sidenav-arrow.png) no-repeat 10px #fff;
    color: #3c922e;
    text-decoration: none;
}

.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 15px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #3b6cb4;
    border: 1px solid #ddd;
    color: #fff;
}
.pagination > li > a:hover {
    background: none repeat scroll 0 0 #3b6cb4;
    color: #fff;
}

.post-pagination ul {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.post-pagination ul li {
	display: inline-block;
	width: 49%;
	padding: 1em;
	vertical-align: top;
	min-height: 91px;
}
.post-pagination ul li:last-child {
	border-left: 5px solid #F5F5F5;
}
.post-pagination .post h5 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

.news-content .news-header {
	margin-bottom: 25px;
}
.news-content .newsDate {
	background-image: url(../img/news_date_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 97px;
	height: 126px;
}
.news-content .newsDate span {
	display: block;
	text-align: center;
}
.news-content .newsDate .month {
	color: #000;
	padding-top: 21px;
	text-transform: uppercase;
	line-height: 29px;
}
.news-content .newsDate .day {
	color: #3b6cb4;
	font-size: 55px;
	line-height: 75px;
}
.news-content article {
    margin-bottom: 25px;
}
.news-content h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0px 0px 25px 0px;
}
.news-content h3 a {
	color: #3b6cb4;
}
.news-content .label {
    color: #405673;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content hr.seperator {
    background: none repeat scroll 0 0 #d3d4d5;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.news-content hr {
	margin-bottom: 35px;
}
.news-content figure {
    margin-bottom: 20px;
}
.news-content .btn {
    background: none repeat scroll 0 0 #9fc7f7;
    border: medium none;
	color: #404041;
}
.news-content .btn:hover {
    background: none repeat scroll 0 0 #3b6cb4;
    color: #fff;
}
ul.newsMeta {
    margin: 0;
    padding: 0;
}
ul.newsMeta li {
    color: #3b6cb4;
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}

.filter-list {
	margin-bottom: 50px;
	padding: 0px !important;
}
.filter-list > li {
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.filter-list > li:after {
	content: "|";
	color: #000;
	padding: 0px 8px;
}
.filter-list > li.label {
	color: #000;
	font-size: 13px;
}
.filter-list > li:first-child::after,
.filter-list > li:last-child::after {
	display: none;
}
.filter-list > li a {
	color: #84b370;
	text-decoration: underline;
}
/* END: Default Template Styles */

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* FORM STYLES */
.form_holder {
	padding: 25px;
	border: 1px solid #ddbf89;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
	background-color: #fff !important;
	border: 1px solid #dbd7cc !important;
	border-radius: 0px !important;
	color: #989898 !important;
	font-weight: 600 !important;
	height: auto;
	letter-spacing: 1px;
	padding: 8px 15px !important;
	border-left: 1px solid !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #989898 !important;
	font-weight: 600 !important;
	opacity: 1; /* Firefox */
}
.form-control:required {
	border-left: 2px solid red !important;
}

.requiredText {
	color:#cc0000;
	font-size:12px;
}

.formError {
	color:#cc0000;
	font-size:12px;
	margin-top:5px;
}

.fielderror {
	border-color: #cc0000 !important;
	box-shadow: none;
	border-width: 1px;
}

.control-label {
	font-size:14px;
	color:#666;
}

.legendForm {
	font-size:18px;
	color:#009ea8;
	padding:10px;
}

.btn-form {
	background-color:#a1d0de;
	color:#333 !important;
	border: 0px;
	border-radius: 0px;
	font-size: 16px;
	letter-spacing: 2px;
	/*margin-top:20px;*/
	width:170px;
	text-decoration: none;
}

.btn-default {
	background-color: #f38f1e;
	border: none;
	border-radius: 0px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 25px;
}
.btn-default:hover {
	background-color: #212b15;
	color: #fff;
}

.fieldLabelTxt {
	font-size: 13px;
}

.form-horizontal .control-label {
	text-align: left !important;
}


footer {
	padding: 50px 0px 25px 0px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0c59e+0,f0e5d3+30 */
	background: rgb(224,197,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,197,158,1) 0%, rgba(240,229,211,1) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(224,197,158,1) 0%,rgba(240,229,211,1) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(224,197,158,1) 0%,rgba(240,229,211,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c59e', endColorstr='#f0e5d3',GradientType=0 ); /* IE6-9 */
}

footer .footer-block:nth-child(2) {
	padding: 0px 30px;
}

footer .seo-block p {
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

.address h3 {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: none;
}
.address p {
	font-size: 18px;
	font-weight: 300;
}

footer article {
	font-family: 'Roboto', sans-serif;
	float:left;
	display:block;
	width:100%;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}
footer article:nth-child(1n+3){
	border-top:#d2d2d2 dotted 1px;
}
footer article .date{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:12px;
}
.footer-nav{
	font-size: 14px;
    line-height: 22px;
}

.footer-phone {
	border: 1px solid #3c922e;
	color: inherit;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0 0 0;
	padding: 8px 25px;
}

.copyright {
	padding: 35px 0 0 0;
}

/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    color: #3b6cb4;
}
.share ul li i {
    margin-right: 5px;
}

.social-widget h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
.social {
	margin: 0px;
	padding: 0px;
}
.social > li {
	margin: 0px 0px 10px 0px;
}
.social span {
	text-decoration: none;
	display: table-cell;
	vertical-align:middle;
	padding-left:15px;
}
.social a {
	color: #fff;
    display: block;
	text-decoration: none;
}
.social a:hover span {
	color: #3c922e;
	text-decoration: none;
}
.social span.icon {
	border: 2px solid #3c922e;
	border-radius: 50%;
    color: #3c922e;
	font-size: 20px;
	padding: 0px;
	text-align: center;
	height: 48px;
	width: 48px;
}

.twitterblock{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 45px;
}
.twitterblock:after{
	content: "\f099";
	font-family:"FontAwesome";
	font-size:30px;
	color:#ffffff;
	position: absolute;
	top:15px;
	left:15px;
	-webkit-text-shadow: 0px 0px 30px #000;
	-moz-text-shadow: 0px 0px 30px #000;
	text-shadow: 0px 0px 30px #000;
}
.tweet{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-weight:300;
	color:#ffffff;
	font-size: 15px;
	line-height: 18px;
}
.tweet.size-210{font-size: 16px;line-height: 19px;}
.tweet.size-180{font-size: 18px;line-height: 21px;}
.tweet.size-150{line-height: 23px;}
.tweet.size-120{font-size: 20px;line-height: 25px;}
.tweet.size-90,
.tweet.size-60,
.tweet.size-30,
.tweet.normal{font-size: 21px;line-height: 27px;}
.tweet a{
	color:#000000;
}
.tweetdatetime{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 8px 0 0 0;
	font-weight:400;
	font-size:14px;
}
.tweet a.tweetdatetime {color:#fff;text-decoration:none;}
.tweet a.tweetdatetime:hover {text-decoration:underline;}

/* DONATE FORM */
.formholder{
	display:block;
	width:100%;
	position:relative;
	float:left;
	border:1px solid #b9832c;
}
.formtopper{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 20px;
}
.formtopper h2{
	display:block;
	width:28%;
	position:relative;
	float:left;
	padding: 0 55px 0px 0;
	font-weight:400;
	font-size:28px;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
}
.formtopper p{
	font-size:15px;
	line-height: 18px;
}
.amountbox{
	display:block;
	width:100%;
	position:relative;
	float:left;
	border-top:1px solid #b9832c;
	border-bottom:1px solid #b9832c;
	background:#212b15;
	padding: 20px;
}
.amountbox h3{
	color: #f4901e;
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.innerbox{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 20px 0 0 0;
}
.amountholder{
	display:block;
	width:44%;
	position:relative;
	float:left;
	background:#fff;
	margin: 0 12% 0 0;
}
.amountholder input{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size:28px;
	line-height: 28px;
	padding: 8px 15px !important;
	color:#212b15;
}
.amountholder input.error{
	background:pink !important;
}
.amountholder:after{
	content: 'to be used for';
	font-family: 'Rokkitt', serif;
	font-size:13px;
	line-height: 13px;
	color:#fff;
	position: absolute;
	right: -62px;
	width:50px;
	font-weight: 500;
	top:9px;
}
.dedicateType{
	display:block;
	font-size:28px;
	line-height: 28px;
	width:44%;
	position:relative;
	letter-spacing: 0px !important;
	float:left;
	padding: 3px 15px !important;
}

.goback{
	display:block;
	width:auto;
	position:relative;
	float:right;
	margin: 5px 0 0 0;
	text-align: right;
	padding: 0 20px;
	font-size:18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#000;
	font-weight:400;
}
.goback.left{
	float:left;
	width:auto;
	margin: 20px 0 0 0;
	padding: 0;
}
.goback:before{
	content: url('../img/back-arrow-small.png');
	margin: 0 10px 0 0;
}
.goback:hover{
	color:#000;
}
.formgroup{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 20px 20px 0px 20px;
}
.formfoot{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 20px 0;
}
.spacer{
	height:100px;
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.formgroup label{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 5px 0;
	font-family: 'Rokkitt', serif;
}
.formgroup input[type="text"],
.formgroup input[type="tel"],
.formgroup input[type="email"]{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 6px 0;
	border: 1px solid #fff !important;
	-webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}
.formgroup input[type="text"].ccnumber{
	width:90%;
}
.formgroup select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff !important;
}

.formgroup select.error,
.formgroup input[type="text"].error,
.formgroup input[type="tel"].error,
.formgroup input[type="email"].error{
	border-color:#e02d2d  !important;
}
.error{
	display:block;
	width:100%;
	position:relative;
	float:left;
	font-size:15px;
	color:#e02d2d;
	font-weight:bold;
}
.errorblock{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 0;
	margin: 0 0 40px 0;
	color:#e02d2d;
}
.errorinner{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#f5d5a2;
}
.errorinner ul li{
	color: #fd4239;
}

.cctype{
	display:block;
	width:10%;
	text-align: right;
	position:relative;
	float:left;
	font-size:40px;
	color:#f38f1e;
}
.custom{
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.ccards{
	font-size:25px;
	color:#212b15;
	margin: 0 0 15px 0;
}
.state,
.formgroup input[type="text"].city,
.expM,
.expY{
	width:32%;
	float:left;
	margin: 0 2% 0 0;
}
.formgroup input[type="text"].cvv{
	width:32%;
}

.formgroup input[type="text"].zip{
	width:32%;
}


#formsubmitbutton{
	float:left;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:#f38f1e;
	display:block;
	padding: 10px;
	line-height: 18px;
	font-size:18px;
	border:none;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#formsubmitbutton.right_f{float:right;}
#formsubmitbutton:hover{
	cursor:pointer;
	background:#e38419;
}
#formsubmitbutton span{
	display:block;
	width:100%;
	position:relative;
	padding: 10px;
	border:1px solid #fff;
	float:left;
}
#totalbox{
	float: right;
	margin-top: 20px;
	font-size: 25px;
	font-weight: bold;
	color: #1d5b1d;
}
.ajaxloader{
	display:none;
	position:relative;
	float:right;
}
.success{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 20px;
}
.success h2{
	display:block;
	width:100%;
	position:relative;
	float:left;
	color: #3e9440;
	font-family: 'Rokkitt', serif;
	font-size: 30px;
	font-weight: 600;
	text-transform:uppercase;
}
.success h3{
	color:#444;
	font-weight:bold;
	font-size:20px;
	font-family:'Courier', monospace;
}


/* DONATE NOW */

.donateblock{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 10px 0;
	background:#f4ece0;
}
.donateblockinner{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 30px 20px 40px 20px;
}
.donateblock h2{
	display:block;
	width:28%;
	position:relative;
	float:left;
	padding: 0 55px 0px 0;
	color:#000;
}
.donateblock p{
	font-size:15px;
	line-height: 18px;
}
a.morelink{
	display:block;
	width:100%;
	position:relative;
	float:left;
	background-color:#f5e0c6;
	color:#000;
	font-weight:400;
	letter-spacing: 2px;
	font-size:18px;
	text-align: right;
	text-transform: uppercase;
	border-bottom:1px solid #b9832c;
	padding: 7px 45px;
	background-image:url('../img/fwd-arrow-small.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}
a.morelink:hover{
	cursor:pointer;
	color:#3c912e;
	text-decoration: none;
	background-color:#e6cdae;
}


/* DONATE DETAIL */

ul.pdfs{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
}
ul.pdfs li{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 0 0 3px 0;
	background-color:#f0d3ae;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}
ul.pdfs li a{
	background-image:url('../img/pdf-icon.png');
	background-repeat:no-repeat;
	background-position: left 20px center;
	color:#605446;
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding: 8px 8px 8px 60px;
}
ul.pdfs li a{
	color:#605446;
	text-decoration: none;
}
ul.pdfs li:nth-child(even){
	background-color:#efdbc0;
}
ul.pdfs li:hover{
	background-color: #f4ece0;
}
.contactbox{
	display:block;
	width:100%;
	position:relative;
	float:left;
	color:#000;
	font-weight:400;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	font-size:15px;
	text-align: left;
	text-transform: uppercase;
	border-bottom:1px solid #b9832c;
	padding: 8px 60px 12px 60px;
	background-image:url('../img/mail-icon.png');
	background-repeat:no-repeat;
	background-position: left 21px center;
}
.contactbox:hover{
	color:#3e9440;
}

/* EVENT REG FORM */
.cellholder{
	display:block;
	width:30%;
	position:relative;
	float:left;
	padding: 0 20px 0 0;
}
.cellholder input{
	display:block;
	width:100%;
	position:relative;
	float:left;
}
.cellholder label{
	color:#fff;
}
.cellholder.full{
	width:60%;
}
.totaldisplay{
	display:block;
	width:auto;
	position:relative;
	float:right;
	font-size:24px;
	text-align: right;
	color:#3e9440;
	margin: 25px 0 0 0;
	padding:10px;
	background:rgba(0,0,0,0.2);
}

h3.topmar{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 30px 0 0 0;
}
.innerbox textarea{
	display:block;
	width:100%;
	position:relative;
	float:left;
	resize:vertical;
	max-height:500px;
	min-height: 120px;
}
p.notep{
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin: 4px 0;
	color:#fff;
	text-align: center;
}
.totalbox{
	display:flex;
	position:relative;
	float:left;
	width:100%;
	justify-content: flex-end;
}
.totalbox span{
	font-size:35px;
	line-height: 35px;
	color:#847f5d;
	text-transform: uppercase;
	font-size:20px;
	font-weight:bold;
}
#total{
	line-height: 35px;
	padding: 0 !important;
	font-size:35px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    color: #3e9440 !important;
	border:none !important;
	box-shadow: none;
}


.boardEvent .wrapper {
	background-color: #edddc5;
	padding: 10px 20px 25px 20px;
	xfloat: left;
	display: block;
	margin-bottom: 10px;
}
.boardEvent h2 {
	margin-bottom: 5px;
	text-align: center;
}
.boardEvent .eventDate .date {
	background: #fff;
	color: #000;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.boardEvent .eventDate .date span {
	display: block;
}
.boardEvent .eventDate .date .day {
	font-size: 105px;
	line-height: 105px;
	background: #fff;
}
.boardEvent .eventDate .date .month {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	padding-bottom: 10px;
}
.boardEvent .eventType {
	color: #fff;
	padding-top: 10px;
}
.boardEvent .eventLabel {
    font-family: 'Rokkitt', serif;
	font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}
.boardEvent .details {
	font-size: 15px;
}
.boardEvent .cta {
	background-color: #fff;
    border: 2px solid #000;
    color: #49a03c;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 8px 20px;
	text-transform: uppercase;
}
.boardEvent .listings {
	background-color: #edddc5;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px;
}
.boardEvent .listings:last-child {
	margin: 0px;
}
.boardCalendarWrapper {
	border: 1px solid #ba842c;
}
.boardCalendarWrapper h2 {
	padding: 15px 25px;
}

.addCalendar-link {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.addCalendar-link img {
	float: left;
	margin-right: 5px;
}

.donate-dedicate .panel {
	background: none;
	border: none;
}
.donate-dedicate .panel-heading {
	border: none;
	border-radius: 0px;
	background-color: #212b15;
}
.donate-dedicate .panel-body {
	padding: 15px 15px 0px 15px;
	border: 1px solid #212b15;
}
.donate-dedicate .formgroup {
	padding: 0px 15px 15px 15px;
	float: none;
}
.donate-dedicate .formgroup input[type="text"] {
	border: 1px solid #dbd7cc !important;
}
	/*  */

/* 4/5 CB Updates */
.amountholder.fullsized{width:100%;margin:0;}
.amountholder.fullsized::after {display:none;}

.custom_checkgroup{
	margin:12px 0;
	display:block;
	width:100%;
	border:1px solid #e1cca9;
	float:left;
}
.custom_checkgroup input{display:none;}
.custom_checkgroup label{
	display:block;
	width:100%;
	padding: 12px 12px 12px 64px;
	position:relative;
	cursor:pointer;
}
.custom_checkgroup label:after{
	content: "\f096";
	font-family: FontAwesome;
	position:absolute;
	top:50%;
	left:12px;
	width:40px;
	text-align: center;
	font-size:34px;
	color:#212b15;
	line-height: 29px;
	transform:translate(0,-50%);
}
.custom_checkgroup input:checked + label:after{
	content: "\f14a";
}
.custom_checkgroup label p{
	display:block;
	margin:0;
	line-height: 18px;
	color:#212b15;
}
.custom_checkgroup label p span{
	display:block;
	line-height: 1em;
	color: #75450e;
	font-size:12px;
	margin: 4px 0 0 0;
}


/* Cart Styles - cb - Apr 2022 */



/* Cart layout */
.cart_line_item{
	margin: 0 0 15px 0;
	border: 1px solid #ebdbc3;
	padding: 25px 25px 25px 100px;
	background: #fdf6ec;
	position:relative;
}
.cart_line_item a h3{
	font-size:22px;
	color:#212b15;
}
.cart_line_item a:hover h3{
	color:#3c922e;
}
.cost_details{
	display:flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.detail_pill{
	margin: 10px 10px 0 0;
	padding: 5px 8px;
	font-size:18px;
	border: 1px solid #cce8e4;
	background: #f0f2f0;
}

.cart_line_item p.note{
	margin: 15px 0 0 0;
	border: 1px solid #eae7e7;
	padding: 4px 8px;
	background: #f9eee3;
	color: #8a7457;
	font-family: georgia;
	font-size: 12px;
}

.cart_line_item p.note textarea{
	width:100%;
	background:#fff9f0 !important;
	border:none !important;
	appearance:none;
	padding: 10px !important;
	min-height:30px;
	font-family: georgia !important;
	color:#236f0e  !important;
	font-weight:normal !important;
	resize:none;
	outline:none;
}
.cart_line_item p.note textarea:focus{
	background:#fff9f0 !important;
}

.cart_line_item p.note span{
	display:block;
	margin: 0 0 5px 0;
	padding: 2px 0 0 15px;
	color:#748271;
	position:relative;
}
.cart_line_item p.note span:after{
	content:'\f040';
	font-family:'FontAwesome';
	font-weight:900;
	position:absolute;
	top:2px;
	left:0;
}

.cart_line_item .util_links{
	margin: 12px 0 0 0;
	font-size:14px;
	text-transform: uppercase;
	color:#212b15;
}
.cart_line_item .remove_item:hover{
	cursor:pointer;
	text-decoration: underline;
}


.additional_donation{
	border: 1px solid #ecdcc1;
	padding: 12px;
	float:left;
	background: #fdf5e8;
	width:100%;
}
.formgroup .additional_donation  input[type="text"]{
	border: 1px solid #ecdcc1 !important;
}

.backlinks{
	text-align: center;
	padding: 40px 0 80px 0;
}
.backlinks h2{
	font-size:24px;
	margin: 0 0 20px 0;
	position:relative;
}
.backlinks h2:after{
	content:'_';
	position:absolute;
	bottom: -18px;
	left:50%;
	transform:translate(-50%,0);
}
.backlinks p {font-size:14px;}
.backlinks p span{
	display:block;
}
.backlinks p span a{
	display:inline-block;
	padding: 8px 25px;
	font-size: 15px;
	margin: 7px 0;
	border-radius:40px;
	background: #f8fbeb;
	border: 2px solid #3c922e;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cart_line_item .date{
	position:absolute;
	top:20px;
	left:20px;
	width:60px;
	text-align: center;
	display:block;
	color: #3c922e;
}
.cart_line_item .date .day{
	font-size: 58px;
	line-height: 58px;
	width:100%;
	display:block;
}
.cart_line_item .date .month{
	display:block;
	font-size: 15px;
	line-height: 15px;
	font-weight:700;
	width:100%;
}

.total_lines .total_line,
#final_total{
	justify-content: space-between;
	display:flex;
}
#final_total{
	border-top: 1px solid #b99c9c;
	padding: 10px 0;
	margin: 10px 0 0 0;
	font-size:18px;
	font-weight:700;
}
.total_lines .total_line:first-child{border:none;}
.total_lines .total_line{
	padding: 5px 0;
	border-top: 1px dotted #b99c9c;
}

/* Checkout Button */
#checkout_button{
	display:block;
	font-weight:700;
	text-align:center;
	font-size:20px;
	color:#fff;
	background:#3c922e;
	padding: 12px 25px;
	border-radius:5px;
	margin: 20px 0;
	transition:ease all 200ms;
}
#checkout_button:hover{
	background: #27661d;
}

/* ADD TO CART */
#event_atc_box{
	margin: 0 0 50px 0;
}
#atc{
	float:right;
	margin: 20px 0 0 0;
	color: #2c3719;
	border: 2px solid #db8539;
	background: #f4901e;
	cursor:pointer;
}



/* Checkout Page */
.return_link{
	display:inline-block;
	padding: 8px 25px;
	font-size: 15px;
	margin: 7px 0;
	border-radius:40px;
	background: #f8fbeb;
	border: 2px solid #3c922e;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.titlebar .sectionTitle.nopadding{
	margin-bottom: 10px;
}

#summary{
	margin: 20px 0;
}
#summary .summary_line_item{
	background:#fdf5e8;
	padding: 15px;
	margin: 0 0 15px 0;
	border-radius:3px;
}

#summary .summary_line_item .detail_pill{
	width:100%;
	margin: 0 0 5px 0;
	padding: 1px 6px;
	font-size: 14px;
}
#summary .summary_line_item h3{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#note_label{
	line-height:1em;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	color:#444;
}
.line_item_header{
	display:flex;
	justify-content: space-between;
}
#summary .summary_line_item .line_price{
	text-align: right;
	font-size:16px;
	line-height: 1em;
	font-weight:bold;
	color:#2b7720;
	margin: 0 0 5px 0;
}
#summary .summary_line_item p.note{
	padding: 10px;
	line-height:1em;
	font-size:12px;
	background: #f9eacf;
	font-family: georgia;
	color: #8e6415;
}

/* Alert */
#addToCartAlert{
	position: fixed;
	top:-140px;
	height:140px;
	width:100%;
	max-width:300px;
	display:block;
	right:0px;
	padding: 20px;
	z-index: 5000;
	transition:ease-in-out top 500ms;
}
#addToCartAlert.active{
	top:0;
}
#addToCartAlert p{
	font-size:16px;
	margin:0 0 7px 0;
	font-weight:700;
	line-height:1em;
	color: #278023;
}
#addToCartAlert a{
	display:block;
	border-radius:5px;
	color:#fff;
	background:#278023;
	padding: 10px 10px 10px 50px;
	position: relative;
	text-align: center;
	line-height: 1em;
	font-weight:700;
}
#addToCartAlert a:before{
	position:absolute;
	width:40px;
	left:0;
	height:100%;
	top:50%;
	transform:translate(0,-50%);
	content:'\f07a';
	line-height: 34px;
	font-weight:900;
	text-align: center;
	border-right:1px solid #0d710d;
	font-family:'Font Awesome 5 Free';
}
.alert_pill{
	border-radius:8px;
	background:#fff;
	padding:12px 12px 12px 70px;
	position: relative;
}
.alert_pill:before{
	position:absolute;
	width:40px;
	text-align: center;
	font-size:34px;
	content:'\f058';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	color: #278023;
	left:15px;
	top:50%;
	transform:translate(0,-50%);
}
.alert_pill:after{
	display:block;
	content:'';
	position:absolute;
	z-index: -1;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	box-shadow:0 10px 30px 10px #000;
	opacity:0.7;
}

.content-wrapper{
	display:relative;
}
.customSticky{
	position: sticky;
	top: 20px;
	bottom: 20px;
}

/* CONFIRMATION PAGE */
.transNumber{
	color:green;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid green;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.conf_item{
	margin: 0 0 30px 0;
	background:#fffdf0;
	border-radius:4px;
	padding: 30px;
}
.conf_header{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #aaa;
	margin:0 0 8px 0;
}
.conf_header span{
	font-size:16px;
	font-weight:bold;
	color:green;
}
.conf_header h3 i{
	position:relative;
	top:1px;
}
.conf_item h3{
	margin:0;
	font-size:18px;
}
.conf_item p{
	margin: 0 0 11px 0;
}
.conf_note{
	padding: 10px;
	line-height: 1.4em;
	font-size: 14px;
	background: #f9eacf;
	font-family: georgia;
	color: #8e6415;
}
.conf_total{
	color: green;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.conf_total div{
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
}






















/*  */
