/*@import 'reset.css';*/ /* Reset html tags for consistent baseline */
/*@import 'text.css';*/ /* Baseline text styles, commonly used with both Formalize and 960.gs */
/*@import 'formalize.css';*/ /* Consistent form styling framework */
@import '960.css'; /* Grid layout styling framework */

/* Styles imported above are part of the 960.gs and Formalise.me CSS frameworks */

/* Basic Styles
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'ModernEra';
    src: url('../fonts/ModernEra-Regular.woff') format('woff')
    /*, url('../fonts/ModernEra-ExtraBold.otf') format('opentype'), url('../fonts/ModernEra-ExtraBold.woff') format('woff'), url('../fonts/ModernEra-Regular.otf') format('opentype'), url('../fonts/ModernEra-Regular.woff') format('woff');*/
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

body {
    background: #fff;
    color: #000;
    padding: 0;
    font-family: 'ModernEra';
}

/* Button / Link Styles */
a, a:visited, a:hover {
    color: #797880;
    text-decoration: none !important; /*work around. we may have to revisit this*/
    font-weight: 700;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

/*a:visited {
        color: #25aae1;
        text-decoration: none;
    }

    a:hover {
        color: #6d909e;
        text-decoration: none;
    }*/

a.bluebutton, input.bluebutton {
    background: #25aae1 url(../images/pfo-bluebutton-arrow.gif) right 50% no-repeat;
    padding: 5px 20px 5px 10px;
    margin: 0 15px 0 0;
    border: 1px solid #606d71;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
}
    /* !important added here to override formalise.css button styling */
    a.bluebutton:hover, input.bluebutton:hover {
        background: #6d909e url(../images/pfo-bluebutton-arrow-hi.gif) right 50% no-repeat;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.min-max {
    display: flex;
    gap: 12px;
}
/* Header section styles */
#header {
    /*padding-top: 40px;*/
    position: relative;
    /*height: 150px;*/
    font-family: ModernEra;
}

    #header #bannerimg {
        position: absolute;
        top: 35px;
        right: 0;
        width: 468px;
    }
    /* Banner placeholder */
    #header #loginmsg {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 470px;
        text-align: right;
    }
        /* Login status message container */
        #header #loginmsg p {
            font-size: 10px;
            line-height: 13px;
            margin: 0;
            color: #333;
        }
            /* Login status message container */
            #header #loginmsg p.licence {
                color: #666;
            }
/* Login status message container */
#aboutus_contact {
    width: 145px;
    text-align: right;
    font-size: 11px;
    list-style-type: none;
    overflow: hidden;
}

    #aboutus_contact li {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        display: inline;
        text-align: right;
    }

        #aboutus_contact li a {
            text-decoration: none;
            text-align: center;
            margin: 0;
            color: #25aae1;
            font: normal 11px/1.1 Arial, 'Liberation Sans', FreeSans, sans-serif;
            outline: 0;
            padding: 0 0 0 10px;
        }

            #aboutus_contact li a.aboutus {
                position: absolute;
                top: 10px;
                right: 63px;
                border-right: 1px solid #333;
                padding-right: 10px;
            }

            #aboutus_contact li a.contactus {
                position: absolute;
                top: 10px;
                right: 0;
            }

#logo {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/pfo_logo.png) center center no-repeat;
    height: 54px;
    margin-top: 0;
    padding: 0 0 27px 0;
}
    /* Pension Funds logo container */
    #logo h1 {
        text-indent: -5000px;
        margin: 0;
        padding: 0;
    }
/* Pension Funds logo header text */
/*#banner { background:#eee; float:right; margin-right:15px; }*/ /* Banner placeholder */



/* Navigation section styles */
#navigationwrapper {
    /*background: #4d5557;
    overflow: hidden;
    clear: both;
    padding: 0 0;
    border-bottom: 7px solid #25aae1;*/
    /*display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 24px 64px;
    gap: 40px;*/
    padding: 24px;
}
/* Wrapper style, gives 100% wide background to navigation area */
#navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 22px;
    /*font-family: ModernEra;*/
}

    #navigation ul {
        margin-bottom: 0;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 32px;
        z-index: 1001
    }

    #navigation li {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }

    #navigation .home li {
        /*font-family: 'Bebas Neue';*/
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 34px;
        font-family: BebasNeue;
    }


        #navigation .home li.with-w-icon {
            font-size: 42px;
            margin-left: 32px;
            display: flex;
            gap: 15px;
            align-items: flex-start;
        }

            #navigation .home li.with-w-icon img {
                max-width: 100%;
                width: 64px;
            }


    #navigation li span {
        display: flex;
        text-decoration: none;
        text-align: center;
        margin: 0;
        color: #FFFFFF;
        font-weight: 400;
        gap: 45px;
        align-items: flex-start;
        /*font: normal 11px/1.1 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;  Helvetica Neue used because it works better for line-height on buttons than Arial, on OS X.*/
    }
    #navigation li a {
        color: #FFFFFF;
        font-weight: 400;
    }

        #navigation li a:hover {
            /*color: #fff;*/
            /*background: none;*/
        }


table.wi-table.dataTable thead .sorting:after, table.wi-table.dataTable thead .sorting_asc:after, table.wi-table.dataTable thead .sorting_desc:after, table.wi-table.dataTable thead .sorting_asc_disabled:after, table.wi-table.dataTable thead .sorting_desc_disabled:after {
    bottom: 40%;
    top: 40%;
}

table.wi-table.dataTable > thead .sorting:before, table.wi-table.dataTable > thead .sorting:after, table.wi-table.dataTable > thead .sorting_asc:before, table.wi-table.dataTable > thead .sorting_asc:after, table.wi-table.dataTable > thead .sorting_desc:before, table.wi-table.dataTable > thead .sorting_desc:after, table.wi-table.dataTable > thead .sorting_asc_disabled:before, table.wi-table.dataTable > thead .sorting_asc_disabled:after, table.wi-table.dataTable > thead .sorting_desc_disabled:before, table.wi-table.dataTable > thead .sorting_desc_disabled:after {
    bottom: 2.9em;
}
/*#navigation li a.current {
                color: #fff;
                background: #25aae1;
            }

            #navigation li a.home_icon {
                background-image: url(../images/pfo_home_icon.png);
                background-position: 50% 50%;
                background-repeat: no-repeat;
                text-indent: -5000px;
                padding-left: 30px;
                padding-right: 30px;
                border-left: none;
            }

                #navigation li a.home_icon.current {
                    background-image: url(../images/pfo_home_icon.png);
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                    text-indent: -5000px;
                    padding-left: 30px;
                    padding-right: 30px;
                    border-left: none;
                }*/
#navigation .login_subscribe {
    text-align: right;
    margin-top: 0;
    float: right;
}

    #navigation .login_subscribe .nomargin {
        margin-right: 0;
    }

    #navigation .login_subscribe li {
        float: right;
    }

        #navigation .login_subscribe li:first-child {
            background-image: url(../images/pfo_divider.png);
            background-position: top right;
            background-repeat: no-repeat;
        }

    #navigation .login_subscribe a {
        color: #fff;
    }

#login_nav_button {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 22px;
}

/* Tab Styles */
ul#tabs {
    /*margin-bottom: 0;
    padding: 20px 0 0 0;
    border-bottom: 5px solid #b0c1c7;*/
}

    /*ul#tabs {
    list-style-type: none;
    overflow: hidden;
    position: relative;
}*/

    ul#tabs li {
        margin-left: 0px;
    }

/*ul#tabs li a {
            display: inline;
            float: left;
            text-align: center;
            background: #e8eef1;
            padding: 7px 15px 5px 15px;
            margin: 0;
            color: #888;
            font-size: 10px;
            text-transform: uppercase;
            text-decoration: none;
            border-right: 1px solid #fff;
        }

            ul#tabs li a:hover {
                background: #b0c1c7;
                color: #4d5557;
                text-shadow: none;
            }

            ul#tabs li a.current {
                background: #b0c1c7;
                color: #4d5557;
                text-shadow: none;
            }*/
/* Current tab style */


/* Content section Styles */
#contentwrapper {
    /*background: #ebebeb url(../images/pfo-contentwrapper-bg.gif) 50% 0 repeat-y;*/
    /*overflow: hidden;*/
    clear: both;
    background: #F4F4F4;
}
/* Wrapper style, gives white background to content area */
#content {
    position: relative;
    /*background-color: #fff;*/
    padding-top: 0;
    padding-bottom: 40px;
    min-height: 250px;
}
    /* Content wrapper, provides border around form content */
    #content h2 {
        /*font-size: 14px;*/
        /*margin: 0 0 0 10px;*/
    }

/* Homepage Styles */
#home_content #home_panel_content_wrap {
    background: #404648 url(../images/pfo_video_panel_bg.jpg) 0 0 no-repeat;
    height: 266px;
    margin-bottom: 20px;
}

    #home_content #home_panel_content_wrap h2 {
        font-size: 26px;
        color: #25aae1;
        line-height: 26px;
        margin-top: 20px;
    }

        #home_content #home_panel_content_wrap h2 span {
            font-size: 16px;
            color: #fff;
        }

    #home_content #home_panel_content_wrap ul {
        margin-top: 20px;
    }

        #home_content #home_panel_content_wrap ul li {
            font-size: 17px;
            color: #e7eced;
            list-style-image: none;
            list-style-type: none;
            background: url(../images/pfo_sq_bullet.png) 0 50% no-repeat;
            padding-left: 20px;
            margin-left: 10px;
        }

#home_content .homepage_content_panel .grid_6 {
    width: 315px;
    margin-left: 22px;
}

#home_content .homepage_content_panel a.home_button_login {
    background: #4d5557 url(../images/pfo_lock.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#home_content .homepage_content_panel a.home_button_findadviser {
    background: #4d5557 url(../images/pfo_zoom.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 10px;
}

#home_content .homepage_content_panel a.home_button_requestdemo {
    background: #4d5557 url(../images/pfo_present.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
}

#home_content .homepage_content_panel h2 {
    color: #404648;
    border-bottom: 2px solid #25aae1;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
}

#home_content .homepage_content_panel ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.3;
}

#home_content .homepage_content_panel p {
    font-size: 12px;
    line-height: 1.3;
    color: #666;
    margin-bottom: 10px;
}

#home_content .homepage_content_panel .pension_funds_column h2 {
    border-color: #7e52af;
    background: url(../images/pfo_pension_funds_insider_heading.png) 0 50% no-repeat;
    text-indent: -5000px;
}

#home_content .homepage_content_panel .pension_funds_column p, #home_content .homepage_content_panel .pension_funds_column ul li a {
    color: #7e52af;
}

#home_content .video_column {
    position: relative;
}

#home_content #video_placeholder {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 318px;
    height: 239px;
    background-color: #4b6166;
    background-color: rgba(77,85,87,0.4);
    border: 1px solid #fff;
    border-color: rgba(236,236,236,0.5)
}

#home_content .callout_panel {
    position: relative;
    width: 620px;
    border: 3px solid #25aae1;
    background: #4d5557;
    overflow: hidden;
    padding: 10px 15px;
    margin: 15px 22px;
    color: #fff;
}

    #home_content .callout_panel p {
        padding: 0;
        margin: 0;
        color: #fff;
        width: 510px;
        font-size: 14px;
        line-height: 1.2;
    }

    #home_content .callout_panel a.findoutmore {
        position: absolute;
        top: 13px;
        right: 0;
        font-size: 11px;
    }

/* LOGIN PANEL */
#login_overlay_wrapper {
    display: none;
    background-color: #4c4c4c;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 189px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

#login_popup {
    margin: auto;
    width: 320px;
    min-height: 190px;
    background: #4d5557;
    margin-top: 90px;
    box-shadow: 5px 2px 13px #000;
}

    #login_popup .login_inner {
        position: relative;
    }

    #login_popup h2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 270px;
        background: #404648;
        font-size: 14px;
        color: #fff;
        padding: 7px 25px;
    }

    #login_popup p.username {
        position: absolute;
        top: 40px;
        left: 0;
    }

    #login_popup p.password {
        position: absolute;
        top: 70px;
        left: 0;
    }

    #login_popup p.checkbox {
        position: absolute;
        top: 105px;
        right: 0;
        width: 120px;
        text-align: right;
    }

        #login_popup p.checkbox input {
            height: 15px;
            width: 15px;
        }

    #login_popup p.login {
        position: absolute;
        top: 135px;
        right: 0;
        width: 270px;
        text-align: right;
    }

        #login_popup p.login .bluebutton {
            margin-right: 0;
        }

    #login_popup p.help {
        position: absolute;
        top: 140px;
        left: 0;
        width: 180px;
    }

    #login_popup p {
        margin: 5px 25px 5px 25px;
    }

        #login_popup p label {
            color: #fff;
        }

        #login_popup p.username input, #login_popup p.password input {
            width: 270px;
            font-size: 12px;
        }

        #login_popup p.username label, #login_popup p.password label {
            display: none;
        }

    #login_popup a.popup_close {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 19px;
        height: 18px;
        text-indent: -5000px;
        background: url(../images/pfo_popup_close.png) 0 0 no-repeat;
    }


/* Find an adviser styles */
#find_an_adviser h2 {
    color: #404648;
    border-bottom: 2px solid #25aae1;
    font-size: 20px;
    font-weight: normal;
    margin: 25px 22px 15px 22px;
    padding-bottom: 8px;
}

#find_an_adviser .grid_11 {
    margin-left: 22px;
    width: 656px;
}

#find_an_adviser .leaderboard {
    float: left;
    clear: both;
    width: 652px;
    height: 80px;
    background-color: #d4d4d4;
    margin: auto;
}

.container_16 .half_column {
    width: 325px;
    display: inline;
    float: left;
    margin: 0 0 15px 0;
}

    .container_16 .half_column.right {
        float: right;
    }

.container_16 .adviser_form {
    width: 302px;
    height: 170px;
    background: #ccc;
}

.container_16 .video {
    width: 302px;
    height: 170px;
    background: #ccc;
    margin: auto;
}

.container_16 .third_column {
    width: 210px;
    display: inline;
    float: left;
    margin-bottom: 15px;
}

    .container_16 .third_column.middle {
        width: 210px;
        display: inline;
        float: left;
        margin-left: 12px;
        margin-right: 12px;
    }

    .container_16 .third_column.fixed_height {
        height: 120px;
        border-bottom: 1px solid #cccccc;
    }

#find_adviser_links_panel p a {
    display: block;
    background: #fff;
    border: 1px solid #b0c1c7;
    padding: 5px 9px;
}

#find_adviser_links_panel #find_adviser_other_dropdown {
    width: 210px;
    height: 30px;
    background-color: #fff;
    padding: 5px 9px;
    font-size: 13px;
    color: #25aae1;
}

