html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

.parallax-wrapper{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}.parallax-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.parallax-image{position:absolute;width:auto;max-width:none;z-index:0;object-fit:cover}.parallax-image.parallax-scale{max-width:100%}.parallax-image.parallax-align-left{left:0}.parallax-image.parallax-align-right{right:0}.parallax-image.parallax-align-center{left:50%;transform:translateX(-50%)}.parallax-image.parallax-align-top{top:0}.parallax-image.parallax-align-bottom{bottom:0}.parallax-image.parallax-align-middle{top:50%;transform:translateY(-50%)}.parallax-image.parallax-up,.parallax-image.parallax-down{top:0;bottom:unset;min-width:100%;width:auto}.parallax-image.parallax-down{bottom:0;top:unset}.parallax-image.parallax-left,.parallax-image.parallax-right{left:0;right:unset;min-height:100%;height:auto}.parallax-image.parallax-right{right:0;left:unset}.parallax-content{width:100%;z-index:2}
html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

.clippath-svg{height:0}.clippath-svg svg{display:block}
html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

.seam{background-color:transparent;width:100%;overflow:hidden}.seam svg{display:block;transform:scale(1.05)}.seam-top{z-index:1;position:absolute;top:0}.seam-bottom{z-index:1;position:absolute;bottom:0}.seam-content-wrapper{position:relative;overflow:hidden}.seam-content-wrapper .seam,.seam-content-wrapper .seam-filler{position:absolute;width:100%;top:60%}.seam-content-wrapper .seam{transform:translateY(-100%) scale(1.01)}.seam-content-wrapper .seam-filler{height:100%}.seam-animate-end{visibility:hidden}
html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

