/*
Theme Name: Bentham Asset Asset Management
Theme URI: http://webdesignworks.com/
Description: Typography
Author: Sok Lay, XXX @ Web Design Works
Version: 0.1
*/
/*-----------------------------------------------------------------------------
FONTS
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light/OpenSans-Light-webfont.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.svg#open_sanslight_italic") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot");
  src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/OpenSans-Italic/OpenSans-Italic-webfont.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.woff") format("woff"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.svg#open_sanssemibold") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBoldItalic/OpenSans-SemiBoldItalic-webfont.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic/OpenSans-SemiBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic/OpenSans-SemiBoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic/OpenSans-SemiBoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic/OpenSans-SemiBoldItalic-webfont.svg#open_sanssemibold_italic") format("svg"); }
/*-----------------------------------------------------------------------------
GLOBAL STYLES
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #293e6b;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  margin: 0 0 16px 0;
  text-rendering: optimizeLegibility;
  font-style: normal; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px;
  line-height: 30px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px;
  margin: 0 0 8px 0; }

h5 {
  font-size: 12px;
  color: #333333 !important;
  line-height: 18px;
  text-align: justify;
  font-weight: 300; }

/* Links */
a {
  color: #293e6b;
  outline: none;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

input::-moz-focus-inner {
  border: 0; }

/* The Rest */
p {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  margin: 0 0 18px 0;
  line-height: 22px;
  text-align: left;
  font-weight: 400;
  font-style: normal; }

p.small {
  font-size: 12px;
  line-height: 17px; }

strong, b {
  font-weight: 600; }

td {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  margin: 0 0 18px 0;
  font-style: normal; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  padding: 0; }

li ul, li ol {
  margin-bottom: 0px; }

img.alignleft {
  float: left;
  margin: 0px 20px 20px 0px; }

img.alignright {
  float: right;
  margin: 0px 0px 20px 20px; }

img.aligncenter {
  display: block;
  margin: 0px auto 14px auto; }

hr {
  height: 1px;
  border: solid;
  color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff; }

html > body hr {
  border: none;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #ffff; }

table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  table p {
    margin: 0 0 10px 0;
    text-align: left; }
  table tr {
    background-color: #ffffff; }
  table tr:nth-child(2n) {
    background-color: #efefef; }
  table td {
    vertical-align: top; }
  table a {
    text-decoration: none; }
  table a:hover {
    text-decoration: underline; }

table, td, th {
  border: 1px solid #ccc;
  padding: 8px 12px; }

table thead tr, table tr.table-header, table thead td, table thead th {
  background: #293e6b;
  color: #fff;
  font-weight: 400;
  font-size: 15px; }

table thead th.gif {
  background-color: #22413a; }

table thead th.hyf {
  background-color: #6a3328; }

table thead th.bentham-global-income-fund {
  background-color: #22413a; }

table thead th.bentham-high-yield-fund {
  background-color: #6a3328; }

table thead th.bentham-global-opportunities-fund {
  background-color: #52207e; }

table thead th.bentham-asset-backed-securities-fund {
  background-color: #926d46; }

table thead th.bentham-global-income-fund-nzd {
  background-color: #333333; }

table thead th.bentham-syndicated-loan-fund-nzd {
  background-color: #333333; }

table.green tr:first-child, table.green tr.coloured-row {
  background: #22413a;
  font-weight: 400;
  color: #fff; }

table.blue tr:first-child, table.blue tr.coloured-row {
  background: #293e6b;
  font-weight: 400;
  color: #fff; }

table.red tr:first-child, table.red tr.coloured-row {
  background: #6a3328;
  font-weight: 400;
  color: #fff; }

table.purple tr:first-child, table.blue tr.coloured-row {
  background: #52207e;
  font-weight: 400;
  color: #fff; }

table.gold tr:first-child, table.red tr.coloured-row {
  background: #926d46;
  font-weight: 400;
  color: #fff; }

table.long, table.long td, table.long th {
  padding: 8px 5px; }

.table-container table td {
  vertical-align: middle; }

.table-container td img {
  max-width: none; }

th.NZDFund {
  background-color: #333333; }

/*# sourceMappingURL=typography.css.map */