#specialist_outlook_header h2 a {
    font-size: 12px;
    float: right;
    padding-top: 10px;
}

#specialist_outlook_panel h3 {
    font-size: 14px;
    color: #25aae1;
    font-weight: normal;
    margin-bottom: 5px;
}

#specialist_outlook_panel p, #specialist_outlook_panel p a {
    color: #999;
    font-size: 12px;
}

#adviser_search_form .label {
    float: left;
    width: 110px;
    font-size: 14px;
    color: #4d5557;
    clear: left;
    margin-bottom: 15px;
    padding-top: 6px;
}

#adviser_search_form .field {
    float: left;
    width: 170px;
    margin-bottom: 15px;
    padding-top: 3px;
}

#adviser_search_form .field_wide {
    float: left;
    width: 540px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    #adviser_search_form .field input, #adviser_search_form .field_wide input {
        padding: 5px 9px;
        font-size: 13px;
        color: #666;
        height: 26px;
    }

    #adviser_search_form .field textarea, #adviser_search_form .field_wide textarea {
        padding: 5px 9px;
        font-size: 13px;
        color: #666;
        height: 26px;
    }

    #adviser_search_form .field_wide .input_wide {
        width: 335px;
    }

#adviser_search_form .textarea_wide {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    padding: 5px 9px;
    font-size: 13px;
    color: #666;
}

#adviser_search_form .field select {
    padding: 0 9px;
    font-size: 13px;
    color: #666;
    height: 26px;
    line-height: 23px;
}

#adviser_search_form #adviser_search_form_submit {
    float: right;
    font-size: 11px;
}

#adviser_search_form #adviser_email_search_form_submit {
    font-size: 11px;
}

#adviser_search_form .captcha_panel {
    float: left;
    width: 657px;
}

    #adviser_search_form .captcha_panel .grid_6 {
        float: right;
    }

    #adviser_search_form .captcha_panel p {
        margin: 0 0 5px 0;
        color: #333;
        font-size: 13px;
    }

    #adviser_search_form .captcha_panel .captcha_src {
        float: left;
        margin-right: 11px;
    }

    #adviser_search_form .captcha_panel .captcha_input {
        float: left;
        height: 28px;
        margin-right: 11px;
        font-size: 13px;
        color: #666;
        width: 120px;
    }

    #adviser_search_form .captcha_panel #adviser_email_search_form_submit {
        float: right;
        padding: 6px 20px 6px 10px;
        margin: 0;
        width: 85px;
    }

/* Pension Funds Panel Styles */
#content .pensionfundspanel {
    padding-top: 0;
    padding-bottom: 20px;
}

    #content .pensionfundspanel h2, #content .pensionfundspanel h3, #content .pensionfundspanel p {
        margin-left: 25px;
    }

    #content .pensionfundspanel h2 {
        color: #666;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #content .pensionfundspanel h3 {
        color: #666;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: none;
    }

    #content .pensionfundspanel p {
        color: #939598;
        font-size: 11px;
    }
    /*#content .pensionfundspanel .upperpanel { position:relative; overflow:hidden; padding-top:30px; background:url(../images/pfo-onlinedemo-panel-bg.jpg) top right no-repeat; margin-bottom:10px; }*/
    #content .pensionfundspanel .upperpanel {
        position: relative;
        overflow: hidden;
        padding-top: 30px;
        margin-bottom: 10px;
    }

        #content .pensionfundspanel .upperpanel .upperpanel_content_wrap {
            overflow: hidden;
            padding-bottom: 70px;
        }

        #content .pensionfundspanel .upperpanel .buttons {
            position: absolute;
            left: 25px;
            bottom: 40px;
        }

        #content .pensionfundspanel .upperpanel p {
            margin-right: 20px;
            margin-bottom: 10px;
        }

    #content .pensionfundspanel .lowerpanel {
        position: relative;
        height: 140px;
        border-right: 1px solid #ccc;
    }

        #content .pensionfundspanel .lowerpanel .buttons {
            position: absolute;
            left: 25px;
            bottom: 10px;
        }

        #content .pensionfundspanel .lowerpanel p {
            margin-right: 30px;
        }

    #content .pensionfundspanel .video_panel {
        margin-top: 8px;
    }

    #content .pensionfundspanel .pfo_login {
        position: relative;
        height: 140px;
    }

        #content .pensionfundspanel .pfo_login .buttons {
            position: absolute;
            left: 20px;
            bottom: 8px;
        }

        #content .pensionfundspanel .pfo_login h3, #content .pensionfundspanel .pfo_login p {
            margin-left: 20px;
        }

        #content .pensionfundspanel .pfo_login p {
            margin-bottom: 15px;
        }

            #content .pensionfundspanel .pfo_login p input {
                margin-bottom: 7px;
                width: 185px;
                background: #f7f8f8;
                border: 1px solid #d1d2d4;
                padding: 4px;
                font-size: 11px;
            }

                #content .pensionfundspanel .pfo_login p input#remember_me_mypfo {
                    margin-top: 2px;
                    width: 20px;
                    border: none !important;
                    padding: 0 !important;
                }

                #content .pensionfundspanel .pfo_login p input.remember_me {
                    margin-top: 2px;
                    width: 20px;
                }

            #content .pensionfundspanel .pfo_login p label.remember_me_label {
                margin-bottom: 0;
                line-height: 11px;
            }

            #content .pensionfundspanel .pfo_login p.help {
                text-align: right;
                margin-right: 20px;
            }

#content #datastats p {
    border: 3px solid #d0d0d1;
    background: #ededee;
    overflow: hidden;
    padding: 10px 15px;
    margin: 15px 5px;
    color: #666;
}

#content .profiles_tables_outlook {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

    #content .profiles_tables_outlook .grid_4 {
        width: 216px;
        background: #ededee;
        margin-left: 5px;
        margin-right: 5px;
        min-height: 230px;
        position: relative;
    }

    #content .profiles_tables_outlook .centercolumn {
        margin-left: 16px;
        margin-right: 16px;
    }

    #content .profiles_tables_outlook h3 {
        background: #d0d0d1;
        border-bottom: 6px solid #fff;
        padding: 5px 15px;
        color: #666;
        margin: 0 0 5px 0;
        font-size: 14px;
    }

        #content .profiles_tables_outlook h3 a {
            color: #666;
        }

    #content .profiles_tables_outlook h4 {
        padding: 5px 15px;
        border-bottom: none;
        color: #666;
        margin: 0 0 0 0;
        font-size: 12px;
    }

    #content .profiles_tables_outlook p {
        font-size: 10px;
        line-height: 1.2;
        padding: 5px 15px;
        margin: 0;
    }

    #content .profiles_tables_outlook ul {
        font-size: 10px;
        line-height: 1.2;
        padding: 0;
        margin: 10px 0 0 15px;
    }

    #content .profiles_tables_outlook li {
        font-weight: bold;
        list-style: none;
        margin: 0;
        padding: 0 0 7px 0;
    }

    #content .profiles_tables_outlook .countryprofiles {
        background: #ededee url(../images/pfo-countryprofiles-bg.jpg) 0 0 no-repeat;
    }

    #content .profiles_tables_outlook .buttons {
        position: absolute;
        left: 0;
        bottom: 8px;
    }

#content .pension_funds_insider {
    width: 690px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    background: #ededee;
    border-bottom: 6px solid #b0c1c7;
    padding: 0 0 0 0;
}

    #content .pension_funds_insider .grid_4 {
        width: 216px;
        background: #ededee;
        min-height: 190px;
        position: relative;
    }

    #content .pension_funds_insider .centercolumn {
        margin-left: 20px;
        margin-right: 20px;
    }

    #content .pension_funds_insider h3 {
        background: #fff;
        border-bottom: 6px solid #b0c1c7;
        padding: 0;
        margin: 0 0 5px 0;
    }

        #content .pension_funds_insider h3 a {
            background: url(../images/pfo-pension-funds-insider-header.gif) bottom left no-repeat;
            display: block;
            width: 216px;
            height: 29px;
            border-bottom: none;
            padding: 0;
            font-size: 14px;
            color: #666;
            margin: 0;
            text-indent: -5000px; /* Text hidden off-screen */
        }

    #content .pension_funds_insider h4 {
        padding: 5px 15px;
        border-bottom: none;
        color: #666;
        margin: 0 0 0 0;
        font-size: 12px;
    }

        #content .pension_funds_insider h4 a {
            color: #639;
        }

            #content .pension_funds_insider h4 a:hover {
                color: #6d909e;
            }

    #content .pension_funds_insider p {
        font-size: 10px;
        line-height: 1.2;
        padding: 5px 15px;
        margin: 0;
    }

    #content .pension_funds_insider ul {
        font-size: 10px;
        line-height: 1.2;
        padding: 0;
        margin: 10px 0 0 15px;
    }

    #content .pension_funds_insider li {
        font-weight: bold;
        list-style: none;
        margin: 0;
        padding: 0 0 7px 0;
    }

    #content .pension_funds_insider .buttons {
        position: absolute;
        left: 0;
        bottom: 8px;
    }

        #content .pension_funds_insider .buttons a {
            color: #639;
        }

            #content .pension_funds_insider .buttons a:hover {
                color: #6d909e;
            }


/* Login dropdown / Subscribe dropdown panel Styles */
#content #login_dropdown_panel {
    position: absolute;
    top: 0;
    right: 0;
    background: #b0c1c7 url(../images/pfo-dropdownpanel-fadebg.png) 0 0 repeat-x;
    margin-right: 1px;
    width: 259px;
    height: 155px;
    padding-top: 35px;
    display: none;
}
    /*#content #subscribe_dropdown_panel { position:absolute; top:0; left:0; background:#b0c1c7 url(../images/pfo-dropdownpanel-fadebg.png) 0 0 repeat-x; margin-left:1px; width:958px; height:155px; padding-top:35px; display:none; }*/
    #content #login_dropdown_panel p, #content #subscribe_dropdown_panel p {
        font-size: 10px;
        line-height: 1.2;
        color: #666;
        margin: 0 35px 10px 10px;
    }
        /*#content #subscribe_dropdown_panel p.date { font-size:18px; line-height:1.2; color:#666; }*/
        #content #login_dropdown_panel p input {
            font-size: 11px;
            margin-bottom: 5px;
        }

        #content #login_dropdown_panel p.help {
            position: absolute;
            right: 0;
            bottom: 25px;
        }

        #content #login_dropdown_panel p input.password {
            margin-bottom: 10px;
        }

        #content #login_dropdown_panel p input.remember_me_dropdown {
            margin-top: 0;
            width: 20px;
        }

        #content #login_dropdown_panel p label.remember_me_dropdown_label {
            margin-top: 0;
            line-height: 11px;
        }

    #content #login_dropdown_panel h3, #content #subscribe_dropdown_panel h3 {
        font-size: 11px;
        line-height: 1.2;
        color: #666;
        margin: 0 0 10px 10px;
    }

        #content #login_dropdown_panel h3.login_plain {
            font-weight: normal;
        }
    /*#content #subscribe_dropdown_panel h3.pensionfundsinsider { background:url(../images/pfo-pension-funds-insider-header.gif) -17px -8px no-repeat; text-indent:-5000px; height:15px; }*/
    #content #login_dropdown_panel .mid_panel, #content #subscribe_dropdown_panel .mid_panel {
        border-right: 2px solid #bdcfd5;
        height: 130px;
    }

    #content #login_dropdown_panel .right_panel, #content #subscribe_dropdown_panel .right_panel {
        width: 240px;
    }

        #content #login_dropdown_panel .right_panel h3, #content #subscribe_dropdown_panel .right_panel h3 {
            margin-right: 5px;
        }
    /*#content #subscribe_dropdown_panel .right_panel .buttons a { color:#639; }
#content #subscribe_dropdown_panel .right_panel .buttons a:hover { color:#6d909e; }*/
    #content #login_dropdown_panel div.buttons, #content #subscribe_dropdown_panel div.buttons {
        position: absolute;
        bottom: 30px;
        margin-left: 10px;
    }

a.active_button {
    background: #6d909e url(../images/pfo-bluebutton-arrow-down.gif) right 50% no-repeat;
}
/* Active button style for Login / Subscribe buttons in Navbar */


/* Sidebar styles */
.sidebarfade {
    background-image: url(../images/pfo-sidebar-bg.jpg);
    background-position: top right;
    background-repeat: repeat-y;
}
/* Gradient BG added to right-hand sidebar by adding this class to the #content div */
#sidebar {
    width: 260px;
    padding: 0;
}

    #sidebar .small_ad_column {
        float: left;
        display: inline;
        width: 113px;
        margin: 0 5px;
        padding-top: 5px;
    }

    #sidebar .largads {
        width: 250;
        height: 130px;
        float: left;
        display: inline;
        margin: 25px 5px 25px 5px;
        overflow: hidden;
    }

        #sidebar .largads img {
            border: none;
        }

    #sidebar .smallads {
        width: 120px;
        height: 60px;
        margin: 0 0 10px 0;
        overflow: hidden;
        display: block;
    }

        #sidebar .smallads a {
            border: none;
            margin: 0;
            padding: 0;
        }

        #sidebar .smallads img {
            border: none;
        }

/* Form / Search Styles */
#advancedsearch, #q_t_search {
    border: none;
    /*padding-top: 50px;*/
    margin-bottom: 10px;
    /*font-size: 11px;*/
}

#q_t_search {
    padding-top: 50px;
}
    #advancedsearch input, #advancedsearch select, #advancedsearch textarea, #q_t_search input, #q_t_search select, #q_t_search textarea {
        /*font-size: 11px;*/
    }

    #advancedsearch h2, #q_t_search h2 {
        position: relative;
        /*color: #4d5557;
        margin-top: 10px;
        text-indent: 10px;
        border-bottom: 2px solid #b0c1c7;*/
    }

        #advancedsearch h2 a, #q_t_search h2 a {
            position: absolute;
            right: 15px;
            bottom: 2px;
            font-size: 10px;
            font-weight: normal;
        }

    #advancedsearch label, #q_t_search label {
        /*color: #666;*/
        font-family: ModernEra;
    }

    #advancedsearch #assetallocation_panel, #q_t_search #assetallocation_panel {
        /*padding: 0 0 0 10px;
        border-top: 10px solid #e8eef1;
        border-bottom: 10px solid #e8eef1;
        font-family: ModernEra;*/
    }

    #advancedsearch #assetallocation_panel {
        margin-bottom: 0;
    }

    #q_t_search #assetallocation_panel {
        margin-bottom: 5px;
    }

        #advancedsearch #assetallocation_panel .assetbutton, #q_t_search #assetallocation_panel .assetbutton {
            /*background: #eee url(../images/pfo-arrow-right.png) right 50% no-repeat;
            text-align: center;
            padding: 7px 30px 5px 15px;
            margin: 0;
            color: #999;
            font-size: 10px;
            text-transform: uppercase;
            border: 1px solid #b0c1c7;*/
        }

        #advancedsearch #assetallocation_panel .assetbuttondown, #q_t_search #assetallocation_panel .assetbuttondown {
            /*background-image: url(../images/pfo-arrow-down.png);
            background-position: right 50%;
            background-repeat: no-repeat;
            background-color: #b0c1c7;
            text-align: center;
            padding: 7px 30px 5px 15px;
            color: #4d5557;
            font-size: 10px;
            margin: 0;
            border: 1px solid #b0c1c7;*/
        }

    #advancedsearch #investment_manager_firm_field {
        /*background: #b0c1c7;
        padding: 6px 10px;
        margin-bottom: 10px;
        width: 780px;*/
        background: #F4F4F4;
        padding: 16px 8px;
    }

        #advancedsearch #investment_manager_firm_field .grid_3, #advancedsearch #investment_manager_firm_field .grid_4 {
            margin-bottom: 0;
        }


