/*
Theme name: Cotap
Description: Custom Theme
*/

/* WordPress Default styles */
@import url('wp-default.css');

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

}

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

}

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

}

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

}

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

}


* { margin: 0; padding: 0; outline:0; }

html, body { height: 100%; }

body {
	font-size: 14px;
	line-height: 1.3;
	font-family: 'FontinSansRegular', Arial, Helvetica, Sans-Serif;
	color: #4a3026;
	background: #e6e5ca url(images/bg-pattern.png);
}

a { color: #79772c; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

h2 { font-size: 24px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:18px; }
textarea { overflow:hidden; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

#page { width: 961px; margin: 0 auto; position:relative }

#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -191px; }
#footer, #footer-push { height: 181px; }
#footer .fb-like, #footer .google-like {width: 80px;
float: left;
margin-top: 11px;
margin-right: 10px;}
.rounded-drop-shadow {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(65,65,65,0.5);
	-moz-box-shadow: 0 0 10px rgba(65,65,65,0.5);
	box-shadow: 0 0 10px rgba(65,65,65,0.5);
	
	overflow: visible;
}

.bottom-rounded { margin-bottom: 10px; }

.bottom-rounded #navigation {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#featured-projects .rounded-drop-shadow {
	-webkit-box-shadow: 0 0 7px rgba(145,145,145,0.5);
	-moz-box-shadow: 0 0 7px rgba(145,145,145,0.5);
	box-shadow: 0 0 7px rgba(145,145,145,0.5);
}

.top-content { margin-bottom: 17px; }

#header { height: 106px;}
h1#logo {
	display: inline;
	float: left;
	height: 67px;
	padding: 19px 0 0 7px;
	width: 226px;
}

h1#logo a {
	background: url(images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	height: 67px;
	line-height: 0;
	text-indent: -4000px;
}
h2.tagline { float: right;
display: inline;
padding: 75px 10px 0 0;
font: normal normal normal 23px/1.3 'FontinBold', Arial, sans-serif;
color: #DF9B15;}

h2.pagetitle { font-size: 20px; margin-bottom: 10px; }

div#header-scroll {
	display: none;
	background: #e6e5ca; /*  */
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
@media only screen and (min-width: 1025px) {
	div#header-scroll.show {display: block;}
}
div.inner-scroll {
	margin: 0 auto;
	padding: 10px 0;
	width: 961px;
}

div.inner-scroll h2 a {
	background: url(images/logo-mobile.png) no-repeat center center;
	background-size: contain;
	display: block;
	float: left;
	margin-top: 6px;
	text-indent: -4000px;
	width: 145px;
	height: 30px;
}

div.inner-scroll ul.menu {
	float: left;
	list-style-type: none;
	margin: 12px 0 0 40px;
}

div.inner-scroll ul.menu li {
	float: left;
}

div.inner-scroll ul.menu li a {
	color: #79772c;
	font-size: 16px;
	margin-right: 20px;
}

div.inner-scroll ul.menu li a:hover {
	color: #ffb600;
	text-decoration: none;
}

div.inner-scroll a.button-1 {
	float: right;
	width: 150px;
}
#navigation { position: relative; width: 951px; height: 40px; background: url(images/navigation.png) repeat-x 0 0; padding: 0 5px; overflow: hidden; }
li.widget h5, .box-head, #navigation {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.box2-cnt, #content, .nav-only #navigation {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-cnt {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.slicknav_menu #call_to_action_btn{
	width:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	float:right;
	margin-top:6px;
	margin-right:4px;
	padding:0px 10px;
}
#mobile_header_logo{
	display:none;
}
.slicknav_menu #mobile_header_logo{
	content:"";
	display:block;
	position:absolute;
	width:145px;
	height:30px;
	top:10px;
	left:50%;
	margin-left:-72px;
	background:url(images/logo-mobile.png) no-repeat center center;
	background-size:contain;
}
.slicknav_btn{
	float:left !important;
}
.slicknav_btn .slicknav_menutxt{
	display:none !important;
}
.slicknav_nav ul.menu{
	margin-left:7px;
}

#navigation ul { list-style: none; } 
#navigation li { float: left; display: inline; position: relative; }
#navigation li a { float: left; padding: 11px 10px 8px; height: 21px; font: normal normal normal 16px/1.3 'FontinSansRegular', Arial, sans-serif; color: #fff; text-shadow: -1px -1px 0 #5d5b20; text-decoration: none; }
#navigation li.current_page_item a,
#navigation li.current-menu-item a,
#navigation li:hover a,
#navigation li a:hover { color: #FFD372; }

#navigation li ul.sub-menu { display: none; position: absolute; top: 40px; color: #FFD372; background-color: #5d5b20; z-index: 100; }
#navigation li ul.sub-menu li { width: auto; white-space: nowrap; clear:both; }
#navigation li ul.sub-menu li a { padding: 11px 15px 8px 10px; }
#navigation li ul.sub-menu a:hover { color: #fff; background: #5d5b20; }

#top-content { position: relative; width: 926px; background-color: #fff; padding: 19px 15px 12px 20px; }
#top-content {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#featured-slider { padding: 0 5px 5px 0; background: url(images/featured-slider-bg.png) no-repeat 0 0; }
#featured-slider,
#featured-slider .jcarousel-clip { width: 610px; height: 310px; position: relative; overflow: hidden; }
#featured-slider ul { height: 310px; list-style: none; position: relative; overflow: hidden; }
#featured-slider li { float: left; display: inline; width: 610px; height: 310px; position: relative; overflow: hidden; }
#featured-slider li img { display: block; }
#featured-slider li .caption { width: 430px; position: absolute; background: url(images/transparent-b-80.png); }
#featured-slider li .caption p { padding: 10px 25px; font-size: 24px; line-height: 28px; color: #fff; text-shadow: 1px 1px 0 #000; }
#featured-slider li .caption p a { color: #fff; }
#featured-slider .slider-navigation { position: absolute; right: 14px; bottom: 11px; }
#featured-slider .slider-navigation a { float: left; width: 12px; height: 12px; background: url(images/dot.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-left: 9px; }
#featured-slider .slider-navigation a:hover,
#featured-slider .slider-navigation a.active { background-position: 0 bottom; }

