
body {margin:0; padding: 0; font-family:  Arial, sans-serif;}
body {background: #fff; color: #333; 	
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
.lineClear {clear:both; padding-top: 10px;}


/*
* text
*/
p {font-size: 80%; font-weight: 300; color: #333; line-height: 17px; padding-top:5px; margin-bottom:1em;}

strong, b {font-weight:bold;}
em {font-style:italic;}
/*
* Link
*/
a, a:visited {text-decoration: none; color: #555;}
.investdocs a { cursor:pointer; text-decoration:underline;}
.investdocs a:hover{color:#0668b3;}

/*
* Headings
'Crete Round', 
*/
h1 {font-size: 1.8em; line-height: 1.23em; font-weight:bold;}
h2 {font-size: 22px; line-height:1.3em; font-family: Georgia, serif; font-weight: 400;}
h3 {font-size: 28px; font-family: Georgia, serif; font-weight: 400; padding: 20px 0;}
h4 {font-size: 18px;}
h5 {font-size: 16px; padding-bottom: 10px; padding-top:20px;}
h6 {font-size: 14px; padding-bottom: 10px; font-weight: bold;}

h5 b {font-weight: bold;}

.grey .numbered p {margin-bottom:10px;}
/*
* List UL
*/
ul {font-size: 13px;
    line-height: 17px;
    margin: 8px 0;
    padding-left: 10px;
}
ol, ul {
    list-style: circle outside none;}
ul li {margin-bottom: 10px;}
 ol {list-style:decimal outside none; font-size: 80%;
    font-weight: 300;
    line-height: 22px;
	text-align: left; margin-bottom:10px;}
.sub-bullet {list-style: square outside none; margin-left:1.5em;}

.headerRow {list-style:none; font-weight:bold; color:#fff;}
.investdocs .headerRow .leftside, .investdocs .headerRow .right {background:#0668b3;}
/*
* divs random
*/
.container .clear, body .clear {width: 100%; float: left; clear: both; margin: 10px 0;}
.one-third, .intro {text-align: center;}

.intro p {width:600px; margin:auto;}

/*
* Header 
*/
header {width: 100%; height: 400px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/banner.jpg) no-repeat center -1px fixed #2370B8; position: relative; z-index: 1;} 
header nav {width: 100%; float: left; margin: 0; padding: 25px 0 25px; background: #fff; border-top: 2px solid #FF6A00; position: relative; z-index: 1;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
header .slogan {float:left;padding: 80px 0;}
header .slogan a.green {margin: 13px 0; padding: 10px 28px;}
header p {color: #fff;}
header h1, header h2, header h4 {width: 100%; float: left; clear: both;  text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}
header h1 {font-size: 2.5em; margin-bottom: 10px;}
header h2 {font-size: 1.6em;}
header h4 {font-weight: normal; margin-bottom: 10px;}
header.short {height:200px;}

header .title {float:left;padding: 10px 0;}

/*
* Logo
*/
.logo a {color: #444; text-decoration: none; line-height: 20px;}
.logo a:hover {color: #FF6A00;}




/*
* Menu
*/
ul.mainMenu {margin: 0; padding: 0; float: right;}
ul.mainMenu li {display: inline; float: left; margin: 2px 10px;}
ul.mainMenu li a {font-size: 13px; color: #444; text-decoration: none;}
ul.mainMenu li a:hover, a:hover {color: #FF6A00;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}
ul.mainMenu li.active a, a.active {color:#0668b3; font-weight: bold;}

.subnav { border-right:1px solid #FF6A00;
-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:10px;
	font-weight:bold;
	}
.subnav ul {list-style: none; font-size: 12px;}

 .subnav .teirTwo li {font-weight:normal;}

 .subnav .teirTwo li a:hover,.subnav li a:hover {text-decoration:underline; cursor:pointer; color:#0668b3;}
 a.roundButton:hover {color: #a8d8fc;
 -webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;}
	
 .footerMenu ul li a:hover {color: #a8d8fc;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}
 /*img*/
 
 .cover {width:100%; max-width:960px; margin:auto;}
 img {vertical-align:bottom;}
/*
* grey
*/
.grey {width: 100%; float: left; clear: both; background: #f1f1f1; padding: 30px 0; color: #444; position: relative;z-index: 1; border-top: 1px solid #CCCCCC;}
.grey h2 {width: 100%; margin: 20px 0 50px; text-shadow: none;}
.grey p { margin: 0 auto 30px; color: #444;}
.grey a.dalej {display: block; width: 185px; background: #df4a00; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.grey a.dalej:hover {background: #fff; color: #ff6a00;}
.grants .grey, .about .grey {margin:0;}


/*
* Gray

.gray {width: 100%; float: left; clear: both; background: #f1f1f1; margin: 50px 0; padding: 30px 0; position:relative; z-index:1;}

*/
.boxed {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 20px;
	}

/*
* Form, input, label, textarea
*/
.form h3, .form p {text-align: center;}
form {width: 500px; margin: 30px auto; text-align: center;}
input, label, textarea {width: 500px; float: left; margin: 0; padding: 0;}
label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #b6b6b6;}
textarea {width: 480px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}



input[type='submit'] {width: 502px; padding: 12px 0; font-size: 16px; border: none; background: #eee; color: #aaa; cursor: pointer;}
input[type='submit']:hover {background: #1EBA6B; color: #fff;}



/*
* Focus
*/
.focus h3 {margin-bottom: 15px;}
.focus h4, .focus h3 { 
width: 100%; 
margin-bottom: 7px; 
color: #0668B3;
    float: left;
    font-size: 24px;
    margin-bottom: 7px;
	font-weight: bold;}
.focus p {text-align: left;}



/*
* Gallery
*/
.gallery a {width: 140px; height: 100px; overflow: hidden; float: left; margin: 5px; }
.gallery a img {height: 95px;}




/*
* a#Top
*/
a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #ff6a00; font-size: 14px; font-weight: 300;}



/*investor docs*/

.investdocs .leftside, .investdocs .right {
	float:left; 
	width:12%; 
	background:#f1f1f1; 
	margin: 4px 0 4px 0; 
	font-size:13px; 
	min-height:20px; 
	padding:5px 0 2px 3px; 
	border-right:1px solid #fff;}

.investdocs .leftside {clear:left; width:65%; padding:5px 0 2px 10px; }

.investdocs img{margin-right:5px; display:inline;}

.investdocs h4 {margin: 2em 0 1em 0;}

.reportList {list-style:none;}

.reportList li:nth-child(odd) div{ background: #ddd; }
/*
* BUTTONS
*/
.theButton {
	background: #eee;
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: regular;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a.theButton:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }
	  
.button {float: left; color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-webkit-transition: background .12s ease-in-out;
    -moz-transition: background .12s ease-in-out;
    -ms-transition: background .12s ease-in-out;
    -o-transition: background .12s ease-in-out;
    transition: background .12s ease-in-out;
}
.roundButton{
	background: none repeat scroll 0 0 #0668b3;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 185px;}
a.roundButton:hover{background: none repeat scroll 0 0 #0a3e60;}	

a.roundButton:visited {text-decoration: none; color: #f1f1f1;}
 
.medium {font-size: 12px; margin: 5px 0; padding: 9px 14px 8px;}



a.green {background: #8cc641; color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.green:hover {background: #6ca02c}

.contactList {padding-top:30px;}
.contactList p{margin-bottom:0;}
/*
* Footer
*/
footer {width: 100%; float: left; margin: 0; padding: 30px 0; background: #0a3e60;}
footer h5 {color: #fff; font-weight: bold;}
footer p {color: #fff; line-height: 16px; font-size: 12px; margin-bottom: 7px;}
footer a {color: #fff;}
footer a:hover {color: #ff6a00;}
.footerMenu a{color:#fff;}
.footerMenu {text-align:right;}
footer .social a {float: left; margin-right: 10px;}
footer .social a img {width: 35px; opacity: 0.4;}
footer .social a:hover img {opacity: 1;}

footer ul {list-style:none;}




/* -------------------
*  RESPOSIVE ELEMENTS
*  ------------------- */
@media only screen and (max-width: 767px) and (min-width: 480px) {
header h1 {font-size: 2.1em; margin-bottom: 10px;}
	header h2 {display: none;}
	header .slogan {padding-top: 40px;}

	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.grey p {width: 400px;}

	form, label, input  {width: 400px;}
	input[type="submit"] {width: 402px;}
	textarea {width: 380px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}
}



@media only screen and (max-width: 767px) {
header h1 {font-size: 2em; margin-bottom: 10px;}
	header {height: 310px;}
	header h2, header .six.columns {display: none;}
	header .slogan {padding: 30px 0;}


	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.grey p {width: 200px;}



	form, label, input  {width: 300px;}
	input[type="submit"] {width: 302px;}
	textarea {width: 280px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}


}









