/***********************************
Cover
***********************************/

    /*paragraphs*/

        .cover .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*inlines*/

        .cover .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

        .cover .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           background-color: transparent;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .cover .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

        .cover .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .cover .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .cover .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .cover .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
In This Issue
***********************************/

    /*layoutitems*/

        .in_this_issue .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .in_this_issue .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .in_this_issue .column ol {
           list-style-type: decimal;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .in_this_issue .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

        .in_this_issue .column h5 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

        .in_this_issue .column h4 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #4574A1FF;
           background-color: transparent;
           border-width: 0px;
        }

        .in_this_issue .column h3 {
           margin-top: 0px;
           margin-bottom: 6px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .in_this_issue .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1.5rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

        .in_this_issue .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 2rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .in_this_issue .column a {
           border-width: 0px;
        }

    /*images*/

        .in_this_issue .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .in_this_issue .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .in_this_issue .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: 400;
           font-size: 1rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Mark Your Calendar
***********************************/

    /*paragraphs*/

        .mark_your_calendar .column p {
           background-color: #CAB8A0FF;
           color: #1E3160FF;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           border-width: 0px;
        }

    /*inlines*/

        .mark_your_calendar .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

        .mark_your_calendar .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .mark_your_calendar .column a {
           border-width: 0px;
        }

    /*headers*/

        .mark_your_calendar .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           border-width: 0px;
        }

        .mark_your_calendar .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .mark_your_calendar .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .mark_your_calendar .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .mark_your_calendar .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           border-width: 0px;
        }

        .mark_your_calendar .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           border-width: 0px;
        }

    /*lists*/

        .mark_your_calendar .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .mark_your_calendar .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .mark_your_calendar .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