#featured-box { width: 291px; height: 310px;  background: url(images/featured-box-bg.png) 0 0; position: relative; }
#featured-box .image { width: 291px; height: 310px; overflow: hidden; }
#featured-box img { display: block; }
#featured-box .image .rounded { position: absolute; background: url(images/featured-box-corners.png) 0 0 no-repeat; height: 13px; width: 13px; }
#featured-box .image .tr { right: 0; top: 0; background-position: right top; }
#featured-box .image .br { right: 0; bottom: 0; background-position: right bottom; }
#featured-box .image .bl { left: 0; bottom: 0; background-position: 0 bottom; }
#featured-box .caption { position: absolute; bottom: 10px; left: 0; background: url(images/transparent-b-80.png); width: 291px; padding: 5px 0 13px; }
#featured-box .caption p { font-size: 18px; line-height: 24px; color: #fff; text-shadow: 1px 1px 0 #000; padding: 0 0 5px; text-align: center;}
#featured-box .caption .button-1 { margin: 0 auto; }
#featured-box{
	overflow: hidden;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.button-1 { display: block; width: 271px; height: 42px; line-height: 42px; text-align: center; font-size: 20px; color: #fff; text-shadow: 1px 1px 0 #d58d00; background-color: #FFB600; text-decoration: none !important; }
.button-1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button-1:hover { background-color: #FFD372; }

#top-content .project-short { padding-bottom: 30px; border-bottom: 1px solid #e0e0e0; margin-bottom: 30px; }
#top-content .project-short.last { border: none; margin-bottom: 0; }
#top-content .side-a { width: 610px; }
#top-content .side-b { width: 295px; }
#top-content .project-summary { height: 100%; overflow: hidden; padding: 0 0 15px; }
#top-content .project-summary .flag { width: 104px; height: 95px; background: url(images/box-flag.png); float: left; display: inline; margin: 0 10px 0 0; padding: 9px 0 0; }
#top-content .project-summary .flag img { display: block; margin: 0 auto; }
#top-content .project-summary .flag span { display: block; text-align: center; font-size: 14px; color: #4a3026; font-family: 'FontinSansSmallCaps', Arial, sans-serif; padding: 6px 0 0; }
#top-content .project-summary h3 { font-family: 'FontinSansBold', Arial, sans-serif; font-weight: normal; padding: 0 0 10px; }
#top-content .project-summary p { font-size: 16px; line-height: 22px; }
#top-content .featured-media { width: 565px; height: 345px; padding: 0 0 6px; }
#top-content .featured-media img { display: block; }
.button-action { display: block; width: 295px; height: 62px; background-color: #FFA900; text-decoration: none !important; color: #fff; font-size: 21px; line-height: 60px; text-align: center;  }
.button-action {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 4px 10px rgba(145,145,145,0.6);
	-moz-box-shadow: 4px 4px 10px rgba(145,145,145,0.6);
	box-shadow: 4px 4px 10px rgba(145,145,145,0.6);
	
}
#top-content .button-action { margin: 19px 2px 40px 0; }
#top-content .media-gallery ul { list-style: none; overflow: hidden; position: relative; margin-right: -9px; width: 304px; }
#top-content .media-gallery li { width: 90px; height: 90px; float: left; display: inline; margin: 0 9px 9px 0; position: relative; }
#top-content .media-gallery li img { display: block; }
#top-content .media-gallery li .button-play { float: left; position: absolute; top: 23px; left: 16px; width: 46px; height: 32px; background: url(images/button-play.png); font-size: 0; line-height: 0; text-indent: -4000px; }
#top-content .media-gallery .gallery-caption { position: relative; font-size: 14px; line-height: 18px; color: #5d5b20; font-family: 'FontinSansRegular', Arial, sans-serif; padding: 5px 0 0; }
#top-content .media-gallery .gallery-caption .description { display: none; }

h3.mission { height: 39px; line-height: 39px; padding: 22px 0 7px 52px; background: url(images/glyph.png) no-repeat 0 17px; font-size: 20px; font-weight: normal; color: #8a8a38; }

a.videoPopup { display: block; position: relative; }
a.videoPopup .yt-play { position: absolute; width: 100%; height: 100%; background: url(images/play_button.png) no-repeat center center;  }

form .error { color: #AE1B28; }

#footer { background: url(images/footer-shadow.png) repeat-x 0 0; padding: 10px 0 0; }
#footer-inner { background: url(images/footer.png); padding: 40px 0; }
#footer-cnt { width: 941px; margin: 0 auto; color: #fff; }
#footer h5 { font-size: 14px; font-family: 'FontinSansSmallCaps', Arial, sans-serif; font-weight: normal; padding: 0 0 15px; }
#footer a { color: #fff; }

#footer div.footer-top {
	border-bottom: 1px solid #e7e5d0;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#footer ul.logos {
	float: left;
	list-style-type: none;
	width: 62%;
}
#footer ul.logos li {
	float: left;
	margin-right: 30px;
	position: relative;
}
#footer ul.logos li:last-of-type { margin-right: 0; }

#footer ul.logos li.onepercent { top: 8px; }

#footer ul.logos li.amazon { top: 14px; }

#footer div.menu-copyright {
	float: left;
	width: 70%;
}
#footer .connect-us { 
	float: right;
	width: 30%;
}
#footer .connect-us ul {
	list-style-type: none;
}
#footer .connect-us li {
	float: left;
	margin-right: 18px;
}
#footer .connect-us li:last-of-type {margin-right: 0;}
#footer .connect-us a {
	display: block;
	width: 35px;
	height: 35px;
}
#footer .connect-us a:hover { opacity: 0.7; }
#footer .connect-us a img {width: 100%; height: auto;}

#footer .partners { float: right; width: 38%; } 
#footer .partners-slider,
#footer .partners-slider .jcarousel-clip { width: 354px; height: 75px; position: relative; overflow: hidden; }
#footer .partners-slider .jcarousel-clip img { display: block; margin: 0 auto; }
#footer .partners-slider ul { height: 75px; list-style: none; position: relative; overflow: hidden; }
#footer .partners-slider li { float: left; display: inline; margin-right: 18px; width: 100px; overflow: hidden; }
#footer .bottom-logo { float: right; display: inline; width: 120px; height: 88px; }
#footer .bottom-logo a { height: 88px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/guidestar.png); margin-top: 5px;}

#footer div.menu-copyright ul {
	list-style-type: none;
}

#footer div.menu-copyright ul.menu {
	clear: both;
	margin-bottom: 8px;
}

#footer div.menu-copyright ul.contact-info {
	clear: both;
	margin-bottom: 8px;
}

#footer div.menu-copyright li {
	float: left;
	margin-right: 5px;
}

#footer div.menu-copyright li:after {
	content: '|';
	margin-left: 5px;
	position: relative;
}

#footer div.menu-copyright li:last-of-type:after { content: none; }

#footer p.copyright {
	clear: both;
	display: block;
}

#footer .bottom-navigation { padding: 0 0 5px; clear: both; }
#footer .bottom-navigation ul { list-style: none; }
#footer .bottom-navigation ul li { display: inline; float: left; }
#footer .bottom-navigation ul li span { padding: 0 3px; }
#footer .bottom-navigation a { font-family: 'FontinSansItalic', Arial, sans-serif; }
#footer .copyright { font-family: 'FontinSansItalic', Arial, sans-serif; }

