/*
	Theme Name: Climate Smart website
	Theme URI: climatesmartwood.net
	Description: Custom Wordpress theme for Climate Smart
	Version: 1.1
	Author: Eric Richards
	Tags: HTML5, CSS3, jQuery, custom, mobile, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/* -------------------------------------------------------------------------------------------------------------- */
/* css for site basics ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
    }	
body {
	position: relative;
	padding: 0;
	margin: 0;
	min-width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;	
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a {
	color: #c64844;
	font-weight: 700;
    transition: all 0.2s linear;
 	text-decoration: none;
   }
a:hover {
	color: #dd8633;
	outline: none;
    transition: all 0.2s linear;
   	}
ul {
	padding: 0 0 30px 20px;
	margin: 0;
	}
ul li {
    position: relative;    
	padding: 0 0 5px 0;
	vertical-align: middle;
	margin: 0;
	float: none;
	list-style: '+ ';
	}
ul li ul {
	padding: 10px 0 0 25px;
	}
ul li ul li {
	padding: 0 0 5px 0;
	list-style: disc;
	}
ul li::marker {
    color: #c64844;
    font-size: 20px;
    font-weight: 900;
	}
ul li ul li::marker {
    color: #7b868d;
    font-size: 22px;
    font-weight: 400;
	}
ol {
	padding: 0 0 30px 30px;
	margin: 0;
	}
ol li {
	padding: 0 0 5px 0px;
	margin: 0;
	float: none;
	}
ol li::marker {
    color: #c64844;
    font-size: 20px;
    font-weight: 700;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 14px; 
	line-height: 14px;
	}	
strong,
b {
	font-weight: 700;
	}
h1 {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	line-height: 57px;
	color: #fff;
	font-weight: 400;
	}
	.banner h1 {
		max-width: 400px;
		}
h2 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #0a6187;
	font-weight: 400;
	}
h3 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: #7b9b3b;
	font-weight: 700;
	}
h4 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 35px;
	color: #7b9b3b;
	font-weight: 700;
	}
	.single-procurement h4 {
		padding: 0px 0 20px 0;
		color: #0a6187;
		font-weight: 400;
		}
hr {
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c1c6c8;
	}
.learn-more-btn {
	display: inline-block;
	padding: 9px 40px 0 40px;
	margin: 15px 0 15px 0;
	height: 31px;
	background: #dd8633;
	border: none;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
	}	
	.learn-more-btn:hover {
		background: #c64844;
		color: #fff;
	    transition: all 0.3s linear;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#main {
	margin: 150px 0 60px 0;
	}
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 96%;
	padding: 0 2% 0 2%;
	max-width: 1170px;
	}
.section {
	padding: 25px 0 0 0;
	}
.wide-photo {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	}
	.wide-photo .container {
		padding: 190px 2% 150px 2%;
		}
	.wide-photo h2,
	.wide-photo p {
		color: #fff;
		}
.caption-btn {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	cursor: pointer;
	}	
	.caption-btn-large {
		bottom: 50px;
		}	
.photo-caption {
	display: none;
	position: absolute;
	padding: 10px 30px 10px 10px;
	bottom: 40px;
	left: 15px;
	max-width: 200px;
	font-size: 14px;
	line-height: 16px;
	color: #2060ad;
	font-weight: 700;
	background: #fff;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 150px;
	background: #fff;
	z-index: 999;
	}	
#logo {
	display: inline-block;	
	position: relative;
    transition: padding 0.2s linear;
	}
	#logo img {
		width: 100%;
		max-width: 399px;
		height: auto;
		vertical-align: top;
		transition: width 0.2s linear; 
		}
#navbar {
	position: fixed;
	top: 35px;
	right: 35px;
	width: 60px;
	height: 60px;
	background: url(images/menu.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 998;
    transition: all 0.2s linear;
	}
	.menu-text {
		position: fixed;
		top: 105px;
		right: 37px;
	    font-size: 16px;
	    line-height: 16px;
	    color: #c1c6c8;
	    font-weight: 600;
	    letter-spacing: 1px;
	    text-align: center;
	    z-index: 998;
		transition: all 0.2s linear;
		}
	#navbar:hover {
		background: url(images/menu-on.png) no-repeat;
		transition: all 0.1s linear;
		transform: rotate(360deg);
		transform-origin: 30px 30px;
		}
	.menu-mobile {
		width: 40px !important;
		height: 40px !important;
		background-image: url(images/menu-mobile.png) !important;
		}
		.menu-mobile:hover {
			background-image: url(images/mene-on-mobile.png) !important;
			transform-origin: 20px 20px !important;
			}


.donate-btn {
position: absolute; top: 30px; right: 145px;
}
#navbar-on {
	display: none;
	position: fixed;
	top: 35px;
	right: 35px;
	width: 54px;
	height: 79px;
	background: url(images/close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 999;
	transition: all 0.2s linear;
	}
#mainnav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 190px 0 0 0;
	margin: 0;
	width: 50%;
	height: 100%;
	background: #7b868d;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-align: right;
	z-index: 999;
	}
	#mainnav ul {
		margin: 0 50px 0 0;
		padding: 0;
		list-style: none;
		}
	#mainnav ul li {
		margin: 0;
		padding: 0px 10px 15px 10px;
		list-style: none;
		}
		#mainnav ul li.nav1 a,
		#mainnav ul li.nav2 a,
		#mainnav ul li.nav3 a {
			background: url(images/arrow-down.png) no-repeat right top 5px;
			}
		#mainnav ul li.arrow a {
			background: url(images/arrow-up.png) no-repeat right top 5px;
			}
		#mainnav ul li a {
			padding-right: 30px;
			color: #fff;
			}
			.menu-main-container .current_page_parent a,
			.menu-main-container .current-menu-item a,
			#mainnav ul li a:hover {
				}
				
	/* css for sub navigation  ---------------------------------------------------------------------------------- */
	#mainnav ul li.nav1 .sub-menu,
	#mainnav ul li.nav2 .sub-menu,
	#mainnav ul li.nav3 .sub-menu {
		display: none;
		margin: 0 0 20px 0;
		width: 100%;
		}
		#mainnav ul.sub-menu li {
			margin: 0;
			padding: 15px 0 0 0;
			}
			#mainnav ul.sub-menu li a,
			#mainnav ul.sub-menu li a:visited,
			#mainnav ul.sub-menu li a:active {
				padding-right: 0;
				margin-right: -20px;
				font-weight: 400;
				color: #fff;
				background: none;
				}	
	#search {
		padding: 50px 90px 20px 0;
		float: right;
		}
		#search .text-field-search {
			padding: 0 0 0 13px;
			margin: 0;
			width: 310px;
			height: 38px;
			border: 1px solid #fff;
			background: #c1c6c8 url(images/search.png) no-repeat right 10px center;
			border-radius: 0;
			outline: none;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			font-size: 18px;
			color: #fff;
			}
			#search .text-field-search::placeholder {
				font-size: 18px;
				line-height: 18px;
				color: #fff;
				}
	.donate {
		margin-right: 90px;
		background: #fff;
		color: #7b9b3b;
		font-weight: 700;
		}
		
				
