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

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

    /*paragraphs*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

    /*paragraphs*/

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

    /*headers*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*headers*/

        .a_super_products .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_super_products .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_super_products .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_super_products .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_super_products .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_super_products .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_super_products .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_super_products .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_super_products .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; }
/***********************************
Mid-Year Construction Update—North America
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
Mid-Year Construction Update—Europe
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .mid_year_construction_update_europe .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—Aaron Enterprises
***********************************/

    /*paragraphs*/

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

    /*headers*/

        .a_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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_aaron_enterprises .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; }
/***********************************
Recovery and Reclamation - McDonough (US Correspondent)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .recovery_and_reclamation_mcdonough_us_correspondent .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; }
/***********************************
Associations’ Corner—Ogle Interview (SGA)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .associations_corner_ogle_interview_sga .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—Allan Edwards Inc.
***********************************/

    /*paragraphs*/

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

    /*headers*/

        .a_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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_allan_edwards_inc .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; }
/***********************************
Technology Corner—Moisture Management-McKeogh (Panametrics)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .technology_corner_moisture_management_mckeogh_panametrics .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; }
/***********************************
Technology Corner—Metering and Measurement-Maize (Mobiltex)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .technology_corner_metering_and_measurement_maize_mobiltex .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; }
/***********************************
Technology Corner—Lopes (Petrobas)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .technology_corner_lopes_petrobas .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—IPLOCA
***********************************/

    /*paragraphs*/

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

    /*headers*/

        .a_iploca .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_iploca .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_iploca .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_iploca .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_iploca .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_iploca .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_iploca .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_iploca .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_iploca .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; }
/***********************************
Technology Corner—Khouja (ADNOC)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .technology_corner_khouja_adnoc .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; }
/***********************************
Technology Corner—Jones (ARI-Armaturen USA)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .technology_corner_jones_ari_armaturen_usa .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; }
/***********************************
Technology Corner—TechNote (ABB)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

        .global_news_july .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; }
/***********************************
Projects—July
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

        .projects_july .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; }
/***********************************
Global Project Data—July
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

    /*images*/

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

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

.device-mobile .content-area div[data-mobile="1"] { flex-direction: column !important; }
/***********************************
What's New—July
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

        .what_s_new_july .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; }
/***********************************
Guest Perspective—Cox (Worley)
***********************************/

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

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

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

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*lists*/

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

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*inlines*/

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

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

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

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

    /*headers*/

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

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

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

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

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

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

    /*links*/

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

    /*inlines*/

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

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

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

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

    /*paragraphs*/

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

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

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

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

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

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

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

    /*lists*/

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

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

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

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

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

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

    /*images*/

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*links*/

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

    /*headers*/

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

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

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

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

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

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

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

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