/***********************************
LTEN2026
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten2026 .column ol, .lten2026 .column ul {
           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*/

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

        .lten2026 .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; }
/***********************************
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, .cover .column ul {
           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; }
/***********************************
Red Nucleus
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .red_nucleus .column ol, .red_nucleus .column ul {
           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*/

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

        .red_nucleus .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; }
/***********************************
Illuminate
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .illuminate .column ol, .illuminate .column ul {
           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*/

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

        .illuminate .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 PRESIDENT
***********************************/

    /*paragraphs*/

        .from_the_president .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .from_the_president .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .from_the_president .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .from_the_president .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .from_the_president .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .from_the_president .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .from_the_president .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .from_the_president .column ol, .from_the_president .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .from_the_president .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .from_the_president .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .from_the_president .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .from_the_president .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .from_the_president .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .from_the_president .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .from_the_president .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .from_the_president .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .from_the_president .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .from_the_president .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .from_the_president .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .from_the_president .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .from_the_president .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           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; }
/***********************************
CMR Institute
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .cmr_institute .column ol, .cmr_institute .column ul {
           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*/

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

        .cmr_institute .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; }
/***********************************
Syneos Health
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .syneos_health .column ol, .syneos_health .column ul {
           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*/

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

        .syneos_health .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; }
/***********************************
Upfront
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .upfront .column ol, .upfront .column ul {
           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*/

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

        .upfront .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; }
/***********************************
Upfront 2
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .upfront_2 .column ol, .upfront_2 .column ul {
           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*/

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

        .upfront_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; }
/***********************************
SmartWinnr
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .smartwinnr .column ol, .smartwinnr .column ul {
           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*/

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

        .smartwinnr .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; }
/***********************************
Woven Health Collective
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .woven_health_collective .column ol, .woven_health_collective .column ul {
           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*/

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

        .woven_health_collective .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; }
/***********************************
AD INDEX
***********************************/

    /*paragraphs*/

        .ad_index .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .ad_index .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .ad_index .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .ad_index .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .ad_index .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .ad_index .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .ad_index .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .ad_index .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .ad_index .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .ad_index .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .ad_index .column ol, .ad_index .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .ad_index .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .ad_index .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .ad_index .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .ad_index .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .ad_index .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .ad_index .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .ad_index .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .ad_index .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .ad_index .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .ad_index .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .ad_index .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .ad_index .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .ad_index .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .ad_index .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .ad_index .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; }
/***********************************
CLD
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .cld .column ol, .cld .column ul {
           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*/

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

        .cld .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; }
/***********************************
Unboxed
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .unboxed .column ol, .unboxed .column ul {
           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*/

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

        .unboxed .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; }
/***********************************
BOARD REPORT
***********************************/

    /*paragraphs*/

        .board_report .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .board_report .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .board_report .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .board_report .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .board_report .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .board_report .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .board_report .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .board_report .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .board_report .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .board_report .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .board_report .column ol, .board_report .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .board_report .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .board_report .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .board_report .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .board_report .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .board_report .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .board_report .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .board_report .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .board_report .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .board_report .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .board_report .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .board_report .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .board_report .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .board_report .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .board_report .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .board_report .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; }
/***********************************
Whole Systems
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .whole_systems .column ol, .whole_systems .column ul {
           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*/

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

        .whole_systems .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; }
/***********************************
iCoachFirst (Medispend)
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .icoachfirst_medispend .column ol, .icoachfirst_medispend .column ul {
           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*/

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

        .icoachfirst_medispend .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; }
/***********************************
DIRECTIONS
***********************************/

    /*paragraphs*/

        .directions .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .directions .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .directions .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .directions .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .directions .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .directions .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .directions .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .directions .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .directions .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .directions .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .directions .column ol, .directions .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .directions .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .directions .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .directions .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .directions .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .directions .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .directions .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .directions .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .directions .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .directions .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .directions .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .directions .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .directions .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .directions .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .directions .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .directions .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; }
/***********************************
Volunteer of the Month
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .volunteer_of_the_month .column ol, .volunteer_of_the_month .column ul {
           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*/

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

        .volunteer_of_the_month .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; }
/***********************************
AdMed
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .admed .column ol, .admed .column ul {
           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*/

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

        .admed .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; }
