.hide-module {
    display: none !important;
}

.disc {
    padding-left: 2em;
}

button {
    width: 300px;
}

.font-9 {
    font-size: 9px;
    line-height: 10px;
}

.font-10 {
    font-size: 10px;
    line-height: 20px;
}

.font-12 {
    font-size: 12px;
    line-height: 14px;
}

.top-bar {
    /* border-top: 25px solid #008b00; */
    /* background: #005434 !important; */
    border-top: 25px solid #008b00;
    background: #ffffff !important;
    border-bottom: 2px solid #cccccc;
}
:lang(en) > h1,:lang(fr) > h1  {
    font-size: 30px;
    line-height: 38px;
    font-family: "TD Graphik Medium";
}

.legal-content {
    align-items: flex-start !important;
    padding-bottom: 3em;
}
.legal-wrapper a {
    position: initial !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

.legal-content .inner-content {
    width: 100%;
    margin: 0 auto;
}
p {
    font-size: 16px;
    line-height: 24px;
}

.mb_padding {
    padding: 2em;
}


.wrap {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.sub-header-copy {
    font-size: 20px;
    line-height: initial;
}



.footer-content {
    margin-top: auto;
}

.benefit-message ul {
    list-style-type: initial;
    margin: 0;
}

.legal-arrow {
    position: relative;

}

.legal-arrow:after {
    transition: all 0.10s;
    transform: rotate(0);  
    position: absolute;
    content: ">";
    margin-left: .5em;
}

.legal-arrow.open:after {
    transform: rotate(90deg);
}

.mb-hide {
    display: none;
}

.number li::before {
    top: -0.35em !important;
    font-size: 28px;
    font-family: "TD Graphik Semilight";
    margin-left: -1.5em !important;

}

.no-gap-mobile {
    row-gap: 0;
}

.col-gap-270 {
    column-gap: 270px;
}


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

    .divider {
        width: 80%;
    }


    /* .disc {
        padding-left: 0;
    } */


}

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

    .list-3col {
        grid-column-gap: 100px;
    }

    .list-2col {
        grid-template-rows: auto;
    }

    .list-2col--not-fw {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }

    .list-2col--not-fw .list-item {
        grid-column: span 2;
    }

    .list-2col--not-fw .list-item:nth-last-child(1):nth-child(odd) {
        grid-column: span 2;
        grid-column-end: 4;
    }

    .list-2col15perFill__list-item {
        justify-self: start;
    }

}




@media only screen and (min-width: 1000px) {
    .legal-content .inner-content {
        max-width: 1048px !important;
        width: 100%;
        margin: 0 auto;
    }
    .no-pad-dt {
        padding:0 !important;
    }

    .mb_padding {
        padding: 0 0em;
    }
    
    .sub-header-copy {
        font-size: 36px;
    }

    :lang(en) > h1, :lang(fr) > h1 {
        font-size: 64px;
        line-height: 60px;
        /* font-family: "TD Graphik Light"; */
    }





    .align-right-dt {
        margin-left: auto;
    }
    .align-left-dt {
        margin-right: auto;
    }

    .align-text-left-dt {
        text-align: left;
    }

    .align-text-right-dt {
        text-align: right;
    }

    .mb-hide {
        display: initial;
    }


    .inner-content {
        max-width: 1048px;
        width: 100%;
    }

    .inner-top {
        max-width: 1200px;
    }

    .show-desktop {
        display: inline;
    }

    .dt-hide {
        display: none;
    }

}

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

    /* :lang(fr) > h1  {
        font-size: 40px !important;
        line-height: 44px !important;
    } */

}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


/* accordions */
.accordion {
 overflow: hidden;
}


.accordion__intro:before {
    content: "\002B";
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    /* left: -1em; */
    left: 0em;
    /* top: 0.5em; */
    /* top: 0.2em; */
    color: #08a000;
    border: 1px solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
}



.accordion__intro {
    position: relative;
    /* padding: 20px; */
    cursor: pointer;
    /* width: 100%; */
    text-align: left;
    border: none;
    padding: 0 1.5em;
}