#top-content.inner-box { padding: 40px; width: 880px; }
.inner-box .box-cnt { width: 535px; padding: 0; }
.inner-box .box-cnt-wide { width: 100%; padding: 0; }


#top-content.inner-box #content img,
#content img{
	max-width:100%;
	height:auto;
}
.inner-box #content iframe{
	margin:30px 0;
	width:100%;
}
iframe{
	max-width: 100%;
}

#main { padding: 0 5px 15px 9px; height: 100%; }

#main div.side-a.right {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(145,145,145,0.5);
    -moz-box-shadow: 0 0 10px rgba(145,145,145,0.5);
    box-shadow: 0 0 10px rgba(145,145,145,0.5);
}

#main div.side-a.right div.box2 {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#main div.side-a.right div.box2-cnt {border-radius: 0; background: transparent;}

#main div.side-a.right div.box2-cnt h3 {color: #dd8d00;}

#featured-projects { width: 626px; }


.projects .first,
#featured-projects .first { margin-left: 0px; margin-right: 22px;}
.projects .box2-cnt,
#featured-projects .box2-cnt { padding: 0 0 12px 0; }
.projects .box2-inner,
#featured-projects .box2-inner { padding: 12px 15px 0 15px; height: 147px; overflow: hidden; }
.projects .button-learn-more,
#featured-projects .button-learn-more { margin-left: 15px; }
.projects .box2-inner .something,
#featured-projects .box2-inner .something { overflow: hidden; }

.projects {
	clear: both;
	margin:0 -10px;
}

h2.pagetitle {
	clear: both;
	margin: 20px 0 15px;
	padding: 0;
}

.projects .column-3 {
	float:left;
	width:33%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:20px;
}

.projects .clear {
	clear: both;
}

