/*

v1
font-family:'Minion W08 Regular 1167271';
font-family:'Minion W08 Bold';

v2
font-family: 'Roboto Slab', serif;
    REGULAR:    font-weight: 400;
    BOLD:       font-weight: 700;
font-family: 'Aleo Bold';

*/

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

}

* {
    margin  : 0;
    padding : 0;
    text-rendering: auto;
}

body, td {
    font-family : 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size   : 14px;
    color       : #333;
    line-height : 20px;
}

h1, h2, h3, #mainNav li a, #innerPages .innerpageWrapper span {
    letter-spacing : 1px;
    font-style     : normal;
    font-weight: 700;
}

h1, .font_aleo {
    font-family : 'Aleo Bold';
}

.fullstop_after:after {
    content: '.';
}

.fullstop_after:after,
.oversized_fullstop {
    font-size: 72px;
    line-height: 32px;
    font-family: 'Aleo Bold';
}

@media only screen and (max-width: 767px) {
    .fullstop_after:after,
    .oversized_fullstop {
        font-size   : 52px;
        line-height : 22px;
    }
}

.oversized_fullstop {
    position : absolute;
    bottom   : 16px;
}

h1 {
    font-size   : 46px;
    line-height: 52px;
    color       : #46A1DA;
    margin      : 0 0 20px 0;
}

.full-width h1, .full-width-investors h1 {
	margin-bottom: 40px;
	}

.full-width-investors h1, .full-width-projects h1 {
	color: #fff;
	}

.full-width-investors #cboxWrapper h1 {
	color       : #46A0D8;
	}

h2 {
    font-size   : 26px;
    line-height: 27px;
    color       : #46A0D8;
    margin      : 0 0 10px 0;
	text-transform: uppercase;
}

.full-width-reports h2, .full-width-reports-view h2 {
	color: #fff;
	margin-bottom: 20px;
	}

h3 {
    font-size   : 18px;
    line-height: 16px;
    color       : #46A0D8;
    margin      : 0 0 10px 0;
	text-transform: uppercase;
}

h4 {
    font-size   : 14px;
    line-height: 17px;
    color       : #666666;
	font-weight: normal;
}

a, a:visited, a:active {
    color           : #46A0D8;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #46A0D8;
    text-decoration : none;
}

.full-width a, .full-width a:visited, .full-width a:active {
	color           : #46A0D8;
	text-decoration : none;
	outline         : none;
	}

.full-width a:hover {
	color           : #46A0D8;
	text-decoration : none;
	}

hr {
    margin     : 20px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #CCCCCC;
    color      : #CCCCCC;
}

/*
	Custom Styles for dropdown
	Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
	Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/

.button {}

.scale_with_grid {}

.texthighlight {
    font-weight : bold;
    color       : #999999;
}

.texthighlight2 {
    font-weight : bold;
    color       : #006600;
}

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 5px #46A0D8;
    border-radius: 0px;
}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 3px;
    border: solid 5px #46A0D8;
	border-radius: 0px;
}

.scale_with_grid {

	}

/* ******************* */
/* Lists */
/* ******************* */

.content ul, .content ol,
#colorbox ul, #colorbox ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px;
}

.content ul li,
#colorbox ul li {
    text-indent : -10px;
    margin-left : 10px;
    padding     : 3px 0px;
}

.content .no_spacing ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	}

.content ul li:before,
#colorbox ul li:before {
    content     : "\203A \00a0";
    color       : #46A0D8;
    font-size   : 17px;
    line-height : 10px;
}

.content ol,
#colorbox ol {
	list-style  : decimal outside;
}

.content ol li,
#colorbox ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */

.content table, table {
    width  : 100%;
    margin : 20px 0px;

}

table.table_centered {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table;
}

table td {
	width: 50%;
	padding: 0 10px;
	}

table.projectsTable {
	border-bottom  : 1px solid #0d96d4;
	border-top  : 1px solid #0d96d4;
	}

table.projectsTable tr:nth-child(odd) {
    background-color : #e8f0f9;
}

table.projectsTable thead tr {
    background-color : transparent !important;
}

table.projectsTable tr td {

    text-align     : center;
    padding        : 5px 14px;
    text-align     : left !important;
    vertical-align : top !important;
	width: auto;
}

table.projectsTable tr td:first-child {
	text-transform: uppercase;
}

table.projectsTable tr td:last-child {
}

table.projectsTable tr:hover td {
}

table.projectsTable thead tr th, table.projectsTable thead tr td,
table.projectsTable thead tr:hover th, table.projectsTable thead tr:hover td {
    font-weight      : bold;
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    text-align       : left !important;
    color: #fff;
    background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
    border-right: solid 1px rgba(0,0,0,0.05);
}

table.projectsTable thead tr{
    background: #ED5C33;

}
table.projectsTable thead tr th:first-of-type, table.projectsTable thead tr td:first-of-type {
    border-top-left-radius : 4px;
    border-left: 0;
}

table.projectsTable thead tr th:last-of-type, table.projectsTable thead tr td:last-of-type {
    border-top-right-radius : 4px;
    border-right: 0;
}

table.projectsTable tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table.projectsTable tr.rowDivider td {
    border-top : 3px solid #333;
}

table.no_spacing tr, table.no_spacing tr:hover,
table.no_spacing td, table.no_spacing td:hover,
table.no_spacing tr:hover td,
table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}

table.no_spacing tr, table.no_spacing tr td {
    padding : 0 !important;
    line-height: 1em;
}

table.no_spacing ul {
    margin : 0 !important;
}