@import url(https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700%7CSource+Sans+Pro:600&display=swap);

/* @font-face {
    font-family: greshamhouse-icons;
    src: url(/assets/fonts/greshamhouse-icons.eot?e6762a71e82957d83cbe5a47d3d03c8d?#iefix) format("embedded-opentype"), url(/assets/fonts/greshamhouse-icons.woff?e6762a71e82957d83cbe5a47d3d03c8d) format("woff"), url(/assets/fonts/greshamhouse-icons.ttf?e6762a71e82957d83cbe5a47d3d03c8d) format("truetype"), url(/assets/fonts/greshamhouse-icons.svg?e6762a71e82957d83cbe5a47d3d03c8d#greshamhouse-icons) format("svg")
} */

@font-face {
    font-family: greshamhouse-icons;
    src: url("../fonts/greshamhouse-icons.woff") format("woff"), url("../fonts/greshamhouse-icons.ttf") format("truetype")
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    /* list-style: none */
}

button,
input,
select,
textarea {
    margin: 0
}

table, td, th {
    border:none;
}

.js-tab-table{
    margin: 0rem !important;
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

audio,
embed,
img,
object,
video {
    max-width: 100%;
    height: auto
}

iframe {
    border: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0;
    text-align: left
}

hr {
    height: 1px;
    border: none
}

body,
html {
    /* min-height: 100%; */
    height: auto
}

body {
    background-color: #f2f2f2;
    color: #4d4a4b;
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:after {
    display: none;
    content: "";
    position: fixed;
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body.is-open {
    overflow-y: hidden
}

body.is-open:after {
    opacity: .4;
    z-index: 3;
    display: block
}

body>form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.deprecation-warning {
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    z-index: 7
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block
}

p {
    font-size: 16px;
    line-height: 1.5
}

.playfair-font {
    font-family: Barlow, Georgia, serif
}



.ajax__tab_panel,
.gl-site-container {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 600px) {

    .ajax__tab_panel,
    .gl-site-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 768px
    }
}

@media screen and (min-width: 768px) {

    .ajax__tab_panel,
    .gl-site-container {
        max-width: 900px
    }
}

@media screen and (min-width: 1240px) {

    .ajax__tab_panel,
    .gl-site-container {
        max-width: 1240px
    }
}

._backgroundBreakout,
.ajax__tab_body,
.bl-section,
.blg-content,
.blg-header,
.co-investment-headline-section,
.ma-docs-section,
.mf-cards-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background-color: #ebebeb
}

.gl-account-notification,
.gl-mobile-nav-button,
.gl-nav-list-user-icon,
.mobileButton {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    padding: 10px;
    background-color: #313265;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.gl-account-notification:focus,
.gl-mobile-nav-button:focus,
.gl-nav-list-user-icon:focus,
.mobileButton:focus {
    outline: none
}

.admin-notification-button {
    background-color: #87b0dc;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 1.2em 2.4em;
    line-height: 1;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-align: center
}

.gl-header-wrapper {
    position: relative;
    z-index: 4;
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb
}

@media screen and (min-width: 768px) {
    .gl-header-wrapper {
        z-index: 2
    }
}

.gl-header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width: 600px) {
    .gl-header-container {
        max-width: 768px
    }
}

@media screen and (min-width: 768px) {
    .gl-header-container {
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        max-width: 900px
    }
}

@media screen and (min-width: 1240px) {
    .gl-header-container {
        max-width: 1240px
    }
}

.gl-header-logo {
    width: 178px;
    height: auto;
    display: none;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (max-width: 1024px) {
    .gl-header-logo.mobile {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .gl-header-logo.desktop {
        display: block;
        max-width: 150px
    }
}

@media screen and (min-width: 768px) {
    .gl-header-logo {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 22px
    }
}

.gl-mobile-nav-button {
    -ms-flex-order: 1;
    order: 1;
    border: none;
    position: relative;
    background: #313265;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: 10px
}

.gl-mobile-nav-button:before {
    font-family: greshamhouse-icons;
    content: "\F11C";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.gl-mobile-nav-button.is-open:before {
    font-family: greshamhouse-icons;
    content: "\F108";
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .gl-mobile-nav-button {
        display: none;
        -ms-flex-order: 10;
        order: 10
    }
}

.gl-nav {
    position: absolute;
    z-index: 4;
    top: 90px;
    left: -100%;
    transition: left .22s ease-in-out;
    width: 100%;
    display: block
}

.gl-nav.is-open {
    left: 0
}

@media screen and (min-width: 768px) {
    .gl-nav {
        position: static;
        width: auto;
        -ms-flex-order: 2;
        order: 2;
        height: 100%
    }
}

.gl-nav-list {
    display: block;
    background: #fff;
    list-style: none;
    margin: 0
}

@media screen and (min-width: 768px) {
    .gl-nav-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.gl-nav-list-item {
    border-top: 1px solid #eaeaeb;
    padding: 0 20px 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto
}

@media screen and (min-width: 768px) and (max-width:1240px) {
    .gl-nav-list-item {
        padding: 0 15px;
        -ms-flex: 0;
        flex: 0
    }
}

.gl-nav-list-item--account {
    background-color: #ebebeb
}

@media screen and (min-width: 768px) {

    .gl-nav-list-item--account,
    .gl-nav-list-item--hide-md {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .gl-nav-list-item {
        height: 100%;
        border-top: none;
        padding: 0
    }
}

.gl-nav-list-item-link {
    text-decoration: none;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4d4a4b;
    height: 100%;
    width: 100%;
    padding: 12px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.gl-nav-list-item-link:after {
    font-family: greshamhouse-icons;
    content: "\F103";
    font-size: 28px;
    margin-left: auto;
    color: #4d4a4b
}

@media screen and (min-width: 768px) {
    .gl-nav-list-item-link:after {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .gl-nav-list-item-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        border-left: 1px solid #eaeaeb;
        border-bottom: 3px solid #fff;
        border-right: 1px solid #eaeaeb
    }

    .gl-nav-list-item-link:before {
        font-family: greshamhouse-icons;
        content: "\F113";
        font-size: 16px;
        margin-right: 5px;
        color: #4d4a4b
    }

    .gl-nav-list-item-link:hover {
        background-color: #ebeeee
    }

    .gl-nav-list-item-link:nth-last-of-type(2) {
        border-right: 1px solid #eaeaeb
    }
}

@media screen and (min-width: 768px) and (max-width:1240px) {
    .gl-nav-list-item-link {
        font-size: 14px;
        padding: 20px 15px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.gl-nav-list-dashboard-link:before {
    font-family: greshamhouse-icons;
    content: "\F113";
    margin-right: 7px;
    font-size: 20px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .gl-nav-list-dashboard-link:before {
        display: none
    }
}

.gl-nav-list-dashboard-link:after {
    display: none
}

.gl-nav-list-user-icon {
    position: relative;
    background-color: #fff;
    margin-right: 15px;
    width: 34px;
    height: 34px
}

.gl-nav-list-user-icon:before {
    font-family: greshamhouse-icons;
    content: "\F11C";
    font-size: 20px
}

.gl-account-section {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    position: relative;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .gl-account-section {
        margin-left: auto;
        -ms-flex-order: 3;
        order: 3
    }
}

.gl-account-section .svg-icon {
    display: -ms-flexbox;
    display: flex
}

.gl-account-section .svg-icon svg {
    color: #fff;
    width: 14px
}

.gl-ifa-clients-section+.gl-account-section {
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section+.gl-account-section {
        margin-left: auto;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section+.gl-account-section .gl-account-user-dropdown-trigger {
        margin-right: 2px
    }
}

.gl-account-notification {
    position: relative;
    cursor: pointer;
    transition: background-color .22s ease-in-out
}

.gl-account-notification-badge {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5
}

.gl-account-notification-badge,
.gl-account-user-icon {
    background-color: #313265;
    color: #fff;
    border-radius: 50%
}

.gl-account-user-icon {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 2px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .gl-account-user-icon {
        margin: 0
    }
}

.gl-account-user-dropdown-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: Barlow, Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #313265;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    padding: 8px 16px;
    transition: background-color .22s ease-in-out
}

@media screen and (max-width: 767px) {
    .gl-account-user-dropdown-trigger {
        display: none
    }
}

.gl-account-user-name {
    margin-left: 5px
}

@media screen and (max-width: 600px) {
    .gl-account-user-name {
        display: none
    }
}

.gl-account-dropdown {
    position: absolute;
    display: block;
    width: 240px;
    top: 55px;
    left: 0;
    right: 40px;
    background-color: #fff;
    font-family: Barlow, sans-serif;
    padding: 0;
    color: #313265;
    border: 1px solid #313265;
    font-size: 14px;
    transform: scale(.8) translateY(-20px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    transition: all .22s ease-in-out;

    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.gl-account-dropdown.open {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transform: none;
}

/* .gl-account-dropdown[data-state=closed] {
    visibility: hidden;
    opacity: 0;
    z-index: 0
}

.gl-account-dropdown[data-state=open] {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transform: none
} */

@media screen and (min-width: 768px) {
    .gl-account-dropdown {
        left: auto
    }
}

.gl-account-dropdown--notification {
    max-height: 45vh;
    overflow-y: auto
}

.gl-account-dropdown--notification:after {
    left: 100%;
    transform: translateX(-100%)
}

@media screen and (min-width: 768px) {
    .gl-account-dropdown--notification:after {
        left: 65%;
        transform: translateX(25%)
    }
}

@media screen and (min-width: 1241px) {
    .gl-account-dropdown--notification:after {
        left: 25%;
        transform: translateX(10%)
    }
}

.gl-account-dropdown-item {
    padding: 0 18px;
    font-size: 14px
}

.gl-account-dropdown-item>a {
    padding: 14px 0 12px;
    display: block;
    color: #727272;
    text-decoration: none
}

.gl-notifications-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 45%, .2)
}

.gl-notifications-item {
    position: relative
}

.gl-notifications-time {
    position: absolute;
    font-size: 12px;
    top: 12px;
    left: 20px;
    right: auto;
    color: #989898
}

.gl-notifications-link {
    display: block;
    padding: 30px 20px 20px;
    color: #727272;
    text-decoration: none;
    border-bottom: 1px solid hsla(0, 0%, 45%, .2)
}

.gl-notifications-link:hover {
    background-color: #fff;
    color: #313265;
    border-bottom: 1px solid #313265
}

.gl-notifications-remove {
    position: absolute;
    left: auto;
    right: 20px;
    top: 12px;
    color: #989898;
    cursor: default;
    text-decoration: none
}

.gl-notifications-remove:after {
    font-family: greshamhouse-icons;
    content: "\F108";
    font-size: 10px;
    font-weight: 400
}

.gl-notifications-remove:hover:after {
    color: red
}

.gl-notifications-close {
    position: relative;
    margin-left: auto;
    cursor: pointer
}

.gl-notifications-close:after {
    font-family: greshamhouse-icons;
    content: "\F108";
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%)
}

.gl-heading-section {
    padding: 35px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.gl-heading-section .titles{
    display: flex;
    flex-direction: column;
}

.gl-heading-section h1 {
    font-size: 22px;
    margin-right: auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #646569
}

.gl-heading-section h2{
    margin-right: auto;
    text-transform: uppercase;
    color: #646569;
    font-size: 20px !important;
}

@media screen and (min-width: 600px) {
    .gl-heading-section {
        padding: 45px 0
    }

    .gl-heading-section h1 {
        font-size: 28px;
        font-size: 36px
    }
}

.gl-heading-btn {
    margin-top: 24px;
    margin-left: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 600px) {
    .gl-heading-btn {
        margin-top: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 1240px) {
    .gl-heading-btn {
        position: absolute;
        top: 18px;
        left: auto;
        right: 0
    }
}

.gl-header-bc {
    font-size: 14px;
    line-height: 22px;
    color: #898989;
    position: absolute;
    top: 18px;
    left: 0
}

@media screen and (max-width: 600px) {
    .gl-header-bc {
        display: none
    }
}

.gl-header-bc a {
    text-decoration: none;
    font-weight: 700;
    color: #898989
}

.gl-header-bc .right-caret {
    font-style: normal;
    vertical-align: middle;
    padding: 0 2px
}

.gl-header-bc .right-caret:before {
    font-family: greshamhouse-icons;
    content: "\F103"
}

.gl-page-label {
    color: #4d4a4b;
    font-size: 14px;
    line-height: 22px;
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #313265;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 20px
}

.gh-heading {
    font-family: Barlow, sans-serif
}

.gh-heading.one {
    font-size: 2.25rem;
    line-height: 1.375rem
}

.gh-heading.one,
.gh-heading.two {
    text-align: left;
    color: #646569;
    font-weight: 600;
    text-transform: uppercase
}

.gh-heading.two {
    font-size: 1.5rem;
    line-height: 1.25rem;
    margin-bottom: 1rem
}

.gh-heading.three {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Barlow, sans-serif;
    color: #646569;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0
}

.gh-heading.center {
    text-align: center
}

.editing-form-label-cell .control-label,
.editing-form-value-cell .form-control {
    font-family: Barlow;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #646569;
    font-weight: 500
}

.btn,
.gl-heading-btn {
    display: inline-block;
    font-family: Barlow, sans-serif;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    line-height: 1;
    border: 2px solid transparent;
    background-color: #313265;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .22s ease-in-out;
    border-radius: 1rem;
    transition: border-color .3s ease, background .3s ease, color .3s ease
}

.btn:hover,
.gl-heading-btn:hover {
    opacity: 1;
    background: transparent;
    border-color: #313265;
    color: #313265;
    box-shadow: none;
}
/* .gl-heading-btn:hover::before 
 {
    color: #313265;
} */

.btn:disabled,
.gl-heading-btn:disabled {
    background-color: #ebebeb;
    pointer-events: none;
    cursor: auto
}

.btn-secondary {
    background-color: #fff;
    color: #313265;
    margin: 12px auto
}

.btn-secondary:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: none
}

.btn.icon,
.icon.gl-heading-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.icon:before,
.icon.gl-heading-btn:before {
    margin-right: 8px;
    font-weight: 100
}

.btn.icon-envelope:before,
.icon-envelope.gl-heading-btn:before {
    font-family: greshamhouse-icons;
    content:"\F10C";
    /* url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' fill='%23FFFF' width='20' height='20' viewBox='0 0 1024 1024' class='icon'%3E%3Cpath d='M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z'/%3E%3C/svg%3E"); */
    margin-top: 2px;
}

.btn.icon-print:before,
.icon-print.gl-heading-btn:before {
    font-family: greshamhouse-icons;
    content: "\F119"
}

.btn.icon-download:before,
.icon-download.gl-heading-btn:before {
    font-family: greshamhouse-icons;
    content:  url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' fill='%23FFFF' width='20' height='20' viewBox='0 0 1024 1024' class='icon'%3E%3Cpath d='M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z'/%3E%3C/svg%3E");
    margin-top: 2px;
    content:  url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' fill='%23FFFF' width='20' height='20' viewBox='0 0 1024 1024' class='icon'%3E%3Cpath d='M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z'/%3E%3C/svg%3E");
    margin-top: 2px;
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    padding-bottom: .5rem;
    color: #646569;
    font-weight: 500
}

.checkbox label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #313265;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

.checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 5px;
    height: 10px;
    border: solid #313265;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.welcome-message {
    font-family: Barlow, sans-serif;
    text-transform: capitalize
}

.gl-logon-page-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10% 7.5px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.gl-logon-page-background svg {
    max-width: 13.6875rem
}

.gl-logon-page-background .logon-page-background {
    padding: 1rem;
    padding-bottom: 3rem
}

@media screen and (min-width: 600px) {
    .gl-logon-page-background .logon-page-background {
        padding: 1rem
    }
}

.gl-logon-page-background .logon-panel {
    max-width: 21rem;
    margin: 0 auto
}

@media screen and (min-width: 600px) {
    .gl-logon-page-background .logon-panel {
        min-height: 21.0625rem
    }
}

.gl-logon-page-background .form-control {
    padding: .4em .65rem;
    font-size: 1rem;
    width: 100%;
    background: #ebeeee;
    color: #646569;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #313265;
    font-weight: 500
}

.gl-logon-page-background .form-control:focus:not(.input-err) {
    box-shadow: inset 5px 0 0 #313265;
    border-color: #313265;
    outline: 0
}

.gl-logon-page-background .editing-form-label-cell {
    margin-bottom: 8px
}

.gl-logon-page-background .editing-form-value-cell {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-family: Barlow, sans-serif
}

.gl-logon-page-background .editing-form-value-cell .clear-icon {
    display: none;
    position: absolute;
    font-family: Barlow, sans-serif;
    color: #313265;
    right: 10px;
    font-weight: 900;
    top: 0;
    bottom: 0;
    font-size: .65em;
    padding: 0 .2em;
    line-height: 1em;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.gl-logon-page-background .editing-form-value-cell .input-err+.clear-icon {
    color: #be0404
}

.gl-logon-page-background .editing-form-value-cell>input::-ms-clear {
    display: none
}

.gl-logon-page-background .field-required {
    color: #be0404;
    font-size: 1rem;
    margin-left: 4px;
    font-weight: 700
}

.gl-logon-page-background .error-label,
.gl-logon-page-background .form-control-error {
    display: block;
    font-family: Barlow, sans-serif;
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    margin-top: 1rem;
    padding: .5rem;
    margin-left: 2px;
    line-height: 1.5rem;
    font-weight: 500
}

.gl-logon-page-background .form-group+.form-group {
    margin-top: 20px
}

.gl-logon-page-background .btn,
.gl-logon-page-background .gl-heading-btn {
    display: block;
    margin: 20px auto 10px
}

.gl-logon-page-background .input-err {
    box-shadow: inset 5px 0 0 #be0404;
    border-color: #be0404;
    outline: 0
}

.gl-logon-panel {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 1em;
    width: 100%;
    max-width: 58rem;
    text-align: center;
    position: relative
}

.gl-logon-logo {
    width: 100%;
    max-width: 300px;
    height: 100px
}

.gh-logon-request-access {
    position: absolute;
    top: auto;
    bottom: -25px;
    right: 0;
    left: auto;
    font-size: 14px;
    color: #727272;
    font-weight: 700;
    text-decoration: none
}

.gh-logon-request-access:hover {
    text-decoration: underline
}

.logon-page-background {
    text-align: left
}

.logon-password-retrieval-link,
.logon-remember-me-checkbox {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    color: #646569
}

.logon-password-retrieval-link {
    color: #313265;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-transform: uppercase
}

.logon-remember-me-checkbox {
    color: #646569;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex
}

.logon-password-retrieval-result {
    display: -ms-flexbox;
    display: flex;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    width: 100%;
    padding: .5rem;
    margin: 16px 0;
    line-height: 24px
}

.logon-panel-password-retrieval,
.password-retrieval-result-wrapper {
    max-width: 21rem;
    margin: 30px auto 0
}

.password-retrieval-result {
    padding: .75rem;
    box-shadow: 0 0 0 2px #313265;
    margin: 10px 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    color: #646569;
    max-width: 21rem;
    margin: 20px auto
}

.password-retrieval-result svg {
    height: 6rem;
    margin: 0 22px
}

.password-retrieval-result p {
    font-weight: 500
}

@media screen and (min-width: 600px) {
    .wdg-table-container {
        margin: 0 -20px
    }
}

.wdg-table {
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

.wdg-table tr {
    border-bottom: 1px solid #eaeaeb
}

.wdg-table td,
.wdg-table th {
    padding: 15px 10px
}

.wdg-table td:first-child,
.wdg-table th:first-child {
    padding-left: 20px
}

.wdg-table td:last-child,
.wdg-table th:last-child {
    padding-right: 20px
}

.wdg-table-link {
    text-decoration: none;
    color: #727272
}

.wdg-table-link:hover {
    color: #000;
    text-decoration: underline
}

.wdg-table-link-icon {
    text-decoration: none;
    display: block
}

.wdg-table-link-icon:hover {
    cursor: pointer
}

.wdg-table-link-icon:after {
    font-family: greshamhouse-icons;
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M24.0083 33.8995V6' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 22L24 34L12 22' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 42H12' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");;
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M24.0083 33.8995V6' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 22L24 34L12 22' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 42H12' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");;
    color: #313265;
    line-height: .6;
    font-size: 28px;
    text-align: right;
    margin-top: 4px;
    display: block;
    text-align: center
}

.wdg-table-head {
    text-transform: uppercase
}

.wdg-table-number {
    margin-right: 14px;
    height: 28px;
    width: 28px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #313265;
    border-radius: 50%
}

.LinksToAssets {
    width: 10%
}

@media screen and (max-width: 600px) {
    .wdg-table {
        border: 0
    }

    .wdg-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .wdg-table tr {
        display: block;
        margin-bottom: 25px
    }

    .wdg-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding-left: 0;
        padding-right: 0
    }

    .wdg-table td:first-child {
        padding-left: 0;
        width: 100%
    }

    .wdg-table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    .wdg-table td:last-child {
        border-bottom: 0;
        padding: 0;
        width: 100%
    }

    .wdg-table-number {
        height: 20px;
        width: 20px;
        font-size: 14px
    }

    .wdg-table-link-icon {
        background-color: #313265;
        padding: 15px 0
    }

    .wdg-table-link-icon:after {
        font-family: myriad-pro, Helvetica, Arial, sans-serif;
        content: attr(data-label);
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-top: 0;
        font-weight: 700
    }
}

.mf-cards-wrapper {
    padding: 0 10px;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1240px) {
    .mf-cards-wrapper {
        padding: 0
    }
}

@media screen and (min-width: 600px) {
    .mf-cards-wrapper.no-flex {
        display: block
    }
}

.mf-fund-card {
    background: #fff;
    color: #727272;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    transition: box-shadow .22s ease-in-out, color .22s ease-in-out;
    width: 100%;
    margin-bottom: 42px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media screen and (min-width: 1240px) {
    .mf-fund-card {
        -ms-flex: 1;
        flex: 1;
        width: 33.333%;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 330px;
        max-width: 400px
    }
}

.mf-fund-card:focus,
.mf-fund-card:hover {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
    color: #000
}

.mf-fund-card:after {
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    content: "Click to view more";
    font-size: .75rem;
    color: #313265;
    position: absolute;
    right: 21px;
    top: 20px;
    left: auto;
    line-height: .6
}

.mf-fund-card-body {
    padding: 20px 20px 36px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-body {
        padding: 30px
    }
}

.mf-fund-card-subtitle {
    text-transform: uppercase;
    font-size: .75rem;
    display: block
}

.mf-fund-card-title {
    font-weight: 700;
    max-width: 80%
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-title {
        max-width: 100%
    }
}

.mf-fund-card-date-correct {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: #727272;
    left: 0;
    text-transform: uppercase;
    top: auto
}

.mf-fund-card-footer {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-fund-card-footer h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-footer {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 0;
        padding-left: 30px
    }
}

.mf-fund-card-footer-item {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 20px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-footer-item {
        width: 33.3333%
    }
}

.mf-fund-card-footer-item:first-of-type {
    border-right: 1px solid #ebebeb
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-footer-item:first-of-type {
        padding-left: 0
    }
}

.mf-fund-card-footer-item--large {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    padding-left: 0
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .mf-fund-card-footer-item--large {
        width: 33.3333%;
        padding-top: 12px;
        padding-bottom: 26px;
        padding-left: 30px;
        border-top: none;
        border-left: 1px solid #ebebeb;
        text-align: left
    }
}

.pagination-controls {
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: .75rem
}

.pagination-controls ul {
    display: -ms-flexbox;
    display: flex;
   list-style-type: none;
}

.show_table{
    display: block !important;
    visibility: visible !important;
}

.pagination-controls button{
    padding-block: 1px !important;
    padding-inline: 6px !important;
    line-height: 0rem !important;
}

.pagination-controls button,
.pagination-controls span {
    outline: 0;
    font-family: Barlow, sans-serif;
    background: none;
    border: 0;
    font-size: 22px;
    font-weight: 800;
    color: #313265;
    cursor: pointer
}

.pagination-controls button span,
.pagination-controls span span {
    cursor: default
}

.pagination-controls button svg,
.pagination-controls span svg {
    height: .75rem
}

.pagination-controls button:disabled {
    color: #646569;
    cursor: not-allowed
}

.pagination-controls .next-page-num,
.pagination-controls .prev-page-num {
    font-size: 16px;
    font-weight: 400;
    color: #646569;
    padding: .2rem
}

.pagination-controls .page-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-controls .page-count span {
    font-size: 16px;
    color: #646569
}

.radio input[type=radio] {
    display: none
}

.radio label {
    font-family: Barlow, sans-serif;
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 4px 4px 30px;
    cursor: pointer;
    color: #646569;
    font-weight: 600
}

.radio label:after,
.radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all .22s
}

.radio label:before {
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -8px;
    border: 2px solid #313265
}

.radio label:hover:before {
    background: #fff
}

.radio label:after {
    opacity: 0;
    left: 5px;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    background: #313265;
    transform: scale(2)
}

.radio input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.gh-register-selection {
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 1rem
}

.gh-register-selection,
.gh-register-selection .gh-register-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.gh-register-selection .gh-register-container {
    width: 100%;
    max-width: 21rem;
    margin: 0 auto
}

@media screen and (min-width: 600px) {
    .gh-register-selection .gh-register-container {
        height: 21.0625rem
    }
}

.gh-register-selection .radio-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
    padding: 5px
}

.gh-register-selection .radio-container.input-err {
    box-shadow: 0 0 0 2px #be0404
}

.gh-register-selection .register-description {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
    color: #646569;
    margin-bottom: 1rem;
    text-align: left
}

.gh-register-selection .field {
    padding: .5rem 0;
    margin-bottom: .25rem
}

.gh-register-selection .btn,
.gh-register-selection .gl-heading-btn {
    margin-bottom: 0
}

@media screen and (min-width: 600px) {

    .gh-register-selection .btn,
    .gh-register-selection .gl-heading-btn {
        margin-top: auto
    }
}

.gh-register-selection .input-error {
    display: none;
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    padding: .5rem;
    margin: 1px 0 0;
    width: 100%
}

.fp-investment-card {
    background: #fff;
    width: 100%;
    overflow: hidden;
    color: #727272
}

.ic-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 8.5px 30px;
    font-family: Barlow, sans-serif
}

@media screen and (min-width: 600px) {
    .ic-body {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1240px) {
    .ic-body {
        padding: 38px 50px 30px
    }
}

.ic-chart-container {
    width: 100%
}

@media screen and (min-width: 600px) {
    .ic-chart-container {
        width: calc(33.3333% - 40px)
    }
}

.ic-graph-container {
    width: 100%
}

@media screen and (min-width: 600px) {
    .ic-graph-container {
        width: 66.66666%
    }
}

@media screen and (min-width: 1240px) {
    .ic-graph-container {
        width: calc(66.66666% - 10px)
    }
}

.ic-subtitle {
    text-transform: uppercase;
    font-size: .75rem;
    display: block
}

.ic-chart-wrapper {
    position: relative;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 599px) {
    .ic-chart-wrapper {
        width: 255px;
        height: 255px;
        display: block
    }
}

@media screen and (min-width: 1240px) {
    .ic-chart-wrapper {
        width: 290px;
        height: 290px
    }
}

.ic-pie-chart {
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 2
}

.ic-pie-chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 40px;
    text-align: center
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .ic-pie-chart-center {
        font-size: 28px
    }
}

@media screen and (max-width: 400px) {
    .ic-pie-chart-center {
        font-size: 24px
    }
}

.ic-pie-chart-info {
    text-align: center;
    margin-top: 26px
}

@media screen and (max-width: 600px) {
    .ic-pie-chart-info {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .ic-pie-chart-info {
        font-size: 1.4rem
    }
}

.ic-graph-wrapper {
    padding-top: 40px;
    width: 100%
}

@media screen and (max-width: 1239px) {
    .ic-graph-wrapper {
        overflow-x: scroll
    }
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .ic-graph-wrapper {
        padding-top: 15px
    }
}

@media screen and (max-width: 599px) {
    .ic-graph-main {
        text-align: center;
        padding: 26px 0 20px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        width: 100%
    }
}

.ic-graph-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ic-graph-details h4 {
    font-weight: 700;
    font-size: 40px
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .ic-graph-details h4 {
        font-size: 28px
    }
}

.ic-graph-legend {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 600px) {
    .ic-graph-legend {
        width: auto;
        margin-left: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 1240px) {
    .ic-graph-legend {
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.ic-graph-legend-item {
    overflow: hidden;
    zoom: 1
}

@media screen and (max-width: 600px) {
    .ic-graph-legend-item {
        width: 100%;
        padding: 16px 0 7px 16px;
        border-bottom: 1px solid #ebebeb
    }
}

.ic-graph-legend-item h6 {
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 1240px) {
    .ic-graph-legend-item h6 {
        font-size: 22px
    }
}

@media screen and (min-width: 600px) {
    .ic-graph-legend-item:not(:last-of-type) {
        margin-right: 20px
    }
}

.ic-graph-legend-info {
    overflow: hidden;
    zoom: 1
}

.ic-graph-legend-indicator {
    float: left;
    margin-right: 7.5px;
    margin-top: 8px;
    display: block;
    height: 14px;
    width: 14px;
    background: #ebebeb
}

@media screen and (min-width: 600px) and (max-width:1240px) {
    .ic-graph-legend-indicator {
        margin-right: 10px
    }
}

.ic-graph-legend-label {
    font-size: .75rem;
    display: block;
    margin-top: 15px
}

.ic-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Barlow, sans-serif;
    padding-left: 8.5px;
    padding-right: 8.5px
}

@media screen and (min-width: 600px) {
    .ic-footer {
        padding: 0;
        border-top: 1px solid #ebebeb
    }
}

.ic-footer-detail {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0
}

.ic-footer-detail:not(:last-of-type) {
    border-bottom: 1px solid #ebebeb
}

@media screen and (min-width: 600px) {
    .ic-footer-detail {
        width: 33.333%;
        padding: 25px 15px
    }

    .ic-footer-detail:not(:last-of-type) {
        border: none;
        border-right: 1px solid #ebebeb
    }
}

@media screen and (min-width: 1240px) {
    .ic-footer-detail {
        width: auto;
        padding: 25px 30px
    }
}

.co-in-section {
    padding: 65px 0 95px
}

.co-in-cards-wrapper {
    padding: 25px 10px 65px;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 600px) {
    .co-in-cards-wrapper {
        padding: 20px 0 65px
    }
}

.co-in-card {
    display: block;
    background: #313265;
    color: #727272;
    text-decoration: none;
    transition: box-shadow .22s ease-in-out, color .22s ease-in-out;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 600px) {
    .co-in-card {
        -ms-flex: 1;
        flex: 1;
        max-width:387px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 330px
    }
}

.co-in-card:hover {
    box-shadow: 0 0 0 3px #ebeeee, 0 0 0 6px #313265
}

.co-in-card-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 201px;
    width: 100%;
    overflow: hidden
}

.co-in-card-user-status {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    transform: translate(25%, 100%) rotate(45deg);
    background-color: #249898;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    width: 175px;
    text-align: center;
    padding: 5px 15px
}

.co-in-card-user-status[data-reg-state=not-registered] {
    background-color: #4f4f4f
}

.co-in-card-body {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    min-height: 375px;
    color: #fff;
    background: #313265;
    font-family: Barlow, sans-serif
}

.co-in-card-body h4{
    color: #fff;
}

.co-in-card-body h4{
    color: #fff;
}

.co-in-card-body,
.co-in-card-body-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.co-in-card-body-inner {
    z-index: 1
}

.co-in-card-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    transform: skewY(-3deg);
    background: #313265;
    transform-origin: left bottom;
    z-index: 0
}

.co-in-card-body h4 {
    margin-bottom: 15px;
    font-weight: 700
}

.co-in-card-body p {
    font-family: Barlow, sans-serif
}

.co-in-card-footer {
    margin-top: 25px;
    display: table;
    width: 100%
}

.co-in-card-footer-item {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px
}

.co-in-card-footer-item:first-child {
    border-right: 1px solid #ebebeb
}

.co-in-card-footer-item:nth-child(2) {
    padding-left: 20px
}

.co-in-card-footer-item small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: Barlow, sans-serif
}

.gl-register-page-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10% 7.5px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.gl-register-page-background svg {
    max-width: 13.6875rem
}

.gl-register-page-background h1.gh-heading {
    margin-bottom: 2.5rem
}

.gl-register-page-background h3 {
    font-family: Barlow;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px
}

.gl-register-page-background .gl-register-panel {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 1em;
    width: 100%;
    max-width: 58rem;
    text-align: center;
    position: relative
}

.gl-register-page-background .gl-register-panel .form-group,
.gl-register-page-background .gl-register-panel .register-header {
    max-width: 29.0625rem;
    width: 100%;
    margin: 0 auto
}

.gl-register-page-background .gl-register-panel .register-header {
    padding: 2rem 0
}

.gl-register-page-background .gl-register-panel .register-header .all-fields-required,
.gl-register-page-background .gl-register-panel .register-header .sub-heading {
    font-family: Barlow;
    font-weight: 500
}

.gl-register-page-background .gl-register-panel .register-header p {
    text-align: left
}

.gl-register-page-background .gl-register-panel .editing-form-label-cell {
    text-align: left;
    margin-bottom: .75rem
}

.gl-register-page-background .gl-register-panel .editing-form-value-cell {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.gl-register-page-background .gl-register-panel .editing-form-value-cell.title {
    display: -ms-flexbox;
    display: flex
}

.gl-register-page-background .gl-register-panel .editing-form-value-cell .clear-icon {
    display: none;
    position: absolute;
    color: #313265;
    right: 10px;
    font-weight: 900;
    top: 0;
    bottom: 0;
    font-size: .65em;
    padding: 0 .2em;
    line-height: 1em;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.gl-register-page-background .gl-register-panel .editing-form-value-cell .input-err+.clear-icon {
    color: #be0404
}

.gl-register-page-background .gl-register-panel .editing-form-value-cell>input::-ms-clear {
    display: none
}

.gl-register-page-background .gl-register-panel .select.title {
    height: 40px;
    background: #ebeeee;
    border: 0;
    outline: 0;
    margin: 0;
    padding: .5rem 1rem;
    width: 140px;
    border-bottom: 1px solid;
    border-color: #313265;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, transparent 50%, #313265 0), linear-gradient(135deg, #313265 50%, transparent 0), linear-gradient(90deg, #313265, #313265);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 45px;
    background-repeat: no-repeat
}

.gl-register-page-background .gl-register-panel .double-text-input:not(.postcode) .editing-form-value-cell+.editing-form-value-cell {
    border-left: 1px solid #313265
}

.gl-register-page-background .gl-register-panel .field,
.gl-register-page-background .gl-register-panel .field input {
    width: 100%;
    color: #646569;
    font-family: Barlow
}

@media screen and (min-width: 600px) {

    .gl-register-page-background .gl-register-panel .field,
    .gl-register-page-background .gl-register-panel .field input {
        width: 29.0625rem
    }
}

.gl-register-page-background .gl-register-panel .field {
    margin-bottom: 2.5rem
}

.gl-register-page-background .gl-register-panel .double-text-input {
    display: -ms-flexbox;
    display: flex;
    max-width: 11.4375rem
}

@media screen and (min-width: 600px) {
    .gl-register-page-background .gl-register-panel .double-text-input .input {
        width: 100%
    }
}

.gl-register-page-background .gl-register-panel .double-text-input :first-child .input {
    width: 60px
}

.gl-register-page-background .gl-register-panel .double-text-input.postcode .input {
    max-width: 80px
}

.gl-register-page-background .gl-register-panel .double-text-input.postcode :first-child .input {
    margin-right: 1.25rem
}

.gl-register-page-background .gl-register-panel .postcode .input {
    max-width: 50%
}

.gl-register-page-background .gl-register-panel .field input {
    padding: .6em .65rem .45em;
    font-size: 1rem;
    background: #ebeeee;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #313265
}

.gl-register-page-background .gl-register-panel .field input.title {
    display: none;
    max-width: 100px;
    margin-left: 1.25rem
}

.gl-register-page-background .gl-register-panel .field input:focus {
    box-shadow: inset 5px 0 0 #313265;
    border-color: #313265;
    outline: 0
}

.gl-register-page-background .gl-register-panel .field input.input-err {
    box-shadow: inset 5px 0 0 #be0404;
    border-color: #be0404;
    outline: 0
}

.input-error {
    display: none;
    text-align: left
}

.input-error,
.input-server-error {
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    padding: .5rem;
    margin: 1px 2px 0;
    font-family: Barlow, sans-serif;
    font-weight: 500
}

.input-server-error {
    width: 100%
}

.input-server-error.server-label {
    font-weight: 800;
    background: none;
    box-shadow: none
}

.input-info {
    text-align: left;
    border: 1px solid #313265;
    border-top: 0;
    padding: 5px;
    font-weight: 500
}

.input-info.input-err {
    background: #fbeef0;
    border: 0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    padding: .5rem;
    margin: 1px auto;
    width: calc(100% - 4px);
    font-weight: 500
}

.input-info p {
    font-family: Barlow;
    color: #646569
}

.input-info.fca-info {
    max-width: 11.4375rem
}

.rule-success {
    position: relative;
    margin-left: 20px
}

.rule-success:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 11px;
    border: solid #313265;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.registration-complete {
    padding: 3rem 1.5rem
}

.registration-complete .gh-heading {
    text-transform: none
}

.registration-complete .info-text {
    font-family: Barlow, sans-serif;
    font-size: 1.5rem;
    color: #646569;
    text-align: left;
    margin-bottom: 2.5rem
}

.gl-reset-pass-page-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10% 7.5px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.gl-reset-pass-page-background svg {
    max-width: 13.6875rem
}

.gl-reset-pass-page-background .reset-pass-page-background {
    padding: 1rem;
    padding-bottom: 3rem
}

@media screen and (min-width: 600px) {
    .gl-reset-pass-page-background .reset-pass-page-background {
        padding: 1rem
    }
}

.gl-reset-pass-page-background .reset-pass-panel {
    max-width: 21rem;
    margin: 0 auto
}

@media screen and (min-width: 600px) {
    .gl-reset-pass-page-background .reset-pass-panel {
        min-height: 21.0625rem
    }
}

.gl-reset-pass-page-background .form-horizontal {
    max-width: 336px;
    margin: 0 auto
}

.gl-reset-pass-page-background .form-control {
    padding: .4em .65rem;
    font-size: 1rem;
    width: 100%;
    background: #ebeeee;
    color: #646569;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #313265;
    font-weight: 500
}

.gl-reset-pass-page-background .form-control:focus:not(.input-err) {
    box-shadow: inset 5px 0 0 #313265;
    border-color: #313265;
    outline: 0
}

.gl-reset-pass-page-background .editing-form-label-cell {
    margin-bottom: 8px;
    text-align: left
}

.gl-reset-pass-page-background .editing-form-value-cell {
    font-family: Barlow, sans-serif;
    text-align: left
}

.gl-reset-pass-page-background .editing-form-value-cell .clear-icon {
    display: none;
    position: absolute;
    font-family: Barlow, sans-serif;
    color: #313265;
    right: 10px;
    font-weight: 900;
    top: 0;
    bottom: 0;
    font-size: .65em;
    padding: 0 .2em;
    line-height: 1em;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.gl-reset-pass-page-background .editing-form-value-cell .input-err+.clear-icon {
    color: #be0404
}

.gl-reset-pass-page-background .editing-form-value-cell>input::-ms-clear {
    display: none
}

.gl-reset-pass-page-background .editing-form-value-cell .input-err {
    box-shadow: inset 5px 0 0 #be0404;
    border-color: #be0404;
    outline: 0
}

.gl-reset-pass-page-background .field-required {
    color: #be0404;
    font-size: 1rem;
    margin-left: 4px;
    font-weight: 700
}

.gl-reset-pass-page-background .error-label,
.gl-reset-pass-page-background .form-control-error {
    display: block;
    font-family: Barlow, sans-serif;
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    margin-top: 1rem;
    padding: .5rem;
    margin-left: 2px;
    line-height: 1.5rem;
    font-weight: 500
}

.gl-reset-pass-page-background .form-group+.form-group {
    margin-top: 20px
}

.gl-reset-pass-page-background .InfoLabel {
    font-family: Barlow, sans-serif;
    font-size: 1.25rem;
    color: #646569
}

.gl-reset-pass-page-background .btn,
.gl-reset-pass-page-background .gl-heading-btn {
    display: block;
    margin: 20px auto 10px
}

.gl-reset-pass-panel {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 1em;
    width: 100%;
    max-width: 58rem;
    text-align: center;
    position: relative
}

.gl-reset-pass-logo {
    width: 100%;
    max-width: 300px;
    height: 100px
}

.gh-heading {
    text-align: center;
    margin: .8em 0 1.2em
}

.password-strength-text {
    font-size: 16px;
    margin-top: 16px
}

.passw-strength-indicator {
    display: none
}

.widget-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px
}

@media screen and (min-width: 600px) {
    .widget-section {
        padding-top: 30px;
        padding-bottom: 45px
    }
}

@media screen and (min-width: 1240px) {
    .widget-section {
        padding-top: 44px;
        padding-bottom: 48px
    }
}

.widget-section.alternate .wdg-left {
    width: 100%
}

@media screen and (min-width: 1240px) {
    .widget-section.alternate .wdg-left {
        max-width: 760px;
        -ms-flex: 0 0 760px;
        flex: 0 0 760px;
        display: block
    }
}

.widget-section.alternate .wdg-right {
    width: 100%
}

@media screen and (min-width: 1240px) {
    .widget-section.alternate .wdg-right {
        max-width: 400px;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        display: block
    }
}

.wdg-left {
    width: 100%
}

@media screen and (min-width: 1240px) {
    .wdg-left {
        max-width: 400px;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        display: block
    }
}

.wdg-right {
    width: 100%
}

@media screen and (min-width: 1240px) {
    .wdg-right {
        max-width: 760px;
        -ms-flex: 0 0 760px;
        flex: 0 0 760px;
        display: block
    }
}

.wdg--half {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

@media screen and (min-width: 1240px) {
    .wdg--half {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 610px
    }
}

@media screen and (min-width: 600px) {
    .wdg--half.from-tablet {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 610px
    }
}

.wdg--full {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.wdg-widget {
    background-color: #fff;
    color: #727272;
    padding: 25px 20px;
    border-top: 3px solid transparent;
    margin-bottom: 20px
}

.wdg-widget small {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: block
}

.wdg-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.wdg-title,
.wdg-widget .wdg-overview-text-body {
    font-family: Barlow, sans-serif;
    color: #646569
}

.outer-table {
    overflow-y: auto;
    height: 620px
}

.asset-list-table {
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    color: #313265;
    background: #fff;
    width: 100%;
    table-layout: fixed
}

@media screen and (max-width: 768px) {
    .asset-list-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }
}

.asset-list-table thead {
    background: #313265;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #313265
}

.asset-list-table thead th {
    position: relative;
    height: 3.25rem;
    padding: .5rem 1rem;
    font-weight: 500;
    position: sticky;
    top: -1px;
    background: #313265
}

.asset-list-table thead th:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    height: 30px;
    width: 1px;
    background: #ebeeee
}

.asset-list-table tbody {
    border: 1px solid #313265
}

.asset-list-table tbody tr:nth-child(odd) {
    background-color: #ebeeee
}

.asset-list-table tbody td {
    padding: .75rem 1rem;
    border-right: 1px solid #313265
}

.asset-list-table .text-align-right {
    text-align: right
}

.wdg-video-widget {
    position: relative;
    height: 0;
    overflow: hidden
}

.vw__16by9 {
    padding-bottom: 56.25%
}

.vw__4by3 {
    padding-bottom: 75%
}

.vw-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gl-header-update {
    display: table;
    margin-top: 25px
}

@media screen and (min-width: 1240px) {
    .gl-header-update {
        margin-left: auto;
        max-width: 500px
    }
}

.hu-title {
    background-color: #313265;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 26px
}

.hu-titleText {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.hu-body {
    display: table-cell;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .07)
}

.hu-bodyText {
    font-size: 16px;
    color: #727272
}

.kd-document-container {
    max-height: 530px;
    overflow-y: auto
}

.kd-document {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 24px;
    font-family: Barlow, sans-serif;
    border: 1px solid #313265;
    text-decoration: none;
    transition: box-shadow .22s ease-in-out, color .22s ease-in-out
}

.kd-document:hover {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1)
}

.kd-document.no-border {
    border: 0
}

.kd-document+.kd-document {
    margin-top: 10px
}

.kd-document-body {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.kd-title {
    display: inline-block;
    color: #313265;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none
}

.kd-subtitle {
    color: #727272;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px
}

.kd-download-icon {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    color: #fff;
    display: block
}

.kd-download-icon:before {
    font-family: greshamhouse-icons;
    content: "\F10A";
    font-size: 24px;
    color: #313265
}

.icon-file-default {
    height: 22px;
    width: 19px;
    color: #313265;
    line-height: 20px;
    margin-right: 20px
}

.icon-file-pdf {
    line-height: 1
}

.icon-file-pdf:before {
    font-family: greshamhouse-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
    content: "\F110"
}

.icon-file-empty {
    line-height: 1
}

.icon-file-empty:before {
    font-family: greshamhouse-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 40 40 ' enable-background='new 0 0 32 32' id='_x3C_Layer_x3E_' version='1.1' xml:space='preserve'%3E%3Cg id='page_x2C__document_x2C__my_page_x2C__empty_page'%3E%3Cg id='XMLID_2942_'%3E%3Cg id='XMLID_2943_'%3E%3Cg id='XMLID_2944_'%3E%3Cg id='XMLID_2945_'%3E%3Cpolyline fill='none' id='XMLID_2947_' points='21.5,1.5 4.5,1.5 4.5,30.5 27.5,30.5 27.5,7.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpolyline fill='none' id='XMLID_2946_' points='21.5,1.5 27.479,7.5 21.5,7.5 21.5,4' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_2936_'%3E%3Cg id='XMLID_2937_'%3E%3Cg id='XMLID_2938_'%3E%3Cg id='XMLID_2939_'%3E%3Cpolyline fill='none' id='XMLID_2941_' points='21.5,1.5 4.5,1.5 4.5,30.5 27.5,30.5 27.5,7.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpolyline fill='none' id='XMLID_2940_' points='21.5,1.5 27.479,7.5 21.5,7.5 21.5,4' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    margin-top: 8px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 40 40 ' enable-background='new 0 0 32 32' id='_x3C_Layer_x3E_' version='1.1' xml:space='preserve'%3E%3Cg id='page_x2C__document_x2C__my_page_x2C__empty_page'%3E%3Cg id='XMLID_2942_'%3E%3Cg id='XMLID_2943_'%3E%3Cg id='XMLID_2944_'%3E%3Cg id='XMLID_2945_'%3E%3Cpolyline fill='none' id='XMLID_2947_' points='21.5,1.5 4.5,1.5 4.5,30.5 27.5,30.5 27.5,7.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpolyline fill='none' id='XMLID_2946_' points='21.5,1.5 27.479,7.5 21.5,7.5 21.5,4' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_2936_'%3E%3Cg id='XMLID_2937_'%3E%3Cg id='XMLID_2938_'%3E%3Cg id='XMLID_2939_'%3E%3Cpolyline fill='none' id='XMLID_2941_' points='21.5,1.5 4.5,1.5 4.5,30.5 27.5,30.5 27.5,7.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpolyline fill='none' id='XMLID_2940_' points='21.5,1.5 27.479,7.5 21.5,7.5 21.5,4' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    margin-top: 8px;
}

.icon-file-doc {
    line-height: 1
}

.icon-file-doc:before {
    font-family: greshamhouse-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
    content: "\F112"
}

.icon-file-xls {
    line-height: 1
}

.icon-file-xls:before {
    font-family: greshamhouse-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
    content: "\F10E"
}

.wdg-overview-text-body {
    font-size: 16px;
    line-height: 1.5;
    color: #727272
}

.wdg-overview-text-body ul {
    list-style: disc;
    padding: 0 40px;
    max-width: 700px
}

.wdg-overview-text-body li {
    padding-left: 15px
}

.wdg-overview-text-body li+li {
    margin-top: 25px
}

.wdg-overview-text-body li:last-child {
    margin-bottom: 25px
}

.wdg-overview-stock {
    margin-top: 10px
}

.wdg-overview-detail {
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    color: #727272
}

.wdg-overview-detail:first-of-type {
    margin-top: 25px
}

.wdg-overview-detail a {
    text-decoration: none;
    color: inherit
}

.wdg-overview-detail a:hover {
    text-decoration: underline
}

.wdg-photo-panel {
    padding: 0;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pp-overview-wrapper {
    padding: 25px 20px;
    width: 100%
}

@media screen and (min-width: 1240px) {
    .pp-overview-wrapper {
        width: 50%
    }
}

.pp-img-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 400px
}

@media screen and (min-width: 768px) {
    .pp-img-wrapper {
        min-height: 560px
    }
}

@media screen and (min-width: 1240px) {
    .pp-img-wrapper {
        width: 50%;
        min-height: 480px
    }
}

.pp-main-img-trigger {
    background-color: #249898;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    cursor: pointer
}

.pp-main-img-trigger[data-state=shown] {
    display: block
}

.pp-main-img-trigger[data-state=hidden] {
    display: none
}

.pp-main-image {
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.pp-images-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 60px);
    top: auto;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    bottom: 25px;
    height: 80px
}

@media screen and (max-width: 600px) {
    .pp-images-container {
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        transform: none
    }
}

.pp-image {
    display: block;
    width: calc(25% - 5px);
    height: auto
}

.ln-item {
    display: block;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0
}

.ln-item+.ln-item {
    border-top: none
}

.ln-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 600px) {
    .ln-item-container {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.ln-item-img {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-right: 1em;
    display: block
}

.ln-item-body {
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    color: #727272
}

.ln-item-date {
    font-size: 14px;
    text-align: right
}

.ln-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px
}

.ln-item-link {
    margin-top: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #727272;
    font-size: 16px
}

.ln-item-link:hover {
    text-decoration: underline
}

.ln-footer {
    text-align: center;
    padding: 15px 0 0
}

.ln-view-more-link {
    font-weight: 700;
    font-size: 16px;
    color: #313265;
    display: inline-block;
    text-decoration: none
}

.ln-view-more-link:hover {
    text-decoration: underline
}

.co-investment-headline-section {
    background-color: #f2f2f2
}

.co-headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 1240px) {
    .co-headline {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.co-main-image {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 600px) {
    .co-main-image {
        padding-bottom: 35%
    }
}

@media screen and (min-width: 1240px) {
    .co-main-image {
        margin: -25px 0 -25px -20px;
        max-width: 720px
    }
}

.co-deadline-tag,
.co-in-card-deadline-tag {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    background-color: #313265;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    right: 0
}

.co-headline-details {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #727272
}

.co-headline-details h3 {
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (min-width: 1240px) {
    .co-headline-details {
        padding-left: 35px;
        padding-right: 35px;
        max-width: 525px
    }
}

.co-user-status {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #87b0dc
}

.co-headline-footer {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
    display: table;
    width: 100%
}

.co-headline-footer-detail {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 22px
}

.co-headline-footer-detail:first-child {
    border-right: 1px solid #ebebeb
}

.co-headline-footer-detail small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase
}

.investment-heading,
.investment-subtitle {
    font-family: Barlow, sans-serif
}

.tl-widget {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0
}

@media screen and (min-width: 600px) {
    .tl-widget {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 920px) {
    .tl-widget {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .tl-widget:before {
        content: "";
        height: 1px;
        position: absolute;
        top: 30%;
        width: 100%;
        left: 0;
        background-color: #313265
    }
}

.tl-item {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2
}

@media screen and (min-width: 600px) {
    .tl-item {
        width: 50%;
        border-bottom: none
    }
}

@media screen and (min-width: 1240px) {
    .tl-item {
        padding: 0;
        width: calc(20% - 50px)
    }
}

.tl-item.active:last-of-type .tl-arrow {
    background-color: #249898;
    border-color: #249898
}

.tl-item.active:last-of-type .tl-body {
    color: #249898
}

.tl-item.active .tl-arrow {
    background-color: #313265
}

.tl-item.active .tl-arrow:before {
    color: #f2f2f2;
    left: 45%
}

.tl-item.active .tl-arrow:after {
    font-family: greshamhouse-icons;
    content: "\F103";
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #f2f2f2
}

.tl-item.active .tl-body h5 {
    font-weight: 700
}

.tl-item.archived .tl-arrow {
    border-color: #989898;
    background-color: #989898
}

.tl-item.archived .tl-arrow:before {
    font-family: greshamhouse-icons;
    content: "\F107";
    font-size: 18px;
    color: #f2f2f2
}

.tl-item.archived .tl-body {
    color: #989898
}

.tl-img {
    float: left;
    padding-right: 12px;
    background-color: #f2f2f2
}

.tl-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
    margin-top: 5px;
    color: #313265
}

.tl-body h2 {
    font-weight: 700;
    margin-bottom: -12px;
    display: inline-block;
    background-color: #f2f2f2;
    padding-right: 10px
}

.tl-body h5 {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4
}

.tl-body small {
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    display: block
}

.tl-arrow {
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: 1px solid #313265;
    position: relative
}

.tl-arrow:before {
    font-family: greshamhouse-icons;
    content: "\F103";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #313265
}

.eod-details {
    margin-left: -20px;
    margin-right: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #727272;
    border-top: 1px solid #ebebeb
}

.eod-details small {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: block
}

.eod-details-main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    padding: 20px
}

.eod-breakdown-item {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #ebebeb
}

@media screen and (min-width: 600px) {
    .eod-breakdown-item {
        width: 33.333%;
        border-bottom: 1px solid #ebebeb
    }

    .eod-breakdown-item:not(:last-of-type) {
        border-right: 1px solid #ebebeb
    }
}

.eod-main-image {
    padding: 25px 0;
    display: block;
    margin: 0 auto
}

.eod-secondary-title {
    background: #ebebeb;
    color: #727272;
    display: block;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 18px;
    padding-bottom: 18px
}

.eod-images-container {
    display: table;
    min-height: 1px;
    width: 100%;
    margin-bottom: -25px
}

.eod-image {
    display: table-cell;
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center
}

.eod-image:first-of-type {
    border-right: 1px solid #ebebeb
}

.gh-image-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 2rem
}

@media screen and (min-width: 600px) {
    .gh-image-text-container {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gh-image-text-container.co-investment {
        margin-left: 10px;
        margin-right: 10px
    }

    .gh-image-text-container.image-right {
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }
}

@media screen and (min-width: 600px) {
    .gh-image-text-container.co-investment .gh-background-image-panel {
        min-height: 24rem;
        width: 50%
    }
}

.gh-image-text-container .gh-background-image-panel {
    width: 100%;
    min-height: 12rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important
}

@media screen and (min-width: 600px) {
    .gh-image-text-container .gh-background-image-panel {
        min-height: 18rem;
        width: 50%
    }
}

.gh-image-text-container.co-investment .gh-text-panel {
    background: #fff
}

.gh-image-text-container .gh-text-panel {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ebeeee
}

@media screen and (min-width: 600px) {
    .gh-image-text-container .gh-text-panel {
        width: 50%
    }
}

.gh-image-text-container .gh-text-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    min-height: 18.375rem;
    padding: 1rem;
    font-family: Barlow, sans-serif;
    color: #646569
}

.gh-image-text-container.co-investment .gh-text-content {
    padding: 2rem;
    width: 100%
}

.gh-image-text-container.co-investment .gh-text-content a {
    display: -ms-flexbox;
    display: flex;
    color: #313265;
    margin: 10px 0;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none
}

.gh-image-text-container.co-investment .gh-text-content a:hover {
    color: #313265
}

.gh-image-text-container.co-investment .gh-text-content a:after {
    font-family: greshamhouse-icons;
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M19 12L31 24L19 36' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M19 12L31 24L19 36' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    margin-left: 10px;
}

.gh-image-text-container .gh-text {
    font-family: Barlow, sans-serif;
    font-weight: 500
}

.ssh-graph-pie-wrapper {
    background: #fff;
    padding: 25px 20px
}

.ssh-graph-pie-wrapper .graph-wrapper {
    max-width: 95%;
    overflow: auto
}

.pie-chart-wrapper {
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    color: #646569
}

@media screen and (min-width: 768px) {
    .pie-chart-wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

.pie-data {
    position: relative;
    width: 100%;
    margin: auto
}

@media screen and (min-width: 768px) {
    .pie-data {
        width: 60%
    }
}

.chart-legend {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chart-legend,
.chart-legend li {
    display: -ms-flexbox;
    display: flex
}

.chart-legend li {
    padding: 5px
}

.chart-legend-bg {
    display: block;
    min-width: 20px;
    height: 20px;
    margin-right: 10px
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313265
}

.absolute-center>span {
    font-weight: 400;
    font-size: 1rem
}

.cv-copy {
    color: #727272;
    font-size: 18px;
    line-height: 1.5
}

.cv-widget-zone {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cv-widget {
    border: 1px solid #ebebeb;
    padding: 25px;
    min-width: 300px;
    margin-bottom: 25px;
    width: 100%
}

@media screen and (min-width: 1240px) {
    .cv-widget {
        max-width: 380px;
        width: calc(50% - 10px)
    }
}

.cv-widget-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cv-widget-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #313265
}

.cv-widget-number {
    padding: 12px 18px;
    background-color: #313265;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px
}

.cv-widget-detail {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #727272
}

.hdiw-wrapper {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 55px;
    width: 100%
}

.hdiw-item {
    font-size: 16px;
    max-width: 240px;
    color: #727272;
    padding: 0 15px;
    margin-bottom: 25px;
    position: relative
}

.hdiw-item:first-of-type:before {
    right: 0;
    left: auto
}

.hdiw-item:first-of-type:before,
.hdiw-item:last-of-type:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50%;
    top: 25px;
    background-color: #313265
}

.hdiw-item:last-of-type:before {
    left: 0;
    right: auto
}

.hdiw-item~.hdiw-item:not(:last-of-type):before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    right: 0;
    left: auto;
    top: 25px;
    background-color: #313265
}

.hdiw-number {
    background-color: #313265;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.hdiw-number:before {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.hdiw-title {
    color: #313265;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 15px 0 25px;
    display: block
}

.gl-ifa-clients-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section {
        margin-left: 0
    }
}

.gl-ifa-clients-section .menu-panel {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    right: -100%;
    width: calc(100% - 50px);
    z-index: 8;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #313265;
    border-top: 0
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .menu-panel {
        width: 100%;
        max-width: 250px;
        top: 90px
    }
}

.gl-ifa-clients-section .menu-panel.panel-open {
    animation-name: a;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.gl-ifa-clients-section .menu-panel.panel-close {
    animation-name: b;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .menu-panel.panel-close {
        animation-duration: .7s
    }
}

.gl-ifa-clients-section .menu-header li {
    background: #313265
}

.gl-ifa-clients-section .menu-header .primary-user-link {
    color: #fff
}

.gl-ifa-clients-section .menu-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 8
}

.gl-ifa-clients-section .menu-content li {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #313265
}

.gl-ifa-clients-section .menu-content a {
    font-family: Barlow, sans-serif;
    color: #313265;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.5rem;
    width: 100%
}

.gl-ifa-clients-section .account-menu ul {
    position: absolute;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding-bottom: 89px
}

.gl-ifa-clients-section .open-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: 0;
    background: none;
    padding: 1rem;
    color: #313265;
    cursor: pointer;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all .3s ease-in-out;
    margin-left: auto;
    border: 1px solid #313265;
    border-radius: 16px
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .open-btn {
        min-width: 250px;
        max-height: 90px
    }
}

.gl-ifa-clients-section .open-btn .svg-icon {
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .open-btn .svg-icon {
        margin-right: 10px
    }
}

.gl-ifa-clients-section .open-btn .svg-icon svg {
    width: 25px
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .open-btn:after {
        font-family: greshamhouse-icons;
        content: "\F103";
        font-size: 1.5rem;
        padding-left: 10px;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .open-btn.open:after {
        font-family: greshamhouse-icons;
        content: "\F108";
        font-size: 1rem;
        margin: 6px 4px;
        color: #313265;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .open-btn.closed:after {
        font-family: greshamhouse-icons;
        content: "\F103";
        font-size: 1.5rem;
        padding-left: 10px;
        transition: all .3s ease-in-out
    }
}

.gl-ifa-clients-section .btn-acc-text {
    display: none
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .btn-acc-text {
        display: block
    }
}

.gl-ifa-clients-section .menu-panel .close-btn {
    background: #fff;
    width: 50px;
    border: 1px solid #313265;
    height: 50px;
    color: #313265;
    outline: 0;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: -100%;
    box-shadow: 0 10px 10px -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gl-ifa-clients-section .menu-panel .close-btn:after {
    font-family: greshamhouse-icons;
    content: "\F108";
    font-size: .75rem;
    margin: 6px 4px;
    color: #313265
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .menu-panel .close-btn {
        display: none
    }
}

.gl-ifa-clients-section .menu-panel.panel-open .close-btn {
    display: -ms-flexbox;
    display: flex;
    animation-name: c;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .menu-panel.panel-open .close-btn {
        display: none
    }
}

.gl-ifa-clients-section .menu-panel.panel-close .close-btn {
    animation-name: d;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media screen and (min-width: 768px) {
    .gl-ifa-clients-section .menu-panel-background {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        background-color: transparent
    }
}

.gl-ifa-clients-section .panel-open .menu-panel-background {
    animation-name: e;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.gl-ifa-clients-section .panel-close .menu-panel-background {
    animation-name: f;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.gl-ifa-clients-section .menu-close {
    background-color: transparent;
    border: 0
}

.gl-ifa-clients-section .menu-close:focus {
    outline: 0
}

.is-clipped {
    overflow: hidden
}

@keyframes a {
    0% {
        right: -100%;

        @media screen and (min-width: 768px) {
            right: -250px
        }
    }

    to {
        right: 0
    }
}

@keyframes b {
    0% {
        right: 0
    }

    to {
        right: -100%;

        @media screen and (min-width: 768px) {
            right: -250px
        }
    }
}

@keyframes c {
    0% {
        left: -50px
    }

    to {
        left: 0
    }
}

@keyframes d {
    0% {
        left: 0
    }

    to {
        left: -50px
    }
}

@keyframes e {
    0% {
        opacity: 0;
        width: 100%
    }

    99% {
        opacity: 1;
        width: 100%
    }

    to {
        opacity: 1;
        width: calc(100% - 250px)
    }
}

@keyframes f {
    0% {
        opacity: 1;
        width: 100%
    }

    99% {
        opacity: 0;
        width: 100%
    }

    to {
        opacity: 0;
        width: 0
    }
}

.cta-wrapper {
    text-align: center;
    padding: 45px 0 65px;
    font-family: Barlow, sans-serif
}

.cta-wrapper:empty {
    padding: 0
}

.cta-wrapper p {
    font-family: Barlow, sans-serif
}

.cta-wrapper .btn,
.cta-wrapper .gl-heading-btn {
    margin-bottom: 1rem
}

.cta-link,
.disclaimer-cta .signout-link {
    display: inline-block;
    text-decoration: underline;
    margin-top: 20px;
    font-size: 14px;
    color: #727272;
    cursor: pointer
}

.cta-modal {
    position: fixed;
    transition: opacity .4s ease-in;
    text-align: left
}

.cta-modal[data-state=closed] {
    opacity: 0;
    z-index: 0;
    visibility: hidden
}

.cta-modal[data-state=open] {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 6;
    visibility: visible
}

.cta-modal-wrapper {
    max-width: 610px;
    position: relative;
    margin: 41% 10px;
    padding: 20px 25px 0;
    background-color: #fff;
    color: #727272;
    max-height: calc(75% - 4rem);
    overflow: auto
}

@media screen and (min-width: 600px) {
    .cta-modal-wrapper {
        margin: 10% auto;
        min-height: 1%
    }
}

.cta-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cta-modal-header h3 {
    font-weight: 700
}

.cta-modal-header small {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: block
}

.cta-modal-title {
    font-weight: 600;
    font-family: Barlow, sans-serif;
    margin-bottom: 20px;
    max-width: 60%;
    min-width: 240px
}

.cta-modal-body {
    font-size: 1rem;
    font-family: Barlow, sans-serif
}

.cta-modal-body .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.cta-modal-body .media-figure {
    margin-right: 1em
}

.cta-modal-body .media-figure img {
    border-radius: 50%
}

.cta-modal-body .media-body {
    -ms-flex: 1;
    flex: 1
}

.cta-modal-body .media-body small {
    text-transform: uppercase
}

.cta-modal-body a {
    color: #727272;
    font-weight: 700
}

.cta-modal-body h6 {
    margin: 15px 0 0;
    font-weight: 700
}

.cta-modal-body pre {
    background-color: #f2f2f2;
    margin-top: 5px;
    padding: 10px;
    color: #000;
    white-space: normal;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1)
}

.cta-modal-contact-item {
    display: block;
    line-height: 1.6
}

.cta-modal-contact-item small {
    text-transform: uppercase;
    margin-right: 10px
}

.cta-modal-contact-item a {
    transition: none;
}

.cta-perc-output {
    margin: 10px auto 0;
    display: block;
    text-align: center
}

.cta-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%
}

.cta-input-group .cta-input-indicator {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    background-color: #313265;
    height: 5px;
    display: block;
    max-width: 100%
}

.cta-input-group label {
    padding-left: .4em;
    padding-right: 0;
    font-weight: 700;
    font-size: 1.6rem;
    border-bottom: 1px solid #313265;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    background: #ebeeee
}

.cta-input-group input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    font-family: Barlow, sans-serif;
    padding: .4em .65rem;
    font-size: 1.5rem;
    background: #ebeeee;
    color: #646569;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #313265;
    font-weight: 500;
    width: 100%
}

.cta-input-group input.input-error {
    color: red
}

.cta-modal-footer {
    margin: 35px -25px 0;
    text-align: center;
    padding: 25px;
    background-color: #f2f2f2
}

.cta-modal-footer p {
    margin-bottom: 25px
}

.cta-modal-footer .btn,
.cta-modal-footer .gl-heading-btn {
    margin-bottom: 15px
}

.cta-modal-close {
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-size: 14px
}

.cta-modal-checkbox {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.cta-modal-checkbox>input {
    margin-right: 5px;
    width: 18px
}

.cta-wrapper.confirm-intention {
    background: #fff
}

.cta-wrapper.confirm-intention .cta-modal-title {
    max-width: 100%;
    font-size: 24px;
    margin: 0 auto;
    text-align: center
}

.cta-wrapper.confirm-intention h2:after {
    content: "";
    display: block;
    margin: 1rem auto;
    height: 1px;
    width: 300px;
    background: #ebeeee
}

.cta-wrapper.confirm-intention input {
    max-width: 400px
}

.cta-wrapper.confirm-intention input:focus {
    box-shadow: inset 5px 0 0 #313265;
    border-color: #313265;
    outline: 0
}

.cta-wrapper.confirm-intention .ci-subtitle {
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    margin: 0 auto 1rem
}

.cta-wrapper.confirm-intention .cta-input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.cta-wrapper.confirm-intention .cta-modal-body {
    text-align: center
}

.dt-memberList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 600px) {
    .dt-memberList {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.dt-member {
    max-width: calc(50% - 10px);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    min-width: 275px
}

@media screen and (max-width: 768px) {
    .dt-member {
        max-width: none
    }
}

.dt-member img {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #ebebeb
}

.dt-member-name {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #727272;
    margin-top: 15px
}

.ssh-graph-wrapper {
    background: #fff;
    padding: 25px 20px
}

.ssh-graph-wrapper .graph-wrapper {
    max-width: 720px;
    overflow: auto
}

.cta-key-doc {
    padding: 50px 10px 60px;
    background-color: #fff
}

.cta-key-doc-inner {
    max-width: 610px;
    margin: 0 auto;
    text-align: center
}

.cta-key-doc hr {
    margin: 32px 0 38px;
    background-color: #ebebeb
}

.cta-key-doc-copy {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #727272
}

.cta-key-doc-copy a {
    font-weight: 700;
    color: #727272
}

.cta-key-doc-container {
    margin-top: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left
}

.cta-key-doc-container .kd-document {
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
    margin-right: 20px;
    padding: 8px 20px 8px 24px
}

.cta-key-doc-container .kd-document:hover {
    box-shadow: none
}

@media screen and (max-width: 600px) {
    .cta-key-doc-container .kd-document {
        margin-right: 0;
        width: 100%
    }
}

.cta-key-doc-container .btn,
.cta-key-doc-container .gl-heading-btn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fa-header-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.5%;
    margin-left: -20px;
    margin-right: -20px
}

.fa-footer {
    width: 100%;
    display: table;
    padding-top: 20px
}

.fa-footer-image {
    display: block;
    width: 100%
}

.fa-bar-graph {
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    background: #313265
}

@media screen and (max-width: 600px) {
    .fa-bar-graph {
        display: none
    }
}

.ma-docs-section {
    background: none;
    padding-bottom: 40px
}

.ma-docs {
    max-height: 85vh;
    overflow-y: auto
}

.ma-docs table {
    font-size: 16px;
    width: 100%;
    border: none;
    font-family: Barlow, sans-serif;
    border-collapse: collapse
}

.ma-docs .document-download a.disabled {
    pointer-events: none;
    cursor: auto
}

@media screen and (min-width: 600px) {
    .ma-docs .file-header {
        width: 40px;
        vertical-align: middle
    }

    .ma-docs .file-header .icon-file-empty:before {
        color: #fff
    }
}

.viewMore{
    display: block;
    margin: 0px auto 60px auto;
}

.ma-docs thead tr {
    background: #313265;
    margin-bottom: 21px;
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 600px) {
    .ma-docs thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
}

.ma-docs thead tr th {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width: 600px) {
    .ma-docs thead tr th:first-child {
        max-width: 170px
    }
}

.ma-docs tr {
    background: #313265;
    margin-bottom: 21px;
    border-radius: 12px;
    position: relative;
    border: none;
    cursor: pointer
}

.ma-docs tbody tr {
    display: block;
    border-radius: 12px;
    background: #fff;
    color: #313265;
    margin-bottom: 12px;
    transition: all .25s ease-in-out;
}

@media screen and (min-width: 600px) {
    .ma-docs tbody tr {
        border: 2px solid transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }

    .ma-docs tbody tr:hover {
        border-color: #313265
    }
}

.ma-docs tbody td {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    padding: .5rem 1rem;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-pack: center;
    position: relative;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #ebeeee;
}

@media screen and (min-width: 600px) {
    .ma-docs tbody td {
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 0
    }
}

@media screen and (max-width: 600px) {
    .ma-docs tbody td {
    padding-left: 248px ;
    }
}

@media screen and (max-width: 540px) {
    .ma-docs tbody td {
    padding-left: 200px ;
    }
}

@media screen and (max-width: 450px) {
    .ma-docs tbody td {
    padding-left: 170px ;
    }
}

@media screen and (max-width: 390px) {
    .ma-docs tbody td {
    padding-left: 150px ;
    }
}

@media screen and (min-width: 600px) {
    .ma-docs tbody td:first-child {
        max-width: 170px
    }
}

.ma-docs tbody td:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 600px) {
    .ma-docs tbody td:before {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        background: #313265;
        color: #fff
    }

    .ma-docs tbody td:first-of-type:before {
        content: "Date";
        border-radius: 12px 0 0 0
    }

    .ma-docs tbody td:nth-of-type(2):before {
        content: "Document"
    }

    .ma-docs tbody td:nth-of-type(3):before {
        content: "Document Name"
    }

    .ma-docs tbody td:nth-of-type(4):before {
        content: "File";
        border-radius: 0 0 0 12px
    }
}

.ma-docs i[class*=icon] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media screen and (max-width: 600px) {
    .ma-docs i[class*=icon] {
        margin-right: 0
    }
}

.ma-docs .wdg-table-link-icon {
    background-color: #fff
}

.ma-docs .wdg-table-link-icon:after {
    font-family: greshamhouse-icons;
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M24.0083 33.8995V6' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 22L24 34L12 22' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 42H12' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");;
    content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Crect width='48' height='48' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M24.0083 33.8995V6' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 22L24 34L12 22' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 42H12' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");;
    font-size: 20px;
    color: #313265
}

.ma-preferences-wrapper {
    display: block;
    margin-bottom: 25px
}

.ma-preferences-label {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ma-preferences-label input {
    margin-right: 5px
}

.change-password .form-control {
    padding: .4em;
    font-weight: 700;
    font-size: 1.6rem;
    width: 100%;
    border: 1px solid #4d4a4b
}

.change-password .error-label,
.change-password .form-control-error {
    color: red;
    font-size: 16px;
    font-weight: 700
}

.change-password .form-group+.form-group {
    margin-top: 20px
}

.change-password .btn,
.change-password .gl-heading-btn {
    display: block;
    margin: 20px auto 10px
}

.change-password .InfoLabel {
    color: #249898;
    font-size: 16px
}

.change-password .ErrorLabel {
    outline: 0;
    background: #fbeef0;
    box-shadow: 0 0 0 2px #be0404;
    color: #be0404;
    font-size: 16px;
    padding: .5rem;
    margin: 1px 2px 0;
    font-family: Barlow, sans-serif;
    text-align: left;
    font-weight: 500
}

.bl-section {
    padding: 35px 0;
    background-color: #fff
}

.bl-section h1 {
    margin-bottom: 25px
}

.bl-item {
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0
}

.bl-item:last-of-type {
    border-bottom: none
}

.bl-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 600px) {
    .bl-item-container {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.bl-item-img {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 1em;
    display: block;
    min-width: 150px;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .bl-item-img {
        max-width: 200px
    }
}

.bl-item-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #727272;
    max-width: 600px;
    text-align: center
}

@media screen and (min-width: 600px) {
    .bl-item-body {
        text-align: left
    }
}

.bl-item-date {
    font-size: 14px
}

.bl-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px
}

.bl-item-summary {
    font-size: 16px;
    margin-top: 10px
}

.bl-item-link {
    margin-top: 25px
}

.PagerControl {
    font-size: 16px
}

.PagerNumberArea a {
    color: #727272;
    text-decoration: none
}

.PagerNumberArea a:hover {
    text-decoration: underline
}

.PagerNumberArea .SelectedPage {
    color: #313265;
    font-weight: 700
}

.blg-header {
    position: relative;
    overflow: hidden;
    height: 10em
}

@media screen and (min-width: 768px) {
    .blg-header {
        height: 12.5em
    }
}

@media screen and (min-width: 1240px) {
    .blg-header {
        height: 17.5em
    }
}

.blg-hero {
    position: absolute;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .blg-hero {
        height: auto
    }
}

.blg-content {
    background-color: #fff
}

.blg-article {
    font-size: 18px;
    line-height: 1.5
}

.blg-article p {
    font-size: inherit
}

.blg-article h1,
.blg-article h2,
.blg-article h3 {
    font-family: Barlow, Georgia, serif;
    margin-bottom: 25px
}

.blg-content-container,
.disclaimer-container {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 20px 20px 65px
}

.gl-disclaimer {
    font-family: myriad-pro, Helvetica, Arial, sans-serif
}

.disclaimer-header {
    text-align: center;
    padding: 5% 0 25px
}

.disclaimer-body ul {
    list-style: disc;
    padding: 10px 0 20px 10px
}

.disclaimer-body li {
    font-size: 16px;
    line-height: 1.5
}

.disclaimer-cta {
    text-align: center;
    margin-block-start: 5px !important;
}

.disclaimer-cta .signout-link {
    margin-right: 10px;
    margin-bottom: 25px
}

.disclaimer-cta .btn {
    text-decoration: none !important;
}

.error-wrapper {
    max-width: 610px;
    margin: 0 auto;
    padding: 20vh 0;
    height: 85vh;
    text-align: center
}

.expanding-table-container h2 {
    font-family: Barlow, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem
}

.expanding-table-container h2:not(:first-child) {
    margin: 2rem 0 1rem
}

.expanding-table-container .expanding-table {
    width: 100%;
    border: none;
    font-family: Barlow, sans-serif;
    border-collapse: collapse
}

@media screen and (max-width: 600px) {
    .expanding-table-container .expanding-table {
        display: block
    }
}

.expanding-table-container .type-one tr,
.expanding-table-container .type-two tr {
    -ms-grid-columns: 2fr 2fr 2fr 1fr 1fr;
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr
}

.expanding-table-container .type-one .tab-content tr,
.expanding-table-container .type-two .tab-content tr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media screen and (min-width: 600px) {

    .expanding-table-container .type-one .tab-content tr,
    .expanding-table-container .type-two .tab-content tr {
        -ms-grid-columns: 1fr 1fr 1fr 2fr;
        grid-template-columns: 1fr 1fr 1fr 2fr
    }
}

.expanding-table-container .type-one .tab-content td:last-child,
.expanding-table-container .type-one .tab-content th:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.expanding-table-container .type-one .tab-content tbody {
    border-radius: 0 0 0 12px
}

.expanding-table-container .type-one .tab-content tfoot tr {
    -ms-grid-columns: 1fr 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 1fr 2fr
}

@media screen and (max-width: 600px) {
    .expanding-table-container .type-one .tab-content tfoot tr th {
        -ms-grid-column: 4;
        grid-column: 4
    }
}

.expanding-table-container .type-one .tab-content .two-column-grid tfoot th {
    -ms-grid-column: 3;
    grid-column: 3
}

.expanding-table-container .type-two .tabbed-items-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.expanding-table-container .type-two .tabbed-items-wrap li {
    width: 100%
}

.expanding-table-container .type-two .tabbed-items-wrap .active-button {
    font-family: barlow, sans-serif;
    font-size: 1.125rem;
    color: #646569
}

.expanding-table-container .type-two .tab-content tr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.expanding-table-container .type-two .tab-content tr td,
.expanding-table-container .type-two .tab-content tr th {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.expanding-table-container .main-table-head tr {
    background: #313265;
    margin-bottom: 21px;
    border-radius: 12px
}

@media screen and (max-width: 600px) {
    .expanding-table-container .main-table-head tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
}

.expanding-table-container .main-table-head th {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: .5rem;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 600px) {
    .expanding-table-container .main-table-head th {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .expanding-table-container .main-table-head th:first-child {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px
    }

    .expanding-table-container .main-table-head th:last-child {
        -ms-flex-pack: center;
        justify-content: center
    }

    .expanding-table-container .main-table-head th:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        height: 24px;
        width: 1px;
        background: #ebeeee
    }
}

@media screen and (min-width: 1240px) {
    .expanding-table-container .main-table-head th {
        padding: 1rem .5rem
    }
}

@media screen and (max-width: 600px) {
    .expanding-table-container .row {
        display: block;
        width: 95vw
    }
}

.expanding-table-container .top-level a {
    color: #313265
}

@media screen and (max-width: 600px) {
    .expanding-table-container .top-level {
        display: -ms-flexbox;
        display: flex;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative
    }

    .expanding-table-container .top-level:first-child {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .expanding-table-container .top-level.accordion-icon {
        margin-left: auto
    }

    .expanding-table-container .top-level:not(:first-child):before {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        background: #313265;
        color: #fff
    }

    .expanding-table-container .top-level:nth-of-type(2):before {
        content: "No. Of Shares"
    }

    .expanding-table-container .top-level:nth-of-type(3):before {
        content: "Share value"
    }

    .expanding-table-container .top-level:nth-of-type(4):before {
        content: "Total share value"
    }

    .expanding-table-container .top-level:nth-of-type(5):before {
        content: "Valuation"
    }

    .expanding-table-container .top-level:nth-of-type(6):before {
        content: "Fund overview"
    }
}

@media screen and (max-width: 600px) {

    .expanding-table-container .type-one .top-level:nth-of-type(2):before,
    .expanding-table-container .type-two .top-level:nth-of-type(2):before {
        content: "Percentage of Holdings"
    }

    .expanding-table-container .type-one .top-level:nth-of-type(3):before,
    .expanding-table-container .type-two .top-level:nth-of-type(3):before {
        content: "Total Holding Value"
    }

    .expanding-table-container .type-one .top-level:nth-of-type(4):before,
    .expanding-table-container .type-two .top-level:nth-of-type(4):before {
        content: "Valuation Date"
    }

    .expanding-table-container .type-one .top-level:nth-of-type(5):before,
    .expanding-table-container .type-two .top-level:nth-of-type(5):before {
        content: "Fund Overview"
    }
}

.expanding-table-container td {
    position: relative;
    text-align: left;
    padding: 8px;
    color: #313265;
    font-size: 1rem;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1
}

.expanding-table-container td:first-child {
    border-radius: 12px 12px 0 0;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width: 600px) {
    .expanding-table-container td:first-child {
        border-radius: 12px 0 0 12px
    }
}

.expanding-table-container td:nth-last-child(2) {
    border-radius: 0 0 12px 12px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.expanding-table-container td:nth-last-child(2):before {
    border-radius: 0 0 0 12px
}

@media screen and (min-width: 600px) {
    .expanding-table-container td:nth-last-child(2) {
        border-radius: 0 12px 12px 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

/* @media screen and (min-width: 600px) {
    .expanding-table-container td.top-level:not(:nth-last-child(2)):after {
        content: "#";
        position: absolute;
        right: 0;
        height: 24px;
        width: 1px;
        background: #ebeeee
    }
} */

.expanding-table-container .euro {
    margin-bottom: 21px
}

.expanding-table-container .euro tr {
    -ms-grid-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
    margin-bottom: 0.7rem;
}

@media screen and (max-width: 600px) {
    .expanding-table-container .euro .row .top-level:nth-of-type(2):before {
        content: "No. Of Shares"
    }

    .expanding-table-container .euro .row .top-level:nth-of-type(3):before {
        content: "Share value"
    }

    .expanding-table-container .euro .row .top-level:nth-of-type(4):before {
        content: "Total share value"
    }

    /* .expanding-table-container .euro .row .top-level:nth-of-type(5):before {
        content: "Cumulative Return"
    } */

    .expanding-table-container .euro .row .top-level:nth-of-type(5):before {
        content: "Valuation"
    }

    .expanding-table-container .euro .row .top-level:nth-of-type(6):before {
        content: "Fund overview"
    }
}

.expanding-table-container .euro td {
    min-height: 42.3906px
}

.expanding-table-container .euro td:last-child {
    border-radius: 0 0 12px 12px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.expanding-table-container .euro td:last-child:before {
    border-radius: 0 0 0 12px
}

@media screen and (min-width: 600px) {
    .expanding-table-container .euro td:last-child {
        border-radius: 0 12px 12px 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.expanding-table-container .euro td:nth-last-child(2) {
    border-radius: 0;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 600px) {
    .expanding-table-container .euro td:nth-last-child(2):before {
        border-radius: 0
    }
}

@media screen and (min-width: 600px) {

    .expanding-table-container .euro td.top-level:not(:last-child):after,
    .expanding-table-container .euro td.top-level:nth-last-child(2):after {
        content: "";
        position: absolute;
        right: 0;
        height: 24px;
        width: 1px;
        background: #ebeeee
    }
}

.expanding-table-container tr {
    position: relative;
    border: none;
    cursor: pointer;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.expanding-table-container .expanded-row-content {
    position: static;
    border-top: none;
    display: block;
    grid-column: 1/7;
    color: #aeb1b3;
    /* font-size: 13px; */
    /* font-size: 13px; */
    background-color: #fff;
    overflow: hidden;
    transition: height .5s ease-in-out;
    padding: 0;
    margin: .35rem 0 .35rem auto;
    border-radius: 12px;
    width: calc(100% - 20px);
    z-index: auto
}

.expanding-table-container .expanded-row-content.active .vertical-line {
    display: block;
    transition: all .2s ease-in-out
}

.expanding-table-container .vertical-line {
    display: none;
    position: absolute;
    left: 12px;
    top: 16px;
    height: 54%;
    width: 1px;
    background: #313265;
    z-index: 0
}

.expanding-table-container .vertical-line .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #313265;
    display: block;
    position: absolute;
    bottom: -2px;
    left: -5px
}

.expanding-table-container .accordion-icon {
    font-family: barlow, sans-serif;
    margin-right: 10px;
    font-size: 22px;
    transition: all .4s ease-in-out;
    border: 0
}

.expanding-table-container .accordion-icon.open {
    transform: rotate(45deg)
}

.expanding-table-container .hide-row {
    display: none
}

.expanding-table-container .tab-content {
    display: none;
    padding: 1rem;
    width: 100%;
    overflow-x: auto
}

.expanding-table-container .tab-content table {
    width: max-content;
    position: relative;
    border-collapse: separate;
    border-radius: 12px;
    padding: .5rem
}

.expanding-table-container .tab-content table.two-column-grid {
    width: 100%
}

@media screen and (min-width: 600px) {
    .expanding-table-container .tab-content table {
        width: 100%
    }
}

.expanding-table-container .tab-content thead {
    box-shadow: 0 0 0 1px #646569;
    border-radius: 12px 12px 0 0
}

.expanding-table-container .tab-content .two-column-grid tbody {
    border-radius: 0 0 0 12px
}

.expanding-table-container .tab-content .two-column-grid tfoot tr td,
.expanding-table-container .tab-content .two-column-grid tfoot tr th {
    font-size: 1rem;
    font-weight: 600
}

.expanding-table-container .tab-content tbody {
    box-shadow: 0 0 0 1px #646569;
    border-radius: 0 0 0 12px
}

.expanding-table-container .type-two .tab-content tbody {
    box-shadow: 0 0 0 1px #646569;
    border-radius: 0 0 12px 12px
}

.expanding-table-container .tab-content tfoot tr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.expanding-table-container .tab-content tfoot th {
    -ms-grid-column: 3;
    grid-column: 3;
    border: 1px solid #646569;
    border-radius: 0 0 0 12px;
    color: #313265;
    border-right: 0
}

.expanding-table-container .tab-content tfoot td {
    border: 1px solid #646569;
    border-left: 0;
    border-radius: 0 0 12px 0
}

.expanding-table-container .tab-content th {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .5rem;
    color: #313265;
    text-align: center
}

.expanding-table-container .tab-content th:first-child {
    -ms-flex-pack: center;
    justify-content: center
}

.expanding-table-container .tab-content th:not(:last-child) {
    border-right: 1px solid #646569
}

.expanding-table-container .tab-content td {
    background-color: transparent;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #646569;
    font-weight: 600
}

.expanding-table-container .tab-content td:first-child {
    -ms-flex-pack: center;
    justify-content: center
}

.expanding-table-container .tab-content tr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.expanding-table-container .tab-content .two-column-grid tr {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media screen and (min-width: 600px) {
    .expanding-table-container .tab-content .two-column-grid tr {
        -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr
    }
}

.expanding-table-container .tab-content .two-column-grid td:last-child,
.expanding-table-container .tab-content .two-column-grid th:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.expanding-table-container .tab-content .two-column-grid tbody tr:last-child {
    border-radius: 0 0 0 12px
}

.expanding-table-container .tab-content .two-column-grid tfoot tr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.expanding-table-container .tab-content .two-column-grid tfoot th {
    font-size: 20px;
    -ms-grid-column: 3;
    grid-column: 3
}

.expanding-table-container .tab-content .two-column-grid tfoot td {
    font-size: 20px
}

.expanding-table-container .tab-content .two-column-grid tab-content tr:last-child .right-aligned {
    text-align: right
}

.expanding-table-container .tab-content tbody tr:nth-child(odd) {
    background-color: #ebeeee
}

.expanding-table-container .tab-content tbody tr td:not(:last-child) {
    border-right: 1px solid #646569;
    border-radius: 0
}

.expanding-table-container .tab-content tr:last-child {
    border-radius: 0 0 0 12px
}

.expanding-table-container .type-two .tab-content tr:last-child {
    border-radius: 0 0 12px 12px
}

.expanding-table-container .active-tab {
    display: block
}

.expanding-table-container .tabbed-items-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 60px;
    width: 100%
}

.expanding-table-container .tabbed-items-wrap li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px
}

.expanding-table-container .tabbed-items-wrap li:first-child button {
    border-right: 1px solid #646569
}

.expanding-table-container .tabbed-items-wrap li.active-button button {
    border-bottom-color: transparent
}

.expanding-table-container .tabbed-items-wrap button {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    font-family: barlow, sans-serif;
    color: #646569;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid #646569;
    transition: all .5s ease-in-out
}

.expanding-table-container .tab-indicator-wrap {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.expanding-table-container .tab-indicator {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.5rem;
    height: .3rem;
    border-radius: 16px;
    background: #313265;
    margin-left: auto;
    margin-right: auto;
    bottom: 41px;
    left: 0;
    transition: .355s cubic-bezier(.39, .03, .53, .93)
}

@media screen and (max-width: 432px){
   .expanding-table-container .tab-indicator{
     margin-top: 9px;
   }
}

.cumulative-helper {
    color: #313265;
    background-color: #fff;
    font-weight: 600;
    padding: 8px;
    border-radius: 12px
}

.cumulative-helper p {
    font-size: 1rem;
    font-family: Barlow, sans-serif
}

.gl-footer-wrapper {
    height: 65px;
    background-color: #4f4f4f;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-line {
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #ebebeb;
    margin: 0 7.5px;
    opacity: .75
}

.ajax__tab_body {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    border: none !important
}

@media screen and (min-width: 600px) {
    .ajax__tab_body {
        padding-top: 30px !important;
        padding-bottom: 45px !important
    }
}

@media screen and (min-width: 1240px) {
    .ajax__tab_body {
        padding-top: 44px !important;
        padding-bottom: 48px !important
    }
}

.ajax__tab_header,
.ajax__tab_outer {
    background-image: none !important
}

.ajax__tab_outer {
    height: unset !important;
    font-weight: 500 !important
}

@media screen and (min-width: 450px) {
    .ajax__tab_outer {
        padding: 0 7px 17px !important;
        margin-right: 36px !important
    }
}

.ajax__tab_inner {
    background-image: none !important
}

.ajax__tab_active .ajax__tab_outer {
    border-bottom: 3px solid #313265;
    font-weight: 700 !important
}

.ajax__tab_tab {
    color: #646569 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-family: Barlow, sans-serif !important;
    text-transform: capitalize !important;
    background-image: none !important
}

@media screen and (min-width: 450px) {
    .ajax__tab_tab {
        font-size: 16px !important
    }
}

.ajax__tab_xp .ajax__tab_body {
    background-color: #ebebeb !important;
    min-height: calc(100vh - 342px)
}

.ajax__tab_default .ajax__tab {
    height: unset !important
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0;
        margin-bottom: 0;
    }
}

#primary, #main {
    min-height: calc(100vh - 190px);
}

.admin-bar #primary, .admin-bar #main{
    min-height: calc(100vh - 222px);
}

#primary .site-content{
    flex-grow: 1;
}
