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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .cover .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .cover .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .holosun .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .holosun .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .holosun .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .holosun .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .holosun .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .holosun .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; }
/***********************************
Table of Contents
***********************************/

    /*general*/

        .table_of_contents .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .table_of_contents .column h1 {
           font-family: "league-gothic",sans-serif;
           font-size: 2.25rem;
           line-height: 1.2em;
           margin-bottom: 12px;
           margin-top: 12px;
           text-transform: uppercase;
           border-width: 0px;
        }

        .table_of_contents .column h2 {
           font-family: "league-gothic",sans-serif;
           font-size: 1.625rem;
           line-height: 1.4em;
           margin-bottom: 12px;
           margin-top: 12px;
           text-transform: uppercase;
           border-width: 0px;
        }

        .table_of_contents .column h3 {
           color: #939597;
           font-family: "league-gothic",sans-serif;
           font-size: 1.375rem;
           line-height: 1.6em;
           margin-top: 24px;
           border-width: 0px;
        }

        .table_of_contents .column h4 {
           font-family: "league-gothic",sans-serif;
           font-size: 1.125rem;
           line-height: 1.6em;
           margin-bottom: 12px;
           margin-top: 12px;
           border-width: 0px;
        }

        .table_of_contents .column h5 {
           font-family: "league-gothic",sans-serif;
           font-size: 1.375rem;
           line-height: 1.6em;
           margin-top: 24px;
           border-width: 0px;
        }

        .table_of_contents .column h6 {
           font-family: "league-gothic",sans-serif;
           font-size: 1rem;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .table_of_contents .column .default-drop-cap {
           float: left;
           font-family: Helvetica, sans-serif;
           font-size: 3.4375rem;
           font-weight: 100;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .table_of_contents .column .Grey {
           color: #939597;
           border-width: 0px;
        }

        .table_of_contents .column .Green {
           color: #008d60;
           border-width: 0px;
        }

    /*links*/

        .table_of_contents .column a {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           line-height: 1.6em;
           border-width: 0px;
        }

        .table_of_contents .column a.links-1jbb3t84k {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           line-height: 1.6em;
           margin-bottom: 24px;
           margin-top: 0px;
           color: #223520FF;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

        .table_of_contents .column .Numbered {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .table_of_contents .column .Bulleted {
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

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

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

    /*paragraphs*/

        .table_of_contents .column p {
           font-family: Barlow;
           font-size: 1.125rem;
           font-weight: bold;
           line-height: 1.6em;
           margin-bottom: 24px;
           margin-top: 0px;
           color: #22351FFF;
           border-width: 0px;
        }

        .table_of_contents .column p.Caption {
           font-family: Helvetica, sans-serif;
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           margin-top: 0px;
           border-width: 0px;
        }

        .table_of_contents .column p.PullQuote {
           font-family: "league-gothic",sans-serif;
           font-size: 1.5rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
           border-width: 0px;
        }

    /*images*/

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

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

        .table_of_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; }
/***********************************
Show Schedule
***********************************/

    /*paragraphs*/

        .show_schedule .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .show_schedule .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*lists*/

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

        .show_schedule .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .show_schedule .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

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

    /*links*/

        .show_schedule .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*inlines*/

        .show_schedule .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .show_schedule .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .show_schedule .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .show_schedule .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .show_schedule .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .show_schedule .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .show_schedule .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .show_schedule .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .show_schedule .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .show_schedule .column endbug {
           border-width: 0px;
        }

    /*images*/

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

    /*containers*/

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

    /*layoutitems*/

        .show_schedule .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; }
/***********************************
Your Floor To Explore
***********************************/

    /*paragraphs*/

        .your_floor_to_explore .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_floor_to_explore .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_floor_to_explore .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_floor_to_explore .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_floor_to_explore .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_floor_to_explore .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_floor_to_explore .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_floor_to_explore .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_floor_to_explore .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_floor_to_explore .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_floor_to_explore .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_floor_to_explore .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_floor_to_explore .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_floor_to_explore .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_floor_to_explore .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_floor_to_explore .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_floor_to_explore .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_floor_to_explore .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_floor_to_explore .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; }
/***********************************
Your Next Bestseller, Right Here
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*general*/

        .your_next_bestseller_right_here .column endbug {
           border-width: 0px;
        }

    /*headers*/

        .your_next_bestseller_right_here .column h1 {
           font-family: 'Barlow';
           font-size: 2.75rem;
           line-height: 1.2em;
           margin-bottom: 0px;
           margin-top: 0px;
           text-transform: uppercase;
           font-weight: 100;
           color: #1a371c;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column h2 {
           font-family: 'Barlow';
           font-size: 1.625rem;
           line-height: 1.4em;
           margin-bottom: 0px;
           margin-top: 12px;
           text-transform: uppercase;
           font-weight: bold;
           color: #1a371c;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column h3 {
           font-weight: bold;
           text-transform: uppercase;
           color: #e3c43c;
           font-family: 'Barlow';
           font-size: 1.375rem;
           line-height: 1.6em;
           margin-top: 12px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column h4 {
           font-family: 'Barlow';
           font-size: 1.375rem;
           line-height: 1.6em;
           margin-bottom: 12px;
           margin-top: 12px;
           text-transform: uppercase;
           padding-top: 6px;
           padding-right: 12px;
           padding-left: 12px;
           padding-bottom: 6px;
           font-weight: bold;
           color: #574d45;
           background-color: #cbdb2a;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column h5 {
           font-family: 'Barlow';
           font-size: 1.375rem;
           line-height: 1.6em;
           margin-top: 24px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column h6 {
           font-family: 'Barlow';
           font-size: 1rem;
           line-height: 1.6em;
           margin-bottom: 12px;
           border-width: 0px;
        }

    /*inlines*/

        .your_next_bestseller_right_here .column .default-drop-cap {
           float: left;
           font-family: Gotham-Black;
           font-size: 3.4375rem;
           font-weight: 100;
           line-height: 0.6em;
           margin-right: 2px;
           margin-top: 15px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column .Semibold {
           font-family: 'Barlow';
           font-weight: 500;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column span.inlines-1ie2gp2gv {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: bold;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column span.inlines-1ie2gp8e9 {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 24px;
           margin-top: 0px;
           padding: 0px;
           border-width: 0px;
           font-style: italic;
        }

    /*links*/

        .your_next_bestseller_right_here .column a {
           font-family: 'Barlow';
           font-size: 1.125rem;
           line-height: 1.6em;
           color: #000000;
           font-weight: 500;
           border-width: 0px;
        }

    /*lists*/

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

        .your_next_bestseller_right_here .column .Numbered {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           border-width: 0px;
           list-style-image: none;
        }

        .your_next_bestseller_right_here .column .Bulleted {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           list-style-type: disc;
           border-width: 0px;
           list-style-image: none;
        }

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

    /*paragraphs*/

        .your_next_bestseller_right_here .column p {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column p.Caption {
           font-family: 'Barlow';
           font-size: 0.875rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 12px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column p.PullQuote {
           font-family: 'Barlow';
           font-size: 1.5rem;
           font-weight: 400;
           line-height: 1.6em;
           margin-bottom: 18px;
           margin-left: 12px;
           margin-right: 12px;
           margin-top: 18px;
           text-align: center;
           border-width: 0px;
        }

        .your_next_bestseller_right_here .column p.NoLineSpace {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

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

    /*paragraphs*/

        .your_shortcut_to_what_s_new .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shortcut_to_what_s_new .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shortcut_to_what_s_new .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_shortcut_to_what_s_new .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shortcut_to_what_s_new .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shortcut_to_what_s_new .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_shortcut_to_what_s_new .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_shortcut_to_what_s_new .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shortcut_to_what_s_new .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shortcut_to_what_s_new .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_shortcut_to_what_s_new .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shortcut_to_what_s_new .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_shortcut_to_what_s_new .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_shortcut_to_what_s_new .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; }
/***********************************
Your Shot to Open Doors
***********************************/

    /*paragraphs*/

        .your_shot_to_open_doors .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_shot_to_open_doors .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shot_to_open_doors .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shot_to_open_doors .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_shot_to_open_doors .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shot_to_open_doors .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shot_to_open_doors .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_shot_to_open_doors .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_shot_to_open_doors .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shot_to_open_doors .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shot_to_open_doors .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_shot_to_open_doors .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_shot_to_open_doors .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_shot_to_open_doors .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_shot_to_open_doors .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_shot_to_open_doors .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_open_doors .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_shot_to_open_doors .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_shot_to_open_doors .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; }
/***********************************
SHOT After Dark
***********************************/

    /*paragraphs*/

        .shot_after_dark .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .shot_after_dark .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .shot_after_dark .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .shot_after_dark .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .shot_after_dark .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .shot_after_dark .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .shot_after_dark .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .shot_after_dark .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .shot_after_dark .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .shot_after_dark .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .shot_after_dark .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .shot_after_dark .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .shot_after_dark .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .shot_after_dark .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .shot_after_dark .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .shot_after_dark .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_after_dark .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .shot_after_dark .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .shot_after_dark .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; }
/***********************************
Golf Classic
***********************************/

    /*paragraphs*/

        .golf_classic .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .golf_classic .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .golf_classic .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .golf_classic .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .golf_classic .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .golf_classic .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .golf_classic .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .golf_classic .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .golf_classic .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .golf_classic .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .golf_classic .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .golf_classic .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .golf_classic .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .golf_classic .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .golf_classic .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .golf_classic .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .golf_classic .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .golf_classic .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .golf_classic .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; }
/***********************************
Your Global Resource
***********************************/

    /*paragraphs*/

        .your_global_resource .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_global_resource .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_global_resource .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_global_resource .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_global_resource .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_global_resource .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_global_resource .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_global_resource .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_global_resource .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_global_resource .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_global_resource .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_global_resource .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_global_resource .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_global_resource .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_global_resource .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_global_resource .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_global_resource .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_global_resource .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_global_resource .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; }
/***********************************
Your Spot to Regroup
***********************************/

    /*paragraphs*/

        .your_spot_to_regroup .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_spot_to_regroup .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_spot_to_regroup .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_spot_to_regroup .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_spot_to_regroup .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_spot_to_regroup .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_spot_to_regroup .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_spot_to_regroup .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_spot_to_regroup .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_spot_to_regroup .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_spot_to_regroup .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_spot_to_regroup .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_spot_to_regroup .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_spot_to_regroup .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_spot_to_regroup .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_spot_to_regroup .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_spot_to_regroup .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_spot_to_regroup .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_spot_to_regroup .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; }
/***********************************
Export Training Sessions
***********************************/

    /*paragraphs*/

        .export_training_sessions .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .export_training_sessions .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .export_training_sessions .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .export_training_sessions .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .export_training_sessions .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .export_training_sessions .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .export_training_sessions .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .export_training_sessions .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .export_training_sessions .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .export_training_sessions .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .export_training_sessions .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .export_training_sessions .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .export_training_sessions .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .export_training_sessions .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .export_training_sessions .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .export_training_sessions .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .export_training_sessions .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .export_training_sessions .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .export_training_sessions .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; }
/***********************************
Carpenter Technology
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .carpenter_technology .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .carpenter_technology .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .carpenter_technology .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .carpenter_technology .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .carpenter_technology .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .carpenter_technology .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; }
/***********************************
Your Path to Smarter Retail
***********************************/

    /*paragraphs*/

        .your_path_to_smarter_retail .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_path_to_smarter_retail .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_path_to_smarter_retail .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_path_to_smarter_retail .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_path_to_smarter_retail .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_path_to_smarter_retail .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_path_to_smarter_retail .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_path_to_smarter_retail .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_path_to_smarter_retail .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_path_to_smarter_retail .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_path_to_smarter_retail .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_path_to_smarter_retail .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_path_to_smarter_retail .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .your_path_to_smarter_retail .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; }
/***********************************
SHOT University
***********************************/

    /*paragraphs*/

        .shot_university .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .shot_university .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .shot_university .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .shot_university .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .shot_university .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .shot_university .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .shot_university .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .shot_university .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .shot_university .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .shot_university .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .shot_university .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .shot_university .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .shot_university .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .shot_university .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .shot_university .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .shot_university .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .shot_university .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .shot_university .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .shot_university .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; }
/***********************************
4473 Cloud
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._4473_cloud .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._4473_cloud .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._4473_cloud .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._4473_cloud .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._4473_cloud .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._4473_cloud .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; }
/***********************************
Your SHOT to Make Every Move Count
***********************************/

    /*paragraphs*/

        .your_shot_to_make_every_move_count .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shot_to_make_every_move_count .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .your_shot_to_make_every_move_count .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .your_shot_to_make_every_move_count .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shot_to_make_every_move_count .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .your_shot_to_make_every_move_count .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .your_shot_to_make_every_move_count .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .your_shot_to_make_every_move_count .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shot_to_make_every_move_count .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .your_shot_to_make_every_move_count .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .your_shot_to_make_every_move_count .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .your_shot_to_make_every_move_count .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .your_shot_to_make_every_move_count .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .credova .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .credova .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .credova .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .credova .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .credova .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .credova .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; }