html {
	scroll-padding-top : 1rem;
	scroll-behavior    : smooth;
}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #1D3A18;
    --secondary : #E7E7E7;
    --success   : #1D3A18;
    --warning   : #F08A24;
    --alert     : #F04124;

    --primary-contrast   : #FFFFFF;
    --secondary-contrast : #4D93C9;
    --success-contrast   : #FEFEFE;
    --warning-contrast   : #FEFEFE;
    --alert-contrast     : #FEFEFE;

    --primary-dark   : #001C00;
    --secondary-dark : #C9C9C9;
    --success-dark   : #001C00;
    --warning-dark   : #D26C06;
    --alert-dark     : #D22306;

    --header-color     : #4D93C9;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #336285;
    --link-color       : #8EB840;
    --link-color-hover : #D2B981;

    --selection-background : var(--primary);
    --selection-text       : var(--primary-contrast);

    --link-decoration       : False;
    --link-decoration-hover : False;

    --overlay-color : #000000;

    --radius : 3px;

    --small-gutter  : 1.25rem;
    --medium-gutter : 2rem;
    --large-gutter  : 2rem;

    /*  */
	--site-width : calc(1200rem/16);
    /*  */
}
::selection {
    background : var(--selection-background);
    color      : var(--selection-text);
}
.alt {
    --header-color          : #FFFFFF;
    --subheader-color       : #E6E6E6;
    --small-color           : #CACACA;
    --text-color            : #FFFFFF;
    --link-color            : #4D93C9;
    --link-color-hover      : #FFFFF1;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(17.00rem/16); }
h1,.h1 { font-size: calc(28.00rem/16); }
h2,.h2 { font-size: calc(26.00rem/16); }
h3,.h3 { font-size: calc(24.00rem/16); }
h4,.h4 { font-size: calc(22.00rem/16); }
h5,.h5 { font-size: calc(20.00rem/16); }
h6,.h6 { font-size: calc(18.00rem/16); }
small { font-size: 40;}

.button {font-size: calc(16rem/16)}
.button.tiny {font-size: calc(10rem/16)}
.button.small {font-size: calc(12rem/16)}
.button.large {font-size: calc(20rem/16)}

@media only screen and (min-width: 40em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(35.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(32.00rem/16); }
	h4,.h4 { font-size: calc(30.00rem/16); }
	h5,.h5 { font-size: calc(24.00rem/16); }
	h6,.h6 { font-size: calc(22.00rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(18.00rem/16); }
	h1,.h1 { font-size: calc(38.00rem/16); }
	h2,.h2 { font-size: calc(36.00rem/16); }
	h3,.h3 { font-size: calc(34.00rem/16); }
	h4,.h4 { font-size: calc(32.00rem/16); }
	h5,.h5 { font-size: calc(28.00rem/16); }
	h6,.h6 { font-size: calc(24.00rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

.menu a {
    color      : var(--menu-link-color);
    background : var(--menu-bg-color);
}
.menu a:hover {
    color      : var(--menu-link-color-hover);
    /* background : var(--menu-bg-color-hover); */
}

h1,h2,h3,h4,h5,h6 {
    color : var(--header-color);
}
small {
    color : var(--small-color);
}
.subheader {
    color : var(--subheader-color);
}
.text ul,.text ol {
    list-style-position : outside;
}
.text>ul,
.text>ol,
.text .mez>div>ul,
.text .mez>div>ol {
    margin-left : True;
}
.text ul {
    list-style-type : disc;
}
.text ul ul,
.text ol ul {
    list-style-type : circle;
}
.text ol {
    list-style-type : decimal;
}
.text ol ol,
.text ul ol {
    list-style-type : lower-alpha;
}
.radius,
.radius:before,
.radius:after {
    border-radius : calc(3rem/16);
}

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

.drilldown a, .drilldown .is-drilldown-submenu{background-color:rgba(0, 0, 0, 0.88) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.drilldown a, .drilldown .is-drilldown-submenu{background-attachment:scroll!important}}
.off-canvas, .off-canvas-absolute{background-color:rgba(0, 0, 0, 0.85) ;background-position:center center ;background-origin:border-box ;background-blend-mode:normal ;background-attachment: local  ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.off-canvas, .off-canvas-absolute{background-attachment:scroll!important}}
.menu{position: absolute   ;z-index:1 ;top:0px ;bottom:unset ;left:unset ;right:0px ;}
.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:0.00% ;}@media only screen and (min-width:40em){.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:0.00% }}@media only screen and (min-width:64em){.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:0.00% }}
.padding{padding-right:0.75rem ;padding-left:0.75rem ;}  
.button{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}  
  h1,.h1,          .olive{font-size:calc(32rem/16) !important;}@media only screen and (min-width:40em) {  h1,.h1,          .olive{font-size:calc(40rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {  h1,.h1,          .olive{font-size:calc(48rem/16) !important;line-height:1.50 !important}}
.parking{border-color:rgba(255, 255, 238, 1.00) ;border-width:0px 20px 20px 20px ;border-style:none solid solid solid ;border-radius:0px 0px 30px 30px ;}
.parking{border-color:rgba(255, 255, 238, 1.00) ;border-width:0px 20px 20px 20px ;border-style:none solid solid solid ;border-radius:0px 0px 30px 30px ;}
.darron-and-dylan{background-repeat:no-repeat    !important;background-image:url('/site-assets/images/Darron and Dylan 2 by Ian.webp') !important;background-repeat:no-repeat    !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:  fixed !important;-webkit-background-clip:border-box !important;background-clip:border-box !important; background-size:  cover !important; }@media (hover:none) and (pointer:coarse){.darron-and-dylan{background-attachment:scroll!important}}
.darron-and-dylan{padding-top:20.00px ;padding-right:10.00px ;padding-bottom:20.00px ;padding-left:10.00px ;}@media only screen and (min-width:40em){.darron-and-dylan{padding-top:30.00px ;padding-right:20.00px ;padding-bottom:30.00px ;padding-left:20.00px }}@media only screen and (min-width:64em){.darron-and-dylan{padding-top:40.00px ;padding-right:20.00px ;padding-bottom:40.00px ;padding-left:20.00px }}
    h3,.h3, h4,.h4,       .h3 .announcement{font-size:calc(24rem/16) !important;font-weight:600 !important;}@media only screen and (min-width:40em) {    h3,.h3, h4,.h4,       .h3 .announcement{font-size:calc(26rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {    h3,.h3, h4,.h4,       .h3 .announcement{font-size:calc(30rem/16) !important;line-height:1.50 !important}}
.announcement{color:rgba(255, 255, 238, 1.00) !important;}
.darron-and-dylan{position:relative;z-index:0}.darron-and-dylan:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.27 ;background-color:rgba(0, 0, 0, 1.00) ;}
.john-and-dolores{background-repeat:no-repeat    !important;background-image:url('') !important;background-repeat:no-repeat    !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:  fixed !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important; background-size:  cover !important; }@media (hover:none) and (pointer:coarse){.john-and-dolores{background-attachment:scroll!important}}
:root{--gold:rgba(210, 185, 129, 1.00)}
.meeting-times{padding-top:1.25rem ;padding-right:0.75rem ;padding-bottom:0.75rem ;padding-left:0.75rem ;}  
.prayer{padding-top:1.25rem ;padding-right:0.75rem ;padding-bottom:0.75rem ;padding-left:0.75rem ;}  
.{position:relative;z-index:0}.:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ;background-color:rgba(255, 255, 241, 1.00) ;}
.reveal{opacity:0.83 }
.worship{--header-color:rgba(38, 129, 194, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(26, 80, 118, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.rounding{border-radius:10px ;}
.darron-and-dylan{background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:  fixed ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.darron-and-dylan{background-attachment:scroll!important}}
.darron-and-dylan{--header-color:rgba(245, 255, 245, 1.00);--subheader-color:rgba(245, 255, 245, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(245, 255, 245, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.worship2{--header-color:rgba(38, 129, 194, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(26, 80, 118, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.worship {color:rgba(38, 129, 194, 1.00) ;}
.white{--header-color:rgba(255, 255, 241, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 241, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.overlay{position:relative;z-index:0}.overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.40 ;background-color:rgba(0, 0, 0, 1.00) ;}
            .button:hover{font-size:calc(18rem/16) ;font-style:italic ;}@media only screen and (min-width:40em) {            .button:hover{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button:hover{font-size:calc(18rem/16) ;line-height:1.50 }}
.myclass{--header-color:rgba(254, 254, 249, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .text{font-size:calc(14rem/16) !important;}@media only screen and (min-width:40em) {            .text{font-size:calc(15rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .text{font-size:calc(16rem/16) !important;line-height:1.50 !important}}
.myhead{position:fixed    ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:unset ;}
.off-canvas, .off-canvas-absolute{opacity:0.90 !important}
.button{color:rgba(125, 174, 49, 1.00) !important;}
.close1{padding-top:1.25rem !important;padding-right:1.5rem !important;}  
.round{border-radius:20px 20px 0px 0px ;}
.border2{border-color:rgba(210, 185, 129, 1.00) ;border-width:3px 2px 0px 2px ;border-radius:20px 20px 0px 0px ;}
.Parchment{background-image:url('') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.Parchment{background-attachment:scroll!important}}
.off-canvas, .off-canvas-absolute{background-color:rgba(0, 0, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.off-canvas, .off-canvas-absolute{background-attachment:scroll!important}}
.ofcanvas{opacity:0.70 }
.content{padding-top:0.00% ;padding-right:10.00% ;padding-bottom:0.00% ;padding-left:10.00% ;}@media only screen and (min-width:40em){.content{padding-top:0.00% ;padding-right:10.00% ;padding-bottom:0.00% ;padding-left:10.00% }}@media only screen and (min-width:64em){.content{padding-top:0.00% ;padding-right:20.00% ;padding-bottom:0.00% ;padding-left:20.00% }}
.offcanvas{width:60.00% !important;min-width:fit-content !important;max-width:fit-content !important;}@media only screen and (min-width:40em){.offcanvas{width:70.00% !important}}@media only screen and (min-width:64em){.offcanvas{width:75.00% !important}}
.img{width:60.00% !important;}@media only screen and (min-width:40em){.img{width:70.00% !important}}@media only screen and (min-width:64em){.img{width:90.00% !important}}
.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:10.00% ;}@media only screen and (min-width:40em){.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:10.00% }}@media only screen and (min-width:64em){.img{margin-top:10.00% ;margin-right:0.00% ;margin-bottom:10.00% ;margin-left:10.00% }}
.but{background:none ;background-color:rgba(171, 209, 214, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.but{background-attachment:scroll!important}}
.close-button{padding-top:0.00px !important;padding-right:15.00px !important;padding-bottom:0.00px !important;padding-left:0.00px !important;}@media only screen and (min-width:40em){.close-button{padding-top:0.00px !important;padding-right:15.00px !important;padding-bottom:0.00px !important;padding-left:0.00px !important}}@media only screen and (min-width:64em){.close-button{padding-top:0.00px !important;padding-right:15.00px !important;padding-bottom:0.00px !important;padding-left:0.00px !important}}
.bento{color:rgba(255, 255, 241, 1.00) ;}
.close-button{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(125, 174, 49, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(210, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}
.mylightbox{border-radius:20px ;}
.bento{background-image:url('') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:  fixed ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.bento{background-attachment:scroll!important}}
.bento{--header-color:rgba(16, 128, 128, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(4, 50, 108, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .button> *{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em) {            .button> *{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button> *{font-size:calc(18rem/16) ;line-height:1.50 }}
.butt{transition:all 1000ms ease 100ms }
.white{color:rgba(255, 255, 255, 1.00) ;}
.button{background-color:rgba(10, 53, 11, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button{background-attachment:scroll!important}}
.hand1{color:rgba(156, 199, 204, 1.00) ;}
.mylightbox{border-color:rgba(210, 185, 129, 1.00) ;border-width:3px 3px 4px 3px ;border-style:solid ;border-radius:20px ;}
.mylightbox{box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.82);}
.worship2{padding-top:1.5rem ;padding-right:0.5rem ;padding-bottom:1.5rem ;padding-left:0.5rem ;}  
.woship3{padding-top:10rem ;padding-bottom:10rem ;}  
.details{padding-top:1.5rem ;padding-right:0.5rem ;padding-bottom:0.75rem ;padding-left:0.5rem ;}  
   h2,.h2,         .details{font-size:calc(24rem/16) ;font-weight:800 ;font-style:italic ;}@media only screen and (min-width:40em) {   h2,.h2,         .details{font-size:calc(26rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {   h2,.h2,         .details{font-size:calc(28rem/16) ;line-height:1.50 }}
html,body,            body{font-family:"Roboto",sans-serif !important}
.myclass{background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.myclass{background-attachment:scroll!important}}






.button1:hover

{
    transform-origin: 50% 50% !important;
    transform-style: flat !important;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.02, 1.02, 1.00)
        
        
        
        !important;
}

       h6,.h6,     .h6 .who{font-size:calc(10rem/16) !important;}@media only screen and (min-width:40em) {       h6,.h6,     .h6 .who{font-size:calc(10rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {       h6,.h6,     .h6 .who{font-size:calc(10rem/16) !important;line-height:1.50 !important}}
.who{color:rgba(26, 80, 118, 1.00) !important;}
.button1:hover{transition:all 200ms ease-in-out 0ms !important}
.mylightbox{opacity:1.00 }
.park{padding-top:2rem !important;padding-right:0 !important;padding-bottom:1.25rem !important;padding-left:0 !important;}  
#stacks_in_606{overflow:visible !important}#stacks_in_606 > .impact-animate{animation-duration:1800ms;animation-delay:0ms}

#stacks_in_608 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_598{overflow:visible !important}#stacks_in_598 > .impact-animate{animation-duration:1500ms;animation-delay:0ms}

#stacks_in_704 {
	padding: 80px 0px 80px 0px;
}
#stacks_in_710{overflow:visible !important}#stacks_in_710 > .impact-animate{animation-duration:3000ms;animation-delay:0ms}

#stacks_in_710 {
	margin:  60px;
	padding: 0px 0px 100px 0px;
}
#stacks_in_721{overflow:visible !important}#stacks_in_721 > .impact-animate{animation-duration:3000ms;animation-delay:0ms}

#stacks_in_721 {
	padding: 0px 20px 0px 20px;
}

#stacks_in_708 {
}

#stacks_in_712 {
}
#stacks_in_599{overflow:visible !important}#stacks_in_599 > .impact-animate{animation-duration:1800ms;animation-delay:0ms}

#stacks_in_599 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 0px 20px 0px 20px;
}

#stacks_in_600 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 0px 0px 0px 20px;
}

#stacks_in_614 {
}

#stacks_in_601 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 20px 0px 20px 0px;
}
  
.stacks_in_624{max-width:512px;}

.stacks_in_603{--offcanvas-size-small:220px;--offcanvas-size-medium:246px;--offcanvas-size-large:259px;--offcanvas-size-small:100%;}

#stacks_in_631 {
}

#stacks_in_633 {
}

#stacks_in_635 {
}

#stacks_in_637 {
}

#stacks_in_639 {
}

#stacks_in_641 {
}

#stacks_in_643 {
}

#stacks_in_645 {
}

#stacks_in_649 {
}

#stacks_in_651 {
}

#stacks_in_653 {
}

#stacks_in_655 {
}

#stacks_in_725 {
}



#stacks_in_745 .button_label {
	font: 500 18px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_745 .sweet_button_wrapper {
	text-align:center;

	
		height:36px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_745 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_745 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_745 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 24px;
	text-decoration:none;
	text-align:center;
	color:rgba(125, 174, 49, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:10px;
	background:rgba(29, 58, 24, 1.00);
}
#stacks_in_745 .sweet_button:visited {
	color:rgba(125, 174, 49, 1.00);
}

#stacks_in_745 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}







	#stacks_in_745 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_745 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_745 .sweet_button:hover {
	color:rgba(125, 174, 49, 1.00);
	background: rgba(49, 78, 44, 1.00);
}
#stacks_in_745 .sweet_button:active{
	background: rgba(9, 38, 4, 1.00);
}
#stacks_in_745 .sweet_button.clicked {
	background: rgba(29, 43, 24, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_745 .sweet_button.clicked:hover {
	background: rgba(49, 63, 44, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_745 .sweet_button.clicked:active{
	background: rgba(9, 23, 4, 1.00);
}








#stacks_in_745 {
	margin: 20px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
}

#stacks_in_720 {
}

#stacks_in_723 {
}

#stacks_in_741 {
}

#stacks_in_742 {
}

#stacks_in_734 {
}

#stacks_in_738 {
}

#stacks_in_736 {
}

#stacks_in_739 {
}

#stacks_in_559 {
}

#stacks_in_560 {
}

