body {
	font-family: auto-pro-new, sans-serif;
	font-size: 18px;
}

em {
	font-family: auto-pro-1-new, sans-serif;
	font-weight: 400;
	font-style: italic;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2 {
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

h3, h4 {
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
}

.k2SubCategories {padding: 8px 0;
margin: 0;
border-bottom: 1px solid #ddd;}

#sidebar-1 .zen-module-title h3 {font-size: 24px; background: #2C3361; color: #FFF; padding: 10px}

#sidebar-1 .zen-module-title h3 span {color: #FFF;}

#sidebar-1 .zen-module-title {margin: 10px 0 0 0; }

blockquote {
	font-size: 18px;
	background: #fbfbfb;
	padding: 15px 15px 1px 15px;
	box-shadow: 0px 0px 3px #4444445e;
	border: none;
	margin: 20px 0;
}

iframe {
	border: none;
}

.itemListCategory h1, h2.contentheading, h1.contentheading, h1.itemTitle, h1 {
	font-size: 48px;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

div.itemFullText h2, div.itemListCategory h2, div.itemIntroText h2, div.catItemHeader h3.catItemTitle {
	clear: none;
	margin: 35px 0 10px 0;
	padding: 0;
	font-size: 34px;
	line-height: 1.2;
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

div.itemFullText h3, div.itemListCategory h3, div.itemIntroText h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 24px;
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

div.itemFullText h4, div.itemListCategory h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

div.itemIntroText h4 {
	margin: 0 0 15px 0;
	clear: none;
}

div.itemFullText h5, div.itemListCategory h5, div.itemIntroText h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-family: auto-pro-new, sans-serif;
	font-weight: 700;
}

.itemFullText ul, .itemFullText ol {
	margin: 0 0 15px 25px;
}

.itemFullText ul ul {
	margin: 0 0 0px 35px;
}

.btn {
	text-transform: uppercase;
	padding: 6px 30px 6px 35px;
	position: relative;
	background: linear-gradient(90deg, rgba(115, 137, 220, 1.0) 50%, rgba(255,255,255,0) 50%) right center;
	background-size: 218%;
	border: none;
	color: #5779EB;
	border-radius: 0px 50px 50px 0px;
	margin: 0;
	/*background: linear-gradient(to left, #FFF 50%, #25323C 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
	   box-shadow: inset 0 0 0 0 #1AC4CC;*/
	transition: all linear .6s;
	margin: 15px 0 0 15px;
	box-shadow: none;
	font-weight: bold;
}

.btn:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	background: #5779EB;
	border-radius: 100px;
	font-size: 15px;
	padding: 6px 18px;
	position: absolute;
	top: 0px;
	left: -18px;
	width: 43px;
}

.btn:hover {
	color: #FFF;
	border: none;
	background: linear-gradient(90deg, #5779EB 50%, rgba(255,255,255,0) 50%) left center #5779EB;
	background-size: 218%;
     
	
    /* box-shadow: inset 400px 0 0 0 #1AC4CC;*/
	transition: all linear .6s;
}

.btn:hover:before {
	background: #5779EB;
	content: "\f061";
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

#navwrap {
	height: 80px;
}

#logowrap {
	
}

#logowrap .zen-container {
	width: 96%;
	max-width: 1200px;
}

#menu ul > li a, #menu ul > li span.zen-menu-heading {
	text-transform: uppercase;
}

#menu ul li li a, #menu ul li li span.zen-menu-heading {
	text-transform: none;
	font-size: 90%;
}

.zen-menu.zen-menu-horizontal ul ul {
	padding: 10px 20px;
}

#menu.zen-menu.zen-menu-horizontal ul li.parent a::before, #menu.zen-menu.zen-menu-horizontal ul li.parent span.zen-menu-heading::before {
	display: none;
}

.zen-menu-right ul.first-level > li > ul {
	left: 0;
	right: auto;
}

.zen-menu-horizontal ul ul li {
	line-height: 1.3;
}

#menu.zen-menu.zen-menu-horizontal ul.first-level > li {
	width: auto;
	display: inline-block;
}

