/***********************************
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; }
/***********************************
Danatech
***********************************/

    /*paragraphs*/

        .danatech .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*/

        .danatech .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*/

        .danatech .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*/

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

    /*headers*/

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

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

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

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

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

        .danatech .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*/

        .danatech .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*/

        .danatech .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*/

        .danatech .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; }
/***********************************
Owen Mumford
***********************************/

    /*paragraphs*/

        .owen_mumford .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*/

        .owen_mumford .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*/

        .owen_mumford .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*/

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

    /*headers*/

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

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

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

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

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

        .owen_mumford .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*/

        .owen_mumford .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*/

        .owen_mumford .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*/

        .owen_mumford .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; }
/***********************************
Sage Campus
***********************************/

    /*paragraphs*/

        .sage_campus .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*/

        .sage_campus .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*/

        .sage_campus .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_campus .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*/

        .sage_campus .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*/

        .sage_campus .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*/

        .sage_campus .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; }
/***********************************
Journal info
***********************************/

    /*paragraphs*/

        .journal_info .column p {
           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;
           font-variant: normal;
           border-width: 0px;
        }

    /*inlines*/

        .journal_info .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*/

        .journal_info .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*/

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

    /*headers*/

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

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

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

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

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

        .journal_info .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*/

        .journal_info .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*/

        .journal_info .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*/

        .journal_info .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; }
/***********************************
Editorial Board
***********************************/

    /*paragraphs*/

        .editorial_board .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*/

        .editorial_board .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*/

        .editorial_board .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*/

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

    /*headers*/

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

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

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

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

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

        .editorial_board .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*/

        .editorial_board .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*/

        .editorial_board .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*/

        .editorial_board .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; }
/***********************************
From the Editor
***********************************/

    /*lists*/

        .from_the_editor .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_editor .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_editor .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_editor .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_editor .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .from_the_editor .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .from_the_editor .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .from_the_editor .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_editor .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .from_the_editor .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .from_the_editor .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .from_the_editor .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .from_the_editor .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .from_the_editor .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .from_the_editor .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .from_the_editor .column .CAPS {
           border-width: 0px;
        }

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

        .from_the_editor .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .from_the_editor .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .from_the_editor .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .from_the_editor .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .from_the_editor .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_editor .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_editor .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .from_the_editor .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .from_the_editor .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .from_the_editor .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*/

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

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

    /*lists*/

        .from_the_president .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .from_the_president .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .from_the_president .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .from_the_president .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_president .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .from_the_president .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .from_the_president .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .from_the_president .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .from_the_president .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .from_the_president .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .from_the_president .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .from_the_president .column .CAPS {
           border-width: 0px;
        }

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

        .from_the_president .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .from_the_president .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .from_the_president .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .from_the_president .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .from_the_president .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .from_the_president .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .from_the_president .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .from_the_president .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*/

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

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

    /*paragraphs*/

        .sage_journals .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*/

        .sage_journals .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*/

        .sage_journals .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_journals .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*/

        .sage_journals .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*/

        .sage_journals .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*/

        .sage_journals .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; }
/***********************************
Limiting Noise, Communicating Science
***********************************/

    /*lists*/

        .limiting_noise_communicating_science .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .limiting_noise_communicating_science .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .limiting_noise_communicating_science .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .limiting_noise_communicating_science .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .limiting_noise_communicating_science .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .limiting_noise_communicating_science .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .limiting_noise_communicating_science .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .limiting_noise_communicating_science .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .limiting_noise_communicating_science .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .limiting_noise_communicating_science .column .CAPS {
           border-width: 0px;
        }

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

        .limiting_noise_communicating_science .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .limiting_noise_communicating_science .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .limiting_noise_communicating_science .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .limiting_noise_communicating_science .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .limiting_noise_communicating_science .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .limiting_noise_communicating_science .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Improving the Accuracy of Wearable Devices in Monitoring Blood Glucose
***********************************/

    /*lists*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column .CAPS {
           border-width: 0px;
        }

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

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .improving_the_accuracy_of_wearable_devices_in_monitoring_blood_glucose .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*/

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

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

    /*paragraphs*/

        .adces .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*/

        .adces .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*/

        .adces .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*/

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

    /*headers*/

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

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

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

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

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

        .adces .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*/

        .adces .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*/

        .adces .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*/

        .adces .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; }
