@charset "UTF-8";
/* CSS Document */
* {
	color: #565656
}

b, strong {
    color: #fff
}

div.secu-chart-wrapper {
    margin: 12px 0 24px 0;
    font-size: 15px
}

div.secu-chart-wrapper input {
    width: 100%
}

div.secu-chart {
    text-align: left;
    display: block
}

div.secu-chart-no-header {
    height: 1px;
    max-height: 1px;
    overflow: hidden
}

div.secu-chart-first-child-hide:first-child {
    display: none
}

div.secu-chart-first-child-hide div.secu-chart-header:first-child {
    background: #fff
}

div.secu-chart-header {
    background: #565656;
    color: #fff;
    padding: 2%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}
div.secu-chart-header2 {
    background: #434242;
    color: #fff;
    padding: 2%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

div.secu-chart-data:first-child {
    background: #565656;
    color: #fff;
    padding-left: 8px
}

div.secu-chart-data {
    padding: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

div.secu-chart-data-no-flex {
    display: block
}

div.secu-chart-data-block {
    display: block;
    padding: 2% 2% 2% 50%
}

div.secu-chart-data-block div {
    position: absolute;
    top: 46%;
    left: 0
}

div.secu-chart-data div {
    background: 0;
    border: 0 solid #e2f2da;
    margin: -6px 0 0 0;
    margin-right: 4%;
    padding: 8px;
    padding-left: 0;
    padding-right: 2%;
    height: 100%;
    min-width: 46%;
    width: 46%
}

/*
div.secu-chart-data:first-child div {
    display: none
}
*/

div.secu-chart:last-child {
    border-bottom: 1px solid #e2f2da
}

div.secu-chart-two>div.secu-chart:last-child {
    border-bottom: 0 solid #e2f2da
}

div.secu-chart-data ul {
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0;
    list-style: none
}

div.secu-chart-data ul li {
    padding: 0;
    margin: 0
}

div.secu-chart-data sup {
    top: -6px;
    padding: 0 4px 0 1px;
    line-height: 20px
}

div.secu-chart-striped-fifty {
    margin: 0;
    padding: 0
}

div.secu-chart-striped-fifty div.row {
    margin: 0;
    padding: 0
}

div.secu-chart-striped-fifty div.row div {
    margin: 0 0 12px 0;
    padding: 0;
    border-left: 1px solid #e2f2da;
    border-right: 1px solid #e2f2da
}

div.secu-chart-striped-fifty-one-col ul li {
    border-left: 1px solid #e2f2da!important;
    border-bottom: 1px solid #e2f2da!important
}

div.secu-chart-striped-fifty ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

div.secu-chart-striped-fifty ul li {
    margin: 0!important;
    padding: 8px!important;
    border-top: 1px solid #e2f2da!important;
    box-sizing: content-box
}

div.secu-chart-striped-fifty ul li:before {
    display: none!important
}

div.secu-chart-striped-fifty ul li input {
    height: 22px;
    max-width: 90%
}

div.secu-chart-striped-fifty ul li.double {
    min-height: none
}

div.secu-chart-striped-fifty ul li.mobile-double {
    min-height: 44px
}

div.secu-chart-striped-fifty ul li.triple {
    min-height: none
}

div.secu-chart-striped-fifty ul li:nth-child(even) {
    background: #fff
}

div.secu-chart-striped-fifty ul li:nth-child(odd) {
    background: #e2f2da
}

div.secu-chart-striped-fifty>div.secu-chart:last-child {
    border-bottom: 0 solid #e2f2da
}

div.secu-chart-striped-fifty-headings ul li:nth-child(even) {
    background: #fff
}

div.secu-chart-striped-fifty-headings ul li:nth-child(odd) {
    background: #e2f2da
}

div.secu-chart-striped-fifty-headings ul li:first-child {
    background: #565656;
    color: #fff;
    border: 1px solid #565656!important
}

div.secu-chart-striped-fifty-headings ul li:last-child {
    border-bottom: 1px solid #e2f2da
}

div.secu-chart-striped-float-left {
    float: none;
    padding-right: 0;
    min-width: none
}

.text-leftalign {
    text-align: left
}

div.secu-chart-no-left-col div.row:nth-child(odd) div.secu-chart-data {
    background: #e2f2da
}

div.secu-chart-no-left-col div.row:nth-child(even) div.secu-chart-data {
    background: #fff
}

div.secu-chart-no-left-col div.row div {
    padding: 8px
}

div.secu-chart-no-left-col div.row div.secu-chart-header:first-child {
    display: none
}

div.secu-chart-no-left-col div.row div.secu-chart-data:first-child {
    display: none
}

div.secu-chart-no-left-col-fifty-width {
    max-width: none
}

div.secu-chart-wrapper>div.row:nth-child(odd) {
    background: #e2f2da
}

div.secu-chart-wrapper>div.row:nth-child(even) {
    background: #fff
}

div.secu-chart-wrapper>div.row>div.secu-chart-data:first-child {
    border-left: 0 solid #e2f2da
}

div.secu-chart-wrapper>div.row>div.secu-chart-header:last-child {
    border-right: 0 solid #565656
}

div.secu-chart-wrapper>div.row>div.secu-chart-data:last-child {
    border-right: 0 solid #e2f2da
}

div.secu-chart-wrapper>div.row:nth-child(odd) div.secu-chart-data:nth-child(even) {
    border-left: 1px solid #e2f2da;
    border-right: 1px solid #e2f2da
}

div.secu-fees {
    font-size: 14px
}

div.secu-fees div.row div.secu-chart-header {
    text-align: left;
    justify-content: left;
    border: 0 solid #fff;
    padding-left: 8px
}

div.secu-fees div.row div.secu-chart-data {
    text-align: left;
    justify-content: left;
    border: 0 solid #e2f2da
}

div.secu-fees div.row:nth-child(odd) {
    background: #e2f2da
}

div.secu-fees div.row:nth-child(even) {
    background: #fff;
    border-left: 1px solid #e2f2da;
    border-right: 1px solid #e2f2da
}

div.secu-fees div.row:first-child {
    background: #565656
}

div.secu-fees div.row:nth-child(odd) div.secu-chart-data {
    background: #e2f2da
}

div.secu-fees div.row:nth-child(even) div.secu-chart-data {
    background: #fff
}

div.secu-fees div.row div {
    padding-top: 8px;
    padding-bottom: 8px
}

div.secu-fees div.row div:first-child {
    display: block
}

div.secu-fees div.row div.secu-chart-data {
    display: block
}

div.secu-fees div.row div.secu-chart-data:first-child {
    background: #e2f2da;
    border: 0 solid #e2f2da;
    border-top-width: 0;
    border-bottom-width: 0;
    color: #333;
    padding-left: 8px
}

div.secu-fees div.row:nth-child(even) div.secu-chart-data:first-child {
    background: #fff
}

div.secu-fees div.secu-chart ul {
    padding: 0;
    margin: 0;
    list-style: none
}

div.secu-fees div.secu-chart ul li:before {
    content: "";
    list-style: none;
    margin: 0
}

div.secu-fees div.secu-chart div.col-xs-3 ul {
    padding: 0;
    margin: 0
}

div.secu-fees div.secu-chart div.col-xs-3 ul li.fees-li-bump {
    padding: 0;
    margin: 0
}

div.secu-rates div.secu-chart-header {
    text-align: left;
    display: none;
    justify-content: flex-start;
    align-items: center
}

div.secu-rates div.secu-chart-data {
    justify-content: flex-start;
    text-align: left
}

div.secu-rates div.secu-chart-data a {
/*    color: #fff;*/
    text-decoration: none
}

div.secu-rates>div.secu-chart>div.secu-chart-data:nth-child(odd) {
    background: #e2f2da
}

div.secu-rates>div.secu-chart>div.secu-chart-data:nth-child(even) {
    background: #fff
}

div.secu-rates>div.secu-chart:nth-child(even)>div.secu-chart-data {
    border-left: 1px solid #e2f2da;
    border-right: 1px solid #e2f2da
}

div.secu-rates>div.secu-chart>div.secu-chart-data:first-child {
    font-weight: bold;
    text-transform: capitalize;
    background: #565656;
    border-left: 1px solid #565656;
    border-right: 1px solid #565656;
    color: #fff
}

div.secu-chart-no-left-col div.row div.secu-chart-header.secu-chart-data-center {
    justify-content: center;
    text-align: center
}

div.secu-chart-no-left-col div.row div.secu-chart-data.secu-chart-data-center {
    justify-content: center;
    text-align: center
}

@media all and (min-width: 400px) {
    div.secu-fees div.row div.secu-chart-data-fees-exception-two div {
        height:19px;
        margin: 18px 0 0 0
    }
	div.secu-rates div.secu-chart-data a {
    color: #fff;
    text-decoration: none
	}
}

@media all and (min-width: 420px) {
    div.secu-fees div.row div.secu-chart-data-fees-exception-two div {
        height:19px;
        margin: 0
    }
}

@media all and (min-width: 768px) {
    div.secu-chart-wrapper {
        font-size:13px;
        border-bottom: 1px solid #e2f2da
    }
	div.secu-rates div.secu-chart-data a {
    color: #565656;
    text-decoration: none
	}

    div.secu-chart:first-child {
        border-left: none;
        border-right: 0
    }

    div.secu-chart {
        text-align: center;
        display: flex;
        border-left: none;
        border-right: 0
    }

    div.secu-chart:first-child {
        display: flex
    }

    div.secu-chart:last-child {
        border-bottom: 0 solid #e2f2da
    }

    div.secu-chart-header {
        padding: 8px
    }

    div.secu-chart-data {
        background-image: none;
        line-height: 20px;
        padding: 8px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    div.secu-chart-data:first-child {
        background: 0;
        padding-left: 8px;
        border-top: 0 solid #fff;
        color: #000
    }

    div.secu-chart-data div {
        display: none
    }

    div.secu-chart-header div {
        display: none
    }

    div.secu-chart:last-child div.secu-chart-data:last-child {
        border-bottom: 0
    }

    div.secu-chart-striped-fifty div.row div:first-child {
        border-left: 1px solid #e2f2da;
        border-right: 0 solid #e2f2da
    }

    div.secu-chart-striped-fifty div.row div:last-child {
        border-left: 0 solid #e2f2da;
        border-right: 1px solid #e2f2da
    }

    div.secu-chart-striped-fifty ul li {
        padding: 8px
    }

    div.secu-chart-striped-fifty ul li.double {
        min-height: 40px
    }

    div.secu-chart-striped-fifty ul li.triple {
        min-height: 60px
    }

    div.secu-chart-striped-fifty ul li input {
        height: 20px
    }

    div.secu-chart-striped-fifty ul li.mobile-double {
        min-height: auto
    }

    div.secu-chart-data-block {
        padding: 8px
    }

    div.secu-chart-no-left-col div.row div.secu-chart-header {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    div.secu-chart-no-left-col div.row div.secu-chart-data:first-child {
        display: none
    }

    div.secu-chart-no-left-col div.row div.secu-chart-data {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    div.secu-chart-no-left-col-fifty-width {
        max-width: 50%
    }

    div.secu-fees div.row div.secu-chart-data-fees-exception div {
        height: 18px;
        padding: 0;
        padding-left: 8px
    }

    div.secu-fees div.row div.secu-chart-data-fees-exception-two div {
        height: 18px;
        padding: 0;
        padding-left: 8px
    }

    div.secu-fees div.secu-chart div.col-xs-3 ul {
        padding: 0;
        margin: 0
    }

    div.secu-fees>div.row:nth-child(even)>div.secu-chart-data:last-child {
        border-right: 1px solid #e2f2da!important
    }

    div.secu-rates div.secu-chart-header {
        display: flex
    }

    div.secu-rates div.secu-chart-data a {
        color: #565656
    }

    div.secu-rates div.secu-chart-data a:hover {
        color: #155672
    }

    div.secu-rates>div.secu-chart>div.secu-chart-data:nth-child(even) {
        background: 0
    }

    div.secu-rates>div.secu-chart>div.secu-chart-data:nth-child(odd) {
        background: 0
    }

    div.secu-rates>div.secu-chart:nth-child(even)>div.secu-chart-data {
        border-left: 0 solid #e2f2da;
        border-right: 0 solid #e2f2da
    }

    div.secu-rates>div.secu-chart>div.secu-chart-data:first-child {
        background: 0;
        border-left: 0;
        border-right: 0
    }

    div.secu-left-col-values>div.row:nth-child(even) {
        border-left: 0 solid #e2f2da
    }

    div.secu-chart-wrapper>div.row:nth-child(odd) {
        border-left: 0 solid #e2f2da;
        border-right: 0 solid #e2f2da
    }

    div.secu-chart-wrapper>div.row:nth-child(even)>div.secu-chart-data:first-child {
        border-left: 0 solid #e2f2da
    }

    div.secu-chart-wrapper>div.row>div.secu-chart-header:last-child {
        border-right: 1px solid #565656
    }

    div.secu-chart-wrapper>div.row:nth-child(even)>div.secu-chart-data:last-child {
        border-right: 0 solid #e2f2da
    }

    div.secu-chart-striped-float-left {
        float: left;
        padding-right: 8px;
        min-width: 50%!important;
        max-width: 50%!important
    }

    div.secu-chart-no-left-col div.row:nth-child(even) div.secu-chart-data {
        background: 0
    }
}

@media all and (min-width: 1200px) {
    div.secu-chart-wrapper {
        font-size:16px
    }

    div.secu-chart-striped-fifty ul li.double {
        min-height: 44px
    }

    div.secu-chart-striped-fifty ul li.triple {
        min-height: 44px
    }

    div.secu-chart-striped-fifty ul li input {
        height: 22px
    }

    div.secu-fees {
        font-size: 15px
    }
}

div.secu-left-col-values>div.secu-chart>div.secu-chart-data:nth-child(odd) {
    background: #e2f2da
}

div.secu-left-col-values>div.secu-chart>div.secu-chart-data:nth-child(even) {
    background: #fff
}

div.secu-left-col-values>div.secu-chart:nth-child(even)>div.secu-chart-data {
    border-left: 1px solid #e2f2da;
    border-right: 1px solid #e2f2da
}

div.secu-left-col-values>div.secu-chart>div.secu-chart-data:first-child {
    font-weight: bold;
    text-transform: capitalize;
    background: #565656;
    border-left: 1px solid #565656;
    border-right: 1px solid #565656;
    color: #fff
}

div.secu-left-col-values {
    border-right: 0 solid #e2f2da
}

div.year-end-tax-doc {
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important
}

div.shred-days-chart>div.secu-chart:first-child {
    background: #565656
}

@media all and (min-width: 768px) {
    div.secu-left-col-values div.secu-chart:nth-child(even) {
        border-right:0 solid #e2f2da
    }

    div.secu-left-col-values {
        border-right: 0 solid #e2f2da
    }

    div.secu-left-col-values div.secu-chart:first-child {
        border-right: 0 solid #565656;
        background: #fff;
        background-image: linear-gradient(to left,#608186,#608186 1px,#fff 1px)
    }

    div.secu-left-col-values div.secu-chart:first-child div.secu-chart-header {
        align-items: center;
        justify-content: center
    }

    div.secu-left-col-values>div.secu-chart>div.secu-chart-data:nth-child(even) {
        background: 0;
        border-left: 0;
        border-right: 0
    }

    div.secu-left-col-values>div.secu-chart>div.secu-chart-data:nth-child(odd) {
        background: 0;
        border-left: 0;
        border-right: 0
    }

    div.secu-left-col-values>div.secu-chart:nth-child(even)>div.secu-chart-data:last-child {
        border-right: 0 solid #e2f2da
    }

    div.secu-left-col-values>div.secu-chart>div.secu-chart-data:first-child {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e2f2da;
        background: #565656
    }

    div.secu-chart-wrapper>div.row:nth-child(even) {
        background: #fff;
        background-image: linear-gradient(to left,#e2f2da,#e2f2da 1px,#fff 1px);
        border-left: 1px solid #e2f2da;
        border-right: 0 solid #e2f2da
    }

    div.secu-left-col-values>div.row:nth-child(even) {
        border-left: 0 solid #e2f2da
    }
}

div.secu-chart-two {
    margin: 12px 0 0 0
}

div.secu-chart-two-vehicle-loan-margin-top-adjust {
    margin-top: -10px
}

div.secu-chart-two div.secu-chart div {
    margin: 0 0 16px 0
}

div.secu-chart-two div.secu-chart div {
    margin-right: 0;
    margin-left: 0;
    padding: 16px;
    border: 1px solid #e2f2da;
    background: #f8fcfc;
    overflow: hidden
}

div.secu-chart-two div.secu-chart div:first-child {
    margin-left: 0
}

div.secu-chart-two div.secu-chart div:last-child {
    margin-right: 0
}

div.secu-chart-two div.secu-chart div p {
    background: #e2f2da;
    padding: 4px;
    margin: -16px 0 16px -16px;
    text-align: center;
    color: #4d831b
}

div.secu-chart-two div.secu-chart div.col-sm-4>p {
    width: 114%
}

div.secu-chart-two div.secu-chart div.col-sm-6>p {
    width: 114%
}