/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.link{
    color: white;
}

b { 
    font-weight: bold;
}

.link a:visited{
    color: white;
}

.MyCalendar .ajax__calendar_container
{
    width: 200px;
    background-color: white;
    border: solid 1px white;
}

.MyCalendar .ajax__calendar_header
{
    background-color: #620935;
    margin-bottom: 4px;
}

.MyCalendar .ajax__calendar_title

{
    color: white;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_prev, .MyCalendar .ajax__calendar_next
{
    background-color: #E8EBEB; /* darker gray */
    border: solid 0.4px #cccccc;
    height: 20px;
    width: 20px;
}

.MyCalendar .ajax__calendar_body
{
    background-color: #E8EBEB;
    border: solid 1px #cccccc;
}

.MyCalendar .ajax__calendar_dayname
{
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
}

.MyCalendar .ajax__calendar_day
{
    text-align: center;
    height: 13px;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: #620935;
    background-color: #ffffff;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_title
{
    color: white;
}

.MyCalendar .ajax__calendar_other
{
    color: #bbbbbb;
}

.jspContainer
{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jspPane
{
    position: absolute;
    width: 100%;
}
.jspVerticalBar
{
    position: absolute;
    top: 0px;
    right: 0;
    width: 10px;
}
.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    width: 100px;
}
.jspVerticalBar *, .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}
.jspCap
{
    display: none;
}
.jspHorizontalBar .jspCap
{
    float: left;
}
.jspTrack
{
    background: #C1D7C2;
    position: relative; /* //.rounded(5px); */
}
.jspDrag
{
    background: #095D55;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer; /* // .rounded(5px); */
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}
.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow
{
    height: 16px;
}
.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
    outline: none;
}
.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/*============================ Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    background: #506876;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/*============================  */
body, html
{
    height: 100% !important;
}
body
{
    font-family: 'Open Sans' , 'sans-serif';
    font-size: 13px;
    color: #FFF;
}
a
{
    outline: none;
    border: none;
}
img
{
    outline: none;
    border: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}

/*============================ Custom */
.wrapper
{
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 10;
}

.wrapperbg
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
}