.GridPager > td td {
    border: 1px solid #797880;
    border-radius: 4px;
    color: #797880;
}

.GridPager > td span {
    color: #6C2BFF;
    font-weight: 700
}

.search_button_panel {
    /*position: relative;
    height: 30px;
    margin-top: 5px;*/
}
    /* Used on Quick Search and Tender Search pages */
    .search_button_panel input {
        /*position: absolute;
        top: 0;
        right: 13px;*/
    }
/* Used on Quick Search and Tender Search pages */

#assetallocation_section {
    padding-top: 0px;
}

.section {
    /* padding: 10px 0;
    margin: 0 0 0 10px;
    background: #e8eef1 url(../images/pfo-section-divider-bg.png) 0 0 repeat-y;
    overflow: hidden;*/
}
/* Wrapper for each content section */
.nodivider {
    background-image: none;
}
/* Removes divider bg image from sections that don't need it */
.section .grid_1_5 {
    width: 100px;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
/* Small additions to 960.gs styles to create narrower element used in locations */
.section .grid_3 {
    clear: both;
}
/* Small tweak to 960.gs style to clear floats on certain elements */
.section .grid_3, .section .grid_4 {
    margin-bottom: 10px;
}
/* Small tweak to 960.gs style to add a bottom margin on certain elements */
.section img {
    /*vertical-align: text-bottom;*/
}

.section h3 {
    font-size: 13px;
    font-weight: normal;
    color: #4d5557;
    margin: 0 20px 10px 0;
    border-bottom: 2px solid #b0c1c7;
}


.userguide {
    background: #b0c1c7 url(../images/pfo-userguide-leftarrow.png) left 50% no-repeat;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding: 5px;
    min-height: 50px;
    width: 100px;
}
    /* User guide / tooltip / search tool tip panel styles */
    .userguide p {
        padding: 5px 10px;
    }

.userguidesearch {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    text-align: left;
    padding: 10px;
    color: #666;
}
    /* User guide / tooltip / search tool tip panel styles */
    .userguidesearch p {
        margin-bottom: 0;
    }
/* User guide / tooltip / search tool tip panel styles */

.border-right {
    border-right: none;
    clear: both; /* Including clear both on this to clear floats in the Asset Allocation section of Adv Search */
}

#search {
    /*padding: 10px 0 0 0;
    width: 920px;
    float: left;
    margin-left: 0;
    margin-right: 0;*/
}

    #search .grid_3 {
        /*padding-top: 22px;*/
    }

.togglepanel {
    /* width: 390px !important;
    padding: 10px 0 3px 0;
    margin-bottom: 10px;
    background: #d9dfe2;*/
}
    /* Togglepanel wrapper for form sections that can be shown / hidden */
    .togglepanel p {
        /*margin-bottom: 5px;
        color: #666;*/
    }
/* Togglepanel wrapper for form sections that can be shown / hidden */
.toggle_sub_panel {
    /*margin-bottom: 10px;*/
}

    .toggle_sub_panel .select_all_options {
        /*width: 365px;
        margin-bottom: 5px;
        text-align: right;*/
    }

.toggle_location {
    /*padding-top: 8px;*/
}


.searchresults {
    color: #4d5557;
}

#searchresults_upper_options {
    clear: both;
    padding: 24px 0px;
    overflow: hidden;
    margin: 0 5px;
    color: #666;
}

.searchresults_lower_options {
    clear: both;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #d0d0d1;
    overflow: hidden;
    margin: 20px 5px 0 5px;
    color: #666;
}

.searchresults_lower_options_top {
    margin-top: 0 !important;
}

#searchresults_upper_options h2 {
    /*font-weight: normal;
    color: #4d5557;
    margin-bottom: 10px;*/
}

#searchresults_upper_options p {
    padding-left: 10px;
    padding-right: 10px;
    color: #939598;
    font-size: 11px;
}

#searchresults_upper_options .optleft {
    position: relative; /*height:135px;*/
    border-right: 2px solid #eee;
}

#searchresults_upper_options .optright {
    position: relative; /*height:135px;*/
}


.searchresults_lower_options_top .optleft {
    border-right: 2px solid #eee !important;
}

.searchresults_lower_options .optleft {
    position: relative;
    height: 30px;
    border-right: 2px solid #fff;
}

.searchresults_lower_options .optright {
    position: relative;
    height: 30px;
}

#searchresults_upper_options .optright .export {
    position: absolute;
    width: 150px;
    top: 30px;
    right: 0;
}

    #searchresults_upper_options .optright .export a {
        width: 50px;
        height: 50px;
    }

        #searchresults_upper_options .optright .export a.pdf {
            background: url(../images/pfo-pdf.png) 50% 50% no-repeat;
            text-indent: -5000px;
        }

        #searchresults_upper_options .optright .export a.xml {
            background: url(../images/pfo-xml.png) 50% 50% no-repeat;
            text-indent: -5000px;
        }

        #searchresults_upper_options .optright .export a.csv {
            background: url(../images/pfo-csv.png) 50% 50% no-repeat;
            text-indent: -5000px;
        }

#searchresults_upper_options ul.buttons, .export_column ul.buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    font-size: 11px;
    line-height: 11px;
}

.searchresults_lower_options ul.buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    font-size: 11px;
    line-height: 11px;
}

    #searchresults_upper_options ul.buttons li, .searchresults_lower_options ul.buttons li, .export_column ul.buttons li {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        display: inline;
    }

        #searchresults_upper_options ul.buttons li a, .searchresults_lower_options ul.buttons li a, .export_column ul.buttons li a {
            display: inline;
            float: left;
            text-decoration: none;
            text-align: center;
            margin: 0;
            outline: 0;
            padding: 5px 20px 5px 0;
        }

.searchresults_lower_options a.backtotop {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 11px;
}

.searchresults .pagination {
    clear: both;
    margin: 10px 0 0 15px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    font-size: 11px;
    line-height: 11px;
}

    .searchresults .pagination p {
        font-size: 13px;
        line-height: 11px;
    }

    .searchresults .pagination ul {
        margin: 0 0 0 10px;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
    }

        .searchresults .pagination ul li {
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            display: inline;
        }

            .searchresults .pagination ul li a {
                display: inline;
                float: left;
                text-decoration: none;
                text-align: center;
                margin: 0 5px 0 0;
                outline: 0;
                padding: 3px 4px;
                color: #4d5557;
                background: #b0c1c7;
            }

                .searchresults .pagination ul li a.current {
                    color: #fff;
                    background: #4d5557;
                }

    .searchresults .pagination .results_dropdown {
        font-size: 11px;
        color: #4d5557;
        background-color: #b0c1c7;
    }

.searchresults table.resultstable {
    border-collapse: collapse;
    margin: 0 0 0 5px;
    display: table;
    color: #333;
    font-size: 11px;
}

    .searchresults table.resultstable th, .searchresults table.resultstable td {
        border: 1px solid #fff;
        display: table-cell;
        padding: 10px 20px 10px 20px;
    }

    .searchresults table.resultstable th {
        text-align: left;
        vertical-align: middle;
        color: #25aae1;
    }

    .searchresults table.resultstable td {
        vertical-align: middle;
        background: #ebeff3;
        color: #6D929E;
    }

    .searchresults table.resultstable th.toprow {
        background: #dbdfe3;
        padding: 6px 20px 6px 20px;
        color: #4d5557;
    }

    .searchresults table.resultstable th {
        background: #ebeff3;
    }

    .searchresults table.resultstable tr.stripe th, .searchresults table.resultstable tr.stripe td {
        background: #ebf7fb;
    }

    .searchresults table.resultstable tr th.delete, .searchresults table.resultstable tr td.delete {
        padding: 6px 2px 6px 2px;
        background: #dbdfe3;
        text-align: center;
        table-layout: fixed;
    }

.searchresults .adviser_result_listing {
    /*border: 2px solid #94A3A8;
    background: #fff;
    overflow: hidden;
    padding: 0;
    margin: 10px 5px;
    color: #6D929E;*/
}

    .searchresults .adviser_result_listing .listing_header_wrapper {
        /*background: #e8eef1;
        overflow: hidden;
        padding: 0 0 0 15px;*/
        padding: 0 0 0 15px;
    }

        .searchresults .adviser_result_listing .listing_header_wrapper h3 {
            color: #25AAE1;
            margin: 5px 0;
        }

    .searchresults .adviser_result_listing .banner {
        text-align: right;
        margin: 10px 0;
    }

    .searchresults .adviser_result_listing p {
        margin-bottom: 5px;
    }

    .searchresults .adviser_result_listing .grid_2_5 {
        float: left;
        display: inline;
        width: 130px;
    }

    .searchresults .adviser_result_listing .listing_content_wrapper {
        overflow: hidden;
        padding: 15px 5px 15px 15px;
    }

        .searchresults .adviser_result_listing .listing_content_wrapper span {
            color: #4d5557;
        }

.searchresults .primary_listing {
    /* border: 4px solid #6d909e;
    margin-bottom: 15px;
    -moz-box-shadow: 0 4px 5px #a4a4a4;
    -webkit-box-shadow: 0 4px 5px #a4a4a4;
    box-shadow: 0 4px 5px #a4a4a4;*/
}

    .searchresults .primary_listing h3 {
        /*font-size: 18px;
        padding-top: 20px;*/
    }

.searchresults .secondary_listing {
    border: 4px solid #94A3A8;
}

    .searchresults .secondary_listing h3 {
        font-size: 16px;
    }

.searchresults .tertiary_listing h3 {
    font-size: 13px;
    margin: 5px 0;
    /*padding: 15px 0;*/
}

.searchresults .tertiary_listing p {
    font-size: 11px;
    margin: 7px 0;
    /*padding: 15px 0;*/
}

.searchresults .standard_listing .listing_header_wrapper {
    /*background: #fff;*/
}

.searchresults .standard_listing h3 {
    font-size: 13px;
    margin: 5px 0;
}

.searchresults .standard_listing p {
    font-size: 11px;
    margin: 7px 0;
}


.tablesort_arrow_wrapper {
    position: relative;
}

.tablesort_arrows {
    position: absolute;
    top: 2px;
    right: 0;
}

    .tablesort_arrows a {
        width: 7px;
        height: 5px;
        padding: 0 2px 1px 2px;
        margin: 0;
        line-height: 5px;
        font-size: 5px;
        text-indent: -5000px;
        border: none;
        display: block;
    }

        .tablesort_arrows a.up {
            background: url(../images/pfo-tablesort-up.png) top right no-repeat;
        }

            .tablesort_arrows a.up:hover {
                background: url(../images/pfo-tablesort-up-high.png) top right no-repeat;
            }

        .tablesort_arrows a.down {
            background: url(../images/pfo-tablesort-down.png) bottom right no-repeat;
        }

            .tablesort_arrows a.down:hover {
                background: url(../images/pfo-tablesort-down-high.png) bottom right no-repeat;
            }



#search_results_wrapper {
    position: relative;
    width: 960px;
}

    #search_results_wrapper .wi-table-header {
    }

table.dataTable.no-footer {
    border-bottom: 1px solid #D5D5D6 !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #D5D5D6 !important;
}

.search_results_wrapper .wi-grid {
    background: #FFFFFF;
    border: 1px solid #D5D5D6;
    border-bottom: none;
    padding: 16px;
}

    .search_results_wrapper .wi-grid.even {
        background: #FFFFFF;
    }

    .search_results_wrapper .wi-grid.odd {
        background: #F4F4F4;
    }

    .search_results_wrapper .wi-grid:nth-last-child(2) {
        border-bottom: 1px solid #D5D5D6;
    }


    .search_results_wrapper .wi-grid .listing_header_wrapper {
        display: flex;
        align-items: center;
    }

#funds_scrolling_results_wrapper {
    /*width: 900px;*/
    /*overflow: auto;*/
    /*margin-left: 5px;*/
}

    #funds_scrolling_results_wrapper::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    /* Force Lion Scroll bar to show for this horizontal scrolling results panel */
    #funds_scrolling_results_wrapper::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.4);
    }
/* ... */


#tender_search_results_table {
    width: 950px;
}

#funds_search_results_table {
    margin-left: 0;
}

    #funds_search_results_table th, #funds_search_results_table td, #funds_del_table th, #funds_del_table td {
        height: 35px;
        padding: 0 10px 0 10px;
    }

#funds_del_table {
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
}


/* Styles for Export overlay panels */
.export_overlay_panel_wrapper {
    display: none;
}

.export_overlay_panel {
    /*width: 400px;*/
    /*height: 500px;*/
    /*padding: 20px 40px;*/
    overflow: hidden;
    position: relative;
    /*margin: -8px;*/
}

.export_data_list li {
    margin-bottom: 32px;
}

.export_overlay_panel_wide {
    /*width: 540px !important;*/
}

.export_column {
    float: left;
    display: inline;
    width: 270px;
    margin-right: 0;
}

.export_column_wide {
    width: 520px !important;
    margin-bottom: 5px;
}

.export_column h2 {
    padding: 14px 10px 14px 0;
    font-size: 14px;
    font-weight: normal;
    color: #4d5557;
    border-bottom: 3px solid #d0d0d1;
}

.export_column h3 {
    font-size: 11px;
    font-weight: bold;
    color: #4d5557;
    margin-bottom: 5px;
}

.export_column p {
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
}

.export_column_wide p {
    margin-bottom: 7px !important;
}

.export_column #xml {
    float: left;
    display: inline;
    margin: 10px 25px 15px 0;
    background: url(../images/pfo-xml.png) 5px 0 no-repeat;
    width: 50px;
    padding-top: 40px;
    text-align: center;
}

.export_column #csv a {
    float: left;
    display: inline;
    margin: 10px 25px 15px 0;
    background: url(../images/pfo-csv.png) 5px 0 no-repeat;
    width: 50px;
    padding-top: 40px;
    text-align: center;
}