.accordion__content {
    /* padding: 0 20px; */
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    /* color: #f1f1f1; */
    opacity: 0;
}

.accordion__active .accordion__intro:before {
    content: "\2212";
}

.accordion__active .accordion__content {
    /* padding: 0 20px 20px; */
    opacity: 1;
}

/* Accordion-icons */
.accordion-icon-desktop {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .accordion-icon {
        width: 80%;
    }
}

/*end accordions*/

/* Accordion width full bleed background */
.accordion__content--fullbleed-width-100 {
    width: 100%;
}

.inner-content.inner-content--accordion-fullbleed:not(.header-content .inner-content):not(.footer-content .inner-content):not(.inner-content.divider) {
    margin: 0 3em;
}

.inner-content.inner-content--accordion-fullbleed__table:not(.header-content .inner-content):not(.footer-content .inner-content):not(.inner-content.divider) {
    margin: 0 1em;
}

@media only screen and (min-width: 600px) {
    .inner-content.inner-content--accordion-fullbleed:not(.header-content .inner-content):not(.footer-content .inner-content):not(.inner-content.divider),
    .inner-content.inner-content--accordion-fullbleed__table:not(.header-content .inner-content):not(.footer-content .inner-content):not(.inner-content.divider) {
        margin: 0 auto;
    }

    .inner-content.inner-content--accordion-fullbleed__table:not(.header-content .inner-content):not(.footer-content .inner-content):not(.inner-content.divider) {
        max-width: 1200px;
    }
}
/* Accordion width full bleed background End */




/*header */

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

    .col-gap {
        grid-column-gap: 70px;
    }

    .align-text-left-dt {
        text-align: left;
    }

    .header-content .inner-content {
        max-width: 1048px;
    }
    
    .header_image_with_inset {
        position: relative;
        height: 460px;
    }

    .header_image_left {
        position: absolute;
        top: 4em;
    }

    .header_copy_right {
        width: 570px;
        margin-left: auto;
        padding-top: initial;
        padding-bottom: initial;
        padding-left: 100px;
        padding-right: 70px;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



    .align-text-left-dt {
        text-align: left;
    }
}

/* Full width Header (LP1 & LP2) */
.header_copy {
    padding-top: 20px;
    text-align: center;
}

.header-content-full-width .content-right {
    padding: 0 1em;
}