/* -------------------------------------------------------------------------------------------------------------- */
/* css for box links -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.boxes .container {
	padding: 100px 2% 100px 2%;
	}
.box-cta-link {
	cursor: pointer;
	}
.one-fourth {
	width: 23%;
	margin: 0 1% 0 1%;
	float: left;
	}
.one-third {
	width: 31%;
	margin: 0 1% 0 1%;
	float: left;
	}
.box-text-container {
	text-align: center;
	color: #fff;
	}
.box-image {
	position: relative;
	max-width: 282px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	}
	.one-third .box-image {
		max-width: 379px;
		}
.box-cta-link img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	}
.box-cta-link:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	}
.user-guide-block-text {
	padding: 0 10% 0 10%;
	min-height: 100px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	}
	.user-guide-block-text:hover {
		color: #fff;
		}

/* -------------------------------------------------------------------------------------------------------------- */
/* flex sections ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.flex-column {
	display: flex;
	flex-wrap: wrap;
	}
.text-block {
	flex: 1 1 31%;
	position: relative;
	padding: 0 0 40px 0;
	margin: -15px 1% 50px 1%;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
	}
	.first-block {
		margin-left: 0;
		}
	.last-block {
		margin-right: 0;
		}	
	.text-block-icon {
		padding: 25px 0 20px 0;
		text-align: center;
		}	
	.text-block-title {
		padding: 0 0 10px 0;
		font-size: 33px;
		line-height: 33px;
		color: #fff;
		font-style: italic;
		font-weight: 700;
		}
	.text-block-content {
		padding: 0 15px 0 25px;
		font-size: 20px;
		line-height: 25px;
		font-weight: 500;
		z-index: 2;
		color: #fff;
		}
		.text-block-content p {
			padding: 0;
			}
.pdf-thumb a {
	display: block;
	text-align: center;
	margin: 5px auto 50px auto;
	}
	.pdf-thumb img {
		width: 100%;
		max-width: 422px;
		height: auto;
		}
.box-align {
	display: flex; 
	align-items: center;
	}
.half-size-banner .box-align {
	max-height: 336px !important;
	overflow: hidden;
	}
.banner {
	margin-bottom: 40px;
	}	
.half {
	position: relative;
	width: 50%;
	}
	.half-text {
		float: right;
		max-width: 540px;
		padding: 0 35px 0 25%;
    	}
    	.hero .half-text {
			max-width: 520px;
			padding: 0 65px 0 4%;
	    	}
    	.banner .half-text {
			max-width: 520px;
			width: 100%;
			padding: 0 65px 0 4%;
	    	}
    	.half-right .half-text {
			float: left;
			padding: 0 25% 0 35px;
	    	}
	    .half-size-banner .box-align .half .half-text h1 {
		    max-width: 520px;
		    }
	.half-right {
		order: 2;
		}
	.half-image {
		font-size: 0px;
		line-height: 0px;
		}	
	.half img {
		width: 100%;
		height: auto;
		}
	.quote {
		color: #fff;
		}
	.wide-quote {
		padding: 75px 0 55px 0;
		}	
		.wide-quote h2 {
			margin: 0 auto;
			text-align: center;
			}
		.quote h2 {
			width: 80%;
			font-weight: 700;
			color: #fff;
			}
		.quote .attribute {
			font-size: 28px;
			line-height: 35px;
			font-weight: 400;
			}
.third {
	position: relative;
	width: 33%;
	}
	.third-text {
		float: right;
		max-width: 540px;
		padding: 0 35px 0 25%;
    	}
    	.third-right .third-text {
			float: left;
			padding: 0 25% 0 35px;
	    	}
	.third-right {
		order: 2;
		}
	.third-image {
		font-size: 0px;
		line-height: 0px;
		}	
	.third img {
		width: 100%;
		height: auto;
		}

.video-wall {
	padding: 40px 0 0px 0;
	border-top: 1px solid #c1c6c8;
	font-size: 20px;
	line-height: 28px;
	color: #c64844;
	font-weight: 700;
	text-align: center;
	}
	.video-wall h3 {
		padding: 0 0 75px 0;
		}
.video-btn {
	display: inline-block;
	margin: 0 auto 55px auto;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	}
	.video-btn2 {
		cursor: pointer;
		}
	.video-btn img {
		padding: 0 0 10px 0;
		max-width: 97%;
		height: auto;
		vertical-align: top;
		}
	.video-btn p {
		text-align: center;
		max-width: 475px;
		margin: 0 0 0 5%;
		}
.logo-wall {
	margin: 0 auto;
	text-align: center;
	}
	.logo {
		margin: 0 0 75px 0;
		display: inline-block;
		width: 32%;
		cursor: pointer;
		}
		.logo img {
			width: 100%;
			max-width: 350px;
			}
.link-list h4 {
	padding: 0;
	}
.link-list p {
	padding: 0;
	}
.logo-small-wrap {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c1c6c8;
	}	
	.logo-small {
		display: inline-block;
		vertical-align: middle;
		width: 16%;
		margin-right: 4%;
		}
		.logo-small img {
			width: 100%;
			height: auto;
			max-width: 170px;
			}
	.logo-small-text {
		padding-top: 20px;
		display: inline-block;
		width: 70%;
		}

.webinar-container {
	width: 100%;
	padding: 0;
	}
.webinar-photo img {
	width: 100%;
	height: auto;
	max-width: 800px;
	}	
.webinars {
	text-align: left;
	}
	.webinar {
		width: 49%;
		text-align: left;
		margin: 0 auto 65px auto;
		}
		.webinar p {
			text-align: left;
			max-width: auto;
			margin: 0;
			}
		.webinar img {
			padding: 0 0 20px 0;
			width: 100%;
			height: auto;
			vertical-align: top;
			}
.webinar-title {
	font-size: 22px;
	line-height: 35px;
	color: #c64844;
	font-weight: 700;
	text-align: left;
	}	
.date-time {
	font-size: 20px;
	line-height: 35px;
	color: #000;
	font-weight: 700;
	text-align: left;
	}
.spacer {
	width: 100%;
	}	

/* -------------------------------------------------------------------------------------------------------------- */
/* procurement sections ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.pro-footnote {
	margin: 25px 0 60px 0;
	font-size: 12px;
	line-height: 18px;
	}
	.pro-footnote hr {
		margin: 0 0 15px 0;
		border-color: #7b9b3b;
		width: 100px !important;
		}
.pronav-wrap {
	height: 180px;
	z-index: 1;
	}
.pronav-container {
	position: fixed;
	width: 100%;
	}	
.pronav {
	width: 27%;
	padding: 20px 1% 20px 1%;
	margin: 0 2% 0 2%;
	float: left;
	text-align: center;
	border: 1px solid #c1c6c8;
	color: #0a6187;
	}
.pronavopen {
	display: none;
	}
	.pronavopen ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.pronavopen ul li {
		list-style: none;
		margin: 0;
		padding: 15px 0 0 0;
		line-height: 21px;
		}
	.pronavopen a {
		display: block;
		font-weight: 400;
		color: #7b868d;
		}
		.pronavopen a:hover {
			color: #dd8633;
			}
.pro-arrow {
	margin: 0 auto;
	width: 34px;
	height: 22px;
	cursor: pointer;
	background: url(images/pro-arrow-down.png) no-repeat right top 3px;
			}
.pro-arrow-on {
	margin-top: 40px;
	background: url(images/pro-arrow-up.png) no-repeat right top 3px;
	}
.pro-bg {
	background: #eaeaea;
	color: #7b9b3b;
	}
.pagination {
	width: 100%;
	padding: 35px 0 35px 0;
	border-top: 1px solid #c1c6c8;
	border-bottom: 1px solid #c1c6c8;
	}
	.previous {
		padding: 0 0 0 40px;
		float: left;
		font-weight: 500;
		color: #0a6187;
		text-transform: uppercase;
		background: url(images/pro-arrow-left.png) no-repeat left center;
		}
		.previous:hover {
			background: url(images/pro-arrow-left-hover.png) no-repeat left center;
			}	
	.next {
		padding: 0 40px 0 0;
		float: right;
		font-weight: 500;
		color: #0a6187;
		text-transform: uppercase;
		background: url(images/pro-arrow-right.png) no-repeat right center;
		}
		.next:hover {
			background: url(images/pro-arrow-right-hover.png) no-repeat right center;
			}	
		
		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for members ---------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.members {
	margin: 30px 0 -30px 0;
	padding: 75px 0 100px 0;
	}
	.members h2 {
		color: #7b9b3b;
		}
	.faq {
		position: relative;
		}
	.faq-question {
		position: relative;
		width: 100%;
		height: 200px;
		border-top: 1px solid #c1c6c8;
		}
		.faq-logo {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			}
	.faq-answer {
		text-align: left;
		font-size: 23px;
		line-height: 35px;
		width: 90%;
		padding: 0 0 60px 0;
		display: none;
		}
	.plus {
		position: absolute;
		right: 0;
		top: 70px;
		width: 60px;
		height: 60px;
		background: url(images/menu.png) no-repeat center center;
		cursor: pointer;
		}
	.minus {
		position: absolute;
		right: 0;
		top: 70px;
		width: 60px;
		height: 60px;
		background: url(images/minus.png) no-repeat center center;
		cursor: pointer;
		}
	.faq-line {
		margin: 0;
		padding: 0;
		border-color: #c1c6c8;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for video popup ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.close-popup {
	position: absolute;
	top: -50px;
	right: 5%;
	width: 22px;
	height: 22px;
	z-index: 999999999;
	background: url(images/close-popup.png) no-repeat;
	cursor: pointer;
	}	
.popup-bck {
	display: none;
	background-color: rgba(10,97,135, .93);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9997;
	cursor: default;
	}
.popup-content-box {
	display: none;
	position: fixed;
	top: 47%;
	left: 50%;
	width: 100%;
	max-width: 1020px;
	min-height: 630px;
	padding: 0 5% 0 5%;
	transform: translate(-50%, -50%);
	z-index: 9998;
	cursor: default;
	}
.popup-video iframe {
	position: relative;
	margin: -56.25% 0 0 0;
	overflow: hidden;
	min-height: 630px;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* contact form ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

form {
	margin: 30px 0 0 0;
	}
input[type='tel'],
input[type='email'],
input[type='text'] {
	clear: both;
	vertical-align: top;
	padding: 0 0 0 1%;
	margin: 0 1% 15px 0;
	height: 58px;
	width: 30.5%;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #00afd7;
	outline: none;
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #565656;
	transition: all 0.2s linear;
	}
.spec input[type='tel'],
.spec input[type='email'],
.spec input[type='text'] {
	width: 22%;
	}
input[type='submit'] {
	float: right;
	padding: 0 40px 0 40px;
	margin: 0 0 30px 0;
	height: 40px;
	border: none;
	border-radius: 20px;
	background: #c64844;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	::placeholder {
		font-size: 20px;
		line-height: 24px;
		color: #565656;
		}
	input[type='submit']:hover {
		background: #dd8633;
		color: #fff;
	    transition: all 0.3s linear;
		}
	
input[type=checkbox] + label {
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
	}

input[type=checkbox] {
	display: none;
	}

input[type=checkbox] + label:before {
	content: "\2713";
	background: #fff;
	border: 1px solid #333;
	display: inline-block;
	font-size: 24px; 
	line-height: 24px;
	width: 19px;
	height: 22px;
	padding: 0 0 0 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	}

input[type=checkbox] + label:active:before {
	transform: scale(0);
	}

input[type=checkbox]:checked + label:before {
	color: #000;
	}

textarea {
	clear: both;
	vertical-align: top;
	padding: 15px 0 0 1%;
	margin: 0 0 15px 0;
	height: 158px;
	width: 96%;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #00afd7;
	outline: none;
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #565656;
	transition: all 0.2s linear;
	}
.spec ul li {
	list-style: none;
	}
.spec .input-group {
	float: left;
	width: 50%;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	padding: 50px 0 50px 0;
	width: 100%;
	}
.footnote {
	clear: both;
	padding: 20px 0 10px 0;
	font-size: 16px;
	line-height: 25px;
	}
.copyright {
	clear: both;
	padding: 10px 0 40px 0;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	}
#footer-logo {
	margin: 110px 0 0 0;
	text-align: center;
	}	
	#footer-logo img {
		width: 100%;
		max-width: 350px;
		height: auto;
		}
#footernav {
	margin: 75px 0 0 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	z-index: 997;
	text-align: center;
	}
	#footernav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		}
	#footernav ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 12px 15px 12px;
		background: none;
		}
		#footernav ul li a {
			color: #0a6187;
			text-decoration: none;
			}
		#footernav ul li a:hover {
			color: #dd8633;
			}
#footer hr {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for colors ------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.swatch {
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 35px 0 0 0;
	width: 150px;
	height: 115px;
	color: #fff;
	text-align: center;
	}
.blue {
	background: #0a6187;
	}
.green {
	background: #7b9b3b;
	color: #fff;
	}
	.green h2 {
		color: #fff;
		}
.lt-gray {
	background: #ebeced;
	}
.gray {
	background: #7b868d;
	}
.orange {
	background: #dd8633;
	}
.red {
	background: #c64844;
	}
.light-green {
	background: #bed19a;
	}
.light-gray {
	background: #c1c6c8;
	}

				
/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.aligncenter {
	display: inline-block;
	margin: 0 auto 20px auto;
	text-align: center;
	}
.alignnone {
	margin: 0 auto 20px auto;
	}	
.center-text {
	text-align: center;
	}		
.alignright {
	padding: 0;
	margin: 0 0 50px 4px;
	display: inline-block;
	}
.alignleft {
	padding: 0;
	margin: 0 4px 50px 0;
	display: inline-block;
	}
.hidden {
	display: none;
	}	
.mobile {
	display: none;
	}
.desktop {
	display: inherit;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for animations ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.animation-element {
	position: relative;
	transition: .6s all ease;
	}
.slow {
	transition: 1.2s all ease;
	}
.delay1 {
	-webkit-transition-delay: .1s; 
    transition-delay: .1s;
	}
.delay2 {
	-webkit-transition-delay: .2s; 
    transition-delay: .2s;
	}
.delay3 {
	-webkit-transition-delay: .3s; 
    transition-delay: .3s;
	}
.delay4 {
	-webkit-transition-delay: .4s; 
    transition-delay: .4s;
	}
.delay5 {
	-webkit-transition-delay: .5s; 
    transition-delay: .5s;
	}
.delay6 {
	-webkit-transition-delay: .6s; 
    transition-delay: .6s;
	}
.fade-in {
	opacity: 0;
	}
.fade-in.in-view {
	opacity: 1;
	}
.slide-left {
	opacity: 0;
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	}
.slide-right {
	opacity: 0;
	-webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	}
.slide-up {
	opacity: 0;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	}
.slide-left.in-view,
.slide-right.in-view,
.slide-up.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0 , 0);
	-ms-transform: translate3d(0, 0 , 0);
	transform: translate3d(0, 0 , 0);
	}
.grow {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}
.grow.in-view {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.text-highlight {
	color: inherit;
	}
.text-highlight.in-view {
	color: #34a31f;
	}
.rotate {
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);   
	transform: rotateY(180deg);
	display: inline-block;
	}
	
	



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

/* -------------------------------------------------------------- */
/* css for site basics 1400px ------------------------------------ */
/* -------------------------------------------------------------- */


