:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

.image-align-left{margin-left:0;margin-right:auto}.image-align-center{margin-left:auto;margin-right:auto}.image-align-right{margin-left:auto;margin-right:0}.image-full{width:100% !important}.stacks-picture img{max-width:100%;width:auto;height:auto;display:block}
:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */


:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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 {
    /*  */

    /*  */

    /*  */

     /*  */

    /*  */
}
/*  */

/*  */

:root {
    --light-gray  : #E6E6E6;
    --medium-gray : #CACACA;
    --dark-gray   : #8A8A8A;
    --black       : #0A0A0A;
    --black-color : var(--black);
    --white       : #FEFEFE;
    --white-color : var(--white);

    --primary   : #100BA5;
    --secondary : #F8E254;
    --success   : #43AC6A;
    --warning   : #F08A24;
    --alert     : #F04124;

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

    --primary-dark   : #000087;
    --secondary-dark : #DAC436;
    --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_L2_51 {
}

#stacks_out_L2_51 {
}

#stacks_in_L2_129 {
}

#stacks_out_L2_129 {
}
#stacks_out_L2_54{grid-column:span 2}.menu.mymenu a.hover{color:rgba(178, 155, 0, 1.00);background:rgba(9, 7, 43, 1.00);} .mymenu>.dropdown a, .dropdown.mymenu a{--menu-link-color:rgba(246, 212, 0, 1.00);--menu-link-color-hover:rgba(178, 155, 0, 1.00);--menu-bg-color:rgba(13, 0, 156, 1.00);--menu-caret-color:rgba(0, 177, 0, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .mymenu>.dropdown .menu-text, .dropdown.mymenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .mymenu>.dropdown a:hover, .dropdown.mymenu a:hover{--menu-bg-color:rgba(9, 7, 43, 1.00)} .mymenu>.dropdown>li>a, .dropdown.mymenu>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .mymenu>.dropdown .submenu>li>a, .dropdown.mymenu .submenu>li>a{padding-top:0.25rem;padding-bottom:0.25rem} .mymenu>.dropdown li.active>a, .mymenu>.dropdown li.is-active>a, .mymenu>.dropdown a.is-active, .dropdown.mymenu li.active>a, .dropdown.mymenu li.is-active>a, .dropdown.mymenu a.is-active{--menu-bg-color:rgba(9, 7, 43, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(178, 155, 0, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .mymenu>.dropdown .submenu li.active>a, .mymenu>.dropdown .submenu li.is-active>a, .mymenu>.dropdown .submenu a.is-active, .dropdown.mymenu .submenu li.active>a, .dropdown.mymenu .submenu li.is-active>a, .dropdown.mymenu .submenu a.is-active{--menu-caret-color:rgba(178, 155, 0, 1.00)} .mymenu>.dropdown .submenu a, .dropdown.mymenu .submenu a{--menu-caret-color:rgba(0, 177, 0, 1.00)} .mymenu>.dropdown .submenu, .dropdown.mymenu .submenu{--submenu-bg-color:rgba(13, 0, 156, 1.00);--submenu-border:1px solid rgba(246, 212, 0, 1.00)} .mymenu>.dropdown .submenu a, .dropdown.mymenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(246, 212, 0, 1.00);--menu-link-color-hover:rgba(246, 212, 0, 1.00)} .mymenu>.dropdown .submenu .menu-text, .dropdown.mymenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .mymenu>.dropdown .submenu li.active>a, .mymenu>.dropdown .submenu li.is-active>a, .mymenu>.dropdown .submenu a.is-active, .dropdown.mymenu .submenu li.active>a, .dropdown.mymenu .submenu li.is-active>a, .dropdown.mymenu .submenu a.is-active{--menu-caret-color:rgba(178, 155, 0, 1.00);--menu-bg-color:rgba(9, 7, 43, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}

#stacks_in_L2_54 {
}

#stacks_out_L2_54 {
}
.swatch-preview.stacks_in_L2_59,.mymenu{background-color:transparent ;background-color:rgba(13, 0, 156, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;}

#stacks_in_L2_59 {
}

#stacks_out_L2_59 {
}

#stacks_in_L2_63 {
}

#stacks_out_L2_63 {
}
.stacks_in_L2_119,.mymenu *{color:rgba(223, 193, 0, 1.00) !important;}

#stacks_in_L2_119 {
}