.box { width: 626px; }
.box-head { height: 30px; background-color: #79772C; }
.box-head h5,
h5.widgettitle, h5.widgettitle a { color: #fff; font-family: 'FontinSansSmallCaps', Arial, sans-serif; line-height: 30px; padding: 0 12px; text-shadow: -1px -1px 0 #676525; font-weight: normal; text-decoration: none !important; }
h5.widgettitle a {padding:0px;}

h5.widgettitle { background-color: #79772C; margin: -10px -15px 5px -15px; }
.box-cnt { padding: 10px 20px; background-color: #fff; }
.box-inner { margin: 17px 15px; }
.gchart { position: relative; }
.box-inner .scrollable-content { overflow: hidden; }
.box-b { height: 10px; background: url(images/box-b.png); font-size: 0; line-height: 0; text-indent: -4000px; }
#main .bottom-bg { height: 10px; width: 630px; background: url(images/box-b.png) no-repeat 0 0; }
#main .main-box-bg { background: url(images/box-cnt.png) repeat-y 0 0; }
#main .main-box-bg #sidebar {  }

p.more span { padding: 0 10px; display: none; }
p.more .less { display: none; }

.box2 { width: 301px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.box2-t { height: 16px; background: url(images/box2-t.png) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -4000px;  }
.box2-head { height: 30px; background: url(images/box2-head.png) 0 0;  }
.box2-head h5 { color: #fff; font-family: 'FontinSansSmallCaps', Arial, sans-serif; line-height: 30px; padding: 0 12px; text-shadow: -1px -1px 0 #676525; font-weight: normal; }
.box2-cnt { background-color: #fff; color: #79772C; padding: 15px 10px 17px 10px; min-height: 50px; height: auto !important; }
.box2-cnt .featured-image { display: block; }
.box2-cnt h2 { font-size: 22px; line-height: 24px; padding: 0 0 23px; font-weight: normal; font-family: 'FontinSansBold', Arial, sans-serif; }
.box2-cnt h3 { padding: 0 0 3px; font-weight: normal; }
.widget_ns_mailchimp h3 { color: #79772C; }
.box2-cnt p.summary { font-size: 14px; line-height: 18px; padding: 0 0 20px; }
.box2-inner { padding: 0 15px; height: 100%; }
.box2-b { height: 20px; background: url(images/box2-b.png) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -4000px; }
.widget_ns_mailchimp form label,
.box2 .subscibe label { display: block; color: #79772C; padding: 0 0 5px; }
.widget_ns_mailchimp form input,
.box2 .subscibe .field { display: block; padding: 2px; width: 225px; margin: 0 0 17px; }
.widget_ns_mailchimp form .button,
.box2 .subscibe .button-subscribe2 { cursor: pointer; border: 0; display: block; width: 105px; height: 30px; background: url(images/button-subscribe2.png); font-size: 0; line-height: 0; text-indent: -4000px; margin: 0px; }
.button-learn-more { display: block; width: 126px; height: 30px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/button-learn-more.png); }
.actionbox { margin: 15px 9px 15px 0; }
.widget {
	-webkit-box-shadow: 0 0 10px rgba(145,145,145,0.5);
	-moz-box-shadow: 0 0 10px rgba(145,145,145,0.5);
	box-shadow: 0 0 10px rgba(145,145,145,0.5);
}
.actionbox .box2-inner { padding: 0 10px 5px 10px; }
.widget_ns_mailchimp .box2-inner { padding: 2px 15px 0 15px; }
.actionbox-hover {
	-webkit-box-shadow: 0 0 10px #919191;
	-moz-box-shadow: 0 0 10px #919191;
	box-shadow: 0 0 10px #919191;
}
.actionbox-hover .box2-cnt { background-color: #E6E6E6; }

#content { min-height: 400px; height: auto; background-color: #fff; }

#content h4 { padding: 0 0 3px; }
#content p,
#content ul,
#content ol { padding-bottom: 17px; font-size: 14px; line-height: 18px; }
#content ul,
#content ol { list-style-position: outside; padding-left: 15px; }
#content li { padding: 0 0 8px; }
#content p a { color: #79772c; text-decoration: underline; }
#content p a:hover { text-decoration: none; }

.box-cnt-wide #content p, .box-cnt-wide #content ul, .box-cnt-wide #content ol {
	font-size: 16px; line-height: 21px;
}

#sidebar .widgets { list-style: none outside; }
#sidebar .widgets li ul { margin-left: 10px; }
#sidebar .widget { margin-bottom: 17px; }
#sidebar .box2-cnt { padding: 10px 15px 10px 15px; }
#sidebar .gmap { width: 270px; height: 118px; margin: 0 auto 15px; }
#sidebar div.section { width: 125px; }
#sidebar div.section p { display: block; font-size: 14px; padding: 0 0 12px; }
#sidebar div.section p span { display: block; font-size: 12px; font-family: 'FontinSansBold', Arial, sans-serif; text-transform: uppercase; }
#sidebar a { text-decoration: underline; }
#sidebar a:hover { text-decoration: none; }
#sidebar .theme-widget-performance .section { padding: 12px 0 0 5px; width: 274px; }
#sidebar .theme-widget-carbon .section { padding: 0 0 0 5px; width: auto; }
#sidebar .theme-widget-carbon .logo { width: 47%; }

.icon-document { padding-left: 18px; background: url(images/icon-document.png) no-repeat 0 0; }


/* =Comments
-------------------------------------------------------------- */
#comments { clear: both; }
#comments .navigation {	padding: 0 0 18px 0; }

h3#comments-title, h3#reply-title { color: #000; font-size: 20px; font-weight: bold; margin-bottom: 0; }
h3#comments-title { padding: 24px 0; }

.commentlist { list-style: none; margin: 12px 12px 0 12px; }
.commentlist li.comment .children li.comment { border-bottom: 1px solid #e7e7e7; line-height: 24px;	margin: 0 0 24px 0;	padding: 0 0 0 56px; position: relative; }
.commentlist li:last-child { border-bottom: none; margin-bottom: 0; }

#comments .comment-body ul,
#comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }

.comment p { font-size: 13px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar { position: relative; top: 4px; left: 0; }
.comment-author cite { color: #000; font-style: normal; font-weight: bold; }
.comment-author .says { font-style: italic; }
.comment-meta {	font-size: 12px; margin: 0 0 18px 0; }
.comment-meta a:link, .comment-meta a:visited {	color: #888; text-decoration: none; }
.comment-meta a:active,.comment-meta a:hover { color: #ff4b33; }

.reply { font-size: 12px; padding: 0 0 24px 0; }
.reply a, a.comment-edit-link { color: #888; }
.reply a:hover, a.comment-edit-link:hover {	color: #ff4b33; }

.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, .nocomments { display: none; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback { border-bottom: 1px solid #e7e7e7;	margin-bottom: 18px; padding-bottom: 18px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px;	font-style: italic; }

/* Comments form */

input[type=submit] { color: #333; }
#respond { border-top: 1px solid #e7e7e7; margin: 24px 12px 24px 12px; overflow: hidden; position: relative; width: 98% ; }
#respond p { margin: 0; }
#respond h3 { padding: 10px 0; color: #888888; font-size: 17px; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
h3#reply-title { margin: 18px 0; }
#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required { color: #ff4b33; font-weight: bold; }
#respond label { color: #888; font-size: 12px; }
#respond input { margin: 0 0 9px; width: 40%; display: block; }
#respond input#submit {	width: 120px; margin-top: 12px; }
#respond textarea {	width: 98%; display: block; }
#respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { margin: 12px 0; }
#respond .form-submit input { font-size: 14px; width: auto; }

/*LePage Shopp Page Edits */
.post-241 h3, .post-241 .headline, .post-241 .breadcrumb { display: none; }
form.shopp.product.validate { width: 410px; float: right; margin-top:-35px;}

.textwidget form input[type="image"] {
	margin: 0 auto;
	display: block;
}
.textwidget form select {
	width: 50%;
}

.textwidget input[name="quantity"] {
	width: 50px;
}

#google_translate_element {
	position: absolute;
	right: 10px;
	top: 5px;
}
/** fb-header **/
.fb-header {
	top: 10px;
	right: 173px;
	position: absolute;
}
.press-logo {
	float: right;
	margin-top: 58px;
	margin-right: 20px;
}
.press-logo li {
	float: left;
	list-style-type: none;
}
.press-logo li a {
	float: left;
	width: 960px;
	height: 78px;
	position: relative;
	text-indent: -9999em;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	opacity: 0.4;
	background: url('images/cotapv1.png') no-repeat 0 0;
}
.press-logo li a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
 background: url('images/cotapcolorv1.png') no-repeat 0 0;   
}

#header .button-1 {
	float: right;
	width: 150px;
	margin-top: 32px;
}

body.page-id-5317 .a2a_kit {
	display: none;
}

/* Responsive Stuff */ 

body .slicknav_menu {
	display:none;
	background: #e6e5ca;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
}
body .slicknav_menu li a { color: #79772C; /*text-shadow: -1px -1px 0 #5d5b20;*/ text-decoration: none; font: normal normal normal 16px/1.3 'FontinSansRegular', Arial, sans-serif; }
body .slicknav_menu li.menu-item > a:hover { color: #444; background:none; }
body .slicknav_menu li.menu-item > a > a:hover { color: #444; background:none; }

body .slicknav_btn{ font: normal normal normal 16px/1.3 'FontinSansRegular', Arial, sans-serif; background:none; text-shadow: -1px -1px 0 #5d5b20 }

body .slicknav_btn .slicknav_icon-bar {
	background-color: #797631;
}

.clearfix{ clear:both; }
.clearfix:after{
	content: "";
	display: table;
	clear: both;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	margin:0px !important;
	width: 100%;
	height: 100%;
}

.entry input, .entry textarea {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-press{
	margin:30px auto;
	overflow: hidden;
	float:none;
	width: 960px;
}

.donate-footer {
	text-align: center;
	margin-top: 20px;
	color: white;
}

body.page-template-template-donate { 
	color: white;
	background-size: cover;
	background-attachment: fixed;    
}

body.page-template-template-donate #content {
	background-color: transparent;
}

body.page-template-template-donate h1 {
	text-align: center;
	color: #e89a00;
	font-size: 22px;
	padding: 0 10px;
}

#give_error_test_mode, .give-form-title, #give-donation-level-button-wrap, #give-payment-mode-select, #give_purchase_form_wrap, #give-final-total-wrap, 
body.page-template-template-donate .post-edit-link, .donate-offset, .give-mailchimp-fieldset, .tonnes_offset {
	display: none;
}

body.page-template-template-donate #page {
	width: 600px;
	background: rgba(0,0,0,0.4);
	margin-left: 100px;
	padding-bottom: 10px;
}

.give-currency-symbol {
	text-shadow: none;
}

a.donate-top-left {
	font-size: 16px;
	color: white;
	margin: 20px;
	display: block;
}

a.donate-top-left:before {
	content: "\003c\00a0";
}

.donate-logo {
	display: block;
	margin: 20px auto;
	width: 50%;
}

.donate-details {
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
}

#give-payment-mode-select, #give_purchase_form_wrap {
	margin: 0 20px;
}

.give-total-wrap {
	text-align: center;
	margin: 20px 0;
}

.give-donation-amount {
	display: inline-block;
}

#donate-initial {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 0;
	color: #333;
	margin: 0;
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	transition: 0.2s;
}

#donate-initial:hover, #give-purchase-button:hover {
	color: white;
	background: #e89a00;
	cursor: pointer;
}

#give-purchase-button {
	font-size: 18px;
	transition: 0.2s;
}

.donate-offset {
	font-size: 18px;
	margin-top: 10px;
}

body.page-template-template-donate .post .entry {
	overflow: visible;
	margin: 0 10px;
}

.give_error.give_success {
	color: #7ad03a;
}

.give_error {
	color: #aa0000;
}

.slicknav_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.hero {
	height: 390px;
	background-size: cover;
}

.hero h2.pagetitle {
	text-align: center;
	color: white;
	font-size: 40px;
	padding-top: 100px;
	margin: 0 22%;
}

.hero h3.subtitle {
	color: white;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}

body.page-template-page-hero #top-content.inner-box {
	padding: 0;
	width: 960px;
	max-width: 100%;
}

body.page-template-page-hero .post .entry h2 {
	color: #dd8d00;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 30px;
}

body.page-template-page-hero .alt-bg {
	padding: 50px 80px 30px;
	clear: both;
}

body.page-template-page-hero .alt-bg:nth-of-type(odd) {
	background-color: #fafafa;
}

body.page-template-page-hero .alt-bg:first-of-type {
	padding-top: 65px;
}

body.page-template-page-hero .box-cnt-wide #content p,
body.page-template-page-hero .box-cnt-wide #content ul,
body.page-template-page-hero .box-cnt-wide #content ol {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 2;
}

body.page-template-page-hero #content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .image-grid li {
	padding: 0;
	float: left;
	width: 25%;
	margin: 20px 4%;
	position: relative;
	background: black;
}

.image-grid li a span {
	position: absolute;
	top: 45px;
	color: white;
	font-size: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.entry .image-grid a {
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}



.entry .image-grid a img {
	opacity: 0.5;
}

.entry .image-grid a:hover img {
	opacity: 0.7;
}

body.page-template-page-hero li strong {
	display: block;
	font-size: 26px;
}

.alt-bg .alignright {
	width: 35%;
	margin-top: 35px;
}

body.page-template-page-hero h2::before {
	content:"";
	display:block;
	height:50px; /* fixed header height*/
	margin:-50px 0 0; /* negative fixed header height */
}

.calculator-box {
	width: 250px;
	background: white;
	box-shadow: 0 0 10px rgba(65,65,65,0.5);
}

.calculator-box.sticky {
	display: none;
	position: fixed;
	top: 200px;
	right: -250px;
}

.calculator-box h4 {
	background: #79772c;
	color: white;
	font-size: 18px !important;
	padding: 15px 25px !important;
	line-height: 1.4 !important;
}

.calculator-box p {
	font-size: 15px !important;
	padding: 20px !important;
	line-height: 1.3 !important;
}

.calculator-box a {
	background: #fdb62b;
	display: block;
	margin: 10px 30px 30px !important;
	text-align: center;
	color: white !important;
	font-size: 15px !important;
	padding: 7px !important;
	border-radius: 5px;
	text-decoration: none !important;
}

.calculator-box a:hover {
	background-color: #FFD372;
}

.alt-bg .calculator-box {
	float: left;
	margin: 0 50px 25px 0;
	border-radius: 5px;
}

.alt-bg .calculator-box a {
	margin: 0 !important;
}

.entry a {
	text-decoration: underline;
}

/* map template */
body.page-template-template-map {
	height: auto;
}

.page-template-template-map #header {
	height: 50px;
	margin: 5px 15px;
	display: block;
}

.page-template-template-map #header .button-1 {
	margin-top: 5px;
}

.page-template-template-map h1#logo {
	height: 50px;
	padding: 0;
	display: inline;
	float: left;
	width: 150px;
	min-width: 150px;
}

.page-template-template-map h1#logo a {
	height: 50px;
	width: 150px;
	background-size: contain;
	background-repeat: no-repeat;
}

.page-template-template-map #map-embed {
	width:100%; 
	height: calc(100vh - 100px);
	border: 0;
	background: gray;
}

.page-template-template-map.admin-bar #map-embed {
	height: calc(100vh - 132px);
}

.page-template-template-map #page {
	width: 100%;
}

.page-template-template-map .donate-footer {
	line-height: 20px;
	margin: 10px auto;
}

.page-template-template-map #wrapper {
	margin: 0 auto;
	min-height: 0;
}

/*--New CSS added by Olivier July 2018 and January 2019--*/
body.single-donation,
body.page-template-page-donate {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

body.single-donation div#page,
body.page-template-page-donate div#page {
	width: auto;
}

body.single-donation div.donate-footer,
body.page-template-page-donate div.donate-footer {
	display: none;
}

body.single-donation div.copyright,
body.page-template-page-donate div.copyright {
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}

body.single-donation div#wrapper,
body.page-template-page-donate div#wrapper {
	margin: 0 !important;
}

body.single-donation div#footer-push,
body.page-template-page-donate div#footer-push {
	display: none;
}

div.donate-wrapper {
	background-color: rgba(0,0,0,0.7);
	display: block;
	font-size: 18px;
	padding: 0 20px 20px;
	width: 500px;
}

div.donate-wrapper.left {
	float: left;
	margin: 50px 0 50px 50px;
}

div.donate-wrapper.right {
	float: right;
	margin: 50px 50px 50px 0;
}

div.donate-wrapper h1 {
	text-align: center;
	color: #e89a00;
	font-size: 22px;
	margin: 0 0 20px 0;
}

div.donate-wrapper div.subtitle {
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

div.donate-desc {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	padding: 20px;
	position: fixed;
	bottom: 50px;
	
	width: 400px;
}

div.donate-desc.left {
	left: auto;
	right: 50px;
}

div.donate-desc.right {
	left: 50px;
	right: auto;
}

div.donate-wrapper div.gform_wrapper {
	color: #ffffff;
}

/*Gravity Forms*/
div.gform_wrapper div.gfield_creditcard_warning_message {
	display: none;
}

div.gform_wrapper span.gfield_required {
	color: #e94756;
	margin-left: 4px;
}

div.gform_wrapper ul {
	list-style-type: none;
}

div.gform_wrapper li.gfield {
	clear: both;
	margin: 0 0 25px 0;
}

div.gform_wrapper li.frequencefield {
	display: none;
}

div.gform_wrapper li.frequencefield.frequency {
	display: block;
}

div.gform_wrapper li.gfield.nevershow,
div.gform_wrapper li.gfield.hideload {
	display: none;
}

div.gform_wrapper li.gfield.gform_hidden {
	display: none;
}

div.gform_wrapper li.hidelabel label.gfield_label {
	display: none;
}

div.gform_wrapper label {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}

div.gform_wrapper li.hidden {
	display: none;
}

div.gform_wrapper li.gform_validation_container {
	display: none;
}

div.gform_wrapper div.validation_message {
	color: #e94756;
	margin-top: 10px;
	font-size: 14px;
}

div.gform_wrapper div.validation_error {
	color: #e94756;
	margin-bottom: 10px;
}

div.gform_wrapper.gform_validation_error li.tohide,
div.gform_wrapper.gform_validation_error div.gform_footer {
	display: block;
}

div.gform_wrapper input[type="text"] {
	background-color: #ffffff;
	border: none;
	border-radius: 0; 
	padding: 10px 8px 6px;
	-webkit-appearance: none;
}

div.gform_wrapper select {
	border-radius: 0;
	height: 37px;
}

div.gform_wrapper ul.gfield_radio {

}

div.gform_wrapper ul.gfield_radio li {
	display: inline;
	margin-right: 25px;
}

div.gform_wrapper ul.gfield_radio input {
	margin-right: 10px;
}

div.gform_wrapper input.large[type="text"] {
	width: calc(100% - 16px);
}

div.gform_wrapper li#field_2_2 {
	text-align: center;
}

div.gform_wrapper li#field_2_18 {
	text-align: center;
}

div.gform_wrapper div.ginput_container_product_price {
	clear:both;
	display: inline-block;
}

div.gform_wrapper div.ginput_container_product_price:after {
	content: "";
	display: table;
	clear: both;
}

div.gform_wrapper div.ginput_container_product_price span.dollar,
div.gform_wrapper div.ginput_container_product_price span.donate-btn {
	background-color: #eee;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #5d5d5d;
	display: inline-block;
	float: left;
	font-size: 22px;
	padding-top: 6px;
	text-align: center;
	width: 37px;
	height: 30px;
}

div.gform_wrapper div.ginput_container_product_price input#input_2_2 {
	float: left;
	padding: 0 8px;
	width: 125px;
	height: 38px;
}