#menu.zen-menu.zen-menu-horizontal ul {
	margin-top: 0px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

#logo {
	background: #FFF;
	position: relative;
}

#logo:before {
	position: absolute;
	content: '';
	background: #FFF;
	top: 0;
	left: -1000px;
	width: 1001px;
	height: 100%;
}

#logo img {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 80px;
	width: auto;
	max-width: 100%;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	float: left;
}

.zen-nav-fixed #logo img {
	height: 80px;
	width: auto;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.zen-nav-fixed #menu.zen-menu.zen-menu-horizontal ul {
	margin-top: 0px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

ul.zen-menu-10140 li a {
	padding: 0px 0;
	width: 200px;
	text-align: center;
}

#menu.zen-menu.zen-menu-horizontal ul.zen-menu-10140 {
	margin-top: 5px;
}

li.item-44 {
	background: #5779EB;
}

li.item-44 a {
	color: #FFF!important;
}

li.item-44 a:hover {
	color: #2c3461!important;
}

li.item-101627 {
	background: #FEBA31;
}

li.item-101627 a {
	color: #FFF!important;
}

li.item-101627 a:hover {
	color: #2C3461!important;
}

#menu-wrap {
	margin: 10px 0 0 0;
	width: 78%;
}

.zen-nav-fixed #menu-wrap, .zen-nav-fixed #menu.zen-menu.zen-menu-horizontal ul.zen-menu-10140 {
	margin-top: -2px;
}


/*Banner*/

#bannerwrap {
	position: relative;
}

#banner {
	overflow: hidden;
}

#bannerwrap .zen-spotlight {
	padding: 0;
}

#bannerwrap .moduletable {
	margin: 0;
}

.zen-module-title h3 {
	text-align: center;
	font-size: 42px;
}

#K2SplitModuleBox10150 img {
	width: 100%;
	height: auto;
	float: l;
}

#K2SplitModuleBox10150 div.headerwrap {
	padding: 350px 0 0px 50px;
	margin: 0;
}

#bannerwrap .custom {
	padding: 350px 0 0px 0px;
	margin: 0;
}

#bannerwrap .custom {
	background-size: cover;
	background-position: center center;
}

#K2SplitModuleBox10150 h1, #bannerwrap .custom h1 {
	text-align: center;
	border: none;
	margin-bottom: 10px;
}

#K2SplitModuleBox10150 h1 span, #bannerwrap .custom h1 span {
	padding: 10px 40px;
	margin: 0;
	text-align: center;
	background: #5779EB;
}

/*Grid1Wrap*/

#grid1wrap {
	background: #5779EB;
	margin-top: 0px;
	position: relative;
	z-index: 2;
	border-top: 0px solid #FFF;
}

#grid1 p {
	text-align: center;
	color: #FFF;
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	padding: 20px 0;
}

#grid1wrap .zen-spotlight {
	background: none;
}



/*Grid2Wrap*/

#grid2wrap {
	background: url('../images/birdprints1.png') no-repeat center center;
	background-size: 100% auto;
}

#grid2wrap .zen-spotlight {
	background: none;
}

#zentools-10133 .zt-col-8 {
	background: #fbfbfb;
	padding: 20px;
	box-shadow: 0px 0px 3px #4444445e;
	margin-left: -4%;
}

#zentools-10133  li.zt-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#zentools-10133 h4.zt-block {
	margin-bottom: 10px;
}

/*Grid3Wrap*/

/*#grid3wrap {
		background: url('../images/birdprints2.png') no-repeat center center; background-size: 100% auto;

}*/

#grid3wrap .zen-spotlight {
	background: none;
}

#grid10 p, #grid9 p {
	margin: 0;
}

#grid9 .wf-columns, #grid9 .custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#grid10 .koowa_media__item {
	width: 100%;
}

.moduletable.primary1 {
	padding: 20px;
}

#grid10 .zen-module-title h3 {
	font-size: 26px;
	line-height: 1.2;
	text-transform: none;
	margin-top: 20px;
}

#grid9 h4 {
	color: #FFF;
	clear: none;
	font-size: 24px;
}