.wrapperbg img
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.layout
{
    width: 950px; /*height: 1000px;*/
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.main
{
    width: 100%;
    height: 100%;
    float: left;
}
.main-left
{
    float: left;
    width: 248px;
    min-height: 600px;
    height: 100%;
}
.main-left section
{
    height: 100%;
}
.main-right
{
    float: left;
    width: 602px;
}
.logo
{
    height: 117px;
    width: 100%;
    float: left;
    background: #FFF;
    text-align: center;
}
.logo img
{
    margin-top:15px;
}
.left-sec
{
    width: 100%;
    float: left;
    min-height: 100%;
    background: url(../images/left-bg.png) repeat;
    position: relative;
}
.tagline
{
    font-family: 'Open Sans' , 'sans-serif';
    float: left;
    font-size: 16px;
    line-height: 2px;
    padding: 30px 0px 15px;
    width: 100%;
    text-align: center;
}
.centred
{
    text-align: center;
}
.sub-tagline
{
    font-size: 10px;
    line-height: 14px;
    padding: 30px 0px 50px;
    width: 100%;
    text-align: center;
}


.left-nav
{
    float: left;
    width: 100%;
}
.left-nav ul
{
    float: left;
    width: 100%;
}
.left-nav ul li
{
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #506876;
    color: #FFF; /* padding: 9px 0; */
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

body.home .left-nav ul li
{
    padding: 12px 0;
}

.left-nav ul li a:hover, .left-nav ul li a.Fund:hover, .left-nav ul li:hover, .left-nav ul li:hover a, .left-nav ul li:hover a.Fund
{
    color: #095D55;
    background: #FFF;
}

.left-nav ul li.active
{
    background: #FFF;
}

.left-nav ul li.active a
{
    color: #095D55;
}

.left-nav ul li.active a.Fund
{
    color: #095D55;
}


.left-nav ul li:hover .left-nav-content
{
    display: block;
}
.left-nav-content
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    display: none;
    position: absolute;
    background: url(../images/white-grad.png) repeat;
    margin-left: 248px;
    width: 168px;
    padding: 20px 22px 25px 22px;
}

.left-nav ul li:first-child
{
    border-top: 1px solid #506876;
}


.left-nav ul li a
{
    color: #fff;
    text-decoration: none;
    display: block;
    border: solid red 0px;
    padding: 10px 0;
}

.left-nav ul li a.Fund
{
    color: #fff;
    text-decoration: none;
    display: block;
    border: solid red 0px;
    padding: 2px 0;
}

.left-nav-content.focused
{
    top: 0px;
}
.left-nav-content.indi
{
    top: -34px;
}
.left-nav-content.dynamic
{
    top: -68px;
}
.left-nav-content.diff
{
    top: -102px;
}
.left-nav-content.talent
{
    top: -136px;
}
.left-nav-content.prag
{
    top: -170px;
}

.nav-con-caption
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #095D55;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.nav-con-caption span
{
    font-size: 11px;
}
.leftbottom
{
    font-family: 'Open Sans' , 'sans-serif';
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    float: left;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.leftbottom table {
    margin-left:auto; 
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 80px;
}

.leftbottom ul
{
    text-align: center;
    padding-left: 60px;
    border-top: solid 1px #506876;
    margin-top: 5px;
}
.leftbottom ul li
{
    float: left;
}
.leftbottom ul li span
{
    text-align: center;
    width: 20px;
    padding: 10px 0px;
    display: inline-block;
    zoom: 1;
}
.leftbottom ul li a
{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.nav
{
    float: left;
    background: url(../images/nav-bg-new.png) repeat-x top left;
}
.main-nav
{
    float: left;
    width: 110%;
    height: 46px;

}
.main-nav ul
{
    float: left;
}

.main-nav ul li
{
    float: left;
    background: url(../images/left-bg.png) no-repeat top right;
    border-right: solid 0.08em #506876;
}

.main-nav ul li.country2
{
    float: left;
    background: url(../images/left-bg.png) no-repeat top right;
    border-right: solid 0em #506876; 
    padding: 0 10px;
}

.country2
{
    float: left;
    background: url(../images/left-bg.png) no-repeat top right;
    border-right: solid 0em #506876;
}

.main-nav ul li a
{
    color: #FFF;
    text-decoration: none;
    padding: 0 20px;
    font-size: 11px;

    line-height: 30px;
    float: left;
}

.main-nav ul li a.contact
{
    padding: 0 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .main-nav ul li a.contact
    {
        padding: 0 32px;
    }
}
.main-nav ul li a:hover, .main-nav ul li.active a
{
    color: #095D55;
    background: #fff;
     height: 31px; 
    font-size: 11px;
}
.country
{
    float: left;
    margin-left: 9px;
    float: left;
    margin: 8px 4px;
}
.country a
{
    float: left;
    margin: 8px 4px;
}

#toggle
{
    padding: 0 0px;
}
.toggle
{
    clear: both;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 280px;
    height: 70px;
    padding: 7px 8px 8px 8px;
    background: url(../images/login-bg.png) no-repeat top left;
}
.toggle form
{
    position: relative;
}
.toggle form div
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
}
.main-nav ul li a.toggleactive
{
    background: #FFF;
    color: #095D55;
}
.toggle .caption
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #095D55;
    text-align: left;
    font-size: 10.5px;
    padding-bottom: 5px;
}
.toggle input[type="text"]
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #000 !important;
    font-size: 12px;
    line-height: 16px;
    background: #C1D7C2;
    width: 154px;
    height: 16px;
    padding: 2px 4px;
    border: none;
    margin-bottom: 5px;
}
.toggle input[type="password"]
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #000 !important;
    font-size: 12px;
    line-height: 16px;
    background: #C1D7C2;
    width: 154px;
    height: 16px;
    padding: 2px 4px;
    border: none; /* float: left; */
    margin-bottom: 5px;
}

