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

    /*paragraphs*/

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*headers*/

        .a_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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_wild_well_control .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;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .masthead .column .FigReference {
           color: #f05323;
           border-width: 0px;
        }

        .masthead .column .Subhead2 {
           font-size: 0.875rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002f60;
           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;
           border-width: 0px;
        }

    /*paragraphs*/

        .masthead .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-size: 1.125rem;
           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: #002f60;
           text-align: center;
           padding-top: 12px;
           border-width: 0px;
        }

        .masthead .column p.Deck-line2 {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #002f60;
           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;
           line-height: 1.6em;
           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;
        }

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

    /*paragraphs*/

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

    /*headers*/

        .a_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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_geiawards25 .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; }
/***********************************
Column—First Oil (Abraham)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .column_first_oil_abraham .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .column_first_oil_abraham .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .column_first_oil_abraham .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .column_first_oil_abraham .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .column_first_oil_abraham .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .column_first_oil_abraham .column .NumberedList {
           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;
        }

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

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

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

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
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;
           border-width: 0px;
        }

    /*links*/

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

    /*inlines*/

        .podcasts .column .FigReference {
           color: #f05323;
           border-width: 0px;
        }

        .podcasts .column .Subhead2 {
           font-size: 1.125rem;
           padding-top: 18px;
           font-weight: bold;
           color: #002f60;
           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;
           border-width: 0px;
        }

    /*paragraphs*/

        .podcasts .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-size: 1.125rem;
           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: #002f60;
           text-align: center;
           padding-top: 12px;
           border-width: 0px;
        }

        .podcasts .column p.Deck-line2 {
           font-family: "roboto",sans-serif;
           font-size: 1rem;
           padding-bottom: 0px;
           color: #002f60;
           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 .NumberedList {
           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 .SubBullets {
           list-style-type: circle;
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           text-decoration: none;
           font-variant: normal;
           text-align: left;
           padding-left: 80px;
           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;
           border-width: 0px;
        }

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

    /*paragraphs*/

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

    /*headers*/

        .a_energy_workforce .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_workforce .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_workforce .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_workforce .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_workforce .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_workforce .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_workforce .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_workforce .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_workforce .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Offshore Operations—Piccolo (HMH)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_piccolo_hmh .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_piccolo_hmh .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_piccolo_hmh .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_piccolo_hmh .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_piccolo_hmh .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_piccolo_hmh .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_piccolo_hmh .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; }
/***********************************
Offshore Operations—Jindal (Siemens Energy)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_jindal_siemens_energy .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_jindal_siemens_energy .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_jindal_siemens_energy .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

    /*paragraphs*/

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

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

        .offshore_operations_jindal_siemens_energy .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_jindal_siemens_energy .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_jindal_siemens_energy .column .NumberedList {
           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;
        }

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Offshore Operations—Spies (Wood Plc)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_spies_wood_plc .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_spies_wood_plc .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_spies_wood_plc .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_spies_wood_plc .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_spies_wood_plc .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_spies_wood_plc .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_spies_wood_plc .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—DDC 2026
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Offshore Operations—Brian (Aize)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_brian_aize .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_brian_aize .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_brian_aize .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_brian_aize .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_brian_aize .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_brian_aize .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_brian_aize .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; }
/***********************************
Offshore Operations—Murphy Interview (Armoda)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_murphy_interview_armoda .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_murphy_interview_armoda .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_murphy_interview_armoda .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_murphy_interview_armoda .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_murphy_interview_armoda .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_murphy_interview_armoda .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_murphy_interview_armoda .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; }
/***********************************
Offshore Operations—Dianoux (Opensealog)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_dianoux_opensealog .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_dianoux_opensealog .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_dianoux_opensealog .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_dianoux_opensealog .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_dianoux_opensealog .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_dianoux_opensealog .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_dianoux_opensealog .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; }
/***********************************
Offshore Operations—Hernandez (ABS)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .offshore_operations_hernandez_abs .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_hernandez_abs .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .offshore_operations_hernandez_abs .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_hernandez_abs .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .offshore_operations_hernandez_abs .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .offshore_operations_hernandez_abs .column .NumberedList {
           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;
        }

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

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

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

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

        .offshore_operations_hernandez_abs .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—PE Circ
***********************************/

    /*paragraphs*/

        .a_pe_circ .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_pe_circ .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_pe_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;
        }

    /*links*/

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

    /*headers*/

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

    /*containers*/

        .a_pe_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_pe_circ .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; }