/***********************************
Expand Your Knowledge
***********************************/

    /*paragraphs*/

        .expand_your_knowledge .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .expand_your_knowledge .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .expand_your_knowledge .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .expand_your_knowledge .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .expand_your_knowledge .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .expand_your_knowledge .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .expand_your_knowledge .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .expand_your_knowledge .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .expand_your_knowledge .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .expand_your_knowledge .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .expand_your_knowledge .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .expand_your_knowledge .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .expand_your_knowledge .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .expand_your_knowledge .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .expand_your_knowledge .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .expand_your_knowledge .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .expand_your_knowledge .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .expand_your_knowledge .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        .expand_your_knowledge .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; }
/***********************************
NSSF Membership
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .nssf_membership .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nssf_membership .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nssf_membership .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nssf_membership .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nssf_membership .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .nssf_membership .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; }
/***********************************
Your Stay, Your Savings
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .your_stay_your_savings .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_stay_your_savings .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_stay_your_savings .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_stay_your_savings .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_stay_your_savings .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .your_stay_your_savings .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; }
/***********************************
Your SHOT to Unlock The Strip
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .your_shot_to_unlock_the_strip .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_shot_to_unlock_the_strip .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_shot_to_unlock_the_strip .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_shot_to_unlock_the_strip .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .your_shot_to_unlock_the_strip .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .fastbound .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .fastbound .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .fastbound .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .fastbound .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .fastbound .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .fastbound .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; }
/***********************************
Transportation Services
***********************************/

    /*paragraphs*/

        .transportation_services .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        .transportation_services .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .transportation_services .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        .transportation_services .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        .transportation_services .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .transportation_services .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        .transportation_services .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        .transportation_services .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        .transportation_services .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .transportation_services .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        .transportation_services .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        .transportation_services .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        .transportation_services .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        .transportation_services .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        .transportation_services .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        .transportation_services .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        .transportation_services .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        .transportation_services .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .coreware .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreware .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreware .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreware .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreware .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .coreware .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; }