#stacks_out_L2_119 {
}
.stacks_in_L2_120,            .mymenu{font-size:calc(12rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .mymenu{font-size:calc(12rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .mymenu{font-size:calc(12rem/16) !important;line-height:1.50 !important}}

#stacks_in_L2_120 {
}

#stacks_out_L2_120 {
}


#stacks_in_L2_121 {
}

#stacks_out_L2_121 {
}
.mymenu%[endif]% {margin-top:-0.5rem ;margin-right:1.5rem ;margin-bottom:1rem ;margin-left:1.5rem ;}

#stacks_in_L2_166 {
}

#stacks_out_L2_166 {
}

#stacks_in_L2_167 {
}

#stacks_out_L2_167 {
}
.stacks_in_L2_168,.buttons> *{color:rgba(255, 239, 0, 1.00) ;}

#stacks_in_L2_168 {
}

#stacks_out_L2_168 {
}
.stacks_in_L2_170,            .buttons{font-size:calc(10rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .buttons{font-size:calc(10rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .buttons{font-size:calc(10rem/16) !important;line-height:1.50 !important}}

#stacks_in_L2_170 {
}

#stacks_out_L2_170 {
}
.swatch-preview.stacks_in_L2_171,.buttons .buttons{background-color:var(--primary) ;background-color:rgba(19, 3, 147, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;}

#stacks_in_L2_171 {
}

#stacks_out_L2_171 {
}

#stacks_in_L2_172 {
}

#stacks_out_L2_172 {
}
.swatch-preview.stacks_in_L2_178,.buttons .buttons-rev{background-color:var(--primary) ;background-color:rgba(255, 239, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;}

#stacks_in_L2_178 {
}

#stacks_out_L2_178 {
}
.stacks_in_L2_177,            .buttons-rev{font-size:calc(10rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .buttons-rev{font-size:calc(10rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .buttons-rev{font-size:calc(10rem/16) !important;line-height:1.50 !important}}

#stacks_in_L2_177 {
}

#stacks_out_L2_177 {
}
.stacks_in_L2_175,.buttons-rev> *{color:rgba(255, 239, 0, 1.00) ;}

#stacks_in_L2_175 {
}

#stacks_out_L2_175 {
}

#stacks_in_L2_48 {
}

#stacks_out_L2_48 {
}
html,body,            .siteclass{font-family:Verdana, Geneva, sans-serif }

#stacks_in_L2_50 {
}

#stacks_out_L2_50 {
}
.siteclass{padding:0.5rem ;}

#stacks_in_L2_53 {
}

#stacks_out_L2_53 {
}
.banner%[endif]% {margin-bottom:0.5rem ;}

#stacks_in_L2_55 {
}

#stacks_out_L2_55 {
}

#stacks_in_L2_101 {
}

#stacks_out_L2_101 {
}
.stacks_in_L2_104,.blue-boards> *{color:rgba(255, 239, 0, 1.00) ;}

#stacks_in_L2_104 {
}

#stacks_out_L2_104 {
}
.stacks_in_L2_160{border:1px solid var(--black)}.swatch-preview.stacks_in_L2_160,.blue-boards{border-color:var(--secondary) !important;border-width:1px !important;border-style:solid !important;}

#stacks_in_L2_160 {
}

#stacks_out_L2_160 {
}
.stacks_in_L2_106{border:1px solid var(--black)}.swatch-preview.stacks_in_L2_106,.blue-boards{border-color:var(--secondary) !important;border-width:1px !important;border-style:solid !important;}

#stacks_in_L2_106 {
}

#stacks_out_L2_106 {
}
.stacks_in_L2_114,            .blue-boards{font-size:calc(12rem/16) ;font-weight:700 ;}@media only screen and (min-width:40em) {            .blue-boards{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .blue-boards{font-size:calc(11rem/16) ;line-height:1.50 }}

#stacks_in_L2_114 {
}

#stacks_out_L2_114 {
}
.swatch-preview.stacks_in_L2_163,.blue-boards{background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ; background-color: #2024a5; background-image: linear-gradient(90deg,rgba(32, 36, 165, 1) 0%, rgba(33, 36, 130, 1) 50%, rgba(39, 39, 92, 0.61) 100%); }

#stacks_in_L2_163 {
}

#stacks_out_L2_163 {
}

#stacks_in_L2_186 {
}

#stacks_out_L2_186 {
}
.stacks_in_L2_189,.squeeze-color> *{color:rgba(255, 239, 0, 1.00) ;}

#stacks_in_L2_189 {
}

