/***********************************
Cover
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .cover .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*lists*/

        .cover .column ol {
           list-style-type: decimal;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .cover .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*paragraphs*/

        .cover .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .cover .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .cover .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .cover .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .cover .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #0054a6;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .cover .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .cover .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .cover .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .cover .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

/***********************************
Order of Service
***********************************/

    /*paragraphs*/

        .order_of_service .column p {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

    /*inlines*/

        .order_of_service .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .order_of_service .column .SymbolMarker {
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

    /*links*/

        .order_of_service .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .order_of_service .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .order_of_service .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .order_of_service .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .order_of_service .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .order_of_service .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .order_of_service .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .order_of_service .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .order_of_service .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .order_of_service .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .order_of_service .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Board of Trustees
***********************************/

    /*paragraphs*/

        .board_of_trustees .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .board_of_trustees .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .board_of_trustees .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .board_of_trustees .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .board_of_trustees .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .board_of_trustees .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .board_of_trustees .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .board_of_trustees .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .board_of_trustees .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .board_of_trustees .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .board_of_trustees .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .board_of_trustees .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .board_of_trustees .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Central Administration
***********************************/

    /*paragraphs*/

        .central_administration .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .central_administration .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .central_administration .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .central_administration .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .central_administration .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .central_administration .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .central_administration .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .central_administration .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .central_administration .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .central_administration .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .central_administration .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .central_administration .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .central_administration .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
School Administration
***********************************/

    /*paragraphs*/

        .school_administration .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .school_administration .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .school_administration .column .s1 {
           color: #221e1f;
           border-width: 0px;
        }

        .school_administration .column .s1 {
           color: #000000;
           border-width: 0px;
        }

        .school_administration .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .school_administration .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .school_administration .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .school_administration .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .school_administration .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .school_administration .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .school_administration .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .school_administration .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .school_administration .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .school_administration .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .school_administration .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .school_administration .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Alma Mater
***********************************/

    /*paragraphs*/

        .alma_mater .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .alma_mater .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .alma_mater .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .alma_mater .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .alma_mater .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .alma_mater .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .alma_mater .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .alma_mater .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .alma_mater .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .alma_mater .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .alma_mater .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .alma_mater .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .alma_mater .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Student Body Officers
***********************************/

    /*paragraphs*/

        .student_body_officers .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .student_body_officers .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .student_body_officers .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .student_body_officers .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .student_body_officers .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .student_body_officers .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .student_body_officers .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .student_body_officers .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .student_body_officers .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .student_body_officers .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .student_body_officers .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .student_body_officers .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .student_body_officers .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .student_body_officers .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Senior Class Officers
***********************************/

    /*paragraphs*/

        .senior_class_officers .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .senior_class_officers .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .senior_class_officers .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .senior_class_officers .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .senior_class_officers .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_class_officers .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .senior_class_officers .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_class_officers .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_class_officers .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .senior_class_officers .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .senior_class_officers .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .senior_class_officers .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .senior_class_officers .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .senior_class_officers .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Photo Gallery
***********************************/

    /*paragraphs*/

        .photo_gallery .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .photo_gallery .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .photo_gallery .column a {
           color: #0054a6;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .photo_gallery .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 4.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .photo_gallery .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #0054a6;
           font-size: 2.8125rem;
           text-align: center;
           line-height: 0.15em;
           border-width: 0px;
        }

        .photo_gallery .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .photo_gallery .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .photo_gallery .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .photo_gallery .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .photo_gallery .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .photo_gallery .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .photo_gallery .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .photo_gallery .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Message from the Principal
***********************************/

    /*paragraphs*/

        .message_from_the_principal .column p.p1 {
           color: #000000;
           font-size: 0.91875rem;
           border-width: 0px;
        }

        .message_from_the_principal .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .message_from_the_principal .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*inlines*/

        .message_from_the_principal .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .message_from_the_principal .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .message_from_the_principal .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_principal .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 2.5rem;
           text-align: left;
           line-height: 1em;
           border-width: 0px;
        }

        .message_from_the_principal .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_principal .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_principal .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .message_from_the_principal .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .message_from_the_principal .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .message_from_the_principal .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .message_from_the_principal .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .message_from_the_principal .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Message from the Superintendent
***********************************/

    /*paragraphs*/

        .message_from_the_superintende .column p.p1 {
           color: #000000;
           font-size: 0.91875rem;
           border-width: 0px;
        }

        .message_from_the_superintende .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .message_from_the_superintende .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*inlines*/

        .message_from_the_superintende .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .message_from_the_superintende .column .s1 {
           color: #000000;
           border-width: 0px;
        }

    /*links*/

        .message_from_the_superintende .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .message_from_the_superintende .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_superintende .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 2.5rem;
           text-align: left;
           line-height: 1em;
           border-width: 0px;
        }

        .message_from_the_superintende .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_superintende .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .message_from_the_superintende .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .message_from_the_superintende .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .message_from_the_superintende .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .message_from_the_superintende .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .message_from_the_superintende .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .message_from_the_superintende .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Honors and Awards
***********************************/

    /*paragraphs*/

        .honors_and_awards .column p {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

    /*inlines*/

        .honors_and_awards .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .honors_and_awards .column .SymbolMarker {
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

    /*links*/

        .honors_and_awards .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .honors_and_awards .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .honors_and_awards .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .honors_and_awards .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .honors_and_awards .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .honors_and_awards .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .honors_and_awards .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .honors_and_awards .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .honors_and_awards .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .honors_and_awards .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .honors_and_awards .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Scholarships
***********************************/

    /*paragraphs*/

        .scholarships .column p {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

    /*inlines*/

        .scholarships .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .scholarships .column .SymbolMarker {
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

    /*links*/

        .scholarships .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .scholarships .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .scholarships .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .scholarships .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .scholarships .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .scholarships .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .scholarships .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .scholarships .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .scholarships .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .scholarships .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .scholarships .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Military Enlistees
***********************************/

    /*paragraphs*/

        .military_enlistees .column p {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

    /*inlines*/

        .military_enlistees .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .military_enlistees .column .SymbolMarker {
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           font-weight: bold;
           border-width: 0px;
        }

    /*links*/

        .military_enlistees .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .military_enlistees .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .military_enlistees .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .military_enlistees .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .military_enlistees .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .military_enlistees .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .military_enlistees .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .military_enlistees .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .military_enlistees .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .military_enlistees .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .military_enlistees .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Top Ten
***********************************/

    /*paragraphs*/

        .top_ten .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .top_ten .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .top_ten .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .top_ten .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .top_ten .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .top_ten .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .top_ten .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .top_ten .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .top_ten .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .top_ten .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .top_ten .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .top_ten .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .top_ten .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Senior Portraits
***********************************/

    /*paragraphs*/

        .senior_portraits .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .senior_portraits .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .senior_portraits .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .senior_portraits .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_portraits .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .senior_portraits .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_portraits .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .senior_portraits .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .senior_portraits .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .senior_portraits .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .senior_portraits .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .senior_portraits .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .senior_portraits .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
A
***********************************/

    /*paragraphs*/

        .a .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .a .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .a .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .a .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

    /*inlines*/

        .a .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .a .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .a .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .a .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .a .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .a .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .a .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .a .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .a .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .a .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .a .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .a .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .a .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .a .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .a .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
B
***********************************/

    /*paragraphs*/

        .b .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .b .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .b .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .b .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .b .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .b .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .b .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .b .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .b .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .b .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .b .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .b .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .b .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .b .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .b .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .b .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .b .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .b .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .b .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
C
***********************************/

    /*lists*/

        .c .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .c .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .c .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .c .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .c .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .c .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .c .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .c .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .c .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .c .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .c .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .c .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .c .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .c .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .c .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .c .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .c .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .c .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .c .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
D
***********************************/

    /*paragraphs*/

        .d .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .d .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .d .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .d .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .d .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .d .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .d .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .d .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .d .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .d .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .d .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .d .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .d .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .d .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .d .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .d .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .d .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .d .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .d .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
E
***********************************/

    /*lists*/

        .e .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .e .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .e .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .e .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .e .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .e .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .e .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .e .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .e .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .e .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .e .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .e .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .e .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .e .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .e .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .e .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .e .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .e .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .e .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
F
***********************************/

    /*paragraphs*/

        .f .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .f .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .f .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .f .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .f .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .f .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .f .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .f .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .f .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .f .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .f .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .f .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .f .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .f .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .f .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .f .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .f .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .f .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .f .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
G
***********************************/

    /*lists*/

        .g .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .g .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .g .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .g .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .g .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .g .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .g .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .g .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .g .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .g .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .g .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .g .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .g .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .g .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .g .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .g .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .g .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .g .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .g .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
H
***********************************/

    /*paragraphs*/

        .h .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .h .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .h .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .h .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .h .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .h .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .h .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .h .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .h .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .h .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .h .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .h .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .h .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .h .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .h .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .h .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .h .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .h .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .h .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
I
***********************************/

    /*lists*/

        .i .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .i .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .i .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .i .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .i .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .i .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .i .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .i .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .i .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .i .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .i .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .i .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .i .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .i .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .i .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .i .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .i .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .i .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .i .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
J
***********************************/

    /*paragraphs*/

        .j .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .j .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .j .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .j .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .j .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .j .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .j .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .j .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .j .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .j .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .j .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .j .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .j .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .j .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .j .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .j .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .j .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .j .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .j .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
K
***********************************/

    /*lists*/

        .k .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .k .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .k .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .k .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .k .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .k .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .k .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .k .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .k .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .k .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .k .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .k .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .k .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .k .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .k .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .k .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .k .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .k .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .k .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
L
***********************************/

    /*paragraphs*/

        .l .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .l .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .l .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .l .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .l .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .l .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .l .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .l .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .l .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .l .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .l .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .l .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .l .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .l .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .l .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .l .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .l .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .l .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .l .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
M
***********************************/

    /*lists*/

        .m .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .m .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .m .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .m .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .m .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .m .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .m .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .m .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .m .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .m .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .m .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .m .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .m .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .m .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .m .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .m .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .m .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .m .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .m .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
N
***********************************/

    /*paragraphs*/

        .n .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .n .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .n .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .n .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .n .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .n .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .n .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .n .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .n .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .n .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .n .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .n .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .n .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .n .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .n .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .n .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .n .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .n .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .n .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
O
***********************************/

    /*lists*/

        .o .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .o .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .o .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .o .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .o .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .o .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .o .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .o .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .o .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .o .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .o .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .o .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .o .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .o .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .o .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .o .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .o .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .o .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .o .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
P
***********************************/

    /*paragraphs*/

        .p .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .p .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .p .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .p .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .p .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .p .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .p .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .p .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .p .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .p .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .p .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .p .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .p .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .p .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .p .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .p .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .p .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .p .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .p .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Q
***********************************/

    /*lists*/

        .q .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .q .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .q .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .q .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .q .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .q .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .q .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .q .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .q .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .q .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .q .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .q .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .q .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .q .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .q .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .q .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .q .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .q .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .q .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
R
***********************************/

    /*paragraphs*/

        .r .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .r .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .r .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .r .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .r .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .r .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .r .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .r .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .r .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .r .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .r .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .r .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .r .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .r .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .r .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .r .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .r .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .r .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .r .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
S
***********************************/

    /*lists*/

        .s .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .s .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .s .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .s .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .s .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .s .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .s .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .s .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .s .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .s .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .s .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .s .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .s .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .s .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .s .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .s .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .s .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .s .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .s .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
T
***********************************/

    /*paragraphs*/

        .t .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .t .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .t .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .t .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .t .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .t .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .t .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .t .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .t .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .t .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .t .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .t .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .t .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .t .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .t .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .t .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .t .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .t .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .t .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Letter U
***********************************/

    /*layoutitems*/

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

    /*containers*/

        .letter_u .column div.container-default {
           gap: normal;
           align-items: stretch;
           justify-content: space-around;
           flex-wrap: wrap;
           flex-direction: row;
           display: flex;
           padding: 10px;
           border-width: 0px;
        }

    /*images*/

        .letter_u .column img.image-default {
           overflow: hidden;
           margin-right: auto;
           margin-left: auto;
           float: none;
           display: block;
           height: auto;
           width: 100%;
           max-width: 100%;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .letter_u .column ol {
           list-style-type: decimal;
           margin-top: 0px;
           margin-right: 0px;
           margin-left: 0px;
           margin-bottom: 11px;
           line-height: 1.6em;
           font-style: normal;
           font-weight: normal;
           font-size: 1rem;
           font-family: Helvetica, sans-serif;
           color: #222222;
           background-color: transparent;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

        .letter_u .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .letter_u .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .letter_u .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .letter_u .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .letter_u .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .letter_u .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .letter_u .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .letter_u .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .letter_u .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .letter_u .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .letter_u .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .letter_u .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .letter_u .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .letter_u .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .letter_u .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

/***********************************
V
***********************************/

    /*lists*/

        .v .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .v .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .v .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .v .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .v .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .v .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .v .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .v .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .v .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .v .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .v .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .v .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .v .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .v .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .v .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .v .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .v .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .v .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .v .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
W
***********************************/

    /*paragraphs*/

        .w .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .w .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .w .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .w .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .w .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .w .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .w .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .w .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .w .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .w .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .w .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .w .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .w .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .w .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .w .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .w .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .w .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .w .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .w .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Y
***********************************/

    /*lists*/

        .y .column .Names {
           padding-left: 0px;
           font-size: 1.125rem;
           text-align: center;
           list-style-type: none;
           font-family: "roboto",sans-serif;
           border-width: 0px;
           list-style-image: none;
        }

        .y .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*headers*/

        .y .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 0.9375rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .y .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .y .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .y .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .y .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .y .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .y .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .y .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

        .y .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

        .y .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

    /*paragraphs*/

        .y .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

        .y .column p.p1 {
           color: #211d1e;
           text-align: center;
           border-width: 0px;
        }

        .y .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .y .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .y .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .y .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .y .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Z
***********************************/

    /*paragraphs*/

        .z .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .z .column p.p1 {
           color: #211d1e;
           border-width: 0px;
        }

        .z .column p.p1 {
           text-align: center;
           color: #211d1e;
           border-width: 0px;
        }

        .z .column p.p1 {
           color: #221e1f;
           border-width: 0px;
        }

    /*inlines*/

        .z .column .Blue {
           color: #0054a6;
           border-width: 0px;
        }

        .z .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .z .column .s1 {
           color: #211d1e;
           border-width: 0px;
        }

    /*links*/

        .z .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .z .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .z .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #000000;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .z .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .z .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .z .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .z .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 0.9375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*lists*/

        .z .column .Names {
           font-family: "roboto",sans-serif;
           list-style-type: none;
           text-align: center;
           font-size: 1.125rem;
           padding-left: 0px;
           border-width: 0px;
           list-style-image: none;
        }

        .z .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*images*/

        .z .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*containers*/

        .z .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .z .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
GCCISD Education Foundation
***********************************/

    /*headers*/

        .gccisd_education_foundation .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 1.25rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .gccisd_education_foundation .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .gccisd_education_foundation .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .gccisd_education_foundation .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .gccisd_education_foundation .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .gccisd_education_foundation .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .gccisd_education_foundation .column a {
           color: #502862;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .gccisd_education_foundation .column .Purple {
           color: #502862;
           border-width: 0px;
        }

        .gccisd_education_foundation .column .SymbolMarker {
           font-weight: bold;
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .gccisd_education_foundation .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .gccisd_education_foundation .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .gccisd_education_foundation .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .gccisd_education_foundation .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .gccisd_education_foundation .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .gccisd_education_foundation .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Disclaimer
***********************************/

    /*headers*/

        .disclaimer .column h6 {
           line-height: 1em;
           text-align: center;
           font-size: 1.25rem;
           color: #000000;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .disclaimer .column h5 {
           text-align: center;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .disclaimer .column h4 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.125rem;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

        .disclaimer .column h3 {
           text-transform: uppercase;
           text-align: center;
           font-weight: bold;
           font-size: 1.875rem;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

        .disclaimer .column h2 {
           line-height: 1em;
           text-align: center;
           font-size: 4.375rem;
           color: #000000;
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           border-width: 0px;
        }

        .disclaimer .column h1 {
           text-transform: uppercase;
           line-height: 1em;
           text-align: center;
           font-size: 2.5rem;
           font-weight: bold;
           font-family: "roboto-slab",serif;
           border-width: 0px;
        }

    /*links*/

        .disclaimer .column a {
           color: #502862;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .disclaimer .column .Purple {
           color: #502862;
           border-width: 0px;
        }

        .disclaimer .column .SymbolMarker {
           font-weight: bold;
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           border-width: 0px;
        }

        .disclaimer .column .default-drop-cap {
           font-family: "roboto",sans-serif;
           line-height: .3em;
           font-size: 3.75rem;
           margin-right: 2px;
           margin-top: 15px;
           font-weight: 400;
           float: left;
           border-width: 0px;
        }

    /*paragraphs*/

        .disclaimer .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*images*/

        .disclaimer .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .disclaimer .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .disclaimer .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .disclaimer .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }

/***********************************
Back
***********************************/

    /*paragraphs*/

        .back .column p {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*inlines*/

        .back .column .default-drop-cap {
           float: left;
           font-weight: 400;
           margin-top: 15px;
           margin-right: 2px;
           font-size: 3.75rem;
           line-height: .3em;
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*links*/

        .back .column a {
           font-family: "roboto",sans-serif;
           border-width: 0px;
        }

    /*headers*/

        .back .column h1 {
           font-family: "roboto-slab",serif;
           font-weight: bold;
           font-size: 2.5rem;
           text-align: center;
           line-height: 1em;
           text-transform: uppercase;
           border-width: 0px;
        }

        .back .column h2 {
           font-family: "herrvonmuellerhoff-pro",sans-serif;
           color: #980707;
           font-size: 4.375rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

        .back .column h3 {
           font-family: "roboto-slab",serif;
           font-size: 1.875rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .back .column h4 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           font-weight: bold;
           text-align: center;
           text-transform: uppercase;
           border-width: 0px;
        }

        .back .column h5 {
           font-family: "roboto",sans-serif;
           font-size: 1.125rem;
           text-align: center;
           border-width: 0px;
        }

        .back .column h6 {
           font-family: "roboto",sans-serif;
           color: #000000;
           font-size: 1.25rem;
           text-align: center;
           line-height: 1em;
           border-width: 0px;
        }

    /*images*/

        .back .column img.image-default {
           max-width: 100%;
           width: 100%;
           height: auto;
           display: block;
           float: none;
           margin-left: auto;
           margin-right: auto;
           overflow: hidden;
           box-sizing: border-box;
           border-width: 0px;
        }

    /*lists*/

        .back .column ol {
           background-color: transparent;
           color: #222222;
           font-family: Helvetica, sans-serif;
           font-size: 1rem;
           font-weight: normal;
           font-style: normal;
           line-height: 1.6em;
           margin-bottom: 11px;
           margin-left: 0px;
           margin-right: 0px;
           margin-top: 0px;
           list-style-type: decimal;
           font-variant: normal;
           border-width: 0px;
           list-style-image: none;
        }

    /*containers*/

        .back .column div.container-default {
           padding: 10px;
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
           align-items: stretch;
           gap: normal;
           border-width: 0px;
        }

    /*layoutitems*/

        .back .column div.layoutitem-default {
           padding: 0px;
           flex-grow: 1;
           flex-shrink: 1;
           flex-basis: 0px;
           min-width: ;
           min-height: ;
           border-width: 0px;
        }


div.bookviewport { background-color: #333333; }
div.pagecontainer .page_disable_overlay { background-color: #333333; }