a {
    color: #184a58;
    cursor: pointer;
    font-size: 1pc;
    font-weight: 700;
    text-decoration: none;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #a0a5a7;
    content: "";
    cursor: pointer;
    display: block;
    height: 24px;
    visibility: visible;
    width: 24px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
#datepicker-desktop input[type=text] {
    border: 1px solid #d7d7d7;
    font-size: 1pc;
    font-weight: 400;
    height: 40px !important;
    padding: 0 10px;
    width: auto;
}
.calendar-icon:before {
    content: "";
    font-family: FontAwesome;
}
input[type=checkbox]:checked:after {
    color: #5b6062;
    content: "";
    font-family: FontAwesome;
    font-size: 1rem;
    line-height: 18px;
    position: absolute;
    text-align: center;
    transition: all .2s;
    margin-left: 4px;
    margin-top: 1px;
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
#fundsGroup input[type=checkbox] {
    position: absolute;
}
#updateChartbtn, #tableFormat, #chartFormat{
    font-family: Sun Life New Text Regular,Helvetica Neue,Calibri,sans-serif !important;
}
/* 1057 */
.article-body img {
    margin: 9pt 0 30px;
    width: 100%;
}
/* end 1057 */
/* 1060 */
ul{
    margin: 0px;
    padding: 0px;
}
ul li{
    list-style: none;
}
/* end 1060 */

/* 1056 */
.primary-blue-button-rte {
    background-color: #184a58;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    display: inline-block;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    line-height: 26px;
    max-width: 275px;
    min-height: 3pc;
    min-width: 136px;
    padding: 6px 1pc;
    text-align: center;
    text-decoration: none;
}
.primary-blue-button-rte:hover {
    background-color: #4a7283;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .primary-blue-button-rte, .primary-yellow-button-rte, .secondary-button-rte {
        display: flex;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .primary-blue-button-rte, .primary-yellow-button-rte, .secondary-button-rte {
        display: inline-flex;
    }
}
/* end 1056 */
/* 1062 */
.bc_dropdown{
    color: #003946;
    font-family: Sun Life New Text Regular,Helvetica Neue,Calibri,sans-serif !important;
}
.bc_submit_btn, .bc_submit_btn a{
    font-family: Sun Life New Text Regular,Helvetica Neue,Calibri,sans-serif !important;
}
/* end 1062 */
@media (min-width:768px){
    .flex-md{
        display: flex;
    }
}
@media (max-width:767px){
    .table-bordered>:not(caption)>*>*{
        white-space:nowrap;
    }
}
/* 1331 */
@media screen and (max-width: 767px) {
    .table-responsive>.table {
        margin-bottom: -1px;
    }
}/* end 1331 */