[placeholder]::-webkit-input-placeholder
{
    color: #000;
}

[placeholder]:focus::-webkit-input-placeholder
{
    transition: text-indent 0.5s 0.2s ease;
    text-indent: -100%;
}



.MyButton
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #FFF;
    font-size: 10.5px;
    background: #095D55;
    width: 100px;
    height: 20px;
    line-height: 18px;
    border: none;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 51px;
    width: 100px;
}
.MyButton2
{
    font-family: 'Open Sans' , 'sans-serif';
    color: #FFF;
    font-size: 10.5px;
    background: #333;
    width: 100px;
    height: 20px;
    line-height: 18px;
    border: none;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 100px;
}

section.mainContent
{
    width: 702px;
    background: #fff;
    background: -moz-linear-gradient(1deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.8) 90%);
    background: -webkit-linear-gradient(1deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.8) 90%);
    background: -o-linear-gradient(1deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.8) 90%);
    background: -ms-linear-gradient(1deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.8) 90%);
    background: linear-gradient(91deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.8) 90%);
    position: absolute;
    top: 117px;
    left: 248px;
    color: #000;
}
section.mainContent div.innerMainContent
{
    padding: 20px 5px 0px 30px;
    clear: both;
    position: relative;
}
section.mainContent div.innerMainContent2
{
    padding: 20px 5px 30px 16px;
    clear: both;
    position: relative;
}
section.mainContent div.innerMainContent div.scroll-pane
{
    height: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
    outline: none;
}

section.mainContent div.innerMainContent div.scroll-pane p.disclaimerPartTitle
{
    color:  #095D55;
    font-size: 11pt;
    text-decoration: underline;
}

section.mainContent div.innerMainContent div.scroll-pane p.title
{
    color:  #095D55;
    font-size: 10.5pt;
}

section.mainContent div.innerMainContent div.scroll-pane ul li
{
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px
}

section.mainContent div.innerMainContent a.archive_btn
{
    display: block;
    float: right;
    padding: 6px 20px;
    color: #fff;
    background: #095D55;
    text-decoration: none;
}

section.mainContent div.innerMainContent a.archive_btn:hover
{
    background: #506876;
}

section.mainContent div.innerMainContent header > ul
{
    background: #095D55;
    color: #fff;
    float: left;
    position: relative;
    margin: -4px 0 0 10px;
    width: 150px;
    display: block;
}
section.mainContent div.innerMainContent header ul > li
{
    font-size: 12px;
    line-height: 21px;
    padding: 3px 0px 3px 7px;
    background: #095D55 url(../images/down-arrow.gif) no-repeat center right;
}
section.mainContent div.innerMainContent header ul li ul.scroll-pane
{
    left: -9999px;
    position: absolute;
    padding: 5px;
    background: #C1D7C2;
    top: 27px;
    height: 200px;
    width: 140px;
    outline: none;
}
section.mainContent div.innerMainContent header ul li ul.scroll-pane li
{
    background: none;
    zoom: 1;
    border-bottom: solid 1px #095D55;
}
form#search input[type="search"]
{
    background: #095D55;
    color: #999;
    border: none;
    padding: 5px 5px;
    margin-top: -3px;
    float: right;
    font-family: 'Open Sans' , 'sans-serif';
    background: #095D55 url(../images/search-icon.gif) no-repeat center right;
}
form#search input[type="search"]::-webkit-input-placeholder
{
    color: #999 !important;
}