#stacks_in_493 {
}

#stacks_in_503 {
}
.stacks_in_495{min-height:54vh}@media only screen and (min-width:40em){.stacks_in_495{min-height:61vh}}@media only screen and (min-width:64em){.stacks_in_495{min-height:78vh}}.stacks_in_495 .parallax-image.parallax-up,.stacks_in_495 .parallax-image.parallax-down{min-height:calc(101% - -30%);}.stacks_in_495 .parallax-image.parallax-left,.stacks_in_495 .parallax-image.parallax-right{min-width:calc(101% - -42%);}.stacks_in_495 .parallax-image.scale.parallax-left,.stacks_in_495 .parallax-image.scale.parallax-right{max-width:calc(101% - -42%);}.stacks_in_495.parallax-overlay:after{background-color:rgba(0, 0, 0, 0.25)}

#stacks_in_501 {
}

#stacks_in_504 {
}

#stacks_in_486 {
}

#stacks_in_487 {
}


#stacks_in_557 {
}

#stacks_in_514 {
}

#stacks_in_515 {
}

#stacks_in_477 {
}

#stacks_in_478 {
}
.bento-container.stacks_in_400{display:grid;gap:calc(16rem/16);}@media (min-width:400px) and (max-width:640px){.bento-container.stacks_in_400{gap:calc(16rem/16)}}@media (min-width:640px) and (max-width:1024px){.bento-container.stacks_in_400{gap:calc(16rem/16)}}@media (min-width:1024px){.bento-container.stacks_in_400{gap:calc(16rem/16)}}