body {
	font-size: 18px;
	line-height: 28px;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
h2 {
	font-size: 32px;
	line-height: 36x;
	}
	.half-text {
		max-width: auto;
		padding: 0 35px 0 35px;
    	}
    	.half-right .half-text {
			padding: 0 35px 0 35px;
	    	}


}

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

/* -------------------------------------------------------------- */
/* css for site basics 1225px ------------------------------------ */
/* -------------------------------------------------------------- */


body {
	font-size: 16px;
	line-height: 26px;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
h2 {
	font-size: 26px;
	line-height: 34px;
	}

.user-guide-block-text {
	max-width: 242px;
	padding: 0 20px 0 20px;
	font-size: 24px;
	line-height: 24px;
	}
	.one-third .user-guide-block-text {
		max-width: 379px;
		}
.banner .half-text {
	max-width: 520px;
	width: 85%;
	padding: 0 65px 0 4%;
	}

.webinar-container {
	width: 96%;
	padding: 0 2% 0 2%;
	}

}


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

/* -------------------------------------------------------------- */
/* css for site basics 1125px ------------------------------------ */
/* -------------------------------------------------------------- */


body {
	font-size: 16px;
	line-height: 26px;
	}
p {
	padding: 0 0 20px 0;
	margin: 0;
	}
