.verticalScroll{
	overflow-y: scroll; 
}

.arrow-link-wrap a{
    /*font-size: .875rem;
    font-weight: 600;
    line-height: 1.29;*/
    padding: 0;
    color: #282b3e;
    padding-left: 30px;
    display: inline-block;
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    border-bottom: none;
}

.arrow-link-wrap a:before {
    font-family: Manulife JH Sans,'static-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
    color: #ec6453;
    font-size: 20px;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    display: inline-block;
}
.arrow-link-wrap a:hover:before {
    background-size: 24px;
	font-size: 23px;
    left: -2px;
    top: -2px;
}

ol.footnote-class li::before{
    font-weight: normal;
    font-size: 1em;
}
.text ol.numberNoDot li::before{
    content: counter(item-counter);
}	
	
.text ul.dot li::before{
    content: "•";
	color: inherit;
    font-family: 'Manulife JH Sans',sans-serif;
}	
	

.divTable{
    display: table;
    width: 100%;
}
.divTableRow{
    display: table-row;
}
.divTableCell{
    display: table-cell;
    padding: 5px;
}
.divTable.underline .divTableCell{
    border-bottom: 1px solid #424559; 
}

/* fix risk popup */
.ui-dialog .ui-dialog-content.cmp-internal-link-disclaimer__modal {
   max-width: 720px;
   width: 80vw !important;
}

.e-hide-mobile {
    display: block;
}
@media (max-width: 768px) {
    .e-hide-mobile {
        display: none;
    }
}

/* Color */
.brochure-color-green {
    color: #009e4d;
}
.brochure-color-blue {
    color: #164194;
}
.brochure-color-pink {
    color: #ed6c6a;
}

.cmp-text h2 sup, 
.cmp-text h3 sup, 
.cmp-text h4 sup
{
    font-size: 0.5em;
    top:-0.75em;

}