/***********************************
RESOURCE SPOTLIGHT
***********************************/

    /*paragraphs*/

        .resource_spotlight .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .resource_spotlight .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .resource_spotlight .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .resource_spotlight .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .resource_spotlight .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .resource_spotlight .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .resource_spotlight .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .resource_spotlight .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .resource_spotlight .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .resource_spotlight .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .resource_spotlight .column ol, .resource_spotlight .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .resource_spotlight .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .resource_spotlight .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .resource_spotlight .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .resource_spotlight .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .resource_spotlight .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .resource_spotlight .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .resource_spotlight .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .resource_spotlight .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .resource_spotlight .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .resource_spotlight .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .resource_spotlight .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .resource_spotlight .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .resource_spotlight .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .resource_spotlight .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .resource_spotlight .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; }
/***********************************
ELB Learning
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .elb_learning .column ol, .elb_learning .column ul {
           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*/

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

        .elb_learning .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; }
/***********************************
TiER1 Performance
***********************************/

    /*paragraphs*/

        .tier1_performance .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .tier1_performance .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .tier1_performance .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .tier1_performance .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .tier1_performance .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .tier1_performance .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .tier1_performance .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .tier1_performance .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .tier1_performance .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .tier1_performance .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .tier1_performance .column ol, .tier1_performance .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .tier1_performance .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .tier1_performance .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .tier1_performance .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .tier1_performance .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .tier1_performance .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .tier1_performance .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .tier1_performance .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .tier1_performance .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .tier1_performance .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .tier1_performance .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .tier1_performance .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .tier1_performance .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .tier1_performance .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .tier1_performance .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .tier1_performance .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; }
/***********************************
VIRTUAL TRAINING
***********************************/

    /*paragraphs*/

        .virtual_training .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .virtual_training .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .virtual_training .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .virtual_training .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .virtual_training .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .virtual_training .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .virtual_training .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .virtual_training .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .virtual_training .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .virtual_training .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .virtual_training .column ol, .virtual_training .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .virtual_training .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .virtual_training .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .virtual_training .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .virtual_training .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .virtual_training .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .virtual_training .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .virtual_training .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .virtual_training .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .virtual_training .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .virtual_training .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .virtual_training .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .virtual_training .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .virtual_training .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .virtual_training .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .virtual_training .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; }
/***********************************
LTEN Conference 1
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_conference_1 .column ol, .lten_conference_1 .column ul {
           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*/

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

        .lten_conference_1 .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; }
/***********************************
LTEN Conference 2
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_conference_2 .column ol, .lten_conference_2 .column ul {
           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*/

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

        .lten_conference_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; }
/***********************************
LTEN Conference 3
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_conference_3 .column ol, .lten_conference_3 .column ul {
           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*/

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

        .lten_conference_3 .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; }
/***********************************
LTEN Conference 4
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_conference_4 .column ol, .lten_conference_4 .column ul {
           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*/

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

        .lten_conference_4 .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; }
/***********************************
LTEN Conference 5
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_conference_5 .column ol, .lten_conference_5 .column ul {
           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*/

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

        .lten_conference_5 .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; }
/***********************************
COVER STORY
***********************************/

    /*paragraphs*/

        .cover_story .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .cover_story .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .cover_story .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .cover_story .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .cover_story .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .cover_story .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .cover_story .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .cover_story .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .cover_story .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .cover_story .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .cover_story .column ol, .cover_story .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .cover_story .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .cover_story .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .cover_story .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .cover_story .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .cover_story .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .cover_story .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .cover_story .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .cover_story .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .cover_story .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .cover_story .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .cover_story .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .cover_story .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .cover_story .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .cover_story .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .cover_story .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; }
/***********************************
LTEN Events
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_events .column ol, .lten_events .column ul {
           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*/

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

        .lten_events .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; }
/***********************************
Nazaré, part of Inizio Engage
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .nazare_part_of_inizio_engage .column ol, .nazare_part_of_inizio_engage .column ul {
           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*/

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

        .nazare_part_of_inizio_engage .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; }
/***********************************
STRATEGIC DEVELOPMENT
***********************************/

    /*paragraphs*/

        .strategic_development .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .strategic_development .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .strategic_development .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .strategic_development .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .strategic_development .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .strategic_development .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .strategic_development .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .strategic_development .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .strategic_development .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .strategic_development .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .strategic_development .column ol, .strategic_development .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .strategic_development .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .strategic_development .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .strategic_development .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .strategic_development .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .strategic_development .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .strategic_development .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .strategic_development .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .strategic_development .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .strategic_development .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .strategic_development .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .strategic_development .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .strategic_development .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .strategic_development .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .strategic_development .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .strategic_development .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; }