#grid9 .btn {
	text-transform: uppercase;
	padding: 6px 30px 6px 35px;
	position: relative;
	background: linear-gradient(90deg, #FEBA31 50%, rgba(255,255,255,0) 50%) right center;
	background-size: 218%;
	border: none;
	color: #FEBA31;
	border-radius: 0px 50px 50px 0px;
	margin: 0;
	/*background: linear-gradient(to left, #FFF 50%, #25323C 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
	   box-shadow: inset 0 0 0 0 #1AC4CC;*/
	transition: all linear .6s;
	margin: 15px 0 0 15px;
	box-shadow: none;
	font-weight: bold;
}

#grid9 .btn:before {
	background: #FEBA31;
}

.supporttext {
	width: 61%;
	padding-right: 3%;
}

.supportwidget {
	width: 36%;
}

#grid9 .btn:hover {
	background: linear-gradient(90deg, #FEBA31 50%, rgba(255,255,255,0) 50%) left center #FEBA31;
	background-size: auto;
	background-size: 218%;
     
	
    /* box-shadow: inset 400px 0 0 0 #1AC4CC;*/
	transition: all linear .6s;
}

#grid9 .btn:hover:before {
	background: #FEBA31;
}






/*Grid4Wrap*/

#grid4wrap {
	
}

/*Grid5Wrap*/

#grid5wrap {
	
}

/*Grid6Wrap*/

#grid6wrap {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	margin-bottom: 0;
	padding: 30px 0;
	margin-top: 130px;
	position: relative;
}

#footerwrap:before {
	position: absolute;
	left: 0;
	top: -120px;
	content: "";
	width: 800px;
	height: 120px;
	background-size: auto 100%;;
}

#footerwrap .moduletable {
	margin: 0;
}

#footerwrap .zen-spotlight {
	padding: 0;
}

#copyright {
	
}

#footerwrap .fa {
	font-size: 24px;
}

/*zentools*/

.itemFullText .zentools ul li {
	border: none;
	list-style-type: disc;
}

.itemFullText zentools ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

.itemFullText .zentools ul li {
	border: none;
	list-style-type: none;
}

.zentools .zt-block {
	margin: 0;
}

.zentools h4.zt-block {
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.zentools .zt-text-intro p {
	font-size: 16px;
	line-height: 1.3;
}

.zentools .zt-text-intro h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

.zentools .zt-text-intro h4 {
	font-size: 18px;
	text-transform: none;
	margin: 0;
	font-weight: normal;
}

.zentools li.zt-item {
	margin-bottom: 40px;
}



/*Sidebar*/

#sidebar-1 .moduletable.inset {
	margin-top: 48px!important;
}

.moduletable.border {
	border-top:0;
}

#sidebar-1 ul li {
	padding: 5px 0;
line-height: 1.2;
font-size: 90%;
}

#sidebar-1 ul {
	margin-bottom: 0;
}

/*Main area*/

.mainwrap {
	padding-top: 0!important;
}

#midCol {
	padding-top: 48px!important;
}


/*k2*/

div.itemIntroText {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}

div.itemListCategory, div#itemListLinks, div.subCategory, div.itemToolbar {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
}

.itemBackToTop {
	display: none;
}

div.itemImageBlock {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

div.itemImageBlock {
	
}

div.catItemView {
	margin-bottom: 0;
}

.k2ItemList h2.contentheading {
	font-size: 1.7em;
	border: none;
	color: inherit;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.1;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
	height: inherit;
	line-height: inherit;
	margin: 0;
	font-size: inherit;
	padding: 6px;
}

span.imagecaption {
	background: none;
	text-align: right;
	font-style: italic;
	font-size: 85%;
}

div.itemNavigation {
	background: rgba(255, 255, 255, .8);
	padding: 10px;
	font-size: 76%;
	border: 1px solid #ccc;
	margin-top: 30px;
}

.itemNavigationTitle {
	font-weight: bold;
	padding-right: 10px;
}

a.itemNext {
	float: right;
}

#itemListLinks h4 {
	display: none;
}

