/***********************************
Cover & TOC
***********************************/

    /*headers*/

        .cover_toc .column h6 {
        }

        .cover_toc .column h5 {
        }

        .cover_toc .column h4 {
        }

        .cover_toc .column h3 {
        }

        .cover_toc .column h2 {
        }

        .cover_toc .column h1 {
        }

    /*links*/

        .cover_toc .column a {
        }

    /*inlines*/

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

    /*paragraphs*/

        .cover_toc .column p {
        }

/***********************************
Ask CDGA Members
***********************************/

    /*images*/

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

        .ask_cdga_members .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           color: #f0eedf;
           list-style-image: none;
        }

        .ask_cdga_members .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .ask_cdga_members .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .ask_cdga_members .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .ask_cdga_members .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .ask_cdga_members .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .ask_cdga_members .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .ask_cdga_members .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .ask_cdga_members .column h2 {
           font-style: italic;
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 12px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .ask_cdga_members .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .ask_cdga_members .column a {
           background-color: transparent;
           line-height: 1em;
           color: #f0eedf;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .ask_cdga_members .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .ask_cdga_members .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .ask_cdga_members .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .ask_cdga_members .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .ask_cdga_members .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
           color: #fefefe;
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Rules of Golf
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*paragraphs*/

        .rules_of_golf .column p {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .rules_of_golf .column p.NoIndent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .rules_of_golf .column p.Indent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 10px;
        }

        .rules_of_golf .column p.CenteredLink {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 0px;
           text-align: center;
        }

    /*inlines*/

        .rules_of_golf .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 48px;
           line-height: 0.2em;
           font-family: 'Playfair Display';
           text-transform: capitalize;
           color: #a48d29;
        }

    /*links*/

        .rules_of_golf .column a {
           font-family: 'Open Sans';
           text-transform: uppercase;
           font-weight: bold;
           text-align: center;
           text-decoration: underline;
           color: #7e7e7e;
           line-height: 1em;
           background-color: transparent;
        }

    /*headers*/

        .rules_of_golf .column h1 {
           line-height: 1em;
           font-family: 'Playfair Display';
           font-size: 50px;
           font-weight: 700;
           margin-bottom: 12px;
           color: #006937;
           text-align: left;
        }

        .rules_of_golf .column h2 {
           text-align: left;
           font-family: 'Open Sans';
           font-size: 25px;
           margin-bottom: 20px;
           color: #000000;
           line-height: 1em;
           font-weight: 400;
        }

        .rules_of_golf .column h3 {
           font-size: 18px;
           font-family: 'Open Sans';
           margin-bottom: 20px;
           font-weight: 700;
        }

        .rules_of_golf .column h4 {
           font-family: 'Open Sans';
           font-size: 25px;
           font-weight: 600;
           margin-bottom: 20px;
           line-height: 1em;
        }

        .rules_of_golf .column h5 {
           line-height: 1.1em;
           margin-bottom: 10px;
           font-family: 'Open Sans';
           margin-top: 15px;
        }

        .rules_of_golf .column h6 {
           font-family: 'Open Sans';
           margin-top: 15px;
           margin-bottom: 10px;
           font-weight: bold;
        }

    /*lists*/

        .rules_of_golf .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: 'Open Sans';
           color: #222222;
           background-color: transparent;
           list-style-image: none;
        }

        .rules_of_golf .column .BulletList {
           list-style-type: disc;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .rules_of_golf .column .NumberedList {
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .rules_of_golf .column .AlphabetList {
           list-style-type: lower-alpha;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

    /*images*/

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

/***********************************
Fantasy Golf
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*paragraphs*/

        .fantasy_golf .column p {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .fantasy_golf .column p.NoIndent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .fantasy_golf .column p.Indent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 10px;
        }

        .fantasy_golf .column p.CenteredLink {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 0px;
           text-align: center;
        }

    /*inlines*/

        .fantasy_golf .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 48px;
           line-height: 0.2em;
           font-family: 'Playfair Display';
           text-transform: capitalize;
           color: #006937;
        }

    /*links*/

        .fantasy_golf .column a {
           font-family: 'Open Sans';
           text-transform: uppercase;
           font-weight: bold;
           text-align: center;
           text-decoration: underline;
           color: #7e7e7e;
           line-height: 1em;
           background-color: transparent;
        }

    /*headers*/

        .fantasy_golf .column h1 {
           line-height: 1em;
           font-family: 'Playfair Display';
           font-size: 50px;
           font-weight: 700;
           margin-bottom: 12px;
           color: #006937;
           text-align: left;
        }

        .fantasy_golf .column h2 {
           text-align: left;
           font-family: 'Open Sans';
           font-size: 25px;
           margin-bottom: 20px;
           color: #000000;
           line-height: 1em;
           font-weight: 400;
        }

        .fantasy_golf .column h3 {
           font-size: 18px;
           font-family: 'Open Sans';
           margin-bottom: 20px;
           font-weight: 700;
        }

        .fantasy_golf .column h4 {
           font-family: 'Open Sans';
           font-size: 25px;
           font-weight: 600;
           margin-bottom: 20px;
           line-height: 1em;
        }

        .fantasy_golf .column h5 {
           line-height: 1.1em;
           margin-bottom: 10px;
           font-family: 'Open Sans';
           margin-top: 15px;
        }

        .fantasy_golf .column h6 {
           font-family: 'Open Sans';
           margin-top: 15px;
           margin-bottom: 10px;
           font-weight: bold;
        }

    /*lists*/

        .fantasy_golf .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: 'Open Sans';
           color: #222222;
           background-color: transparent;
           list-style-image: none;
        }

        .fantasy_golf .column .BulletList {
           list-style-type: disc;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .fantasy_golf .column .NumberedList {
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .fantasy_golf .column .AlphabetList {
           list-style-type: upper-alpha;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

    /*images*/

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

/***********************************
And Away We Go
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*paragraphs*/

        .and_away_we_go .column p {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .and_away_we_go .column p.NoIndent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .and_away_we_go .column p.Indent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 10px;
        }

        .and_away_we_go .column p.CenteredLink {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 0px;
           text-align: center;
        }

    /*inlines*/

        .and_away_we_go .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 48px;
           line-height: 0.2em;
           font-family: 'Playfair Display';
           text-transform: capitalize;
           color: #a48d29;
        }

    /*links*/

        .and_away_we_go .column a {
           font-family: 'Open Sans';
           text-transform: uppercase;
           font-weight: bold;
           text-align: center;
           text-decoration: underline;
           color: #7e7e7e;
           line-height: 1em;
           background-color: transparent;
        }

    /*headers*/

        .and_away_we_go .column h1 {
           line-height: 1em;
           font-family: 'Playfair Display';
           font-size: 50px;
           font-weight: 700;
           margin-bottom: 12px;
           color: #006937;
           text-align: left;
        }

        .and_away_we_go .column h2 {
           text-align: left;
           font-family: 'Open Sans';
           font-size: 25px;
           margin-bottom: 20px;
           color: #000000;
           line-height: 1em;
           font-weight: 400;
        }

        .and_away_we_go .column h3 {
           font-size: 18px;
           font-family: 'Open Sans';
           margin-bottom: 20px;
           font-weight: 700;
        }

        .and_away_we_go .column h4 {
           font-family: 'Open Sans';
           font-size: 25px;
           font-weight: 600;
           margin-bottom: 20px;
           line-height: 1em;
        }

        .and_away_we_go .column h5 {
           line-height: 1.1em;
           margin-bottom: 10px;
           font-family: 'Open Sans';
           margin-top: 15px;
        }

        .and_away_we_go .column h6 {
           font-family: 'Open Sans';
           margin-top: 15px;
           margin-bottom: 10px;
           font-weight: bold;
        }

    /*lists*/

        .and_away_we_go .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: 'Open Sans';
           color: #222222;
           background-color: transparent;
           list-style-image: none;
        }

        .and_away_we_go .column .BulletList {
           list-style-type: disc;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .and_away_we_go .column .NumberedList {
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .and_away_we_go .column .AlphabetList {
           list-style-type: upper-alpha;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

    /*images*/

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

/***********************************
Nothing But Cup
***********************************/

    /*images*/

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

        .nothing_but_cup .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .nothing_but_cup .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .nothing_but_cup .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .nothing_but_cup .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .nothing_but_cup .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .nothing_but_cup .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .nothing_but_cup .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .nothing_but_cup .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .nothing_but_cup .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .nothing_but_cup .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .nothing_but_cup .column a {
           background-color: transparent;
           line-height: 1em;
           color: #f18a00;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .nothing_but_cup .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .nothing_but_cup .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .nothing_but_cup .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .nothing_but_cup .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .nothing_but_cup .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Oh, What a Night
***********************************/

    /*images*/

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

        .oh_what_a_night .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .oh_what_a_night .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .oh_what_a_night .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .oh_what_a_night .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .oh_what_a_night .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .oh_what_a_night .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .oh_what_a_night .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .oh_what_a_night .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .oh_what_a_night .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .oh_what_a_night .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .oh_what_a_night .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .oh_what_a_night .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .oh_what_a_night .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .oh_what_a_night .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .oh_what_a_night .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .oh_what_a_night .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
In The Flesh
***********************************/

    /*images*/

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

        .in_the_flesh .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .in_the_flesh .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .in_the_flesh .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .in_the_flesh .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .in_the_flesh .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .in_the_flesh .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .in_the_flesh .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .in_the_flesh .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .in_the_flesh .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .in_the_flesh .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .in_the_flesh .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .in_the_flesh .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .in_the_flesh .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .in_the_flesh .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .in_the_flesh .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .in_the_flesh .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Let’s Go Gal-fing
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*paragraphs*/

        .let_s_go_gal_fing .column p {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           color: #fefefe;
        }

        .let_s_go_gal_fing .column p.NoIndent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .let_s_go_gal_fing .column p.Indent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 10px;
        }

        .let_s_go_gal_fing .column p.CenteredLink {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 0px;
           text-align: center;
        }

    /*inlines*/

        .let_s_go_gal_fing .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 48px;
           line-height: 0.2em;
           font-family: 'Playfair Display';
           text-transform: capitalize;
           color: #a48d29;
        }

    /*links*/

        .let_s_go_gal_fing .column a {
           font-family: 'Open Sans';
           text-transform: uppercase;
           font-weight: bold;
           text-align: center;
           text-decoration: underline;
           color: #a48d29;
           line-height: 1em;
           background-color: transparent;
        }

    /*headers*/

        .let_s_go_gal_fing .column h1 {
           line-height: 1em;
           font-family: 'Playfair Display';
           font-size: 50px;
           font-weight: 700;
           margin-bottom: 12px;
           color: #006937;
           text-align: left;
        }

        .let_s_go_gal_fing .column h2 {
           text-align: left;
           font-family: 'Open Sans';
           font-size: 25px;
           margin-bottom: 20px;
           color: #ffffff;
           line-height: 1em;
           font-weight: 400;
        }

        .let_s_go_gal_fing .column h3 {
           font-size: 18px;
           font-family: 'Open Sans';
           margin-bottom: 20px;
           font-weight: 700;
        }

        .let_s_go_gal_fing .column h4 {
           font-family: 'Open Sans';
           font-size: 25px;
           font-weight: 600;
           margin-bottom: 20px;
           line-height: 1em;
        }

        .let_s_go_gal_fing .column h5 {
           line-height: 1.1em;
           margin-bottom: 10px;
           font-family: 'Open Sans';
           margin-top: 15px;
        }

        .let_s_go_gal_fing .column h6 {
           font-family: 'Open Sans';
           margin-top: 15px;
           margin-bottom: 10px;
           font-weight: bold;
        }

    /*lists*/

        .let_s_go_gal_fing .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: 'Open Sans';
           color: #222222;
           background-color: transparent;
           list-style-image: none;
        }

        .let_s_go_gal_fing .column .BulletList {
           list-style-type: disc;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .let_s_go_gal_fing .column .NumberedList {
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .let_s_go_gal_fing .column .AlphabetList {
           list-style-type: upper-alpha;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

    /*images*/

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

/***********************************
Look Who's Back
***********************************/

    /*images*/

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

        .look_who_s_back .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .look_who_s_back .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .look_who_s_back .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .look_who_s_back .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .look_who_s_back .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .look_who_s_back .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .look_who_s_back .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .look_who_s_back .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .look_who_s_back .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .look_who_s_back .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .look_who_s_back .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .look_who_s_back .column .default-drop-cap {
           color: #006937;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .look_who_s_back .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .look_who_s_back .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .look_who_s_back .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .look_who_s_back .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Tournaments
***********************************/

    /*images*/

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

        .tournaments .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .tournaments .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .tournaments .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .tournaments .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .tournaments .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .tournaments .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .tournaments .column h4 {
           line-height: 1.1em;
           margin-bottom: 8px;
           font-weight: 600;
           font-size: 17px;
           font-family: 'Open Sans';
        }

        .tournaments .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .tournaments .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .tournaments .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .tournaments .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .tournaments .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .tournaments .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .tournaments .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .tournaments .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .tournaments .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Industry Insight
***********************************/

    /*images*/

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

        .industry_insight .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .industry_insight .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .industry_insight .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           color: #ffffff;
           list-style-image: none;
        }

        .industry_insight .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .industry_insight .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .industry_insight .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .industry_insight .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .industry_insight .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .industry_insight .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #ffffff;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .industry_insight .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .industry_insight .column a {
           background-color: transparent;
           line-height: 1em;
           color: #a48d29;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .industry_insight .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .industry_insight .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .industry_insight .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .industry_insight .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .industry_insight .column p {
           color: #ffffff;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
CDGA Turfgrass
***********************************/

    /*images*/

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

        .cdga_turfgrass .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .cdga_turfgrass .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .cdga_turfgrass .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .cdga_turfgrass .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .cdga_turfgrass .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .cdga_turfgrass .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .cdga_turfgrass .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .cdga_turfgrass .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .cdga_turfgrass .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .cdga_turfgrass .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .cdga_turfgrass .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .cdga_turfgrass .column .default-drop-cap {
           color: #006937;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.1em;
           font-size: 35px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .cdga_turfgrass .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .cdga_turfgrass .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .cdga_turfgrass .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .cdga_turfgrass .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Travel
***********************************/

    /*images*/

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

        .travel .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .travel .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .travel .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .travel .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .travel .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .travel .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .travel .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .travel .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .travel .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .travel .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .travel .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .travel .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .travel .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .travel .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .travel .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .travel .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Open Season
***********************************/

    /*images*/

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

        .open_season .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .open_season .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .open_season .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .open_season .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .open_season .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .open_season .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .open_season .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .open_season .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .open_season .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .open_season .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .open_season .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .open_season .column .default-drop-cap {
           color: #a48d29;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .open_season .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .open_season .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .open_season .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .open_season .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Membership
***********************************/

    /*images*/

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

        .member_golf_shop .column .AlphabetList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: upper-alpha;
           list-style-image: none;
        }

        .member_golf_shop .column .NumberedList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-image: none;
        }

        .member_golf_shop .column .BulletList {
           margin-bottom: 10px;
           font-family: 'Open Sans';
           list-style-type: disc;
           list-style-image: none;
        }

        .member_golf_shop .column ol {
           background-color: transparent;
           color: #222222;
           font-family: 'Open Sans';
           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*/

        .member_golf_shop .column h6 {
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 15px;
           font-family: 'Open Sans';
        }

        .member_golf_shop .column h5 {
           margin-top: 15px;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           line-height: 1.1em;
        }

        .member_golf_shop .column h4 {
           line-height: 1em;
           margin-bottom: 20px;
           font-weight: 600;
           font-size: 25px;
           font-family: 'Open Sans';
        }

        .member_golf_shop .column h3 {
           font-weight: 700;
           margin-bottom: 20px;
           font-family: 'Open Sans';
           font-size: 18px;
        }

        .member_golf_shop .column h2 {
           font-weight: 400;
           line-height: 1em;
           color: #000000;
           margin-bottom: 20px;
           font-size: 25px;
           font-family: 'Open Sans';
           text-align: left;
        }

        .member_golf_shop .column h1 {
           text-align: left;
           color: #006937;
           margin-bottom: 12px;
           font-weight: 700;
           font-size: 50px;
           font-family: 'Playfair Display';
           line-height: 1em;
        }

    /*links*/

        .member_golf_shop .column a {
           background-color: transparent;
           line-height: 1em;
           color: #7e7e7e;
           text-decoration: underline;
           text-align: center;
           font-weight: bold;
           text-transform: uppercase;
           font-family: 'Open Sans';
        }

    /*inlines*/

        .member_golf_shop .column .default-drop-cap {
           color: #006937;
           text-transform: capitalize;
           font-family: 'Playfair Display';
           line-height: 0.2em;
           font-size: 48px;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 700;
           float: left;
        }

    /*paragraphs*/

        .member_golf_shop .column p.CenteredLink {
           text-align: center;
           margin-bottom: 0px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .member_golf_shop .column p.Indent {
           text-indent: 10px;
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .member_golf_shop .column p.NoIndent {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

        .member_golf_shop .column p {
           margin-bottom: 10px;
           line-height: 1.4em;
           font-family: 'Open Sans';
        }

    /*containers*/

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

    /*layoutitems*/

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

/***********************************
Member Perks
***********************************/

    /*layoutitems*/

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

    /*containers*/

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

    /*paragraphs*/

        .member_perks .column p {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           color: #ffffff;
        }

        .member_perks .column p.NoIndent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
        }

        .member_perks .column p.Indent {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 10px;
           text-indent: 10px;
        }

        .member_perks .column p.CenteredLink {
           font-family: 'Open Sans';
           line-height: 1.4em;
           margin-bottom: 0px;
           text-align: center;
        }

    /*inlines*/

        .member_perks .column .default-drop-cap {
           float: left;
           font-weight: 700;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 48px;
           line-height: 0.2em;
           font-family: 'Playfair Display';
           text-transform: capitalize;
           color: #a48d29;
        }

    /*links*/

        .member_perks .column a {
           font-family: 'Open Sans';
           text-transform: uppercase;
           font-weight: bold;
           text-align: center;
           text-decoration: underline;
           color: #a48d29;
           line-height: 1em;
           background-color: transparent;
        }

    /*headers*/

        .member_perks .column h1 {
           line-height: 1em;
           font-family: 'Playfair Display';
           font-size: 50px;
           font-weight: 700;
           margin-bottom: 12px;
           color: #006937;
           text-align: left;
        }

        .member_perks .column h2 {
           text-align: left;
           font-family: 'Open Sans';
           font-size: 25px;
           margin-bottom: 20px;
           color: #ffffff;
           line-height: 1em;
           font-weight: 400;
        }

        .member_perks .column h3 {
           font-size: 18px;
           font-family: 'Open Sans';
           margin-bottom: 20px;
           font-weight: 700;
        }

        .member_perks .column h4 {
           font-family: 'Open Sans';
           font-size: 18px;
           font-weight: 600;
           margin-bottom: 6px;
           line-height: 1em;
           color: #a48d29;
           margin-top: 16px;
        }

        .member_perks .column h5 {
           line-height: 1.1em;
           margin-bottom: 10px;
           font-family: 'Open Sans';
           margin-top: 15px;
        }

        .member_perks .column h6 {
           font-family: 'Open Sans';
           margin-top: 15px;
           margin-bottom: 10px;
           font-weight: bold;
        }

    /*lists*/

        .member_perks .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: 'Open Sans';
           color: #222222;
           background-color: transparent;
           list-style-image: none;
        }

        .member_perks .column .BulletList {
           color: #ffffff;
           list-style-type: disc;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .member_perks .column .NumberedList {
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

        .member_perks .column .AlphabetList {
           list-style-type: upper-alpha;
           font-family: 'Open Sans';
           margin-bottom: 10px;
           list-style-image: none;
        }

    /*images*/

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

/***********************************
French Lick AD
***********************************/

    /*paragraphs*/

        .french_lick_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .french_lick_ad .column a {
        }

    /*headers*/

        .french_lick_ad .column h1 {
        }

        .french_lick_ad .column h2 {
        }

        .french_lick_ad .column h3 {
        }

        .french_lick_ad .column h4 {
        }

        .french_lick_ad .column h5 {
        }

        .french_lick_ad .column h6 {
        }

/***********************************
Wintrust AD
***********************************/

    /*paragraphs*/

        .wintrust_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .wintrust_ad .column a {
        }

    /*headers*/

        .wintrust_ad .column h1 {
        }

        .wintrust_ad .column h2 {
        }

        .wintrust_ad .column h3 {
        }

        .wintrust_ad .column h4 {
        }

        .wintrust_ad .column h5 {
        }

        .wintrust_ad .column h6 {
        }

/***********************************
Tour Edge AD
***********************************/

    /*paragraphs*/

        .tour_edge_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .tour_edge_ad .column a {
        }

    /*headers*/

        .tour_edge_ad .column h1 {
        }

        .tour_edge_ad .column h2 {
        }

        .tour_edge_ad .column h3 {
        }

        .tour_edge_ad .column h4 {
        }

        .tour_edge_ad .column h5 {
        }

        .tour_edge_ad .column h6 {
        }

/***********************************
Jersey Mikes AD
***********************************/

    /*paragraphs*/

        .jersey_mikes_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .jersey_mikes_ad .column a {
        }

    /*headers*/

        .jersey_mikes_ad .column h1 {
        }

        .jersey_mikes_ad .column h2 {
        }

        .jersey_mikes_ad .column h3 {
        }

        .jersey_mikes_ad .column h4 {
        }

        .jersey_mikes_ad .column h5 {
        }

        .jersey_mikes_ad .column h6 {
        }

/***********************************
Tullymore AD
***********************************/

    /*headers*/

        .tullymore_ad .column h6 {
        }

        .tullymore_ad .column h5 {
        }

        .tullymore_ad .column h4 {
        }

        .tullymore_ad .column h3 {
        }

        .tullymore_ad .column h2 {
        }

        .tullymore_ad .column h1 {
        }

    /*links*/

        .tullymore_ad .column a {
        }

    /*inlines*/

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

    /*paragraphs*/

        .tullymore_ad .column p {
        }

/***********************************
Zero Friction AD
***********************************/

    /*paragraphs*/

        .zero_friction_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .zero_friction_ad .column a {
        }

    /*headers*/

        .zero_friction_ad .column h1 {
        }

        .zero_friction_ad .column h2 {
        }

        .zero_friction_ad .column h3 {
        }

        .zero_friction_ad .column h4 {
        }

        .zero_friction_ad .column h5 {
        }

        .zero_friction_ad .column h6 {
        }

/***********************************
Glenview Park AD
***********************************/

    /*paragraphs*/

        .glenview_park_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .glenview_park_ad .column a {
        }

    /*headers*/

        .glenview_park_ad .column h1 {
        }

        .glenview_park_ad .column h2 {
        }

        .glenview_park_ad .column h3 {
        }

        .glenview_park_ad .column h4 {
        }

        .glenview_park_ad .column h5 {
        }

        .glenview_park_ad .column h6 {
        }

/***********************************
Steamsong Resort AD
***********************************/

    /*paragraphs*/

        .steamsong_resort_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .steamsong_resort_ad .column a {
        }

    /*headers*/

        .steamsong_resort_ad .column h1 {
        }

        .steamsong_resort_ad .column h2 {
        }

        .steamsong_resort_ad .column h3 {
        }

        .steamsong_resort_ad .column h4 {
        }

        .steamsong_resort_ad .column h5 {
        }

        .steamsong_resort_ad .column h6 {
        }

/***********************************
Republic Bank AD
***********************************/

    /*paragraphs*/

        .republic_bank_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .republic_bank_ad .column a {
        }

    /*headers*/

        .republic_bank_ad .column h1 {
        }

        .republic_bank_ad .column h2 {
        }

        .republic_bank_ad .column h3 {
        }

        .republic_bank_ad .column h4 {
        }

        .republic_bank_ad .column h5 {
        }

        .republic_bank_ad .column h6 {
        }

/***********************************
Grand Traverse AD
***********************************/

    /*paragraphs*/

        .grand_traverse_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .grand_traverse_ad .column a {
        }

    /*headers*/

        .grand_traverse_ad .column h1 {
        }

        .grand_traverse_ad .column h2 {
        }

        .grand_traverse_ad .column h3 {
        }

        .grand_traverse_ad .column h4 {
        }

        .grand_traverse_ad .column h5 {
        }

        .grand_traverse_ad .column h6 {
        }

/***********************************
Urbana Country Club AD
***********************************/

    /*paragraphs*/

        .urbana_country_club_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .urbana_country_club_ad .column a {
        }

    /*headers*/

        .urbana_country_club_ad .column h1 {
        }

        .urbana_country_club_ad .column h2 {
        }

        .urbana_country_club_ad .column h3 {
        }

        .urbana_country_club_ad .column h4 {
        }

        .urbana_country_club_ad .column h5 {
        }

        .urbana_country_club_ad .column h6 {
        }

/***********************************
John Deere AD
***********************************/

    /*paragraphs*/

        .john_deere_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .john_deere_ad .column a {
        }

    /*headers*/

        .john_deere_ad .column h1 {
        }

        .john_deere_ad .column h2 {
        }

        .john_deere_ad .column h3 {
        }

        .john_deere_ad .column h4 {
        }

        .john_deere_ad .column h5 {
        }

        .john_deere_ad .column h6 {
        }

/***********************************
CDGA Member Golf Shop AD
***********************************/

    /*paragraphs*/

        .cdga_member_golf_shop_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .cdga_member_golf_shop_ad .column a {
        }

    /*headers*/

        .cdga_member_golf_shop_ad .column h1 {
        }

        .cdga_member_golf_shop_ad .column h2 {
        }

        .cdga_member_golf_shop_ad .column h3 {
        }

        .cdga_member_golf_shop_ad .column h4 {
        }

        .cdga_member_golf_shop_ad .column h5 {
        }

        .cdga_member_golf_shop_ad .column h6 {
        }

/***********************************
KemberSports AD
***********************************/

    /*paragraphs*/

        .kembersports_ad .column p {
        }

    /*inlines*/

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

    /*links*/

        .kembersports_ad .column a {
        }

    /*headers*/

        .kembersports_ad .column h1 {
        }

        .kembersports_ad .column h2 {
        }

        .kembersports_ad .column h3 {
        }

        .kembersports_ad .column h4 {
        }

        .kembersports_ad .column h5 {
        }

        .kembersports_ad .column h6 {
        }