/***********************************
LTEN Awards 1
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_awards_1 .column ol, .lten_awards_1 .column ul {
           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*/

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

        .lten_awards_1 .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; }
/***********************************
LTEN Awards 2
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_awards_2 .column ol, .lten_awards_2 .column ul {
           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*/

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

        .lten_awards_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; }
/***********************************
LTEN Awards 3
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_awards_3 .column ol, .lten_awards_3 .column ul {
           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*/

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

        .lten_awards_3 .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; }
/***********************************
LTEN Awards 4
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_awards_4 .column ol, .lten_awards_4 .column ul {
           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*/

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

        .lten_awards_4 .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; }
/***********************************
LTEN Awards 5
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .lten_awards_5 .column ol, .lten_awards_5 .column ul {
           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*/

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

        .lten_awards_5 .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; }
/***********************************
INSTRUCTIONAL DESIGN
***********************************/

    /*paragraphs*/

        .instructional_design .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .instructional_design .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .instructional_design .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .instructional_design .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .instructional_design .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .instructional_design .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .instructional_design .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .instructional_design .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .instructional_design .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .instructional_design .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .instructional_design .column ol, .instructional_design .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .instructional_design .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .instructional_design .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .instructional_design .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .instructional_design .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .instructional_design .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .instructional_design .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .instructional_design .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .instructional_design .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .instructional_design .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .instructional_design .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .instructional_design .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .instructional_design .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .instructional_design .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .instructional_design .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .instructional_design .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; }
/***********************************
TGaS
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .tgas .column ol, .tgas .column ul {
           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*/

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

        .tgas .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 River Bend
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .the_river_bend .column ol, .the_river_bend .column ul {
           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*/

        .the_river_bend .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_river_bend .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; }
/***********************************
PERFORMANCE SUPPORT
***********************************/

    /*paragraphs*/

        .performance_support .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .performance_support .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .performance_support .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .performance_support .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .performance_support .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .performance_support .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .performance_support .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .performance_support .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .performance_support .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .performance_support .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .performance_support .column ol, .performance_support .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .performance_support .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .performance_support .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .performance_support .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .performance_support .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .performance_support .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .performance_support .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .performance_support .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .performance_support .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .performance_support .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .performance_support .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .performance_support .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .performance_support .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .performance_support .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .performance_support .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .performance_support .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; }
/***********************************
Metrix Group | Atomus | aCoach
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .metrix_group_atomus_acoach .column ol, .metrix_group_atomus_acoach .column ul {
           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*/

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

        .metrix_group_atomus_acoach .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; }
/***********************************
NX Level Solutions | Quantified.ai
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .nx_level_solutions_quantified_ai .column ol, .nx_level_solutions_quantified_ai .column ul {
           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*/

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

        .nx_level_solutions_quantified_ai .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; }
/***********************************
CONNECTIONS
***********************************/

    /*paragraphs*/

        .connections .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .connections .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .connections .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .connections .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .connections .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .connections .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .connections .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .connections .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .connections .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .connections .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .connections .column ol, .connections .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .connections .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .connections .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .connections .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .connections .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .connections .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .connections .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .connections .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .connections .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .connections .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .connections .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .connections .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .connections .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .connections .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .connections .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .connections .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; }
/***********************************
PIP
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .pip .column ol, .pip .column ul {
           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*/

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

        .pip .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; }
/***********************************
Encompass Communications and Learning | Octane
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .encompass_communications_and_learning_octane .column ol, .encompass_communications_and_learning_octane .column ul {
           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*/

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

        .encompass_communications_and_learning_octane .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; }
/***********************************
ACTO | Allego
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .acto_allego .column ol, .acto_allego .column ul {
           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*/

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

        .acto_allego .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; }
/***********************************
SELLING SKILLS
***********************************/

    /*paragraphs*/

        .selling_skills .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .selling_skills .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .selling_skills .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .selling_skills .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .selling_skills .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .selling_skills .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .selling_skills .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .selling_skills .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .selling_skills .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .selling_skills .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .selling_skills .column ol, .selling_skills .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .selling_skills .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .selling_skills .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .selling_skills .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .selling_skills .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .selling_skills .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .selling_skills .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .selling_skills .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .selling_skills .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .selling_skills .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .selling_skills .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .selling_skills .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .selling_skills .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .selling_skills .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .selling_skills .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .selling_skills .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; }