h2 {
	font-size: 22px;
	line-height: 30px;
	}

.learn-more-btn {
	padding: 7px 30px 0 30px;
	margin: 10px 0 10px 0;
	height: 28px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 22px;
	}	


}


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

/* -------------------------------------------------------------- */
/* css for site basics 980px ------------------------------------ */
/* -------------------------------------------------------------- */

.box-align {
	display: block; 
	}
.banner {
	margin-bottom: 35px;
	}	
.third,
.half {
	width: 100%;
	float: none;
	max-width: auto;
	}
	.third-text,
	.half-text {
	    float: none;
		max-width: auto;
		padding: 75px 5% 65px 5%;
    	}
   	.third-right .third-text,
    .half-right .half-text {
	    float: none;
		max-width: auto;
		padding: 75px 5% 65px 5%;
	   	}
	   	.banner .half-text {
	    	float: none;
			padding: 45px 5% 15px 5%;
	    	}
    	.hero .half-text {
	    	float: none;
			padding: 50px 5% 45px 5%;
	    	}
		.hero h1 {
			font-size: 32px;
			line-height: 38px;
			}
.half-size-banner .box-align {
	max-height: 400px !important;
	}
.half-size-banner .half-text {
		padding: 25px 5% 25px 5%;
	}
.half-size-banner .half-text h1 {
		font-size: 24px;
		line-height: 28px;
	}