div.gform_wrapper div.ginput_container_product_price span.donate-btn {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	font-size: 18px;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
}

div.gform_wrapper div.ginput_container_product_price span.donate-btn:hover {
	background-color: #e89a00;
	color: #fff;
}

div.gform_wrapper div.ginput_complex:after,
div.gform_wrapper span.ginput_full:after {
	content: "";
	display: table;
	clear: both;
}

div.gform_wrapper div.ginput_complex span.name_first {
	float: left;
	margin-right: 2%;
	width: 48%;
}

div.gform_wrapper div.ginput_complex span.name_last {
	float: right;
	margin-left: 2%;
	width: 48%;
}

div.gform_wrapper div.ginput_complex span input {
	width: calc(100% - 16px);
}

div.gform_wrapper div.ginput_complex span label {
	display: none;
}

/*Credit card*/
div.gform_wrapper div.gform_card_icon_container {
	float: left;
	margin: 0 0 20px 0;
}

div.gform_wrapper div.gform_card_icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 40px;
	float: left;
	margin-right: 15px;
	text-indent: -9999px;
	width: 64px;
	height: 40px;
}

div.gform_wrapper div.gform_card_icon_visa {background-image: url(images/icon-visa.png);}
div.gform_wrapper div.gform_card_icon_mastercard {background-image: url(images/icon-master.png);}
div.gform_wrapper div.gform_card_icon_amex {background-image: url(images/icon-amex.png);}
div.gform_wrapper div.gform_card_icon_discover {background-image: url(images/icon-discover.png);}
div.gform_wrapper div.gform_card_icon_jcb {background-image: url(images/icon-jcb.png);}
div.gform_wrapper div.gform_card_icon_maestro {background-image: url(images/icon-maestro.png);}
div.gform_wrapper div.gform_card_icon_inactive {opacity: 0.7;}