.export_column .pdf a {
    float: left;
    display: inline;
    margin: 10px 25px 15px 0;
    background: url(../images/pfo-pdf.png) 5px 0 no-repeat;
    width: 50px;
    padding-top: 40px;
    text-align: center;
}

.export_column p.save_file {
    clear: both;
}

.export_column ul.email_compress {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    height: 30px;
    font-size: 11px;
    color: #939598;
    line-height: 11px;
}

    .export_column ul.email_compress li {
        position: absolute;
        list-style-type: none;
        margin: 0;
    }

        .export_column ul.email_compress li.email {
            left: 0;
            top: 0;
        }

        .export_column ul.email_compress li.compress {
            left: 150px;
            top: 0;
            vertical-align: middle;
            top: 0 !important;
        }

        .export_column ul.email_compress li a {
            text-decoration: none;
            text-align: center;
            margin: 0;
            outline: 0;
            padding: 3px 20px 3px 0;
        }

.export_column ul.export_data_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #939598;
    line-height: 15px;
}

    .export_column ul.export_data_list li {
        list-style-type: none;
        margin: 0;
        padding-bottom: 10px;
    }

        .export_column ul.export_data_list li ul {
            margin: 0 5px 5px 5px;
        }

            .export_column ul.export_data_list li ul li {
                padding-bottom: 0;
                padding-top: 5px;
                margin-left: 20px;
            }

        .export_column ul.export_data_list li p {
            padding-bottom: 0;
            padding-top: 5px;
            margin: 0 0 0 20px;
            line-height: 13px;
        }

        .export_column ul.export_data_list li.close_spaced {
            padding-bottom: 2px;
        }

.export_column p.save_submit_export {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.export_column p.go_to_mypfo {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.export_column #saved_search_name {
    width: 260px;
    font-size: 11px;
    padding: 4px;
    margin: 7px 0 15px 0;
}

.export_column #saved_search_description {
    width: 260px;
    height: 100px;
    font-size: 11px;
    padding: 4px;
    margin-top: 7px;
}

.export_column .export_column_input {
    width: 240px;
    font-size: 11px;
    padding: 4px;
    margin: 1px 0 0 0;
}

.export_column select.export_column_input {
    padding: 2px;
}

.export_column .horz_radio_group {
    margin: 0 2px 0 12px;
}

.export_column li.submit_request_demo label {
    color: #fff;
}

.export_column li.submit_request_demo input {
    padding: 2px 24px 2px 10px;
    font-size: 9px;
    line-height: 14px;
}


/* Tenders Table for Tender Search page */
table.tenderstable {
    border-collapse: collapse;
    margin: 0 0 15px 10px;
    display: table;
    width: 800px;
    color: #333;
    font-size: 11px;
}

    table.tenderstable th, table.tenderstable td {
        border: 1px solid #fff;
        display: table-cell;
        padding: 10px 20px 10px 20px;
    }

    table.tenderstable th {
        text-align: left;
        vertical-align: top;
        color: #25aae1;
    }

    table.tenderstable td {
        vertical-align: middle;
        background: #ebeff3;
        color: #6D929E;
    }

    table.tenderstable th.toprow {
        background: #dbdfe3;
        padding: 6px 20px 6px 20px;
        color: #4d5557;
    }

    table.tenderstable th {
        background: #ebeff3;
    }

    table.tenderstable tr.stripe th, table.tenderstable tr.stripe td {
        background: #ebf7fb;
    }


/* Adviser Pages */
#adviser_fund_wrapper {
    
}

    #adviser_fund_wrapper .adviser_fund_top_nav {
        position: relative;
        border-bottom: 2px solid #b0c1c7;
        height: 32px;
    }

        #adviser_fund_wrapper .adviser_fund_top_nav a {
            position: absolute;
            bottom: 3px;
            left: 0;
            font-size: 11px;
            line-height: 11px;
            padding: 5px;
            display: block;
        }

            #adviser_fund_wrapper .adviser_fund_top_nav a.right {
                position: absolute;
                bottom: 3px;
                left: auto;
                right: 0;
            }

    #adviser_fund_wrapper h2 {
        /*clear: both;
        font-size: 16px;
        line-height: 1.2;
        color: #4d5557;
        padding: 20px 10px 15px 10px;*/
    }

    #adviser_fund_wrapper h3 {
        /*clear: both;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
        color: #4d5557;
        padding: 0 10px 15px 10px;
        margin: 0;*/
    }

    #adviser_fund_wrapper .adviser_fund_content_panel {
        clear: both;
    }

        #adviser_fund_wrapper .adviser_fund_content_panel h3 {
            /*clear: both;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.2;
            color: #4d5557;
            padding: 0 10px 15px 10px;
            margin: 0;*/
        }

        #adviser_fund_wrapper .adviser_fund_content_panel .chart_row {
            /*margin-bottom: 20px;*/
        }

        #adviser_fund_wrapper .adviser_fund_content_panel .chart_row_border {
            /*padding-bottom: 20px;*/
            /*border-bottom: 1px solid #b0c1c7;*/
        }

.chart_wrapper {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.04));
    border-radius: 8px;
    margin-bottom: 32px;
    border: 1px solid #D5D5D6;
    overflow: hidden;
}

#adviser_fund_wrapper .adviser_fund_content_panel .chart_wrapper {
    /*background: #eee;
    height: 350px;*/
}

.adviser_timeline_table.wi-table {
    margin-bottom: 0px;
}

.wi-table-footer {
    margin-bottom: 32px;
}

#adviser_fund_wrapper .adviser_fund_content_panel .chart_wrapper p {
    text-align: center;
}

#adviser_fund_wrapper .adviser_fund_content_nav {
    clear: both;
    position: relative;
    border-bottom: 5px solid #b0c1c7;
    margin-bottom: 20px;
}

    #adviser_fund_wrapper .adviser_fund_content_nav .export_link {
        position: absolute;
        bottom: 7px;
        right: 0;
        font-size: 11px;
        line-height: 11px;
    }

#adviser_fund_wrapper #adviser_fund_page_company_profile {
    padding-top: 20px;
    border-top: 1px solid #b0c1c7;
}

    #adviser_fund_wrapper #adviser_fund_page_company_profile p {
        font-size: 11px;
        line-height: 1.2;
        color: #4d5557;
        padding: 0 10px 10px 10px;
        margin: 0;
    }

#adviser_fund_wrapper ul#tabs {
    border-bottom: none;
    padding-top: 5px;
}

#adviser_fund_wrapper .single_view_divider {
    clear: both;
    border-bottom: 6px solid #b0c1c7;
    padding-top: 15px;
    margin-bottom: 15px;
}

#adviser_fund_wrapper .single_view_divider_noborder {
    clear: both;
    border-bottom: none;
    padding-top: 15px;
    margin-bottom: 0;
}

    #adviser_fund_wrapper .single_view_divider h2, #adviser_fund_wrapper .single_view_divider_noborder h2 {
        text-align: center;
        background: #b0c1c7;
        padding: 7px 20px 5px 15px;
        margin: 0;
        color: #4d5557;
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        display: inline;
    }


/* Table for Advisers page */
#adviser_fund_wrapper .adviser_fund_page_table_wrapper {
    border-top: 1px solid #b0c1c7;
}

    #adviser_fund_wrapper .adviser_fund_page_table_wrapper table {
        border-collapse: collapse;
        margin: 0 0 20px 0;
        display: table;
        color: #4d5557;
        font-size: 10px;
    }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th, #adviser_fund_wrapper .adviser_fund_page_table_wrapper table td {
            font-size: 11px;
            border: 1px solid #fff;
            display: table-cell;
            padding: 5px 20px 5px 10px;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th {
            text-align: left;
            vertical-align: top;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table td {
            vertical-align: middle;
            background: #ebeff3;
            color: #6e929e;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th.toprow {
            background: #dbdfe3;
            padding: 6px 20px 6px 20px;
            color: #4d5557;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th.centred, #adviser_fund_wrapper .adviser_fund_page_table_wrapper table td.centred {
            text-align: center;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th.alignbottom {
            vertical-align: bottom;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th.indented {
            text-indent: 25px;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table thead th {
            background: #dbdfe1;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table th {
            background: #ebeff3;
        }

        #adviser_fund_wrapper .adviser_fund_page_table_wrapper table tr.stripe th, #adviser_fund_wrapper .adviser_fund_page_table_wrapper table tr.stripe td {
            background: #ebf7fb;
        }

#adviser_fund_wrapper table#scheme_assets {
    border-collapse: collapse;
    display: table;
    color: #797880;
    font-size: 13px;
    background: #F4F4F4;
    margin-bottom: 10px;
}

    #adviser_fund_wrapper table#scheme_assets th, #adviser_fund_wrapper table#scheme_assets td {
        /*background: #ebf7fb;*/
        padding: 5px 10px;
        border: 1px solid #fff;
    }

        #adviser_fund_wrapper table#scheme_assets td.nofill {
            background: #fff;
        }

#adviser_fund_wrapper .tooltips {
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #adviser_fund_wrapper .tooltips .tooltip_down {
        background: url(../images/pfo_tooltip_down.png) 0 0 no-repeat;
        color: #666;
        font-size: 12px;
        height: 42px;
    }

        #adviser_fund_wrapper .tooltips .tooltip_down p {
            margin: 6px 0 0 20px;
        }

    #adviser_fund_wrapper .tooltips .tooltip_right {
        background: url(../images/pfo_tooltip_right.png) top right no-repeat;
        color: #666;
        font-size: 12px;
        height: 42px;
        width: 375px;
        padding-right: 20px;
    }

        #adviser_fund_wrapper .tooltips .tooltip_right p {
            margin: 6px 0 0 60px;
        }

    #adviser_fund_wrapper .tooltips .tooltip_toggle {
        float: right;
        color: #666;
        height: 29px;
        width: 225px;
        position: relative;
        border: 1px solid #666;
        background-image: url(../images/pfo_tooltip_toggle_fade.png);
        background-repeat: no-repeat;
    }

        #adviser_fund_wrapper .tooltips .tooltip_toggle.toggle_b {
            background-position: 0 -29px;
        }

        #adviser_fund_wrapper .tooltips .tooltip_toggle.toggle_a {
            background-position: 0 0;
        }

        #adviser_fund_wrapper .tooltips .tooltip_toggle a.movement {
            width: 112px;
            height: 29px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            font-size: 11px;
            line-height: 29px;
            text-transform: uppercase;
        }

        #adviser_fund_wrapper .tooltips .tooltip_toggle a.change {
            width: 115px;
            height: 29px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            font-size: 11px;
            line-height: 29px;
            text-transform: uppercase;
        }

#adviser_fund_wrapper select#mandate_breakdown_year {
    width: 200px;
    padding: 6px 5px;
    font-size: 13px;
    height: 28px;
    margin-bottom: 15px;
}



/* Below Additions as of 8 Aug 2014 */
#adviser_fund_wrapper p.sub_title {
    clear: both;
    padding: 20px 10px 0 10px;
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #666;
}

#adviser_fund_wrapper p.sub_paragraph {
    clear: both;
    padding: 0 10px 15px 10px;
    margin: 0 0 0 10px;
    color: #666;
}

#adviser_fund_wrapper a.bluebutton_right {
    position: absolute;
    top: 50px;
    right: 0;
}

#adviser_fund_wrapper select, #adviser_fund_wrapper input {
    font-size: 12px;
}

    #adviser_fund_wrapper input.firstname, #adviser_fund_wrapper input.lastname, #adviser_fund_wrapper input.email {
        width: 170px;
        margin-right: 10px;
    }

#adviser_fund_wrapper a.update_button {
    width: 40px;
}

    #adviser_fund_wrapper a.update_button.block {
        width: 40px;
        display: block;
    }

    #adviser_fund_wrapper a.update_button.right, #adviser_fund_wrapper a.edit_address {
        float: right;
        margin-right: 0;
        width: 40px;
    }

#adviser_fund_wrapper a.staff_delete, #adviser_fund_wrapper a.adviser_delete {
    float: right;
    margin-right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAAl0lEQVR4AeXLMQrCQBSE4a3FOnVyhBxA8QKCjQieIkexE2+STnKDBSF1yhxgS9nnPPgXREG0Vvhw3mwmlN92f1hKFHtxk4UEFwhuzQdJJiS61fOglY10PPZ+o6fruFsfZMpvZB8MPwwGHzQcs5zJVxjdTG58UHNE2ZFPMLpIrv9+MMqRfIHRjW8D3PnPoOOdQVXKT/imegAHoCicQzjqOQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    text-indent: -5000px;
    width: 12px;
    height: 15px;
}

#adviser_fund_wrapper .edit_wrapper {
    width: 690px;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper.blueborders {
    border-top: 2px solid #25aae1;
    border-bottom: 2px solid #25aae1;
    margin-bottom: 35px;
    padding-bottom: 5px;
}

    #adviser_fund_wrapper .adviser_fund_page_table_wrapper.blueborders table th, #adviser_fund_wrapper .adviser_fund_page_table_wrapper.blueborders table td {
        background: none;
    }

#adviser_fund_wrapper .adviser_fund_page_table_wrapper table.nobottommargin {
    margin-bottom: 0;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper.blueborders p.title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    color: #4d5557;
    padding: 10px 10px 2px 10px;
    margin: 0;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper input[type="text"], #adviser_fund_wrapper .adviser_fund_page_table_wrapper select {
    padding: 4px;
    height: auto;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper .edit_address_open { /*display:none;*/
    padding-bottom: 15px;
}

    #adviser_fund_wrapper .adviser_fund_page_table_wrapper .edit_address_open input[type="text"] {
        clear: both;
        display: block;
        width: 300px;
        margin-bottom: 5px;
    }

#adviser_fund_wrapper .adviser_fund_page_table_wrapper table th.aligntop, #adviser_fund_wrapper .adviser_fund_page_table_wrapper table td.aligntop {
    vertical-align: top;
}

#landing_page .grid_11 {
    margin-left: 22px;
    width: 656px;
}

#landing_page .grid_12 {
    width: 650px;
}

#landing_page .landing_page_top_nav {
    position: relative;
    border-bottom: 2px solid #b0c1c7;
    height: 32px;
    width: 606px;
    margin-left: 20px;
}

    #landing_page .landing_page_top_nav a {
        position: absolute;
        bottom: 3px;
        left: 0;
        font-size: 11px;
        line-height: 11px;
        padding: 5px;
        display: block;
    }

#landing_page h2 {
    clear: both;
    font-size: 16px;
    line-height: 1.2;
    color: #4d5557;
    padding: 20px 10px 15px 10px;
}


#landing_page .chart_wrapper {
    margin: 4px 20px 10px 20px;
    background: #eee;
    height: 350px;
    padding-bottom: 20px;
    border: 1px solid #b0c1c7;
}

    #landing_page .chart_wrapper p {
        text-align: center;
    }