#stacks_in_437 {
}



#stacks_in_749 .button_label {
	font: 500 18px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_749 .sweet_button_wrapper {
	text-align:center;

	
		height:36px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_749 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_749 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_749 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 24px;
	text-decoration:none;
	text-align:center;
	color:rgba(125, 174, 49, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:10px;
	background:rgba(29, 58, 24, 1.00);
}
#stacks_in_749 .sweet_button:visited {
	color:rgba(125, 174, 49, 1.00);
}

#stacks_in_749 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}







	#stacks_in_749 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_749 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_749 .sweet_button:hover {
	color:rgba(125, 174, 49, 1.00);
	background: rgba(49, 78, 44, 1.00);
}
#stacks_in_749 .sweet_button:active{
	background: rgba(9, 38, 4, 1.00);
}
#stacks_in_749 .sweet_button.clicked {
	background: rgba(29, 43, 24, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_749 .sweet_button.clicked:hover {
	background: rgba(49, 63, 44, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_749 .sweet_button.clicked:active{
	background: rgba(9, 23, 4, 1.00);
}








#stacks_in_749 {
	margin: 20px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
}

#stacks_in_771 {
	background-color: rgba(255, 255, 241, 1.00);
	border: solid rgba(210, 185, 129, 1.00);
	border-width: 5px 3px 3px 3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 10px 10px 10px 10px;
	padding: 40px 20px 20px 20px;
}

#stacks_in_774 {
}