.pronav-container {
	position: relative;
	}	
.pronav-wrap {
	height: auto;
	}
.pronav {
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	margin: 0 0 30px 0;
	float: none;
	}


}


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

/* -------------------------------------------------------------- */
/* css for site basics 768px ------------------------------------ */
/* -------------------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 26px;
	}
p {
	padding: 0 0 20px 0;
	margin: 0;
	}
h1 {
	font-size: 36px;
	line-height: 40px;
	}
h2 {
	font-size: 26px;
	line-height: 30px;
	}
h3 {
	font-size: 22px;
	line-height: 24px;
	}
h4 {
	font-size: 18px;
	line-height: 22px;
	}
h5 {
	font-size: 18px;
	line-height: 22px;
	}
hr {
	padding: 20px 0 0 0;
	margin: 0 0 40px 0;
	}
.learn-more-btn {
	display: inline-block;
	padding: 9px 30px 9px 30px;
	height: auto;
	font-size: 16px;
	line-height: 18px;
	}	
.mobile {
	display: inherit;
	}					
.desktop {
	display: none;
	}					

/* -------------------------------------------------------------- */
/* css for site structure 768px --------------------------------- */
/* -------------------------------------------------------------- */

.webinar-container,
.container {
	padding: 0 5% 0 5%;
	width: 90%;
	}
	.wide-photo .container {
		padding: 75px 0 75px 0;
		}
				
	