div.gform_wrapper span.ginput_full {
	display: block;
	width: 100%;
}

div.gform_wrapper span.ginput_full input {
	width: 100%;
}

div.gform_wrapper span.ginput_full label {
	display: block;
}

div.gform_wrapper span.ginput_cardextras {
	margin: 15px 0 10px;
}

div.gform_wrapper span.ginput_cardextras label {
	clear: both;
	display: block;
}

div.gform_wrapper span.ginput_cardinfo_left {
	float: left;
	width: 70%;
}

div.gform_wrapper span.ginput_card_expiration_container {
	float: none;
	width: 100%;
}

div.gform_wrapper span.ginput_cardextras span label {
	display: block;
	margin: 5px 0 0 0;
}

div.gform_wrapper select.ginput_card_expiration_month {
	margin: 0 3% 0 0;
	width: 50%;
}

div.gform_wrapper select.ginput_card_expiration_year {
	width: 40%;
}

div.gform_wrapper span.ginput_cardinfo_right {
	float: left;
	width: 30%;
}

div.gform_wrapper span.ginput_cardinfo_right input[type="text"] {
	float: left;
	margin-bottom: 5px;
	width: calc(100% - 90px);
}

div.gform_wrapper span.ginput_cardinfo_right span.ginput_card_security_code_icon {
	background: url(images/icon-cvv.png) center no-repeat;
	background-size: 64px 40px;
	display: block;
	float: left;
	margin: -2px 0 0 10px;
	width: 64px;
	height: 40px;
}

div.gform_wrapper div.gform_footer {
	display: none;
}

div.gform_wrapper div.gform_footer.toshow {
	display: block;
}

div.gform_wrapper div.gform_footer input {
	background: #ededed;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	padding: 8px 10px;
	-webkit-appearance: none;
}

div.gform_wrapper div.gform_footer input:hover {
	background: #e89a00;
	color: #fff;
}

div.gform_confirmation_message {
	color: #ffffff;
	font-size: 22px;
	text-align: center;
}
/*END Credit card*/

/*Campaign page*/
body.single-campaign a#call_to_action_btn {
	display: none;
}

div.campaign img.featured {
	margin: 0 0 30px 0;
	max-width: 100%;
	height: auto;
}

div.campaign div.custom-html-widget h4 {
	color: #339966;
	font-weight: bold;
	margin: 8px 0 4px;
}

div.campaign div.custom-html-widget p {
	margin: 0 0 10px 0;
}

div.campaign div.custom-html-widget p.small {
	font-size: 12px;
}

div.campaign div.custom-html-widget p.cost-auto {
	margin: 10px 0 0 0;
}

div.campaign div.custom-html-widget p.cost-auto.hidden {
	display: none;
}

/*Hide the mobile progress bar on desktop*/
div.campaign div.mobile-bar {
	display: none;
}

div.load-bar {
	background-color: #dd8000;
	border: 1px solid black;
	height: 25px;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 2px;
}

div.load-bar span {
	background-color: #fcd440;
	display: block;
	height: 100%;
}

form.tracing-form input[type=number] {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 38px;
	margin-right: 15px;
	padding: 0 10px;
	width: 100px;
	-webkit-appearance: none;
}

form.tracing-form input#donatebtn1,
form.tracing-form input#donatebtn2 {
	background-color: #ffb600;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none !important;
	text-shadow: 1px 1px 0 #d58d00;
	-webkit-appearance: none;
}

