@charset "UTF-8";
/*! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  Marin County Participatory Budgeting Platform Sassy Cascading Style Sheet (SCSS) Library
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  
 *  Copyright © 2023 County of Marin
 *
 *  This file utilizes the following open source libraries:
 *
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  Material Design Icons (https://github.com/google/material-design-icons)
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *                                   Apache License
 *                             Version 2.0, January 2004
 *                          http://www.apache.org/licenses/
 *
 *     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 *
 *     1. Definitions.
 *
 *        "License" shall mean the terms and conditions for use, reproduction,
 *        and distribution as defined by Sections 1 through 9 of this document.
 *
 *        "Licensor" shall mean the copyright owner or entity authorized by
 *        the copyright owner that is granting the License.
 *
 *        "Legal Entity" shall mean the union of the acting entity and all
 *        other entities that control, are controlled by, or are under common
 *        control with that entity. For the purposes of this definition,
 *        "control" means (i) the power, direct or indirect, to cause the
 *        direction or management of such entity, whether by contract or
 *        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 *        outstanding shares, or (iii) beneficial ownership of such entity.
 *
 *        "You" (or "Your") shall mean an individual or Legal Entity
 *        exercising permissions granted by this License.
 *
 *        "Source" form shall mean the preferred form for making modifications,
 *        including but not limited to software source code, documentation
 *        source, and configuration files.
 *
 *        "Object" form shall mean any form resulting from mechanical
 *        transformation or translation of a Source form, including but
 *        not limited to compiled object code, generated documentation,
 *        and conversions to other media types.
 *
 *        "Work" shall mean the work of authorship, whether in Source or
 *        Object form, made available under the License, as indicated by a
 *        copyright notice that is included in or attached to the work
 *        (an example is provided in the Appendix below).
 *
 *        "Derivative Works" shall mean any work, whether in Source or Object
 *        form, that is based on (or derived from) the Work and for which the
 *        editorial revisions, annotations, elaborations, or other modifications
 *        represent, as a whole, an original work of authorship. For the purposes
 *        of this License, Derivative Works shall not include works that remain
 *        separable from, or merely link (or bind by name) to the interfaces of,
 *        the Work and Derivative Works thereof.
 *
 *        "Contribution" shall mean any work of authorship, including
 *        the original version of the Work and any modifications or additions
 *        to that Work or Derivative Works thereof, that is intentionally
 *        submitted to Licensor for inclusion in the Work by the copyright owner
 *        or by an individual or Legal Entity authorized to submit on behalf of
 *        the copyright owner. For the purposes of this definition, "submitted"
 *        means any form of electronic, verbal, or written communication sent
 *        to the Licensor or its representatives, including but not limited to
 *        communication on electronic mailing lists, source code control systems,
 *        and issue tracking systems that are managed by, or on behalf of, the
 *        Licensor for the purpose of discussing and improving the Work, but
 *        excluding communication that is conspicuously marked or otherwise
 *        designated in writing by the copyright owner as "Not a Contribution."
 *
 *        "Contributor" shall mean Licensor and any individual or Legal Entity
 *        on behalf of whom a Contribution has been received by Licensor and
 *        subsequently incorporated within the Work.
 *
 *     2. Grant of Copyright License. Subject to the terms and conditions of
 *        this License, each Contributor hereby grants to You a perpetual,
 *        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 *        copyright license to reproduce, prepare Derivative Works of,
 *        publicly display, publicly perform, sublicense, and distribute the
 *        Work and such Derivative Works in Source or Object form.
 *
 *     3. Grant of Patent License. Subject to the terms and conditions of
 *        this License, each Contributor hereby grants to You a perpetual,
 *        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 *        (except as stated in this section) patent license to make, have made,
 *        use, offer to sell, sell, import, and otherwise transfer the Work,
 *        where such license applies only to those patent claims licensable
 *        by such Contributor that are necessarily infringed by their
 *        Contribution(s) alone or by combination of their Contribution(s)
 *        with the Work to which such Contribution(s) was submitted. If You
 *        institute patent litigation against any entity (including a
 *        cross-claim or counterclaim in a lawsuit) alleging that the Work
 *        or a Contribution incorporated within the Work constitutes direct
 *        or contributory patent infringement, then any patent licenses
 *        granted to You under this License for that Work shall terminate
 *        as of the date such litigation is filed.
 *
 *     4. Redistribution. You may reproduce and distribute copies of the
 *        Work or Derivative Works thereof in any medium, with or without
 *        modifications, and in Source or Object form, provided that You
 *        meet the following conditions:
 *
 *        (a) You must give any other recipients of the Work or
 *            Derivative Works a copy of this License; and
 *
 *        (b) You must cause any modified files to carry prominent notices
 *            stating that You changed the files; and
 *
 *        (c) You must retain, in the Source form of any Derivative Works
 *            that You distribute, all copyright, patent, trademark, and
 *            attribution notices from the Source form of the Work,
 *            excluding those notices that do not pertain to any part of
 *            the Derivative Works; and
 *
 *        (d) If the Work includes a "NOTICE" text file as part of its
 *            distribution, then any Derivative Works that You distribute must
 *            include a readable copy of the attribution notices contained
 *            within such NOTICE file, excluding those notices that do not
 *            pertain to any part of the Derivative Works, in at least one
 *            of the following places: within a NOTICE text file distributed
 *            as part of the Derivative Works; within the Source form or
 *            documentation, if provided along with the Derivative Works; or,
 *            within a display generated by the Derivative Works, if and
 *            wherever such third-party notices normally appear. The contents
 *            of the NOTICE file are for informational purposes only and
 *            do not modify the License. You may add Your own attribution
 *            notices within Derivative Works that You distribute, alongside
 *            or as an addendum to the NOTICE text from the Work, provided
 *            that such additional attribution notices cannot be construed
 *            as modifying the License.
 *
 *        You may add Your own copyright statement to Your modifications and
 *        may provide additional or different license terms and conditions
 *        for use, reproduction, or distribution of Your modifications, or
 *        for any such Derivative Works as a whole, provided Your use,
 *        reproduction, and distribution of the Work otherwise complies with
 *        the conditions stated in this License.
 *
 *     5. Submission of Contributions. Unless You explicitly state otherwise,
 *        any Contribution intentionally submitted for inclusion in the Work
 *        by You to the Licensor shall be under the terms and conditions of
 *        this License, without any additional terms or conditions.
 *        Notwithstanding the above, nothing herein shall supersede or modify
 *        the terms of any separate license agreement you may have executed
 *        with Licensor regarding such Contributions.
 *
 *     6. Trademarks. This License does not grant permission to use the trade
 *        names, trademarks, service marks, or product names of the Licensor,
 *        except as required for reasonable and customary use in describing the
 *        origin of the Work and reproducing the content of the NOTICE file.
 *
 *     7. Disclaimer of Warranty. Unless required by applicable law or
 *        agreed to in writing, Licensor provides the Work (and each
 *        Contributor provides its Contributions) on an "AS IS" BASIS,
 *        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 *        implied, including, without limitation, any warranties or conditions
 *        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 *        PARTICULAR PURPOSE. You are solely responsible for determining the
 *        appropriateness of using or redistributing the Work and assume any
 *        risks associated with Your exercise of permissions under this License.
 *
 *     8. Limitation of Liability. In no event and under no legal theory,
 *        whether in tort (including negligence), contract, or otherwise,
 *        unless required by applicable law (such as deliberate and grossly
 *        negligent acts) or agreed to in writing, shall any Contributor be
 *        liable to You for damages, including any direct, indirect, special,
 *        incidental, or consequential damages of any character arising as a
 *        result of this License or out of the use or inability to use the
 *        Work (including but not limited to damages for loss of goodwill,
 *        work stoppage, computer failure or malfunction, or any and all
 *        other commercial damages or losses), even if such Contributor
 *        has been advised of the possibility of such damages.
 *
 *     9. Accepting Warranty or Additional Liability. While redistributing
 *        the Work or Derivative Works thereof, You may choose to offer,
 *        and charge a fee for, acceptance of support, warranty, indemnity,
 *        or other liability obligations and/or rights consistent with this
 *        License. However, in accepting such obligations, You may act only
 *        on Your own behalf and on Your sole responsibility, not on behalf
 *        of any other Contributor, and only if You agree to indemnify,
 *        defend, and hold each Contributor harmless for any liability
 *        incurred by, or claims asserted against, such Contributor by reason
 *        of your accepting any such warranty or additional liability.
 *
 *     END OF TERMS AND CONDITIONS
 *
 *     APPENDIX: How to apply the Apache License to your work.
 *
 *        To apply the Apache License to your work, attach the following
 *        boilerplate notice, with the fields enclosed by brackets "[]"
 *        replaced with your own identifying information. (Don't include
 *        the brackets!)  The text should be enclosed in the appropriate
 *        comment syntax for the file format. We also recommend that a
 *        file or class name and description of purpose be included on the
 *        same "printed page" as the copyright notice for easier
 *        identification within third-party archives.
 *
 *     Copyright [yyyy] [name of copyright owner]
 *
 *     Licensed under the Apache License, Version 2.0 (the "License");
 *     you may not use this file except in compliance with the License.
 *     You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 *     Unless required by applicable law or agreed to in writing, software
 *     distributed under the License is distributed on an "AS IS" BASIS,
 *     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *     See the License for the specific language governing permissions and
 *     limitations under the License.
 */