.jspVerticalBar
{
    right: 2px !important;
    margin-top: 5px;
}
section.mainContent div.innerMainContent header ul li ul.scroll-pane li a
{
    text-decoration: none;
    color: #095D55;
    padding: 3px 0px;
    display: block;
}
section.mainContent div.innerMainContent header ul li ul.scroll-pane li a:hover
{
    text-decoration: underline;
}
section.mainContent div.innerMainContent header ul li ul li:last-child
{
    border-bottom: none;
}
section.mainContent div.innerMainContent header ul li:hover ul
{
    display: block;
    left: 0px;
    position: absolute;
    z-index: 1;
    zoom: 1;
}
section.mainContent div.innerMainContent header
{
    border-bottom: solid 1px #095D55;
}
section.mainContent div.innerMainContent header h1, section.mainContent div.innerMainContent header h2
{
    color: #095D55; /*  width: 30%; */
    margin-bottom: 20px;
}

.FundTitle
{
    color: #095D55; /*  width: 30%; */
    margin-bottom: 10px;
}

section.mainContent div.innerMainContent header h1
{
    float: left;
}

section.mainContent div.innerMainContent header h1 span
{
    font-style: italic;
    font-size: 12px;
}

section.mainContent div.innerMainContent header h2
{
    float: right;
    text-align: right;
}
section.mainContent div.innerMainContent header p
{
    margin-bottom: 20px;
    font-family: 'Open Sans' , 'sans-serif';
    font-size: 12px;
}

section.mainContent div.innerMainContent table tr td
{
    padding: 2px 0px 2px 0px;
}
section.mainContent div.innerMainContent table tr td a
{
    color: #000;
    text-decoration: none;
}
section.mainContent div.innerMainContent table tr td a:hover
{
    text-decoration: underline;
}
ul.aboutList
{
    font-family: 'Open Sans' , 'sans-serif';
    line-height: 21px;
    padding: 0px;
}

ul.aboutList li
{
    padding: 10px 0px;
}
ul.aboutList li strong
{
    font-weight: bold;
}
ul.aboutList li span.date
{
    color: #475C67;
    display: block;
    font-weight: bold;
}
ul.aboutList.press li
{
    border-bottom: solid #ccc 1px;
    text-align: left;
}
ul.aboutList li p, ul.aboutList.press li a
{
    text-decoration: none;
}