/***********************************
2026 REGISTRATION FEES
***********************************/

    /*paragraphs*/

        ._2026_registration_fees .column p.NoLineSpace {
           font-family: 'Barlow';
           font-size: 1.125rem;
           font-weight: 100;
           line-height: 1.6em;
           margin-bottom: 0px;
           margin-top: 0px;
           border-width: 0px;
        }

        ._2026_registration_fees .column p.PullQuote {
           text-align: center;
           margin-top: 18px;
           margin-right: 12px;
           margin-left: 12px;
           margin-bottom: 18px;
           line-height: 1.6em;
           font-weight: 400;
           font-size: 1.5rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column p.Caption {
           margin-top: 0px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 0.875rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column p {
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column p.headers-1jb0f2539 {
           margin-top: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #223520FF;
           text-transform: uppercase;
           font-weight: normal;
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        ._2026_registration_fees .column p.headers-1jb0f3ike {
           color: #DCC453FF;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           padding: 0px;
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

        ._2026_registration_fees .column p.headers-1jb0fdku5 {
           background-color: #cbdb2a;
           color: #223520FF;
           font-weight: normal;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
           border-radius-shared: auto;
           border-radius: 0px;
        }

    /*lists*/

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

        ._2026_registration_fees .column .Bulleted {
           list-style-type: disc;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        ._2026_registration_fees .column .Numbered {
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
           list-style-image: none;
        }

        ._2026_registration_fees .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Barlow;
           font-size: 1.125rem;
           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: disc;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*links*/

        ._2026_registration_fees .column a {
           font-weight: 500;
           color: #000000;
           line-height: 1.6em;
           font-size: 1.125rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column a.links-1jb0h6i33 {
           color: rgb(255, 255, 255);
           font-weight: bold;
           text-transform: none;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           padding: 6px;
           border-width: 0px;
           border-radius-shared: 1;
           border-radius: 0px;
           text-align: center;
           background-color: rgb(34, 53, 32);
        }

    /*inlines*/

        ._2026_registration_fees .column span.inlines-1ie2gp8e9 {
           font-style: italic;
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 24px;
           line-height: 1.6em;
           font-weight: 100;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        ._2026_registration_fees .column span.inlines-1ie2gp2gv {
           border-width: 0px;
           padding: 0px;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.6em;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: 'Barlow';
        }

        ._2026_registration_fees .column .Semibold {
           font-weight: 500;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column .Orange {
           color: #e3c43c;
           border-width: 0px;
        }

        ._2026_registration_fees .column .Green {
           color: #cbdb2a;
           border-width: 0px;
        }

        ._2026_registration_fees .column .Grey {
           color: #1a371c;
           border-width: 0px;
        }

        ._2026_registration_fees .column .default-drop-cap {
           margin-top: 15px;
           margin-right: 2px;
           line-height: 0.6em;
           font-weight: 100;
           font-size: 3.4375rem;
           font-family: Gotham-Black;
           float: left;
           border-width: 0px;
        }

    /*headers*/

        ._2026_registration_fees .column h6 {
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column h5 {
           margin-top: 24px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column h4 {
           background-color: #cbdb2a;
           color: #574d45;
           font-weight: bold;
           padding-bottom: 6px;
           padding-left: 12px;
           padding-right: 12px;
           padding-top: 6px;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column h3 {
           margin-top: 12px;
           line-height: 1.6em;
           font-size: 1.375rem;
           font-family: 'Barlow';
           color: #e3c43c;
           text-transform: uppercase;
           font-weight: bold;
           border-width: 0px;
        }

        ._2026_registration_fees .column h2 {
           color: #1a371c;
           font-weight: bold;
           text-transform: uppercase;
           margin-top: 12px;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-size: 1.625rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

        ._2026_registration_fees .column h1 {
           color: #1a371c;
           font-weight: 100;
           text-transform: uppercase;
           margin-top: 0px;
           margin-bottom: 0px;
           line-height: 1.2em;
           font-size: 2.75rem;
           font-family: 'Barlow';
           border-width: 0px;
        }

    /*general*/

        ._2026_registration_fees .column endbug {
           border-width: 0px;
        }

    /*images*/

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

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

        ._2026_registration_fees .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; }
/***********************************
2026 SHOT Show Exhibitors 1
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_1 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_1 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_1 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_1 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_1 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_2 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_2 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_2 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_2 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_2 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .truckvault .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .truckvault .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .truckvault .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .truckvault .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .truckvault .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .truckvault .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; }
/***********************************
2026 SHOT Show Exhibitors 3
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_3 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_3 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_3 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_3 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_3 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_4 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_4 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_4 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_4 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_4 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .black_rifle_coffee_company .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .black_rifle_coffee_company .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .black_rifle_coffee_company .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .black_rifle_coffee_company .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .black_rifle_coffee_company .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .black_rifle_coffee_company .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; }
/***********************************
2026 SHOT Show Exhibitors 5
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_5 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_5 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_5 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_5 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_5 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_6 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_6 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_6 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_6 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_6 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_6 .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; }
/***********************************
2026 SHOT Show Exhibitors 7
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_7 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_7 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_7 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_7 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_7 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_7 .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; }
/***********************************
Case Knives
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .case_knives .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .case_knives .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .case_knives .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .case_knives .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .case_knives .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .case_knives .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; }
/***********************************
2026 SHOT Show Exhibitors 8
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_8 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_8 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_8 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_8 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_8 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_8 .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; }
/***********************************
2026 SHOT Show Exhibitors 9
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_9 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_9 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_9 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_9 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_9 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .kunwu .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .kunwu .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .kunwu .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .kunwu .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .kunwu .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .kunwu .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; }
/***********************************
2026 SHOT Show Exhibitors 10
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_10 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_10 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_10 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_10 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_10 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_10 .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; }
/***********************************
Coreleader Biotech Co Ltd.
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .coreleader_biotech_co_ltd .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreleader_biotech_co_ltd .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreleader_biotech_co_ltd .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreleader_biotech_co_ltd .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .coreleader_biotech_co_ltd .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .coreleader_biotech_co_ltd .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; }
/***********************************
2026 SHOT Show Exhibitors 11
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_11 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_11 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_11 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_11 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_11 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_11 .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; }
/***********************************
2026 SHOT Show Exhibitors 12
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_12 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_12 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_12 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_12 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_12 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .renishaw .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .renishaw .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .renishaw .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .renishaw .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .renishaw .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .renishaw .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; }
/***********************************
2026 SHOT Show Exhibitors 13
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        ._2026_shot_show_exhibitors_13 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_13 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_13 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_13 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_shot_show_exhibitors_13 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        ._2026_shot_show_exhibitors_13 .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; }
/***********************************
NFA Fingerprints Made Easy
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .nfa_fingerprints_made_easy .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nfa_fingerprints_made_easy .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nfa_fingerprints_made_easy .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nfa_fingerprints_made_easy .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .nfa_fingerprints_made_easy .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .nfa_fingerprints_made_easy .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; }
/***********************************
Supplier Showcase
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .supplier_showcase .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .supplier_showcase .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .supplier_showcase .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .supplier_showcase .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .supplier_showcase .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .supplier_showcase .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; }
/***********************************
2026 Supplier Showcase Exhibitors 1
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_supplier_showcase_exhibitors_1 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_1 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_1 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_1 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_1 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_supplier_showcase_exhibitors_2 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_2 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_2 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_2 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_2 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_supplier_showcase_exhibitors_3 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_3 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_3 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_3 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_3 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        ._2026_supplier_showcase_exhibitors_4 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_4 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_4 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_4 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        ._2026_supplier_showcase_exhibitors_4 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .the_venetian_expo_level_1 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_1 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_1 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_1 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_1 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .caesars_forum .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .caesars_forum .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .caesars_forum .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .caesars_forum .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .caesars_forum .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .the_venetian_expo_level_2 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_2 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_2 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_2 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_2 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .the_venetian_expo_level_5 .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_5 .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_5 .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_5 .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .the_venetian_expo_level_5 .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

    /*paragraphs*/

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

    /*inlines*/

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

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

    /*links*/

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

    /*headers*/

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

        .bfg .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .bfg .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .bfg .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .bfg .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .bfg .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

        .bfg .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; }
/***********************************
Midwest Industries
***********************************/

    /*paragraphs*/

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

    /*inlines*/

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

    /*images*/

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

    /*links*/

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

    /*headers*/

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

        .midwest_industries .column h2 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.5rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .midwest_industries .column h3 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.25rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .midwest_industries .column h4 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1.125rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .midwest_industries .column h5 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-top: 21px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

        .midwest_industries .column h6 {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: 300;
           font-style: normal;
           font-variant: normal;
           line-height: 1.6em;
           margin-bottom: 8px;
           margin-top: 8px;
           text-decoration: none;
           text-align: left;
           border-width: 0px;
        }

    /*lists*/

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

    /*containers*/

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

    /*layoutitems*/

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

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

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