/* -------------------------------------------------------------- */
/* css for header 768px ----------------------------------------- */
/* -------------------------------------------------------------- */

#main {
	margin: 85px 0 20px 0;
	}
#header {
	top: 0;
	width: 100%;
	height: 85px !important;
	}
#logo {
	padding-top: 24px !important
	}
	#logo img {
		max-width: 200px
		}
#mainnav {
	padding: 80px 0 0 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 26px;
	}
	#mainnav ul {
		margin: 0 10px 0 0;
		}
	#mainnav ul li {
		padding: 0px 10px 15px 10px;
		}
		#mainnav ul li.nav1 a,
		#mainnav ul li.nav2 a,
		#mainnav ul li.nav3 a {
			background: url(images/arrow-down.png) no-repeat right top 3px;
			}
		#mainnav ul li.arrow a {
			background: url(images/arrow-up.png) no-repeat right top 3px;
			}
			#mainnav ul.sub-menu li a,
			#mainnav ul.sub-menu li a:visited,
			#mainnav ul.sub-menu li a:active {
				padding-right: 20px;
				margin-right: 0;
				}	
#navbar {
	top: 20px !important;
	right: 15px;
	width: 40px !important;
	height: 40px !important;
	background-image: url(images/menu-mobile.png) !important;
	}
	#navbar:hover {
		transform-origin: 20px 20px;
		}