.sidebarfade300 {
    background-image: url(../images/pfo-sidebar-bg.jpg);
    background-position: 650px 0;
    background-repeat: repeat-y;
}
    /* Gradient BG added to right-hand sidebar by adding this class to the #content div */
    .sidebarfade300 .main_column {
        width: 650px;
    }

    .sidebarfade300 #sidebar {
        width: 310px;
        padding: 0;
    }

        .sidebarfade300 #sidebar .small_ad_column {
            float: left;
            display: inline;
            width: 120px;
            margin: 0 5px;
        }

        .sidebarfade300 #sidebar .largads {
            width: 250;
            height: 130px;
            float: left;
            display: inline;
            margin: 25px 5px 25px 5px;
            overflow: hidden;
        }

            .sidebarfade300 #sidebar .largads img {
                border: none;
            }

/* Above Additions as of 8 Aug 2014 */


/* Below Additions as of 14 Aug 2014 */

#login_page h2 {
    clear: both;
    font-size: 26px;
    line-height: 1.2;
    color: #25aae1;
    padding: 20px 10px 15px 10px;
}

    #login_page h2 span {
        clear: both;
        display: block;
        font-size: 16px;
        color: #4d5557;
    }

#login_page .login_wrapper {
    background: #eee;
    margin: 5px 20px 15px 20px;
    width: 920px;
    padding-bottom: 50px;
}

#login_page #login_panel {
    margin: 35px 0 0 35px;
    width: 340px;
    min-height: 315px;
    background: #4d5557;
    box-shadow: 5px 2px 13px #000;
}

    #login_page #login_panel .login_inner {
        position: relative;
    }

    #login_page #login_panel h2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 270px;
        font-size: 14px;
        color: #fff;
        padding: 14px 15px;
    }

    #login_page #login_panel p.username {
        position: absolute;
        top: 40px;
        left: 0;
    }

    #login_page #login_panel p.password {
        position: absolute;
        top: 70px;
        left: 0;
    }

    #login_page #login_panel p.checkbox {
        position: absolute;
        top: 105px;
        right: 15px;
        width: 140px;
        text-align: right;
    }

        #login_page #login_panel p.checkbox input {
            height: 15px;
            width: 15px;
        }

    #login_page #login_panel p.login {
        position: absolute;
        top: 135px;
        right: 15px;
        width: 80px;
        text-align: right;
    }

        #login_page #login_panel p.login .bluebutton {
            margin-right: 0;
            z-index: 5;
        }

    #login_page #login_panel p.help {
        position: absolute;
        top: 140px;
        left: 0;
        width: 290px;
        padding-bottom: 50px;
        border-bottom: 1px solid #eee;
    }

    #login_page #login_panel p {
        margin: 5px 10px 5px 25px;
    }

        #login_page #login_panel p label {
            color: #fff;
        }

        #login_page #login_panel p.username input, #login_panel p.password input {
            width: 290px;
            font-size: 12px;
        }

        #login_page #login_panel p.username label, #login_panel p.password label {
            display: none;
        }

    #login_page #login_panel .login_reminder {
        position: absolute;
        top: 217px;
        left: 0;
        width: 320px;
        padding-top: 15px;
        color: #fff;
    }

        #login_page #login_panel .login_reminder p {
            padding: 0;
            margin: 0 0 8px 25px;
            line-height: 1.2;
        }

            #login_page #login_panel .login_reminder p strong {
                font-size: 14px;
            }

#login_page .login_blurb {
}

    #login_page .login_blurb h2 {
        margin: 33px 0 20px 0;
        padding: 0;
        color: #4d5557;
        font-size: 16px;
    }

    #login_page .login_blurb ul {
        color: #4d5557;
        font-size: 16px;
        list-style: none;
        list-style-type: none;
    }

        #login_page .login_blurb ul li {
            margin: 0 0 20px 0;
            padding-left: 25px;
            color: #4d5557;
            font-size: 16px;
            line-height: 1.25;
            list-style: none;
            background: url(../images/blue-bullet-large.png) 0 6px no-repeat;
        }

#login_page #login_panel p.terms {
    position: absolute;
    top: 165px;
    left: 0;
    color: #fff;
    width: 290px;
    line-height: 1.1;
}

/*Created DLW - 20150602*/
#login_page #login_panel h2.remind {
    font-size: 11px;
    margin: 0 0 0 10px;
}

p.username1 {
    position: absolute;
    top: 80px;
    left: 0;
}

p.password1 {
    position: absolute;
    top: 120px;
    left: 0;
}

    p.password1 input {
        width: 290px;
        font-size: 12px;
    }

p.username1 input {
    width: 290px;
    font-size: 12px;
}

#login_page #login_panel p.helprem1 {
    position: absolute;
    top: 170px;
    left: 0;
    width: 290px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

#login_page #login_panel p.login_rem1 {
    position: absolute;
    top: 170px;
    right: 30px;
    width: 80px;
    text-align: right;
}

    #login_page #login_panel p.login_rem1 .bluebutton1 {
        margin-right: 0;
        z-index: 5;
    }


.section.blue_bottom_border {
    /*border-bottom: 2px solid #6C2BFF;*/
}

.search_button_base_panel {
    /*float: right;
    text-align: right;
    margin: 10px 115px 20px 0;*/
}

    .search_button_base_panel p {
        display: inline;
        font-size: 12px;
        color: #4d5557;
        margin-right: 20px;
    }

        .search_button_base_panel p span {
            color: #ff8500;
            font-weight: bold;
            font-size: 16px;
            margin: 0 2px 0 1px;
        }

    .search_button_base_panel input {
    }

    .search_button_base_panel select {
        padding: 5px 3px;
        height: 2.4em;
        width: 154px;
        margin-right: 10px;
    }

#funds_search_results_table.resultstable2014 th {
    color: #25aae1;
    min-width: 80px;
}

    #funds_search_results_table.resultstable2014 th.centered, #funds_search_results_table.resultstable2014 td.centered {
        text-align: center;
        line-height: 1.1;
    }

        #funds_search_results_table.resultstable2014 th.centered .tablesort_arrow_wrapper, #funds_search_results_table.resultstable2014 td.centered .tablesort_arrow_wrapper {
            text-align: center;
            padding-right: 10px;
            line-height: 1.1;
        }

#funds_search_results_table.resultstable2014 td span.check {
    display: block;
    color: #ff8500;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#funds_scrolling_results_wrapper.results2014 {
    /*width: 950px;*/
    overflow: auto;
}

span.check {
    color: #ff8500;
    font-weight: bold;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
}


/* Above Additions as of 14 Aug 2014 */


/* Below Additions as of 10 Sept 2014 */

#thankyou_page .grid_12 {
    width: 650px;
}

#thankyou_page .thankyou_page_top_nav {
    position: relative;
    border-bottom: 2px solid #b0c1c7;
    height: 32px;
    width: 740px;
    margin-left: 20px;
}

    #thankyou_page .thankyou_page_top_nav a {
        position: absolute;
        bottom: 3px;
        left: 0;
        font-size: 11px;
        line-height: 11px;
        padding: 5px;
        display: block;
    }

#thankyou_page h2 {
    clear: both;
    font-size: 24px;
    line-height: 1.2;
    color: #25aae1;
    padding: 20px 10px 15px 10px;
}

#thankyou_page h3 {
    clear: both;
    font-size: 16px;
    line-height: 1.2;
    color: #4d5557;
    padding: 0 10px 0 20px;
}

#thankyou_page p {
    clear: both;
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    padding: 0 10px 15px 20px;
}

#thankyou_page .chart_wrapper {
    margin: 4px 0 0 20px;
    background: #eee;
    height: 350px;
    padding-bottom: 20px;
    border: 1px solid #b0c1c7;
}

    #thankyou_page .chart_wrapper p {
        text-align: center;
    }

#thankyou_page .chart_tools {
    width: 145px;
    height: 50px;
    background: #eee;
    margin: 0 20px 10px 20px;
    position: relative;
}

    #thankyou_page .chart_tools a {
        position: absolute;
        top: 0;
        width: 31px;
        height: 31px;
        margin-top: 5px;
        padding: 5px;
        overflow: hidden;
        display: block;
    }

        #thankyou_page .chart_tools a.chart_pdf {
            left: 7px;
        }

        #thankyou_page .chart_tools a.chart_print {
            left: 49px;
        }

        #thankyou_page .chart_tools a.chart_email {
            left: 93px;
        }

/* Above Additions as of 10 Sept 2014 */


/* Below Additions as of 29 Sept 2014 */
.grey_panel_wrapper {
    overflow: hidden;
    width: 920px !important;
    margin-top: 50px;
    margin-left: 10px;
    clear: both;
}

    .grey_panel_wrapper .grey_panel_inner {
        background: #ccc;
        overflow: hidden;
        padding: 30px 10px;
        border-bottom: 3px solid #25aae1;
    }

    .grey_panel_wrapper .grid_7 {
        width: 340px !important;
        margin-left: 30px;
    }

    .grey_panel_wrapper textarea {
        height: 160px;
    }

    .grey_panel_wrapper label {
        margin-bottom: 8px;
        display: block;
        color: #666;
    }

    .grey_panel_wrapper input {
        width: 100%;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 13px;
        color: #666;
        height: 26px;
    }

    .grey_panel_wrapper p {
        color: #666;
        line-height: 1.1;
        margin-top: 7px;
    }

    .grey_panel_wrapper a.grey_panel_confirm {
        float: right;
        margin: 20px 5px 10px 0;
    }

#thankyou_page ul.list_no_bullets, #landing_page ul.list_no_bullets {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 20px;
}

    #thankyou_page ul.list_no_bullets li, #landing_page ul.list_no_bullets li {
        list-style: none;
        padding: 0 0 5px 0;
        margin: 0;
    }

#thankyou_page .blue_border, #landing_page .blue_border {
    clear: both;
    border-bottom: 3px solid #25aae1;
    padding: 20px 0 15px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

    #thankyou_page .blue_border p, #landing_page .blue_border p {
        padding: 0;
        margin: 0;
    }



    #landing_page .blue_border p {
        clear: both;
        font-size: 16px;
        line-height: 1.3;
        color: #666;
        padding: 0 10px 0 0;
    }


/* Above Additions as of 29 Sept 2014 */


/* Below Additions as of 24 Oct 2014 */

.sidebarfade150 {
    background-image: url(../images/pfo-sidebar-fade.png);
    background-position: 780px 0;
    background-repeat: repeat-y;
}
    /* Gradient BG added to right-hand sidebar by adding this class to the #content div */
    .sidebarfade150 .main_column {
        width: 780px;
    }

    .sidebarfade150 #sidebar {
        width: 170px;
        padding: 0;
    }

        .sidebarfade150 #sidebar .skyscraper {
            width: 120;
            height: 600px;
            float: left;
            display: inline;
            margin: 30px 5px 25px 31px;
            overflow: hidden;
        }

            .sidebarfade150 #sidebar .skyscraper img {
                border: none;
            }

#landing_page .landing_page_top_nav {
    position: relative;
    border-bottom: 2px solid #b0c1c7;
    height: 32px;
    width: 740px;
    margin-left: 20px;
}

    #landing_page .landing_page_top_nav a {
        position: absolute;
        bottom: 3px;
        left: 0;
        font-size: 11px;
        line-height: 11px;
        padding: 5px;
        display: block;
    }

#landing_page .callout_panel {
    position: relative;
    width: 705px;
    height: 65px;
    border: 3px solid #ff8500;
    background: #fff;
    overflow: hidden;
    padding: 15px 15px;
    margin: 5px 20px 15px 20px;
    color: #333;
}

    #landing_page .callout_panel a.button {
        position: absolute;
        bottom: 11px;
        right: 10px;
        font-size: 11px;
        width: 80px;
        text-align: center;
        margin-right: 0;
    }

    #landing_page .callout_panel h3 {
        padding: 0;
        margin: 0 0 10px 0;
        color: #555;
        width: 530px;
        font-size: 14px;
        line-height: 1.2;
    }

    #landing_page .callout_panel p {
        padding: 0;
        margin: 0;
        color: #666;
        width: 530px;
        font-size: 14px;
        line-height: 1.2;
    }

#landing_page .chart_x2_up .chart_wrapper {
    margin: 14px 0 10px 20px;
    background: #eee;
    width: 357px;
    height: 250px;
    padding-bottom: 20px;
    border: 1px solid #b0c1c7;
}

#landing_page .chart_x2_up .chart_text {
    margin: 4px 0 10px 20px;
    width: 357px;
    padding-bottom: 5px;
}

    #landing_page .chart_x2_up .chart_text p {
        color: #666;
    }

#landing_page .tooltips {
    width: 574px;
    margin: 5px 20px 0 170px;
}

    #landing_page .tooltips .tooltip_right {
        background: url(../images/pfo_tooltip_right_small.png) top left no-repeat;
        color: #666;
        font-size: 12px;
        height: 42px;
        width: 175px;
        padding-right: 20px;
    }

        #landing_page .tooltips .tooltip_right p {
            margin: 6px 0 0 45px;
        }

    #landing_page .tooltips .tooltip_toggle {
        color: #666;
        height: 29px;
        width: 225px;
        position: relative;
        border: 1px solid #666;
        background-image: url(../images/pfo_tooltip_toggle_fade.png);
        background-repeat: no-repeat;
    }

        #landing_page .tooltips .tooltip_toggle.toggle_b {
            background-position: -5px -29px;
        }

        #landing_page .tooltips .tooltip_toggle.toggle_a {
            background-position: -2px 0;
        }

        #landing_page .tooltips .tooltip_toggle a.aum {
            width: 112px;
            height: 29px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            font-size: 11px;
            line-height: 29px;
            text-transform: uppercase;
        }

        #landing_page .tooltips .tooltip_toggle a.fundingratios {
            width: 115px;
            height: 29px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            font-size: 11px;
            line-height: 29px;
            text-transform: uppercase;
        }

#landing_page .adviser_search {
    width: 780px;
}

a.orangebutton, input.orangebutton {
    background: #ff8500 url(../images/pfo-button-arrow.png) right 50% no-repeat;
    padding: 8px 25px 8px 15px;
    margin: 0 15px 0 0;
    border: 1px solid #ff8500;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
}
    /* !important added here to override formalise.css button styling */
    a.orangebutton:hover, input.orangebutton:hover {
        background: #ff8500 url(../images/pfo-button-arrow.png) right 50% no-repeat;
    }

#landing_page .adviser_search #closest_peers_search_form {
    color: #404648;
    border-bottom: 2px solid #25aae1;
    font-size: 16px;
    font-weight: normal;
    margin: 0 22px 15px 20px;
    padding-bottom: 8px;
    padding-left: 0;
}

