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

    /*layoutitems*/

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

    /*containers*/

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

        .cover .column p {
           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
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .contents .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .contents .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .contents .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .contents .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

        .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;
           font-variant: normal;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*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—STATS Group
***********************************/

    /*paragraphs*/

        .a_stats_group .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_stats_group .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_stats_group .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_stats_group .column a {
           border-width: 0px;
        }

    /*headers*/

        .a_stats_group .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_stats_group .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_stats_group .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_stats_group .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_stats_group .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_stats_group .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_stats_group .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_stats_group .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_stats_group .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
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

        .masthead .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .masthead .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .masthead .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

.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; }
/***********************************
Editors Notebook—Reed
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .editors_notebook_reed .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .editors_notebook_reed .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .editors_notebook_reed .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .editors_notebook_reed .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .editors_notebook_reed .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; }
/***********************************
Show Preview—Gulf Energy Information Excellence Awards
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .show_preview_gulf_energy_information_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;
           font-variant: normal;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

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

    /*containers*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .podcasts .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .podcasts .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .podcasts .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .podcasts .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

        .podcasts .column .NumberedList {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           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;
        }

    /*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;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

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

    /*paragraphs*/

        .a_uic .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_uic .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_uic .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_uic .column a {
           border-width: 0px;
        }

    /*headers*/

        .a_uic .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_uic .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_uic .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_uic .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_uic .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_uic .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_uic .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_uic .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_uic .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; }
/***********************************
Gas to Power—Nemec
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .gas_to_power_nemec .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .gas_to_power_nemec .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .gas_to_power_nemec .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .gas_to_power_nemec .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .gas_to_power_nemec .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; }
/***********************************
Euro 500—Top Pipelines 2025
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .euro_500_top_pipelines_2025 .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .euro_500_top_pipelines_2025 .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .euro_500_top_pipelines_2025 .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .euro_500_top_pipelines_2025 .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

    /*layoutitems*/

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

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

    /*paragraphs*/

        .a_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .column a {
           border-width: 0px;
        }

    /*headers*/

        .a_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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_women_in_hydrogen .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; }
/***********************************
Spotlight on Europe—Continent Buildout
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .spotlight_on_europe_continent_buildout .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .spotlight_on_europe_continent_buildout .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .spotlight_on_europe_continent_buildout .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .spotlight_on_europe_continent_buildout .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .spotlight_on_europe_continent_buildout .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; }
/***********************************
Spotlight on China—Gerden
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .spotlight_on_china_gerden .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .spotlight_on_china_gerden .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .spotlight_on_china_gerden .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .spotlight_on_china_gerden .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .spotlight_on_china_gerden .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; }
/***********************************
AI and Pipelines—Donegan (Satelytics)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .ai_and_pipelines_donegan_satelytics .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .ai_and_pipelines_donegan_satelytics .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .ai_and_pipelines_donegan_satelytics .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .ai_and_pipelines_donegan_satelytics .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .ai_and_pipelines_donegan_satelytics .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; }
/***********************************
Spotlight on Peru—Nogarin (Correspondent, South America)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .spotlight_on_peru_nogarin_correspondent_south_america .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .spotlight_on_peru_nogarin_correspondent_south_america .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .spotlight_on_peru_nogarin_correspondent_south_america .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .spotlight_on_peru_nogarin_correspondent_south_america .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .spotlight_on_peru_nogarin_correspondent_south_america .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; }
/***********************************
Tech Corner-CO2 Transport—Bosch (Europipe)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .tech_corner_co2_transport_bosch_europipe .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .tech_corner_co2_transport_bosch_europipe .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .tech_corner_co2_transport_bosch_europipe .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .tech_corner_co2_transport_bosch_europipe .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .tech_corner_co2_transport_bosch_europipe .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—UIA
***********************************/

    /*paragraphs*/

        .a_uia .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_uia .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_uia .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_uia .column a {
           border-width: 0px;
        }

    /*headers*/

        .a_uia .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_uia .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_uia .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_uia .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_uia .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_uia .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_uia .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_uia .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_uia .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; }
/***********************************
Tech Corner-Digital Pigging—Stevenson (Sustainable Pipelines Systems)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .tech_corner_digital_pigging_stevenson_sustainable_pipelines_systems .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .tech_corner_digital_pigging_stevenson_sustainable_pipelines_systems .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .tech_corner_digital_pigging_stevenson_sustainable_pipelines_systems .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .tech_corner_digital_pigging_stevenson_sustainable_pipelines_systems .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .tech_corner_digital_pigging_stevenson_sustainable_pipelines_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; }
/***********************************
Tech Corner—Compressor Station—Chakravorty (Consultant, Oil and Gas, India)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .tech_corner_compressor_station_chakravorty_consultant_oil_and_gas_india .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .tech_corner_compressor_station_chakravorty_consultant_oil_and_gas_india .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .tech_corner_compressor_station_chakravorty_consultant_oil_and_gas_india .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .tech_corner_compressor_station_chakravorty_consultant_oil_and_gas_india .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .tech_corner_compressor_station_chakravorty_consultant_oil_and_gas_india .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; }
/***********************************
Tech Corner-Equipment Cycle—Liddar (API)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .tech_corner_equipment_cycle_liddar_api .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .tech_corner_equipment_cycle_liddar_api .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .tech_corner_equipment_cycle_liddar_api .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .tech_corner_equipment_cycle_liddar_api .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

        .tech_corner_equipment_cycle_liddar_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;
           font-variant: normal;
           list-style-type: decimal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

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

    /*containers*/

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

        .tech_corner_equipment_cycle_liddar_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; }