#navbar-on {
	right: 15px;
	top: 20px;
	width: 39px;
	height: 39px;
	background: url(images/close-mobile.png) no-repeat;
	}	
	.menu-text {
		top: 65px !important;
		right: 15px !important;
	    font-size: 12px !important;
	    line-height: 12px !important;
		}
	#search {
		padding: 20px 50px 10px 0;
		}
		#search .text-field-search {
			margin: 0;
			width: 220px;
			font-size: 16px;
			}
			#search .text-field-search::placeholder {
				font-size: 16px;
				line-height: 16px;
				}
	.donate {
		margin-right: 50px;
		background: #fff;
		color: #7b9b3b;
		font-weight: 700;
		}


/* -------------------------------------------------------------- */
/* css for box links -------------------------------------------- */
/* -------------------------------------------------------------- */

.boxes .container {
	padding: 50px 0 30px 0;
	}
.one-fourth {
	width: 47%;
	margin: 0 1% 25px 1%;
	}
.one-third {
	width: 100%;
	margin: 0;
	float: none;
	}
	.one-third .box-image {
		max-width: 100%;
		}
	.one-third .box-image img {
		width: 100%;
		height: auto;
		}
.user-guide-block-text {
	font-size: 18px;
	line-height: 22px;
	}
	.one-third .user-guide-block-text {
		max-width: 100%;
		}