/***********************************
ETSI | ERS
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .etsi_ers .column ol, .etsi_ers .column ul {
           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*/

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

        .etsi_ers .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; }
/***********************************
ProFusion | Ignite Selling
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .profusion_ignite_selling .column ol, .profusion_ignite_selling .column ul {
           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*/

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

        .profusion_ignite_selling .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; }
/***********************************
TRAINING TOOLS
***********************************/

    /*paragraphs*/

        .training_tools .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .training_tools .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .training_tools .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .training_tools .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .training_tools .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .training_tools .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .training_tools .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .training_tools .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .training_tools .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .training_tools .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .training_tools .column ol, .training_tools .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .training_tools .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .training_tools .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .training_tools .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .training_tools .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .training_tools .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .training_tools .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .training_tools .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .training_tools .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .training_tools .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .training_tools .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .training_tools .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .training_tools .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .training_tools .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .training_tools .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .training_tools .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; }
/***********************************
PraxisPro | TPM
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .praxispro_tpm .column ol, .praxispro_tpm .column ul {
           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*/

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

        .praxispro_tpm .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; }
/***********************************
Arist | Amplifire
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .arist_amplifire .column ol, .arist_amplifire .column ul {
           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*/

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

        .arist_amplifire .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; }
/***********************************
PARTNERSHIPS
***********************************/

    /*paragraphs*/

        .partnerships .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .partnerships .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .partnerships .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .partnerships .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .partnerships .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .partnerships .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .partnerships .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .partnerships .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .partnerships .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .partnerships .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .partnerships .column ol, .partnerships .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .partnerships .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .partnerships .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .partnerships .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .partnerships .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .partnerships .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .partnerships .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .partnerships .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .partnerships .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .partnerships .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .partnerships .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .partnerships .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .partnerships .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .partnerships .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .partnerships .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .partnerships .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; }
/***********************************
Amplity Health | WLH | Vantage Partners | Avalere Health
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .amplity_health_wlh_vantage_partners_avalere_health .column ol, .amplity_health_wlh_vantage_partners_avalere_health .column ul {
           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*/

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

        .amplity_health_wlh_vantage_partners_avalere_health .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; }
/***********************************
Coachability Consultants | The Brooks Group | TalentSmartEQ | Etherio
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .coachability_consultants_the_brooks_group_talentsmarteq_etherio .column ol, .coachability_consultants_the_brooks_group_talentsmarteq_etherio .column ul {
           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*/

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

        .coachability_consultants_the_brooks_group_talentsmarteq_etherio .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; }