@media only screen and (min-width: 860px) {
    .section-content.header-content.header-content-full-width {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: url(https://image.e.email-td.com/lib/fe9a12747762077d75/m/1/0bd65929-be1b-45dc-8c77-729034e92fee.png);
        background-repeat: no-repeat;
        /* background-position: center center; */
        background-size: initial;
        min-height: 320px;
        max-height: 320px;
    }

    .header-content-full-width .content-left {
        display: none;
    }

    .header-content-full-width .content-right {
        padding: 0;
    }

    .header_copy {
        padding-top: 0;
        padding-left: 9em;
        text-align: left;
    }

    :lang(en) > .header_copy-lp2-en {
        font-size: 55px;
        line-height: 55px;
    }

    :lang(fr) > .header_copy-fr {
        font-size: 50px;
        line-height: 55px;
        padding-left: 12em;
    }
}

@media only screen and (min-width: 1000px) {
    :lang(fr) > .header_copy-fr {
        font-size: 50px;
    }
}

/* Full width Header End */

/* Light green background (LP3) */
.header-content--lp3 .inner-content {
    padding-top: 20px;
}

.header-content--lp3 .list {
    grid-row-gap: initial;
}

.header-content--lp3 .width-80-dt {
    width: 100%;
}

.header-content--lp3 .header-mob-padding {
    padding: 1em 3em 0em 3em;
}

.header-content--lp3 .header-mob-padding ~ .header-mob-padding {
    padding: 3em 3em 0em 3em;
    background: #fff;
}

:lang(en) > .header_copy-lp3-en,
:lang(fr) > .header_copy-lp3-fr {
    font-family: "TD Graphik SemiLight";
}

@media only screen and (min-width: 860px) {
    .header-content--lp3 .list-2col40perFill {
        grid-template-columns: 43% 1fr;
    }

    .header-content--lp3 .width-80-dt {
        width: 80%;
    }

    .header-content--lp3 .header-mob-padding {
        padding: initial;
    }

    .header-content--lp3 .header-mob-padding ~ .header-mob-padding {
        padding: 0 0 1em 3em;
        background: initial;
    }
}

@media only screen and (min-width: 1000px) {
    :lang(en) > .header_copy-lp3-en,
    :lang(fr) > .header_copy-lp3-fr {
        font-size: 42px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 1100px) {
    :lang(en) > .header_copy-lp3-en,
    :lang(fr) > .header_copy-lp3-fr {
        font-size: 49px;
        line-height: 49px;
    }
}

/* Light green background End */

.number-large {
    padding-left: 3em !important;
}

.number-large::before {
    margin-left: -0.9em !important;
    font-size: 53px;
    line-height: 1;
    width: auto !important;
}

.disc-black::before {
    color: #000 !important;
    top: -5px;
}

.disc-no-top::before {
    top: 0;
}

.iphone-se-only-inline {
    display: none;
}

@media screen and (max-width: 375px) {
    .iphone-se-only-inline {
        display: inline;
    }
}

/* CTA */
.btn-w-auto {
    width: auto;
}
/* CTA End */

/* Tables */
.tbl {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}

.row {
    display: flex;
    min-height: 50px;
    justify-content: center;
}

.cell {
    flex: 4;
    border-bottom: 1px solid #cccccc;
    align-items: center;
    display: flex;
}
.row:first-child .cell {
    border-top: 1px solid #cccccc;
    background-color: #f5f5f5;
    padding: 1em 1em;
}

.row .cell {
    padding: 1em 1em;
    box-sizing: border-box;
}

.row .cell:first-child {
    border-right: 1px solid #cccccc;
}

.cell span {
    font-size: 14px;
    font-family: "TD Graphik SemiLight";
    word-break: break-word;
}

.cell sup {
    top: -0.1em;
}

.row:first-child .cell span {
    font-family: "TD Graphik Semibold";
}

@media (min-width:500px)  {
    .cell span {
        font-size: 20px;
    }

    .row .cell {
        padding: 2em 2em !important;
    }

    .row:first-child .cell {
        padding: 1em 2em !important;
    }

    .align-left-desktop {
        text-align: left;
    }
}

/* 3 Col */
.tbl--3col {
    max-width: 100%;
}

.tbl--3col .semibold {
    font-family: "TD Graphik Semibold";
}

.tbl--3col .cell {
    flex-direction: column;
    width: 33%;
    justify-content: center;
    align-items: start;
}

.tbl--3col .row .cell:nth-child(2) {
    border-right: 1px solid #cccccc;
}

.tbl--3col .row:first-child .cell {
    align-items: center;
}

.tbl--3col .row .cell:first-child {
    text-align: left;
    padding: 1em 0;
}

.tbl--3col p,
.tbl--3col ul {
    font-size: 11px;
}

.tbl--3col p {
    line-height: 12px;
}

.tbl--3col .disc li {
    color: #000;
}

.tbl--3col .disc li::before {
    margin-left: -1.2em;
    width: 1em;
}

.tbl--3col .cell span {
    font-size: 11px;
}

@media (min-width:500px)  {
    .tbl--3col .row .cell:first-child {
        padding: 1em 1em;
    }

    .tbl--3col p,
    .tbl--3col ul {
        font-size: 15px;
    }

    .tbl--3col p {
        line-height: 23px;
    }

    .tbl--3col .cell span {
        font-size: 14px;
    }

    .tbl--3col {
        max-width: 90%;
    }
}

@media (min-width:1200px)  {
    .tbl--3col {
        max-width: 100%;
    }
}
/* Tables End */