form.tracing-form input#donatebtn1:hover,
form.tracing-form input#donatebtn2:hover {
	background-color: #ffd372;
}
@media screen and (max-width: 1024px) {
	div.campaign h5.widgettitle {
		border-radius: 5px;
		margin: 0 0 15px 0;
	}

	div.campaign div.mobile-bar {
		border-bottom: 1px solid #ccc;
		display: block;
		margin-bottom: 20px;
	}

	div.campaign div#sidebar {
		display: none;
	}

	div.campaign div.custom-html-widget {
		margin-bottom: 20px;
	}

	div.campaign div.entry img {
		max-width: 100%;
		height: auto;
	}
}
/*END Campaign page*/

/*Donation Widget*/
.donation_widget p.intro {
	font-size: 10px;
	margin: 15px 0;
}

div.donate-widget.hidden1,
div.donate-widget.hidden2 {
	display: none;
}

div.donate-widget.show1,
div.donate-widget.show2 {
	display: block;
}

div.donate-widget h4 {
	font-size: 14px;
	margin-bottom: 20px;
}

div.donate-widget h4 span {
	cursor: pointer;
	text-decoration: underline;
}

div.donate-widget h4 span:hover {
	text-decoration: none;
}

div.donate-dollarform span.dollar {
	background-color: #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    color: #5d5d5d;
	float: left;
	font-size: 22px;
    padding-top: 6px;
    text-align: center;
    width: 37px;
	height: 32px;
}

div.donate-tonneform span.dollar {
	float: left;
	margin: 0 10px 0 -5px;
	width: 44px;
	height: 32px;
}

.donation_widget input[type=number] {
	float: left;
	width: 60px !important;
}

.donation_widget input[type=button]:disabled {
	background-color: #ffd372 !important;
	cursor: default !important;
}

.donation_widget p.cost-auto {
	margin-top: 10px;
}

.donation_widget p.cost-min {
	margin-top: 10px;
}

.donation_widget p.cost-min.text-costmin {
	display: none;
}

.donation_widget p.cost-min.hidden1,
.donation_widget p.cost-auto.hidden1,
.donation_widget p.cost-min.hidden2,
.donation_widget p.cost-auto.hidden2 {
	display: none;
}

.donation_widget input[type="number"]::-webkit-outer-spin-button,
.donation_widget input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*END Donation Widget*/

@media screen and (max-width: 1150px) {
	
	div.donate-desc {
		bottom: 20px;
		left: 30px;
		width: 200px;
	}

	div.donate-wrapper {
		padding: 30px;
		width: 450px;
	}

	div.donate-wrapper.left {
		margin: 50px 0 20px 30px;
	}

	div.donate-wrapper.right {
		margin: 50px 30px 20px 0;
	}

	div.gform_wrapper div.gform_card_icon {
		background-size: 48px 30px;
		margin-right: 10px;
		width: 48px;
		height: 30px;
	}

}

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

	div.donate-desc {
		display: none;
	}

	div.donate-wrapper.left,
	div.donate-wrapper.right {
		float: none;
		margin: 50px auto 20px;
	}

}

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

	div.donate-wrapper.left,
	div.donate-wrapper.right {
		margin: 20px 20px 20px;
		width: auto;
	}

	div.gform_wrapper div.gform_card_icon {
		margin-bottom: 10px;
	}

	div.gform_wrapper span.ginput_cardinfo_left {
		float: none;
		width: 100%;
	}

	div.gform_wrapper span.ginput_cardextras {
		margin: 15px 0 0 0;
	}

	div.gform_wrapper span.ginput_cardextras span label {
		margin: 10px 0;
	}

	div.gform_wrapper select.ginput_card_expiration_month,
	div.gform_wrapper select.ginput_card_expiration_year {
		margin: 0;
		width: 100%;
	}

	div.gform_wrapper select.ginput_card_expiration_month {
		margin: 0 0 10px 0;
	}

	div.gform_wrapper span.ginput_cardinfo_right {
		float: none;
		width: auto;
	}

}

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

	body.single-donation #wrapper #page,
	body.page-template-page-donate #wrapper #page {
		width: auto;
	}

	div.donate-wrapper.left,
	div.donate-wrapper.right {
		margin: 0;
		padding: 20px;
	}

	div.gform_wrapper li#field_2_2 {
		text-align: left;
	}

	div.gform_wrapper div.ginput_complex span.name_first,
	div.gform_wrapper div.ginput_complex span.name_last {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	div.gform_wrapper div.ginput_complex span.name_first {
		margin: 0 0 10px 0;
	}

}

