/***********************************
BGS Private
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*paragraphs*/

        .bgs_private .column p {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .bgs_private .column p.BodyIndent {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 16px;
        }

    /*inlines*/

        .bgs_private .column .default-drop-cap {
           float: left;
           font-weight: 800;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 50px;
           line-height: .3em;
           font-family: 'Montserrat';
           color: #96253a;
        }

    /*links*/

        .bgs_private .column a {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           font-weight: bold;
        }

    /*headers*/

        .bgs_private .column h1 {
           font-family: 'Montserrat';
           font-size: 40px;
           font-weight: bold;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .bgs_private .column h2 {
           font-family: 'Montserrat';
           font-size: 22px;
           font-weight: 500;
           line-height: 1.1em;
           margin-bottom: 10px;
        }

        .bgs_private .column h3 {
           font-size: 18px;
           font-family: 'Montserrat';
           font-weight: bold;
           margin-bottom: 20px;
        }

        .bgs_private .column h4 {
           font-family: 'Montserrat';
           font-weight: bold;
           font-style: italic;
           margin-top: 10px;
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .bgs_private .column h5 {
           font-family: 'Montserrat';
           font-weight: bold;
           margin-top: 10px;
           margin-bottom: 10px;
        }

        .bgs_private .column h6 {
           font-family: 'Montserrat';
           font-weight: 400;
           line-height: 1.1em;
           font-size: 14px;
        }

    /*lists*/

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

        .bgs_private .column .BodyBullets {
           list-style-type: disc;
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

        .bgs_private .column .BodyNumbered {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

/***********************************
BGS Public
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

        .bgs_public .column .BodyNumbered {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-image: none;
        }

        .bgs_public .column .BodyBullets {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-type: disc;
           list-style-image: none;
        }

    /*headers*/

        .bgs_public .column h6 {
           font-size: 14px;
           line-height: 1.1em;
           font-weight: 400;
           font-family: 'Montserrat';
        }

        .bgs_public .column h5 {
           margin-bottom: 10px;
           margin-top: 10px;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .bgs_public .column h4 {
           line-height: 1.1em;
           margin-bottom: 10px;
           margin-top: 10px;
           font-style: italic;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .bgs_public .column h3 {
           margin-bottom: 20px;
           font-weight: bold;
           font-family: 'Montserrat';
           font-size: 18px;
        }

        .bgs_public .column h2 {
           margin-bottom: 10px;
           line-height: 1.1em;
           font-weight: 500;
           font-size: 22px;
           font-family: 'Montserrat';
        }

        .bgs_public .column h1 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-weight: bold;
           font-size: 40px;
           font-family: 'Montserrat';
        }

    /*links*/

        .bgs_public .column a {
           font-weight: bold;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
        }

    /*inlines*/

        .bgs_public .column .default-drop-cap {
           font-family: 'Montserrat';
           line-height: .3em;
           font-size: 50px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 800;
           float: left;
           color: #12274b;
        }

    /*paragraphs*/

        .bgs_public .column p.BodyIndent {
           text-indent: 16px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

        .bgs_public .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

    /*images*/

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

/***********************************
Cover Letter
***********************************/

    /*images*/

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

    /*lists*/

        .cover_letter .column .BodyNumbered {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-image: none;
        }

        .cover_letter .column .BodyBullets {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-type: disc;
           list-style-image: none;
        }

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

    /*headers*/

        .cover_letter .column h6 {
           font-size: 14px;
           line-height: 1.1em;
           font-weight: 400;
           font-family: 'Montserrat';
        }

        .cover_letter .column h5 {
           margin-bottom: 10px;
           margin-top: 10px;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .cover_letter .column h4 {
           line-height: 1.1em;
           margin-bottom: 10px;
           margin-top: 10px;
           font-style: italic;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .cover_letter .column h3 {
           margin-bottom: 20px;
           font-weight: bold;
           font-family: 'Montserrat';
           font-size: 18px;
        }

        .cover_letter .column h2 {
           margin-bottom: 10px;
           line-height: 1.1em;
           font-weight: 500;
           font-size: 22px;
           font-family: 'Montserrat';
        }

        .cover_letter .column h1 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-weight: bold;
           font-size: 45px;
           font-family: 'Montserrat';
           color: #3c657f;
        }

    /*links*/

        .cover_letter .column a {
           font-weight: bold;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
        }

    /*inlines*/

        .cover_letter .column .default-drop-cap {
           font-family: 'Montserrat';
           line-height: .3em;
           font-size: 50px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: bold;
           float: left;
        }

    /*paragraphs*/

        .cover_letter .column p.BodyIndent {
           text-indent: 16px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

        .cover_letter .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

    /*containers*/

        .cover_letter .column div.container-default {
           padding: 10;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
        }

    /*layoutitems*/

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

/***********************************
BGS Resort
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*paragraphs*/

        .bgs_resort .column p {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .bgs_resort .column p.BodyIndent {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 16px;
        }

    /*inlines*/

        .bgs_resort .column .default-drop-cap {
           float: left;
           font-weight: 800;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 50px;
           line-height: .3em;
           font-family: 'Montserrat';
           color: #12274b;
        }

    /*links*/

        .bgs_resort .column a {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           font-weight: bold;
        }

    /*headers*/

        .bgs_resort .column h1 {
           font-family: 'Montserrat';
           font-size: 40px;
           font-weight: bold;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .bgs_resort .column h2 {
           font-family: 'Montserrat';
           font-size: 22px;
           font-weight: 500;
           line-height: 1.1em;
           margin-bottom: 10px;
        }

        .bgs_resort .column h3 {
           font-size: 18px;
           font-family: 'Montserrat';
           font-weight: bold;
           margin-bottom: 20px;
        }

        .bgs_resort .column h4 {
           font-family: 'Montserrat';
           font-weight: bold;
           font-style: italic;
           margin-top: 10px;
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .bgs_resort .column h5 {
           font-family: 'Montserrat';
           font-weight: bold;
           margin-top: 10px;
           margin-bottom: 10px;
        }

        .bgs_resort .column h6 {
           font-family: 'Montserrat';
           font-weight: 400;
           line-height: 1.1em;
           font-size: 14px;
        }

    /*lists*/

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

        .bgs_resort .column .BodyBullets {
           list-style-type: disc;
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

        .bgs_resort .column .BodyNumbered {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

/***********************************
Best Practice Retailing
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*paragraphs*/

        .best_practice_retailing .column p {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .best_practice_retailing .column p.BodyIndent {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 16px;
        }

    /*inlines*/

        .best_practice_retailing .column .default-drop-cap {
           float: left;
           font-weight: 800;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 50px;
           line-height: .3em;
           font-family: 'Montserrat';
           color: #12274b;
        }

    /*links*/

        .best_practice_retailing .column a {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           font-weight: bold;
        }

    /*headers*/

        .best_practice_retailing .column h1 {
           font-family: 'Montserrat';
           font-size: 40px;
           font-weight: bold;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .best_practice_retailing .column h2 {
           font-family: 'Montserrat';
           font-size: 22px;
           font-weight: 500;
           line-height: 1.1em;
           margin-bottom: 10px;
        }

        .best_practice_retailing .column h3 {
           font-size: 18px;
           font-family: 'Montserrat';
           font-weight: bold;
           margin-bottom: 20px;
        }

        .best_practice_retailing .column h4 {
           font-family: 'Montserrat';
           font-weight: bold;
           font-style: italic;
           margin-top: 10px;
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .best_practice_retailing .column h5 {
           font-family: 'Montserrat';
           font-weight: bold;
           margin-top: 10px;
           margin-bottom: 10px;
        }

        .best_practice_retailing .column h6 {
           font-family: 'Montserrat';
           font-weight: 400;
           line-height: 1.1em;
           font-size: 14px;
        }

    /*lists*/

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

        .best_practice_retailing .column .BodyBullets {
           list-style-type: disc;
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

        .best_practice_retailing .column .BodyNumbered {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

/***********************************
Hot Products
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*images*/

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

    /*paragraphs*/

        .hot_products .column p {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .hot_products .column p.BodyIndent {
           font-family: Times New Roman, serif;
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 16px;
        }

    /*inlines*/

        .hot_products .column .default-drop-cap {
           float: left;
           font-weight: bold;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 50px;
           line-height: .3em;
           font-family: 'Montserrat';
        }

    /*links*/

        .hot_products .column a {
           font-family: Arial Black, sans-serif;
           line-height: 1.3em;
           font-weight: bold;
           color: #1b4164;
        }

    /*headers*/

        .hot_products .column h1 {
           font-family: 'Montserrat';
           font-size: 40px;
           font-weight: bold;
           line-height: 1.1em;
           margin-bottom: 20px;
        }

        .hot_products .column h2 {
           font-family: 'Montserrat';
           font-size: 22px;
           font-weight: 500;
           line-height: 1.1em;
           margin-bottom: 10px;
        }

        .hot_products .column h3 {
           font-size: 18px;
           font-family: 'Montserrat';
           font-weight: bold;
           margin-bottom: 20px;
        }

        .hot_products .column h4 {
           font-family: 'Montserrat';
           font-weight: bold;
           font-style: italic;
           margin-top: 10px;
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .hot_products .column h5 {
           font-family: 'Montserrat';
           font-weight: 400;
           margin-top: 10px;
           margin-bottom: 10px;
        }

        .hot_products .column h6 {
           font-family: 'Montserrat';
           font-weight: 400;
           line-height: 1.1em;
           font-size: 14px;
        }

    /*lists*/

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

        .hot_products .column .BodyBullets {
           list-style-type: disc;
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

        .hot_products .column .BodyNumbered {
           font-family: Times New Roman, serif;
           line-height: 1.3em;
           margin-bottom: 8px;
           list-style-image: none;
        }

/***********************************
AGM Corner
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

        .agm_corner .column .BodyNumbered {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-image: none;
        }

        .agm_corner .column .BodyBullets {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-type: disc;
           list-style-image: none;
        }

    /*headers*/

        .agm_corner .column h6 {
           font-size: 14px;
           line-height: 1.1em;
           font-weight: 400;
           font-family: 'Montserrat';
        }

        .agm_corner .column h5 {
           margin-bottom: 10px;
           margin-top: 10px;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .agm_corner .column h4 {
           line-height: 1.1em;
           margin-bottom: 10px;
           margin-top: 10px;
           font-style: italic;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .agm_corner .column h3 {
           margin-bottom: 20px;
           font-weight: bold;
           font-family: 'Montserrat';
           font-size: 18px;
        }

        .agm_corner .column h2 {
           margin-bottom: 10px;
           line-height: 1.1em;
           font-weight: 500;
           font-size: 22px;
           font-family: 'Montserrat';
        }

        .agm_corner .column h1 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-weight: bold;
           font-size: 40px;
           font-family: 'Montserrat';
        }

    /*links*/

        .agm_corner .column a {
           font-weight: bold;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
        }

    /*inlines*/

        .agm_corner .column .default-drop-cap {
           font-family: 'Montserrat';
           line-height: .3em;
           font-size: 50px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 800;
           float: left;
           color: #11274b;
        }

    /*paragraphs*/

        .agm_corner .column p.BodyIndent {
           text-indent: 16px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

        .agm_corner .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

    /*images*/

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

/***********************************
Back Page
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*lists*/

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

        .back_page .column .BodyNumbered {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-image: none;
        }

        .back_page .column .BodyBullets {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-type: disc;
           list-style-image: none;
        }

    /*headers*/

        .back_page .column h6 {
           font-size: 14px;
           line-height: 1.1em;
           font-weight: 400;
           font-family: 'Montserrat';
        }

        .back_page .column h5 {
           margin-bottom: 10px;
           margin-top: 10px;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .back_page .column h4 {
           line-height: 1.1em;
           margin-bottom: 10px;
           margin-top: 10px;
           font-style: italic;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .back_page .column h3 {
           margin-bottom: 20px;
           font-weight: bold;
           font-family: 'Montserrat';
           font-size: 18px;
        }

        .back_page .column h2 {
           margin-bottom: 10px;
           line-height: 1.1em;
           font-weight: 500;
           font-size: 22px;
           font-family: 'Montserrat';
        }

        .back_page .column h1 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-weight: bold;
           font-size: 40px;
           font-family: 'Montserrat';
        }

    /*links*/

        .back_page .column a {
           font-weight: bold;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
        }

    /*inlines*/

        .back_page .column .default-drop-cap {
           font-family: 'Montserrat';
           line-height: .3em;
           font-size: 50px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: bold;
           float: left;
           color: #12274b;
        }

    /*paragraphs*/

        .back_page .column p.BodyIndent {
           text-indent: 16px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

        .back_page .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

    /*images*/

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

/***********************************
Vanguard Pro Shop AD
***********************************/

    /*images*/

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

    /*lists*/

        .vanguard_pro_shop_ad .column .BodyNumbered {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-image: none;
        }

        .vanguard_pro_shop_ad .column .BodyBullets {
           margin-bottom: 8px;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
           list-style-type: disc;
           list-style-image: none;
        }

    /*headers*/

        .vanguard_pro_shop_ad .column h6 {
           font-size: 14px;
           line-height: 1.1em;
           font-weight: 400;
           font-family: 'Montserrat';
        }

        .vanguard_pro_shop_ad .column h5 {
           margin-bottom: 10px;
           margin-top: 10px;
           font-weight: bold;
           font-family: 'Montserrat';
        }

        .vanguard_pro_shop_ad .column h4 {
           line-height: 1.3em;
           margin-bottom: 10px;
           margin-top: 10px;
           font-style: italic;
           font-weight: 400;
           font-family: 'Montserrat';
           text-align: center;
           color: #22274f;
        }

        .vanguard_pro_shop_ad .column h3 {
           margin-bottom: 20px;
           font-weight: 400;
           font-family: 'Montserrat';
           font-size: 18px;
           text-align: center;
           color: #22274f;
        }

        .vanguard_pro_shop_ad .column h2 {
           margin-bottom: 10px;
           line-height: 1.3em;
           font-weight: bold;
           font-size: 22px;
           font-family: 'Montserrat';
           text-align: center;
           color: #22274f;
        }

        .vanguard_pro_shop_ad .column h1 {
           margin-bottom: 20px;
           line-height: 1.1em;
           font-weight: bold;
           font-size: 40px;
           font-family: 'Montserrat';
           text-align: center;
           color: #22274f;
        }

    /*links*/

        .vanguard_pro_shop_ad .column a {
           font-weight: bold;
           line-height: 1.3em;
           font-family: Times New Roman, serif;
        }

    /*inlines*/

        .vanguard_pro_shop_ad .column .default-drop-cap {
           font-family: 'Montserrat';
           line-height: .3em;
           font-size: 50px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: bold;
           float: left;
        }

    /*paragraphs*/

        .vanguard_pro_shop_ad .column p.BodyIndent {
           text-indent: 16px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

        .vanguard_pro_shop_ad .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: Times New Roman, serif;
        }

/***********************************
Payne Stewart Collection AD
***********************************/

    /*paragraphs*/

        .payne_stewart_collection_ad .column p {
        }

    /*inlines*/

        .payne_stewart_collection_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .payne_stewart_collection_ad .column a {
        }

    /*headers*/

        .payne_stewart_collection_ad .column h1 {
        }

        .payne_stewart_collection_ad .column h2 {
        }

        .payne_stewart_collection_ad .column h3 {
        }

        .payne_stewart_collection_ad .column h4 {
        }

        .payne_stewart_collection_ad .column h5 {
        }

        .payne_stewart_collection_ad .column h6 {
        }

/***********************************
SanSoleil AD
***********************************/

    /*headers*/

        .sansoleil_ad .column h6 {
        }

        .sansoleil_ad .column h5 {
        }

        .sansoleil_ad .column h4 {
        }

        .sansoleil_ad .column h3 {
        }

        .sansoleil_ad .column h2 {
        }

        .sansoleil_ad .column h1 {
        }

    /*links*/

        .sansoleil_ad .column a {
        }

    /*inlines*/

        .sansoleil_ad .column .default-drop-cap {
           line-height: .3em;
           font-size: 60px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
        }

    /*paragraphs*/

        .sansoleil_ad .column p {
        }

/***********************************
Signs by the Sea AD
***********************************/

    /*paragraphs*/

        .signs_by_the_sea_ad .column p {
        }

    /*inlines*/

        .signs_by_the_sea_ad .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 60px;
           line-height: .3em;
        }

    /*links*/

        .signs_by_the_sea_ad .column a {
        }

    /*headers*/

        .signs_by_the_sea_ad .column h1 {
        }

        .signs_by_the_sea_ad .column h2 {
        }

        .signs_by_the_sea_ad .column h3 {
        }

        .signs_by_the_sea_ad .column h4 {
        }

        .signs_by_the_sea_ad .column h5 {
        }

        .signs_by_the_sea_ad .column h6 {
        }