/***********************************
The Role of Exercise in Type 1 Diabetes
***********************************/

    /*lists*/

        .the_role_of_exercise_in_type_1_diabetes .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .the_role_of_exercise_in_type_1_diabetes .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .the_role_of_exercise_in_type_1_diabetes .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .the_role_of_exercise_in_type_1_diabetes .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .the_role_of_exercise_in_type_1_diabetes .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .the_role_of_exercise_in_type_1_diabetes .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .the_role_of_exercise_in_type_1_diabetes .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .the_role_of_exercise_in_type_1_diabetes .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .the_role_of_exercise_in_type_1_diabetes .column .CAPS {
           border-width: 0px;
        }

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

        .the_role_of_exercise_in_type_1_diabetes .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .the_role_of_exercise_in_type_1_diabetes .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .the_role_of_exercise_in_type_1_diabetes .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .the_role_of_exercise_in_type_1_diabetes .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .the_role_of_exercise_in_type_1_diabetes .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*/

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

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

    /*paragraphs*/

        .adces_podcast .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*/

        .adces_podcast .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*/

        .adces_podcast .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*/

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

    /*headers*/

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

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

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

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

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

        .adces_podcast .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*/

        .adces_podcast .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*/

        .adces_podcast .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*/

        .adces_podcast .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; }
/***********************************
Dual Diagnosis: Treating Gout in Persons With Diabetes
***********************************/

    /*lists*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column .CAPS {
           border-width: 0px;
        }

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

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .dual_diagnosis_treating_gout_in_persons_with_diabetes .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Diabetes Care and Education Specialist in Pediatric Diabetes Regardless of Etiology
***********************************/

    /*lists*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column .CAPS {
           border-width: 0px;
        }

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

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .diabetes_care_and_education_specialist_in_pediatric_diabetes_regardless_of_etiology .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*/

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

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

    /*paragraphs*/

        .adces_dsmes_program_accreditation .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*/

        .adces_dsmes_program_accreditation .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*/

        .adces_dsmes_program_accreditation .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*/

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

    /*headers*/

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

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

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

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

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

        .adces_dsmes_program_accreditation .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*/

        .adces_dsmes_program_accreditation .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*/

        .adces_dsmes_program_accreditation .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*/

        .adces_dsmes_program_accreditation .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; }
/***********************************
Stories of Transformation: It’s Amazing Where Life Can Take You When You Embrace the Power of “Yes”
***********************************/

    /*lists*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column .CAPS {
           border-width: 0px;
        }

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

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .stories_of_transformation_it_s_amazing_where_life_can_take_you_when_you_embrace_the_power_of_yes .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
The Power of CQI to Improve Outcomes for People With Diabetes
***********************************/

    /*lists*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column .CAPS {
           border-width: 0px;
        }

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

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .the_power_of_cqi_to_improve_outcomes_for_people_with_diabetes .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
ADCES Diabetes Tech Conference 2025
***********************************/

    /*paragraphs*/

        .adces_diabetes_tech_conference_2025 .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*/

        .adces_diabetes_tech_conference_2025 .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*/

        .adces_diabetes_tech_conference_2025 .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*/

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

    /*headers*/

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

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

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

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

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

        .adces_diabetes_tech_conference_2025 .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*/

        .adces_diabetes_tech_conference_2025 .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*/

        .adces_diabetes_tech_conference_2025 .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*/

        .adces_diabetes_tech_conference_2025 .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; }
/***********************************
10 Time-Saving AI Prompts Every DCES Should Try (and Why Your Expertise Still Matters)
***********************************/

    /*lists*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column .CAPS {
           border-width: 0px;
        }

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

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        ._10_time_saving_ai_prompts_every_dces_should_try_and_why_your_expertise_still_matters .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Changing Diabetes Care Through ADVOCACY ADCES Public Policy Forum
***********************************/

    /*lists*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column .CAPS {
           border-width: 0px;
        }

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

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .changing_diabetes_care_through_advocacy_adces_public_policy_forum .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*/

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

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

    /*paragraphs*/

        .sage_learning_resources .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*/

        .sage_learning_resources .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*/

        .sage_learning_resources .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_learning_resources .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*/

        .sage_learning_resources .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*/

        .sage_learning_resources .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*/

        .sage_learning_resources .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; }