*{background:none;border:0;box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0}html{font-family:Verdana,sans-serif;font-size:10px;height:100%;line-height:1.5;width:100%}.mcpbp-alert{background:transparent;border:thin solid transparent;border-radius:1rem;margin:2rem 0;padding:1rem}.mcpbp-alert.mcpbp-opt-failure{background:#ffe5e5;border-color:#b60000}.mcpbp-alert.mcpbp-opt-information{background:#dbf1ff;border-color:#005b94}.mcpbp-alert.mcpbp-opt-success{background:#d3e8c1;border-color:#1f840b}.mcpbp-alert.mcpbp-opt-warning{background:#ffe7b9;border-color:#ced100}.mcpbp-breadcrumb{display:flex;flex-wrap:wrap;grid-gap:.8rem}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry{align-items:center;display:flex;justify-content:center}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry::after{border-right:thin solid #333;content:"";display:inline-block;height:1.6rem;margin:0 0 0 1rem;transform:rotate(20deg)}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link:focus,.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link:focus>img,.mcpbp-breadcrumb>.mcpbp-breadcrumb-entry>.mcpbp-breadcrumb-entry-link:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-button{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none}.mcpbp-button:focus,.mcpbp-button:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-button:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-button[disabled]{display:none}.mcpbp-button>img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}#mcpbp-page-dialog-cancel-button{margin-right:3rem}.mcpbp-button-read-more{background-color:#add8e6;border-radius:10px;padding:1rem;display:block;width:fit-content;margin:2rem 0 0 0}.mcpbp-button-read-more:hover,.mcpbp-button-read-more:focus{text-decoration:underline;cursor:pointer}.mcpbp-button-read-less{background-color:#add8e6;border-radius:10px;padding:1rem;display:none;width:fit-content;margin:2rem 0 0 0}.mcpbp-button-read-less:hover{text-decoration:underline;cursor:pointer}a.mcpbp-button{text-decoration:underline}@media screen and (max-width:767px){.mcpbp-button{min-height:4rem}}@media only screen and (max-width:600px){#mcpbp-page-category-filter{width:100%}}#mcpbp-page-category-filter{margin:0 0 2rem 0;border:thin solid;background-color:#fff;display:none}#mcpbp-page-category-filter:focus{outline:2px dotted}#mcpbp-page-category-filter-label{display:none}.mcpbp-candidate-list{display:flex;flex-direction:column;grid-gap:2rem;margin-top:2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item{background:#fff;display:flex;flex-direction:column;border:thin solid #ccc;border-top:medium solid #e8912e}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header{align-items:flex-end;display:flex;justify-content:space-between;padding:0 2rem;flex-wrap:wrap}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-title{font-size:4rem;margin:2rem 0;padding:0 0 1rem 0;position:relative;font-size:2rem;font-weight:bold;margin:2rem 1rem 0 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox{align-items:center;display:flex;margin:0 0 1rem 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox>.mcpbp-candidate-list-group-content-item-header-checkbox-label{font-weight:bold;margin:0 .5rem 0 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox>.mcpbp-candidate-list-group-content-item-header-checkbox-input{-webkit-appearance:none;background:#fff;border-radius:.25rem;box-shadow:inset 0 0 0 .1rem #333;height:2.2rem;width:2.2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox>.mcpbp-candidate-list-group-content-item-header-checkbox-input::before{content:"";display:block;border-radius:inherit;height:inherit;width:inherit}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox>.mcpbp-candidate-list-group-content-item-header-checkbox-input:checked{background:#1f840b;box-shadow:none}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-header>.mcpbp-candidate-list-group-content-item-header-checkbox>.mcpbp-candidate-list-group-content-item-header-checkbox-input:checked::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 96 960 960'%3E%3Cpath d='M378 831 133 586l66-66 179 180 382-382 66 65-448 448Z'/%3E%3C/svg%3E");filter:invert(1)}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content{display:flex;flex-direction:column;padding:0 2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description{height:14rem;overflow:hidden}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a:focus,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a:focus>img,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h1,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h2,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h3,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h4,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h5,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h6{font-weight:600;margin:.5rem 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h1{font-size:2.2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h2{font-size:2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h3{font-size:1.8rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h4{font-size:1.6rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h5{font-size:1.4rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h6{font-size:1.2rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description p{margin:.5rem 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description strong{font-weight:bold}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table th,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table td{border:thin solid #ccc;padding:.5rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table th{font-weight:bold}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description ul,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h1,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h2,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h3,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h4,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h5,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description h6,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description hr,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description p,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description pre,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description ul,.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description ol{margin:2rem 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table{border:0;border-collapse:collapse;display:table;width:100%!important}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table>thead>tr>th{border:0;border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left;width:auto!important}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description table>tbody>tr>td{border:0;border-bottom:thin solid #ccc;padding:1rem .6rem;width:auto!important}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description strong{font-weight:600}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-description::before{border-top:medium solid #354ca1;content:'';display:inline-block;height:1rem;width:5rem}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data{display:flex;justify-content:space-between;margin:0 0 2rem 0;flex-wrap:wrap}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-detail{display:grid;text-align:left;vertical-align:top;margin:2rem 0 0 0}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-detail th{font-weight:bold;width:22rem;vertical-align:top}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-detail td{width:auto}.mcpbp-candidate-list>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-picture{align-items:center;display:flex;justify-content:center}.mcpbp-candidate-status{align-items:center;display:flex;justify-content:flex-end;margin:1rem 0 0 0;pointer-events:none;top:0;z-index:1}.mcpbp-candidate-status>.mcpbp-candidate-status-content{background:#fff;border:thin solid #ccc;border-top:medium solid #e8912e;margin:1rem 0 0 0;padding:1rem;text-align:right}.mcpbp-candidate-status>.mcpbp-candidate-status-content>.mcpbp-candidate-submit-error{color:#b60000}.mcpbp-candidate-status.mcpbp-opt-default>.mcpbp-candidate-status-content{background:#fff}.mcpbp-candidate-status.mcpbp-opt-failure>.mcpbp-candidate-status-content{background:#ffe5e5}.mcpbp-candidate-status.mcpbp-opt-success>.mcpbp-candidate-status-content{background:#d3e8c1}.mcpbp-candidate-status.mcpbp-opt-warning>.mcpbp-candidate-status-content{background:#ffe7b9}.mcpbp-candidate-submit{align-items:center;display:flex;flex-direction:column;grid-gap:.5rem;margin:4rem 0}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button:focus,.mcpbp-candidate-submit>.mcpbp-candidate-submit-button:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button[disabled]{display:none}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button>img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}.mcpbp-candidate-submit>.mcpbp-candidate-submit-error{color:#b60000}@media screen and (max-width:767px){.mcpbp-candidate-list>.mcpbp-candidate-list-group>.mcpbp-candidate-list-group-content>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data{flex-direction:column}.mcpbp-candidate-list>.mcpbp-candidate-list-group>.mcpbp-candidate-list-group-content>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-detail{grid-gap:1rem;grid-template-columns:15rem auto}.mcpbp-candidate-list>.mcpbp-candidate-list-group>.mcpbp-candidate-list-group-content>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-detail>dd{text-align:right}.mcpbp-candidate-list>.mcpbp-candidate-list-group>.mcpbp-candidate-list-group-content>.mcpbp-candidate-list-group-content-item>.mcpbp-candidate-list-group-content-item-content>.mcpbp-candidate-list-group-content-item-content-data>.mcpbp-candidate-list-group-content-item-content-data-picture{align-items:flex-start;justify-content:flex-start;margin:2rem 0 0 0}.mcpbp-candidate-submit{align-items:stretch;margin:2rem 0}.mcpbp-candidate-submit>.mcpbp-candidate-submit-button{min-height:4rem}.mcpbp-candidate-submit>.mcpbp-candidate-submit-error{text-align:center}}.mcpbp-choice{align-items:flex-start;display:flex;justify-content:space-between;grid-gap:1rem;margin:2rem 0}.mcpbp-choice>.mcpbp-choice-entry{background:#fff;border:thin solid #ccc;border-top:medium solid #e8912e;flex:0 0 auto;padding:2rem;width:calc((100%/3) - (4rem/3))}@media screen and (max-width:767px){.mcpbp-choice{flex-direction:column;grid-gap:2rem}.mcpbp-choice>.mcpbp-choice-entry{flex:0 0 auto;width:100%}}.mcpbp-ckeditor a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-ckeditor a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-ckeditor a:focus,.mcpbp-ckeditor a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-ckeditor a:focus>img,.mcpbp-ckeditor a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-ckeditor address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-ckeditor h1,.mcpbp-ckeditor h2,.mcpbp-ckeditor h3,.mcpbp-ckeditor h4,.mcpbp-ckeditor h5,.mcpbp-ckeditor h6{font-weight:600;margin:.5rem 0}.mcpbp-ckeditor h1{font-size:2.2rem}.mcpbp-ckeditor h2{font-size:2rem}.mcpbp-ckeditor h3{font-size:1.8rem}.mcpbp-ckeditor h4{font-size:1.6rem}.mcpbp-ckeditor h5{font-size:1.4rem}.mcpbp-ckeditor h6{font-size:1.2rem}.mcpbp-ckeditor hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-ckeditor p{margin:.5rem 0}.mcpbp-ckeditor pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-ckeditor strong{font-weight:bold}.mcpbp-ckeditor table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-ckeditor table th,.mcpbp-ckeditor table td{border:thin solid #ccc;padding:.5rem}.mcpbp-ckeditor table th{font-weight:bold}.mcpbp-ckeditor ul,.mcpbp-ckeditor ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-ckeditor h1,.mcpbp-ckeditor h2,.mcpbp-ckeditor h3,.mcpbp-ckeditor h4,.mcpbp-ckeditor h5,.mcpbp-ckeditor h6,.mcpbp-ckeditor hr,.mcpbp-ckeditor p,.mcpbp-ckeditor pre,.mcpbp-ckeditor table,.mcpbp-ckeditor ul,.mcpbp-ckeditor ol{margin:2rem 0}.mcpbp-ckeditor table{border:0;border-collapse:collapse;display:table;width:100%!important}.mcpbp-ckeditor table>thead>tr>th{border:0;border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left;width:auto!important}.mcpbp-ckeditor table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-ckeditor table>tbody>tr>td{border:0;border-bottom:thin solid #ccc;padding:1rem .6rem;width:auto!important}.mcpbp-copyable{align-items:center;display:inline-flex}.mcpbp-copyable>.mcpbp-copyable-button{align-items:center;cursor:pointer;display:inline-flex;margin:0 0 0 .2em}.mcpbp-copyable>.mcpbp-copyable-button:hover>.mcpbp-copyable-button-icon{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-copyable>.mcpbp-copyable-button:active>.mcpbp-copyable-button-icon{filter:drop-shadow(0 0 .05rem #000) brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-copyable>.mcpbp-copyable-button>.mcpbp-copyable-button-icon{height:1.4em;width:1.4em}.mcpbp-description-list.mcpbp-opt-help{margin:2rem 0 2rem 2rem}.mcpbp-description-list.mcpbp-opt-help>dt{font-weight:600}.mcpbp-description-list.mcpbp-opt-help>dd{margin:.2rem 0 0 2rem}.mcpbp-description-list.mcpbp-opt-help>dd+dt{margin:1rem 0 0 0}.mcpbp-description-list.mcpbp-opt-datum-single{display:grid;grid-template-columns:auto auto;margin:2rem 0}.mcpbp-description-list.mcpbp-opt-datum-single>dt,.mcpbp-description-list.mcpbp-opt-datum-single>dd{border-bottom:thin solid #ccc;padding:1rem}.mcpbp-description-list.mcpbp-opt-datum-single>dt:first-of-type,.mcpbp-description-list.mcpbp-opt-datum-single>dd:first-of-type{border-top:thin solid #ccc}.mcpbp-description-list.mcpbp-opt-datum-single>dt:nth-of-type(2n),.mcpbp-description-list.mcpbp-opt-datum-single>dd:nth-of-type(2n){background:#f5f5f5}.mcpbp-description-list.mcpbp-opt-datum-single>dt{align-items:center;display:flex}.mcpbp-description-list.mcpbp-opt-datum-double{display:grid;grid-template-columns:auto 1fr auto 1fr;margin:2rem 0}.mcpbp-description-list.mcpbp-opt-datum-double>dt,.mcpbp-description-list.mcpbp-opt-datum-double>dd{border-bottom:thin solid #ccc;padding:1rem}.mcpbp-description-list.mcpbp-opt-datum-double>dt>img,.mcpbp-description-list.mcpbp-opt-datum-double>dd>img{border:thin solid #ccc;height:auto;max-height:20rem;max-width:20rem;object-fit:cover;width:auto}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(2),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(3),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(4),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(2),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(3),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(4){border-top:thin solid #ccc}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-1),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-2),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-3),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-2),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-3){background:#f5f5f5}.mcpbp-description-list.mcpbp-opt-datum-double>dt.mcpbp-opt-background-alternative,.mcpbp-description-list.mcpbp-opt-datum-double>dd.mcpbp-opt-background-alternative{background:#f5f5f5}.mcpbp-description-list.mcpbp-opt-datum-double>dt.mcpbp-opt-background-default,.mcpbp-description-list.mcpbp-opt-datum-double>dd.mcpbp-opt-background-default{background:#fff}.mcpbp-description-list.mcpbp-opt-datum-double>dt.mcpbp-opt-span-3,.mcpbp-description-list.mcpbp-opt-datum-double>dd.mcpbp-opt-span-3{grid-column:span 3}.mcpbp-description-list.mcpbp-opt-datum-double>dt{font-weight:600}.mcpbp-description-list.mcpbp-opt-datum-double>dd{text-align:right}@media screen and (max-width:767px){.mcpbp-description-list.mcpbp-opt-datum-single{grid-template-columns:auto}.mcpbp-description-list.mcpbp-opt-datum-single>dt,.mcpbp-description-list.mcpbp-opt-datum-single>dd{border-bottom:0;padding:0}.mcpbp-description-list.mcpbp-opt-datum-single>dt:first-of-type,.mcpbp-description-list.mcpbp-opt-datum-single>dd:first-of-type{border-top:0}.mcpbp-description-list.mcpbp-opt-datum-single>dt:nth-of-type(2n),.mcpbp-description-list.mcpbp-opt-datum-single>dd:nth-of-type(2n){background:#f5f5f5}.mcpbp-description-list.mcpbp-opt-datum-single>dt{border-top:thin solid #ccc;padding:1rem 0 0 .5rem}.mcpbp-description-list.mcpbp-opt-datum-single>dt:first-of-type{border-top:thin solid #ccc}.mcpbp-description-list.mcpbp-opt-datum-single>dd{padding:.5rem 0 1rem 2.9rem}.mcpbp-description-list.mcpbp-opt-datum-single>dd:last-of-type{border-bottom:thin solid #ccc}.mcpbp-description-list.mcpbp-opt-datum-double{grid-template-columns:auto}.mcpbp-description-list.mcpbp-opt-datum-double>dt,.mcpbp-description-list.mcpbp-opt-datum-double>dd{border-bottom:0;padding:0}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(2),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(3),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(4),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(2),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(3),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(4){border-top:0}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(3),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(3){border-top:thin solid #ccc}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-1),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-2),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(8n-3),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-2),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(8n-3){background:none}.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(4n),.mcpbp-description-list.mcpbp-opt-datum-double>dt:nth-child(4n-1),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(4n),.mcpbp-description-list.mcpbp-opt-datum-double>dd:nth-child(4n-1){background:#f5f5f5}.mcpbp-description-list.mcpbp-opt-datum-double>dt.mcpbp-opt-span-3,.mcpbp-description-list.mcpbp-opt-datum-double>dd.mcpbp-opt-span-3{grid-column:auto}.mcpbp-description-list.mcpbp-opt-datum-double>dt{border-top:thin solid #ccc;padding:1rem 0 0 .5rem}.mcpbp-description-list.mcpbp-opt-datum-double>dd{min-height:3.9rem;padding:.5rem 0 1rem 2.9rem;text-align:left}.mcpbp-description-list.mcpbp-opt-datum-double>dd:last-child{border-bottom:thin solid #ccc}}#mcpbp-election-accessibility-guidelines{border:dashed;border-width:2px;padding:2rem}.mcpbp-form{margin:2rem 0}.mcpbp-field{display:flex;flex-direction:column}.mcpbp-field~.mcpbp-field{margin:1rem 0 0 0}.mcpbp-field>.mcpbp-field-prompt{display:flex}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-label{align-items:center;display:flex;flex:0 0 auto;font-weight:600;padding:0 1rem 0 0}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-label>*{display:flex}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-label>*>:first-child{color:#b60000;text-align:center;width:1.4rem}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>input[type=text],.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>select{border:thin solid #333;max-width:30rem;padding:.25rem;width:100%}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>input[type=checkbox]{display:flex;align-self:flex-start}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>input[type=password]{border:thin solid #333;max-width:30rem;padding:.25rem;width:100%}.mcpbp-field>.mcpbp-field-message{padding:.25rem 0 0 0}.mcpbp-field>.mcpbp-field-message.mcpbp-opt-error{color:#b60000}.mcpbp-field.mcpbp-opt-medium>.mcpbp-field-prompt>.mcpbp-field-prompt-label{max-width:18rem;width:100%}.mcpbp-field.mcpbp-opt-medium>.mcpbp-field-message{margin:0 0 0 18rem}@media screen and (max-width:767px){.mcpbp-field>.mcpbp-field-prompt{flex-direction:column}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-label>*{display:block}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-label>*>:first-child{width:auto}.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>input[type=text],.mcpbp-field>.mcpbp-field-prompt>.mcpbp-field-prompt-input>select{height:4rem;max-width:none}.mcpbp-field.mcpbp-opt-medium>.mcpbp-field-prompt>.mcpbp-field-prompt-label{max-width:none;width:auto}.mcpbp-field.mcpbp-opt-medium>.mcpbp-field-message{margin:0}.mcpbp-field.mcpbp-opt-mobile-inline>.mcpbp-field-prompt{flex-direction:row}.mcpbp-field.mcpbp-opt-mobile-inline>.mcpbp-field-prompt>.mcpbp-field-prompt-input>input[type=text],.mcpbp-field.mcpbp-opt-mobile-inline>.mcpbp-field-prompt>.mcpbp-field-prompt-input>select{height:4rem;max-width:none}}.mcpbp-fieldset{margin:2rem 0}.mcpbp-fieldset>legend{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.mcpbp-header.mcpbp-opt-primary{font-size:4rem;margin:2rem 0;padding:0 0 1rem 0;position:relative;font-size:2.4rem}.mcpbp-header.mcpbp-opt-secondary{font-size:2rem;font-weight:bold;margin:2rem 0}.mcpbp-header.mcpbp-opt-vertical-margin-large{margin:4rem 0}.mcpbp-header.mcpbp-header-divider{border-bottom:1px solid #000}.mcpbp-horizontal{border-top:thin solid #ccc;margin:2rem 0}.mcpbp-hub-event{display:flex;flex-direction:column;grid-gap:1rem;margin:2rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section{display:flex;flex-direction:column}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header{display:flex;flex-direction:column}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading{display:flex;flex-direction:column}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none;align-items:center;display:flex;justify-content:flex-start;min-height:6rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button:focus,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button[disabled]{display:none}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-indicator{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem;flex:0 1 auto;height:4rem;width:4rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-content{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-content>.mcpbp-hub-event-section-header-heading-button-content-title{font-size:1.8rem;text-align:left}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-content>.mcpbp-hub-event-section-header-heading-button-content-date{display:flex;align-items:flex-end}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content{border:thin solid #ccc;border-top:medium solid #e8912e;margin:1rem 0 0 0;padding:2rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-location{margin:0 0 2rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a:focus,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a:focus>img,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h1,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h2,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h3,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h4,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h5,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h6{font-weight:600;margin:.5rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h1{font-size:2.2rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h2{font-size:2rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h3{font-size:1.8rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h4{font-size:1.6rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h5{font-size:1.4rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h6{font-size:1.2rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description p{margin:.5rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description strong{font-weight:bold}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table th,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table td{border:thin solid #ccc;padding:.5rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table th{font-weight:bold}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description ul,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h1,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h2,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h3,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h4,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h5,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description h6,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description hr,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description p,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description pre,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description ul,.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description ol{margin:2rem 0}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table{border:0;border-collapse:collapse;display:table;width:100%!important}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table>thead>tr>th{border:0;border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left;width:auto!important}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description table>tbody>tr>td{border:0;border-bottom:thin solid #ccc;padding:1rem .6rem;width:auto!important}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-content>.mcpbp-hub-event-section-content-description a{white-space:normal;word-break:break-all}@media screen and (max-width:767px){.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-content{flex-direction:column;flex-wrap:nowrap}.mcpbp-hub-event>.mcpbp-hub-event-section>.mcpbp-hub-event-section-header>.mcpbp-hub-event-section-header-heading>.mcpbp-hub-event-section-header-heading-button>.mcpbp-hub-event-section-header-heading-button-content>.mcpbp-hub-event-section-header-heading-button-content-date{margin:1rem 0 0 0}}.mcpbp-layout{display:flex;flex-direction:column;min-height:100%;min-width:100%}.mcpbp-layout>.mcpbp-layout-header{background:#20252e;color:#fff;display:flex;flex:0 0 auto;justify-content:center;padding:1rem}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content{display:flex;justify-content:space-between;max-width:117rem;width:100%}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-left{display:flex}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-left>.mcpbp-layout-header-content-left-logo{max-width:20rem;object-fit:contain}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;text-align:right}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-title{font-size:2.2rem}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget{align-items:center;display:flex;font-size:1.6rem}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language{align-items:center;display:flex}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile ul,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language ul{list-style-position:inside}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile li,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language li{line-height:2rem;text-align:left;list-style-type:none}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile li>img,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language li>img{vertical-align:middle;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:2rem;width:2rem}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile a,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language a{text-decoration:underline}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile>:focus,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language>:focus{overflow:visible}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile>img,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language>img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:2rem;width:2rem}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile>img{margin:0 .4rem 0 0}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language>select>option{background:#20252e;color:#fff}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>*~*{margin:0 0 0 1rem}.mcpbp-layout>.mcpbp-layout-main{background:#fff;color:#000;display:flex;flex:1 1 auto;justify-content:center;padding:1rem}.mcpbp-layout>.mcpbp-layout-main>.mcpbp-layout-main-content{font-size:1.6rem;max-width:117rem;width:100%}.mcpbp-layout>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-navigation{margin:1rem 0 1rem 0}.mcpbp-layout>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-title{font-size:4rem;margin:2rem 0;padding:0 0 1rem 0;position:relative;margin:1rem 0 4rem 0}.mcpbp-layout>.mcpbp-layout-footer{background:#20252e;color:#fff;display:flex;flex:0 0 auto;justify-content:center;padding:1rem}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content{display:flex;max-width:117rem;padding:2rem 0;width:100%}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>*{flex:0 0 33.333333%;font-size:1.6rem;padding:0 2rem 0 2rem}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-left{align-items:center;display:flex;flex-direction:column}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-left>.mcpbp-layout-footer-content-left-mc-logo{max-width:20rem}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-left>.mcpbp-layout-footer-content-left-pb-logo{max-width:20rem}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-center>p~p{margin:1.5rem 0 0 0}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-right a{background:#e5b53b;border:thin solid #e5b53b;color:#000;padding:1rem 1.4rem;text-decoration:underline}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-right>p:nth-child(1){margin:2.5rem 0 0 0}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-right>p:nth-child(2){margin:3rem 0 0 0}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-right>p:nth-child(3){margin:3.75rem 0 0 0}.mcpbp-layout.mcpbp-opt-print{display:block;height:auto;width:auto}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-header{display:none}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-main{display:block;padding:0}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-main>.mcpbp-layout-main-content{max-width:none;width:auto}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-title{display:none}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-navigation{display:none}.mcpbp-layout.mcpbp-opt-print>.mcpbp-layout-footer{display:none}.mcpbp-layout.mcpbp-opt-wide>.mcpbp-layout-main{padding:0}.mcpbp-layout.mcpbp-opt-wide>.mcpbp-layout-main>.mcpbp-layout-main-content{max-width:none}.mcpbp-layout.mcpbp-opt-wide>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-title{margin:2rem 0 0 0;padding:0 max((100% - 117rem)/2,1rem) 1rem max((100% - 117rem)/2,1rem)}.mcpbp-layout.mcpbp-opt-wide>.mcpbp-layout-main>.mcpbp-layout-main-content>.mcpbp-layout-main-content-navigation{margin:2rem 0 0 0;padding:0 max((100% - 117rem)/2,1rem)}@media screen and (max-width:767px){.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content{align-items:center;flex-direction:column}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right{align-items:center;text-align:center}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget{flex-direction:column}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-profile,.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>.mcpbp-layout-header-content-right-widget-language{margin:.5rem 0 0 0}.mcpbp-layout>.mcpbp-layout-header>.mcpbp-layout-header-content>.mcpbp-layout-header-content-right>.mcpbp-layout-header-content-right-widget>*~*{margin:0}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content{flex-direction:column;text-align:center}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>*{flex:0 0 auto;padding:0}.mcpbp-layout>.mcpbp-layout-footer>.mcpbp-layout-footer-content>.mcpbp-layout-footer-content-center{margin:2rem 0 0 0}}.mcpbp-link{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-link>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-link:focus,.mcpbp-link:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-link:focus>img,.mcpbp-link:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-list{list-style-position:inside;margin:2rem 0}.mcpbp-list.mcpbp-opt-grid-4-column{display:grid;grid-gap:.5rem;grid-template-columns:auto auto auto auto}.mcpbp-list.mcpbp-opt-indent{margin:2rem 0 2rem 2rem}@media screen and (max-width:767px){.mcpbp-list.mcpbp-opt-grid-4-column{grid-template-columns:auto}}.mcpbp-mcd{align-items:center;background:rgba(0,0,0,.7);display:flex;height:100vh;height:-webkit-fill-available;justify-content:center;left:0;overflow:auto;padding:1vw;position:fixed;top:0;width:100vw;z-index:100}.mcpbp-mcd>.mcpbp-mcd-dialog{background:#fff;font-size:1.6rem;margin:auto;max-width:100rem;width:100%}.mcpbp-mcd>.mcpbp-mcd-dialog>.mcpbp-mcd-dialog-header{align-items:center;background:#354ca1;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1rem}.mcpbp-mcd>.mcpbp-mcd-dialog>.mcpbp-mcd-dialog-header>.mcpbp-mcd-dialog-header-close{align-items:center;cursor:pointer;display:inline-flex;justify-content:center}.mcpbp-mcd>.mcpbp-mcd-dialog>.mcpbp-mcd-dialog-header>.mcpbp-mcd-dialog-header-close>.mcpbp-mcd-dialog-header-close-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:2.4rem;width:2.4rem}.mcpbp-mcd>.mcpbp-mcd-dialog>.mcpbp-mcd-dialog-content{padding:0 1rem}.mcpbp-mcd>.mcpbp-mcd-dialog.mcpbp-opt-image{line-height:0;max-width:none;width:auto}.mcpbp-mcd>.mcpbp-mcd-dialog.mcpbp-opt-image>.mcpbp-mcd-dialog-content{padding:0}.mcpbp-mcd>.mcpbp-mcd-dialog.mcpbp-opt-image>.mcpbp-mcd-dialog-content>img{max-width:calc(min(100rem,98vw))}.mcpbp-public-vote-dialog-warning{font-weight:bold;color:#c00;margin:2rem 0 0 0}.mcpbp-mcdp{display:flex;flex-direction:column}.mcpbp-mcdp>.mcpbp-mcdp-field{align-items:center;display:flex}.mcpbp-mcdp>.mcpbp-mcdp-field>.mcpbp-mcdp-field-input{border:thin solid #333;max-width:30rem;padding:.25rem;width:100%}.mcpbp-mcdp>.mcpbp-mcdp-field>.mcpbp-mcdp-field-button{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;margin:0 0 0 .5rem}.mcpbp-mcdp>.mcpbp-mcdp-field>.mcpbp-mcdp-field-button>.mcpbp-mcdp-field-button-icon{height:2.5rem;width:2.5rem}.mcpbp-mcdp>.mcpbp-mcdp-picker{background:#fff;border:thin solid #ccc;box-shadow:.1rem .1rem .5rem .1rem #ccc;display:flex;flex-direction:column;padding:.5rem;position:absolute;z-index:1}.mcpbp-mcdp>.mcpbp-mcdp-picker.mcpbp-mcdp-opt-hidden{display:none}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header{display:flex;height:2.4rem;padding:0 .2rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-center{align-items:center;display:flex;justify-content:center}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right{flex:0 0 auto}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-year,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-month,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-month,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-year,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-year,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-month,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-month,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-year{align-items:center;cursor:pointer;display:inline-flex}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-left>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-year>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-left-last-month>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-month>.mcpbp-mcdp-picker-header-right-next-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-left-last-year-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-left-last-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-right-next-month-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-right>.mcpbp-mcdp-picker-header-right-next-year>.mcpbp-mcdp-picker-header-right-next-year-icon{height:2rem;width:2rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-header>.mcpbp-mcdp-picker-header-center{flex:1 1 auto}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid{border-spacing:.2rem;display:table}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row{display:table-row}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell{border:thin solid #333;cursor:pointer;display:table-cell;height:2.6rem;padding:0 .2rem 0 0;text-align:right;vertical-align:middle;width:3rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell.mcpbp-mcdp-opt-context{background:#f5f5f5}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell.mcpbp-mcdp-opt-header{border:0;cursor:default;font-weight:600;height:auto;padding:0;text-align:center}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell.mcpbp-mcdp-opt-header:hover{background:#fff}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell:focus{outline:thin solid #000}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-grid>.mcpbp-mcdp-picker-grid-row>.mcpbp-mcdp-picker-grid-row-cell:hover{background:#dbf1ff}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer{display:flex;justify-content:space-between;margin:.4rem 0 0 0;padding:0 .2rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none;padding:.4rem .4rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel:focus,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel:hover,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept:focus,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel:focus,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel[disabled],.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept[disabled]{display:none}.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel>.mcpbp-mcdp-picker-footer-cancel-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-cancel>.mcpbp-mcdp-picker-footer-accept-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept>.mcpbp-mcdp-picker-footer-cancel-icon,.mcpbp-mcdp>.mcpbp-mcdp-picker>.mcpbp-mcdp-picker-footer>.mcpbp-mcdp-picker-footer-accept>.mcpbp-mcdp-picker-footer-accept-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}@media screen and (max-width:767px){.mcpbp-mcdp>.mcpbp-mcdp-field>.mcpbp-mcdp-field-input{height:4rem;max-width:none}}.mcpbp-mct{display:flex;flex-direction:column;margin:2rem 0}.mcpbp-mct.mcpbp-mct-opt-hidden{display:none}.mcpbp-mct>.mcpbp-mct-header{display:flex;justify-content:space-between;padding:0 0 1rem 0}.mcpbp-mct>.mcpbp-mct-header>.mcpbp-mct-header-count{align-items:center;display:flex;flex:0 0 auto}.mcpbp-mct>.mcpbp-mct-header>.mcpbp-mct-header-count>.mcpbp-mct-header-count-select{border:thin solid #333;margin:0 0 0 1rem;min-width:6rem;padding:.2rem}.mcpbp-mct>.mcpbp-mct-header>.mcpbp-mct-header-instruction{flex:0 0 auto}.mcpbp-mct>.mcpbp-mct-header>.mcpbp-mct-header-instruction>.mcpbp-mct-header-instruction-emphasis{font-style:normal}.mcpbp-mct>.mcpbp-mct-overflow{overflow-x:auto;padding:.2rem;width:100%}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table{border-collapse:collapse;display:table;width:100%}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-header>.mcpbp-mct-overflow-table-header-row>.mcpbp-mct-overflow-table-header-row-cell{border-bottom:thin solid #333;padding:.3rem .6rem}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-header>.mcpbp-mct-overflow-table-header-row>.mcpbp-mct-overflow-table-header-row-cell>.mcpbp-mct-overflow-table-header-row-cell-content{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-header>.mcpbp-mct-overflow-table-header-row>.mcpbp-mct-overflow-table-header-row-cell>.mcpbp-mct-overflow-table-header-row-cell-content>.mcpbp-mct-overflow-table-header-row-cell-content-title{font-weight:600}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-header>.mcpbp-mct-overflow-table-header-row>.mcpbp-mct-overflow-table-header-row-cell>.mcpbp-mct-overflow-table-header-row-cell-content>.mcpbp-mct-overflow-table-header-row-cell-content-icon{height:2rem;pointer-events:none;width:2rem}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-body>.mcpbp-mct-overflow-table-body-row>.mcpbp-mct-overflow-table-body-row-cell{border-bottom:thin solid #ccc;padding:1rem .6rem}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-body>.mcpbp-mct-overflow-table-body-row>.mcpbp-mct-overflow-table-body-row-cell.mcpbp-mct-opt-empty{text-align:center}.mcpbp-mct>.mcpbp-mct-overflow>.mcpbp-mct-overflow-table>.mcpbp-mct-overflow-table-body>:nth-child(2n){background:#f5f5f5}.mcpbp-mct>.mcpbp-mct-footer{display:flex;padding:1rem 0 0 0}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left{display:flex;flex:0 0 auto;width:25rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left.mcpbp-mct-opt-hidden{visibility:hidden}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none;margin:0 .5rem 0 0}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first:focus,.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first[disabled]{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first>.mcpbp-mct-footer-left-first-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior:focus,.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior[disabled]{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior>.mcpbp-mct-footer-left-prior-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-center{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right{display:flex;flex:0 0 auto;justify-content:flex-end;width:25rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right.mcpbp-mct-opt-hidden{visibility:hidden}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next:focus,.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next[disabled]{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next>.mcpbp-mct-footer-right-next-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none;margin:0 0 0 .5rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last:focus,.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last[disabled]{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last>.mcpbp-mct-footer-right-last-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}@media screen and (max-width:767px){.mcpbp-mct>.mcpbp-mct-header{flex-direction:column}.mcpbp-mct>.mcpbp-mct-footer{flex-direction:column}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left{flex-direction:column;width:auto}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left.mcpbp-mct-opt-hidden{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-first{min-height:4rem;margin:0 0 .5rem 0}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-left>.mcpbp-mct-footer-left-prior{min-height:4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-center{min-height:4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right{flex-direction:column;justify-content:flex-start;width:auto}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right.mcpbp-mct-opt-hidden{display:none}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-next{min-height:4rem}.mcpbp-mct>.mcpbp-mct-footer>.mcpbp-mct-footer-right>.mcpbp-mct-footer-right-last{min-height:4rem;margin:.5rem 0 0 0}}.mcpbp-mcu{align-items:flex-start;display:flex;flex-direction:column;grid-gap:.5rem}.mcpbp-mcu>.mcpbp-mcu-preview{display:none}.mcpbp-mcu>.mcpbp-mcu-preview[src]{border:thin solid #ccc;display:initial;height:auto;max-height:10rem;max-width:30rem;object-fit:contain;width:auto}.mcpbp-mcu>.mcpbp-mcu-upload{align-items:center;background:#10598c;border:thin solid #10598c;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:.8rem;text-decoration:none}.mcpbp-mcu>.mcpbp-mcu-upload:focus,.mcpbp-mcu>.mcpbp-mcu-upload:hover{background:#0b3c5e;border:thin solid #0b3c5e;text-decoration:underline}.mcpbp-mcu>.mcpbp-mcu-upload:focus{outline:2px dotted #fff;outline-offset:-.4rem}.mcpbp-mcu>.mcpbp-mcu-upload[disabled]{display:none}.mcpbp-mcu>.mcpbp-mcu-upload>.mcpbp-mcu-upload-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:1.8rem;margin:0 .25rem 0 0;width:1.8rem}.mcpbp-mcu>.mcpbp-mcu-file{display:none}.mcpbp-mcu>.mcpbp-mcu-hidden{display:none}.mcpbp-mcu>.mcpbp-mcu-status,.mcpbp-mcu>.mcpbp-mcu-alert{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}@media screen and (max-width:767px){.mcpbp-mcu>.mcpbp-mcu-upload{min-height:4rem}}.mcpbp-order{display:flex;flex-direction:column;grid-gap:1rem;margin:2rem 0}.mcpbp-order>.mcpbp-order-item{align-items:center;border:thin solid #ccc;border-top:medium solid #e8912e;box-shadow:1px 1px 0 0 #ccc;display:flex;grid-gap:1rem;padding:1rem}.mcpbp-order>.mcpbp-order-item>.mcpbp-order-item-title{flex:1 1 auto;font-weight:600}.mcpbp-order>.mcpbp-order-item>.mcpbp-order-item-button{flex:0 0 auto}.mcpbp-order>.mcpbp-order-item:first-child>.mcpbp-order-item-button.mcpbp-opt-up{visibility:hidden}.mcpbp-order>.mcpbp-order-item:last-child>.mcpbp-order-item-button.mcpbp-opt-down{visibility:hidden}@media screen and (max-width:767px){.mcpbp-order>.mcpbp-order-item{align-items:stretch;flex-direction:column}.mcpbp-order>.mcpbp-order-item>.mcpbp-order-item-title{text-align:center}}.mcpbp-override-color-error{color:#b60000!important}.mcpbp-override-display-none{display:none!important}.mcpbp-override-font-family-monospace{font-family:monospace!important}.mcpbp-override-font-weight-bold{font-weight:600!important}.mcpbp-override-font-weight-normal{font-weight:normal!important}.mcpbp-override-margin-bottom-none{margin-bottom:0!important}.mcpbp-override-margin-bottom-normal{margin-bottom:2rem!important}.mcpbp-override-screen-reader{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.mcpbp-override-text-align-center{text-align:center!important}.mcpbp-override-text-align-right{text-align:right!important}.mcpbp-override-text-decoration-underline{text-decoration:underline}.mcpbp-panorama{justify-content:space-around;display:flex;margin:4rem 0}@media screen and (max-width:767px){.mcpbp-panorama{flex-direction:column;grid-gap:2rem;justify-content:flex-start;margin:2rem 0}}.mcpbp-paragraph{margin:2rem 0}.mcpbp-paragraph.mcpbp-opt-verbatim{border:thin solid #ccc;font-family:monospace;font-size:.8em;overflow:auto;padding:1rem;white-space:pre}.mcpbp-print{align-content:flex-start;align-items:flex-start;background:#f5f5f5;border:thin solid #ccc;display:inline-flex;flex-direction:column;grid-gap:1rem;justify-content:flex-start;margin:1rem;padding:1rem 2rem;width:100%}.mcpbp-print>.mcpbp-print-navigation{display:flex}.mcpbp-print>.mcpbp-print-header{font-size:3rem;word-break:break-all}.mcpbp-print>.mcpbp-print-content{display:flex}@media print{.mcpbp-print{display:none}}.mcpbp-section{display:none;padding:0 max((100% - 117rem)/2,1rem)}.mcpbp-section.mcpbp-opt-primary{background:#fff;display:flow-root}.mcpbp-section.mcpbp-opt-secondary{background:#f5f5f5;display:flow-root}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic{background:#fff;border:thin solid #ccc;border-top:medium solid #e8912e;display:flex;flex-direction:column;margin:2rem 0 0 0;padding:2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-legend{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title{display:flex;font-size:1.8rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content{margin:0 0 0 .5rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a:focus,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a:focus>img,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h1,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h2,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h3,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h4,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h5,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h6{font-weight:600;margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h1{font-size:2.2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h2{font-size:2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h3{font-size:1.8rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h4{font-size:1.6rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h5{font-size:1.4rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h6{font-size:1.2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content p{margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content strong{font-weight:bold}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table th,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table td{border:thin solid #ccc;padding:.5rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table th{font-weight:bold}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content ul,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h1,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h2,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h3,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h4,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h5,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content h6,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content hr,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content p,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content pre,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content ul,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content ol{margin:2rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table{border:0;border-collapse:collapse;display:table;width:100%!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table>thead>tr>th{border:0;border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left;width:auto!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content table>tbody>tr>td{border:0;border-bottom:thin solid #ccc;padding:1rem .6rem;width:auto!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-title>.mcpbp-survey-main-demographic-title-content *{display:inline!important;font-family:inherit!important;font-size:inherit!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option{align-items:flex-start;display:flex;margin:1rem 0 0 3rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-choice{margin:.5rem 0 0 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt{display:flex;flex-direction:column;margin:0 0 0 1rem;width:100%}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a:focus,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a:focus>img,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h1,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h2,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h3,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h4,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h5,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h6{font-weight:600;margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h1{font-size:2.2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h2{font-size:2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h3{font-size:1.8rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h4{font-size:1.6rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h5{font-size:1.4rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h6{font-size:1.2rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label p{margin:.5rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label strong{font-weight:bold}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table th,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table td{border:thin solid #ccc;padding:.5rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table th{font-weight:bold}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label ul,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h1,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h2,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h3,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h4,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h5,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label h6,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label hr,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label p,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label pre,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label ul,.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label ol{margin:2rem 0}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table{border:0;border-collapse:collapse;display:table;width:100%!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table>thead>tr>th{border:0;border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left;width:auto!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label table>tbody>tr>td{border:0;border-bottom:thin solid #ccc;padding:1rem .6rem;width:auto!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-label *{display:inline;font-family:inherit!important;font-size:inherit!important}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-text{border:thin solid #ccc;margin:.5rem 0 0 0;max-width:30rem;padding:.25rem;width:100%}.mcpbp-survey>.mcpbp-survey-main>.mcpbp-survey-main-demographic>.mcpbp-survey-main-demographic-option>.mcpbp-survey-main-demographic-option-prompt>.mcpbp-survey-main-demographic-option-prompt-text:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.5}.mcpbp-survey>.mcpbp-survey-footer{display:flex;justify-content:center;margin:2rem 0}.mcpbp-table{border-collapse:collapse;display:table;width:100%}.mcpbp-table>thead>tr>th{border-bottom:thin solid #ccc;font-weight:600;padding:.3rem .6rem;text-align:left}.mcpbp-table>tbody>tr:nth-child(2n){background:#f5f5f5}.mcpbp-table>tbody>tr>td,.mcpbp-table>tbody>tr>th{border-bottom:thin solid #ccc;padding:1rem .6rem;text-align:left}.mcpbp-table>tbody>tr>th{font-weight:600}.mcpbp-hub-event-table{display:grid;text-align:left;vertical-align:top;margin:0 0 2rem 0;justify-content:space-between;flex-wrap:wrap}.mcpbp-hub-event-table tr{display:grid;background:#fff!important}.mcpbp-hub-event-table th{font-weight:bold;width:20rem;vertical-align:top;padding:0 1rem 0 0;border:0!important}.mcpbp-hub-event-table td{width:auto;border:thin solid #ccc!important}.mcpbp-thumbnail{display:none}a:focus img{outline:2px solid;outline-offset:3px}.mcpbp-thumbnail-link{align-self:flex-start;background:#fff;display:inline-flex}.mcpbp-thumbnail-link>.mcpbp-thumbnail{border-radius:.5rem;box-shadow:0 0 .1rem .1rem rgba(0,0,0,.5);display:inline-flex;height:5rem;object-fit:cover;width:5rem}.mcpbp-thumbnail-link>.mcpbp-thumbnail:hover{box-shadow:0 0 .2rem .2rem black}.mcpbp-thumbnail-link>.mcpbp-thumbnail.mcpbp-opt-large{height:10rem;width:10rem}.mcpbp-voting-ballot{font-size:1.2rem;width:11in}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header{align-items:center;background:#20252e;color:#fff;display:flex;justify-content:space-between;padding:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header>.mcpbp-voting-ballot-header-logo{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:calc(5.73rem*1.3);width:calc(12.5rem*1.3)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header>.mcpbp-voting-ballot-header-title{align-items:flex-end;display:flex;flex-direction:column;line-height:1.3}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header>.mcpbp-voting-ballot-header-title>.mcpbp-voting-ballot-header-title-primary{line-height:0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header>.mcpbp-voting-ballot-header-title>.mcpbp-voting-ballot-header-title-primary>.mcpbp-voting-ballot-header-title-primary-image{margin:0 -.5rem 0 0;width:20rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-header>.mcpbp-voting-ballot-header-title>.mcpbp-voting-ballot-header-title-secondary{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-header{background:#354ca1;color:#fff;display:flex;padding:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-header>.mcpbp-voting-ballot-registration-header-title{font-size:1.4rem;font-weight:600}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions{margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-instructions ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(3,4rem);margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>*{border:thin solid #333;font-size:1rem;font-weight:600;padding:.25rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-first{border-right:0;grid-column:1/6;grid-row:1}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-last{grid-column:6/11;grid-row:1}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-year{border-right:0;grid-column:5/8;grid-row:3}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-zip{border-right:0;grid-column:1/5;grid-row:3}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-email{border-bottom:0;border-right:0;border-top:0;grid-column:1/8;grid-row:2}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-phone{border-bottom:0;border-top:0;grid-column:8/11;grid-row:2}.mcpbp-voting-ballot>.mcpbp-voting-ballot-registration>.mcpbp-voting-ballot-registration-fields>.mcpbp-voting-ballot-registration-fields-code{grid-column:8/11;grid-row:3}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate{margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-header{background:#354ca1;color:#fff;display:flex;padding:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-header>.mcpbp-voting-ballot-candidate-header-title{font-size:1.4rem;font-weight:600}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions{margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-instructions ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects{display:flex;flex-direction:column;grid-gap:1rem;margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry{border:thin solid #ccc;border-top:medium solid #e8912e;break-inside:avoid;display:flex}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry:nth-child(2n-1){background:#f5f5f5}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-left{display:flex;flex:0 0 auto;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-left>.mcpbp-voting-ballot-candidate-projects-entry-left-checkbox{background:#fff;border:thin solid #333;height:2rem;width:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right{display:flex;flex:1 1 auto;flex-direction:column;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-top{display:flex;justify-content:space-between;margin:.1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-top>.mcpbp-voting-ballot-candidate-projects-entry-right-top-left{font-weight:600;font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-top>.mcpbp-voting-ballot-candidate-projects-entry-right-top-right{font-weight:600;background:#fff;border:thin solid #333;height:3rem;width:3rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom{display:flex}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left{display:flex;flex:1 1 80%;flex-direction:column}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top{height:12rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-top ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-bottom{margin:1rem 0 0 0;font-size:1.3rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-bottom th{text-align:left;width:60px;white-space:nowrap;font-weight:600;padding:0 2rem 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-bottom td{text-align:left}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-left-bottom-header{font-weight:600}.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry>.mcpbp-voting-ballot-candidate-projects-entry-right>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom>.mcpbp-voting-ballot-candidate-projects-entry-right-bottom-right{margin-top:auto}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic{margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-header{background:#354ca1;color:#fff;display:flex;padding:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-header>.mcpbp-voting-ballot-demographic-header-title{font-size:1.4rem;font-weight:600}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions{margin:1rem 0 0 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-instructions ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry{border:thin solid #ccc;border-top:medium solid #e8912e;break-inside:avoid;display:flex;flex-direction:column;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry:nth-child(4n-2),.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry:nth-child(4n-1){background:#f5f5f5}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt{font-weight:600}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-prompt *{display:inline!important;font-family:inherit!important;font-size:inherit!important}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers{display:flex;flex-direction:column}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry{display:flex;margin:.25rem 1rem 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a:focus,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a:focus>img,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h1,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h2,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h3,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h4,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h5,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h1{font-size:2.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h2{font-size:2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h3{font-size:1.8rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h4{font-size:1.6rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h5{font-size:1.4rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry h6{font-size:1.2rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry p{margin:.5rem 0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry strong{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry table th,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry table th{font-weight:bold}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry ul,.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry::before{background:#fff;border:thin solid #333;content:"";display:inline-flex;flex:0 0 auto;height:1rem;margin:.25rem .5rem 0 0;width:1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry *{display:inline!important;font-family:inherit!important;font-size:inherit!important}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry p{margin:0}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry.mcpbp-opt-circle::before{border-radius:50%}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry.mcpbp-opt-none{margin:0 1rem 0 1rem}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry.mcpbp-opt-none::before{visibility:hidden}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry.mcpbp-opt-none::after{background:#fff;border:thin solid #333;content:"";display:flex;flex:1 1 auto;height:2rem;margin:auto}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry>.mcpbp-voting-ballot-demographic-questions-entry-answers>.mcpbp-voting-ballot-demographic-questions-entry-answers-entry.mcpbp-opt-none>p{background:#fff;border:thin solid #333;height:2.5rem;margin:.25rem auto 0 auto}@media print{.mcpbp-voting-ballot>.mcpbp-voting-ballot-candidate>.mcpbp-voting-ballot-candidate-projects>.mcpbp-voting-ballot-candidate-projects-entry{transform:translateY(.25rem)}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic{page-break-before:always}.mcpbp-voting-ballot>.mcpbp-voting-ballot-demographic>.mcpbp-voting-ballot-demographic-questions>.mcpbp-voting-ballot-demographic-questions-entry{transform:translateY(.25rem)}}.mcpbp-voting-card-container{display:flex;flex-wrap:wrap;height:8.5in;width:11in}.mcpbp-voting-card-container>.mcpbp-voting-card{display:flex;flex-direction:column;height:8.5in;padding:.25in;width:5.5in}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-header{align-items:center;background:#20252e;color:#fff;display:flex;flex:0 0 auto;justify-content:space-between;padding:1rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-header>.mcpbp-voting-card-header-logo{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(106%) contrast(102%);height:calc(5.73rem*1.2);width:calc(12.5rem*1.2)}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-header>.mcpbp-voting-card-header-title{align-items:flex-end;display:flex;flex-direction:column;line-height:1}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-header>.mcpbp-voting-card-header-title>.mcpbp-voting-card-header-title-primary>.mcpbp-voting-card-header-title-primary-image{width:20rem;margin:0 -.5rem 0 0}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-header>.mcpbp-voting-card-header-title>.mcpbp-voting-card-header-title-secondary{font-size:1.4rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions{flex:1 1 auto;font-size:1.2rem;overflow:hidden;padding:1rem 0 1rem 0}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a{align-items:baseline;color:#10598c;cursor:pointer;display:inline-flex;text-decoration:underline}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a>img{align-self:center;filter:brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4364%) hue-rotate(184deg) brightness(96%) contrast(87%);height:1.2em;margin:0 .25em 0 0;pointer-events:none;width:1.2em}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a:focus,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a:hover{color:#0b3c5e;outline:thin dotted #000}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a:focus>img,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions a:hover>img{filter:brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1990%) hue-rotate(169deg) brightness(98%) contrast(98%)}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions address{font-family:inherit;font-style:normal;margin:.5rem 0}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h1,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h2,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h3,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h4,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h5,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h6{font-weight:600;margin:.5rem 0}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h1{font-size:2.2rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h2{font-size:2rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h3{font-size:1.8rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h4{font-size:1.6rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h5{font-size:1.4rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions h6{font-size:1.2rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions hr{border-bottom:thin solid #ccc;margin:.5rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions p{margin:.5rem 0}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions pre{font-family:monospace;margin:.5rem 0;white-space:pre}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions strong{font-weight:bold}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions table{border:thin solid #ccc;border-collapse:collapse}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions table th,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions table td{border:thin solid #ccc;padding:.5rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions table th{font-weight:bold}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions ul,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-instructions ol{list-style-position:inside;margin:.5rem 0 .5rem 0;padding:0 0 0 1rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer{background:#20252e;color:#fff;display:grid;flex:0 0 auto;font-size:1.2rem;grid-template-columns:1fr auto 1fr;padding:1rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-left,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-center,.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-right{align-items:center;display:flex;flex-direction:column;justify-content:center}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-left>.mcpbp-voting-card-footer-left-image{height:10rem;width:10rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-left>.mcpbp-voting-card-footer-left-text{margin:.5rem 0 0 0;text-align:center}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-left>.mcpbp-voting-card-footer-left-text>.mcpbp-voting-card-footer-left-text-suffix{font-weight:bold}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-left>.mcpbp-voting-card-footer-left-text>.mcpbp-voting-card-footer-left-text-suffix::before{content:'';display:block}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-center>.mcpbp-voting-card-footer-center-prefix{font-weight:bold}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-center>.mcpbp-voting-card-footer-center-suffix{font-family:monospace}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-right>.mcpbp-voting-card-footer-right-image{height:10rem;width:10rem}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-right>.mcpbp-voting-card-footer-right-text{margin:.5rem 0 0 0;text-align:center}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-right>.mcpbp-voting-card-footer-right-text>.mcpbp-voting-card-footer-right-text-suffix{font-weight:bold}.mcpbp-voting-card-container>.mcpbp-voting-card>.mcpbp-voting-card-footer>.mcpbp-voting-card-footer-right>.mcpbp-voting-card-footer-right-text>.mcpbp-voting-card-footer-right-text-suffix::before{content:'';display:block}.mcpbp-voting-card-container>.mcpbp-voting-card:nth-child(2n){border-left:thin dashed #ccc}.mcpbp-voting-card-container>.mcpbp-voting-card:nth-child(2n+1){border-right:thin dashed #ccc}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke{border:thin solid #333}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke *{color:#000}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_button_icon{filter:brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(1%) hue-rotate(161deg) brightness(99%) contrast(93%)}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_top{background:#f5f5f5;border-bottom:thin solid #333}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_bottom{background:#f5f5f5;border-top:thin solid #333}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_resizer{font-size:inherit}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_toolbar_separator{background:#ccc}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_combo::after,:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5).cke_button::after{border-right:thin solid #333}:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5) ul,:not(#mcpbp-null-1):not(#mcpbp-null-2):not(#mcpbp-null-3):not(#mcpbp-null-4):not(#mcpbp-null-5) ol{padding-left:3rem;list-style-position:outside}