/***********************************
BOOK BRIEFS
***********************************/

    /*paragraphs*/

        .book_briefs .column p.HeaderUppercase {
           text-transform: uppercase;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .book_briefs .column p.Caption {
           color: #000000FF;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column p.PullQuote {
           text-align: right;
           margin-top: 18px;
           margin-right: 20px;
           margin-left: 20px;
           margin-bottom: 0px;
           line-height: 1.5em;
           font-weight: 100;
           font-size: 1.3125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column p.RightJustify {
           font-weight: normal;
           text-align: right;
           margin-right: 20px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column p.BlueByline {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .book_briefs .column p.Blue {
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .book_briefs .column p.NoMargin {
           text-transform: none;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column p {
           margin-left: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-top-width: 0px;
           border-bottom-width: 24px;
           border-left-width: 0px;
           border-right-width: 0px;
           border-style: none;
           border-color: Transparent;
           border-radius: 0px;
        }

        .book_briefs .column p.paragraphs-1i2c0d9s9 {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           padding: 0px;
           border-width: 0px;
           color: rgb(236, 0, 140);
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 12px;
           margin-bottom: 0px;
           border-color: Transparent;
        }

        .book_briefs .column p.headers-1ij6j4l21 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #858F97FF;
           margin-bottom: 0px;
           margin-right: 0px;
           padding: 0px;
           border-width: 0px;
        }

    /*lists*/

        .book_briefs .column .Alphabetical {
           list-style-type: lower-alpha;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .book_briefs .column .Numerical {
           color: #000000FF;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .book_briefs .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: normal;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           margin-bottom: 12px;
           border-width: 0px;
           list-style-image: none;
        }

        .book_briefs .column .PinkBullet {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           list-style-type: disc;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .book_briefs .column ol, .book_briefs .column ul {
           list-style-type: none;
           background-color: transparent;
           color: #222222FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           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;
           list-style-image: none;
        }

    /*links*/

        .book_briefs .column a.CaptionLink {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column a {
           color: #009ADEFF;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           line-height: 1.6em;
           font-size: 1.125rem;
           border-width: 0px;
        }

    /*inlines*/

        .book_briefs .column .default-drop-cap {
           padding-left: 0px;
           margin-top: 15px;
           margin-right: 2px;
           margin-left: 0px;
           line-height: 0.3em;
           font-weight: bold;
           font-size: 4.0625rem;
           font-family: montserrat,sans-serif;
           float: left;
           color: #EC008CFF;
           border-width: 0px;
        }

        .book_briefs .column .Blue {
           font-family: montserrat,sans-serif;
           color: #0097D9FF;
           border-width: 0px;
        }

        .book_briefs .column .Black {
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .book_briefs .column .Pink {
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
        }

        .book_briefs .column .Gray {
           line-height: 1.5em;
           font-size: 1.125rem;
           float: none;
           font-weight: normal;
           font-family: montserrat,sans-serif;
           color: #849097FF;
           border-width: 0px;
        }

    /*headers*/

        .book_briefs .column h6 {
           font-weight: normal;
           margin-left: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .book_briefs .column h5 {
           margin-top: 24px;
           margin-left: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           color: #000000;
           border-width: 0px;
        }

        .book_briefs .column h4 {
           font-weight: normal;
           color: #000000FF;
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: montserrat,sans-serif;
           margin-right: 0px;
           border-width: 0px;
        }

        .book_briefs .column h3 {
           margin-top: 12px;
           margin-left: 0px;
           line-height: 1.6em;
           font-weight: 700;
           font-size: 1.25rem;
           font-family: montserrat,sans-serif;
           color: #009ADEFF;
           margin-bottom: 0px;
           margin-right: 0px;
           border-width: 0px;
        }

        .book_briefs .column h2 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-weight: 100;
           font-size: 1.5rem;
           font-family: montserrat,sans-serif;
           color: #009BDFFF;
           padding-bottom: 12px;
           border-width: 0px;
        }

        .book_briefs .column h1 {
           margin-top: 12px;
           margin-left: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-weight: bold;
           font-size: 2.125rem;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

    /*images*/

        .book_briefs .column img.image-default {
           margin-bottom: 12px;
           margin-top: 12px;
           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*/

        .book_briefs .column div.container-default {
           padding: 10px;
           align-items: baseline;
           gap: 5px;
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           border-width: 0px;
        }

    /*layoutitems*/

        .book_briefs .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; }
/***********************************
Cognota | Sarto | Conexus | LTEN
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .cognota_sarto_conexus_lten .column ol, .cognota_sarto_conexus_lten .column ul {
           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*/

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

        .cognota_sarto_conexus_lten .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; }
/***********************************
Qstream | HeyCogni
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

        .qstream_heycogni .column ol, .qstream_heycogni .column ul {
           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*/

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

        .qstream_heycogni .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; }
/***********************************
Focus Contacts
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

        .focus_contacts .column h1 {
           font-family: montserrat,sans-serif;
           font-size: 2.125rem;
           font-weight: bold;
           line-height: 1.2em;
           margin-bottom: 0px;
           margin-left: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .focus_contacts .column h2 {
           padding-bottom: 12px;
           color: #009BDFFF;
           font-family: montserrat,sans-serif;
           font-size: 1.5rem;
           font-weight: 100;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-left: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .focus_contacts .column h3 {
           margin-right: 0px;
           margin-bottom: 0px;
           color: #009ADEFF;
           font-family: montserrat,sans-serif;
           font-size: 1.25rem;
           font-weight: 700;
           line-height: 1.6em;
           margin-left: 0px;
           margin-top: 12px;
           border-width: 0px;
        }

        .focus_contacts .column h4 {
           margin-right: 0px;
           font-family: montserrat,sans-serif;
           font-size: 1rem;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-left: 0px;
           margin-top: 12px;
           color: #000000FF;
           font-weight: normal;
           border-width: 0px;
        }

        .focus_contacts .column h5 {
           color: #000000;
           font-family: montserrat,sans-serif;
           font-size: 1rem;
           font-weight: 100;
           line-height: 1.4em;
           margin-left: 0px;
           margin-top: 24px;
           border-width: 0px;
        }

        .focus_contacts .column h6 {
           font-family: montserrat,sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           margin-bottom: 12px;
           margin-left: 0px;
           font-weight: normal;
           border-width: 0px;
        }

    /*inlines*/

        .focus_contacts .column .Gray {
           color: #849097FF;
           font-family: montserrat,sans-serif;
           font-weight: normal;
           float: none;
           font-size: 1rem;
           line-height: 1.5em;
           border-width: 0px;
        }

        .focus_contacts .column .Pink {
           color: #EC008CFF;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .focus_contacts .column .Black {
           color: #000000;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .focus_contacts .column .Blue {
           color: #0097D9FF;
           font-family: montserrat,sans-serif;
           border-width: 0px;
        }

        .focus_contacts .column .default-drop-cap {
           color: #EC008CFF;
           float: left;
           font-family: montserrat,sans-serif;
           font-size: 3.75rem;
           font-weight: bold;
           line-height: 0.5em;
           margin-left: 0px;
           margin-right: 2px;
           margin-top: 15px;
           padding-left: 0px;
           border-width: 0px;
        }

    /*links*/

        .focus_contacts .column a {
           font-size: 1.125rem;
           line-height: 1.6em;
           font-family: montserrat,sans-serif;
           font-weight: normal;
           color: #009ADEFF;
           border-width: 0px;
        }

        .focus_contacts .column a.CaptionLink {
           font-family: montserrat,sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*lists*/

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

        .focus_contacts .column .PinkBullet {
           line-height: 1.6em;
           font-weight: 100;
           list-style-type: disc;
           font-size: 1.125rem;
           font-family: montserrat,sans-serif;
           color: #EC008CFF;
           border-width: 0px;
           list-style-image: none;
        }

        .focus_contacts .column .Bulleted {
           margin-bottom: 12px;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           color: #000000;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

        .focus_contacts .column .Numerical {
           margin-bottom: 12px;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           color: #000000FF;
           border-width: 0px;
           list-style-image: none;
        }

        .focus_contacts .column .Alphabetical {
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: lower-alpha;
           border-width: 0px;
           list-style-image: none;
        }

    /*paragraphs*/

        .focus_contacts .column p.paragraphs-1i2c0d9s9 {
           border-color: Transparent;
           margin-bottom: 0px;
           margin-top: 12px;
           margin-right: 0px;
           margin-left: 0px;
           color: rgb(236, 0, 140);
           border-width: 0px;
           padding: 0px;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
        }

        .focus_contacts .column p {
           border-radius: 0px;
           border-color: Transparent;
           border-style: none;
           border-right-width: 0px;
           border-left-width: 0px;
           border-bottom-width: 24px;
           border-top-width: 0px;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: normal;
           line-height: 1.6em;
           margin-bottom: 24px;
           margin-left: 0px;
        }

        .focus_contacts .column p.NoMargin {
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           text-transform: none;
           border-width: 0px;
        }

        .focus_contacts .column p.Blue {
           color: #0097D9FF;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           line-height: 1.6em;
           margin-bottom: 24px;
           border-width: 0px;
        }

        .focus_contacts .column p.BlueByline {
           color: #0097D9FF;
           font-family: montserrat,sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .focus_contacts .column p.RightJustify {
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           line-height: 1.6em;
           margin-bottom: 24px;
           margin-right: 20px;
           text-align: right;
           font-weight: normal;
           border-width: 0px;
        }

        .focus_contacts .column p.PullQuote {
           font-family: montserrat,sans-serif;
           font-size: 1.3125rem;
           font-weight: 100;
           line-height: 1.5em;
           margin-bottom: 0px;
           margin-left: 20px;
           margin-right: 20px;
           margin-top: 18px;
           text-align: right;
           border-width: 0px;
        }

        .focus_contacts .column p.Caption {
           font-family: montserrat,sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           color: #000000FF;
           border-width: 0px;
        }

        .focus_contacts .column p.HeaderUppercase {
           margin-top: 12px;
           margin-right: 0px;
           font-family: montserrat,sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-left: 0px;
           text-transform: uppercase;
           border-width: 0px;
        }

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

div[data-sticky='top'] { position: sticky; top: 0; z-index: 1000; }
div[data-sticky='bottom'] { position: sticky; bottom: 0; z-index: 2000; }
@media print { div.bookviewport { print-color-adjust: exact; } }