#landing_page .adviser_search h2 {
    color: #404648;
    border-bottom: 2px solid #25aae1;
    font-size: 16px;
    font-weight: normal;
    margin: 0 22px 15px 20px;
    padding-bottom: 8px;
    padding-left: 0;
}

#landing_page #adviser_search_form {
    margin: 0 10px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

    #landing_page #adviser_search_form .grid_6 {
        width: 370px;
        margin-bottom: 20px;
    }

    #landing_page #adviser_search_form label {
        font-size: 14px;
        color: #4d5557;
        margin-bottom: 8px;
        padding-top: 6px;
        display: block;
    }

    #landing_page #adviser_search_form #adviser_name {
        font-size: 14px;
        width: 355px;
    }

    #landing_page #adviser_search_form #adviser_type {
        font-size: 14px;
        width: 365px;
        margin-left: 5px;
    }

    #landing_page #adviser_search_form #adviser_search_form_submit {
        width: 100px;
        margin: 0;
    }

#landing_page #pension_fund_search_form {
    margin: 0 10px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

    #landing_page #pension_fund_search_form .grid_12 {
        margin-bottom: 15px;
    }

    #landing_page #pension_fund_search_form label {
        font-size: 14px;
        color: #4d5557;
        padding-top: 3px;
        margin-right: 20px;
    }

    #landing_page #pension_fund_search_form #fund_name {
        font-size: 14px;
        width: 642px;
        margin-bottom: 3px;
    }

    #landing_page #pension_fund_search_form #pension_fund_search_form_submit {
        margin: 17px 0 0 0;
        float: right;
        font-size: 11px;
    }

#adviser_fund_wrapper .callout_panel {
    position: relative;
    width: 900px;
    border: 3px solid #ff8500;
    background: #fff;
    overflow: hidden;
    padding: 20px 15px;
    margin: 15px 10px;
    color: #333;
}

    #adviser_fund_wrapper .callout_panel p {
        padding: 0;
        margin: 0;
        color: #555;
        width: 770px;
        font-size: 14px;
        line-height: 1.2;
    }

    #adviser_fund_wrapper .callout_panel a.button {
        position: absolute;
        top: 19px;
        right: 0;
        font-size: 11px;
    }

#adviser_fund_wrapper h2.panel_divider {
    overflow: hidden;
    width: 935px;
    margin: 25px 10px 20px 10px;
    padding: 25px 0 0 10px;
    border-top: 2px solid #b0c1c7;
    float: left;
}

.save_edit_links {
    display: block;
    float: right;
    margin-top: 2px;
    width: 65px;
    position: relative;
}

    .save_edit_links .save {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -5000px;
        background: url('../images/pfo-disk.png') 0 0 no-repeat;
    }

    .save_edit_links .cancel {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 35px;
        text-indent: -5000px;
        background: url('../images/pfo-x.png') 0 0 no-repeat;
    }

    .save_edit_links .edit {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -5000px;
        background: url('../images/pfo-pencil.png') 0 0 no-repeat;
    }

    .save_edit_links .delete {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 35px;
        text-indent: -5000px;
        background: url('../images/pfo-trash.png') 0 0 no-repeat;
    }

#adviser_fund_wrapper .adviser_fund_page_table_wrapper #data_capture_table th, #adviser_fund_wrapper .adviser_fund_page_table_wrapper #data_capture_table td {
    font-size: 12px;
    border: 1px solid #fff;
    display: table-cell;
    padding: 5px 0 5px 10px;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper #data_capture_table .hide {
    display: none;
}

#adviser_fund_wrapper .adviser_fund_page_table_wrapper #data_capture_table .add {
    width: 12px;
    height: 12px;
    float: right;
    margin: 3px 10px 3px 0;
    text-indent: -5000px;
    background: url('../images/pfo-plus.png') 0 0 no-repeat;
}


/* Above Additions as of 24 Oct 2014 */

/* Below Additions as of 21 Nov 2014 */

#articles_page .articles_wrapper {
    background: #eee;
    margin: 5px 10px 15px 10px;
    width: 906px;
    padding: 15px 17px 50px 17px;
}

#articles_page .social_widget {
    width: 370px;
    height: 30px;
    margin: 10px 0 0 10px;
}

#articles_page .articles_images {
}

    #articles_page .articles_images img {
        padding: 0;
        margin: 0 0 25px 0;
    }

#articles_page .articles_blurb {
    width: 390px;
}

    #articles_page .articles_blurb h2 {
        margin: 5px 0 5px 0;
        padding: 0;
        color: #4d5557;
        font-size: 20px;
    }

    #articles_page .articles_blurb h3 {
        margin: 25px 0 0 0;
        padding: 0;
        color: #4d5557;
        font-size: 16px;
    }

    #articles_page .articles_blurb p {
        margin: 0 0 0 0;
        padding: 0;
        color: #4d5557;
        font-size: 14px;
    }

        #articles_page .articles_blurb p.overview {
            line-height: 1.3;
            font-size: 16px;
            margin-bottom: 15px;
        }

    #articles_page .articles_blurb ul {
        color: #4d5557;
        font-size: 16px;
        list-style: none;
        list-style-type: none;
    }

        #articles_page .articles_blurb ul li {
            margin: 0 0 15px 0;
            padding-left: 25px;
            color: #4d5557;
            font-size: 16px;
            line-height: 1.25;
            list-style: none;
            background: url(../images/blue-bullet-large.png) 0 6px no-repeat;
        }

#articles_page #articles_panel {
    margin: 0 0 0 0;
    width: 278px;
    min-height: 315px;
    overflow: hidden;
    padding-bottom: 15px;
    background: #4d5557;
    box-shadow: 5px 2px 13px #000;
    float: right;
}

    #articles_page #articles_panel h2 {
        clear: both;
        line-height: 1.3;
        width: 240px;
        font-size: 14px;
        color: #fff;
        padding: 14px 20px 8px 20px;
        margin: 0;
    }

        #articles_page #articles_panel h2 span {
            clear: both;
            display: block;
            font-size: 16px;
            color: #4d5557;
        }

    #articles_page #articles_panel p.input {
        font-size: 12px;
    }

        #articles_page #articles_panel p.input label {
            display: none;
        }

        #articles_page #articles_panel p.input input {
            width: 240px;
            font-size: 12px;
            padding: 4px 4px 4px 10px;
        }

    #articles_page #articles_panel p.view_article {
        width: 80px;
        margin: 20px 0 0 167px;
    }

    #articles_page #articles_panel p {
        margin: 5px 10px 8px 20px;
    }

        #articles_page #articles_panel p label {
            color: #fff;
        }

        #articles_page #articles_panel p.terms {
            color: #fff;
            width: 240px;
            line-height: 1.2;
            font-size: 10px;
            border-top: 1px solid #94999a;
            margin-top: 20px;
            padding-top: 15px;
        }

        #articles_page #articles_panel p select {
            width: 240px;
            font-size: 12px;
            padding: 4px 4px 4px 10px;
        }
/* Above Additions as of 21 Nov 2014 */

/* Below Additions / Modifications as of 12-03-2015 */

#home_content .homepage_content_panel a.home_button_requestdemo {
    background: #4d5557 url(../images/pfo_present.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 10px;
}

#home_content .homepage_content_panel a.home_button_newsletter {
    background: #4d5557 url(../images/pfo_newsletter.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 40px;
}

#login_page .login_wrapper {
    background: #eee;
    margin: 5px 20px 35px 20px;
    width: 920px;
    padding-bottom: 50px;
}

#login_page a.home_button_newsletter {
    background: #4d5557 url(../images/pfo_newsletter.png) 12px 50% no-repeat;
    display: block;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-left: 55px;
    margin: 0 0 40px 55px;
    display: block;
    clear: both;
    width: 280px;
}

#newsletter_overlay_wrapper {
    display: none;
    background-color: #4c4c4c;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

#newsletter_popup {
    margin: auto;
    width: 420px;
    min-height: 300px;
    background: #fff;
    box-shadow: 5px 2px 13px #000;
}

    #newsletter_popup .cboxIframe {
        height: 300px;
    }

.adviser_timeline_header_table {
    margin-bottom: 5px;
}

    .adviser_timeline_header_table th {
        text-align: center;
        color: #666;
    }

.adviser_timeline_table th {
    /*color: #25aae1;*/
}

.toggle_group, .toggle_group:hover, .toggle_group:visited {
    text-decoration: none;
}

.adviser_timeline_table td {
    position: relative;
}

    .adviser_timeline_table td span.highlight {
        position: absolute;
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
        height: 18px;
        background: #b0c1c8 !important;
        display: inline-block;
    }


/* Above Additions / Modifications as of 12-03-2015 */

