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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */


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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */


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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

.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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

.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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */


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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */


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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */


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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

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   : #008CBA;
    --secondary : #E7E7E7;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #006E9C;
    --secondary-dark : #C9C9C9;
    --success-dark   : #258E4C;
    --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            : #008CBA;
    --link-color-hover      : #006688;
    --link-decoration       : False;
    --link-decoration-hover : False;
}
.grid-container {
	max-width : var(--site-width);
}
.radius {
	border-radius : var(--radius);
}

body { font-size: calc(16.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(16.00rem/16); }
	h1,.h1 { font-size: calc(36.00rem/16); }
	h2,.h2 { font-size: calc(34.00rem/16); }
	h3,.h3 { font-size: calc(31.00rem/16); }
	h4,.h4 { font-size: calc(26.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(16.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(30.00rem/16); }
	h5,.h5 { font-size: calc(26.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 {
    /*  */
    background-color : #EEF0E8;
    /*  */

    /*  */
    background-image  : url('');
    background-repeat : TrueFalseFalseFalse;
    background-size   : FalseFalseTrue;
    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */
    /*  */
    /*  */
/*  */

/*  */

.myclass{padding-top:1.25rem ;padding-right:0.75rem ;padding-bottom:1.25rem ;padding-left:0.75rem ;}  
html,body,            body{font-family:"Roboto",sans-serif !important}
html,body,            .text{font-size:calc(15rem/16) !important;}@media only screen and (min-width:40em) {html,body,            .text{font-size:calc(16rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {html,body,            .text{font-size:calc(16rem/16) !important;line-height:1.50 !important}}
.close-button{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 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)}
.offcanvas{width:55.00% !important;min-width:fit-content !important;max-width:fit-content !important;}@media only screen and (min-width:40em){.offcanvas{width:55.00% !important}}@media only screen and (min-width:64em){.offcanvas{width:55.00% !important}}
#stacks_in_11{overflow:visible !important}#stacks_in_11 > .impact-animate{animation-duration:1800ms;animation-delay:0ms}

#stacks_in_13 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_15{overflow:visible !important}#stacks_in_15 > .impact-animate{animation-duration:100ms;animation-delay:0ms}
.stacks_in_17{}

#stacks_in_18{overflow:visible !important}#stacks_in_18 > .impact-animate{animation-duration:1800ms;animation-delay:0ms}

#stacks_in_18 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 0px 20px 0px 20px;
}

#stacks_in_20 {
	background-color: rgba(0, 0, 0, 1.00);
}

#stacks_in_21 {
}

#stacks_in_22 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 20px 0px 20px 0px;
}
  
.stacks_in_38{max-width:512px;}

.stacks_in_127{--offcanvas-size-small:155px;--offcanvas-size-medium:245px;--offcanvas-size-large:260px;--offcanvas-size-small:100%;}

#stacks_in_134 {
}

#stacks_in_136 {
}

#stacks_in_138 {
}

#stacks_in_140 {
}

#stacks_in_142 {
}

#stacks_in_144 {
}

#stacks_in_146 {
}

#stacks_in_148 {
}

#stacks_in_150 {
}

#stacks_in_152 {
}

#stacks_in_154 {
}

#stacks_in_156 {
}

#stacks_in_158 {
}

#stacks_in_126 {
}
  
            .text{font-size:calc(12rem/16) !important;}@media only screen and (min-width:40em) {            .text{font-size:calc(12rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .text{font-size:calc(14rem/16) !important;line-height:1.50 !important}}
