
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
  	hyphens: auto;
    hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	margin-bottom:0px;
}

/* Heading Typo */
body h1{
	color: #339933;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
	padding-bottom: 25px;
	font-size:30px;
	

-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
    hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 3
}
body h2{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;	
	margin-top: 0px;
	
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
    hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 3
}
body h3, body h4, body h5, body h6 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;


-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
    hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 3
}


h2 {font-size:1.3em;color: #333;}

h3 {font-size:1.1em;color: #333;}

h4 {font-size:1.0em;color: #333;}

h5 {font-size:0.9em;color: #333;}/* 18px;*/

p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
    hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2
}

a {
    color: #f9c63f/* #777777;*/;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}


}