/* -------------------------------------------------------------- */
/* flex sections ------------------------------------------------ */
/* -------------------------------------------------------------- */

.flex-column {
	display: block;
	}
	.flex-row {
		flex: inherit;
		}
.text-block {
	margin: 0 0 20px 0;
	flex: 1 1 99%;
	}
	.first-block {
		margin: 0 0 20px 0;
		}
	.last-block {
		margin: 0 0 20px 0;
		}	
.video-wall {
	padding: 40px 0 0px 0;
	border-top: 1px solid #c1c6c8;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}
.video-btn {
	width: 500px;
	margin: 0 auto 50px auto;
	max-width: 500px;
	}
.video-btn img {
	max-width: 100%;
	width: 100%;
	height: auto;
	}
.video-btn p {
	max-width: auto;
	margin: 0;
	}
.popup-video iframe {
	min-height: auto;
	}
.logo {
	margin: 0 0 50px 0;
	display: block;
	width: 100%;
	}
	.pdf-thumb img {
		max-width: 300px;
		}


/* -------------------------------------------------------------- */
/* css for footer ----------------------------------------------- */
/* -------------------------------------------------------------- */

#footer {
	position: relative;
	padding: 50px 0 50px 0;
	}
.copyright,
.footnote {
	padding: 20px 0 30px 0;
	font-size: 14px;
	line-height: 18px;
	}
#footernav {
	margin: 30px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	}
	#footernav ul li {
		display: block;
		padding: 0 10px 15px 10px;
		}
#footer hr {
	padding: 30px 0 0 0;
	}
#footer-logo {
	margin: 20px 0 0 0;
	}
	#footer-logo img {
		width: 100%;
		padding: 25px 0 10px 0;
		max-width: 300px;
		height: auto;
		}
form {
	margin: 10px 0 0 0;
	}
input[type='tel'],
input[type='email'],
input[type='text'] {
	padding: 0 0 0 1%;
	margin: 0 1% 15px 0;
	height: 40px;
	width: 97%;
	display: block;
	font-size: 16px;
	line-height: 18px;
	}
	::placeholder {
		font-size: 16px;
		line-height: 18px;
		}
.spec input[type='tel'],
.spec input[type='email'],
.spec input[type='text'] {
	width: 97%;
	}
input[type=checkbox] + label:before {
	width: 17px;
	height: 20px;
	}
input[type='submit'] {
	float: left;
	padding: 0 30px 0 30px;
	margin: 0 0 10px 0;
	height: 35px;
	font-size: 16px;
	line-height: 18px;
	}
input[type=checkbox] + label {
	font-size: 14px;
	line-height: 18px;
	}
textarea {
	width: 97%;
	}
.spec .input-group {
	float: none;
	width: 100%;
	}
.logo-small-wrap {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	}	
	.logo-small {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-top: 25px;
		}
	.logo-small-text {
		padding-top: 10px;
		display: block;
		width: 100%;
		}


}


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

.video-btn {
	width: 90%;
	margin: 0 auto 50px auto;
	padding: 0 5% 0 5%;
	max-width: auto;
	}

}	