/***********************************
Empowering the DCES as a Leader in Evidence-Based Quality Improvement
***********************************/

    /*lists*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column .CAPS {
           border-width: 0px;
        }

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

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .empowering_the_dces_as_a_leader_in_evidence_based_quality_improvement .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*/

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

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

    /*paragraphs*/

        .sage_research_methods .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*/

        .sage_research_methods .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*/

        .sage_research_methods .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_research_methods .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*/

        .sage_research_methods .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*/

        .sage_research_methods .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*/

        .sage_research_methods .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; }
/***********************************
ADCES’s DELTA Team Leading the Charge to Improve Equity and Access to Diabetes Care
***********************************/

    /*lists*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column .CAPS {
           border-width: 0px;
        }

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

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .adces_s_delta_team_leading_the_charge_to_improve_equity_and_access_to_diabetes_care .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*/

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

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

    /*lists*/

        .member_perspectives .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .member_perspectives .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .member_perspectives .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .member_perspectives .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .member_perspectives .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .member_perspectives .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .member_perspectives .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .member_perspectives .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .member_perspectives .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .member_perspectives .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .member_perspectives .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .member_perspectives .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .member_perspectives .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .member_perspectives .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .member_perspectives .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .member_perspectives .column .CAPS {
           border-width: 0px;
        }

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

        .member_perspectives .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .member_perspectives .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .member_perspectives .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .member_perspectives .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .member_perspectives .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .member_perspectives .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .member_perspectives .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .member_perspectives .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .member_perspectives .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .member_perspectives .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*/

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

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

    /*paragraphs*/

        .sage_journals_2 .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*/

        .sage_journals_2 .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*/

        .sage_journals_2 .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_journals_2 .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*/

        .sage_journals_2 .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*/

        .sage_journals_2 .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*/

        .sage_journals_2 .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; }
/***********************************
Test Your Knowledge
***********************************/

    /*lists*/

        .test_your_knowledge .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .test_your_knowledge .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .test_your_knowledge .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .test_your_knowledge .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .test_your_knowledge .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .test_your_knowledge .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .test_your_knowledge .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .test_your_knowledge .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .test_your_knowledge .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .test_your_knowledge .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .test_your_knowledge .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .test_your_knowledge .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .test_your_knowledge .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .test_your_knowledge .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .test_your_knowledge .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .test_your_knowledge .column .CAPS {
           border-width: 0px;
        }

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

        .test_your_knowledge .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .test_your_knowledge .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .test_your_knowledge .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .test_your_knowledge .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .test_your_knowledge .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .test_your_knowledge .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .test_your_knowledge .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .test_your_knowledge .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .test_your_knowledge .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .test_your_knowledge .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*/

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

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

    /*paragraphs*/

        .sage_premier .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*/

        .sage_premier .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*/

        .sage_premier .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_premier .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*/

        .sage_premier .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*/

        .sage_premier .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*/

        .sage_premier .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; }
/***********************************
Sage Video
***********************************/

    /*paragraphs*/

        .sage_video .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*/

        .sage_video .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*/

        .sage_video .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_video .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*/

        .sage_video .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*/

        .sage_video .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*/

        .sage_video .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; }