div.itemRelated {
	background: #fbfbfb;
	padding: 20px;
	box-shadow: 0px 0px 3px #4444445e;
}

div.itemRelated h3 {
	margin-bottom: 10px;
}

div.itemRelated ul {
	margin-left: 30px;
}

div.showtime-image h3 {
	margin: 10px 0 10px 0;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 20px;
}

div.showtime-image p {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
}

/*JoomDonate*/

.input-prepend .add-on, .input-prepend .btn {
	height: 42px;
	line-height: 32px;
}

#amount_container .input-small {
	width: 120px;
}

form#os_form .form-actions {
	background: none;
	border: none;
}

#os_form input::placeholder {
	opacity: 1;
}

::-moz-placeholder, ::placeholder {
	opacity: 1;
}


/*Simple Image Gallery*/

ul.sigProResponsive li.sigProThumb a.sigProLink {
	color: #000;
	background-color: #FAFAFA;
	border: 6px solid #FAFAFA;
	-webkit-transition: 200ms all ease-in;
	-moz-transition: 200ms all ease-in;
	transition: 200ms all ease-in;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
	color: #000;
	text-decoration: none;
	background-color: #dadada;
	border: 6px solid #dadada;
}

ul.sigProResponsive li.sigProThumb a.sigProLink img.sigProImg, ul.sigProResponsive li.sigProThumb a.sigProLink:hover img.sigProImg {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* Caption */

ul.sigProResponsive span.sigProPseudoCaption, ul.sigProResponsive span.sigProCaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.2;
}

ul.sigProResponsive span.sigProPseudoCaption {
	background: #FAFAFA;
	padding-top: 10px;
	-webkit-transition: 200ms all ease-in;
	-moz-transition: 200ms all ease-in;
	transition: 200ms all ease-in;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
	background: #dadada;
}

ul.sigProResponsive span.sigProPseudoCaption b {
	font-size: 12px;
	font-weight: normal;
}

#itemListLinks .catItemBody {
	display: none;
}

@media  (max-width: 800px) {
	body {
		padding: 0;
	}
	
	#toolbar {
		
	}
	
	#mobile-logo img {
		padding: 10px 0 10px 10px;
		max-width: 90%;
		height: auto;
	}
	
	.offcanvas-trigger a.btn, .offcanvas-trigger a.btn-empty, .offcanvas-trigger a {
		float: right;
		font-size: 200%;
		margin: 20px;
		text-align: center;
		line-height: 1;
	}
	
	#toolbar.zen-row-wrap .btn span {
		margin: 0;
	}
	
	#toolbar p {
		margin: 0;
	}
	
	#bannerwrap {
		margin-top: 0px;
	}
	
	#mainwrap {
		margin-top: 0px;
	}
	
	.sb-width-wide {
		width: 100%;
	}
	
	.imageblock {
		float: none!important;
	}
	
	#zenkit span.itemImage img {
		margin: 0 0 10px 0px!important;
		box-shadow: none!important;
		border: none!important;
	}
	
	#donation-form .form-horizontal .controls {
		margin-left: 0;
	}
	
	#donation-form .form-horizontal .control-label {
		padding: 0;
	}
	
	#donation-form .form-horizontal .form-actions {
		padding-left: 0;
	}
	
	#amount_container {
		clear: both;
	}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
	
	.itemListCategory h1, h2.contentheading, h1.contentheading, h1.itemTitle, h1 {
		font-size: 36px;
	}
	
	#K2SplitModuleBox10150 div.headerwrap {
		padding: 250px 20px 0px 20px;
		margin: 0;
	}
	
	#K2SplitModuleBox10150 h1 {
		text-align: center;
		border: none;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	
	#K2SplitModuleBox10150 h1 span {
		padding: 10px 20px;
		margin: 0;
		text-align: center;
		background: rgba(116, 139, 218, 1.0);
		display: block;
	}
	
	div.itemImageBlock {
		float: none;
		margin: 0 0 20px 0;
	}
	
	.supporttext {
		width: 100%;
		padding-right: 0%;
	}
	
	.supportwidget {
		width: 100%;
	}
}