@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;

}




/* Mobile Layout: 480px and below. */





/*----------Navigation---------*/



.logowrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #111; /*1a8c74*/
	float: left;

}

.logowrap a {
	text-decoration: none;
	color: #fff;
}

.logo {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo img {
	height: 90px;
	float: left;
}


h2 {
	color: #fff;	
	font-family: 'Comfortaa', cursive;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	float: left;
	margin-top: 2em;

	
}
.wrap {
	width: 100%;
	text-align: center;
	float: left;
}

section {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.teal {
	background: #1bc7ad; /*1bc7b9*/
}

.red {
	background: #e63734;
	color: #fff;
}

.grey {
	background: #eee;
	margin-top: 0px;
}

.yellow {
	background: #f0b832;
}

/* ------------------------------------------------ footer Styles ----------------------------------------- */

.footerbg {
	background: #212121;
}

footer {
	width: 90%;
	margin: 0 auto;
}

.linkbox {
	width: 100%;
	float: left;
}

.linkbox>ul {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.linkbox>h2 {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.linkbox>li {
	list-style: none;
	display: inline-block;
	width: 100%;
	color: #888;
	font-size: 1.2em;
	text-align: center;


}

.linkbox li>a {
	
	font-size: 1.2em;	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
	color: #bbb;
	text-decoration: none;

}
.linkbox li>a:hover {
		
	color: #fff;
	text-decoration: underline;
}

.linkboxsocial {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.linkboxsocial>h2 {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.footerlogo {
	width: 100px;
	float: right;
	display: none;
}

.social {
	width: 200px;
	margin: 0 auto;
}

.socialicons { list-style: none; padding: 0; margin: 0; text-align: center;}
.socialicons li { float: left; margin-left: 5px; }
.socialicons li:nth-child(1) { margin-left: 0;}
.socialicons li a { width:44px; height: 44px; display: block; background:url("../images/social-media-pack-html.png") no-repeat; text-indent: -9999px; }

li.facebook a { 
	background-position: 0 0;
}
li.facebook a:hover { background-position: 0 -44px}
li.twitter a { background-position: -44px 0}
li.twitter a:hover { background-position: -44px -44px}

li.linkedin a { background-position: -132px 0}
li.linkedin a:hover { background-position: -132px -44px}

li.rss a { background-position: -396px 0}
li.rss a:hover { background-position: -396px -44px}
	

.pg {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

h4 {
	color: #666;
	margin: 8px 0;
}

.pg a {
	color: #009345;
	text-decoration: none;
}

.pg a:hover {
	text-decoration: underline;
}

.marbottom {
	margin-bottom: 40px;
}
.box3 a {
	text-decoration: none;
	color: #ddd;
}
.box3 a:hover {
	text-decoration: none;
	color: #fff;
}


form {
	text-align: center;
	width: 100%;
	color: #333;	
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.8em;
}

.formrow {
	width: 100%;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
}

.divider1 {
	margin-bottom: 20px;
}

input.btn {
	width: 150px;
}


@media screen and (max-device-width: 1180px), only screen and (min-resolution: 120dpi)  {
.socialicons li a { background:url("../images/social-media-pack-html.svg") no-repeat;}
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
.logowrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	float: left;
}

.logo {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo img {

}

h2 {

	font-size: 1.5em;
	float: left;
	margin-top: 1.5em;

}	


.formwrap {
	width: 100%;
	float: left;
	text-align: center;
}

form {
	text-align: left;
	font-size: 1.4em;
	line-height: 2em;
	width: 80%;
	margin: 0 auto;

}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1023px) {


.logowrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	float: left;
}

.logo {
	width: 70%;

}
.logo img {
}



h2 {

	font-size: 1.5em;

	margin-top: 1.5em;

}	
.wrap {
	width: 100%;
	text-align: center;
	float: left;



}
section {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}

article {
	float: left;
	width: 100%;
}



.grey {
	background: #eee;
	margin-top: 0px;
}

/* ------------------------------------------------ footer Styles ----------------------------------------- */

footer {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}

.linkbox {
	width: 35%;
	text-align: left;
	margin: 30px 0px;
}



.linkbox>h2 {
	text-align: left;
	width: 100%;
}
.linkbox>li {

	text-align: left;
	


}

.linkbox li>a {
	
	line-height: 2.5em;
	width: 100%;
	text-align: left;
	


}
.linkbox li>a:hover {
		
	color: #fff;
	text-decoration: underline;
}

.box1, .box2 {
	margin-right: 10px;
}




.linkboxsocial {
	width: 25%;
	float: right;
	margin: 20px 0 0 0;
	margin-right: 0px;
	float: right;
	text-align: right;
}

.linkboxsocial>h2 {
	text-align: right;
	width: 100%;
	margin-top: 0px;
}
.footerlogo {
	width: 120px;
	float: right;
	display: block;
}

.social {
	width: 191px;
	margin: 0 auto;
	float: right;
}

.pg {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}

h4 {
	float: right;
}

form {
	text-align: left;
	font-size: 1.5em;
	line-height: 2em;
	width: 70%;
	margin: 0 auto;

}



/* ------------------------------------------------ Retina Styles -----------------------------------------


@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

}*/