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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */



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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30;}
}
a {
    color           : var(--link-color);
    text-decoration : var(--link-decoration);
}
a:hover, a:focus {
    color           : var(--link-color-hover);
    text-decoration : var(--link-decoration-hover);
}

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

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

body {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

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

    --primary   : #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     : #222222;
    --subheader-color  : #8A8A8A;
    --small-color      : #CACACA;
    --text-color       : #222222;
    --link-color       : #008CBA;
    --link-color-hover : #006688;

    --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(16rem/16); }
h1,.h1 { font-size: calc(24rem/16); }
h2,.h2 { font-size: calc(20rem/16); }
h3,.h3 { font-size: calc(19rem/16); }
h4,.h4 { font-size: calc(18rem/16); }
h5,.h5 { font-size: calc(17rem/16); }
h6,.h6 { font-size: calc(16rem/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(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/16); }
	small { font-size: 30; }
}
@media only screen and (min-width: 64em) {
	body { font-size: calc(16rem/16); }
	h1,.h1 { font-size: calc(48rem/16); }
	h2,.h2 { font-size: calc(40rem/16); }
	h3,.h3 { font-size: calc(31rem/16); }
	h4,.h4 { font-size: calc(25rem/16); }
	h5,.h5 { font-size: calc(20rem/16); }
	h6,.h6 { font-size: calc(16rem/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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


#stacks_in_273 {
}

#stacks_out_273 {
}


#stacks_in_285 {
}

#stacks_out_285 {
}
#stacks_out_2,#stacks_in_2{overflow:visible}

#stacks_in_2 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_2 {
}

#stacks_in_3 {
}

#stacks_out_3 {
}

#stacks_in_24 {
}

#stacks_out_24 {
}

#stacks_in_5 {
	border: solid rgba(13, 9, 128, 1.00);
	border-width: 0px 0px 3px 0px;
	margin:  10px;
}

#stacks_out_5 {
}

#stacks_in_7 {
}

#stacks_out_7 {
}

#stacks_in_9 {
}

#stacks_out_9 {
}


#stacks_in_283 {
}

#stacks_out_283 {
}

#stacks_in_14 {
}

#stacks_out_14 {
}

#stacks_in_15 {
}

#stacks_out_15 {
}

#stacks_in_18 {
}

#stacks_out_18 {
}

#stacks_in_19 {
}

#stacks_out_19 {
}

#stacks_in_22 {
}

#stacks_out_22 {
}

#stacks_in_26 {
}

#stacks_out_26 {
}

#stacks_in_30 {
}

#stacks_out_30 {
}

#stacks_in_31 {
}

#stacks_out_31 {
}

#stacks_in_34 {
}

#stacks_out_34 {
}

#stacks_in_35 {
}

#stacks_out_35 {
}

#stacks_in_38 {
}

#stacks_out_38 {
}

#stacks_in_68 {
}

#stacks_out_68 {
}

#stacks_in_39 {
}

#stacks_out_39 {
}

#stacks_in_41 {
}

#stacks_out_41 {
}

#stacks_in_43 {
}

#stacks_out_43 {
}

#stacks_in_45 {
}

#stacks_out_45 {
}

#stacks_in_48 {
}

#stacks_out_48 {
}

#stacks_in_49 {
}

#stacks_out_49 {
}

#stacks_in_52 {
}

#stacks_out_52 {
}

#stacks_in_53 {
}

#stacks_out_53 {
}

#stacks_in_56 {
}

#stacks_out_56 {
}

#stacks_in_57 {
}

#stacks_out_57 {
}

#stacks_in_60 {
}

#stacks_out_60 {
}

#stacks_in_61 {
}

#stacks_out_61 {
}

#stacks_in_64 {
}

#stacks_out_64 {
}

#stacks_in_65 {
}

#stacks_out_65 {
}

#stacks_in_28 {
}

#stacks_out_28 {
}

#stacks_in_70 {
}

#stacks_out_70 {
}

#stacks_in_98 {
}

#stacks_out_98 {
}

#stacks_in_71 {
}

#stacks_out_71 {
}

#stacks_in_73 {
}

#stacks_out_73 {
}

#stacks_in_75 {
}

#stacks_out_75 {
}

#stacks_in_78 {
}

#stacks_out_78 {
}

#stacks_in_79 {
}

#stacks_out_79 {
}

#stacks_in_82 {
}

#stacks_out_82 {
}

#stacks_in_83 {
}

#stacks_out_83 {
}

#stacks_in_86 {
}

#stacks_out_86 {
}

#stacks_in_87 {
}

#stacks_out_87 {
}

#stacks_in_90 {
}

#stacks_out_90 {
}

#stacks_in_91 {
}

#stacks_out_91 {
}

#stacks_in_94 {
}

#stacks_out_94 {
}

#stacks_in_95 {
}

#stacks_out_95 {
}

#stacks_in_100 {
}

#stacks_out_100 {
}

#stacks_in_101 {
}

#stacks_out_101 {
}

#stacks_in_267 {
}

#stacks_out_267 {
}
#stacks_out_102,#stacks_in_102{overflow:visible}

#stacks_in_102 {
	border: solid rgba(66, 144, 194, 1.00);
	border-width:  1px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 1px 1px 11px 1px;
}

#stacks_out_102 {
}