#stacks_in_775 {
}

#stacks_in_769 {
	background-color: rgba(255, 255, 241, 1.00);
	border: solid rgba(210, 185, 129, 1.00);
	border-width: 5px 3px 3px 3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

#stacks_in_762 {
	background-color: rgba(255, 255, 241, 1.00);
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	padding: 20px 20px 0px 20px;
}

#stacks_in_765 {
}

#stacks_in_766 {
}
.stacks_in_379{}


#stacks_in_443 {
}

#stacks_in_444 {
}
#stacks_in_464>.s3_row {
	margin: 0 -10px;
}

#stacks_in_464>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_464>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_464>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_464>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_464>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_456 {
}

#stacks_in_461 {
}

#stacks_in_460 {
}

#stacks_in_462 {
}
.bento-container.stacks_in_386{display:grid;gap:calc(16rem/16);}@media (min-width:400px) and (max-width:640px){.bento-container.stacks_in_386{gap:calc(16rem/16)}}@media (min-width:640px) and (max-width:1024px){.bento-container.stacks_in_386{gap:calc(16rem/16)}}@media (min-width:1024px){.bento-container.stacks_in_386{gap:calc(16rem/16)}}

#stacks_in_468 {
}

#stacks_in_469 {
}

#stacks_in_572 {
}

#stacks_in_573 {
}
  