/***********************************
Tech Corner-Petrobas—Field Trials
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .tech_corner_petrobas_field_trials .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .tech_corner_petrobas_field_trials .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .tech_corner_petrobas_field_trials .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .tech_corner_petrobas_field_trials .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .tech_corner_petrobas_field_trials .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—H2T Circ
***********************************/

    /*paragraphs*/

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

    /*inlines*/

        .a_h2t_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_h2t_circ .column a {
           border-width: 0px;
        }

    /*headers*/

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

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

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

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

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

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

    /*images*/

        .a_h2t_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_h2t_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_h2t_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_h2t_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; }
/***********************************
Projects—September
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .projects_september .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .projects_september .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .projects_september .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .projects_september .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .projects_september .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; }
/***********************************
Project Data—September
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .project_data_september .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .project_data_september .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .project_data_september .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .project_data_september .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .project_data_september .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; }
/***********************************
Business News—September
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .business_news_september .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .business_news_september .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .business_news_september .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .business_news_september .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .business_news_september .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; }
/***********************************
What's New—September
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .what_s_new_september .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .what_s_new_september .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .what_s_new_september .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .what_s_new_september .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .what_s_new_september .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; }
/***********************************
Executive Perspective—Stavinoha-Harper(Bracewell)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .executive_perspective_stavinoha_harper_bracewell .column .FigReference {
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

        .executive_perspective_stavinoha_harper_bracewell .column .Subhead2 {
           font-size: 1rem;
           padding-top: 16px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

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

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

    /*paragraphs*/

        .executive_perspective_stavinoha_harper_bracewell .column p.Subhead1 {
           padding-bottom: 6px;
           text-align: left;
           text-transform: uppercase;
           padding-top: 6px;
           font-weight: bold;
           color: #df2c41;
           font-family: "roboto",sans-serif;
           font-variant: normal;
           font-size: 1.125rem;
           letter-spacing: 0px;
           border-width: 0px;
        }

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

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

        .executive_perspective_stavinoha_harper_bracewell .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #df2c41;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .executive_perspective_stavinoha_harper_bracewell .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; }
/***********************************
Meetings
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

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

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

    /*paragraphs*/

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

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

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

        .meetings .column p.Deck {
           background-color: transparent;
           padding-top: 12px;
           text-align: center;
           color: #df2c41;
           padding-bottom: 0px;
           font-size: 1rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .meetings .column p {
           padding-bottom: 12px;
           font-size: 0.875rem;
           font-family: Helvetica, sans-serif;
           border-width: 0px;
        }

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

        .meetings .column p.Subhead1 {
           letter-spacing: 0px;
           font-size: 1.125rem;
           font-variant: normal;
           font-family: "roboto",sans-serif;
           color: #df2c41;
           font-weight: bold;
           padding-top: 6px;
           text-transform: uppercase;
           text-align: left;
           padding-bottom: 6px;
           border-width: 0px;
        }

    /*inlines*/

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

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

        .meetings .column .Subhead2 {
           font-family: "roboto",sans-serif;
           color: #df2c41;
           font-weight: bold;
           padding-top: 16px;
           font-size: 1rem;
           border-width: 0px;
        }

        .meetings .column .FigReference {
           font-family: "roboto",sans-serif;
           color: #df2c41;
           border-width: 0px;
        }

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .sales_offices .column .FigReference {
           color: #f05323;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .sales_offices .column .Subhead2 {
           font-size: 0.875rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002f60;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .sales_offices .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_offices .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           color: #df2c41;
           background-color: transparent;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

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

        .sales_offices .column p.Deck {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #002f60;
           text-align: center;
           padding-top: 12px;
           background-color: transparent;
           border-width: 0px;
        }

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

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

    /*lists*/

        .sales_offices .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_offices .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_offices .column .Subbullets {
           list-style-type: circle;
           font-size: 0.875rem;
           padding-left: 80px;
           text-align: left;
           font-variant: normal;
           text-decoration: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

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

        .sales_offices .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_offices .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_offices .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_offices .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—PGJCirc
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .a_pgjcirc .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_pgjcirc .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_pgjcirc .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_pgjcirc .column p {
           border-width: 0px;
        }

    /*inlines*/

        .a_pgjcirc .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_pgjcirc .column a {
           border-width: 0px;
        }

    /*headers*/

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

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

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

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

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

        .a_pgjcirc .column h6 {
           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; }