#stacks_in_104 {
}

#stacks_out_104 {
}

#stacks_in_106 {
}

#stacks_out_106 {
}

#stacks_in_108 {
}

#stacks_out_108 {
}

#stacks_in_111 {
}

#stacks_out_111 {
}

#stacks_in_112 {
}

#stacks_out_112 {
}

#stacks_in_115 {
}

#stacks_out_115 {
}

#stacks_in_116 {
}

#stacks_out_116 {
}

#stacks_in_119 {
}

#stacks_out_119 {
}

#stacks_in_120 {
}

#stacks_out_120 {
}

#stacks_in_123 {
}

#stacks_out_123 {
}

#stacks_in_124 {
}

#stacks_out_124 {
}

#stacks_in_127 {
}

#stacks_out_127 {
}

#stacks_in_128 {
}

#stacks_out_128 {
}

#stacks_in_131 {
}

#stacks_out_131 {
}

#stacks_in_132 {
}

#stacks_out_132 {
}

#stacks_in_135 {
}

#stacks_out_135 {
}

#stacks_in_136 {
}

#stacks_out_136 {
}

#stacks_in_139 {
}

#stacks_out_139 {
}

#stacks_in_140 {
}

#stacks_out_140 {
}

#stacks_in_143 {
}

#stacks_out_143 {
}

#stacks_in_144 {
}

#stacks_out_144 {
}

#stacks_in_147 {
}

#stacks_out_147 {
}

#stacks_in_148 {
}

#stacks_out_148 {
}

#stacks_in_151 {
}

#stacks_out_151 {
}

#stacks_in_152 {
}

#stacks_out_152 {
}

#stacks_in_155 {
}

#stacks_out_155 {
}

#stacks_in_156 {
}

#stacks_out_156 {
}

#stacks_in_159 {
}

#stacks_out_159 {
}

#stacks_in_160 {
}

#stacks_out_160 {
}

#stacks_in_163 {
}

#stacks_out_163 {
}

#stacks_in_164 {
}

#stacks_out_164 {
}

#stacks_in_167 {
}

#stacks_out_167 {
}

#stacks_in_168 {
}

#stacks_out_168 {
}

#stacks_in_171 {
}

#stacks_out_171 {
}

#stacks_in_172 {
}

#stacks_out_172 {
}

#stacks_in_175 {
}

#stacks_out_175 {
}

#stacks_in_176 {
}

#stacks_out_176 {
}

#stacks_in_179 {
}

#stacks_out_179 {
}

#stacks_in_180 {
}

#stacks_out_180 {
}

#stacks_in_183 {
}

#stacks_out_183 {
}

#stacks_in_184 {
}

#stacks_out_184 {
}

#stacks_in_187 {
}

#stacks_out_187 {
}

#stacks_in_188 {
}

#stacks_out_188 {
}

#stacks_in_191 {
}

#stacks_out_191 {
}

#stacks_in_192 {
}

#stacks_out_192 {
}

#stacks_in_195 {
}

#stacks_out_195 {
}

#stacks_in_196 {
}

#stacks_out_196 {
}

#stacks_in_199 {
}

#stacks_out_199 {
}

#stacks_in_200 {
}

#stacks_out_200 {
}

#stacks_in_203 {
}

#stacks_out_203 {
}

#stacks_in_204 {
}

#stacks_out_204 {
}

#stacks_in_207 {
}

#stacks_out_207 {
}

#stacks_in_208 {
}

#stacks_out_208 {
}

#stacks_in_211 {
}

#stacks_out_211 {
}

#stacks_in_212 {
}

#stacks_out_212 {
}

#stacks_in_215 {
}

#stacks_out_215 {
}

#stacks_in_216 {
}

#stacks_out_216 {
}

#stacks_in_219 {
}

#stacks_out_219 {
}

#stacks_in_220 {
}

#stacks_out_220 {
}

#stacks_in_223 {
}

#stacks_out_223 {
}

#stacks_in_224 {
}

#stacks_out_224 {
}

#stacks_in_227 {
}

#stacks_out_227 {
}

#stacks_in_228 {
}

#stacks_out_228 {
}

#stacks_in_231 {
}

#stacks_out_231 {
}

#stacks_in_232 {
}

#stacks_out_232 {
}

#stacks_in_235 {
}

#stacks_out_235 {
}

#stacks_in_236 {
}

#stacks_out_236 {
}

#stacks_in_239 {
}

#stacks_out_239 {
}

#stacks_in_240 {
}

#stacks_out_240 {
}

#stacks_in_243 {
}

#stacks_out_243 {
}

#stacks_in_244 {
}

#stacks_out_244 {
}

#stacks_in_247 {
}

#stacks_out_247 {
}

#stacks_in_248 {
}

#stacks_out_248 {
}

#stacks_in_251 {
}

#stacks_out_251 {
}

#stacks_in_252 {
}

#stacks_out_252 {
}

#stacks_in_255 {
}

#stacks_out_255 {
}

#stacks_in_256 {
}

#stacks_out_256 {
}

#stacks_in_259 {
}

#stacks_out_259 {
}

#stacks_in_260 {
}

#stacks_out_260 {
}

#stacks_in_263 {
}

#stacks_out_263 {
}

#stacks_in_264 {
}

#stacks_out_264 {
}