/*--END New CSS added by Olivier--*/

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

	#header{
		display:none;
	}
	#wrapper{
		margin-top:50px;
	}
	.footer-press{
		display:block;
	}

	.fb-like.fb-header, #google_translate_element{
		display:none;
	}

	#top-content .button-action{
		max-width: 100%;
		height:auto;
		min-height:62px;
		padding:20px 5px;
		line-height:1em;
		box-sizing:border-box;
	}

	/* HEADER */
	#navigation { display:none; }
	body .slicknav_menu {  display:block; }

	#wrapper #page{
		width:95%;
	}

	h1#logo{
		max-width:25%;
		height:100px;
	}
	h1#logo a{
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.press-logo{
		width:50%;
	}
	.press-logo li {
		width:100%;
	}
	.press-logo li a ,
	.press-logo li a:hover {
		max-width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#header{
		overflow:hidden;
		height:auto;
	}

	/* HOME */
	.top-content #top-content{
		overflow: hidden;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top-content #top-content #featured-slider{
		background: none;
		box-shadow:2px 2px 5px rgba(0,0,0,0.3);
		padding:0px;
		margin-bottom:10px;
	}
	.top-content #top-content #featured-slider,
	.top-content #top-content #featured-slider .jcarousel-clip{
		width:100%;
	}
	.top-content #top-content #featured-slider .jcarousel-clip{
	}
	.top-content #top-content #featured-slider li{
		width: auto;
	}
	.top-content #top-content #featured-slider li .caption{
		max-width:90%;
	}
	.top-content #top-content #featured-slider li .caption p{
		font-size:20px;
	}
	.top-content #top-content #featured-slider li img{
		width:100%;
	}


	#top-content .cl{
		clear:none;
	}
	#top-content .mission{
		float: left;
		width: 60%;
		box-sizing:border-box;
		height: auto;
		padding-right:20px;
		position:relative;
		top:150px;
		font-size:24px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	#top-content #featured-box{
		width: 40%;
		background-size:cover;
	}
	#top-content #featured-box .image{
		position:relative;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left:50%;
	}
	#top-content #featured-box .caption{
		text-align: center;
		width:100%;
	}
	#top-content #featured-box .caption .button-1 {
		width: 95%;
		padding:7px 15px;
		box-sizing:border-box;
		min-height:42px;
		height:auto;
		line-height: 1.5em;
	}
	#top-content #featured-box .image,
	#top-content #featured-box .image img{
		min-width:100%;
	}
	#top-content #featured-box .image img {
		width:auto;
		min-height: 100%;
		position:relative;
	}
	#featured-projects .box2 { margin-left: 0px; }
	#main #featured-projects > * {
		width:48%;
		box-sizing:border-box;
		margin:0px;
		float:right;
	}
	#main #featured-projects .first {
		float:left;
	}
	#main #featured-projects .videoPopup{
		width:100% !important;
		height:auto !important;
	}
	#main #featured-projects .videoPopup img {
		width: 100%;
	}
	#main #featured-projects .box2-inner{
		height:auto;
		min-height:150px;
	}

	/* GENERAL */
	#main{
		padding:0px;
		margin-bottom:50px;
	}
	#main > *{
		width:100%;
	}

	#main .side-a > *{
		width:100%
	}

	.gm-style{
		max-width:100% !important;
	}

	.inner-box .box-cnt{
		width:100%;
	}

	.inner-box #sidebar{
		width:100%;
		margin-top:30px;
	}

	.inner-box #sidebar .widget,
	#sidebar .widget{
		width:100%;
	}
	#sidebar .widgets .google-map,
	#sidebar .widgets .gmap{
		width:100%;
	}
	.inner-box #sidebar .widget img{
		display: block;
		max-width:100%;
		height:auto;
		max-height:none;
	}


	#top-content.inner-box{
		padding-left:15px;
		padding-right:15px;
	}

	/* PROJECTS */
	.projects .box2{
		width:100%;
		margin:0px;
	}
	.projects .box2 .img_a {
		width:auto !important;
		height:auto !important;
	}
	.projects .box2 img {
		width: 100%;
		height:auto;
	}
	.projects .box2 .box2-inner{
		height:auto;
		overflow: visible;
	}

	#top-content .side-a,
	#top-content .side-b{
		width:100%;
	}
	#top-content .side-a .featured-media{
		width:100%;
		height:auto;
	}
	#top-content .side-a .featured-media img {
		max-width: 100%;
		height: auto;
	}
	#top-content .side-b .media-gallery ul{
		width:100%;
	}

	/* FOOTER */

	#footer{
		width:100%;
		overflow: hidden;
		height:auto;
	}
	#footer .bottom-navigation{
		float:left;
		width:100%;
		margin-top:40px;
	}
	#footer .copyright {
		float:left;
		width:100%;
	}
	#footer #footer-cnt{
		overflow: hidden;
		width:100%;
		padding:0px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer ul.logos {
		float: none;
		width: 100%;
	}
	#footer div.menu-copyright {
		float: none;
		width: 100%;
	}
	#footer .connect-us {
		clear: both;
		float: none;
		margin-top: 30px;
		width: 100%;
	}
	#footer .connect-us .cl {
		clear:none;
		margin:0px;
	}
	#footer .connect-us > * {
		margin:0px;
		margin-bottom:5px;
		margin-right:10px;
	}
	#footer .partners {
		clear: both;
		float: none;
		padding-top: 30px;
		width:100%;
	}
	#footer .bottom-logo{
		width:20%;
	}
	#footer .subscribe,
	#footer .bottom-logo,
	#footer .partners,
	#footer .connect-us{
		height:auto;
	}
	#footer .bottom-logo a {
		background-repeat:no-repeat;
		background-position: center;
		background-size: contain;
	}
	#footer .partners .partners-slider,
	#footer .partners .jcarousel-clip{
		width:100%;
	}
	#footer .partners .jcarousel-clip img {
		max-width:100%;
		height:auto;
	}

	body.page-template-template-donate #wrapper #page {
		width: 600px;
	}
}

@media screen and (max-width: 768px) {
	/* HEADER */
	

	.press-logo{
		display:block;
		width:450px;
		max-width:90%;
		float:none;
		margin:30px auto 20px;
		overflow: hidden;
	}
	/*.footer-press{
		display:none;
	}*/
	.home.page .footer-press{
		display:block;
	}

	h1#logo {
		min-width:200px;
		display:block;
		width:40%;
		float:none;
		margin:0 auto;
	}
	.fb-like.fb-header, #google_translate_element{
		display:none;
	}

	/* HOME */
	.top-content #top-content #featured-slider,
	.top-content #top-content #featured-slider .jcarousel-clip,
	.top-content #top-content #featured-slider .jcarousel-clip .jcarousel-list ,
	.top-content #top-content #featured-slider .jcarousel-clip .jcarousel-list li{
		height:250px;
	}

	#top-content .mission{
		float: left;
		width: 50%;
		font-size:20px;
	}
	#top-content #featured-box{
		width: 50%;
		background-size:cover;
	}

	#sidebar div.section{
		width:100%;
	}

	/* PROJECTS */

	#main #featured-projects > * {
		width:100%;
		margin:0px;
		margin-top:15px;
	}
	#main #featured-projects > .first {
		margin-top:0px;
	}

	.projects {
		margin:0px;
	}
	.projects .column-3{
		width:100%;
	}

	/* FOOTER */

	#footer .subscribe input.button {
		margin-left:10px;
	}

	#footer .partners {
		
	}

	#footer .subscribe,
	#footer .connect-us,
	#footer .partners,
	#footer .bottom-logo{
		/*width:50%;
		margin-bottom:40px;
		height:110px;*/
	}

	body.page-template-template-donate {     
		background-position-x: -400px;
	}

	body.page-template-template-donate #wrapper #page {
		margin: 0 auto;
		width: 90%;
	}
	
	body.page-template-page-hero .alt-bg {
		padding: 40px 20px 20px;
	}    

	body.page-template-page-hero .post .entry h2 {
		font-size: 28px;
	}

	.image-grid li a span {
		top: 22px;
		line-height: 1;
	}
}

body,html{
	height:100%;
}

@media screen and (max-width: 782px) {
	.page-template-template-map.admin-bar #map-embed {
		height: calc(100vh - 146px);
	}
}

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

	#top-content .mission{
		width: 100%;
		top:0px;
		margin:20px 0;
		font-size:20px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#top-content #featured-box{
		width: 100%;
	}

	#top-content.inner-box #content img{
		display:block;
		margin:0 auto;
		float:none;
	}

	#footer .subscribe,
	#footer .connect-us,
	#footer .partners,
	#footer .bottom-logo{
		width:100%;
		margin-bottom:40px;
		height:70px;
	}

	.hero h2.pagetitle {
		margin: 0 10%;
		font-size: 30px;
	}

	#content .image-grid li {
		width: 42%;
	}

	body.page-template-page-hero #top-content.inner-box #content img.alignright {
		display: none;
	}

	.page-template-template-map #header .button-1 {
		width: 100px;
	}

}