/* Specialist / Article / League Pages (set using hopefully generic '#content_sb_layout' ID for use on Content Pages with Ad Sidebar */
#content_sb_layout_wrapper {
}

    #content_sb_layout_wrapper .content_sb_layout_top_nav {
        position: relative;
        border-bottom: 2px solid #b0c1c7;
        height: 32px;
        margin: 0 5px;
    }

        #content_sb_layout_wrapper .content_sb_layout_top_nav p.links {
            position: absolute;
            bottom: 3px;
            left: 5px;
            font-size: 11px;
            line-height: 11px;
            padding: 5px;
            display: block;
            margin: 0;
        }

            #content_sb_layout_wrapper .content_sb_layout_top_nav p.links a {
                display: inline;
                margin-right: 6px;
            }

    #content_sb_layout_wrapper .content_sb_layout_bottom_nav {
        clear: both;
        position: relative;
        border-bottom: none;
        height: 32px;
        margin: 0 5px;
    }

        #content_sb_layout_wrapper .content_sb_layout_bottom_nav p.links {
            position: absolute;
            bottom: 3px;
            left: auto;
            right: 10px;
            font-size: 11px;
            line-height: 11px;
            margin: 0;
        }

        #content_sb_layout_wrapper .content_sb_layout_bottom_nav p.pfilinks a {
            color: #7e52af;
        }

            #content_sb_layout_wrapper .content_sb_layout_bottom_nav p.pfilinks a:hover {
                color: #6d909e;
            }


    #content_sb_layout_wrapper h2 {
        clear: both;
        font-size: 16px;
        line-height: 1.2;
        color: #4d5557;
        padding: 20px 10px 15px 10px;
        border-bottom: 5px solid #b0c1c7;
        margin: 0 5px 20px 5px;
    }

        #content_sb_layout_wrapper h2.pfi {
            padding: 20px 15px 10px 15px;
            border-bottom: 1px solid #b0c1c7;
            margin: 0 0 0 0;
        }

        #content_sb_layout_wrapper h2.pfi_article {
            padding: 20px 15px 10px 15px;
            border-bottom: 1px solid #b0c1c7;
            margin: 0 0 15px 0;
        }

    #content_sb_layout_wrapper h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
        color: #4d5557;
        padding: 0 10px 15px 10px;
        margin: 0;
    }

    #content_sb_layout_wrapper #content_sb_layout_summary_panel, #content_sb_layout_wrapper #content_sb_layout_content_panel {
        clear: both;
        margin: 0 5px;
    }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article {
            position: relative;
            background: #eaf4f8;
            margin: 1px 0;
            padding: 10px 15px;
            overflow: hidden;
            width: 660px;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article_alt {
            background: #e8eef1;
            margin: 2px 0;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article {
            position: relative;
            background: #f9f7fa;
            margin: 1px 0;
            padding: 10px 15px;
            overflow: hidden;
            width: 490px;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article_alt {
            background: #eee8f1;
            margin: 2px 0;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article .article_thumbnail, #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_thumbnail {
            width: 140px;
            margin-right: 10px;
            float: left;
            display: inline;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article .article_summary {
            width: 490px;
            float: left;
            display: inline;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_summary {
            width: 330px;
            float: left;
            display: inline;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article .article_summary h3 {
            font-size: 11px;
            color: #25aae1;
            font-weight: bold;
            padding: 2px 0 2px 0;
            margin: 0 0 10px 0;
            border-bottom: none;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_summary h3 {
            font-size: 11px;
            color: #7e52af;
            font-weight: bold;
            padding: 2px 0 2px 0;
            margin: 0 0 10px 0;
            border-bottom: none;
        }

            #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_summary h3 a {
                color: #7e52af;
            }

                #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_summary h3 a:hover {
                    color: #6d909e;
                }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article .article_summary p, #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article .article_summary p {
            font-size: 11px;
            color: #6d909e;
        }

        #content_sb_layout_wrapper #content_sb_layout_summary_panel .article p.article_more, #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article p.article_more {
            position: absolute;
            right: 15px;
            bottom: 8px;
            font-size: 11px;
            margin: 0;
        }

            #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article p.article_more a {
                color: #7e52af;
            }

                #content_sb_layout_wrapper #content_sb_layout_summary_panel .pfi_article p.article_more a:hover {
                    color: #6d909e;
                }


    #content_sb_layout_wrapper #pfi_nav h2 {
        padding: 25px 15px 10px 15px;
        margin: 0 0 0 5px;
        border-bottom: none;
        background: #fff url(../images/pfo-pension-funds-insider-header-large.gif) bottom left no-repeat;
        text-indent: -5000px; /* Text hidden off-screen */
    }

    #content_sb_layout_wrapper #pfi_nav ul {
        padding: 6px 10px;
        margin: 0 5px 5px 5px;
        background: #b0c1c7;
        color: #fff;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.2;
        text-transform: uppercase;
    }

        #content_sb_layout_wrapper #pfi_nav ul li {
            padding: 0;
            margin: 0;
            display: inline;
            color: #fff;
        }

            #content_sb_layout_wrapper #pfi_nav ul li a {
                color: #fff;
                margin: 0 5px;
            }

                #content_sb_layout_wrapper #pfi_nav ul li a:hover {
                    color: #7e52af;
                }

    #content_sb_layout_wrapper #content_sb_layout_content_panel p {
        padding: 0 10px 10px 10px;
        margin: 0;
        color: #4d5557;
        font-size: 11px;
        line-height: 1.2;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel p.author_details {
            padding: 10px 20px;
            margin: 10px 0 2px 0;
            color: #6d909e;
            background: #e8eef1;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel div.pfi_author_details {
        padding: 10px 20px 10px 15px;
        margin: 10px 0 30px 0;
        color: #6d909e;
        background: #eee8f1;
        overflow: hidden;
        width: 485px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel div.pfi_author_details p {
            padding: 0;
            margin: 0;
        }

            #content_sb_layout_wrapper #content_sb_layout_content_panel div.pfi_author_details p a {
                color: #7e52af;
            }

                #content_sb_layout_wrapper #content_sb_layout_content_panel div.pfi_author_details p a:hover {
                    color: #6d909e;
                }

            #content_sb_layout_wrapper #content_sb_layout_content_panel div.pfi_author_details p.details {
                padding: 5px 0 0 0;
            }

    #content_sb_layout_wrapper #content_sb_layout_content_panel h3 {
        clear: both;
        padding: 0 10px 15px 10px;
        margin: 15px 0 20px 0;
        color: #4d5557;
        font-size: 14px;
        line-height: 1.2;
        border-bottom: 1px solid #b0c1c7;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .article_image {
        float: right;
        margin: 0 0 10px 0;
        border-left: 25px solid #fff;
        width: 203px;
        overflow: hidden;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .article_image img {
            border: 1px solid #b0c1c7;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .pfiarticle_image {
        float: right;
        margin: 0 0 10px 0;
        border-left: 15px solid #fff;
        overflow: hidden;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .pfiarticle_image img {
            border: 1px solid #b0c1c7;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_socialtools {
        text-align: right;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .pfi_article p {
        padding-left: 15px;
        color: #999;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .pfi_article p strong {
            color: #666;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .comment_form {
        margin-bottom: 15px;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments p {
        padding-left: 0;
        padding-right: 0;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments textarea {
        font-size: 12px;
        width: 520px;
        height: 90px;
        padding: 10px 15px;
        color: #999;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments input.commentinput {
        font-size: 12px;
        width: 215px;
        margin-right: 6px;
        padding-left: 15px;
        color: #999;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments input.bluebutton {
        background: #7e52af url(../images/pfo-purplebutton-arrow.gif) right 50% no-repeat;
        margin-left: 5px;
        margin-right: 0;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments input.bluebutton:hover {
            background: #6d909e url(../images/pfo-bluebutton-arrow-hi.gif) right 50% no-repeat;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem {
        background: #f9f7fa;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem h4 {
            position: relative;
            background: #eee8f1;
            color: #666;
            font-size: 10px;
            font-weight: normal;
            padding: 1px 15px;
            border-bottom: 1px solid #fff;
            margin-bottom: 5px;
        }

            #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem h4 strong {
                color: #333;
            }

            #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem h4 .comment_back_to_top_link {
                position: absolute;
                right: 15px;
                top: 0;
            }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .comment_content p {
        color: #6d909e;
        font-size: 11px;
        font-weight: normal;
        padding: 4px 15px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .comment_content p strong {
            color: #6d909e;
        }
    /*#content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem a { color:#7e52af; }
#content_sb_layout_wrapper #content_sb_layout_content_panel #pfi_comments .commentitem a:hover { color:#6d909e; }*/

    #content_sb_layout_wrapper #content_sb_layout_content_panel .league_table_summary {
        padding: 4px 10px;
        margin: 0 0 2px 0;
        color: #6d909e;
        background: #e8eef1;
        overflow: hidden;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .league_table_summary p {
            padding: 5px 0;
            margin: 0;
        }

    #content_sb_layout_wrapper .content_block {
        overflow: hidden;
    }

        #content_sb_layout_wrapper .content_block h3 {
            color: #fff;
            font-size: 12px !important;
            padding: 0 !important;
            margin: 10px 0 10px 0 !important;
            border-bottom: 1px solid #B0C1C7;
            overflow: hidden;
        }

            #content_sb_layout_wrapper .content_block h3 span {
                background: #25AAE1;
                color: #fff;
                padding: 5px 12px 5px 8px;
                margin: 0 0 1px 0;
                float: left;
            }

                #content_sb_layout_wrapper .content_block h3 span strong {
                    font-size: 14px;
                    line-height: 22px;
                    padding-left: 10px
                }

        #content_sb_layout_wrapper .content_block p {
            clear: both;
            margin-bottom: 5px !important;
        }

        #content_sb_layout_wrapper .content_block ul {
            clear: both;
            margin: 5px 0 15px 0;
            list-style: none;
            list-style-type: none;
        }

            #content_sb_layout_wrapper .content_block ul li {
                margin: 0 0 0 20px;
                padding-left: 12px;
                color: #4d5557;
                font-size: 11px;
                line-height: 1.2;
                list-style: none;
                background: url(../images/blue-bullet.png) 0 50% no-repeat;
            }

    #content_sb_layout_wrapper .advertise_with_us p {
        margin-bottom: 0 !important;
    }

    #content_sb_layout_wrapper #content_sb_layout_sidebar {
    }

        #content_sb_layout_wrapper #content_sb_layout_sidebar h3 {
            padding: 25px 15px 10px 15px;
            border-bottom: 1px solid #b0c1c7;
            margin: 0 0 0 0;
            font-size: 14px;
            line-height: 14px;
        }

        #content_sb_layout_wrapper #content_sb_layout_sidebar p {
            padding: 10px 15px 10px 15px;
            margin: 0 0 0 0;
            font-size: 11px;
            line-height: 1.2;
            color: #999;
        }

            #content_sb_layout_wrapper #content_sb_layout_sidebar p a.bluebutton, #content_sb_layout_wrapper #content_sb_layout_sidebar p input.bluebutton {
                background: #7e52af url(../images/pfo-purplebutton-arrow.gif) right 50% no-repeat;
            }

                #content_sb_layout_wrapper #content_sb_layout_sidebar p a.bluebutton:hover, #content_sb_layout_wrapper #content_sb_layout_sidebar p input.bluebutton:hover {
                    background: #6d909e url(../images/pfo-bluebutton-arrow-hi.gif) right 50% no-repeat;
                }

            #content_sb_layout_wrapper #content_sb_layout_sidebar p.search {
                padding: 15px 0 5px 15px;
            }

        #content_sb_layout_wrapper #content_sb_layout_sidebar input.search {
            font-size: 11px;
        }

        #content_sb_layout_wrapper #content_sb_layout_sidebar ul {
            font-size: 10px;
            margin: 12px 0 0 0;
            padding: 0;
            list-style: none;
        }

            #content_sb_layout_wrapper #content_sb_layout_sidebar ul li {
                font-size: 10px;
                line-height: 1.2;
                margin: 0 0 10px 10px;
                padding: 0;
                list-style: none;
            }

                #content_sb_layout_wrapper #content_sb_layout_sidebar ul li a {
                    color: #7e52af;
                }

                    #content_sb_layout_wrapper #content_sb_layout_sidebar ul li a:hover {
                        color: #6d909e;
                    }


    /* Table for League Tables table */
    #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table {
        width: 690px;
        border-top: 1px solid #b0c1c7;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table {
        border-collapse: collapse;
        margin: 0 0 20px 0;
        display: table;
        color: #4d5557;
        font-size: 10px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th, #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table td {
            font-size: 11px;
            border: 1px solid #fff;
            display: table-cell;
            padding: 5px 10px 5px 10px;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th {
            text-align: left;
            vertical-align: top;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table td {
            vertical-align: middle;
            background: #ebeff3;
            color: #6e929e;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th.toprow {
            background: #dbdfe3;
            padding: 6px 10px 6px 10px;
            color: #4d5557;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th.centred, #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table td.centred {
            text-align: center;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th.alignbottom {
            vertical-align: bottom;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th.indented {
            text-indent: 35px;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table thead th {
            background: #dbdfe1;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table th {
            background: #ebeff3;
        }

        #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table tr.stripe th, #content_sb_layout_wrapper #content_sb_layout_content_panel #league_table tr.stripe td {
            background: #ebf7fb;
        }



/* MyPFO pages */
#mypfo_wrapper {
}

    #mypfo_wrapper .mypfo_top_nav {
        position: relative;
        border-bottom: 2px solid #b0c1c7;
        height: 32px;
    }

        #mypfo_wrapper .mypfo_top_nav a {
            position: absolute;
            bottom: 3px;
            left: 5px;
            font-size: 11px;
            line-height: 11px;
            padding: 5px;
            display: block;
        }

            #mypfo_wrapper .mypfo_top_nav a.right {
                position: absolute;
                bottom: 3px;
                left: auto;
                right: 0;
            }

    #mypfo_wrapper h2 {
        clear: both;
        font-size: 16px;
        line-height: 1.2;
        color: #4d5557;
        padding: 20px 10px 15px 10px;
    }

    #mypfo_wrapper h3 {
        clear: both;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
        color: #4d5557;
        padding: 0 10px 15px 10px;
        margin: 0;
    }

    #mypfo_wrapper .mypfo_content_panel {
        clear: both;
    }

        #mypfo_wrapper .mypfo_content_panel #mypfo_details_editable {
            display: none;
        }

    #mypfo_wrapper .mypfo_content_nav {
        clear: both;
        border-top: 5px solid #b0c1c7;
        margin-bottom: 20px;
    }

    #mypfo_wrapper ul#tabs {
        border-bottom: none;
        padding-top: 5px;
    }

    #mypfo_wrapper .mypfo_page_table_wrapper {
        border-top: 1px solid #b0c1c7;
        margin-bottom: 20px;
    }

        #mypfo_wrapper .mypfo_page_table_wrapper table {
            border-collapse: collapse;
            margin: 1px 0 10px 0;
            display: table;
            color: #4d5557;
            font-size: 10px;
        }

            #mypfo_wrapper .mypfo_page_table_wrapper table th, #mypfo_wrapper .mypfo_page_table_wrapper table td {
                font-size: 11px;
                border: 1px solid #fff;
                display: table-cell;
                padding: 5px 20px 5px 20px;
            }

                #mypfo_wrapper .mypfo_page_table_wrapper table td input, #mypfo_wrapper .mypfo_page_table_wrapper table td select {
                    font-size: 11px;
                }

            #mypfo_wrapper .mypfo_page_table_wrapper table th {
                text-align: left;
                vertical-align: top;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table td {
                vertical-align: top;
                background: #ebeff3;
                color: #6e929e;
            }

                #mypfo_wrapper .mypfo_page_table_wrapper table td p {
                    margin-bottom: 0;
                }

            #mypfo_wrapper .mypfo_page_table_wrapper table th.toprow {
                background: #dbdfe3;
                padding: 6px 20px 6px 20px;
                color: #4d5557;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table th.centred, #mypfo_wrapper .mypfo_page_table_wrapper table td.centred {
                text-align: center;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table th.alignbottom {
                vertical-align: top;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table th.indented {
                text-indent: 35px;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table thead th {
                background: #dbdfe1;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table th {
                background: #ebeff3;
            }

            #mypfo_wrapper .mypfo_page_table_wrapper table tr.stripe th, #mypfo_wrapper .mypfo_page_table_wrapper table tr.stripe td {
                background: #ebf7fb;
            }

        #mypfo_wrapper .mypfo_page_table_wrapper textarea {
            height: 60px;
        }

        #mypfo_wrapper .mypfo_page_table_wrapper .buttons {
            margin-top: 0;
        }

        #mypfo_wrapper .mypfo_page_table_wrapper .save_cancel {
            margin-left: 191px;
        }

    #mypfo_wrapper table#scheme_assets {
        border-collapse: collapse;
        display: table;
        color: #4d5557;
        font-size: 13px;
        background: #ebf7fb;
        margin-bottom: 10px;
    }

        #mypfo_wrapper table#scheme_assets th, #mypfo_wrapper table#scheme_assets td {
            background: #ebf7fb;
            padding: 5px 10px;
            border: 1px solid #fff;
        }

            #mypfo_wrapper table#scheme_assets td.nofill {
                background: #fff;
            }

    #mypfo_wrapper #search_results_wrapper {
        border-top: 1px solid #b0c1c7;
        width: 940px;
    }

    #mypfo_wrapper #mypfo_search_results_table {
        width: 940px;
    }

        #mypfo_wrapper #mypfo_search_results_table p {
            margin-bottom: 0;
        }

    #mypfo_wrapper table.resultstable {
        border-collapse: collapse;
        margin: 0 0 0 0;
        display: table;
        color: #333;
        font-size: 11px;
    }

        #mypfo_wrapper table.resultstable th, #mypfo_wrapper table.resultstable td {
            border: 1px solid #fff;
            display: table-cell;
            padding: 10px 20px 10px 20px;
        }

        #mypfo_wrapper table.resultstable th {
            text-align: left;
            vertical-align: top;
            color: #25aae1;
        }

        #mypfo_wrapper table.resultstable td {
            vertical-align: top;
            background: #ebeff3;
            color: #6D929E;
        }

        #mypfo_wrapper table.resultstable th.toprow {
            background: #dbdfe3;
            padding: 6px 20px 6px 20px;
            color: #4d5557;
        }

        #mypfo_wrapper table.resultstable th {
            background: #ebeff3;
        }

        #mypfo_wrapper table.resultstable tr.stripe th, #mypfo_wrapper table.resultstable tr.stripe td {
            background: #ebf7fb;
        }

        #mypfo_wrapper table.resultstable tr th.delete, #mypfo_wrapper table.resultstable tr td.delete {
            padding: 6px 2px 6px 2px;
            background: #dbdfe3;
            text-align: center;
            table-layout: fixed;
        }


/* Table for Contact Us */
#content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table {
    width: 690px;
    border-top: 1px solid #b0c1c7;
}