/***********************************
Management Issues-Opinion—Eshelman (IPAA)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .management_issues_opinion_eshelman_ipaa .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .management_issues_opinion_eshelman_ipaa .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .management_issues_opinion_eshelman_ipaa .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .management_issues_opinion_eshelman_ipaa .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .management_issues_opinion_eshelman_ipaa .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .management_issues_opinion_eshelman_ipaa .column .NumberedList {
           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;
        }

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

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

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

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

        .management_issues_opinion_eshelman_ipaa .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; }
/***********************************
Exploration Technology—Nieuwoudt (Seismic Solutions)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .exploration_technology_nieuwoudt_seismic_solutions .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .exploration_technology_nieuwoudt_seismic_solutions .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .exploration_technology_nieuwoudt_seismic_solutions .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .exploration_technology_nieuwoudt_seismic_solutions .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .exploration_technology_nieuwoudt_seismic_solutions .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .exploration_technology_nieuwoudt_seismic_solutions .column .NumberedList {
           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;
        }

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

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

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

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

        .exploration_technology_nieuwoudt_seismic_solutions .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; }
/***********************************
Drilling Technology/Sustainability—Publes (Caterpillar)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .drilling_technology_sustainability_publes_caterpillar .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .drilling_technology_sustainability_publes_caterpillar .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .drilling_technology_sustainability_publes_caterpillar .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .drilling_technology_sustainability_publes_caterpillar .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .drilling_technology_sustainability_publes_caterpillar .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .drilling_technology_sustainability_publes_caterpillar .column .NumberedList {
           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;
        }

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

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

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

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

        .drilling_technology_sustainability_publes_caterpillar .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; }
/***********************************
ESG Issues-Carbon Capture—Stephen (Oil States)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .esg_issues_carbon_capture_stephen_oil_states .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .esg_issues_carbon_capture_stephen_oil_states .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .esg_issues_carbon_capture_stephen_oil_states .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .esg_issues_carbon_capture_stephen_oil_states .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .esg_issues_carbon_capture_stephen_oil_states .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .esg_issues_carbon_capture_stephen_oil_states .column .NumberedList {
           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;
        }

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

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

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

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

        .esg_issues_carbon_capture_stephen_oil_states .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; }
/***********************************
Water Management—Lavigne (Trickle Research)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .water_management_lavigne_trickle_research .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .water_management_lavigne_trickle_research .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .water_management_lavigne_trickle_research .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .water_management_lavigne_trickle_research .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .water_management_lavigne_trickle_research .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .water_management_lavigne_trickle_research .column .NumberedList {
           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;
        }

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

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

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

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

        .water_management_lavigne_trickle_research .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; }
/***********************************
Safety/Harsh Environments—Holmes (Center for Offshore Safety)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .safety_harsh_environments_holmes_center_for_offshore_safety .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .safety_harsh_environments_holmes_center_for_offshore_safety .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .safety_harsh_environments_holmes_center_for_offshore_safety .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .safety_harsh_environments_holmes_center_for_offshore_safety .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .safety_harsh_environments_holmes_center_for_offshore_safety .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .safety_harsh_environments_holmes_center_for_offshore_safety .column .NumberedList {
           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;
        }

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

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

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

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

        .safety_harsh_environments_holmes_center_for_offshore_safety .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—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; }
/***********************************
Column—Production (Kalfayan)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .column_production_kalfayan .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .column_production_kalfayan .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .column_production_kalfayan .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .column_production_kalfayan .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .column_production_kalfayan .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .column_production_kalfayan .column .NumberedList {
           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;
        }

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

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

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

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

        .column_production_kalfayan .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; }
/***********************************
Column—Water Management (Patton)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .column_water_management_patton .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .column_water_management_patton .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .column_water_management_patton .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .column_water_management_patton .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

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

        .column_water_management_patton .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

        .column_water_management_patton .column .NumberedList {
           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;
        }

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

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

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

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

        .column_water_management_patton .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 Viewpoint—Cordova (Lufkin Industries)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .executive_viewpoint_cordova_lufkin_industries .column .FigReference {
           color: #F05323FF;
           font-weight: bold;
           float: none;
           font-size: 0.875rem;
           line-height: 1.5em;
           text-transform: none;
           font-family: roboto,sans-serif;
           border-width: 0px;
        }

        .executive_viewpoint_cordova_lufkin_industries .column .Subhead2 {
           font-size: 0.9375rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002F60FF;
           font-family: district-pro,sans-serif;
           border-width: 0px;
        }

        .executive_viewpoint_cordova_lufkin_industries .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           font-family: district-pro,sans-serif;
           color: #000000FF;
           font-size: 1rem;
           border-width: 0px;
        }

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

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

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

        .executive_viewpoint_cordova_lufkin_industries .column p {
           font-family: roboto,sans-serif;
           font-size: 0.875rem;
           padding-bottom: 12px;
           color: #000000FF;
           text-align: left;
           border-width: 0px;
        }

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

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

        .executive_viewpoint_cordova_lufkin_industries .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_viewpoint_cordova_lufkin_industries .column p.Default-Nospacebelow {
           font-family: "roboto",sans-serif;
           font-size: 0.875rem;
           padding-bottom: 0px;
           padding-right: 0px;
           color: #000000FF;
           font-weight: normal;
           text-transform: none;
           border-width: 0px;
        }

    /*lists*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

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

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

        .sales_office .column .FigReference {
           color: #f05323;
           border-width: 0px;
        }

        .sales_office .column .Subhead2 {
           font-size: 0.875rem;
           padding-top: 12px;
           font-weight: bold;
           color: #002f60;
           border-width: 0px;
        }

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

        .sales_office .column .AuthorName {
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

    /*paragraphs*/

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

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

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

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

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

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

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

        .sales_office .column p.p1 {
           color: #002f5f;
           border-width: 0px;
        }

    /*lists*/

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

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

    /*images*/

        .a_wo_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_wo_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_wo_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_wo_circ .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           border-width: 0px;
        }

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

div[data-type='layout-item'] { display: flex; flex-direction: column; }