#stacks_out_L2_189 {
}
.stacks_in_L2_190,            .squeeze-font{font-size:calc(12rem/16) ;font-weight:700 ;}@media only screen and (min-width:40em) {            .squeeze-font{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .squeeze-font{font-size:calc(11rem/16) ;line-height:1.50 }}

#stacks_in_L2_190 {
}

#stacks_out_L2_190 {
}
.stacks_in_L2_185{background-color:white}.stacks_in_L2_185,.squeeze-bg *{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(10, 0, 133, 1.00) 0%,50%,rgba(0, 0, 255, 1.00) 100%) ;}

#stacks_in_L2_185 {
}

#stacks_out_L2_185 {
}
.squeeze-pad> *{padding:0.5rem ;}

#stacks_in_L2_213 {
}

#stacks_out_L2_213 {
}
.stacks_in_L2_214{background-color:white}.stacks_in_L2_214,.schedule-title *{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(90deg,rgba(0, 0, 0, 0.11) 0%,26%,rgba(254, 254, 254, 1.00) 100%) ;}

#stacks_in_L2_214 {
}

#stacks_out_L2_214 {
}
.schedule-title> *{padding-left:1rem ;}

#stacks_in_L2_215 {
}

#stacks_out_L2_215 {
}
#slice_mez_L2_3{border-style:solid !important;background-color:unset !important;border-color:#acadb7 !important}#slice_mez_L2_3.selected{border-color:#3680fc !important}

#stacks_in_L2_3 {
}

#stacks_out_L2_3 {
}

#stacks_in_L2_7 {
}

#stacks_out_L2_7 {
}

#stacks_in_L2_8 {
}

#stacks_out_L2_8 {
}

#stacks_in_L2_18 {
}

#stacks_out_L2_18 {
}

#stacks_in_L2_12 {
}

#stacks_out_L2_12 {
}

#stacks_in_L2_21 {
}

#stacks_out_L2_21 {
}

#stacks_in_L2_109 {
}

#stacks_out_L2_109 {
}

#stacks_in_L2_112 {
}

#stacks_out_L2_112 {
}

#stacks_in_L2_14 {
}

#stacks_out_L2_14 {
}

#stacks_in_L2_24 {
}

#stacks_out_L2_24 {
}

#stacks_in_L2_26 {
}

#stacks_out_L2_26 {
}

#stacks_in_L2_36 {
}

#stacks_out_L2_36 {
}

#stacks_in_L2_29 {
}

#stacks_out_L2_29 {
}

#stacks_in_L2_39 {
}

#stacks_out_L2_39 {
}

#stacks_in_L2_196 {
}

#stacks_out_L2_196 {
}

#stacks_in_L2_202 {
}

#stacks_out_L2_202 {
}

#stacks_in_L2_198 {
}

#stacks_out_L2_198 {
}

#stacks_in_L2_204 {
}

#stacks_out_L2_204 {
}

#stacks_in_L2_200 {
}

#stacks_out_L2_200 {
}

#stacks_in_L2_206 {
}

#stacks_out_L2_206 {
}

#stacks_in_L2_31 {
}

#stacks_out_L2_31 {
}

#stacks_in_L2_42 {
}

#stacks_out_L2_42 {
}

#stacks_in_L2_132 {
}

#stacks_out_L2_132 {
}

#stacks_in_L2_135 {
}

#stacks_out_L2_135 {
}

#stacks_in_L2_137 {
}

#stacks_out_L2_137 {
}

#stacks_in_L2_141 {
}

#stacks_out_L2_141 {
}

#stacks_in_L2_139 {
}

#stacks_out_L2_139 {
}

#stacks_in_L2_143 {
}

#stacks_out_L2_143 {
}

#stacks_in_L2_147 {
}

#stacks_out_L2_147 {
}

#stacks_in_L2_149 {
}

#stacks_out_L2_149 {
}

#stacks_in_L2_33 {
}

#stacks_out_L2_33 {
}

#stacks_in_L2_45 {
}

#stacks_out_L2_45 {
}
#stacks_out_L2_211,#stacks_in_L2_211{overflow:visible}

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

#stacks_out_L2_211 {
}


#stacks_in_L2_1 {
}

#stacks_out_L2_1 {
}

#stacks_in_L2_115 {
}

#stacks_out_L2_115 {
}

#stacks_in_L2_87 {
	padding:  20px;
}

#stacks_out_L2_87 {
}

#stacks_in_L2_75 {
	padding:  10px;
}

#stacks_out_L2_75 {
}

#stacks_in_L2_82 {
	margin:  10px;
	padding:  3px;
}

#stacks_out_L2_82 {
}