/*team people*/
section.mainContent div.innerMainContent div ul.theTeam
{
    padding-top: 10px;
}
section.mainContent div.innerMainContent div ul.theTeam li
{
    position: relative;
    width: 144px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

section.mainContent div.innerMainContent div ul.theTeam li a
{
    display: block;
    text-decoration: none;
}
section.mainContent div.innerMainContent div ul.theTeam li a:hover div
{
    background: rgba(9, 93, 85, 0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.mainContent div.innerMainContent div ul.theTeam li div
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 6px 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
section.mainContent div.innerMainContent div ul.theTeam li div span
{
    display: block;
    font-style: italic;
    font-size: 8px;
}

/* Buttons */

section.mainContent div.innerMainContent div ul.Buttons li
{
    width: 100px;
    float: left;
    margin-right: 30px;
}

section.mainContent div.innerMainContent div ul.Buttons li a:hover div
{
    background: rgba(9, 93, 85, 0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.mainContent div.innerMainContent div ul.Buttons li div
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 6px 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
section.mainContent div.innerMainContent div ul.Buttons li div span
{
    display: block;
    font-style: italic;
    font-size: 8px;
}

/* */

section.mainContent div.innerMainContent div.private
{
    padding-top: -10px;
    position: relative;
}

div.back a
{
    display: block;
    position: absolute;
    padding: 5px 15px;
    background: #475C67;
    color: #FFF;
    right: 0px;
    top: 0px;
    text-decoration: none;
}

div.back a:hover
{
    background: #506876;
}


section.mainContent div.innerMainContent div.overview
{
    padding-top: 20px;
    position: relative;
    height: 400px;
}


section.mainContent div.innerMainContent div.overview div#tabs ul
{
}

section.mainContent div.innerMainContent div.overview div#tabs ul li
{
    width: 144px;
    text-align: center;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 14px;
}

section.mainContent div.innerMainContent div.overview div#tabs ul li a
{
    display: block;
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
    padding: 5px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


section.mainContent div.innerMainContent div.overview div#tabs ul li a:hover
{
    background: rgba(9, 93, 85, 0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.mainContent div.innerMainContent div.overview div#tabs ul li.active a
{
    background: #475C67;
    color: #FFF;
}

section.mainContent div.innerMainContent div.overview div#tabs ul li a span
{
    display: block;
    font-style: italic;
    font-size: 9px;
}

div.back2 ul li
{
    width: 125px;
    text-align: center;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 16px;
    display: block;
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
    padding: 5px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


div.back2 ul li:hover
{
    background: rgba(9, 93, 85, 0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.back2 ul li.active
{
    background: #475C67;
    color: #FFF;
}

div.back2 ul li span
{
    display: block;
    font-style: italic;
    font-size: 9px;
}



section.mainContent div.innerMainContent div.overview div.tabCont
{
    position: absolute;
    width: 465px;
    top: 20px;
    left: 164px;
    font-family: Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

section.mainContent div.innerMainContent div.overview div.tabCont p
{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}


section.mainContent div.innerMainContent div.overview div.tabCont p.title
{
    color: #475C67;
    font-family: 'libre_baskervilleregular' , Sans-Serif;
}

section.mainContent div.innerMainContent div.overview div.tabCont p span
{
    font-style: italic;
    font-size: 10px;
}


section.mainContent div.innerMainContent div.private
{
    padding-top: 20px;
}

section.mainContent div.innerMainContent div.private div.col1, section.mainContent div.innerMainContent div.private div.col2
{
    float: left;
}
section.mainContent div.innerMainContent div.private div.col1
{
    width: 144px;
    margin-right: 20px;
}
section.mainContent div.innerMainContent div.private div.col2
{
    width: 465px;
}

section.mainContent div.innerMainContent div.private div.col2 p
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: 'Open Sans' , 'sans-serif';
}

section.mainContent div.innerMainContent div.private div.col2 p.title
{
    color:#475C67;
    font-family: 'Open Sans' , 'sans-serif';
}

section.mainContent div.innerMainContent div.private div.col2 p span
{
    font-style: italic;
    font-size: 10px;
}

.disclaimerPartTitle p {
    color: pink;
    font-size: 11pt;

}

/* Contact */
section.mainContent div.innerMainContent div.contact div.col1, section.mainContent div.innerMainContent div.contact div.col2
{
    float: left;
}
section.mainContent div.innerMainContent div.contact div.col1
{
    width: 250px;
    margin-right: 20px;
    overflow: hidden;
}

section.mainContent div.innerMainContent div.contact div.col1 p
{
    font-size: 9px;
}

section.mainContent div.innerMainContent div.contact div.col2
{
    width: 360px;
    background: url(../images/map.png) no-repeat top right;
}

section.mainContent div.innerMainContent div.contact div.col2 p
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: 'Open Sans' , 'sans-serif';
}

section.mainContent div.innerMainContent div.contact div.col2 p.title, section.mainContent div.innerMainContent div.contact div.col2 p.title a
{
    color: #475C67;
    font-family: 'Open Sans' , 'sans-serif';
}


section.mainContent div.innerMainContent div.contact div.col2 p span
{
    font-style: italic;
    font-size: 10px;
}


/*Contact*/
form#contact
{
    padding-top: 40px;
}

.EmailForm {
    background:#475c67;
    background:rgba(71, 92, 103, 0.22);
    border: none;
    padding: 5px 5px;
    color: #000;
    font-family: 'Open Sans' , 'sans-serif';
    width: 350px;
}


form#contact input[type="email"], textarea {
    background: #475c67;
    background: rgba(71, 92, 103, 0.22);
    color: #fff;
    border: none;
    padding: 5px 5px;
    color: #fff;
    font-family: 'Open Sans' , 'sans-serif';
    width: 350px;
}

textarea
{
    height: 116px;
}

form#contact input[type="button"]
{
    background: #095D55;
    color: #FFF;
    border: none;
    padding: 3px 10px;
    float: right;
}

form#contact input[type="button"]:hover
{
    background: #506876;
}

form#contact input[type="email"][placeholder]::-webkit-input-placeholder
{
    color: #333;
}



/* products */

section.mainContent div.innerMainContent div.products header
{
    margin-bottom: 20px;
}

section.mainContent div.innerMainContent div.products div.col1, section.mainContent div.innerMainContent div.products div.col2
{
    float: left;
}
section.mainContent div.innerMainContent div.products div.col1
{
    width: 329px;
    margin-right: 20px;
    overflow: hidden;
}

section.mainContent div.innerMainContent div.products div.col1 p
{
    font-size: 9px;
}

section.mainContent div.innerMainContent div.products div.col2
{
    width: 280px;
}

section.mainContent div.innerMainContent div.products div.col2 p
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: 'Open Sans' , 'sans-serif';
}

/* Lega; & privacy */

section.mainContent div.innerMainContent div.lnp
{
    padding-top: 20px;
}

section.mainContent div.innerMainContent div.lnp p
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: 'Open Sans' , 'sans-serif';
}

section.mainContent div.innerMainContent div.lnp p strong
{
    font-weight: bold;
    color: #095D55;
}


/* Tables */
table
{
    font-family: 'Open Sans' , 'sans-serif';
    font-size: 12px;
}

body.opportunites table table tr td.pp, body.return table table tr td.pp, body.one table table tr td.pp, body.small-cap table table tr td.pp, body.managed table table tr td.pp
{
    background: #91989d;
    color: white;
}

/*

body.opportunites table table tr td.tt, body.opportunites table table tr td.fund-details-cellbg
{
    background: #095D55;
    color: white;
    padding-left: 5px;
}

body.return table table tr td.tt, body.return table table tr td.fund-details-cellbg
{
    background: #005551;
    color: white;
    padding-left: 5px;
}

body.one table table tr td.tt, body.one table table tr td.fund-details-cellbg
{
    background: #963336;
    color: white;
    padding-left: 5px;
}

body.small-cap table table tr td.tt, body.small-cap table table tr td.fund-details-cellbg
{
    background: #005178;
    color: white;
    padding-left: 5px;
}

body.managed table table tr td.tt, body.managed table table tr td.fund-details-cellbg
{
    background: #432757;
    color: white;
    padding-left: 5px;
}

*/

/* Custom */

.Scroll-Pane2
{
    padding: 3px;
    outline: none;
}

.FilterLiterature
{
    padding: 5px 30px 0px 0px;
}

.ukStewardship
{
    color: white;
}

/* Fund Page */

section.mainContent div.innerMainContent table tr td .fund-details-cellbg
{
    padding: 0px 0px 0px 0px;
}

.fund-details-cellbg
{
    padding: 0px 0px 0px 0px;
    background-color: #475C67;
    color: white;
    font-weight: bold;
    padding-left: 15px;
}
.fund-details-stats-cat
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    background-color: #E8EBEB;
    color: #475C67;
    font-weight: bold;
    padding-left: 15px;
}
.fund-details-manager
{
    vertical-align: top;
    background-color: white;
    color: #475C67;
    font-weight: bold;
    padding-left: 15px;
}
.fund-details-stats
{
    background-color: #E8EBEB;
    color: black;
}
.fund-details-stats-middle
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    background-color: #E8EBEB;
    color: black;
    text-align: center;
}
.funds-details-manager a
{
    color: #8C8C8C;
    text-decoration: none;
}
.funds-details-manager a:hover
{
    color:#475C67;
    text-decoration: none;
}