CEO Corner
***********************************/

    /*layoutitems*/

        .ceo_corner .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .ceo_corner .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .ceo_corner .column ol {
           list-style-type: decimal;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .ceo_corner .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

        .ceo_corner .column h5 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           border-width: 0px;
        }

        .ceo_corner .column h4 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #4574A1FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .ceo_corner .column h3 {
           margin-top: 10px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .ceo_corner .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           border-width: 0px;
        }

        .ceo_corner .column h1 {
           margin-top: 10px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .ceo_corner .column a {
           border-width: 0px;
        }

    /*images*/

        .ceo_corner .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .ceo_corner .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .ceo_corner .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Visionary Insights
***********************************/

    /*layoutitems*/

        .visionary_insights_jenn_freeman .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .visionary_insights_jenn_freeman .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .visionary_insights_jenn_freeman .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .visionary_insights_jenn_freeman .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .visionary_insights_jenn_freeman .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .visionary_insights_jenn_freeman .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .visionary_insights_jenn_freeman .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .visionary_insights_jenn_freeman .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .visionary_insights_jenn_freeman .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .visionary_insights_jenn_freeman .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Account Takeover Fraud
***********************************/

    /*layoutitems*/

        .account_takeover_fraud .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .account_takeover_fraud .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .account_takeover_fraud .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .account_takeover_fraud .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .account_takeover_fraud .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .account_takeover_fraud .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .account_takeover_fraud .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .account_takeover_fraud .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .account_takeover_fraud .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .account_takeover_fraud .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .account_takeover_fraud .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .account_takeover_fraud .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .account_takeover_fraud .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .account_takeover_fraud .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .account_takeover_fraud .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .account_takeover_fraud .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .account_takeover_fraud .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Certificates Ad
***********************************/

    /*paragraphs*/

        .certificates .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*inlines*/

        .certificates .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

        .certificates .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           background-color: transparent;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .certificates .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

        .certificates .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .certificates .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .certificates .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .certificates .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .certificates .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .certificates .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .certificates .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .certificates .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .certificates .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Homeownership Made Possible
***********************************/

    /*layoutitems*/

        .homeownership_made_possible .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .homeownership_made_possible .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .homeownership_made_possible .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .homeownership_made_possible .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .homeownership_made_possible .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .homeownership_made_possible .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .homeownership_made_possible .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .homeownership_made_possible .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .homeownership_made_possible .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .homeownership_made_possible .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .homeownership_made_possible .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .homeownership_made_possible .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .homeownership_made_possible .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .homeownership_made_possible .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .homeownership_made_possible .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .homeownership_made_possible .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .homeownership_made_possible .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Four Achievable Financial New Year's Resolutions
***********************************/

    /*layoutitems*/

        .four_achievable_financial_new_year_s_resolutions .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .four_achievable_financial_new_year_s_resolutions .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .four_achievable_financial_new_year_s_resolutions .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .four_achievable_financial_new_year_s_resolutions .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .four_achievable_financial_new_year_s_resolutions .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .four_achievable_financial_new_year_s_resolutions .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .four_achievable_financial_new_year_s_resolutions .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .four_achievable_financial_new_year_s_resolutions .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .four_achievable_financial_new_year_s_resolutions .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .four_achievable_financial_new_year_s_resolutions .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Auto Ad
***********************************/

    /*paragraphs*/

        .auto .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*inlines*/

        .auto .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

        .auto .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           background-color: transparent;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .auto .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

        .auto .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .auto .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .auto .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .auto .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .auto .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .auto .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .auto .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .auto .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .auto .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Smarter Ways to Tackle Debt in 2026
***********************************/

    /*layoutitems*/

        .smarter_ways_to_tackle_debt_in_2026 .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .smarter_ways_to_tackle_debt_in_2026 .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .smarter_ways_to_tackle_debt_in_2026 .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .smarter_ways_to_tackle_debt_in_2026 .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .smarter_ways_to_tackle_debt_in_2026 .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .smarter_ways_to_tackle_debt_in_2026 .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .smarter_ways_to_tackle_debt_in_2026 .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .smarter_ways_to_tackle_debt_in_2026 .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .smarter_ways_to_tackle_debt_in_2026 .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Introducing SDFCU Wealth Management
***********************************/

    /*layoutitems*/

        .introducing_sdfcu_wealth_management .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .introducing_sdfcu_wealth_management .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .introducing_sdfcu_wealth_management .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .introducing_sdfcu_wealth_management .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .introducing_sdfcu_wealth_management .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .introducing_sdfcu_wealth_management .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .introducing_sdfcu_wealth_management .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .introducing_sdfcu_wealth_management .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .introducing_sdfcu_wealth_management .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .introducing_sdfcu_wealth_management .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
When It Pays to Revisit a Car Loan
***********************************/

    /*layoutitems*/

        .when_it_pays_to_revisit_a_car_loan .column div.layoutitem-default {
           flex-basis: 0px;
           flex-shrink: 1;
           flex-grow: 1;
           padding: 0px;
           border-width: 0px;
        }

    /*containers*/

        .when_it_pays_to_revisit_a_car_loan .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .when_it_pays_to_revisit_a_car_loan .column ol {
           list-style-type: disc;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .when_it_pays_to_revisit_a_car_loan .column h6 {
           margin-top: 8px;
           margin-bottom: 8px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 1rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column h5 {
           margin-top: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: Source Sans 3, sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column h4 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.375rem;
           font-family: Bookman, serif;
           color: #B52126FF;
           background-color: transparent;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column h3 {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: Source Sans 3, sans-serif;
           color: #B52126FF;
           background-color: transparent;
           margin-left: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column h2 {
           margin-top: 21px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-size: 1.75rem;
           font-family: Bookman, serif;
           color: #4574A1FF;
           background-color: transparent;
           font-style: italic;
           font-weight: 500;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column h1 {
           margin-top: 21px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 10px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.75rem;
           font-family: Bookman, serif;
           color: #1E3160FF;
           background-color: transparent;
           border-width: 0px;
        }

    /*links*/

        .when_it_pays_to_revisit_a_car_loan .column a {
           color: #4574A1FF;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column a.links-1j11a5bce {
           margin-top: 21px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.25rem;
           font-family: joly-headline,sans-serif;
           color: #B52126FF;
           background-color: transparent;
           padding: 0px;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column a.links-1j11a6vge {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

    /*images*/

        .when_it_pays_to_revisit_a_car_loan .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*inlines*/

        .when_it_pays_to_revisit_a_car_loan .column .default-drop-cap {
           line-height: 1.3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .when_it_pays_to_revisit_a_car_loan .column p.headers-1j10uu1jg {
           border-width: 0px;
           padding: 0px;
           margin-top: 6px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 300;
           font-size: 0.875rem;
           font-family: source-sans-pro,sans-serif;
           color: #222222;
           background-color: transparent;
        }

        .when_it_pays_to_revisit_a_car_loan .column p {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-style: ;
           font-weight: ;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
        }

        .when_it_pays_to_revisit_a_car_loan .column p.paragraphs-1j1118mso {
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: source-sans-pro,sans-serif;
           color: #1E3160FF;
           background-color: transparent;
           font-variant: normal;
           padding: 0px;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Back Cover
***********************************/

    /*paragraphs*/

        .back_cover .column p {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*inlines*/

        .back_cover .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: 1.3em;
           border-width: 0px;
        }

    /*images*/

        .back_cover .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           background-color: transparent;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*links*/

        .back_cover .column a {
           text-decoration: underline;
           border-width: 0px;
        }

    /*headers*/

        .back_cover .column h1 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 2rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 10px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .back_cover .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .back_cover .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .back_cover .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .back_cover .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .back_cover .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .back_cover .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .back_cover .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .back_cover .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }

div.bookviewport { background-color: #333333FF; }
div.pagecontainer .page_disable_overlay { background-color: #333333FF; }
div[data-sticky='top'] { position: sticky; top: 0; z-index: 1000; }
div[data-sticky='bottom'] { position: sticky; bottom: 0; z-index: 2000; }