/***********************************
Knowledge Tree Answers
***********************************/

    /*lists*/

        .knowledge_tree_answers .column .Alphabetic {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

        .knowledge_tree_answers .column .Numbered {
           font-size: 1.125rem;
           font-family: Montserrat Alternates, sans-serif;
           color: rgb(0, 0, 0);
           border-radius-shared: 1;
           border-radius: 0px;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

        .knowledge_tree_answers .column .Bulleted {
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           list-style-type: disc;
           line-height: 1.7em;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 20px;
           color: rgba(0, 0, 0, 0.99);
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .knowledge_tree_answers .column ol {
           background-color: transparent;
           color: #000000FF;
           font-family: museo,serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .knowledge_tree_answers .column ol.lists-1ja1spaam {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           list-style-image: none;
        }

        .knowledge_tree_answers .column ol.lists-1ja9im34l {
           background-color: transparent;
           color: #000000FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: disc;
           border-radius-shared: 1;
           border-radius: 0px;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .knowledge_tree_answers .column h6 {
           margin-bottom: 12px;
           font-size: 0.875rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           font-weight: bold;
           border-width: 0px;
        }

        .knowledge_tree_answers .column h5 {
           margin-top: 24px;
           font-size: 1.25rem;
           background-color: transparent;
           color: transparent;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .knowledge_tree_answers .column h4 {
           margin-bottom: 0px;
           margin-top: 0px;
           font-family: museo,serif;
           font-size: 1.125rem;
           color: #47A09DFF;
           border-radius-shared: 1;
           border-radius: 0px;
           margin-left: 0px;
           border-width: 0px;
        }

        .knowledge_tree_answers .column h3 {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: museo,serif;
           border-width: 0px;
        }

        .knowledge_tree_answers .column h2 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.4em;
           font-size: 1.5rem;
           font-family: museo,serif;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

        .knowledge_tree_answers .column h1 {
           margin-bottom: 12px;
           margin-top: 12px;
           line-height: 1.2em;
           font-size: 3.75rem;
           color: #009EADFF;
           font-family: museo,serif;
           font-weight: 500;
           border-radius-shared: 1;
           border-radius: 0px;
           border-width: 0px;
        }

    /*links*/

        .knowledge_tree_answers .column a {
           font-size: 1.125rem;
           font-family: museo,serif;
           border-radius-shared: auto;
           border-radius: 0px;
           border-width: 0px;
        }

        .knowledge_tree_answers .column a.links-1j4vpgfom {
           font-size: 1.125rem;
           margin: 0px;
           border-width: 0px;
           font-family: futura-pt,sans-serif;
           color: #76787BFF;
           padding: 0px;
        }

        .knowledge_tree_answers .column a.links-1ja1sq9gf {
           background-color: transparent;
           color: #6D6E70FF;
           font-family: futura-pt,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.5em;
           margin-bottom: 12px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           padding: 0px;
        }

    /*inlines*/

        .knowledge_tree_answers .column .CAPS {
           border-width: 0px;
        }

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

        .knowledge_tree_answers .column span.inlines-1ja9j993g {
           margin-bottom: 6px;
           font-weight: bold;
           font-size: 4rem;
           font-family: Palatino;
           margin-left: 0px;
           margin-right: 5px;
           margin-top: 15px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
           line-height: 0.5em;
           float: left;
           color: #009EADFF;
        }

        .knowledge_tree_answers .column span.inlines-1jajal39s {
           margin-bottom: 0px;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: futura-pt-bold,sans-serif;
           margin-left: 12px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: rgba(0, 0, 0, 0.99);
           text-transform: inherit;
        }

    /*paragraphs*/

        .knowledge_tree_answers .column p.Blue {
           color: #19a1b1;
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .knowledge_tree_answers .column p.PullQuote {
           margin-right: 24px;
           margin-left: 12px;
           margin-top: 12px;
           color: #000000FF;
           margin-bottom: 12px;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: Lora, serif;
           border-width: 0px;
        }

        .knowledge_tree_answers .column p.Caption {
           margin-bottom: 12px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .knowledge_tree_answers .column p.NoInline {
           margin-bottom: 0px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

        .knowledge_tree_answers .column p {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: museo,serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .knowledge_tree_answers .column p.headers-1ja1sn3it {
           font-weight: normal;
           margin-top: 24px;
           font-size: 1.25rem;
           font-family: futura-pt,sans-serif;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #6D6E70FF;
           text-transform: uppercase;
        }

        .knowledge_tree_answers .column p.paragraphs-1ja219ieo {
           margin-bottom: 20px;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: futura-pt,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           color: #808288FF;
        }

    /*images*/

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

    /*containers*/

        .knowledge_tree_answers .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*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Sage Deep Backfile & Premier
***********************************/

    /*paragraphs*/

        .sage_deep_backfile_premier .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*/

        .sage_deep_backfile_premier .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*/

        .sage_deep_backfile_premier .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_deep_backfile_premier .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*/

        .sage_deep_backfile_premier .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*/

        .sage_deep_backfile_premier .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*/

        .sage_deep_backfile_premier .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; }
/***********************************
Sage Author Services
***********************************/

    /*paragraphs*/

        .sage_author_services .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*/

        .sage_author_services .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*/

        .sage_author_services .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*/

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

    /*headers*/

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

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

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

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

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

        .sage_author_services .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*/

        .sage_author_services .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*/

        .sage_author_services .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*/

        .sage_author_services .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; }
/***********************************
Diabetes Care & Education Essentials
***********************************/

    /*paragraphs*/

        .diabetes_care_education_essentials .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*/

        .diabetes_care_education_essentials .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*/

        .diabetes_care_education_essentials .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*/

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

    /*headers*/

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

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

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

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

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

        .diabetes_care_education_essentials .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*/

        .diabetes_care_education_essentials .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*/

        .diabetes_care_education_essentials .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*/

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