#content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
    display: table;
    color: #4d5557;
    font-size: 10px;
}

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th, #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table td {
        font-size: 11px;
        border: 1px solid #fff;
        display: table-cell;
        padding: 5px 10px 5px 10px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th p, #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table td p {
            color: #6e929e;
            margin: 0 !important;
            padding: 5px 0;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th {
        text-align: left;
        vertical-align: top;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table td {
        vertical-align: middle;
        background: #ebeff3;
        color: #6e929e;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th.toprow {
        background: #dbdfe3;
        padding: 6px 10px 6px 10px;
        color: #4d5557;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th.centred, #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table td.centred {
        text-align: center;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th.alignbottom {
        vertical-align: bottom;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th.indented {
        text-indent: 35px;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table thead th {
        background: #dbdfe1;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table th {
        background: #ebeff3;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table tr.stripe th, #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table tr.stripe td {
        background: #ebf7fb;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table tr.detailsrow td {
        background: #ebf7fb;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .contactus_table tr.detailsrow td strong {
            color: #4d5557;
        }


/* Table for Find Out More */
#content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table_wrapper {
    border-top: 1px solid #b0c1c7;
}

#content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
    display: table;
    color: #4d5557;
    font-size: 10px;
}

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th, #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table td {
        font-size: 11px;
        border: 1px solid #fff;
        display: table-cell;
        padding: 5px 10px 5px 10px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th p, #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table td p {
            color: #4d5557;
            margin: 0 !important;
            padding: 5px 0;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th {
        text-align: left;
        vertical-align: middle;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table td {
        vertical-align: middle;
        background: #ebeff3;
        color: #4d5557;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th.toprow {
        background: #dbdfe3;
        padding: 6px 10px 6px 10px;
        color: #4d5557;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th.centred, #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table td.centred {
        text-align: center;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th.alignbottom {
        vertical-align: bottom;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th.indented {
        text-indent: 35px;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table thead th {
        background: #dbdfe1;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table th {
        background: #ebeff3;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table tr.stripe th, #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table tr.stripe td {
        background: #ebf7fb;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table tr.detailsrow td {
        background: #ebf7fb;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .findoutmore_table tr.detailsrow td strong {
            color: #4d5557;
        }


/* Table for Advertise With Us */
#content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table_wrapper {
    border-top: 1px solid #b0c1c7;
}

#content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table {
    border-collapse: collapse;
    margin: 0 0 8px 0;
    display: table;
    color: #4d5557;
    font-size: 10px;
}

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th, #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table td {
        font-size: 11px;
        border: 1px solid #fff;
        display: table-cell;
        padding: 5px 10px 5px 10px;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th p, #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table td p {
            color: #4d5557;
            margin: 0 !important;
            padding: 5px 0;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th {
        text-align: left;
        vertical-align: top;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table td {
        vertical-align: middle;
        background: #ebeff3;
        color: #4d5557;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th.toprow {
        background: #dbdfe3;
        padding: 6px 10px 6px 10px;
        color: #4d5557;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th.centred, #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table td.centred {
        text-align: center;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th.alignbottom {
        vertical-align: bottom;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th.indented {
        text-indent: 35px;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table thead th {
        background: #dbdfe1;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table th {
        background: #ebeff3;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table tr.stripe th, #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table tr.stripe td {
        background: #ebf7fb;
    }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table tr.detailsrow td {
        background: #ebf7fb;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .advertise_table tr.detailsrow td strong {
            color: #4d5557;
        }

.advertise_with_us h4 {
    font-size: 12px;
    margin: 0 0 5px 10px;
    color: #4d5557;
}

.advertise_with_us .smallprint {
    font-size: 9px !important;
}

.advertise_with_us .advertise_panel {
    margin-bottom: 40px;
}

.advertise_with_us .table_heading {
    padding-bottom: 2px !important;
}

.advertise_with_us .advertise_image {
    padding: 30px 0 !important;
    text-align: center;
}



/* Country Profiles */
#content_sb_layout_wrapper .country_profiles_wrapper {
    background: url(../images/pfo-so-country-bg.gif) 0 0 no-repeat;
    overflow: hidden;
    height: 450px;
    padding-top: 20px;
}

#content_sb_layout_wrapper .country_profiles {
    padding-bottom: 30px;
    overflow: hidden;
}

    #content_sb_layout_wrapper .country_profiles h4 {
        font-size: 11px;
        line-height: 1.2;
        color: #4d5557;
        padding: 0 0 0 10px;
        margin: 0 0 5px 0;
    }

#content_sb_layout_wrapper #content_sb_layout_content_panel .country_list {
    clear: both;
    padding: 23px 0 13px 0;
    overflow: hidden;
    border-bottom: 1px solid #b0c1c7;
    font-size: 11px;
    line-height: 1.2;
    width: 100%;
}

    #content_sb_layout_wrapper #content_sb_layout_content_panel .country_list ul {
        margin-bottom: 0;
    }

        #content_sb_layout_wrapper #content_sb_layout_content_panel .country_list ul li {
            padding-bottom: 8px;
        }

    #content_sb_layout_wrapper #content_sb_layout_content_panel .country_list p {
        font-size: 11px;
        line-height: 1.2;
        color: #4d5557;
    }



#content_sb_layout_wrapper .top_bottom_border {
    border-top: 1px solid #b0c1c7;
    border-bottom: 1px solid #b0c1c7;
}

#content_sb_layout_wrapper .top_border {
    border-top: 1px solid #b0c1c7;
}

#content_sb_layout_wrapper .bottom_border {
    border-bottom: 1px solid #b0c1c7;
}




/*Intelligent Thinking Webinar styles*/

#content.intelligent_thinking_webinar {
}

    #content.intelligent_thinking_webinar p {
        color: #666;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 20px 5px;
    }

    #content.intelligent_thinking_webinar .header_image {
        width: 960px;
        margin-bottom: 50px;
        padding-bottom: 8px;
        border-bottom: 7px solid #25aae1;
    }

    #content.intelligent_thinking_webinar .panel_left {
    }

        #content.intelligent_thinking_webinar .panel_left p {
            color: #007bc3;
            font-size: 23px;
            line-height: 1.2;
            margin: 0 0 20px 5px;
        }

        #content.intelligent_thinking_webinar .panel_left h2 {
            color: #2b3031;
            font-size: 38px;
            line-height: 1.1;
            margin: 0 5px 20px 5px;
        }

    #content.intelligent_thinking_webinar .panel_right {
    }

        #content.intelligent_thinking_webinar .panel_right p {
            color: #007bc3;
            font-size: 23px;
            line-height: 1.2;
            margin: 0 0 22px 5px;
        }

        #content.intelligent_thinking_webinar .panel_right h2 {
            color: #2b3031;
            font-size: 38px;
            line-height: 1.1;
            margin: 0 5px 20px 5px;
            height: 75px;
            background: url('../images/webinars/russell-investments.png') 0 0 no-repeat;
            text-indent: -5000px;
        }

    #content.intelligent_thinking_webinar hr {
        margin: 20px 0 40px 10px;
        float: left;
        width: 940px;
    }

    #content.intelligent_thinking_webinar .balloon_image {
        float: right;
        width: 220px;
        margin: 0 0 10px 15px;
    }

    #content.intelligent_thinking_webinar .signup {
        background-color: #e9f1f1;
    }

        #content.intelligent_thinking_webinar .signup .form {
            padding: 15px 25px;
        }

        #content.intelligent_thinking_webinar .signup h3 {
            font-size: 30px;
            color: #007bc3;
        }

        #content.intelligent_thinking_webinar .signup input {
            background-color: #fff;
            padding: 0 0 0 5px;
            margin-bottom: 15px;
            color: #000;
            width: 100%;
            font-size: 18px;
            line-height: 44px;
            height: 44px;
        }

        #content.intelligent_thinking_webinar .signup .submit {
            background: #007bc3;
            cursor: pointer;
            padding: 12px 20px;
            margin-top: 25px;
            margin-bottom: 25px;
            text-transform: none;
            border: none;
            font-size: 20px;
            line-height: 1;
            color: #fff;
        }

        #content.intelligent_thinking_webinar .signup p {
            font-size: 12px;
            color: #666;
        }

    #content.intelligent_thinking_webinar ::-webkit-input-placeholder {
        color: #ccc;
    }

    #content.intelligent_thinking_webinar :-ms-input-placeholder {
        color: #ccc;
    }

    #content.intelligent_thinking_webinar input:-moz-placeholder {
        color: #ccc;
    }

    #content.intelligent_thinking_webinar input:-ms-placeholder {
        color: #ccc;
    }

    #content.intelligent_thinking_webinar input.placeholder_text {
        color: #ccc;
    }

    #content.intelligent_thinking_webinar .speaker {
        width: 960px;
        background-color: #e9f1f1;
        overflow: hidden;
        padding: 0 0 30px 0;
        margin-top: 40px;
    }

        #content.intelligent_thinking_webinar .speaker h2 {
            width: 960px;
            background-color: #8caab8;
            padding: 20px 15px;
            margin: 0 0 20px 0;
            color: #fff;
            font-size: 30px;
            line-height: 1;
            font-weight: normal;
        }

        #content.intelligent_thinking_webinar .speaker .image {
            text-align: center;
        }

        #content.intelligent_thinking_webinar .speaker .text h3 {
            font-family: ModernEra;
            color: #2b3031;
            font-size: 28px;
            line-height: 1.2;
            margin-top: 30px;
        }

        #content.intelligent_thinking_webinar .speaker .text p {
            color: #2b3031;
            font-size: 17px;
            line-height: 1.4;
            padding-right: 60px;
        }

/*play button on itelligent thinking*/

.play-button {
    height: 40px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: relative;
    margin-left: 45%;
    margin-top: 120px;
    z-index: 3;
}

    .play-button:hover {
        background-color: rgba(0, 173, 239, 0.9);
    }

    .play-button:after {
        content: "";
        display: block;
        position: absolute;
        top: 10.5px;
        left: 24px;
        margin: 0 auto;
        border-style: solid;
        border-width: 9.5px 0 9.5px 17px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    }



/* Footer section styles */
#footerwrapper { /* Wrapper style, gives 100% wide background to footer area */
    /*background: #94a3a8;
    overflow: hidden;
    clear: both;*/
    background: #26262C;
}

#footer {
    /*padding-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;*/
    margin: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    /*width: 65%;*/
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #D5D5D6;
}

    #footer h2 {
        font-size: 14px;
        margin-bottom: 0;
    }

    #footer .smallprint {
        /*font-size: 9px;
        color: #4d565a;
        padding-left: 10px;*/
        color: #D5D5D6;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    #footer .credit {
        font-size: 9px;
        color: #fff;
        padding-left: 10px;
    }

    #footer img {
        /*float: right;*/
    }

#footernavigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

    #footernavigation ul {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 32px;
    }

    #footernavigation li {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        display: inline;
    }

        #footernavigation li a {
            display: inline;
            float: left;
            text-decoration: none;
            text-align: center;
            margin: 0;
            color: #D5D5D6;
            font-weight: 400;
            /*font: normal 10px/1.1 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        outline: 0;
        padding: 3px 20px 3px 0;*/
        }


/* Formalize CSS */
/* `Errors
----------------------------------------------------------------------------------------------------*/
label.error {
    background: #ffc;
    color: #c00;
    font-style: italic;
}

input.error,
select.error,
textarea.error {
    background-color: #fee;
}


.exportoptions li label {
    padding-left: 5px;
}

.addtab {
    /*padding-left:20px;*/
}

.flatpfi {
    padding-left: 0.75rem !important;
    background: #fff !important;
    box-shadow: none !important;
}

/*Rebranding PFO changes in year 2023*/

.header-banner {
    color: #FFFFFF;
    background: #000000;
    position: relative;
    overflow: hidden;
}

    .header-banner::after {
        content: '';
        background-image: url('../images/Rebranding/Union.svg');
        /*transform: rotate(-17.52deg);*/
        right: 0px;
        top: 88px;
        position: absolute;
        /*background-color: antiquewhite;*/
        width: 440px;
        height: 487px;
        background-repeat: no-repeat;
    }


    .header-banner .header-wrapper {
        margin: auto;
        padding-top: 60px;
        padding-bottom: 40px;
        /*width: 65%;*/
        display: flex;
        flex-direction: column;
        /*gap: 40px;*/
    }

    .header-banner .site-name {
        font-weight: 400;
        font-size: 64px;
        line-height: 59px;
        padding-bottom: 16px;
        font-family: BebasNeue;
    }

    .header-banner .site-name-wrapper {
        margin-bottom: 40px;
    }

    .header-banner .welcome-message {
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }

        .header-banner .welcome-message .user-name {
            color: #AD86FB
        }

/*Rebranding*/

.no-spaces {
    padding: 0px;
    margin: 0px;
}

.ArrowUp {
    background-image: url('../images/Rebranding/Chevron Up.svg');
    width: 20px;
    height: 20px;
    background-position: center;
}

.ArrowDown {
    background-image: url('../images/Rebranding/Chevron Down.svg');
    width: 20px;
    height: 20px;
    background-position: center;
}

.utility-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .utility-banner h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        color: #000000;
    }

    .utility-banner .btns {
        display: flex;
        align-items: center;
        gap: 20px;
    }

icons .dropdown-item, a.dropdown-item {
    padding: 8px 16px;
    display: flex;
    color: #26262C;
    font-size: 12px;
    font-weight: 400;
}

    icons .dropdown-item:hover, a.dropdown-item:hover {
        background: #F2F2FC;
        color: #26262C;
        font-weight: 700;
    }

    icons .dropdown-item:focus, a.dropdown-item:focus {
        background: #F2F2FC;
        color: #26262C;
        font-weight: 700;
    }

icons .dropdown.open {
    background: #F2F2FC;
    border-radius: 4px;
}

.view_trends_dropdown {
    margin-bottom: 32px;
}

    .view_trends_dropdown h2 {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .view_trends_dropdown select {
        width: 350px;
    }

.wi-floating-panel.chart {
    padding: 32px 0px;
    text-align: center;
}

table.dataTable.no-footer {
    /*border:*/
}

.dropdown-menu {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.fund-info-container {
    /*display: flex;
    gap: 32px;
    flex-direction: column;*/
}

.wi-table {
    margin-bottom: 32px;
    box-sizing: border-box;
}

    .wi-table.dataTable.no-footer {
        box-sizing: border-box;
    }

.fund-info-container h1, h2, h3 {
    margin: 0px;
}

.space_32 {
    margin-bottom: 32px;
}

.wi-table.line-seperated {
    border-collapse: separate;
    border-spacing: 0 8px;
    border: none !important;
    font-size: 16px;
}

    .wi-table.line-seperated tr {
        background: #FFFFFF;
    }

.isector tr {
    /*display: flex;*/
}

table.isector {
    width: 100%;
}

.isector tr td {
    display: flex;
    /*white-space: nowrap;*/
}

    .isector tr td input {
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: -1px;
        vertical-align: middle;
    }

    .isector tr td label {
        margin-right: 10px;
        /*width: 80%;*/
    }

.radio-group input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.ckb-step {
    margin-left: 15px;
}

.dropdown-checkbox-menu {
    /*min-height: 200px;*/
    max-height: 376px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
    border: 1px solid #D5D5D6;
    border-radius: 4px;
    box-shadow: none;
    left: auto
}

.with-cb-dropdown .dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D5D5D6;
    border-radius: 4px;
    padding: 6px 8px;
    width: 100%;
    background: #F4F4F4;
}

    .with-cb-dropdown .dropdown-toggle .ArrowDown {
        width: 8px;
        height: 8px;
    }

.dropdown-checkbox-menu .ArrowUp {
    width: 10px;
    height: 10px;
}

.dropdown-checkbox-menu .ArrowDown {
    width: 10px;
    height: 10px;
}

.dropdown-checkbox-menu .close-state {
    display: none;
}

.w-100 {
    width: 100%;
}

#funds-search-results-table {
    margin-bottom: 0px;
}


.pagination-tr > td {
    padding: 0px !important;
}

/*table.dataTable thead .sorting_asc:after {
    content: '' !important;
    background: url('../images/pfo-tablesort-down.png') no-repeat;
    width: 8px;
    height: 8px;
}*/

/*table.dataTable thead .sorting_asc:hover:after {
    content: '' !important;
    background: url('../images/pfo-tablesort-down-high.png') no-repeat;
    width: 8px;
    height: 8px;
}*/

.back-button {
    font-size: 13px;
}

    .back-button a {
        color: #26262C;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .back-button img {
        height: 10px;
    }

@media screen and (max-width: 1280px) {
    /*#navigation ul{
        gap: 18px;
    }*/
}