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

.disc {
    padding-left: 2em;
}

.disc::before {
    line-height: 20px;
}

.row-0-col-30-gap {
    gap: 0 30px;
}

button {
    width: 300px;
}

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

.top-bar {
    /* border-top: 25px solid #008b00; */
    /* background: #005434 !important; */
    border-top: 25px solid #008b00;
    background: #ffffff !important;
    border-bottom: 2px solid #cccccc;
}

.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;

}


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

    .divider {
        width: 80%;
    }

}

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

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

}




@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;
    }





    .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;
    }

}


@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*/




/*header */

.section-content.header-content.header-content-full-width {
    background-color: #fafcf5;
}

.header-content-full-width .header_copy {
    padding: 1em;
    text-align: center;
    font-family: "TD Graphik Medium";
    font-size: 30px;
    line-height: 36px;
}

.header-content-full-width .header_body_copy {
    padding: 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: flex-end;
        background-image: url(https://image.e.email-td.com/lib/fe9a12747762077d75/m/1/1c917e5b-62e1-413e-b2f9-94efa4cccfc1.png);
        background-repeat: no-repeat;
        background-position: 20% center;
        background-size: initial;
        min-height: 320px;
        max-height: 320px;
    }

    .section-content.header-content.header-content-full-width .inner-content {
        max-width: inherit;
        display: flex;
        justify-content: flex-end;
    }

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

    .header-content-full-width .content-middle {
        margin-left: 50%;
        min-height: 320px;
        max-height: 320px;
        min-width: 320px;
        max-width: 320px;
    }

    .header-content-full-width .content-right {
        min-height: 320px;
        max-height: 320px;
        width: 100%;
    }

    .header-content-full-width .header_copy {
        padding: 115px 30px 0;
        text-align: left;
    }

    .header-content-full-width .header_body_copy {
        padding: 115px 30px 0;
        text-align: left;
        max-width: 445px;
    }
}

@media only screen and (min-width: 2500px) {
    .section-content.header-content.header-content-full-width {
        background-position: 240px center;
    }

    .section-content.header-content.header-content-full-width .inner-content {
        justify-content: center;
    }
}

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

.number-large::before {
    margin-left: -1em !important;
    font-size: 53px;
}

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

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

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

/* Transparent BTN */
.btn-transparent {
    background-color: transparent;
}

/* Header BTN */
.btn-header {
    width: 200px;
    min-width: 200px;
}

/* Display inline elements on destkop */
.show-desktop-line {
    display: none;
}

@media screen and (min-width: 641px) {
    .show-desktop-line {
        display: inline;
    }
}

/* Footer Links */
.footer-links {
    display: flex;
}