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

    /*paragraphs*/

        .cover .column p {
           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: .3em;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

        .cover .column h1 {
           border-width: 0px;
        }

        .cover .column h2 {
           border-width: 0px;
        }

        .cover .column h3 {
           border-width: 0px;
        }

        .cover .column h4 {
           border-width: 0px;
        }

        .cover .column h5 {
           border-width: 0px;
        }

        .cover .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*lists*/

        .cover .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           font-variant: normal;
           list-style-type: decimal;
           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;
           border-width: 0px;
        }

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

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_api .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; }
/***********************************
Contents
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .contents .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—Grace
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_grace .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; }
/***********************************
Masthead
***********************************/

    /*lists*/

        .masthead .column .NumberedList {
           text-decoration: none;
           font-variant: normal;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .masthead .column .Subbullets {
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           padding-left: 80px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           list-style-type: circle;
           border-width: 0px;
           list-style-image: none;
        }

        .masthead .column .LitCited {
           padding-bottom: 0px;
           padding-left: 12px;
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           text-indent: 0px;
           line-height: 1.4em;
           font-size: 0.875rem;
           font-family: "roboto-condensed",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .masthead .column .Bullets {
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .masthead .column p.p2 {
           color: #dca10d;
           border-width: 0px;
        }

        .masthead .column p.Eq.centered {
           text-align: center;
           padding-right: 0px;
           line-height: 1.8em;
           padding-bottom: 15px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .masthead .column p.Default-Nospacebelow {
           padding-right: 0px;
           padding-bottom: 0px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .masthead .column p.AuthorBio {
           text-decoration: none;
           padding-top: 12px;
           padding-bottom: 12px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .masthead .column p.Deck-line2 {
           text-align: center;
           color: #ca171e;
           padding-bottom: 0px;
           font-size: 1rem;
           font-family: "district-pro",sans-serif;
           border-width: 0px;
        }

        .masthead .column p.Deck {
           line-height: 1.7em;
           padding-top: 12px;
           text-align: center;
           color: #ca171e;
           padding-bottom: 0px;
           font-size: 1rem;
           font-family: "district-pro",sans-serif;
           border-width: 0px;
        }

        .masthead .column p {
           padding-right: 0px;
           line-height: 1.8em;
           padding-bottom: 15px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .masthead .column p.Byline {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           text-align: center;
           padding-top: 18px;
           padding-bottom: 18px;
           border-width: 0px;
        }

        .masthead .column p.Subhead1 {
           font-size: 1.0625rem;
           font-family: "district-pro",sans-serif;
           color: #ca171e;
           font-weight: bold;
           padding-top: 6px;
           text-transform: uppercase;
           text-align: left;
           padding-bottom: 6px;
           border-width: 0px;
        }

    /*inlines*/

        .masthead .column .s1 {
           text-decoration: underline;
           border-width: 0px;
        }

        .masthead .column .AuthorName {
           background-color: transparent;
           color: #ca171e;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           text-transform: uppercase;
           border-width: 0px;
        }

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

        .masthead .column .Subhead2 {
           line-height: 1.8em;
           font-family: "district-pro",sans-serif;
           color: #ca171e;
           font-weight: bold;
           padding-top: 12px;
           font-size: 1rem;
           border-width: 0px;
        }

        .masthead .column .FigReference {
           font-family: "district-pro",sans-serif;
           color: #ca171e;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

        .masthead .column h1 {
           line-height: 1.6em;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           text-align: center;
           color: #000000;
           border-width: 0px;
        }

        .masthead .column h2 {
           border-width: 0px;
        }

        .masthead .column h3 {
           border-width: 0px;
        }

        .masthead .column h4 {
           border-width: 0px;
        }

        .masthead .column h5 {
           border-width: 0px;
        }

        .masthead .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

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

        .masthead .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; }
/***********************************
Ad—Coneleex
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

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

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

    /*headers*/

        .editorial_comment .column h6 {
           border-width: 0px;
        }

        .editorial_comment .column h5 {
           border-width: 0px;
        }

        .editorial_comment .column h4 {
           border-width: 0px;
        }

        .editorial_comment .column h3 {
           border-width: 0px;
        }

        .editorial_comment .column h2 {
           border-width: 0px;
        }

        .editorial_comment .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .editorial_comment .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .editorial_comment .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .editorial_comment .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .editorial_comment .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .editorial_comment .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .editorial_comment .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .editorial_comment .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .editorial_comment .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .editorial_comment .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .editorial_comment .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .editorial_comment .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .editorial_comment .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .editorial_comment .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .editorial_comment .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .editorial_comment .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .editorial_comment .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .editorial_comment .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

        .editorial_comment .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—Saint-Gobain NorPro
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_saint_gobain_norpro .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; }
/***********************************
Podcasts
***********************************/

    /*lists*/

        .podcasts .column .NumberedList {
           text-decoration: none;
           font-variant: normal;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .podcasts .column .Subbullets {
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           padding-left: 80px;
           line-height: 1.6em;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           list-style-type: circle;
           border-width: 0px;
           list-style-image: none;
        }

        .podcasts .column .LitCited {
           padding-bottom: 0px;
           padding-left: 12px;
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           text-indent: 0px;
           line-height: 1.4em;
           font-size: 0.875rem;
           font-family: "roboto-condensed",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .podcasts .column .Bullets {
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .podcasts .column p.Default-Indent {
           padding-left: 25px;
           padding-right: 0px;
           line-height: 1.8em;
           padding-bottom: 15px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.Eq.centered {
           text-align: center;
           padding-right: 0px;
           line-height: 1.8em;
           padding-bottom: 15px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.Default-Nospacebelow {
           padding-right: 0px;
           padding-bottom: 0px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.AuthorBio {
           text-decoration: none;
           padding-top: 12px;
           padding-bottom: 12px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.Deck-line2 {
           text-align: center;
           color: #ca171e;
           padding-bottom: 0px;
           font-size: 1rem;
           font-family: "district-pro",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.Deck {
           line-height: 1.7em;
           padding-top: 12px;
           text-align: center;
           color: #ca171e;
           padding-bottom: 0px;
           font-size: 1rem;
           font-family: "district-pro",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p {
           padding-right: 0px;
           line-height: 1.8em;
           padding-bottom: 15px;
           font-size: 0.875rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .podcasts .column p.Byline {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           text-align: center;
           padding-top: 18px;
           padding-bottom: 18px;
           border-width: 0px;
        }

        .podcasts .column p.Subhead1 {
           font-size: 1.0625rem;
           font-family: "district-pro",sans-serif;
           color: #df7e1b;
           font-weight: bold;
           padding-top: 6px;
           text-align: left;
           padding-bottom: 6px;
           border-width: 0px;
        }

    /*inlines*/

        .podcasts .column .AuthorName {
           background-color: transparent;
           color: #ca171e;
           font-weight: bold;
           text-transform: uppercase;
           border-width: 0px;
        }

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

        .podcasts .column .Subhead2 {
           line-height: 1.8em;
           font-family: "district-pro",sans-serif;
           color: #ca171e;
           font-weight: bold;
           padding-top: 12px;
           font-size: 1rem;
           border-width: 0px;
        }

        .podcasts .column .FigReference {
           font-family: "district-pro",sans-serif;
           color: #ca171e;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

        .podcasts .column h1 {
           line-height: 1.6em;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           text-align: center;
           color: #000000;
           border-width: 0px;
        }

        .podcasts .column h2 {
           border-width: 0px;
        }

        .podcasts .column h3 {
           border-width: 0px;
        }

        .podcasts .column h4 {
           border-width: 0px;
        }

        .podcasts .column h5 {
           border-width: 0px;
        }

        .podcasts .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

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

        .podcasts .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; }
/***********************************
Ad—Spraying Systems
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_spraying_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; }
/***********************************
Innovations
***********************************/

    /*headers*/

        .innovations .column h6 {
           border-width: 0px;
        }

        .innovations .column h5 {
           border-width: 0px;
        }

        .innovations .column h4 {
           border-width: 0px;
        }

        .innovations .column h3 {
           border-width: 0px;
        }

        .innovations .column h2 {
           border-width: 0px;
        }

        .innovations .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .innovations .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .innovations .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .innovations .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .innovations .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .innovations .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .innovations .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .innovations .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .innovations .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .innovations .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .innovations .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .innovations .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .innovations .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .innovations .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .innovations .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .innovations .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .innovations .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .innovations .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .innovations .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—IRPC
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_irpc .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; }
/***********************************
Special Focus Opening
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .special_focus_opening .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; }
/***********************************
SPECIAL FOCUS—Liu (Sinopec Research Institute)
***********************************/

    /*headers*/

        .special_focus_liu_sinopec_research_institute .column h6 {
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column h5 {
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column h4 {
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column h3 {
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column h2 {
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .special_focus_liu_sinopec_research_institute .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .special_focus_liu_sinopec_research_institute .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .special_focus_liu_sinopec_research_institute .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .special_focus_liu_sinopec_research_institute .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_liu_sinopec_research_institute .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_liu_sinopec_research_institute .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_liu_sinopec_research_institute .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_liu_sinopec_research_institute .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .special_focus_liu_sinopec_research_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; }
/***********************************
Ad—Energy Excellence Awards
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_energy_excellence_awards .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; }
/***********************************
SPECIAL FOCUS—Gebert (Clariant)
***********************************/

    /*headers*/

        .special_focus_gebert_clariant .column h6 {
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column h5 {
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column h4 {
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column h3 {
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column h2 {
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .special_focus_gebert_clariant .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .special_focus_gebert_clariant .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .special_focus_gebert_clariant .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .special_focus_gebert_clariant .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_gebert_clariant .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_gebert_clariant .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_gebert_clariant .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_gebert_clariant .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .special_focus_gebert_clariant .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; }
/***********************************
SPECIAL FOCUS—Scalco (General Atomics Electromagnetic Systems)
***********************************/

    /*headers*/

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h6 {
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h5 {
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h4 {
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h3 {
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h2 {
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_scalco_general_atomics_electromagnetic_systems .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .special_focus_scalco_general_atomics_electromagnetic_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; }
/***********************************
Ad—AFPM
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_afpm .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; }
/***********************************
SPECIAL FOCUS—Jesina (Topsoe)
***********************************/

    /*headers*/

        .special_focus_jesina_topsoe .column h6 {
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column h5 {
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column h4 {
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column h3 {
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column h2 {
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .special_focus_jesina_topsoe .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .special_focus_jesina_topsoe .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .special_focus_jesina_topsoe .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .special_focus_jesina_topsoe .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_jesina_topsoe .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_jesina_topsoe .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_jesina_topsoe .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .special_focus_jesina_topsoe .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .special_focus_jesina_topsoe .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—HP AI
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_hp_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; }
/***********************************
Process Optimization—Rajaretnam (ADNOC Refining)
***********************************/

    /*headers*/

        .process_optimization_rajaretnam_adnoc_refining .column h6 {
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column h5 {
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column h4 {
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column h3 {
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column h2 {
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .process_optimization_rajaretnam_adnoc_refining .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .process_optimization_rajaretnam_adnoc_refining .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .process_optimization_rajaretnam_adnoc_refining .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .process_optimization_rajaretnam_adnoc_refining .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_rajaretnam_adnoc_refining .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .process_optimization_rajaretnam_adnoc_refining .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; }
/***********************************
Process Optimization—Casey (Emerson)
***********************************/

    /*headers*/

        .process_optimization_casey_emerson .column h6 {
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column h5 {
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column h4 {
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column h3 {
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column h2 {
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .process_optimization_casey_emerson .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .process_optimization_casey_emerson .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .process_optimization_casey_emerson .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .process_optimization_casey_emerson .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_casey_emerson .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_casey_emerson .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_casey_emerson .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_casey_emerson .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .process_optimization_casey_emerson .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—ChemE Webcast--Exhibit
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_cheme_webcast_exhibit .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; }
/***********************************
Process Optimization—Chaudhuri (Fluor)
***********************************/

    /*headers*/

        .process_optimization_chaudhuri_fluor .column h6 {
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column h5 {
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column h4 {
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column h3 {
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column h2 {
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .process_optimization_chaudhuri_fluor .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .process_optimization_chaudhuri_fluor .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .process_optimization_chaudhuri_fluor .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .process_optimization_chaudhuri_fluor .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_chaudhuri_fluor .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_chaudhuri_fluor .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_chaudhuri_fluor .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .process_optimization_chaudhuri_fluor .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .process_optimization_chaudhuri_fluor .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—WGLC
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_wglc .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; }
/***********************************
Heat Exchange—Sharma (Contributing Author)
***********************************/

    /*headers*/

        .heat_exchange_sharma .column h6 {
           border-width: 0px;
        }

        .heat_exchange_sharma .column h5 {
           border-width: 0px;
        }

        .heat_exchange_sharma .column h4 {
           border-width: 0px;
        }

        .heat_exchange_sharma .column h3 {
           border-width: 0px;
        }

        .heat_exchange_sharma .column h2 {
           border-width: 0px;
        }

        .heat_exchange_sharma .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .heat_exchange_sharma .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .heat_exchange_sharma .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .heat_exchange_sharma .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .heat_exchange_sharma .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .heat_exchange_sharma .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .heat_exchange_sharma .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .heat_exchange_sharma .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .heat_exchange_sharma .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .heat_exchange_sharma .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .heat_exchange_sharma .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—TEES Turbomachinery Laboratory
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_tees_turbomachinery_laboratory .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; }
/***********************************
Maintenance, Reliability and Inspection—Lee (SK Energy)
***********************************/

    /*headers*/

        .maintenance_reliability_and_inspection_lee_sk_energy .column h6 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column h5 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column h4 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column h3 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column h2 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .maintenance_reliability_and_inspection_lee_sk_energy .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .maintenance_reliability_and_inspection_lee_sk_energy .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lee_sk_energy .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .maintenance_reliability_and_inspection_lee_sk_energy .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—ChemE 2026
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_cheme_2026 .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; }
/***********************************
Maintenance, Reliability and Inspection—Lende (KBR)
***********************************/

    /*headers*/

        .maintenance_reliability_and_inspection_lende_kbr .column h6 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column h5 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column h4 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column h3 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column h2 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .maintenance_reliability_and_inspection_lende_kbr .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .maintenance_reliability_and_inspection_lende_kbr .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .maintenance_reliability_and_inspection_lende_kbr .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_lende_kbr .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .maintenance_reliability_and_inspection_lende_kbr .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—Boxscore
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*paragraphs*/

        .a_boxscore .column p {
           border-width: 0px;
        }

    /*inlines*/

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

    /*links*/

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

    /*headers*/

        .a_boxscore .column h1 {
           border-width: 0px;
        }

        .a_boxscore .column h2 {
           border-width: 0px;
        }

        .a_boxscore .column h3 {
           border-width: 0px;
        }

        .a_boxscore .column h4 {
           border-width: 0px;
        }

        .a_boxscore .column h5 {
           border-width: 0px;
        }

        .a_boxscore .column h6 {
           border-width: 0px;
        }

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Maintenance, Reliability and Inspection—Baum (IMI)
***********************************/

    /*headers*/

        .maintenance_reliability_and_inspection_baum_imi .column h6 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column h5 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column h4 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column h3 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column h2 {
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .maintenance_reliability_and_inspection_baum_imi .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .maintenance_reliability_and_inspection_baum_imi .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .maintenance_reliability_and_inspection_baum_imi .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .maintenance_reliability_and_inspection_baum_imi .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .maintenance_reliability_and_inspection_baum_imi .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .maintenance_reliability_and_inspection_baum_imi .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—GEI Consulting
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_gei_consulting .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; }
/***********************************
PDECC—O’Mara (Burns & McDonnell)
***********************************/

    /*headers*/

        .pdecc_omara_burns_mcdonnell .column h6 {
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column h5 {
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column h4 {
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column h3 {
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column h2 {
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .pdecc_omara_burns_mcdonnell .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .pdecc_omara_burns_mcdonnell .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .pdecc_omara_burns_mcdonnell .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .pdecc_omara_burns_mcdonnell .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .pdecc_omara_burns_mcdonnell .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .pdecc_omara_burns_mcdonnell .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .pdecc_omara_burns_mcdonnell .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .pdecc_omara_burns_mcdonnell .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .pdecc_omara_burns_mcdonnell .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—ChemE Webcast
***********************************/

    /*paragraphs*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

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

    /*containers*/

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

        .a_cheme_webcast .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; }
/***********************************
Environment and Safety—da Silva (Petrobras)
***********************************/

    /*headers*/

        .environment_and_safety_da_silva_petrobras .column h6 {
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column h5 {
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column h4 {
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column h3 {
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column h2 {
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .environment_and_safety_da_silva_petrobras .column .FigReference {
           color: #CA171EFF;
           font-family: Roboto, sans-serif;
           font-weight: normal;
           text-transform: none;
           line-height: 1.5em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           line-height: 1.8em;
           text-transform: none;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #ca171e;
           background-color: transparent;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .environment_and_safety_da_silva_petrobras .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #CA171EFF;
           font-family: district-pro,sans-serif;
           font-size: 1.0625rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: district-pro,sans-serif;
           line-height: 1.5em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Deck {
           font-family: "district-pro",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Deck-line2 {
           font-family: district-pro,sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #CA171EFF;
           text-align: center;
           line-height: 1.5em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.AuthorBio {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           line-height: 1.7em;
           text-align: left;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           line-height: 1.8em;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

        .environment_and_safety_da_silva_petrobras .column p.Default-Indent {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           padding-left: 25px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

        .environment_and_safety_da_silva_petrobras .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .environment_and_safety_da_silva_petrobras .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .environment_and_safety_da_silva_petrobras .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .environment_and_safety_da_silva_petrobras .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

        .environment_and_safety_da_silva_petrobras .column .Acknowledgements {
           list-style-type: lower-alpha;
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.875rem;
           line-height: 1.4em;
           padding-left: 12px;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .environment_and_safety_da_silva_petrobras .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—GP Circ
***********************************/

    /*paragraphs*/

        .a_gp_circ .column p {
           border-width: 0px;
        }

    /*inlines*/

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

    /*links*/

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

    /*headers*/

        .a_gp_circ .column h1 {
           border-width: 0px;
        }

        .a_gp_circ .column h2 {
           border-width: 0px;
        }

        .a_gp_circ .column h3 {
           border-width: 0px;
        }

        .a_gp_circ .column h4 {
           border-width: 0px;
        }

        .a_gp_circ .column h5 {
           border-width: 0px;
        }

        .a_gp_circ .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*lists*/

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

    /*containers*/

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

        .a_gp_circ .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; }
/***********************************
Sales Office
***********************************/

    /*headers*/

        .sales_office .column h6 {
           border-width: 0px;
        }

        .sales_office .column h5 {
           border-width: 0px;
        }

        .sales_office .column h4 {
           border-width: 0px;
        }

        .sales_office .column h3 {
           border-width: 0px;
        }

        .sales_office .column h2 {
           border-width: 0px;
        }

        .sales_office .column h1 {
           color: #000000;
           text-align: center;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           line-height: 1.6em;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .sales_office .column .FigReference {
           color: #ca171e;
           font-family: "district-pro",sans-serif;
           border-width: 0px;
        }

        .sales_office .column .Subhead2 {
           font-size: 1rem;
           padding-top: 12px;
           font-weight: bold;
           color: #ca171e;
           font-family: "district-pro",sans-serif;
           line-height: 1.8em;
           border-width: 0px;
        }

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

        .sales_office .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: "roboto",sans-serif;
           color: #ca171e;
           background-color: transparent;
           border-width: 0px;
        }

    /*paragraphs*/

        .sales_office .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #ca171e;
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           border-width: 0px;
        }

        .sales_office .column p.Byline {
           padding-bottom: 18px;
           padding-top: 18px;
           text-align: center;
           font-size: 1rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .sales_office .column p {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           line-height: 1.8em;
           padding-right: 0px;
           border-width: 0px;
        }

        .sales_office .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #ca171e;
           text-align: center;
           padding-top: 12px;
           line-height: 1.7em;
           border-width: 0px;
        }

        .sales_office .column p.Deck-line2 {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #ca171e;
           text-align: center;
           border-width: 0px;
        }

        .sales_office .column p.AuthorBio {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           padding-top: 12px;
           text-decoration: none;
           border-width: 0px;
        }

        .sales_office .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           margin-bottom: 12px;
           border-width: 0px;
        }

        .sales_office .column p.Eq.centered {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 15px;
           line-height: 1.8em;
           padding-right: 0px;
           text-align: center;
           border-width: 0px;
        }

    /*lists*/

        .sales_office .column .Bullets {
           list-style-type: disc;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .sales_office .column .LitCited {
           font-family: "roboto-condensed",sans-serif;
           font-size: 0.8125rem;
           line-height: 1.3em;
           text-indent: 0px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 12px;
           padding-bottom: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .sales_office .column .Subbullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           line-height: 1.6em;
           padding-left: 80px;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           border-width: 0px;
           list-style-image: none;
        }

        .sales_office .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           font-variant: normal;
           text-decoration: none;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*images*/

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

    /*containers*/

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

        .sales_office .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; }
/***********************************
Ad—HP Circ (Back Cover)
***********************************/

    /*paragraphs*/

        .a_hp_circ .column p {
           border-width: 0px;
        }

    /*inlines*/

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

    /*links*/

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

    /*headers*/

        .a_hp_circ .column h1 {
           border-width: 0px;
        }

        .a_hp_circ .column h2 {
           border-width: 0px;
        }

        .a_hp_circ .column h3 {
           border-width: 0px;
        }

        .a_hp_circ .column h4 {
           border-width: 0px;
        }

        .a_hp_circ .column h5 {
           border-width: 0px;
        }

        .a_hp_circ .column h6 {
           border-width: 0px;
        }

    /*images*/

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

    /*lists*/

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

    /*containers*/

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

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

div[data-sticky='top'] { position: sticky; top: 0; }
div[data-sticky='bottom'] { position: sticky; bottom: 0; }