diff --git a/lib/template_generator/generate_base_template.py b/lib/template_generator/generate_base_template.py index d856da7..7f87f10 100644 --- a/lib/template_generator/generate_base_template.py +++ b/lib/template_generator/generate_base_template.py @@ -85,19 +85,19 @@ def remove_unwanted_content(soup: BeautifulSoup): ) _replace_content( - soup.select_one(".c-translate-block__items"), + soup.select_one(".c-language-switcher"), "{% block language_picker %}{% endblock language_picker %}", ) - _replace_content( - soup.select_one( - "#block-electoralcommission-views-block-related-content-taxonomy-related-2" - ), - """ - {% block related_content %} - {% include "includes/related_content.html" %} - {% endblock related_content %} - """, - ) + # _replace_content( + # soup.select_one( + # "#block-electoralcommission-views-block-related-content-taxonomy-related-2" + # ), + # """ + # {% block related_content %} + # {% include "includes/related_content.html" %} + # {% endblock related_content %} + # """, + # ) return soup @@ -254,7 +254,8 @@ def add_head_meta_blocks(soup: BeautifulSoup): for template, config in TEMPLATES.items(): template_path = project_path / "templates" / template - req = httpx.get(config["source_url"]) + req = httpx.get(config["source_url"], timeout=300) + req.raise_for_status() html_text = req.text # The Welsh version of the site has a broken HTML tag that breaks Soup. # Delete this before soup parsed it diff --git a/postcode_lookup/static/css/all.5457b58a93b9936ed5ae3dc7cb3777f1.css b/postcode_lookup/static/css/all.5457b58a93b9936ed5ae3dc7cb3777f1.css new file mode 100644 index 0000000..d6d3562 --- /dev/null +++ b/postcode_lookup/static/css/all.5457b58a93b9936ed5ae3dc7cb3777f1.css @@ -0,0 +1,2 @@ +.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/all.a012cae206abd66d681bff4f6c90f1be.css b/postcode_lookup/static/css/all.a012cae206abd66d681bff4f6c90f1be.css new file mode 100644 index 0000000..e114acf --- /dev/null +++ b/postcode_lookup/static/css/all.a012cae206abd66d681bff4f6c90f1be.css @@ -0,0 +1,3 @@ +.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;} +.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/all.cd82d69021c3306b9c90e59060cf14b5.css b/postcode_lookup/static/css/all.cd82d69021c3306b9c90e59060cf14b5.css deleted file mode 100644 index fef7b9e..0000000 --- a/postcode_lookup/static/css/all.cd82d69021c3306b9c90e59060cf14b5.css +++ /dev/null @@ -1,7 +0,0 @@ -.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;} -html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required:after,.form-radios .form-required:after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir=rtl] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#717171;border-color:#bbb;background:#ededed;} -.webform-details-toggle-state-wrapper{text-align:right;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper{margin-top:1em;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}.webform-details-toggle-state{text-decoration:none;color:#337ab7;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}} -.webform-message--close .messages{position:relative;}.webform-message--close .messages{padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;} -html.js .webform-select-other .webform-select-other-input,html.js .webform-checkboxes-other .webform-checkboxes-other-input,html.js .webform-radios-other .webform-radios-other-input,html.js .webform-buttons-other .webform-buttons-other-input{display:none;} -.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;} -.c-social .o-external-link::after {display: none} \ No newline at end of file diff --git a/postcode_lookup/static/css/all.css b/postcode_lookup/static/css/all.css index fef7b9e..d6d3562 100644 --- a/postcode_lookup/static/css/all.css +++ b/postcode_lookup/static/css/all.css @@ -1,7 +1,2 @@ -.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;} -html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required:after,.form-radios .form-required:after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir=rtl] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#717171;border-color:#bbb;background:#ededed;} -.webform-details-toggle-state-wrapper{text-align:right;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper{margin-top:1em;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}.webform-details-toggle-state{text-decoration:none;color:#337ab7;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}} -.webform-message--close .messages{position:relative;}.webform-message--close .messages{padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;} -html.js .webform-select-other .webform-select-other-input,html.js .webform-checkboxes-other .webform-checkboxes-other-input,html.js .webform-radios-other .webform-radios-other-input,html.js .webform-buttons-other .webform-buttons-other-input{display:none;} .ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;} -.c-social .o-external-link::after {display: none} \ No newline at end of file +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/print.27317c0656c19ff77bb3c1551982c6ba.css b/postcode_lookup/static/css/print.27317c0656c19ff77bb3c1551982c6ba.css new file mode 100644 index 0000000..5665329 --- /dev/null +++ b/postcode_lookup/static/css/print.27317c0656c19ff77bb3c1551982c6ba.css @@ -0,0 +1,2 @@ +@media print{*{opacity:1;float:none !important;}body{width:100%;margin:0;float:none;background:color("white") url(https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/css/none);color:color("black");font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1em;}h1,h2,h3,h4,h5,h6{color:color("black") !important;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif !important;}h1{font-size:200% !important;}h2{font-size:175% !important;}h3{font-size:135% !important;}h4{font-size:100% !important;font-variant:small-caps;}h5{font-size:100% !important;}h6{font-size:90% !important;font-style:italic;}h2,h3{page-break-after:avoid;}ul,img{page-break-inside:avoid;}a:link,a:visited{text-decoration:underline;}.wrapper-content a:link:after,.wrapper-content a:visited:after{content:" (" attr(href) ") ";}img{max-width:100%;}.print-only{display:block !important;}.no-print{display:none !important;}.visually-hidden{display:none !important;}.o-icon,button,.svg-symbols{display:none !important;}.c-header__btns,.c-header__lower,.c-social,.c-sidebar-menu,.c-teaser,.c-carousel,.c-footer-grid,.c-hero__img,.o-back-to-top,.c-cookie{display:none !important;}.c-accordion{margin-bottom:30px;}.c-accordion__tab{display:block !important;width:100%;background-color:transparent;border:0;text-align:left;padding:0;}.c-accordion__content,.c-accordion__btn{display:block !important;}.paragraph--type--slice-teaser,.paragraph--type--slice-views,.paragraph--type--banner-item,.paragraph--type--slice-tableau,.paragraph--type--slice-form{display:none !important;}#block-inthissection-navigation,#block-electoralcommission-breadcrumbs,#block-electoralcommission-views-block-related-content-taxonomy-related-2,#block-views-block-taxonomy-term-related-tags,#block-book-navigation,#block-jumplinkblock{display:none !important;}.media{margin:0;}.media-document{display:none !important;}.media-image{margin:30px 0 20px;}.video-embed-field-lazy-play{display:none !important;}.c-summary-box{border:1px solid #0299C3;padding:20px;margin:30px 0;page-break-inside:avoid;}.c-summary-box h3{margin-top:0;}.simplebar-placeholder,.simplebar-track{display:none !important;}iframe{display:none !important;}.c-footer{padding:20px 0;}.c-header__logo{width:150px;display:block;margin:20px 0;}.u-list-reset,.footnotes{margin:0;padding:0;list-style-type:none;}.c-book-nav,.o-meta-link{display:none !important;}.c-review__item{font-size:0.8em;}.c-review__item.-last{display:none !important;}} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/print.css b/postcode_lookup/static/css/print.css index 565e530..5665329 100644 --- a/postcode_lookup/static/css/print.css +++ b/postcode_lookup/static/css/print.css @@ -1,2 +1,2 @@ -@media print{*{opacity:1;float:none !important;}body{width:100%;margin:0;float:none;background:color("white") url(https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/css/none);color:color("black");font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1em;}h1,h2,h3,h4,h5,h6{color:color("black") !important;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif !important;}h1{font-size:200% !important;}h2{font-size:175% !important;}h3{font-size:135% !important;}h4{font-size:100% !important;font-variant:small-caps;}h5{font-size:100% !important;}h6{font-size:90% !important;font-style:italic;}h2,h3{page-break-after:avoid;}ul,img{page-break-inside:avoid;}a:link,a:visited{text-decoration:underline;}.wrapper-content a:link:after,.wrapper-content a:visited:after{content:" (" attr(href) ") ";}img{max-width:100%;}.print-only{display:block !important;}.no-print{display:none !important;}.visually-hidden{display:none !important;}.o-icon,button,.svg-symbols{display:none !important;}.c-header__btns,.c-header__lower,.c-social,.c-sidebar-menu,.c-teaser,.c-carousel,.c-footer-grid,.c-hero__img,.o-back-to-top,.c-cookie{display:none !important;}.c-accordion{margin-bottom:30px;}.c-accordion__tab{display:block !important;width:100%;background-color:transparent;border:0;text-align:left;padding:0;}.c-accordion__content,.c-accordion__btn{display:block !important;}.paragraph--type--slice-teaser,.paragraph--type--slice-views,.paragraph--type--banner-item,.paragraph--type--slice-tableau,.paragraph--type--slice-form{display:none !important;}#block-inthissection-navigation,#block-electoralcommission-breadcrumbs,#block-electoralcommission-views-block-related-content-taxonomy-related-2,#block-views-block-taxonomy-term-related-tags,#block-book-navigation,#block-jumplinkblock{display:none !important;}.media{margin:0;}.media-document{display:none !important;}.media-image{margin:30px 0 20px;}.video-embed-field-lazy-play{display:none !important;}.c-summary-box{border:1px solid #0299C3;padding:20px;margin:30px 0;page-break-inside:avoid;}.c-summary-box h3{margin-top:0;}.simplebar-placeholder,.simplebar-track{display:none !important;}iframe{display:none !important;}.c-footer{padding:20px 0;}.c-header__logo{width:150px;display:block;margin:20px 0;}.u-list-reset,.footnotes{margin:0;padding:0;list-style-type:none;}.c-book-nav,.o-meta-link{display:none !important;}.c-review__item{font-size:0.8em;}.c-review__item.-last{display:none !important;}} -.c-social .o-external-link::after {display: none} \ No newline at end of file +@media print{*{opacity:1;float:none !important;}body{width:100%;margin:0;float:none;background:color("white") url(https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/css/none);color:color("black");font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1em;}h1,h2,h3,h4,h5,h6{color:color("black") !important;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif !important;}h1{font-size:200% !important;}h2{font-size:175% !important;}h3{font-size:135% !important;}h4{font-size:100% !important;font-variant:small-caps;}h5{font-size:100% !important;}h6{font-size:90% !important;font-style:italic;}h2,h3{page-break-after:avoid;}ul,img{page-break-inside:avoid;}a:link,a:visited{text-decoration:underline;}.wrapper-content a:link:after,.wrapper-content a:visited:after{content:" (" attr(href) ") ";}img{max-width:100%;}.print-only{display:block !important;}.no-print{display:none !important;}.visually-hidden{display:none !important;}.o-icon,button,.svg-symbols{display:none !important;}.c-header__btns,.c-header__lower,.c-social,.c-sidebar-menu,.c-teaser,.c-carousel,.c-footer-grid,.c-hero__img,.o-back-to-top,.c-cookie{display:none !important;}.c-accordion{margin-bottom:30px;}.c-accordion__tab{display:block !important;width:100%;background-color:transparent;border:0;text-align:left;padding:0;}.c-accordion__content,.c-accordion__btn{display:block !important;}.paragraph--type--slice-teaser,.paragraph--type--slice-views,.paragraph--type--banner-item,.paragraph--type--slice-tableau,.paragraph--type--slice-form{display:none !important;}#block-inthissection-navigation,#block-electoralcommission-breadcrumbs,#block-electoralcommission-views-block-related-content-taxonomy-related-2,#block-views-block-taxonomy-term-related-tags,#block-book-navigation,#block-jumplinkblock{display:none !important;}.media{margin:0;}.media-document{display:none !important;}.media-image{margin:30px 0 20px;}.video-embed-field-lazy-play{display:none !important;}.c-summary-box{border:1px solid #0299C3;padding:20px;margin:30px 0;page-break-inside:avoid;}.c-summary-box h3{margin-top:0;}.simplebar-placeholder,.simplebar-track{display:none !important;}iframe{display:none !important;}.c-footer{padding:20px 0;}.c-header__logo{width:150px;display:block;margin:20px 0;}.u-list-reset,.footnotes{margin:0;padding:0;list-style-type:none;}.c-book-nav,.o-meta-link{display:none !important;}.c-review__item{font-size:0.8em;}.c-review__item.-last{display:none !important;}} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/print.debf6a29e26b24c67540731a0d97e596.css b/postcode_lookup/static/css/print.debf6a29e26b24c67540731a0d97e596.css deleted file mode 100644 index 565e530..0000000 --- a/postcode_lookup/static/css/print.debf6a29e26b24c67540731a0d97e596.css +++ /dev/null @@ -1,2 +0,0 @@ -@media print{*{opacity:1;float:none !important;}body{width:100%;margin:0;float:none;background:color("white") url(https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/css/none);color:color("black");font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1em;}h1,h2,h3,h4,h5,h6{color:color("black") !important;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif !important;}h1{font-size:200% !important;}h2{font-size:175% !important;}h3{font-size:135% !important;}h4{font-size:100% !important;font-variant:small-caps;}h5{font-size:100% !important;}h6{font-size:90% !important;font-style:italic;}h2,h3{page-break-after:avoid;}ul,img{page-break-inside:avoid;}a:link,a:visited{text-decoration:underline;}.wrapper-content a:link:after,.wrapper-content a:visited:after{content:" (" attr(href) ") ";}img{max-width:100%;}.print-only{display:block !important;}.no-print{display:none !important;}.visually-hidden{display:none !important;}.o-icon,button,.svg-symbols{display:none !important;}.c-header__btns,.c-header__lower,.c-social,.c-sidebar-menu,.c-teaser,.c-carousel,.c-footer-grid,.c-hero__img,.o-back-to-top,.c-cookie{display:none !important;}.c-accordion{margin-bottom:30px;}.c-accordion__tab{display:block !important;width:100%;background-color:transparent;border:0;text-align:left;padding:0;}.c-accordion__content,.c-accordion__btn{display:block !important;}.paragraph--type--slice-teaser,.paragraph--type--slice-views,.paragraph--type--banner-item,.paragraph--type--slice-tableau,.paragraph--type--slice-form{display:none !important;}#block-inthissection-navigation,#block-electoralcommission-breadcrumbs,#block-electoralcommission-views-block-related-content-taxonomy-related-2,#block-views-block-taxonomy-term-related-tags,#block-book-navigation,#block-jumplinkblock{display:none !important;}.media{margin:0;}.media-document{display:none !important;}.media-image{margin:30px 0 20px;}.video-embed-field-lazy-play{display:none !important;}.c-summary-box{border:1px solid #0299C3;padding:20px;margin:30px 0;page-break-inside:avoid;}.c-summary-box h3{margin-top:0;}.simplebar-placeholder,.simplebar-track{display:none !important;}iframe{display:none !important;}.c-footer{padding:20px 0;}.c-header__logo{width:150px;display:block;margin:20px 0;}.u-list-reset,.footnotes{margin:0;padding:0;list-style-type:none;}.c-book-nav,.o-meta-link{display:none !important;}.c-review__item{font-size:0.8em;}.c-review__item.-last{display:none !important;}} -.c-social .o-external-link::after {display: none} \ No newline at end of file diff --git a/postcode_lookup/static/css/screen.a8871716c1fba8e6dd4eaa975d706042.css b/postcode_lookup/static/css/screen.a8871716c1fba8e6dd4eaa975d706042.css deleted file mode 100644 index 47c9d68..0000000 --- a/postcode_lookup/static/css/screen.a8871716c1fba8e6dd4eaa975d706042.css +++ /dev/null @@ -1,38 +0,0 @@ -html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-no-flexbox .swiper-slide{float:left;}.swiper-container-vertical > .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);}.swiper-container-multirow > .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;}.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto;}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform;}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y;}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x;}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:1;background:#007aff;}.swiper-container-vertical > .swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform;}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;}.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0;}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff;}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25);}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff;}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000;}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25);}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1);}.swiper-container-horizontal > .swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-container-vertical > .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite;}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat;}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube{overflow:visible;}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%;}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0;}.swiper-container-flip{overflow:visible;}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px;}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0;}.simplebar-offset{direction:inherit !important;-webkit-box-sizing:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none;}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;}.simplebar-content:before,.simplebar-content:after{content:' ';display:table;}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none;}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1;}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden;}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all;}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px;}.simplebar-scrollbar:before{position:absolute;content:'';background:black;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;-webkit-transition:opacity 0s linear;-o-transition:opacity 0s linear;transition:opacity 0s linear;}.simplebar-track.simplebar-vertical{top:0;width:11px;}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px;}.simplebar-track.simplebar-horizontal{left:0;height:11px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical{right:auto;left:0;}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}@media screen and (min-width:320px){head{font-family:"tiny 320px";}body:after{content:"tiny - min-width: 320px";}}@media screen and (min-width:480px){head{font-family:"small 480px";}body:after{content:"small - min-width: 480px";}}@media screen and (min-width:767px){head{font-family:"medium 767px";}body:after{content:"medium - min-width: 767px";}}@media screen and (min-width:1024px){head{font-family:"large 1024px";}body:after{content:"large - min-width: 1024px";}}@media screen and (min-width:1400px){head{font-family:"huge 1400px";}body:after{content:"huge - min-width: 1400px";}}@media screen and (min-width:1800px){head{font-family:"mega 1800px";}body:after{content:"mega - min-width: 1800px";}}head{clear:both;}head title{font-family:"tiny 320px, small 480px, medium 767px, large 1024px, huge 1400px, mega 1800px";}body:after{display:none;}*[data-usn-if]{display:none;}*:focus{outline:none;}.tabbing main:focus,.tabbing a:focus,.tabbing button:focus,.tabbing textarea:focus,.tabbing select:focus,.tabbing input:focus,.tabbing [role="button"]:focus,.tabbing .c-voter-wizard-radio__input:focus + .c-voter-wizard__label{-webkit-box-shadow:0 0 0 5px #16aa47;box-shadow:0 0 0 5px #16aa47;outline:none;}@media (min-width:767px){.o-grid-gutter{margin-left:-1.66667rem;}}@media (min-width:1024px){.o-grid-gutter{margin-left:-2.22222rem;}}@media (min-width:1400px){.o-grid-gutter{margin-left:-2.5rem;}}@media (min-width:767px){.o-grid-gutter__item{padding-left:1.66667rem;}}@media (min-width:1024px){.o-grid-gutter__item{padding-left:2.22222rem;}}@media (min-width:1400px){.o-grid-gutter__item{padding-left:2.5rem;}}.o-link-animate{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.o-link-animate > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-link-animate:hover,.o-link-animate:focus{text-decoration:none;}.o-link-animate:hover > span:not(.visually-hidden),.o-link-animate:focus > span:not(.visually-hidden){background-size:100% 100%;}.o-link-animate.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.u-visually-hidden,.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.u-visually-hidden-focusable:active,.u-visually-hidden-focusable:focus,.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.u-hidden{display:none;}.u-invisible{visibility:hidden;}.u-clear{clear:both;}.u-list-reset{margin:0;padding:0;list-style:none;}@media (min-width:1024px){.u-hide-desk{display:none;}}.u-hide-mob{display:none;}@media (min-width:1024px){.u-hide-mob{display:block;}}.svg-symbols{display:none;}form{zoom:1;}form:before,form:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}form:after{clear:both;}fieldset{zoom:1;border:0;padding:0;margin-left:0;}fieldset:before,fieldset:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}fieldset:after{clear:both;}legend,label{font-size:1.12rem;line-height:1.2;display:block;}@media all and (min-width:767px){legend,label{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){legend,label{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){legend,label{font-size:1.1rem;line-height:1.2;}}.fieldset-legend,label{margin-bottom:0.75em;display:block;}input,textarea,select{font-size:1rem;line-height:initial;display:block;width:100%;outline:0;border-radius:0px;border:0;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){input,textarea,select{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){input,textarea,select{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){input,textarea,select{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){input,textarea,select{padding:18px;}}select{-webkit-appearance:none;-webkit-border-radius:0px;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-chevron.svg");background-repeat:no-repeat;background-size:15px 8px;background-position:right 20px center;line-height:auto;}select::-ms-expand{display:none;}textarea{min-height:100px;resize:vertical;-webkit-overflow-scrolling:touch;}input[type=button],input[type=submit],button{border:0;width:auto;display:inline-block;vertical-align:middle;cursor:pointer;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;}input[type=checkbox],input[type=radio]{width:15px;height:15px;display:inline-block;vertical-align:middle;border:1px solid "keyline";position:static;background-color:#FFFFFF;margin-right:0.5em;}input[type=checkbox] + label,input[type=radio] + label{display:inline-block;vertical-align:middle;margin-bottom:0;}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 60px white inset;}::-webkit-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-webkit-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}:-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}::-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}:-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}::-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}.fieldset-inset{padding:24px 24px 0 24px;border:1px solid #003057;}.fieldset-inset.t-learning,.t-learning .fieldset-inset{border-color:#FF8BFF;}.fieldset-inset.t-learning--educator,.t-learning--educator .fieldset-inset{border-color:#00E7BD;}.fieldset-inset.t-digital-transparency,.t-digital-transparency .fieldset-inset{border-color:#6F00B0;}@media (min-width:767px){.fieldset-inset{padding:27px 27px 0 27px;}}@media (min-width:1024px){.fieldset-inset{padding:40px 40px 10px 40px;}}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:italic;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:bold;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}@font-face{font-family:"Swis721MdBTW05-Bold";font-style:normal;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}html{font-size:100%;line-height:1.4;}@media all and (min-width:767px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1024px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1400px){html{font-size:125%;line-height:1.5;}}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;}html{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;min-height:100%;}body{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#FFFFFF;color:#003057;}body.with-border{border:32px solid black !important;}body.with-border .o-back-to-top{right:32px;}body.with-border .c-home-hero{background-color:#252525;}body.nav-is-active{height:100%;width:100%;overflow:hidden;position:fixed;}body.moderation-note-highlight{background:#FFFFFF !important;}h1,h2,h3,h4,h5,h6,.o-type-h1,.o-type-h2,.o-type-h3,.o-type-h4,.o-type-h5,.o-type-h6{margin:0 0 1em;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}h1,.o-type-h1{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){h1,.o-type-h1{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){h1,.o-type-h1{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){h1,.o-type-h1{font-size:2.3rem;line-height:1.4;}}h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){h2,.o-type-h2{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){h2,.o-type-h2{font-size:1.8rem;line-height:1.4;}}h3,.o-type-h3{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){h3,.o-type-h3{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){h3,.o-type-h3{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){h3,.o-type-h3{font-size:1.3rem;line-height:1.4;}}h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){h4,.o-type-h4{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){h4,.o-type-h4{font-size:1.1rem;line-height:1.4;}}h5,.o-type-h5{font-size:1.12rem;line-height:1.4;}h6,.o-type-h6{font-size:1.12rem;line-height:1.4;}p{margin:0 0 1em;}ul,ol,dl{margin:0 0 1em;padding-left:1.5em;}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0;}a{color:currentColor;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration:none;}a:hover,a:focus{color:"hover";outline:0;text-decoration:underline;}.link-underline{text-decoration:underline;}.link-underline:hover,.link-underline:focus{text-decoration:none;}address{font-style:normal;}hr{border-bottom:1px solid "grey";border-left:none;border-right:none;border-top:none;margin:1em;}strong{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}img,picture,svg{margin:0;max-width:100%;}figure{margin:0;padding:0;}blockquote{margin:1em 0;padding-left:2em;border-left:1px solid "keyline";}blockquote p{position:relative;}blockquote p:first-child:before{content:open-quote;position:absolute;left:-0.5em;}blockquote p:last-child{margin-bottom:0;}blockquote p:last-child:after{content:close-quote;}cite{color:#003057;font-style:italic;}cite:before{content:"\2014 \00A0";}code{padding:4px 6px;}.l-main-content{position:relative;}@media (min-width:767px){.l-main-content{margin-left:-1.66667rem;}}@media (min-width:1024px){.l-main-content{margin-left:-2.22222rem;}}@media (min-width:1400px){.l-main-content{margin-left:-2.5rem;}}@media (min-width:767px){.l-main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}@media (min-width:767px){.l-content-w-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-content-w-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-content-w-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.l-content-w-sidebar .c-accordion__content{width:100%;}}@media (min-width:767px){.l-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.l-sidebar__padding{margin-top:1.875rem;}@media (min-width:767px){.l-sidebar__padding{margin-top:2.77778rem;}}@media (min-width:1400px){.l-sidebar__padding{margin-top:3.5rem;}}@media (min-width:767px){.page-node-type-landing-page .paragraph--type--slice-content,.page-node-type-landing-page .paragraph--type--slice-form,.page-node-type-landing-page .paragraph--type--slice-media,.page-node-type-landing-page .paragraph--type--summary-box,.page-node-type-landing-page .paragraph--type--tableau,.page-node-type-landing-page .paragraph--type--quote,.page-node-type-guidance-type .paragraph--type--slice-content,.page-node-type-guidance-type .paragraph--type--slice-form,.page-node-type-guidance-type .paragraph--type--slice-media,.page-node-type-guidance-type .paragraph--type--summary-box,.page-node-type-guidance-type .paragraph--type--tableau,.page-node-type-guidance-type .paragraph--type--quote{width:70%;}}.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media (min-width:1024px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:1024px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.region-content{margin:1.875rem 0;}@media (min-width:767px){.region-content{margin:2.77778rem 0;}}@media (min-width:1400px){.region-content{margin:3.5rem 0;}}.path-polling-stations .l-sidebar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.l-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.l-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.l-grid--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width:767px){.l-grid--2-col .l-grid__item{width:50%;}}@media (min-width:767px){.l-grid--3-col .l-grid__item{width:33.333%;}}@media (min-width:1024px){.l-grid--3-col-lrg .l-grid__item{width:33.333%;}}@media (min-width:767px){.l-grid--4-col .l-grid__item{width:50%;}}@media (min-width:1024px){.l-grid--4-col .l-grid__item{width:25%;}}@media (min-width:767px){.l-grid--w-h-gutter{margin-left:-0.83333rem;margin-right:-0.83333rem;}}@media (min-width:767px){.l-grid--w-h-gutter .l-grid__item{padding-left:0.83333rem;padding-right:0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter{margin-top:-0.83333rem;margin-bottom:-0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter .l-grid__item{padding-top:0.83333rem;padding-bottom:0.83333rem;}}.o-button,.c-wysiwyg .button-link{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;background-color:transparent;border:0;cursor:pointer;padding:0;outline:none;text-align:left;-webkit-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;}@media all and (min-width:767px){.o-button,.c-wysiwyg .button-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-button,.c-wysiwyg .button-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-button,.c-wysiwyg .button-link{font-size:0.9rem;line-height:1.5;}}.o-button--primary,.c-wysiwyg .button-link{padding:20px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.o-button--primary:hover,.c-wysiwyg .button-link:hover,.o-button--primary:focus,.c-wysiwyg .button-link:focus{text-decoration:none;}.o-button--primary:hover:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary:focus:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}.o-button--primary.o-external-link:after,.c-wysiwyg .o-external-link.button-link:after{content:none;}.o-button--primary.o-external-link:hover .o-icon,.c-wysiwyg .o-external-link.button-link:hover .o-icon,.o-button--primary.o-external-link:focus .o-icon,.c-wysiwyg .o-external-link.button-link:focus .o-icon{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}.o-button--primary .o-icon,.c-wysiwyg .button-link .o-icon{width:1.5rem;margin-left:1rem;position:relative;}.o-button--primary-reverse{padding:20px;}.o-button--primary-reverse:hover,.o-button--primary-reverse:focus{text-decoration:none;}.o-button--primary-reverse:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary-reverse:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(-5px) scaleX(-1);-ms-transform:translateX(-5px) scaleX(-1);transform:translateX(-5px) scaleX(-1);}.o-button--primary-reverse .o-icon{-webkit-transform:translateX(0px) scaleX(-1);-ms-transform:translateX(0px) scaleX(-1);transform:translateX(0px) scaleX(-1);margin-right:1rem;margin-left:0;width:1.5rem;}.o-button--light{background-color:#FFFFFF;color:#003057;}.o-button--light:hover,.o-button--light:focus{background-color:#e6e6e6;}.o-button--dark{background-color:#003057;color:#FFFFFF;}.o-button--dark:hover,.o-button--dark:focus{background-color:#007292;}.o-button--voting{background-color:#088488;color:#FFFFFF;}.o-button--voting:hover,.o-button--voting:focus{background-color:#055558;}.o-button--error{background-color:#ED1D24;color:#FFFFFF;}.o-button--error[disabled]{pointer-events:none;}.o-button--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.o-button--light-blue{background-color:#25B2D3;color:#003057;}.o-button--light-blue:hover,.o-button--light-blue:focus{background-color:#1a7b92;color:#FFFFFF;}.o-button--theme,.c-wysiwyg .button-link{background-color:#003057;color:#FFFFFF;}.o-button--theme:hover,.c-wysiwyg .button-link:hover,.o-button--theme:focus,.c-wysiwyg .button-link:focus{background-color:#007292;}.t-digital-transparency .o-button--theme,.t-digital-transparency .c-wysiwyg .button-link,.c-wysiwyg .t-digital-transparency .button-link{background-color:#6F00B0;color:#FFFFFF;}.t-digital-transparency .o-button--theme:hover,.t-digital-transparency .c-wysiwyg .button-link:hover,.c-wysiwyg .t-digital-transparency .button-link:hover,.t-digital-transparency .o-button--theme:focus,.t-digital-transparency .c-wysiwyg .button-link:focus,.c-wysiwyg .t-digital-transparency .button-link:focus{background-color:#4f007d;}.o-button--keyline-white{border:1px solid #FFFFFF;color:#FFFFFF;}.o-button--keyline-white:hover,.o-button--keyline-white:focus,.o-button--keyline-white.is-active{background-color:#FFFFFF;color:#705191;}.o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;}.o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.o-meta-link:hover,.o-meta-link:focus{text-decoration:none;}.o-meta-link:hover > span:not(.visually-hidden),.o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.o-meta-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-meta-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-meta-link{font-size:0.9rem;line-height:1.5;}}.o-external-link:after{content:'';background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-external-link.svg");width:22px;height:22px;background-size:cover;position:relative;display:inline-block;margin:2px 5px;vertical-align:sub;}.o-container,.o-container-fluid{margin:0 auto;padding:0 20px;max-width:1400px;width:100%;}@media (min-width:480px){.o-container,.o-container-fluid{padding:0 20px;}}@media (min-width:767px){.o-container,.o-container-fluid{padding:0 30px;}}@media (min-width:1024px){.o-container,.o-container-fluid{padding:0 50px;}}.o-container-fluid{max-width:none;}.o-container__padding{margin:1.875rem 0;}@media (min-width:767px){.o-container__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-container__padding{margin:3.5rem 0;}}.o-page{overflow-x:hidden;}.o-back-to-top{width:100%;position:fixed;bottom:-100px;margin-bottom:0;border-top:1px solid #FFFFFF;z-index:1;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}@media (min-width:767px){.o-back-to-top{border-top:0;right:0;width:auto;}}.o-back-to-top.-reveal{bottom:0;}.o-back-to-top:hover .o-icon,.o-back-to-top:focus .o-icon{top:45%;-webkit-transform:translateX(5px) rotate(180deg);-ms-transform:translateX(5px) rotate(180deg);transform:translateX(5px) rotate(180deg);}.o-back-to-top .o-icon{width:0.5rem;height:0.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon{width:1.25rem;height:1.25rem;display:inline-block;fill:currentColor;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.o-icon--large{width:2rem;height:2rem;}.media figcaption{font-size:1rem;line-height:1.2;padding:20px 0;border-bottom:1px solid #25B2D3;}@media all and (min-width:767px){.media figcaption{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.media figcaption{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.media figcaption{font-size:0.8rem;line-height:1.2;}}.media figcaption.t-learning,.t-learning .media figcaption{border-color:#FF8BFF;}.media figcaption.t-learning--educator,.t-learning--educator .media figcaption{border-color:#00E7BD;}.media figcaption.t-digital-transparency,.t-digital-transparency .media figcaption{border-color:#6F00B0;}.media img{display:block;}.media.media-left,.media.media-right{width:50%;margin-bottom:15px;}@media (min-width:767px){.media.media-left,.media.media-right{width:40%;margin-bottom:20px;}}.media.media-left{float:left;margin-right:15px;}@media (min-width:767px){.media.media-left{margin-left:20px;}}.media.media-right{float:right;margin-left:15px;}@media (min-width:767px){.media.media-right{margin-left:20px;}}.media.media-full{width:100%;margin-bottom:15px;clear:both;}@media (min-width:767px){.media.media-full{margin-bottom:20px;}}.media-image{display:block;}.media-image img{height:auto;display:block;}.media-image img:not([width]){width:100%;}.media-16_9_media .media__wrapper{position:relative;padding-top:56.25%;background-color:#002e54;}.media-16_9_media img{position:absolute;top:0;left:0;right:0;bottom:0;}.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;}.video-embed-field-lazy-play{height:40px;width:40px;left:auto;top:auto;margin-left:-36px;margin-top:-36px;position:absolute;background:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-play-bg.svg") no-repeat;background-size:20%;background-position:center;background-color:#003057;right:20px;bottom:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}@media (min-width:767px){.video-embed-field-lazy-play{height:60px;width:60px;}}@media (min-width:1024px){.video-embed-field-lazy-play{height:80px;width:80px;}}.video-embed-field-lazy-play:hover,.video-embed-field-lazy-play:focus{background-color:black;}.video-embed-field-lazy img{height:auto;}.media-document figcaption{padding-top:0;}.o-slice{clear:both;}.o-slice--100{width:100%;}.o-slice__padding{margin:1.875rem 0;}@media (min-width:767px){.o-slice__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-slice__padding{margin:3.5rem 0;}}.o-slice--dark{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.o-slice--dark{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--dark{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-slice--dark .o-slice__padding{margin:0;}.o-slice--pale{background-color:#e5f4f8;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);margin-top:22px;}@media (min-width:767px){.o-slice--pale{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--pale{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-view__padding{margin:calc(1.875rem / 2) 0 1.875rem;}@media (min-width:767px){.o-view__padding{margin:calc(2.77778rem / 2) 0 2.77778rem;}}@media (min-width:1400px){.o-view__padding{margin:calc(3.5rem / 2) 0 3.5rem;}}.o-view-title{margin:1.875rem 0 calc(1.875rem / 2);}@media (min-width:767px){.o-view-title{margin:2.77778rem 0 calc(2.77778rem / 2);}}@media (min-width:1400px){.o-view-title{margin:3.5rem 0 calc(3.5rem / 2);}}.o-form-subtitle{font-size:1.12rem;line-height:1.2;display:block;margin-bottom:20px;}@media all and (min-width:767px){.o-form-subtitle{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){.o-form-subtitle{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){.o-form-subtitle{font-size:1.1rem;line-height:1.2;}}@media (min-width:767px){.o-form-subtitle{margin-bottom:30px;}}@media (min-width:1024px){.o-form-subtitle{margin-bottom:40px;}}.ajax-progress-fullscreen{background:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");width:100px;height:100px;background-size:100px;border-radius:0;opacity:1;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:fixed;top:48.5%;z-index:1000;padding:4px;}.ajax-progress,.ajax-progress-throbber{display:inline-block;padding:1px 5px 2px 5px;}.ajax-links-api-loading{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-repeat:no-repeat;background-position:center;background-size:100px;height:100px;margin:0 auto;width:100%;}.throbber{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-position:center;background-size:60px;height:33px;margin:0 auto;width:33px;}.ui-datepicker{background-color:#003057;color:#FFFFFF;border:0 !important;border-radius:0;display:none;}.ui-datepicker.is-active{display:block !important;}.ui-datepicker-header{background-color:#003057;border:0;border-bottom:1px solid #FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.ui-datepicker-calendar{margin:20px;border-collapse:collapse;}.ui-datepicker-calendar th{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.ui-datepicker-calendar th{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-calendar th{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-calendar th{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-calendar td{border:1px solid #25B2D3;text-align:center;}.ui-datepicker-calendar td .ui-state-default{border:0;background-color:transparent;color:#FFFFFF;padding:5px;display:block;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-calendar td .ui-state-default:hover,.ui-datepicker-calendar td .ui-state-default:focus,.ui-datepicker-calendar td .ui-state-default:active{text-decoration:none;background-color:#25B2D3;}.ui-datepicker-calendar td .ui-state-active{background-color:#25B2D3;color:#003057;}.ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;}.ui-datepicker-title select{font-size:1rem;line-height:1.2;border-left:1px solid #FFFFFF;border-bottom:1px solid transparent;background-image:none;background-color:transparent;padding-top:5px;padding-bottom:5px;height:50px;color:#FFFFFF;}@media all and (min-width:767px){.ui-datepicker-title select{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-title select{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-title select{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-title select:last-of-type{border-right:1px solid #FFFFFF;}.ui-datepicker-next,.ui-datepicker-prev{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.ui-datepicker-next:hover,.ui-datepicker-next:focus,.ui-datepicker-next:active,.ui-datepicker-prev:hover,.ui-datepicker-prev:focus,.ui-datepicker-prev:active{border:0 !important;background-color:#001424;}.ui-datepicker-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.ui-icon{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-chevron-bg.svg") !important;background-repeat:no-repeat;background-position:center;width:10px;height:10px;margin-top:0;overflow:hidden;text-indent:-9999px;}.ui-icon.ui-icon-circle-triangle-w{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.ui-icon.ui-icon-circle-triangle-e{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.ui-datepicker-trigger{text-indent:-9999px;white-space:nowrap;overflow:hidden;border-bottom:2px solid #007292;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-calendar.svg") !important;width:60px;background-size:50%;background-color:#e5f4f8;background-repeat:no-repeat;background-position:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-trigger:hover,.ui-datepicker-trigger:focus{background-color:#25B2D3;}.c-date-picker{display:-webkit-box;display:-ms-flexbox;display:flex;}.ui-helper-clearfix:before{content:none;}.tableauPlaceholder{display:none !important;}@media (min-width:767px){.tableauPlaceholder{display:block !important;width:100% !important;overflow-x:auto !important;}}.form-item,.form-wrapper{margin-bottom:1.5em;}.form-item .c-status-message,.form-wrapper .c-status-message{margin-bottom:0;}input:not([type=checkbox]):not([type=radio]).parsley-error,input:not([type=checkbox]):not([type=radio]).input-error,select.parsley-error,select.input-error,textarea.parsley-error,textarea.input-error{border-left:5px solid #ED1D24;}input:not([type=checkbox]):not([type=radio]).parsley-error:not(.voter-wizard__input):not(.postcode-search__input),input:not([type=checkbox]):not([type=radio]).input-error:not(.voter-wizard__input):not(.postcode-search__input),select.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),select.input-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.input-error:not(.voter-wizard__input):not(.postcode-search__input){margin-bottom:1em;}.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;color:#ED1D24;}@media all and (min-width:767px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.9rem;line-height:initial;}}.parsley-errors-list,.errors-list{list-style-type:none;margin:10px 0;padding:0;}.form-required:after{content:'*';}.form-managed-file + .description{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.form-managed-file + .description{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}.form-managed-file .form-submit{margin-top:1em;margin-bottom:1em;}.form-submit{padding:20px;padding-right:70px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;background-color:#003057;color:#FFFFFF;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-button-arrow-bg.svg");background-repeat:no-repeat;background-size:30px 19px;background-position:right 20px center;}.form-submit:hover,.form-submit:focus{background-position:right 15px center;background-color:#007292;}.form-submit:disabled{pointer-events:none;opacity:0.4;}.webform-confirmation__message,.c-status-message{margin-bottom:1rem;padding:20px;border:1px solid #25B2D3;}.webform-confirmation__message.-error,.c-status-message.-error{border:1px solid #ED1D24;}.webform-multiple-table th{text-align:left;}.webform-multiple-table th,.webform-multiple-table td.webform-multiple-table--operations{vertical-align:top;}.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){.webform-multiple-table .form-managed-file .file{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.webform-multiple-table .form-managed-file .file{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file{padding:18px;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file,.webform-multiple-table input{height:65px;}}td.webform-multiple-table--operations input[type=image]{display:inline-block;width:30px;height:30px;border-bottom:0;opacity:.7;}@media (max-width:766px){.webform-multiple-table-responsive .js-form-type-managed-file{margin-bottom:0;}}.webform-multiple-table-responsive tr:last-child .js-form-type-managed-file{margin-bottom:0;}@media (max-width:766px){.webform-multiple-table-responsive td{padding:0;}}.see-footnote{font-size:0.75rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;position:relative;margin:0 10px;vertical-align:top;display:inline-block;}@media all and (min-width:767px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1024px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1400px){.see-footnote{font-size:0.6rem;line-height:1.4;}}.see-footnote:before{content:'[';position:absolute;left:-6px;top:-1px;}.see-footnote:after{content:']';position:absolute;right:-6px;top:-1px;}.footnotes{list-style-type:none;padding:0;margin:0;}.footnotes li{margin-bottom:0 !important;}.footnote-label{text-decoration:none !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.footnote-label > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.footnote-label:hover,.footnote-label:focus{text-decoration:none;}.footnote-label:hover > span:not(.visually-hidden),.footnote-label:focus > span:not(.visually-hidden){background-size:0% 100%;}.footnote-label.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-guidance-print .c-book-nav{display:none !important;}.t-guidance-print .c-accordion__content{display:block !important;}.page-node-type-longform-content .o-slice__title{font-size:1.625rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .o-slice__title{font-size:1.61rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .o-slice__title{font-size:2.22rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .o-slice__title{font-size:2.5rem;line-height:1.4;}}.page-node-type-longform-content .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(#e5f4f8),to(#e5f4f8));background-image:-o-linear-gradient(#e5f4f8,#e5f4f8);background-image:linear-gradient(#e5f4f8,#e5f4f8);background-size:0 16px;background-position:left bottom;background-repeat:no-repeat;-webkit-transition:background-size 1s ease;-o-transition:background-size 1s ease;transition:background-size 1s ease;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title > span{background-size:0 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title > span{background-size:0 30px;}}.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 16px;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 30px;}}.page-node-type-longform-content .o-slice--dark .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(37,178,211,0.5)),to(rgba(37,178,211,0.5)));background-image:-o-linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));background-image:linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg{width:70%;}}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th{background-color:#FFFFFF;color:#003057;}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th,.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg td{border-color:#25B2D3;}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-summary-box{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-3.75rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-5.55556rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-7rem;}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{position:relative;top:-1.875rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-2.77778rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-3.5rem;}}.page-node-type-longform-content .o-slice + .o-slice{margin-top:0;}.page-node-type-longform-content .o-slice + .o-slice::before{content:"";border-top:1px solid #25B2D3;display:block;}.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .o-slice--dark::before,.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .c-quote-container::before,.page-node-type-longform-content .o-slice--dark + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before,.page-node-type-longform-content .c-quote-container + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before{display:none;}.page-node-type-longform-content .o-slice + .o-slice--has-jump-link::before{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);}.t-learning{color:#000000;}.t-learning .c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-learning .c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.t-learning .c-feedback-form__item:hover,.t-learning .c-feedback-form__item:focus{text-decoration:none;}.t-learning .c-feedback-form__item:hover > span:not(.visually-hidden),.t-learning .c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.t-learning .c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-hero__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:900;text-transform:uppercase;}@media all and (min-width:767px){.t-learning .c-hero__title{font-size:2.222rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-hero__title{font-size:3.6111rem;line-height:1.4;}}.t-learning .c-hero__img,.t-learning .c-hero__img *{height:100%;}.t-learning .video-embed-field-lazy-play{right:50%;bottom:50%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);border-radius:50%;background-color:#323131;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:1024px){.t-learning .video-embed-field-lazy-play{width:100px;height:100px;}}.t-learning .video-embed-field-lazy-play:hover,.t-learning .video-embed-field-lazy-play:focus{background-color:#000000;}.t-learning .video-embed-field-lazy-play::before{content:"";width:0;height:0;border:13px solid;border-color:transparent;border-left:19.5px solid #B5FF2B;border-right:0;display:block;-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px);}@media (min-width:767px){.t-learning .paragraph--type--slice-content .c-wysiwyg{width:70%;}}@media (min-width:767px){.t-learning .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}.t-learning .c-accordion__btn{color:#000000;}@media (min-width:767px){.t-learning .l-grid{margin-left:-1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid{margin-left:-2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid{margin-left:-2.5rem;}}@media (min-width:767px){.t-learning .l-grid__item{padding-left:1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid__item{padding-left:2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid__item{padding-left:2.5rem;}}.t-learning .c-location-bar__status{background-color:#003057;}.t-learning .c-location-bar__actions{background-color:#012844;}.t-learning .c-location-bar__actions button.is-active,.t-learning .c-location-bar__actions button:hover,.t-learning .c-location-bar__actions .tabbing button:focus{color:#012844;}.t-learning .c-location-bar__popup{--icon-circle:color('white');background-color:#012844;}.t-learning .c-location-bar__popup:before{border-bottom:16px solid #012844;}.t-learning{--icon-circle:#B5FF2B;}.t-learning--educator{--icon-circle:#DEACFF;}.t-digital-transparency{--icon-circle:#6F00B0;}.t-learning .video-embed-field-lazy-play::before{border-left-color:#B5FF2B;}.t-learning--educator .video-embed-field-lazy-play::before{border-left-color:#DEACFF;}.t-digital-transparency .video-embed-field-lazy-play::before{border-left-color:#6F00B0;}.t-digital-transparency .region-content,.t-digital-transparency .region-sidebar-first,.t-digital-transparency .c-sidebar{color:#000000;}.t-digital-transparency .region-content h2,.t-digital-transparency .region-content h3,.t-digital-transparency .region-content h4,.t-digital-transparency .region-content h5,.t-digital-transparency .region-content h6,.t-digital-transparency .region-sidebar-first h2,.t-digital-transparency .region-sidebar-first h3,.t-digital-transparency .region-sidebar-first h4,.t-digital-transparency .region-sidebar-first h5,.t-digital-transparency .region-sidebar-first h6,.t-digital-transparency .c-sidebar h2,.t-digital-transparency .c-sidebar h3,.t-digital-transparency .c-sidebar h4,.t-digital-transparency .c-sidebar h5,.t-digital-transparency .c-sidebar h6{color:#6E0BAD;}.t-digital-transparency .c-link-hub__link{background-image:-webkit-gradient(linear,left top,left bottom,from(#C60097),to(#50077C));background-image:-o-linear-gradient(top,#C60097,#50077C);background-image:linear-gradient(to bottom,#C60097,#50077C);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #50077C,-1px 0 0 #50077C;}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{text-shadow:1px 2px 0 #50077C,-1px 2px 0 #50077C;}}.t-digital-transparency .c-link-hub__link:hover,.t-digital-transparency .c-link-hub__link:focus{text-decoration:none;}.t-digital-transparency .c-link-hub__link:hover > span span,.t-digital-transparency .c-link-hub__link:focus > span span{background-size:100% 100%;}.t-digital-transparency .c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-hero--w-img{background-image:url(https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/raster/hero-digital-transparency-bg.jpg);background-size:cover;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img:before{content:"";display:block;position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background-color:#6F00B0;mix-blend-mode:color;}.t-digital-transparency .c-hero--w-img .c-hero__img,.t-digital-transparency .c-hero--w-img .c-hero__img *{height:100%;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img .c-hero__img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img .c-hero__img img{-o-object-fit:contain;object-fit:contain;}.t-digital-transparency .c-hero__title{position:relative;}.paragraph--type--slice-content .paragraph--type--slice-summary-box .o-slice__padding{margin:0.5rem 0;}.paragraph--type--slice-accordion .paragraph--type--slice-content .o-slice__padding,.paragraph--type--slice-accordion .paragraph--type--slice-summary-box .o-slice__padding{margin:2rem 0 0.5rem;}.paragraph--type--slice-accordion .paragraph--type--intro-content{margin:2.5rem 0 0.5rem;}.c-accordion{border-bottom:1px solid #25B2D3;}.c-accordion:first-of-type{border-top:1px solid #25B2D3;}.c-accordion.t-learning,.t-learning .c-accordion{--icon-circle:#FF8BFF;border-color:#FF8BFF;}.c-accordion.t-learning--educator,.t-learning--educator .c-accordion{--icon-circle:#00E7BD;border-color:#00E7BD;}.c-accordion.t-digital-transparency,.t-digital-transparency .c-accordion{--icon-circle:#6F00B0;border-color:#6F00B0;}.c-accordion__tab{margin-bottom:0;}.c-accordion__btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-size:inherit;width:100%;text-align:left;padding:20px 0;padding-right:2.5rem;position:relative;color:#003057;}.c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-accordion__btn:hover,.c-accordion__btn:focus{text-decoration:none;}.c-accordion__btn:hover > span:not(.visually-hidden),.c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-accordion__btn{color:#6E0BAD;}.c-accordion__btn:hover span,.c-accordion__btn:focus span{background-size:100% 100%;}.c-accordion__btn:hover .c-accordion__icon,.c-accordion__btn:focus .c-accordion__icon{-webkit-transform:translateY(-50%) scale(0.9);-ms-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);}.c-accordion__btn.-active .c-accordion__icon{-webkit-transform:translateY(-50%) rotate(45deg) scale(0.9);-ms-transform:translateY(-50%) rotate(45deg) scale(0.9);transform:translateY(-50%) rotate(45deg) scale(0.9);}.c-accordion__icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}@media (min-width:767px){.c-accordion__icon{width:35px;height:35px;}}.c-accordion__content{zoom:1;display:none;padding:20px 0;}.c-accordion__content:before,.c-accordion__content:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.c-accordion__content:after{clear:both;}@media (min-width:767px){.c-accordion__content{width:70%;}}.page-node-type-longform-content .c-accordion{border:0;background-color:#e5f4f8;}.page-node-type-longform-content .c-accordion:not(:last-child){margin-bottom:12px;}.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e5f4f8;padding-left:20px;padding-right:75px;}@media all and (min-width:767px){.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-accordion__btn{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-accordion__btn{font-size:1.1rem;line-height:1.4;}}.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.page-node-type-longform-content .c-accordion__btn:hover,.page-node-type-longform-content .c-accordion__btn:focus{text-decoration:none;}.page-node-type-longform-content .c-accordion__btn:hover > span:not(.visually-hidden),.page-node-type-longform-content .c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.page-node-type-longform-content .c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn{padding-left:30px;padding-right:85px;}}.page-node-type-longform-content .c-accordion__icon{right:20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__icon{right:30px;}}.page-node-type-longform-content .c-accordion__content{padding:0 20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__content{padding:0 30px;}}.c-accordion--guidlet-menu{border-bottom:1px solid #25B2D3;}.c-accordion--guidlet-menu:first-of-type{border-top:0;}@media (min-width:1024px){.c-accordion--guidlet-menu{border-bottom:0;}}.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.1rem;line-height:1.4;}}.c-accordion--guidlet-menu .c-accordion__btn{border-top:1px solid #25B2D3;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__btn{display:none;}}.c-accordion--guidlet-menu .c-accordion__content{padding:30px 0;width:100%;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__content{display:block;padding:0;border-bottom:0;}}.c-accordion--legacy{border-top:1px solid #25B2D3;border-bottom:0;}.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-accordion--legacy .c-accordion__tab{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--legacy .c-accordion__tab{font-size:0.9rem;line-height:1.4;}}.c-accordion--legacy .c-accordion__btn{background-color:#e5f4f8;padding:20px;padding-right:60px;}.c-accordion--legacy .c-accordion__content{background-color:#e5f4f8;padding:20px;padding-top:1px;}@media (min-width:767px){.c-accordion--legacy .c-accordion__content{width:100%;}}.c-accordion--legacy .c-accordion__icon{right:0;}.c-alert-revision{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-alert-revision__icon{width:25px;margin:2px 10px 0 0;}.c-alert-revision__content{width:80%;}.c-alert-revision__content a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-alert-revision__content a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-alert-revision__content a:hover,.c-alert-revision__content a:focus{text-decoration:none;}.c-alert-revision__content a:hover > span:not(.visually-hidden),.c-alert-revision__content a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-alert-revision__content a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb{padding:10px 0;}.c-breadcrumb.page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-default,.t-default .c-breadcrumb{background-color:#e5f4f8;color:#003057;}.c-breadcrumb.t-default-dark,.t-default-dark .c-breadcrumb{background-color:#003057;color:#FFFFFF;}.c-breadcrumb.t-guidance,.t-guidance .c-breadcrumb{background-color:#a91255;color:#FFFFFF;}.c-breadcrumb.t-your-vote-matters,.t-your-vote-matters .c-breadcrumb{background-color:#088488;color:#FFFFFF;}.c-breadcrumb.t-mature-orange,.t-mature-orange .c-breadcrumb{background-color:#B74E20;color:#FFFFFF;}.c-breadcrumb.t-mature-green,.t-mature-green .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-purple,.t-mature-purple .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-mature-yellow,.t-mature-yellow .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-brown,.t-mature-brown .c-breadcrumb{background-color:#2B220A;color:#FFFFFF;}.c-breadcrumb.t-learning,.t-learning .c-breadcrumb{background-color:#FF8BFF;color:#000000;}.c-breadcrumb.t-learning--educator,.t-learning--educator .c-breadcrumb{background-color:#00E7BD;color:#000000;}.c-breadcrumb.t-digital-transparency,.t-digital-transparency .c-breadcrumb{background-color:#6F00B0;color:#FFFFFF;}.has-campaign-hero .c-breadcrumb{background-color:#FEC2DB;color:#003057;}.c-breadcrumb__menu{display:none;}@media (min-width:767px){.c-breadcrumb__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.has-campaign-hero .c-breadcrumb__menu{max-width:60%;}}.c-breadcrumb__title{font-size:1rem;line-height:1.5;margin-bottom:0;padding:10px 0;}@media all and (min-width:767px){.c-breadcrumb__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__title{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__title a{text-decoration:underline;}.c-breadcrumb__title a:hover,.c-breadcrumb__title a:focus{text-decoration:none;}@media (min-width:767px){.c-breadcrumb__title{display:none;}}.c-breadcrumb__item{font-size:1rem;line-height:1.5;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}@media all and (min-width:767px){.c-breadcrumb__item{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__item{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__item{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px;padding-left:0;}.c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.c-breadcrumb__item a:hover,.c-breadcrumb__item a:focus{text-decoration:none;}.c-breadcrumb__item a:hover > span:not(.visually-hidden),.c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.has-campaign-hero .c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-breadcrumb__item a:hover,.has-campaign-hero .c-breadcrumb__item a:focus{text-decoration:none;}.has-campaign-hero .c-breadcrumb__item a:hover > span:not(.visually-hidden),.has-campaign-hero .c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb__item .o-icon{display:none;}@media (min-width:767px){.c-breadcrumb__item .o-icon{display:inline-block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-banner-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;}@media (min-width:767px){.c-banner-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.66667rem;}}.c-banner{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.875rem;}@media (min-width:767px){.c-banner{margin-left:1.66667rem;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-ms-flex-preferred-size:calc(50% - 1.66667rem);flex-basis:calc(50% - 1.66667rem);}}.c-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px;border:1px solid #25B2D3;}@media (min-width:767px){.c-banner__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:30px;}}@media (min-width:1024px){.c-banner__wrapper{padding:40px;}}.c-banner__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.c-banner__content p{margin-bottom:0;}.c-banner__content h2{margin-bottom:15px;}.c-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:20px;}@media (min-width:767px){.c-banner__btn{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;padding-left:0;margin-top:20px;}}.c-banner__btn a{width:100%;}@media (min-width:767px){.c-banner__btn a{width:auto;}}.c-book-nav{border-top:1px solid #25B2D3;padding:30px 0;}.c-book-nav--w-prev .c-book-nav__items{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-book-nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.c-book-nav__item{width:50%;}.c-book-nav__item:nth-child(2n) .c-book-nav__link{padding-left:10px;}.c-book-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;}.c-book-nav__link:hover .o-icon,.c-book-nav__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-book-nav__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-book-nav__link:hover,.c-book-nav__link:focus{text-decoration:none;}.c-book-nav__link:hover .c-book-nav__title span,.c-book-nav__link:focus .c-book-nav__title span{background-size:100% 100%;}.c-book-nav__link .o-icon{width:1.75rem;height:1.75rem;-ms-flex-negative:0;flex-shrink:0;}.c-book-nav__link--prev .o-icon{margin-right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-book-nav__link--prev:hover .o-icon,.c-book-nav__link--prev:focus .o-icon{-webkit-transform:rotate(180deg) scale(1.2);-ms-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2);}.c-book-nav__link--next{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media (min-width:767px){.c-book-nav__link--next{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:767px){.c-book-nav__link--next .c-book-nav__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:767px){.c-book-nav__link--next .o-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px;}}.c-book-nav__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:10px;width:100%;}.c-book-nav__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-book-nav__title:hover,.c-book-nav__title:focus{text-decoration:none;}.c-book-nav__title:hover > span:not(.visually-hidden),.c-book-nav__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-book-nav__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-book-nav__title{width:85%;margin-top:0;}}.c-guidlet-footer{margin:30px 0;padding:20px;border:1px solid #25B2D3;}.c-carousel{position:relative;background-color:#003057;color:#FFFFFF;}.c-carousel__container{overflow:hidden;}@media (max-width:766px){.c-carousel__container .o-container{padding:0;}}@media (min-width:767px){.c-carousel__container .o-container{position:relative;}}@media (min-width:767px){.c-carousel__container .swiper-container{overflow:visible;}}.c-carousel__container .swiper-slide{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}@media (min-width:767px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;margin-right:40px;}}@media (min-width:1024px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:35%;flex-basis:35%;}}@media (min-width:1800px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;}}.c-carousel__container .swiper-slide.swiper-slide-prev,.c-carousel__container .swiper-slide.swiper-slide-next + .swiper-slide{opacity:0.4;pointer-events:none;}.c-carousel__container .swiper-wrapper{margin-bottom:30px;}@media (min-width:767px){.c-carousel__container .swiper-wrapper{padding-top:30px;}}.c-carousel__container .swiper-scrollbar-drag{border-radius:0;background-color:#25B2D3;cursor:pointer;}.c-carousel__btns{position:absolute;width:100%;z-index:1;top:0;margin-top:calc(100% / (16 / 9));-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;}@media (min-width:767px){.c-carousel__btns{position:static;margin-top:0;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;}}@media (min-width:1024px){.c-carousel__btns{border:none;padding:0;}}.c-carousel__btn-next,.c-carousel__btn-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;background:#FFFFFF;color:#003057;width:2rem;height:2rem;border-radius:50%;padding:10px;margin:0 5px;}@media (min-width:767px){.c-carousel__btn-next,.c-carousel__btn-prev{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 7.5px;}}@media (min-width:1440px){.c-carousel__btn-next,.c-carousel__btn-prev{width:2.5rem;height:2.5rem;}}@media (min-width:1500px){.c-carousel__btn-next,.c-carousel__btn-prev{width:3rem;height:3rem;}}.c-carousel__btn-next:hover,.c-carousel__btn-next:focus,.c-carousel__btn-prev:hover,.c-carousel__btn-prev:focus{cursor:pointer;}.c-carousel__btn-next.swiper-button-disabled,.c-carousel__btn-prev.swiper-button-disabled{pointer-events:none;opacity:0.3;}.c-carousel__btn-next{right:10px;}@media (min-width:1024px){.c-carousel__btn-next{right:0;}}@media (min-width:1440px){.c-carousel__btn-next{right:-15px;}}@media (min-width:1500px){.c-carousel__btn-next{right:-40px;}}@media (min-width:1800px){.c-carousel__btn-next{right:-60px;}}.c-carousel__btn-next .o-icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.c-carousel__btn-prev{left:10px;}@media (min-width:1024px){.c-carousel__btn-prev{left:0;}}@media (min-width:1440px){.c-carousel__btn-prev{left:-15px;}}@media (min-width:1500px){.c-carousel__btn-prev{left:-40px;}}@media (min-width:1800px){.c-carousel__btn-prev{left:-60px;}}.c-carousel__btn-prev .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-carousel-teaser{display:block;position:relative;}@media (min-width:767px){.c-carousel-teaser::before{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;border:1px solid #25B2D3;display:none;}}.c-carousel-teaser:hover,.c-carousel-teaser:focus{text-decoration:none;}@media (min-width:767px){.c-carousel-teaser:hover::before,.c-carousel-teaser:focus::before{display:block;}}.c-carousel-teaser:hover h2 span,.c-carousel-teaser:focus h2 span{background-size:100% 100% !important;}.c-carousel-teaser__img{margin-bottom:20px;}.c-carousel-teaser__content{padding:0 20px;}@media (min-width:767px){.c-carousel-teaser__content{padding:0;}}.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-carousel-teaser__content h2{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-carousel-teaser__content h2{font-size:1.1rem;line-height:1.4;}}.c-carousel-teaser__content h2 > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-carousel-teaser__content h2:hover,.c-carousel-teaser__content h2:focus{text-decoration:none;}.c-carousel-teaser__content h2:hover > span:not(.visually-hidden),.c-carousel-teaser__content h2:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-carousel-teaser__content h2.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-cookie{background-color:#e5f4f8;color:#003057;padding:20px 0;display:none;}@media (min-width:767px){.c-cookie__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-cookie__text{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:767px){.c-cookie__text{width:50%;}}@media (min-width:1024px){.c-cookie__text{width:auto;}}.c-cookie__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media (min-width:767px){.c-cookie__controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}}.c-cookie__controls li{margin:10px;margin-bottom:0;}.c-cookie__controls li:first-of-type{margin-left:0;}@media (min-width:767px){.c-cookie__controls li{margin:0;}}.c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:inherit;display:block;background:none;padding:0;outline:none;}.c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-cookie__cta:hover,.c-cookie__cta:focus{text-decoration:none;}.c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie__cta{margin-left:30px;}}.c-cookie--alert{background-color:#9E0055;color:#FFFFFF;}.c-cookie--alert .c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #9E0055,-1px 0 0 #9E0055;}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #9E0055,-1px 2px 0 #9E0055;}}.c-cookie--alert .c-cookie__cta:hover,.c-cookie--alert .c-cookie__cta:focus{text-decoration:none;}.c-cookie--alert .c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie--alert .c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie--alert .c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie--alert .c-cookie__text{width:auto;}}.c-cookie--alert .o-icon{margin-right:15px;-webkit-box-flex:0;-ms-flex:none;flex:none;}#ccc #ccc-notify{margin:0 auto !important;padding:20px !important;width:100%;max-width:1400px;}@media (min-width:600px){#ccc #ccc-notify{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}}@media (min-width:767px){#ccc #ccc-notify{padding:30px !important;}}@media (min-width:1024px){#ccc #ccc-notify{padding:50px !important;}}@media (min-width:1400px){#ccc #ccc-notify{overflow:visible !important;}#ccc #ccc-notify::before,#ccc #ccc-notify::after{content:'';position:absolute;top:0;width:calc(2px + (100vw - 1400px) / 2);height:100%;background-color:inherit;}#ccc #ccc-notify::before{left:0;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(-1) translateX(-2px);-ms-transform:scaleX(-1) translateX(-2px);transform:scaleX(-1) translateX(-2px);}#ccc #ccc-notify::after{right:0;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(-1) translateX(2px);-ms-transform:scaleX(-1) translateX(2px);transform:scaleX(-1) translateX(2px);}}@media (min-width:600px){#ccc .ccc-notify-buttons{margin-top:16px !important;white-space:normal !important;}}body #ccc .ccc-notify-button{padding:20px !important;border:none;border-radius:0;font-size:1rem;line-height:1.5;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}@media all and (min-width:767px){body #ccc .ccc-notify-button{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){body #ccc .ccc-notify-button{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){body #ccc .ccc-notify-button{font-size:0.9rem;line-height:1.5;}}body #ccc .ccc-notify-button:focus{-webkit-filter:none !important;filter:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}body #ccc .ccc-notify-button:focus-visible{outline:none;}body #ccc .ccc-notify-button:not(.ccc-notify-link):hover{background-color:#007292 !important;}.tabbing body #ccc .ccc-notify-button:not(.ccc-notify-link):focus{background-color:#007292 !important;}.tabbing #ccc .ccc-notify-button:focus{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}body #ccc .ccc-notify-button.ccc-accept-button span,body #ccc .ccc-notify-button.ccc-reject-button span,body #ccc .ccc-notify-button.ccc-close-button span{background-color:transparent !important;}#ccc .ccc-notify-text h3{margin-bottom:10px;}#ccc .ccc-notify-text a{text-decoration:underline;}#ccc .ccc-notify-text a:hover,#ccc .ccc-notify-text a:focus{text-decoration:none;}#ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-filter:none !important;filter:none !important;}.tabbing #ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}.c-download{position:relative;text-align:left;}.c-download a{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;padding:20px;padding-right:20px;padding-left:2.5rem;outline:0;background-color:#003057;color:#FFFFFF;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none !important;}@media all and (min-width:767px){.c-download a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-download a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-download a{font-size:0.9rem;line-height:1.5;}}.c-download a:hover,.c-download a:focus{background-color:#007292;}.c-download .o-icon{width:1.5rem;position:absolute;-webkit-transform:translate(50%,-50%) scaleX(-1);-ms-transform:translate(50%,-50%) scaleX(-1);transform:translate(50%,-50%) scaleX(-1);top:50%;right:auto;left:0;color:#FFFFFF;pointer-events:none;}.t-guidance .c-download--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.t-guidance .c-download--guidance .o-icon{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;color:currentColor;-ms-flex-negative:0;flex-shrink:0;}.t-guidance .c-download--guidance a{background-color:transparent;padding:0;color:#003057;text-decoration:none !important;font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-left:10px;}@media all and (min-width:767px){.t-guidance .c-download--guidance a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}.t-guidance .c-download--guidance a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-guidance .c-download--guidance a:hover,.t-guidance .c-download--guidance a:focus{text-decoration:none;}.t-guidance .c-download--guidance a:hover > span:not(.visually-hidden),.t-guidance .c-download--guidance a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-guidance .c-download--guidance a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-facet{position:relative;margin-bottom:20px;width:100%;}@media (min-width:767px){.c-facet{margin-bottom:0;}}.l-grid__item:last-child .c-facet{margin-bottom:0;}.c-facet__tab{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:initial;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#003057;margin-bottom:0;background-color:#e5f4f8;padding:20px;width:100%;text-align:left;position:relative;}@media all and (min-width:767px){.c-facet__tab{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-facet__tab{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-facet__tab{font-size:0.9rem;line-height:initial;}}.c-facet__tab > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-facet__tab:hover,.c-facet__tab:focus{text-decoration:none;}.c-facet__tab:hover > span:not(.visually-hidden),.c-facet__tab:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-facet__tab.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-facet__tab{padding:18px;}}.c-facet__tab:hover span,.c-facet__tab:focus span{background-size:100% 100%;}.c-facet__tab.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-facet__tab.is-active span{background-size:100% 100%;}.c-facet__tab .o-icon{width:0.75rem;height:0.25rem;position:absolute;top:50%;right:15px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.c-facet__panel{background-color:#003057;color:#FFFFFF;padding:20px 10px;position:absolute;width:100%;z-index:100;display:none;max-height:400px;overflow-y:auto;}.c-facet__panel .c-taxonomy-tag{display:block;margin:0;}.c-facet__panel.is-active{display:block;}.c-facet__results{margin-top:20px;}.facet-empty{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#FFFFFF;color:#003057;padding:15px;width:100%;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.2;opacity:0.3;pointer-events:none;}@media all and (min-width:767px){.facet-empty{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.facet-empty{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.facet-empty{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.facet-empty{margin-bottom:0;padding:18px;}}.c-facet-hero{border-bottom:1px solid #FFFFFF;}.c-facet-hero.page-node-type-longform-content,.page-node-type-longform-content .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-default,.t-default .c-facet-hero{background-color:#e5f4f8;color:#003057;}.c-facet-hero.t-default-dark,.t-default-dark .c-facet-hero{background-color:#003057;color:#FFFFFF;}.c-facet-hero.t-guidance,.t-guidance .c-facet-hero{background-color:#a91255;color:#FFFFFF;}.c-facet-hero.t-your-vote-matters,.t-your-vote-matters .c-facet-hero{background-color:#088488;color:#FFFFFF;}.c-facet-hero.t-mature-orange,.t-mature-orange .c-facet-hero{background-color:#B74E20;color:#FFFFFF;}.c-facet-hero.t-mature-green,.t-mature-green .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-purple,.t-mature-purple .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-mature-yellow,.t-mature-yellow .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-brown,.t-mature-brown .c-facet-hero{background-color:#2B220A;color:#FFFFFF;}.c-facet-hero.t-learning,.t-learning .c-facet-hero{background-color:#FF8BFF;color:#000000;}.c-facet-hero.t-learning--educator,.t-learning--educator .c-facet-hero{background-color:#00E7BD;color:#000000;}.c-facet-hero.t-digital-transparency,.t-digital-transparency .c-facet-hero{background-color:#6F00B0;color:#FFFFFF;}.c-facet-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-facet-hero__content{padding:3.33333rem 0;}}.c-facet-hero__clear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;font-size:18px;}@media (min-width:767px){.c-facet-hero__clear{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:22px;}}.c-facet-hero__clear a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-facet-hero__clear.c-facet-hero__clear--white .o-icon{stroke:#a91255;}.c-facet-hero__clear .o-icon{margin-left:15px;width:20px;height:20px;stroke:#003057;}.c-guidance-facet,.c-guidance-search{width:100%;}@media (min-width:767px){.c-guidance-facet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:1024px){.c-guidance-facet{display:block;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet{display:block;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;}}@media (min-width:767px){.c-guidance-facet .c-facet{margin-bottom:0;}}.c-guidance-facet .c-facet__tab{background-color:#FFFFFF;}@media (min-width:767px){.c-guidance-facet__facet{width:80%;}}@media (min-width:1024px){.c-guidance-facet__facet{width:100%;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__facet{width:auto;}}.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-facet__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-facet__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-guidance-facet__title{width:20%;margin-bottom:0;}}@media (min-width:1024px){.c-guidance-facet__title{width:100%;margin-bottom:20px;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__title{margin-bottom:20px;width:auto;}}.c-guidance-search__title{font-size:1.12rem;line-height:1.4;font-weight:bold;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-search__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-search__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-search__title{font-size:1.1rem;line-height:1.4;}}.c-feedback-form__options{padding:20px;border-bottom:1px solid #FFFFFF;}.c-feedback-form__options.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-default,.t-default .c-feedback-form__options{color:#003057;background-color:#e5f4f8;}.c-feedback-form__options.t-default-dark,.t-default-dark .c-feedback-form__options{color:#003057;background-color:#E3E7EA;}.c-feedback-form__options.t-guidance,.t-guidance .c-feedback-form__options{color:#8F1049;background-color:#F4EDF0;}.c-feedback-form__options.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__options{color:#076A6E;background-color:#ECF3F3;}.c-feedback-form__options.t-mature-orange,.t-mature-orange .c-feedback-form__options{color:#B24B1F;background-color:#F6F0EE;}.c-feedback-form__options.t-mature-green,.t-mature-green .c-feedback-form__options{color:#706012;background-color:#F1F2ED;}.c-feedback-form__options.t-mature-purple,.t-mature-purple .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-mature-yellow,.t-mature-yellow .c-feedback-form__options{color:#706012;background-color:#F3F2ED;}.c-feedback-form__options.t-mature-brown,.t-mature-brown .c-feedback-form__options{color:#2B220A;background-color:#EEEEED;}.c-feedback-form__options.t-learning,.t-learning .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-learning--educator,.t-learning--educator .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-digital-transparency,.t-digital-transparency .c-feedback-form__options{color:#000000;background-color:#F0E6F6;}@media (min-width:767px){.c-feedback-form__options{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1024px){.c-feedback-form__options{padding:40px;}}.c-feedback-form__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-feedback-form__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-feedback-form__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-feedback-form__title{font-size:1.3rem;line-height:1.4;}}@media (min-width:767px){.c-feedback-form__title{margin-bottom:0;}}.c-feedback-form__controls{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;margin-right:20px;}.c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-feedback-form__item:hover,.c-feedback-form__item:focus{text-decoration:none;}.c-feedback-form__item:hover > span:not(.visually-hidden),.c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-feedback-form__item:hover .o-icon,.c-feedback-form__item:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-feedback-form__item{margin:0 10px;}}.c-feedback-form__item.-disable{opacity:0.1;pointer-events:none;}.c-feedback-form__item.-active{pointer-events:none;}.c-feedback-form__item.-active .o-icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}.c-feedback-form__item.-active span{background-size:100% 100%;}.c-feedback-form__item .o-icon{vertical-align:middle;width:1.75rem;height:1.75rem;margin-right:10px;}@media (min-width:767px){.c-feedback-form__item .o-icon{margin:0 10px;}}.c-feedback-form__item span{vertical-align:middle;width:auto;}.c-feedback-form__content{height:100% !important;}.c-feedback-form__content.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-default,.t-default .c-feedback-form__content{background-color:#e5f4f8;}.c-feedback-form__content.t-default-dark,.t-default-dark .c-feedback-form__content{background-color:#E3E7EA;}.c-feedback-form__content.t-guidance,.t-guidance .c-feedback-form__content{background-color:#F4EDF0;}.c-feedback-form__content.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__content{background-color:#ECF3F3;}.c-feedback-form__content.t-mature-orange,.t-mature-orange .c-feedback-form__content{background-color:#F6F0EE;}.c-feedback-form__content.t-mature-green,.t-mature-green .c-feedback-form__content{background-color:#F1F2ED;}.c-feedback-form__content.t-mature-purple,.t-mature-purple .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-mature-yellow,.t-mature-yellow .c-feedback-form__content{background-color:#F3F2ED;}.c-feedback-form__content.t-mature-brown,.t-mature-brown .c-feedback-form__content{background-color:#EEEEED;}.c-feedback-form__content.t-learning,.t-learning .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-learning--educator,.t-learning--educator .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-digital-transparency,.t-digital-transparency .c-feedback-form__content{background-color:#F0E6F6;}.c-feedback-form__content .fieldset-inset{padding:0;border:none;}.c-feedback-form__content select,.c-feedback-form__content textarea,.c-feedback-form__content input[type=text]{background-color:#FFFFFF;}.c-feedback-form__content .c-feedback-form__inner{padding:20px;margin:0;}@media (min-width:767px){.c-feedback-form__content .c-feedback-form__inner{padding:30px;}}@media (min-width:1024px){.c-feedback-form__content .c-feedback-form__inner{padding:40px;}}.c-feedback-form__content .form-actions{margin-bottom:0;}.c-foi-search{margin-bottom:20px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-foi-search{padding-bottom:30px;margin-bottom:30px;}}@media (min-width:1024px){.c-foi-search{padding-bottom:40px;margin-bottom:40px;}}@media (min-width:767px){.c-foi-search .form-item-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:767px){.c-foi-search .form-item-search label{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-right:30px;}}@media (min-width:767px){.c-foi-search .form-item-search input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}}.c-footer{font-size:1rem;line-height:1.2;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-footer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer{font-size:0.9rem;line-height:1.4;}}.c-footer__padding{padding:1.875rem 0;}@media (min-width:767px){.c-footer__padding{padding:2.77778rem 0;}}@media (min-width:1400px){.c-footer__padding{padding:3.5rem 0;}}.c-footer-grid{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-footer-grid__item--links{margin-bottom:30px;}@media (min-width:767px){.c-footer-grid__item--links{-ms-flex-preferred-size:80%;flex-basis:80%;margin-bottom:0;}}@media (min-width:1024px){.c-footer-grid__item--links{-ms-flex-preferred-size:70%;flex-basis:70%;}}@media (min-width:767px){.c-footer-grid__item--links .c-footer-menu__item{float:left;width:50%;}}@media (min-width:767px){.c-footer-grid__item--social{-ms-flex-preferred-size:20%;flex-basis:20%;}}@media (min-width:1024px){.c-footer-grid__item--social{-ms-flex-preferred-size:30%;flex-basis:30%;}}.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-footer-grid__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-grid__title{font-size:1.1rem;line-height:1.4;}}.c-footer-menu .o-icon{fill:#25B2D3;width:1rem;height:1rem;vertical-align:middle;}.c-footer-menu__social-icon{width:100%;}.c-footer-menu__social-icon:hover .o-icon,.c-footer-menu__social-icon:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-footer-menu__social-icon span{margin-left:10px;}.c-footer-menu__item a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:inline-block;}@media all and (min-width:767px){.c-footer-menu__item a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer-menu__item a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-menu__item a{font-size:0.9rem;line-height:1.4;}}.c-footer-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-footer-menu__item a:hover,.c-footer-menu__item a:focus{text-decoration:none;}.c-footer-menu__item a:hover > span:not(.visually-hidden),.c-footer-menu__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-footer-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu{list-style-type:none;}.c-guidlet-menu__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;position:relative;}.c-guidlet-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidlet-menu__item a:hover,.c-guidlet-menu__item a:focus{text-decoration:none;}.c-guidlet-menu__item a:hover > span:not(.visually-hidden),.c-guidlet-menu__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidlet-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu__item--collapsed > a > span::after,.c-guidlet-menu__item--expanded > a > span::after{content:'\25BE';margin-left:5px;}.c-guidlet-menu__item--active-trail.active > a span{background-size:100% 100%;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item{position:relative;margin-left:40px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:before{content:'';width:1px;height:calc(100% + 15px);background-color:#003057;position:absolute;left:-30px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);margin-top:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:last-of-type:before{content:none;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item > a:before{content:'';width:0.75rem;height:0.75rem;border-radius:50%;border:1px solid #003057;position:absolute;left:-30px;top:0.3rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#FFFFFF;}.c-guidlet-menu--level-0 .c-guidlet-menu{padding-left:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail{color:#a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:before{border:1px solid #a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:after{content:'';width:0.45rem;height:0.45rem;border-radius:50%;background-color:#a91255;position:absolute;left:-30px;top:0.45rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}.c-guidance-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;cursor:pointer;}.c-guidance-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidance-link:hover,.c-guidance-link:focus{text-decoration:none;}.c-guidance-link:hover > span:not(.visually-hidden),.c-guidance-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidance-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-header{background-color:#003057;}.c-header__logo{display:block;width:120px;height:60px;}.c-header__logo svg{fill:#FFFFFF;}.c-header__logo.-cy{width:95px;height:60px;}@media (min-width:767px){.c-header__logo.-cy{width:145px;height:90px;}}.c-header__logo.-en{width:120px;height:60px;}@media (min-width:767px){.c-header__logo.-en{width:180px;height:90px;}}.c-header__upper{background-color:#003057;padding:20px 0;position:relative;}.c-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-header__lower{border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;background-color:#012844;}@media (min-width:767px){.c-header__lower{border-top:none;background-color:transparent;}}.c-header__nav-bar{background-color:#003057;position:relative;margin-left:-1.25rem;margin-right:-1.25rem;}@media (min-width:767px){.c-header__nav-bar{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;margin-right:0;}}.c-header__btns{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-header__btn{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-header__btn--mob{width:50px;margin:1px;}@media (min-width:767px){.c-header__btn--mob{display:none;}}.c-header__btn--desk{display:none;padding:20px;}@media (min-width:767px){.c-header__btn--desk{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-header__btn--desk:hover,.c-header__btn--desk:focus{text-decoration:none;color:#FFFFFF;}.c-header__btn--desk:hover .o-icon,.c-header__btn--desk:focus .o-icon{fill:#FFFFFF;}.c-header__btn--desk .o-icon{-webkit-transition:none;-o-transition:none;transition:none;margin-left:20px;width:1.1rem;height:1.1rem;}.c-header-block{display:none;position:absolute;width:100%;background-color:#FFFFFF;left:0;right:0;z-index:1;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-header-block{background-color:transparent;display:block;position:relative;border:0;}}.c-header-block:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}@media (min-width:767px){.c-header-block:before{content:none;}}.c-header-block.is-active{display:block;}.c-hero{position:relative;overflow:hidden;border-bottom:1px solid #FFFFFF;}.c-hero:not(.c-hero--no-theme).page-node-type-longform-content,.page-node-type-longform-content .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-default,.t-default .c-hero:not(.c-hero--no-theme){background-color:#e5f4f8;color:#003057;}.c-hero:not(.c-hero--no-theme).t-default-dark,.t-default-dark .c-hero:not(.c-hero--no-theme){background-color:#003057;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-guidance,.t-guidance .c-hero:not(.c-hero--no-theme){background-color:#a91255;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-your-vote-matters,.t-your-vote-matters .c-hero:not(.c-hero--no-theme){background-color:#088488;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-orange,.t-mature-orange .c-hero:not(.c-hero--no-theme){background-color:#B74E20;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-green,.t-mature-green .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-purple,.t-mature-purple .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-yellow,.t-mature-yellow .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-brown,.t-mature-brown .c-hero:not(.c-hero--no-theme){background-color:#2B220A;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-learning,.t-learning .c-hero:not(.c-hero--no-theme){background-color:#FF8BFF;color:#000000;}.c-hero:not(.c-hero--no-theme).t-learning--educator,.t-learning--educator .c-hero:not(.c-hero--no-theme){background-color:#00E7BD;color:#000000;}.c-hero:not(.c-hero--no-theme).t-digital-transparency,.t-digital-transparency .c-hero:not(.c-hero--no-theme){background-color:#6F00B0;color:#FFFFFF;}.c-hero__title{margin-bottom:10px;}@media (min-width:767px){.c-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-hero__inner .c-social{margin-bottom:0.5em;}@media (min-width:767px){.c-hero__inner .c-social{margin-bottom:0;}}.c-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-hero__content{padding:2.77778rem 0;}}.c-hero__half{margin-bottom:20px;}@media (min-width:1024px){.c-hero__half{padding-left:2.22222rem;margin-bottom:0;width:50%;}}@media (min-width:1024px){.c-hero__desc{margin-top:10px;}}@media (min-width:767px){.c-hero--w-img{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:767px){.c-hero--w-img .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}}@media (min-width:1024px){.c-hero--w-img .c-hero__wrapper{min-height:350px;}}.c-hero--w-img .c-hero__img{display:none;margin:30px -20px -30px -20px;}@media (min-width:767px){.c-hero--w-img .c-hero__img{display:block;position:absolute;right:0;bottom:0;margin:0;max-width:50%;width:50%;padding-left:20px;}}.c-hero--w-img .c-hero__img img{display:block;height:auto;width:100%;}.t-learning .c-hero--w-img .c-hero__img img{height:100%;-o-object-fit:cover;object-fit:cover;}@media (min-width:767px){.c-hero--w-img .c-hero__title{width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__wrapper{min-height:30vh;}}@media (min-width:1024px){.c-hero--error .c-hero__wrapper{min-height:40vh;}}@media (min-width:1400px){.c-hero--error .c-hero__wrapper{min-height:50vh;}}.c-hero--error .c-hero__title{margin-bottom:20px;}@media (min-width:767px){.c-hero--error .c-hero__title{margin-bottom:30px;}}@media (min-width:767px){.c-hero--error .c-hero__title{max-width:30%;}}@media (min-width:1400px){.c-hero--error .c-hero__title{max-width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__img{max-width:70%;}}@media (min-width:1400px){.c-hero--error .c-hero__img{max-width:50%;}}.c-hero--error .c-hero__img .media-full{margin-bottom:0;}.c-hero--search{background-color:#e5f4f8;}.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-hero--search .c-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-hero--search .c-hero__title{font-size:1.8rem;line-height:1.4;}}@media (min-width:1024px){.c-hero--search .c-hero__content{margin-left:-2.22222rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;}}.c-hero--search .c-hero__content input[type=text]{background-color:#FFFFFF;}.c-hero--search .c-hero__content label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-hero--longform-content{position:relative;margin-top:-1px;border-bottom:0;}.c-hero--longform-content .c-hero__wrapper{position:relative;}@media (min-width:767px){.c-hero--longform-content .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1024px){.c-hero--longform-content .c-hero__wrapper{min-height:350px;}}.c-hero--longform-content .media-hero{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1;-webkit-filter:grayscale(1);filter:grayscale(1);}.c-hero--campaign{background-color:#FEC2DB;color:#003057;overflow:visible;}.c-hero--campaign .c-hero__campaign-image{margin-top:-40px;pointer-events:none;max-width:300px;margin-left:auto;margin-right:auto;}@media (min-width:767px){.c-hero--campaign .c-hero__campaign-image{margin:0;position:absolute;right:0;bottom:0;-webkit-transform:translateY(30%) translateX(10%);-ms-transform:translateY(30%) translateX(10%);transform:translateY(30%) translateX(10%);top:auto;width:300px;max-width:none;margin-top:0;}.c-hero--campaign .c-hero__campaign-image::before{content:'';display:block;padding-bottom:100%;}.c-hero--campaign .c-hero__campaign-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}}@media (min-width:1024px){.c-hero--campaign .c-hero__campaign-image{width:375px;-webkit-transform:translateY(30%) translateX(5%);-ms-transform:translateY(30%) translateX(5%);transform:translateY(30%) translateX(5%);}}@media (min-width:1280px){.c-hero--campaign .c-hero__campaign-image{width:450px;-webkit-transform:translateY(35%) translateX(5%);-ms-transform:translateY(35%) translateX(5%);transform:translateY(35%) translateX(5%);}}@media (min-width:1400px){.c-hero--campaign .c-hero__campaign-image{width:500px;}}@media (min-width:767px){.c-hero--campaign .c-hero__text-content{max-width:60%;}.c-hero--campaign .c-hero__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-hero--campaign .c-hero__content{padding:3.88889rem 0;}}.c-hero--campaign .c-social__list .o-icon{fill:#003057 !important;}.has-campaign-hero .c-hero--campaign .o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-hero--campaign .o-meta-link:hover,.has-campaign-hero .c-hero--campaign .o-meta-link:focus{text-decoration:none;}.has-campaign-hero .c-hero--campaign .o-meta-link:hover > span:not(.visually-hidden),.has-campaign-hero .c-hero--campaign .o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-hero--campaign .o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-home-hero{padding:20px;background-color:#003057;color:#FFFFFF;position:relative;}@media (min-width:767px){.c-home-hero{padding:30px;}}@media (min-width:1024px){.c-home-hero{padding:40px;}}.c-home-hero > *:last-child{margin-bottom:0;}.c-home-hero__content{position:relative;z-index:1;}@media (min-width:767px){.c-home-hero__content{width:50%;padding-right:30px;}}@media (min-width:1024px){.c-home-hero__content{padding-right:40px;}}.c-home-hero__title{font-size:1.56rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-home-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-home-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-home-hero__title{font-size:1.8rem;line-height:1.4;}}.c-home-hero__image{margin-left:-20px;margin-right:-20px;margin-top:-20px;margin-bottom:20px;}@media (min-width:767px){.c-home-hero__image{margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:50%;}}@media (min-width:767px){.c-home-hero__image img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;height:100%;width:100%;}}.c-legacy{border:1px solid #25B2D3;}.c-legacy__header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #25B2D3;}.c-legacy__tag{width:30%;padding:10px;background-color:#003057;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;}@media (min-width:767px){.c-legacy__tag{padding:15px;width:20%;}}@media (min-width:1024px){.c-legacy__tag{padding:20px;width:18%;}}.c-legacy__title{font-size:1.12rem;line-height:1.4;width:70%;padding:10px;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-legacy__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-legacy__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-legacy__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-legacy__title{padding:15px;width:80%;}}@media (min-width:1024px){.c-legacy__title{padding:20px;width:82%;}}.c-legacy__content{padding:15px;}@media (min-width:767px){.c-legacy__content{padding:30px;}}.c-main{margin-bottom:1.875rem;}@media (min-width:767px){.c-main{margin-bottom:2.77778rem;}}@media (min-width:1024px){.c-main{margin-bottom:3.5rem;}}.c-menu-primary__top-level{display:-webkit-box;display:-ms-flexbox;display:flex;}@media (min-width:767px){.c-menu-primary__top-level{margin-bottom:20px;}}.c-menu-primary__top-level > .c-menu-primary__item{-ms-flex-preferred-size:50%;flex-basis:50%;}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item{position:relative;margin-right:10px;-ms-flex-preferred-size:auto;flex-basis:auto;}}.c-menu-primary__top-level > .c-menu-primary__item:first-child{border-right:1px solid #25B2D3;}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item:first-child{border-right:0;}}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item:first-child span[data-link-text-after]:after{content:" " attr(data-link-text-after);color:#25B2D3;}}.c-menu-primary__sub-level{visibility:hidden;background-color:#FFFFFF;z-index:50;position:absolute;padding:10px 20px;left:0;right:0;overflow:auto;}@media (min-width:767px){.c-menu-primary__sub-level{height:auto;top:80px;opacity:0;-webkit-transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);-o-transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);overflow:initial;width:15rem;padding:20px;-webkit-box-shadow:15px 15px #25B2D3;box-shadow:15px 15px #25B2D3;}.c-menu-primary__sub-level:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}}.c-menu-primary__sub-level.is-active{visibility:visible;}@media (min-width:767px){.c-menu-primary__sub-level.is-active{top:100%;opacity:1;margin-top:1px;}}.c-menu-primary__sub-level > .c-menu-primary__item{border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-menu-primary__sub-level > .c-menu-primary__item{border-bottom:0;}}.c-menu-primary__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;padding:20px 0;display:block;}.c-menu-primary__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-menu-primary__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-menu-primary__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-menu-primary__item a:hover,.c-menu-primary__item a:focus{text-decoration:none;}.c-menu-primary__item a:hover > span:not(.visually-hidden),.c-menu-primary__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-menu-primary__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-menu-primary__item a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-menu-primary__item a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-menu-primary__item a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-menu-primary__item a{padding:10px;}}.c-menu-primary__btn{padding:20px;width:100%;text-align:left;position:relative;color:#FFFFFF;-webkit-backface-visibility:visible;backface-visibility:visible;}@media (min-width:767px){.c-menu-primary__btn{width:auto;padding:20px 20px;padding-right:3.15rem;border:1px solid #25B2D3;}}.c-menu-primary__btn .o-icon{fill:#25B2D3;width:15px;height:15px;position:absolute;right:20px;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media (min-width:767px){.c-menu-primary__btn .o-icon{background-color:#25B2D3;fill:#003057;right:0;width:30px;height:30px;padding:8px;border-radius:50%;}}.c-menu-primary__btn.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-menu-primary__btn span > span{display:none;}@media (min-width:767px){.c-menu-primary__btn span > span{display:inline-block;}}.c-menu-primary__btn .c-menu-primary__icon-mobile-only{display:inline-block;}@media (min-width:767px){.c-menu-primary__btn .c-menu-primary__icon-mobile-only{display:none;}}.c-menu-primary__btn .c-menu-primary__icon-desktop-only{display:none;}@media (min-width:767px){.c-menu-primary__btn .c-menu-primary__icon-desktop-only{display:inline-block;}}.c-pagination{padding:30px 0;}.c-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-pagination__item.is-active a{text-decoration:underline;}.c-pagination__item a{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-pagination__item .o-icon{width:2rem;height:2rem;}.c-pagination__item--prev,.c-pagination__item--next{-ms-flex-negative:0;flex-shrink:0;}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon,.c-pagination__item--next a:hover .o-icon,.c-pagination__item--next a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-pagination__item--prev .o-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon{-webkit-transform:scale(1.2) rotate(180deg);-ms-transform:scale(1.2) rotate(180deg);transform:scale(1.2) rotate(180deg);}.t-learning .c-pagination__item{font-size:1.25rem;line-height:1.2;font-weight:bold;}@media all and (min-width:767px){.t-learning .c-pagination__item{font-size:1.66667rem;}}@media all and (min-width:1400px){.t-learning .c-pagination__item{font-size:1.5rem;}}.t-learning .c-pagination__item a,.t-learning .c-pagination__item.is-active a{text-decoration:none;}.t-learning .c-pagination__item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.t-learning .c-pagination__item a::after{content:"";width:calc(100%);height:10px;display:block;background-repeat:no-repeat;background-image:-o-linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-image:linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-size:0 100%;}@media (min-width:767px){.t-learning .c-pagination__item a::after{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.t-learning .c-pagination__item a:hover::after,.t-learning .c-pagination__item a:focus::after{background-size:100% 100%;}.t-learning .c-pagination__item.is-active a::after{background-size:100% 100%;}.t-learning .c-pagination__item .o-icon{width:1.8rem;height:1.8rem;border-radius:50%;}.t-learning .pager__item--previous a::after,.t-learning .pager__item--previous a:hover::after,.t-learning .pager__item--previous a:focus::after,.t-learning .pager__item--next a::after,.t-learning .pager__item--next a:hover::after,.t-learning .pager__item--next a:focus::after{background-size:0 100%;}.c-nav-jumplink{font-size:1rem;line-height:1.5;background-color:#003057;color:#FFFFFF;position:relative;z-index:5;}@media all and (min-width:767px){.c-nav-jumplink{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-nav-jumplink{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-nav-jumplink{font-size:0.9rem;line-height:1.5;}}.c-nav-jumplink.is-sticky{position:fixed;z-index:1000;top:0;left:0;right:0;}.toolbar-fixed .c-nav-jumplink.is-sticky{top:79px;}.c-nav-jumplink__header{padding:20px 0;}.c-nav-jumplink__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-nav-jumplink__synopsis{margin-bottom:0;}.c-nav-jumplink__content{padding:20px 0;background-color:#003057;border-top:1px solid #FFFFFF;}.c-nav-jumplink__links{display:grid;row-gap:20px;}@media (min-width:1024px){.c-nav-jumplink__links{grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:50px;column-gap:50px;}}.c-nav-jumplink__link{text-decoration:underline;}.c-nav-jumplink__link:hover,.c-nav-jumplink__link:focus{text-decoration:none;}.c-nav-jumplink__link.is-active{font-weight:bold;}.c-nav-jumplink__progress{height:5px;background-color:#25B2D3;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.c-nav-jumplink__toggle-btn{background:none;padding:0;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;}.c-nav-jumplink__toggle-btn.is-active .c-nav-jumplink__icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.c-nav-jumplink__icon{margin-left:20px;width:36px;height:36px;}.media-post_content_logo{border-top:1px solid #25B2D3;padding-top:20px;margin-top:20px;margin-bottom:-0.625rem;}.media-post_content_logo.t-learning,.t-learning .media-post_content_logo{border-color:#FF8BFF;}.media-post_content_logo.t-learning--educator,.t-learning--educator .media-post_content_logo{border-color:#00E7BD;}.media-post_content_logo.t-digital-transparency,.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}@media (min-width:767px){.media-post_content_logo{padding-top:30px;margin-top:30px;margin-bottom:-1.11111rem;}}@media (min-width:1024px){.media-post_content_logo{margin-bottom:-1.83333rem;}}.media-post_content_logo img{margin-left:auto;}.c-promo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-item-align:stretch;align-self:stretch;width:100%;position:relative;}.c-promo-link__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;padding-left:0;padding-right:10px;width:100%;height:100%;border-bottom:1px solid #25B2D3;position:relative;}.c-promo-link__link:hover .c-promo-link__download-icon svg,.c-promo-link__link:focus .c-promo-link__download-icon svg{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-promo-link__link .c-promo-link__btn-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__link .c-promo-link__btn-icon.page-node-type-longform-content,.page-node-type-longform-content .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-default,.t-default .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-default-dark,.t-default-dark .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-guidance,.t-guidance .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#8F1049;}.c-promo-link__link .c-promo-link__btn-icon.t-your-vote-matters,.t-your-vote-matters .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#076A6E;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-orange,.t-mature-orange .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#B24B1F;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-green,.t-mature-green .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-purple,.t-mature-purple .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-yellow,.t-mature-yellow .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-brown,.t-mature-brown .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#2B220A;}.c-promo-link__link .c-promo-link__btn-icon.t-learning,.t-learning .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-learning--educator,.t-learning--educator .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-digital-transparency,.t-digital-transparency .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#000000;}.c-promo-link__link:hover,.c-promo-link__link:focus{text-decoration:none;}@media (min-width:767px){.c-promo-link__link:hover .c-promo-link__btn-icon,.c-promo-link__link:focus .c-promo-link__btn-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-promo-link__link:hover .c-promo-link__title span,.c-promo-link__link:focus .c-promo-link__title span{background-size:100% 100%;}.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:40px;}@media (min-width:767px){.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:60px;}}.c-promo-link__link--no-padding-top{padding-top:0;}.c-promo-link__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;}.c-promo-link__title-wrapper > .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__title{font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:20px;margin-bottom:0;width:80%;}@media all and (min-width:767px){.c-promo-link__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title{font-size:1.1rem;line-height:1.4;}}.c-promo-link__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-promo-link__title:hover,.c-promo-link__title:focus{text-decoration:none;}.c-promo-link__title:hover > span:not(.visually-hidden),.c-promo-link__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-promo-link__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-promo-link__title .o-icon{display:none;}@media (min-width:767px){.c-promo-link__title .o-icon{display:inline-block;vertical-align:middle;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-promo-link__title--large{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-promo-link__title--large{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title--large{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title--large{font-size:1.3rem;line-height:1.4;}}.c-promo-link__subtitle{display:inline-block;position:relative;margin-bottom:5px;padding-top:20px;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:18px;}.c-promo-link__subtitle::after{content:'';margin-left:10px;padding-right:6px;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-caret-guidance-bg.svg");background-size:contain;background-position:center;background-repeat:no-repeat;}.c-promo-link__download-icon{position:absolute;left:0;top:0;}.c-promo-link__download-icon .o-icon{width:30px;height:36px;}.c-promo-link__download-icon--no-parent{top:20px;}.c-promo-link__summary{width:100%;font-size:1rem;line-height:1.5;margin-top:15px;font-weight:normal;}@media all and (min-width:767px){.c-promo-link__summary{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-promo-link__summary{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-promo-link__summary{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-promo-link--teaser .c-promo-link__link{border-bottom:0;border-left:1px solid #25B2D3;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-promo-link--teaser .c-promo-link__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.c-promo-link--teaser .c-promo-link__link:hover:before,.c-promo-link--teaser .c-promo-link__link:focus:before{width:100%;}}.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:1px solid #a91255;}@media (min-width:767px){.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:0;border-left:1px solid #a91255;}.c-promo-link--guidance-legacy .c-promo-link__link:before{background-color:rgba(169,18,85,0.1);}}.c-promo-link--guidance-legacy .o-icon{fill:#a91255;}.c-content-hub--themed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;}.c-content-hub--themed.page-node-type-longform-content,.page-node-type-longform-content .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-default,.t-default .c-content-hub--themed{background-color:#e5f4f8;color:#003057;}.c-content-hub--themed.t-default-dark,.t-default-dark .c-content-hub--themed{background-color:#E3E7EA;color:#003057;}.c-content-hub--themed.t-guidance,.t-guidance .c-content-hub--themed{background-color:#F4EDF0;color:#8F1049;}.c-content-hub--themed.t-your-vote-matters,.t-your-vote-matters .c-content-hub--themed{background-color:#ECF3F3;color:#076A6E;}.c-content-hub--themed.t-mature-orange,.t-mature-orange .c-content-hub--themed{background-color:#F6F0EE;color:#B24B1F;}.c-content-hub--themed.t-mature-green,.t-mature-green .c-content-hub--themed{background-color:#F1F2ED;color:#706012;}.c-content-hub--themed.t-mature-purple,.t-mature-purple .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-mature-yellow,.t-mature-yellow .c-content-hub--themed{background-color:#F3F2ED;color:#706012;}.c-content-hub--themed.t-mature-brown,.t-mature-brown .c-content-hub--themed{background-color:#EEEEED;color:#2B220A;}.c-content-hub--themed.t-learning,.t-learning .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-learning--educator,.t-learning--educator .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-digital-transparency,.t-digital-transparency .c-content-hub--themed{background-color:#F0E6F6;color:#000000;}.polling-station-hero{padding:1.875rem 0;background-color:#088488;text-align:center;color:#FFFFFF;}@media (min-width:767px){.polling-station-hero{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station-hero{padding:3.5rem 0;}}.polling-station-hero__heading{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;text-align:left;margin:0;}.polling-station-hero__heading-upper{display:block;margin-bottom:1em;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.polling-station-hero__heading-upper{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}.polling-station{padding:1.875rem 0;}@media (min-width:767px){.polling-station{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station{padding:3.5rem 0;}}.polling-station:last-child{padding-bottom:0;}.polling-station:not(:first-child){border-top:1px solid #25B2D3;}.polling-station__list{padding:0;}.polling-station__list li:not(:last-child){margin-bottom:1rem;}.polling-station__list li,.polling-station__list button{width:100%;}.polling-station__ballots,.polling-station__address{margin-bottom:1.5rem;}@media (min-width:767px){.polling-station__ballots,.polling-station__address{margin-bottom:2rem;}}@media (min-width:1024px){.polling-station__address address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.polling-station__map{width:100%;height:50vh;}@media (max-width:1023px){.polling-station__services{margin-top:0.5rem;}}@media (min-width:1024px){.polling-station__services{width:50%;}}.polling-station__services a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.polling-station__services a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.polling-station__services a:hover,.polling-station__services a:focus{text-decoration:none;}.polling-station__services a:hover > span:not(.visually-hidden),.polling-station__services a:focus > span:not(.visually-hidden){background-size:0% 100%;}.polling-station__services a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.polling-station-footer{border-top:1px solid #25B2D3;}.polling-station-footer__inner{text-align:center;margin:1.875rem 0;}@media (min-width:767px){.polling-station-footer__inner{margin:2.77778rem 0;}}@media (min-width:1400px){.polling-station-footer__inner{margin:3.5rem 0;}}.ballot{padding:20px 0;margin-bottom:20px;border-top:1px solid #088488;border-bottom:1px solid #088488;}.ballot__candidate:not(:last-child){margin-bottom:20px;}.c-summary-box .polling-station__map{margin-bottom:20px;}.c-polling-station-slice{border:1px solid #25B2D3;padding:20px;}@media (min-width:767px){.c-polling-station-slice{padding:30px;}}@media (min-width:1024px){.c-polling-station-slice{padding:40px;}}.postcode-search{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.postcode-search__input{color:#003057;margin-bottom:0;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__input::placeholder{color:#003057;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-moz-placeholder{color:#003057;}.postcode-search__input::-moz-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:59px;-ms-flex-negative:0;flex-shrink:0;border:2px solid #007292;background-color:#e5f4f8;color:#007292;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.postcode-search__btn:hover,.postcode-search__btn:focus{background-color:#007292;}.postcode-search__btn:hover .o-icon,.postcode-search__btn:focus .o-icon{fill:#FFFFFF;}.postcode-search__btn .o-icon{fill:#007292;}.postcode-search__error{margin-top:0.5rem;}.c-quote{margin:0;padding:30px 10px;border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-quote{padding:50px 20px;}}.c-quote__content{font-size:1.38rem;line-height:1.4;font-weight:600;}@media all and (min-width:767px){.c-quote__content{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-quote__content{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quote__content{font-size:1.3rem;line-height:1.4;}}.c-quote__content p:before{content:none !important;}.c-quote__cite{margin-bottom:20px;}.c-quote__cite p{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quote__cite p{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}.c-quote__cite .o-icon{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-block;vertical-align:sub;}.page-node-type-longform-content .c-quote-container{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.page-node-type-longform-content .c-quote-container{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.page-node-type-longform-content .c-quote-container{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.page-node-type-longform-content .c-quote-container .o-slice__padding{margin:0;}.page-node-type-longform-content .c-quote-container .o-slice__title > span{background:none;}.page-node-type-longform-content .c-quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;padding:0;}.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__content{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__content{font-size:1.8rem;line-height:1.4;}}.page-node-type-longform-content .c-quote__cite{font-size:1rem;line-height:1.2;margin-bottom:0;margin-top:20px;color:#25B2D3;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__cite{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}.page-node-type-longform-content .c-quote__cite::before{content:"\2014";display:inline-block;}.page-node-type-longform-content .c-quote__cite .o-icon{display:none;}.c-resources-download{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-resources-download{padding:30px;}}@media (min-width:1024px){.c-resources-download{padding:40px;}}.c-resources-download.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-default,.t-default .c-resources-download{background-color:#e5f4f8;color:#003057;}.c-resources-download.t-default-dark,.t-default-dark .c-resources-download{background-color:#E3E7EA;color:#003057;}.c-resources-download.t-guidance,.t-guidance .c-resources-download{background-color:#F4EDF0;color:#8F1049;}.c-resources-download.t-your-vote-matters,.t-your-vote-matters .c-resources-download{background-color:#ECF3F3;color:#076A6E;}.c-resources-download.t-mature-orange,.t-mature-orange .c-resources-download{background-color:#F6F0EE;color:#B24B1F;}.c-resources-download.t-mature-green,.t-mature-green .c-resources-download{background-color:#F1F2ED;color:#706012;}.c-resources-download.t-mature-purple,.t-mature-purple .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-mature-yellow,.t-mature-yellow .c-resources-download{background-color:#F3F2ED;color:#706012;}.c-resources-download.t-mature-brown,.t-mature-brown .c-resources-download{background-color:#EEEEED;color:#2B220A;}.c-resources-download.t-learning,.t-learning .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-learning--educator,.t-learning--educator .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-digital-transparency,.t-digital-transparency .c-resources-download{background-color:#F0E6F6;color:#000000;}.c-resources-download h1.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h1,.c-resources-download h2.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h2,.c-resources-download h3.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h3,.c-resources-download h4.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h4,.c-resources-download h5.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h5{color:#705191;}.c-resources-download h1.t-default,.t-default .c-resources-download h1,.c-resources-download h2.t-default,.t-default .c-resources-download h2,.c-resources-download h3.t-default,.t-default .c-resources-download h3,.c-resources-download h4.t-default,.t-default .c-resources-download h4,.c-resources-download h5.t-default,.t-default .c-resources-download h5{color:#003057;}.c-resources-download h1.t-default-dark,.t-default-dark .c-resources-download h1,.c-resources-download h2.t-default-dark,.t-default-dark .c-resources-download h2,.c-resources-download h3.t-default-dark,.t-default-dark .c-resources-download h3,.c-resources-download h4.t-default-dark,.t-default-dark .c-resources-download h4,.c-resources-download h5.t-default-dark,.t-default-dark .c-resources-download h5{color:#003057;}.c-resources-download h1.t-guidance,.t-guidance .c-resources-download h1,.c-resources-download h2.t-guidance,.t-guidance .c-resources-download h2,.c-resources-download h3.t-guidance,.t-guidance .c-resources-download h3,.c-resources-download h4.t-guidance,.t-guidance .c-resources-download h4,.c-resources-download h5.t-guidance,.t-guidance .c-resources-download h5{color:#a91255;}.c-resources-download h1.t-your-vote-matters,.t-your-vote-matters .c-resources-download h1,.c-resources-download h2.t-your-vote-matters,.t-your-vote-matters .c-resources-download h2,.c-resources-download h3.t-your-vote-matters,.t-your-vote-matters .c-resources-download h3,.c-resources-download h4.t-your-vote-matters,.t-your-vote-matters .c-resources-download h4,.c-resources-download h5.t-your-vote-matters,.t-your-vote-matters .c-resources-download h5{color:#088488;}.c-resources-download h1.t-mature-orange,.t-mature-orange .c-resources-download h1,.c-resources-download h2.t-mature-orange,.t-mature-orange .c-resources-download h2,.c-resources-download h3.t-mature-orange,.t-mature-orange .c-resources-download h3,.c-resources-download h4.t-mature-orange,.t-mature-orange .c-resources-download h4,.c-resources-download h5.t-mature-orange,.t-mature-orange .c-resources-download h5{color:#B74E20;}.c-resources-download h1.t-mature-green,.t-mature-green .c-resources-download h1,.c-resources-download h2.t-mature-green,.t-mature-green .c-resources-download h2,.c-resources-download h3.t-mature-green,.t-mature-green .c-resources-download h3,.c-resources-download h4.t-mature-green,.t-mature-green .c-resources-download h4,.c-resources-download h5.t-mature-green,.t-mature-green .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-purple,.t-mature-purple .c-resources-download h1,.c-resources-download h2.t-mature-purple,.t-mature-purple .c-resources-download h2,.c-resources-download h3.t-mature-purple,.t-mature-purple .c-resources-download h3,.c-resources-download h4.t-mature-purple,.t-mature-purple .c-resources-download h4,.c-resources-download h5.t-mature-purple,.t-mature-purple .c-resources-download h5{color:#705191;}.c-resources-download h1.t-mature-yellow,.t-mature-yellow .c-resources-download h1,.c-resources-download h2.t-mature-yellow,.t-mature-yellow .c-resources-download h2,.c-resources-download h3.t-mature-yellow,.t-mature-yellow .c-resources-download h3,.c-resources-download h4.t-mature-yellow,.t-mature-yellow .c-resources-download h4,.c-resources-download h5.t-mature-yellow,.t-mature-yellow .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-brown,.t-mature-brown .c-resources-download h1,.c-resources-download h2.t-mature-brown,.t-mature-brown .c-resources-download h2,.c-resources-download h3.t-mature-brown,.t-mature-brown .c-resources-download h3,.c-resources-download h4.t-mature-brown,.t-mature-brown .c-resources-download h4,.c-resources-download h5.t-mature-brown,.t-mature-brown .c-resources-download h5{color:#2B220A;}.c-resources-download h1.t-learning,.t-learning .c-resources-download h1,.c-resources-download h2.t-learning,.t-learning .c-resources-download h2,.c-resources-download h3.t-learning,.t-learning .c-resources-download h3,.c-resources-download h4.t-learning,.t-learning .c-resources-download h4,.c-resources-download h5.t-learning,.t-learning .c-resources-download h5{color:#B5FF2B;}.c-resources-download h1.t-learning--educator,.t-learning--educator .c-resources-download h1,.c-resources-download h2.t-learning--educator,.t-learning--educator .c-resources-download h2,.c-resources-download h3.t-learning--educator,.t-learning--educator .c-resources-download h3,.c-resources-download h4.t-learning--educator,.t-learning--educator .c-resources-download h4,.c-resources-download h5.t-learning--educator,.t-learning--educator .c-resources-download h5{color:#DEACFF;}.c-resources-download h1.t-digital-transparency,.t-digital-transparency .c-resources-download h1,.c-resources-download h2.t-digital-transparency,.t-digital-transparency .c-resources-download h2,.c-resources-download h3.t-digital-transparency,.t-digital-transparency .c-resources-download h3,.c-resources-download h4.t-digital-transparency,.t-digital-transparency .c-resources-download h4,.c-resources-download h5.t-digital-transparency,.t-digital-transparency .c-resources-download h5{color:#6E0BAD;}.c-resources-download .c-resources-download__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-resources-download .c-resources-download__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download .c-resources-download__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download .c-resources-download__title{font-size:1.3rem;line-height:1.4;}}.c-resources-download .c-resources-download__title > span{background:none;}@media (min-width:767px){.c-resources-download__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-resources-download__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-resources-download__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-resources-download__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-resources-download__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-resources-download__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-resources-download__item{padding-left:2.5rem;}}@media (min-width:767px){.c-resources-download__item{width:50%;}}.c-resources-download__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-resources-download__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-download__content:hover,.c-resources-download__content:focus{text-decoration:none;}.c-resources-download__content:hover > span:not(.visually-hidden),.c-resources-download__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-resources-download__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-resources-download__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download__content{font-size:1.1rem;line-height:1.4;}}.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #E3E7EA,-1px 0 0 #E3E7EA;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #E3E7EA,-1px 2px 0 #E3E7EA;}}.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F0E6F6,-1px 0 0 #F0E6F6;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F0E6F6,-1px 2px 0 #F0E6F6;}}.c-resources-download__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-resources-download__link.t-learning,.t-learning .c-resources-download__link{border-color:#B5FF2B;}.c-resources-download__link.t-learning--educator,.t-learning--educator .c-resources-download__link{border-color:#DEACFF;}.c-resources-download__link.t-digital-transparency,.t-digital-transparency .c-resources-download__link{border-color:#6F00B0;}.c-resources-download__link:hover,.c-resources-download__link:focus{text-decoration:none;}@media (min-width:767px){.c-resources-download__link:hover > .o-icon,.c-resources-download__link:focus > .o-icon{-webkit-transform:rotate(90deg) translateY(-5px);-ms-transform:rotate(90deg) translateY(-5px);transform:rotate(90deg) translateY(-5px);}}.c-resources-download__link:hover .c-resources-download__content span,.c-resources-download__link:focus .c-resources-download__content span{background-size:100% 100%;}.c-resources-download__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-review{margin:1.875rem 0;border:1px solid #25B2D3;padding:10px;}@media (min-width:767px){.c-review{margin:2.77778rem 0;}}@media (min-width:1400px){.c-review{margin:3.5rem 0;}}@media (min-width:767px){.c-review{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-review{padding:15px;}}.c-review__item{padding:10px;}@media (min-width:767px){.c-review__item{padding:0 10px;-ms-flex-preferred-size:50%;flex-basis:50%;}}@media (min-width:1024px){.c-review__item{padding:10px 15px;}}.c-review__item.-last{border-top:1px solid #25B2D3;}@media (min-width:767px){.c-review__item.-last{padding-left:15px;border-left:1px solid #25B2D3;border-top:0;}}@media (min-width:1024px){.c-review__item.-last{padding-left:30px;}}.c-review__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-review__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-review__item a:hover,.c-review__item a:focus{text-decoration:none;}.c-review__item a:hover > span:not(.visually-hidden),.c-review__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-review__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-review--longform{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;border:0;background-color:#e5f4f8;color:#003057;}.c-review--longform.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-default,.t-default .c-review--longform{background-color:#e5f4f8;color:#003057;}.c-review--longform.t-default-dark,.t-default-dark .c-review--longform{background-color:#E3E7EA;color:#003057;}.c-review--longform.t-guidance,.t-guidance .c-review--longform{background-color:#F4EDF0;color:#8F1049;}.c-review--longform.t-your-vote-matters,.t-your-vote-matters .c-review--longform{background-color:#ECF3F3;color:#076A6E;}.c-review--longform.t-mature-orange,.t-mature-orange .c-review--longform{background-color:#F6F0EE;color:#B24B1F;}.c-review--longform.t-mature-green,.t-mature-green .c-review--longform{background-color:#F1F2ED;color:#706012;}.c-review--longform.t-mature-purple,.t-mature-purple .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-mature-yellow,.t-mature-yellow .c-review--longform{background-color:#F3F2ED;color:#706012;}.c-review--longform.t-mature-brown,.t-mature-brown .c-review--longform{background-color:#EEEEED;color:#2B220A;}.c-review--longform.t-learning,.t-learning .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-learning--educator,.t-learning--educator .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-digital-transparency,.t-digital-transparency .c-review--longform{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.c-review--longform{padding:30px;}}@media (min-width:1024px){.c-review--longform{padding:40px;}}.c-review--longform .c-review__title{width:100%;margin-bottom:0.5em;}.c-review--longform .c-review__title.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-default,.t-default .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-default-dark,.t-default-dark .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-guidance,.t-guidance .c-review--longform .c-review__title{color:#a91255;}.c-review--longform .c-review__title.t-your-vote-matters,.t-your-vote-matters .c-review--longform .c-review__title{color:#088488;}.c-review--longform .c-review__title.t-mature-orange,.t-mature-orange .c-review--longform .c-review__title{color:#B74E20;}.c-review--longform .c-review__title.t-mature-green,.t-mature-green .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-purple,.t-mature-purple .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-mature-yellow,.t-mature-yellow .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-brown,.t-mature-brown .c-review--longform .c-review__title{color:#2B220A;}.c-review--longform .c-review__title.t-learning,.t-learning .c-review--longform .c-review__title{color:#B5FF2B;}.c-review--longform .c-review__title.t-learning--educator,.t-learning--educator .c-review--longform .c-review__title{color:#DEACFF;}.c-review--longform .c-review__title.t-digital-transparency,.t-digital-transparency .c-review--longform .c-review__title{color:#6E0BAD;}.c-review--longform .c-review__item{padding-left:0;padding-right:0;}@media (min-width:767px){.c-review--log .c-review__item.-last{border-left:0;padding-left:0;text-align:right;}}.c-search-block{top:100%;padding:6px 20px;}@media (min-width:767px){.c-search-block{display:none;}}.c-search-block:before{right:40px;}.c-search-block__form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-block__form input{padding:16px 0;background-color:#FFFFFF;border-bottom:0;}.c-search-block__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;}.c-search-block__submit .o-icon{width:1rem;height:1rem;}.c-search-bar .form-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-search-bar .form-submit{height:100%;background-color:#003057;border:1px solid #FFFFFF;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-search-bg.svg");background-size:15%;background-repeat:no-repeat;background-position:right 20px center;}@media (min-width:767px){.c-search-bar .form-submit{padding-top:0;padding-bottom:0;}}.c-search-bar .form-submit:hover,.c-search-bar .form-submit:focus{background-color:#007292;}@media (min-width:767px){.c-search-bar--foi{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}}.c-search-bar--foi .form-submit{border:none;}@media (min-width:767px){.c-search-bar--foi .form-wrapper,.c-search-bar--foi .form-item{margin-bottom:0;}}.c-search-bar--in-hero form,.c-search-bar--guidance form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--in-hero .form-wrapper,.c-search-bar--in-hero .form-item,.c-search-bar--guidance .form-wrapper,.c-search-bar--guidance .form-item{margin-bottom:0;}.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{text-indent:-999px;white-space:nowrap;overflow:hidden;background-size:35%;background-position:center;width:4rem;padding:0;}@media (min-width:767px){.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{width:3.33rem;}}.c-search-bar--in-hero form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.c-search-bar--in-hero label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-search-bar--in-hero .form-item input{border-bottom:1px solid transparent;background-color:#FFFFFF;}.c-search-bar--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--guidance .form-item input{border:none;color:#003057;background-color:#FFFFFF;}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-submit{border:2px solid #FFFFFF;border-left:none;}.c-sidebar{margin:20px 0;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-sidebar{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.c-sidebar{padding:0 10px 10px;margin-top:0;}}@media (min-width:1024px){.c-sidebar{padding:0 20px 20px;}}.c-sidebar > span{display:block;margin-bottom:10px;}.c-sidebar a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:block;}@media all and (min-width:767px){.c-sidebar a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar a{font-size:0.9rem;line-height:1.4;}}.c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-sidebar a:hover,.c-sidebar a:focus{text-decoration:none;}.c-sidebar a:hover > span:not(.visually-hidden),.c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-sidebar a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-digital-transparency .c-sidebar a:hover,.t-digital-transparency .c-sidebar a:focus{text-decoration:none;}.t-digital-transparency .c-sidebar a:hover > span:not(.visually-hidden),.t-digital-transparency .c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-digital-transparency .c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-sidebar__title{font-size:1.12rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-sidebar__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-sidebar__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar__title{font-size:1.1rem;line-height:1.4;}}.c-sidebar--first{padding-bottom:20px;border-bottom:1px solid #25B2D3;}.c-sidebar--first.t-learning,.t-learning .c-sidebar--first{border-color:#FF8BFF;}.c-sidebar--first.t-learning--educator,.t-learning--educator .c-sidebar--first{border-color:#00E7BD;}.c-sidebar--first.t-digital-transparency,.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.c-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}.c-social__list:last-of-type.-print:after,.c-social__list:last-of-type.-email:after{content:none;}.c-social__list:first-of-type.-print,.c-social__list:first-of-type.-email,.c-social__list:first-of-type.-pdf-download{padding-left:0;}.c-social__list.-social{padding-right:10px;margin-right:10px;}.c-social__list.-print:after,.c-social__list.-social:after,.c-social__list.-email:after{content:'';width:1px;height:25px;background-color:currentColor;position:absolute;right:0;top:50%;margin-top:-12px;}.c-social__list.-print,.c-social__list.-email{padding:0 10px;}.c-social__list.-pdf-download .o-icon{position:relative;top:-3px;}.c-social__list .c-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;}.c-social__list .c-social__link:hover .o-icon,.c-social__list .c-social__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-social__list .o-icon{width:1rem;height:1rem;}.c-social__list .o-icon.page-node-type-longform-content,.page-node-type-longform-content .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-default,.t-default .c-social__list .o-icon{fill:#003057;}.c-social__list .o-icon.t-default-dark,.t-default-dark .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-guidance,.t-guidance .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-your-vote-matters,.t-your-vote-matters .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-orange,.t-mature-orange .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-green,.t-mature-green .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-purple,.t-mature-purple .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-yellow,.t-mature-yellow .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-brown,.t-mature-brown .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-learning,.t-learning .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-learning--educator,.t-learning--educator .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-digital-transparency,.t-digital-transparency .c-social__list .o-icon{fill:#FFFFFF;}.c-social__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-social__title{font-size:1rem;line-height:1.5;display:none;}@media all and (min-width:767px){.c-social__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-social__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-social__title{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-social__title{display:block;margin-right:20px;}}.c-summary-box{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-summary-box{padding:30px;}}@media (min-width:1024px){.c-summary-box{padding:40px;}}.c-summary-box h2,.c-summary-box h3,.c-summary-box h4{margin-bottom:0.5em;}.c-summary-box p:last-child,.c-summary-box ul:last-child,.c-summary-box ol:last-child,.c-summary-box ul > li:last-child{margin-bottom:0;}.c-summary-box .c-summary-box{background-color:transparent;border:1px solid #003057;margin:0;}.c-summary-box--grey{background-color:#f5f5f5;}.c-summary-box__title--boxed{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-summary-box__title--boxed{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-summary-box__title--boxed{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-summary-box__title--boxed{font-size:1.3rem;line-height:1.4;}}.c-summary-box--themed.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-default,.t-default .c-summary-box--themed{background-color:#e5f4f8;color:#003057;}.c-summary-box--themed.t-default-dark,.t-default-dark .c-summary-box--themed{background-color:#E3E7EA;color:#003057;}.c-summary-box--themed.t-guidance,.t-guidance .c-summary-box--themed{background-color:#F4EDF0;color:#8F1049;}.c-summary-box--themed.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed{background-color:#ECF3F3;color:#076A6E;}.c-summary-box--themed.t-mature-orange,.t-mature-orange .c-summary-box--themed{background-color:#F6F0EE;color:#B24B1F;}.c-summary-box--themed.t-mature-green,.t-mature-green .c-summary-box--themed{background-color:#F1F2ED;color:#706012;}.c-summary-box--themed.t-mature-purple,.t-mature-purple .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-mature-yellow,.t-mature-yellow .c-summary-box--themed{background-color:#F3F2ED;color:#706012;}.c-summary-box--themed.t-mature-brown,.t-mature-brown .c-summary-box--themed{background-color:#EEEEED;color:#2B220A;}.c-summary-box--themed.t-learning,.t-learning .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-learning--educator,.t-learning--educator .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-digital-transparency,.t-digital-transparency .c-summary-box--themed{background-color:#F0E6F6;color:#000000;}.c-summary-box--themed h1.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h1,.c-summary-box--themed h2.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h2,.c-summary-box--themed h3.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h3,.c-summary-box--themed h4.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h4,.c-summary-box--themed h5.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-default,.t-default .c-summary-box--themed h1,.c-summary-box--themed h2.t-default,.t-default .c-summary-box--themed h2,.c-summary-box--themed h3.t-default,.t-default .c-summary-box--themed h3,.c-summary-box--themed h4.t-default,.t-default .c-summary-box--themed h4,.c-summary-box--themed h5.t-default,.t-default .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-default-dark,.t-default-dark .c-summary-box--themed h1,.c-summary-box--themed h2.t-default-dark,.t-default-dark .c-summary-box--themed h2,.c-summary-box--themed h3.t-default-dark,.t-default-dark .c-summary-box--themed h3,.c-summary-box--themed h4.t-default-dark,.t-default-dark .c-summary-box--themed h4,.c-summary-box--themed h5.t-default-dark,.t-default-dark .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-guidance,.t-guidance .c-summary-box--themed h1,.c-summary-box--themed h2.t-guidance,.t-guidance .c-summary-box--themed h2,.c-summary-box--themed h3.t-guidance,.t-guidance .c-summary-box--themed h3,.c-summary-box--themed h4.t-guidance,.t-guidance .c-summary-box--themed h4,.c-summary-box--themed h5.t-guidance,.t-guidance .c-summary-box--themed h5{color:#a91255;}.c-summary-box--themed h1.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h1,.c-summary-box--themed h2.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h2,.c-summary-box--themed h3.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h3,.c-summary-box--themed h4.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h4,.c-summary-box--themed h5.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h5{color:#088488;}.c-summary-box--themed h1.t-mature-orange,.t-mature-orange .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-orange,.t-mature-orange .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-orange,.t-mature-orange .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-orange,.t-mature-orange .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-orange,.t-mature-orange .c-summary-box--themed h5{color:#B74E20;}.c-summary-box--themed h1.t-mature-green,.t-mature-green .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-green,.t-mature-green .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-green,.t-mature-green .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-green,.t-mature-green .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-green,.t-mature-green .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-purple,.t-mature-purple .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-purple,.t-mature-purple .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-purple,.t-mature-purple .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-purple,.t-mature-purple .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-purple,.t-mature-purple .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-brown,.t-mature-brown .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-brown,.t-mature-brown .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-brown,.t-mature-brown .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-brown,.t-mature-brown .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-brown,.t-mature-brown .c-summary-box--themed h5{color:#2B220A;}.c-summary-box--themed h1.t-learning,.t-learning .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning,.t-learning .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning,.t-learning .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning,.t-learning .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning,.t-learning .c-summary-box--themed h5{color:#B5FF2B;}.c-summary-box--themed h1.t-learning--educator,.t-learning--educator .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning--educator,.t-learning--educator .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning--educator,.t-learning--educator .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning--educator,.t-learning--educator .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning--educator,.t-learning--educator .c-summary-box--themed h5{color:#DEACFF;}.c-summary-box--themed h1.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h1,.c-summary-box--themed h2.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h2,.c-summary-box--themed h3.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h3,.c-summary-box--themed h4.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h4,.c-summary-box--themed h5.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h5{color:#6E0BAD;}.c-summary-box--themed .c-summary-box.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-default,.t-default .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-default-dark,.t-default-dark .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-guidance,.t-guidance .c-summary-box--themed .c-summary-box{border:1px solid #a91255;}.c-summary-box--themed .c-summary-box.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed .c-summary-box{border:1px solid #088488;}.c-summary-box--themed .c-summary-box.t-mature-orange,.t-mature-orange .c-summary-box--themed .c-summary-box{border:1px solid #B74E20;}.c-summary-box--themed .c-summary-box.t-mature-green,.t-mature-green .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-purple,.t-mature-purple .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-mature-yellow,.t-mature-yellow .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-brown,.t-mature-brown .c-summary-box--themed .c-summary-box{border:1px solid #2B220A;}.c-summary-box--themed .c-summary-box.t-learning,.t-learning .c-summary-box--themed .c-summary-box{border:1px solid #B5FF2B;}.c-summary-box--themed .c-summary-box.t-learning--educator,.t-learning--educator .c-summary-box--themed .c-summary-box{border:1px solid #DEACFF;}.c-summary-box--themed .c-summary-box.t-digital-transparency,.t-digital-transparency .c-summary-box--themed .c-summary-box{border:1px solid #6E0BAD;}.c-summary-box--w-margin{margin:1.875rem 0;}@media (min-width:767px){.c-summary-box--w-margin{margin:2.77778rem 0;}}@media (min-width:1400px){.c-summary-box--w-margin{margin:3.5rem 0;}}.c-further-reading{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-further-reading{padding:30px;}}@media (min-width:1024px){.c-further-reading{padding:40px;}}.c-further-reading.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-default,.t-default .c-further-reading{background-color:#e5f4f8;color:#003057;}.c-further-reading.t-default-dark,.t-default-dark .c-further-reading{background-color:#E3E7EA;color:#003057;}.c-further-reading.t-guidance,.t-guidance .c-further-reading{background-color:#F4EDF0;color:#8F1049;}.c-further-reading.t-your-vote-matters,.t-your-vote-matters .c-further-reading{background-color:#ECF3F3;color:#076A6E;}.c-further-reading.t-mature-orange,.t-mature-orange .c-further-reading{background-color:#F6F0EE;color:#B24B1F;}.c-further-reading.t-mature-green,.t-mature-green .c-further-reading{background-color:#F1F2ED;color:#706012;}.c-further-reading.t-mature-purple,.t-mature-purple .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-mature-yellow,.t-mature-yellow .c-further-reading{background-color:#F3F2ED;color:#706012;}.c-further-reading.t-mature-brown,.t-mature-brown .c-further-reading{background-color:#EEEEED;color:#2B220A;}.c-further-reading.t-learning,.t-learning .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-learning--educator,.t-learning--educator .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-digital-transparency,.t-digital-transparency .c-further-reading{background-color:#F0E6F6;color:#000000;}.c-further-reading h1.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h1,.c-further-reading h2.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h2,.c-further-reading h3.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h3,.c-further-reading h4.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h4,.c-further-reading h5.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h5{color:#705191;}.c-further-reading h1.t-default,.t-default .c-further-reading h1,.c-further-reading h2.t-default,.t-default .c-further-reading h2,.c-further-reading h3.t-default,.t-default .c-further-reading h3,.c-further-reading h4.t-default,.t-default .c-further-reading h4,.c-further-reading h5.t-default,.t-default .c-further-reading h5{color:#003057;}.c-further-reading h1.t-default-dark,.t-default-dark .c-further-reading h1,.c-further-reading h2.t-default-dark,.t-default-dark .c-further-reading h2,.c-further-reading h3.t-default-dark,.t-default-dark .c-further-reading h3,.c-further-reading h4.t-default-dark,.t-default-dark .c-further-reading h4,.c-further-reading h5.t-default-dark,.t-default-dark .c-further-reading h5{color:#003057;}.c-further-reading h1.t-guidance,.t-guidance .c-further-reading h1,.c-further-reading h2.t-guidance,.t-guidance .c-further-reading h2,.c-further-reading h3.t-guidance,.t-guidance .c-further-reading h3,.c-further-reading h4.t-guidance,.t-guidance .c-further-reading h4,.c-further-reading h5.t-guidance,.t-guidance .c-further-reading h5{color:#a91255;}.c-further-reading h1.t-your-vote-matters,.t-your-vote-matters .c-further-reading h1,.c-further-reading h2.t-your-vote-matters,.t-your-vote-matters .c-further-reading h2,.c-further-reading h3.t-your-vote-matters,.t-your-vote-matters .c-further-reading h3,.c-further-reading h4.t-your-vote-matters,.t-your-vote-matters .c-further-reading h4,.c-further-reading h5.t-your-vote-matters,.t-your-vote-matters .c-further-reading h5{color:#088488;}.c-further-reading h1.t-mature-orange,.t-mature-orange .c-further-reading h1,.c-further-reading h2.t-mature-orange,.t-mature-orange .c-further-reading h2,.c-further-reading h3.t-mature-orange,.t-mature-orange .c-further-reading h3,.c-further-reading h4.t-mature-orange,.t-mature-orange .c-further-reading h4,.c-further-reading h5.t-mature-orange,.t-mature-orange .c-further-reading h5{color:#B74E20;}.c-further-reading h1.t-mature-green,.t-mature-green .c-further-reading h1,.c-further-reading h2.t-mature-green,.t-mature-green .c-further-reading h2,.c-further-reading h3.t-mature-green,.t-mature-green .c-further-reading h3,.c-further-reading h4.t-mature-green,.t-mature-green .c-further-reading h4,.c-further-reading h5.t-mature-green,.t-mature-green .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-purple,.t-mature-purple .c-further-reading h1,.c-further-reading h2.t-mature-purple,.t-mature-purple .c-further-reading h2,.c-further-reading h3.t-mature-purple,.t-mature-purple .c-further-reading h3,.c-further-reading h4.t-mature-purple,.t-mature-purple .c-further-reading h4,.c-further-reading h5.t-mature-purple,.t-mature-purple .c-further-reading h5{color:#705191;}.c-further-reading h1.t-mature-yellow,.t-mature-yellow .c-further-reading h1,.c-further-reading h2.t-mature-yellow,.t-mature-yellow .c-further-reading h2,.c-further-reading h3.t-mature-yellow,.t-mature-yellow .c-further-reading h3,.c-further-reading h4.t-mature-yellow,.t-mature-yellow .c-further-reading h4,.c-further-reading h5.t-mature-yellow,.t-mature-yellow .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-brown,.t-mature-brown .c-further-reading h1,.c-further-reading h2.t-mature-brown,.t-mature-brown .c-further-reading h2,.c-further-reading h3.t-mature-brown,.t-mature-brown .c-further-reading h3,.c-further-reading h4.t-mature-brown,.t-mature-brown .c-further-reading h4,.c-further-reading h5.t-mature-brown,.t-mature-brown .c-further-reading h5{color:#2B220A;}.c-further-reading h1.t-learning,.t-learning .c-further-reading h1,.c-further-reading h2.t-learning,.t-learning .c-further-reading h2,.c-further-reading h3.t-learning,.t-learning .c-further-reading h3,.c-further-reading h4.t-learning,.t-learning .c-further-reading h4,.c-further-reading h5.t-learning,.t-learning .c-further-reading h5{color:#B5FF2B;}.c-further-reading h1.t-learning--educator,.t-learning--educator .c-further-reading h1,.c-further-reading h2.t-learning--educator,.t-learning--educator .c-further-reading h2,.c-further-reading h3.t-learning--educator,.t-learning--educator .c-further-reading h3,.c-further-reading h4.t-learning--educator,.t-learning--educator .c-further-reading h4,.c-further-reading h5.t-learning--educator,.t-learning--educator .c-further-reading h5{color:#DEACFF;}.c-further-reading h1.t-digital-transparency,.t-digital-transparency .c-further-reading h1,.c-further-reading h2.t-digital-transparency,.t-digital-transparency .c-further-reading h2,.c-further-reading h3.t-digital-transparency,.t-digital-transparency .c-further-reading h3,.c-further-reading h4.t-digital-transparency,.t-digital-transparency .c-further-reading h4,.c-further-reading h5.t-digital-transparency,.t-digital-transparency .c-further-reading h5{color:#6E0BAD;}.c-further-reading .c-further-reading__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-further-reading .c-further-reading__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading .c-further-reading__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading .c-further-reading__title{font-size:1.3rem;line-height:1.4;}}.c-further-reading .c-further-reading__title > span{background:none;}@media (min-width:767px){.c-further-reading__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-further-reading__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-further-reading__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-further-reading__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-further-reading__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-further-reading__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-further-reading__item{padding-left:2.5rem;}}@media (min-width:767px){.c-further-reading__item{width:50%;}}.c-further-reading__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-further-reading__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-further-reading__content:hover,.c-further-reading__content:focus{text-decoration:none;}.c-further-reading__content:hover > span:not(.visually-hidden),.c-further-reading__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-further-reading__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-further-reading__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading__content{font-size:1.1rem;line-height:1.4;}}.c-further-reading__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-further-reading__link:hover,.c-further-reading__link:focus{text-decoration:none;}@media (min-width:767px){.c-further-reading__link:hover > .o-icon,.c-further-reading__link:focus > .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-further-reading__link:hover .c-further-reading__content span,.c-further-reading__link:focus .c-further-reading__content span{background-size:100% 100%;}.c-further-reading__link.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-default,.t-default .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-default-dark,.t-default-dark .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-guidance,.t-guidance .c-further-reading__link{border-color:#8F1049;}.c-further-reading__link.t-your-vote-matters,.t-your-vote-matters .c-further-reading__link{border-color:#076A6E;}.c-further-reading__link.t-mature-orange,.t-mature-orange .c-further-reading__link{border-color:#B24B1F;}.c-further-reading__link.t-mature-green,.t-mature-green .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-purple,.t-mature-purple .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-mature-yellow,.t-mature-yellow .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-brown,.t-mature-brown .c-further-reading__link{border-color:#2B220A;}.c-further-reading__link.t-learning,.t-learning .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-learning--educator,.t-learning--educator .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-digital-transparency,.t-digital-transparency .c-further-reading__link{border-color:#000000;}.c-further-reading__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-taxonomy-tag{background-color:#003057;margin-bottom:10px;display:inline-block;margin-right:10px;color:#FFFFFF;font-size:1rem;line-height:1.2;padding:7px 15px;border-radius:20px;}@media all and (min-width:767px){.c-taxonomy-tag{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}.c-taxonomy-tag a{display:block;}.c-taxonomy-tag a:hover .o-icon,.c-taxonomy-tag a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-taxonomy-tag a > span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-taxonomy-tag a.is-active .c-taxonomy-tag__value{margin-left:10px;}.c-taxonomy-tag__status{-ms-flex-negative:0;flex-shrink:0;}.c-taxonomy-tag__status .o-icon{width:0.6rem;height:0.6rem;}.c-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}@media (min-width:767px){.c-teaser{height:100%;}}.c-teaser__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0;position:relative;width:100%;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-teaser__link{padding:20px;border-bottom:0;border-left:1px solid #25B2D3;}.c-teaser__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}}@media (min-width:1400px){.c-teaser__link{padding:30px;}}.c-teaser__link:hover,.c-teaser__link:focus{text-decoration:none;}@media (min-width:767px){.c-teaser__link:hover:before,.c-teaser__link:focus:before{width:100%;}}.c-teaser__link:hover .c-teaser__title span,.c-teaser__link:focus .c-teaser__title span{background-size:100% 100%;}.c-teaser__link.c-teaser__link--borderless{padding:0;border:0;}.c-teaser__link.c-teaser__link--borderless:before{display:none;}.c-teaser__img{margin-bottom:15px;-ms-flex-negative:0;flex-shrink:0;}.c-teaser__img img{display:block;width:100%;}.c-teaser__desc{font-size:1rem;line-height:1.5;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__desc{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser__desc{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser__desc{font-size:0.9rem;line-height:1.5;}}.hide-teaser-summary .c-teaser__desc{display:none;}.c-teaser__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-teaser__taxonomy{font-size:0.88rem;line-height:1.4;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__taxonomy{font-size:0.7rem;line-height:1.4;}}.c-teaser__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}.c-teaser__meta svg{margin-right:5px;fill:#003057;}.c-teaser__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__title{font-size:1.1rem;line-height:1.4;}}.c-teaser__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser__title:hover,.c-teaser__title:focus{text-decoration:none;}.c-teaser__title:hover > span:not(.visually-hidden),.c-teaser__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-teaser__link{border:0;padding:0;overflow:hidden;}@media (min-width:767px){.t-learning .c-teaser__link:before{display:none;}}@media (prefers-reduced-motion:no-preference){.t-learning .c-teaser__link:hover .c-teaser__img img,.t-learning .c-teaser__link:focus .c-teaser__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}}.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}@media all and (min-width:767px){.t-learning .c-teaser__title{font-size:1.3333rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}}.t-learning .c-teaser__taxonomy{display:none;}.t-learning .c-teaser__img img{-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}.t-learning .c-teaser__img .media__wrapper{overflow:hidden;}.t-learning .c-teaser__img img{opacity:0.6;}@supports (mix-blend-mode:multiply){.t-learning .c-teaser__img img{mix-blend-mode:multiply;opacity:1;}}.c-teaser__img .media__wrapper.t-learning,.t-learning .c-teaser__img .media__wrapper{background-color:#FF8BFF;}.c-teaser__img .media__wrapper.t-learning--educator,.t-learning--educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser__img .media__wrapper.t-digital-transparency,.t-digital-transparency .c-teaser__img .media__wrapper{background-color:#6F00B0;}.c-teaser--learning-educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser-listing{border-top:1px solid #25B2D3;}.c-teaser-listing__wrapper{padding:20px 0;display:block;}.c-teaser-listing__wrapper:hover .o-icon,.c-teaser-listing__wrapper:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-teaser-listing__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__wrapper{margin-left:-2.22222rem;padding:30px 0;}}.c-teaser-listing__wrapper:hover,.c-teaser-listing__wrapper:focus{text-decoration:none;}@media (min-width:767px){.c-teaser-listing__wrapper:hover:before,.c-teaser-listing__wrapper:focus:before{width:100%;}}.c-teaser-listing__wrapper:hover .c-teaser-listing__title span,.c-teaser-listing__wrapper:focus .c-teaser-listing__title span{background-size:100% 100%;}.c-teaser-listing__wrapper .o-icon{-ms-flex-negative:0;flex-shrink:0;}.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}@media all and (min-width:767px){.c-teaser-listing__wrapper p{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser-listing__wrapper p{font-size:0.9rem;line-height:1.5;}}.c-teaser-listing__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;}.c-teaser-listing__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-listing__title:hover,.c-teaser-listing__title:focus{text-decoration:none;}.c-teaser-listing__title:hover > span:not(.visually-hidden),.c-teaser-listing__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-listing__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-teaser-listing__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-listing__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-teaser-listing__title{margin-bottom:5px;}}.c-teaser-listing__date{margin-bottom:10px;}.c-teaser-listing__desc{margin-bottom:5px;}@media (min-width:767px){.c-teaser-listing__2-col-l{padding-left:1.66667rem;width:75%;}}@media (min-width:1024px){.c-teaser-listing__2-col-l{width:80%;padding-left:2.22222rem;}}.c-teaser-listing__w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-teaser-listing__w-icon .c-teaser-listing__title{margin-left:10px;}@media (min-width:767px){.c-teaser-listing__2-col-s{padding-left:1.66667rem;width:25%;}}@media (min-width:1024px){.c-teaser-listing__2-col-s{width:20%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-s{width:30%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-s{width:25%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-l{width:40%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-l{width:50%;padding-left:2.22222rem;}}.o-date{display:block;font-weight:bold;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.o-date{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.o-date{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.o-date{font-size:0.8rem;line-height:1.2;}}.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.9rem;line-height:1.4;}}.c-teaser-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:10px;}@media (min-width:767px){.c-teaser-icon{padding:0;}}.c-teaser-icon:hover,.c-teaser-icon:focus{text-decoration:none;}.c-teaser-icon:hover .c-teaser-icon__title span,.c-teaser-icon:focus .c-teaser-icon__title span{background-size:100% 100%;}.c-teaser-icon__icon{max-width:5rem;margin-right:1rem;}.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-icon__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-icon__title{font-size:1.1rem;line-height:1.4;}}.c-teaser-icon__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-icon__title:hover,.c-teaser-icon__title:focus{text-decoration:none;}.c-teaser-icon__title:hover > span:not(.visually-hidden),.c-teaser-icon__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-icon__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-translate-block{top:0;padding:20px;color:#003057;}@media (min-width:767px){.c-translate-block{margin-right:-15px;color:#FFFFFF;background-color:transparent;width:auto;padding:0;}}.c-translate-block:before{right:90px;}.c-translate-block__items{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;color:currentColor;padding:10px 0;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-translate-block__items a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-translate-block__items a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-translate-block__items a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:20px 15px;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}@media (min-width:767px){.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-translate-block__items a.is-active span{background-size:100% 100%;}.c-translate-block__items li{-ms-flex-preferred-size:50%;flex-basis:50%;}.c-translate-block__items li:last-child{border-left:1px solid #25B2D3;padding-left:20px;}@media (min-width:767px){.c-translate-block__items li{-ms-flex-preferred-size:auto;flex-basis:auto;}.c-translate-block__items li:last-child{border-left:0;padding-left:0;}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters - .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters - .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance - .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance - .c-voter-wizard input{color:#8F1049;}.c-voter-wizard select.t-mature-orange,.t-mature-orange .c-voter-wizard select,.c-voter-wizard textarea.t-mature-orange,.t-mature-orange - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-orange,.t-mature-orange - .c-voter-wizard input{color:#B24B1F;}.c-voter-wizard select.t-mature-green,.t-mature-green .c-voter-wizard select,.c-voter-wizard textarea.t-mature-green,.t-mature-green - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-green,.t-mature-green - .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-purple,.t-mature-purple .c-voter-wizard select,.c-voter-wizard textarea.t-mature-purple,.t-mature-purple - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-purple,.t-mature-purple - .c-voter-wizard input{color:#5D4378;}.c-voter-wizard select.t-mature-yellow,.t-mature-yellow .c-voter-wizard select,.c-voter-wizard textarea.t-mature-yellow,.t-mature-yellow - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-yellow,.t-mature-yellow - .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-brown,.t-mature-brown .c-voter-wizard select,.c-voter-wizard textarea.t-mature-brown,.t-mature-brown - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-brown,.t-mature-brown - .c-voter-wizard input{color:#2B220A;}.c-voter-wizard select.t-learning,.t-learning .c-voter-wizard select,.c-voter-wizard textarea.t-learning,.t-learning - .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning - .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator - .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator - .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-wysiwyg{}.c-wysiwyg blockquote{font-size:1.38rem;line-height:1.4;margin:1rem 0;font-weight:600;padding-left:20px;}@media all and (min-width:767px){.c-wysiwyg blockquote{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-wysiwyg blockquote{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-wysiwyg blockquote{font-size:1.3rem;line-height:1.4;}}.c-wysiwyg a:not([class]){text-decoration:underline;display:inline-block;}.c-wysiwyg a:not([class]):hover,.c-wysiwyg a:not([class]):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link) > .o-external-link-content{text-decoration:underline;}.c-wysiwyg .o-external-link:not(.button-link):hover,.c-wysiwyg .o-external-link:not(.button-link):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link):hover > .o-external-link-content,.c-wysiwyg .o-external-link:not(.button-link):focus > .o-external-link-content{text-decoration:none;}.c-wysiwyg li{margin:0 0 0.5em;}.c-wysiwyg .button-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1em;}.c-wysiwyg .button-link:first-child{margin-top:0;}.c-wysiwyg .button-link:last-child{margin-bottom:0;}.c-wysiwyg h2,.c-wysiwyg h3,.c-wysiwyg h4,.c-wysiwyg h5,.c-wysiwyg h6{margin-bottom:0.5em;}.c-wysiwyg h2:not(:first-child),.c-wysiwyg h3:not(:first-child),.c-wysiwyg h4:not(:first-child),.c-wysiwyg h5:not(:first-child),.c-wysiwyg h6:not(:first-child){margin-top:1em;}.c-wysiwyg-table{margin:1.875rem 0;}.c-wysiwyg-table th{background-color:#003057;color:#FFFFFF;}.c-wysiwyg-table td{background-color:#e5f4f8;color:#003057;}.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;border:1px solid #FFFFFF;margin:0;padding:20px;text-align:left;min-width:250px;max-width:500px;}@media all and (min-width:767px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table table{border-collapse:collapse;width:100% !important;}.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;text-align:left;margin-bottom:10px;}@media all and (min-width:767px){.c-wysiwyg-table caption{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table caption{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table .simplebar-track.horizontal{background-color:#e5f4f8;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;height:40px;padding:10px;overflow:hidden;position:relative;}.c-wysiwyg-table .horizontal.simplebar-track .simplebar-scrollbar{background-color:#003057;top:50%;margin-top:-3px;}.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}@media (min-width:480px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}}@media (max-width:766px){.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{padding-bottom:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-horizontal{background-color:#003057;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal{height:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal::before{content:"";left:20px;right:20px;position:absolute;height:8px;top:26px;background-color:rgba(255,255,255,0.2);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:8px;top:26px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-scrollbar::before{background-color:#25B2D3;border-radius:0;opacity:1;left:20px;right:20px;}}@media (min-width:767px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{width:100%;}}.c-resources-country-filter__list{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-weight:bolder;list-style:none;padding:0;}@media (min-width:480px){.c-resources-country-filter__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-resources-country-filter__list .form-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:0;height:100%;}.c-resources-country-filter__list .form-item .underline{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-country-filter__list .form-item:hover,.c-resources-country-filter__list .form-item:focus{text-decoration:none;}.c-resources-country-filter__list .form-item:hover .underline,.c-resources-country-filter__list .form-item:focus .underline{background-size:100% 100%;}.c-resources-country-filter__list .form-item.is-active .underline{position:relative;width:calc(100%);background-size:100% 100%;}.c-resources-country-filter__list .form-item .underline{width:auto;}.c-resources-country-filter__item{-webkit-box-flex:1;-ms-flex:1;flex:1;}.c-resources-country-filter__item .form-item-country .option{font-size:1.25rem;line-height:1.4;border-bottom:1px solid #B5FF2B;padding-top:16px;padding-bottom:16px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;}@media all and (min-width:767px){.c-resources-country-filter__item .form-item-country .option{font-size:1.66667rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-country-filter__item .form-item-country .option{font-size:1.5rem;line-height:1.4;}}@media (min-width:480px){.c-resources-country-filter__item .form-item-country .option{padding-top:0;padding-bottom:24px;}}.c-resources-country-filter__item .form-item-country input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-resources-country-filter__item .form-item-country input:checked + label{padding-bottom:15px;border-bottom-width:10px;}.paragraph--type--slice-learning-resources .form-submit{display:none;}.c-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:auto;background-color:rgba(0,48,87,0.8);}.c-modal__wrapper{display:table;width:100%;height:100%;}.c-modal__content{display:table-cell;padding:20px 0;width:100%;height:100%;vertical-align:middle;text-align:center;}.c-modal__container{display:inline-block;width:calc(100% - 3rem);max-width:768px;text-align:left;}.c-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;background-color:#088488;color:#FFFFFF;}.c-modal__title{margin:0;}.c-modal__close{padding:0;margin-left:auto;background-color:transparent;}.c-modal__close svg{width:35px;height:35px;fill:#FFFFFF;}.c-modal__body{padding:30px;background-color:#FFFFFF;}.c-modal__body > :last-child{margin-bottom:0;}@media (min-width:767px){.c-modal__body{overflow-y:auto;max-height:600px;}.c-modal__body::-webkit-scrollbar{padding:5px;background-color:#f5f5f5;width:10px;}.c-modal__body::-webkit-scrollbar-thumb{border-radius:15px;background-color:#003057;}}.c-modal--alert .c-modal__header,.c-modal--alert .c-modal__body{background-color:#9E0055;color:#FFFFFF;}.c-modal--alert .c-modal__title{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){.c-modal--alert .c-modal__title{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-modal--alert .c-modal__title{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-modal--alert .c-modal__title{font-size:2.3rem;line-height:1.4;}}.c-modal--alert .c-modal__body{padding-top:0;}.c-modal__list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-left:-15px;margin-bottom:15px;}.c-modal__list-container .c-modal__list{list-style:none;padding-left:15px;margin-bottom:0;}.c-modal__list--2-col{width:100%;-webkit-columns:2;columns:2;}.c-modal--campaign{overflow:hidden;}.c-modal--campaign .c-modal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;margin:auto;}.c-modal--campaign .c-modal__container{width:100%;max-width:700px;margin:10px auto;}@media (min-width:1280px){.c-modal--campaign .c-modal__container{max-width:1000px;margin:100px auto;}}@media (min-width:1400px){.c-modal--campaign .c-modal__container{max-width:1150px;}}.c-modal--campaign .c-modal__body{position:relative;padding:30px 20px;background:#FEC2DB;font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body{font-size:0.9rem;}}.c-modal--campaign .c-modal__body h2{font-size:2rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body h2{font-size:2.5rem;}}@media (min-width:767px){.c-modal--campaign .c-modal__body h2{margin-bottom:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__body{overflow-y:visible;max-height:none;padding:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__body{padding:50px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__content-cta-wrapper{width:65%;}}@media (min-width:1400px){.c-modal--campaign .c-modal__content-cta-wrapper{width:62.5%;}}.c-modal--campaign .c-modal__img{opacity:0;position:relative;margin-top:-55px;margin-bottom:-10px;max-width:375px;margin-left:auto;margin-right:auto;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}.c-modal--campaign .c-modal__img::before{content:'';display:block;padding-bottom:100%;}.c-modal--campaign .c-modal__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}@media (min-width:1280px){.c-modal--campaign .c-modal__img{width:500px;max-width:none;margin:0;position:absolute;top:50%;right:0;-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);-ms-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@media (min-width:1400px){.c-modal--campaign .c-modal__img{width:550px;-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);-ms-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-modal--campaign .c-modal__img.c-modal__img--animation-finished{opacity:1;}.c-modal--campaign .c-modal__img.c-modal__img--animation{opacity:1;-webkit-animation-name:imageAnimationMobile;animation-name:imageAnimationMobile;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.76,0,0.24,1);animation-timing-function:cubic-bezier(0.76,0,0.24,1);}@media (min-width:1280px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimation1280;animation-name:imageAnimation1280;}}@media (min-width:1400px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimationHuge;animation-name:imageAnimationHuge;}}.c-modal--campaign .c-modal__ctas{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:15px;}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:0;margin-left:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__ctas{margin-top:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}@-webkit-keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters - .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters - .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance - .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance - .c-voter-wizard input{color:#8F1049;}.c-voter-wizard select.t-mature-orange,.t-mature-orange .c-voter-wizard select,.c-voter-wizard textarea.t-mature-orange,.t-mature-orange - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-orange,.t-mature-orange - .c-voter-wizard input{color:#B24B1F;}.c-voter-wizard select.t-mature-green,.t-mature-green .c-voter-wizard select,.c-voter-wizard textarea.t-mature-green,.t-mature-green - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-green,.t-mature-green - .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-purple,.t-mature-purple .c-voter-wizard select,.c-voter-wizard textarea.t-mature-purple,.t-mature-purple - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-purple,.t-mature-purple - .c-voter-wizard input{color:#5D4378;}.c-voter-wizard select.t-mature-yellow,.t-mature-yellow .c-voter-wizard select,.c-voter-wizard textarea.t-mature-yellow,.t-mature-yellow - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-yellow,.t-mature-yellow - .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-brown,.t-mature-brown .c-voter-wizard select,.c-voter-wizard textarea.t-mature-brown,.t-mature-brown - .c-voter-wizard textarea,.c-voter-wizard input.t-mature-brown,.t-mature-brown - .c-voter-wizard input{color:#2B220A;}.c-voter-wizard select.t-learning,.t-learning .c-voter-wizard select,.c-voter-wizard textarea.t-learning,.t-learning - .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning - .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator - .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator - .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-parallax-image{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);height:300px;overflow:hidden;}@media (min-width:767px){.c-parallax-image{height:400px;}}.c-parallax-image img{height:600px;-o-object-fit:cover;object-fit:cover;}.c-quiz-container{-webkit-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;overflow:hidden;text-align:center;position:relative;}.c-quiz-container::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.1;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/raster/learning-resources-text-wall.png");background-position:center;}.c-quiz-container__inner{position:relative;padding:50px 8.33333%;background-repeat:no-repeat;background-position:center bottom;background-size:100%;}@media (min-width:767px){.c-quiz-container__inner{padding:100px 8.33333%;}}@media (min-width:1024px){.c-quiz-container__inner{padding:160px 8.33333%;}}.c-quiz{background-color:#323131;color:#FFFFFF;}.c-quiz__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-size:1.875rem;line-height:1.4;font-weight:800;text-align:center;margin-bottom:0.5em;}@media all and (min-width:767px){.c-quiz__title{font-size:1.66667rem;line-height:1.4;}}.c-quiz__subtitle{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quiz__subtitle{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}.c-quiz__component-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}.c-quiz__component{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;}.c-quiz__heading{font-size:2.5rem;line-height:1.4;font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:800;color:#FF8BFF;text-transform:none;text-align:center;margin-bottom:0.33em;}@media all and (min-width:767px){.c-quiz__heading{font-size:2.778rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quiz__heading{font-size:3rem;line-height:1.4;}}.c-quiz__title--left{text-align:left;}.c-quiz__lazyload-img-container{position:relative;}.c-quiz__lazyload-img{position:absolute;top:0;left:0;width:100%;height:100%;}.c-quiz__inline-buttons{margin-bottom:20px;list-style:none;padding-left:0;margin-left:-1.25rem;margin-top:-1.25rem;margin-bottom:0;width:100%;}@media (min-width:767px){.c-quiz__inline-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.66667rem;margin-top:-1.66667rem;height:100%;}}@media (min-width:1024px){.c-quiz__inline-buttons{margin-left:-2.22222rem;margin-top:-2.22222rem;padding:0 10%;}}@media (min-width:1400px){.c-quiz__inline-buttons{margin-left:-2.5rem;margin-top:-2.5rem;}}.c-quiz__inline-buttons--results{margin-bottom:50px;}.c-quiz__question-button-container{padding-left:1.25rem;padding-top:1.25rem;}@media (min-width:767px){.c-quiz__question-button-container{padding-left:1.66667rem;padding-top:1.66667rem;width:50%;}}@media (min-width:1024px){.c-quiz__question-button-container{padding-left:2.22222rem;padding-top:2.22222rem;}}@media (min-width:1400px){.c-quiz__question-button-container{padding-left:2.5rem;padding-top:2.5rem;}}.c-quiz__button{cursor:pointer;width:100%;text-transform:none;text-align:center;padding:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;position:relative;background-color:#B5FF2B;color:#000000;}.c-quiz__button:hover,.c-quiz__button:focus{text-decoration:none;background-color:#9ad925;}.c-quiz__button:last-child{margin-bottom:0;}.c-quiz__button--results{margin-bottom:20px;}@media (min-width:767px){.c-quiz__button--results{width:33.33333%;}}.c-quiz__button--back{background-color:#FF8BFF;}.c-quiz__button--back:hover,.c-quiz__button--back:focus{background-color:#cc6fcc;}@media (min-width:1024px){.c-quiz__button--next{width:auto;}}.c-quiz__results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.c-quiz__results-image{width:100%;margin-bottom:20px;}@media (min-width:767px){.c-quiz__results-image{max-width:450px;}}@media (min-width:1024px){.c-quiz__results-image{margin-bottom:20px;}}.c-quiz__results-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}@media (min-width:1024px){.c-quiz__results-share-container{margin-bottom:20px;}}.c-quiz__results-share-container .c-quiz__title{margin-bottom:0;}.c-quiz__results-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;}.c-quiz__results-share-label{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__results-share-label{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}.c-quiz__results-share-item{margin-left:20px;}@media (min-width:1024px){.c-quiz__results-share-item{margin-left:20px;}}.c-quiz__results-share-link{display:block;-webkit-transition:color 0.3s ease 0s;-o-transition:color 0.3s ease 0s;transition:color 0.3s ease 0s;}.c-quiz__results-share-link:hover .o-icon,.c-quiz__results-share-link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-quiz__results-share-link .o-icon{display:block;width:30px;height:30px;fill:#B5FF2B;}.c-quiz__answers-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;counter-reset:answers-list;margin-top:-20px;margin-bottom:40px;}@media (min-width:767px){.c-quiz__answers-list{margin-left:-1.66667rem;margin-top:-30px;}}@media (min-width:1024px){.c-quiz__answers-list{margin-left:-2.22222rem;margin-bottom:50px;}}@media (min-width:1400px){.c-quiz__answers-list{margin-left:-2.5rem;margin-bottom:70px;}}.c-quiz__answer{counter-increment:answers-list;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;}@media (min-width:767px){.c-quiz__answer{width:50%;padding-left:1.66667rem;padding-top:30px;}}@media (min-width:1024px){.c-quiz__answer{padding-left:2.22222rem;}}@media (min-width:1400px){.c-quiz__answer{padding-left:2.5rem;}}.c-quiz__answer::before{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";border-radius:50%;background-color:#ED1D24;color:#000000;width:36px;height:36px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:20px;font-weight:900;content:counter(answers-list);}.c-quiz__answer--correct::before{background-color:#B5FF2B;}.c-quiz__answer-question{margin-bottom:0.5em;}.c-quiz__answer-answer{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__answer-answer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}.slide-next-enter,.slide-next-leave,.slide-prev-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.slide-next-enter-to,.slide-next-leave-to{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}.slide-prev-enter,.slide-prev-leave-to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}.slide-prev-enter-to{-webkit-animation:enter-prev 0.3s ease-in-out;animation:enter-prev 0.3s ease-in-out;}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@-webkit-keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@media (prefers-reduced-motion){.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:none;-o-transition:none;transition:none;-webkit-animation:none;animation:none;}}.c-link-hub{margin:30px 0 0 0;}.c-link-hub__link{border-radius:2rem;border:3px solid #d0d0d0;background-image:-webkit-gradient(linear,left top,left bottom,from(#003057),to(#003057));background-image:-o-linear-gradient(top,#003057,#003057);background-image:linear-gradient(to bottom,#003057,#003057);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#FFFFFF;padding:2rem 1rem;text-align:center;margin-bottom:1rem;font-size:1.38rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-link-hub__link{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-link-hub__link{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-link-hub__link{font-size:1.3rem;line-height:1.4;}}.c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-link-hub__link > span span{text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-link-hub__link:hover,.c-link-hub__link:focus{text-decoration:none;}.c-link-hub__link:hover > span span,.c-link-hub__link:focus > span span{background-size:100% 100%;}.c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-link-hub__link{margin-bottom:0;min-height:12rem;}}.c-link-hub__link:after{content:"";display:block;position:absolute;border:2px solid rgba(255,255,255,0.7);top:0.35rem;right:0.35rem;bottom:0.35rem;left:0.35rem;border-radius:1.7rem;mix-blend-mode:overlay;z-index:0;}.c-location-bar{color:#FFFFFF;overflow:hidden;margin:1.875rem 0;}.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:20px;}@media (min-width:767px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:30px;}}@media (min-width:1024px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:40px;}}.c-location-bar__status{background-color:#705191;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.c-location-bar__status{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}}[data-js-location-actions]{display:none;}.c-location-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#573f70;}@media (min-width:767px){.c-location-bar__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.c-location-bar__actions button{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0.5rem 0;}@media (min-width:767px){.c-location-bar__actions button{margin:0 0.5rem;}}.c-location-bar__actions button:first-child{margin-left:0;}.c-location-bar__actions button:last-child{margin-right:0;}.c-location-bar__icon{margin-right:1rem;}.c-location-bar__status-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;}.c-location-bar__change-button{margin:1rem 0 0 calc(1.25rem + 1rem);text-decoration:underline;border:0;background:none;color:currentColor;outline:none;}@media (min-width:767px){.c-location-bar__change-button{padding-left:1rem;margin:0 0 0 1rem;border-left:2px solid #FFFFFF;}}.c-location-bar__change-button:hover,.c-location-bar__change-button:focus{text-decoration:none;}.c-location-bar__popup{display:none;background-color:#573f70;color:#FFFFFF;margin-top:1.5rem;position:absolute;z-index:10;padding-right:4rem;}@media (min-width:1024px){.c-location-bar__popup{max-width:40%;}}@media (min-width:1400px){.c-location-bar__popup{max-width:35%;}}.c-location-bar__popup:before{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #573f70;position:absolute;top:-16px;left:40px;}.c-location-bar__close{background-color:transparent;padding:0;color:#FFFFFF;position:absolute;top:20px;right:20px;outline:none;}@media (min-width:767px){.c-location-bar__close{top:30px;right:30px;}}@media (min-width:1024px){.c-location-bar__close{top:40px;right:40px;}}.c-location-bar__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-location-bar__close:hover .o-icon,.c-location-bar__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.pdf-puppeteer .c-nav-jumplink-container,.pdf-puppeteer .c-header,.pdf-puppeteer .c-social,.pdf-puppeteer .c-footer,.pdf-puppeteer .c-accordion__icon,.pdf-puppeteer .c-parallax-image,.pdf-puppeteer .o-back-to-top{display:none;}.pdf-puppeteer .c-accordion__content{display:block;}.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:1.875rem 20px;}@media (min-width:480px){.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:2.77778rem 20px;}}.pdf-puppeteer .o-slice--dark .o-slice__padding,.pdf-puppeteer .c-quote-container .o-slice__padding{margin:0;}.pdf-puppeteer .c-wysiwyg-table table{width:100%;table-layout:fixed;}.pdf-puppeteer #ccc,.pdf-puppeteer #ccc-overlay,.pdf-puppeteer #ccc-notify{display:none;}.c-alert{display:none;background-color:rgba(0,0,0,0.8);color:#FFFFFF;position:relative;}.c-alert--critical{background-color:#000000;}.c-alert--polite{background-color:rgba(0,0,0,0.6);}.c-alert__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 4rem 1rem 0;}@media (min-width:767px){.c-alert__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0;}}@media (min-width:767px){.c-alert__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.c-alert__content P:last-child{margin-bottom:0;}.c-alert__content P:last-of-type{display:inline;}.c-alert__content a{display:inline-block;text-decoration:underline;}@media (min-width:767px){.c-alert__content a{margin-top:0;}}.c-alert__content a:hover,.c-alert__content a:focus{text-decoration:none;}.c-alert__content a:after{display:none;}.c-alert__cta{margin-top:1rem;}@media (min-width:767px){.c-alert__cta{margin-top:0;margin-left:2rem;-ms-flex-negative:0;flex-shrink:0;}}@media (min-width:1024px){.c-alert__cta{margin-left:2.5rem;}}.c-alert__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}@media (min-width:767px){.c-alert__controls{margin-left:1.75rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}@media (min-width:1024px){.c-alert__controls{margin-left:2.5rem;}}.c-alert__close{position:absolute;top:1rem;right:20px;background:none;padding:0;border:0;color:#FFFFFF;}@media (min-width:767px){.c-alert__close{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-alert__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-alert__close:hover .o-icon,.c-alert__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-campaign{position:relative;padding:30px 20px;background:#FEC2DB;color:#003057;margin-left:-20px;margin-right:-20px;margin-top:5rem;margin-bottom:5rem;}@media (min-width:767px){.c-campaign{margin-left:0;margin-right:0;padding:30px;}}@media (min-width:1024px){.c-campaign{padding:2.44444rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1400px){.c-campaign{padding:2.5rem;}}.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.5rem;}}.c-campaign__title{margin-bottom:1rem;}@media (min-width:1024px){.c-campaign__title{margin-bottom:1.5rem;}}.c-campaign__content{font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-campaign__content{font-size:0.9rem;}}@media (min-width:1024px){.c-campaign__content{max-width:60%;padding-right:20px;}}.c-campaign__footer{margin-top:15px;width:100%;}@media (min-width:767px){.c-campaign__footer{margin-top:30px;}}.c-campaign__footer a{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:767px){.c-campaign__footer a{width:auto;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;}}.c-campaign__img{position:relative;margin-top:-40px;width:100%;max-width:400px;margin-left:auto;margin-right:auto;}.c-campaign__img::before{content:'';display:block;padding-bottom:90%;}.c-campaign__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;}@media (min-width:1024px){.c-campaign__img{width:45%;max-width:450px;margin-right:-80px;margin-top:-75px;margin-bottom:-120px;}}@media (min-width:1400px){.c-campaign__img{width:40%;max-width:500px;margin-right:-80px;margin-bottom:-140px;}} -.c-social .o-external-link::after {display: none} \ No newline at end of file diff --git a/postcode_lookup/static/css/screen.css b/postcode_lookup/static/css/screen.css index 47c9d68..93465cb 100644 --- a/postcode_lookup/static/css/screen.css +++ b/postcode_lookup/static/css/screen.css @@ -1,4 +1,4 @@ -html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-no-flexbox .swiper-slide{float:left;}.swiper-container-vertical > .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);}.swiper-container-multirow > .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;}.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto;}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform;}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y;}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x;}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:1;background:#007aff;}.swiper-container-vertical > .swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform;}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;}.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0;}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff;}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25);}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff;}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000;}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25);}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1);}.swiper-container-horizontal > .swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-container-vertical > .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite;}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat;}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube{overflow:visible;}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%;}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0;}.swiper-container-flip{overflow:visible;}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px;}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0;}.simplebar-offset{direction:inherit !important;-webkit-box-sizing:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none;}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;}.simplebar-content:before,.simplebar-content:after{content:' ';display:table;}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none;}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1;}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden;}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all;}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px;}.simplebar-scrollbar:before{position:absolute;content:'';background:black;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;-webkit-transition:opacity 0s linear;-o-transition:opacity 0s linear;transition:opacity 0s linear;}.simplebar-track.simplebar-vertical{top:0;width:11px;}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px;}.simplebar-track.simplebar-horizontal{left:0;height:11px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical{right:auto;left:0;}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}@media screen and (min-width:320px){head{font-family:"tiny 320px";}body:after{content:"tiny - min-width: 320px";}}@media screen and (min-width:480px){head{font-family:"small 480px";}body:after{content:"small - min-width: 480px";}}@media screen and (min-width:767px){head{font-family:"medium 767px";}body:after{content:"medium - min-width: 767px";}}@media screen and (min-width:1024px){head{font-family:"large 1024px";}body:after{content:"large - min-width: 1024px";}}@media screen and (min-width:1400px){head{font-family:"huge 1400px";}body:after{content:"huge - min-width: 1400px";}}@media screen and (min-width:1800px){head{font-family:"mega 1800px";}body:after{content:"mega - min-width: 1800px";}}head{clear:both;}head title{font-family:"tiny 320px, small 480px, medium 767px, large 1024px, huge 1400px, mega 1800px";}body:after{display:none;}*[data-usn-if]{display:none;}*:focus{outline:none;}.tabbing main:focus,.tabbing a:focus,.tabbing button:focus,.tabbing textarea:focus,.tabbing select:focus,.tabbing input:focus,.tabbing [role="button"]:focus,.tabbing .c-voter-wizard-radio__input:focus + .c-voter-wizard__label{-webkit-box-shadow:0 0 0 5px #16aa47;box-shadow:0 0 0 5px #16aa47;outline:none;}@media (min-width:767px){.o-grid-gutter{margin-left:-1.66667rem;}}@media (min-width:1024px){.o-grid-gutter{margin-left:-2.22222rem;}}@media (min-width:1400px){.o-grid-gutter{margin-left:-2.5rem;}}@media (min-width:767px){.o-grid-gutter__item{padding-left:1.66667rem;}}@media (min-width:1024px){.o-grid-gutter__item{padding-left:2.22222rem;}}@media (min-width:1400px){.o-grid-gutter__item{padding-left:2.5rem;}}.o-link-animate{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.o-link-animate > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-link-animate:hover,.o-link-animate:focus{text-decoration:none;}.o-link-animate:hover > span:not(.visually-hidden),.o-link-animate:focus > span:not(.visually-hidden){background-size:100% 100%;}.o-link-animate.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.u-visually-hidden,.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.u-visually-hidden-focusable:active,.u-visually-hidden-focusable:focus,.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.u-hidden{display:none;}.u-invisible{visibility:hidden;}.u-clear{clear:both;}.u-list-reset{margin:0;padding:0;list-style:none;}@media (min-width:1024px){.u-hide-desk{display:none;}}.u-hide-mob{display:none;}@media (min-width:1024px){.u-hide-mob{display:block;}}.svg-symbols{display:none;}form{zoom:1;}form:before,form:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}form:after{clear:both;}fieldset{zoom:1;border:0;padding:0;margin-left:0;}fieldset:before,fieldset:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}fieldset:after{clear:both;}legend,label{font-size:1.12rem;line-height:1.2;display:block;}@media all and (min-width:767px){legend,label{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){legend,label{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){legend,label{font-size:1.1rem;line-height:1.2;}}.fieldset-legend,label{margin-bottom:0.75em;display:block;}input,textarea,select{font-size:1rem;line-height:initial;display:block;width:100%;outline:0;border-radius:0px;border:0;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){input,textarea,select{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){input,textarea,select{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){input,textarea,select{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){input,textarea,select{padding:18px;}}select{-webkit-appearance:none;-webkit-border-radius:0px;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-chevron.svg");background-repeat:no-repeat;background-size:15px 8px;background-position:right 20px center;line-height:auto;}select::-ms-expand{display:none;}textarea{min-height:100px;resize:vertical;-webkit-overflow-scrolling:touch;}input[type=button],input[type=submit],button{border:0;width:auto;display:inline-block;vertical-align:middle;cursor:pointer;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;}input[type=checkbox],input[type=radio]{width:15px;height:15px;display:inline-block;vertical-align:middle;border:1px solid "keyline";position:static;background-color:#FFFFFF;margin-right:0.5em;}input[type=checkbox] + label,input[type=radio] + label{display:inline-block;vertical-align:middle;margin-bottom:0;}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 60px white inset;}::-webkit-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-webkit-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}:-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}::-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}:-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}::-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}.fieldset-inset{padding:24px 24px 0 24px;border:1px solid #003057;}.fieldset-inset.t-learning,.t-learning .fieldset-inset{border-color:#FF8BFF;}.fieldset-inset.t-learning--educator,.t-learning--educator .fieldset-inset{border-color:#00E7BD;}.fieldset-inset.t-digital-transparency,.t-digital-transparency .fieldset-inset{border-color:#6F00B0;}@media (min-width:767px){.fieldset-inset{padding:27px 27px 0 27px;}}@media (min-width:1024px){.fieldset-inset{padding:40px 40px 10px 40px;}}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:italic;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:bold;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}@font-face{font-family:"Swis721MdBTW05-Bold";font-style:normal;font-weight:normal;src:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}html{font-size:100%;line-height:1.4;}@media all and (min-width:767px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1024px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1400px){html{font-size:125%;line-height:1.5;}}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;}html{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;min-height:100%;}body{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#FFFFFF;color:#003057;}body.with-border{border:32px solid black !important;}body.with-border .o-back-to-top{right:32px;}body.with-border .c-home-hero{background-color:#252525;}body.nav-is-active{height:100%;width:100%;overflow:hidden;position:fixed;}body.moderation-note-highlight{background:#FFFFFF !important;}h1,h2,h3,h4,h5,h6,.o-type-h1,.o-type-h2,.o-type-h3,.o-type-h4,.o-type-h5,.o-type-h6{margin:0 0 1em;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}h1,.o-type-h1{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){h1,.o-type-h1{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){h1,.o-type-h1{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){h1,.o-type-h1{font-size:2.3rem;line-height:1.4;}}h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){h2,.o-type-h2{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){h2,.o-type-h2{font-size:1.8rem;line-height:1.4;}}h3,.o-type-h3{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){h3,.o-type-h3{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){h3,.o-type-h3{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){h3,.o-type-h3{font-size:1.3rem;line-height:1.4;}}h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){h4,.o-type-h4{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){h4,.o-type-h4{font-size:1.1rem;line-height:1.4;}}h5,.o-type-h5{font-size:1.12rem;line-height:1.4;}h6,.o-type-h6{font-size:1.12rem;line-height:1.4;}p{margin:0 0 1em;}ul,ol,dl{margin:0 0 1em;padding-left:1.5em;}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0;}a{color:currentColor;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration:none;}a:hover,a:focus{color:"hover";outline:0;text-decoration:underline;}.link-underline{text-decoration:underline;}.link-underline:hover,.link-underline:focus{text-decoration:none;}address{font-style:normal;}hr{border-bottom:1px solid "grey";border-left:none;border-right:none;border-top:none;margin:1em;}strong{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}img,picture,svg{margin:0;max-width:100%;}figure{margin:0;padding:0;}blockquote{margin:1em 0;padding-left:2em;border-left:1px solid "keyline";}blockquote p{position:relative;}blockquote p:first-child:before{content:open-quote;position:absolute;left:-0.5em;}blockquote p:last-child{margin-bottom:0;}blockquote p:last-child:after{content:close-quote;}cite{color:#003057;font-style:italic;}cite:before{content:"\2014 \00A0";}code{padding:4px 6px;}.l-main-content{position:relative;}@media (min-width:767px){.l-main-content{margin-left:-1.66667rem;}}@media (min-width:1024px){.l-main-content{margin-left:-2.22222rem;}}@media (min-width:1400px){.l-main-content{margin-left:-2.5rem;}}@media (min-width:767px){.l-main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}@media (min-width:767px){.l-content-w-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-content-w-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-content-w-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.l-content-w-sidebar .c-accordion__content{width:100%;}}@media (min-width:767px){.l-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.l-sidebar__padding{margin-top:1.875rem;}@media (min-width:767px){.l-sidebar__padding{margin-top:2.77778rem;}}@media (min-width:1400px){.l-sidebar__padding{margin-top:3.5rem;}}@media (min-width:767px){.page-node-type-landing-page .paragraph--type--slice-content,.page-node-type-landing-page .paragraph--type--slice-form,.page-node-type-landing-page .paragraph--type--slice-media,.page-node-type-landing-page .paragraph--type--summary-box,.page-node-type-landing-page .paragraph--type--tableau,.page-node-type-landing-page .paragraph--type--quote,.page-node-type-guidance-type .paragraph--type--slice-content,.page-node-type-guidance-type .paragraph--type--slice-form,.page-node-type-guidance-type .paragraph--type--slice-media,.page-node-type-guidance-type .paragraph--type--summary-box,.page-node-type-guidance-type .paragraph--type--tableau,.page-node-type-guidance-type .paragraph--type--quote{width:70%;}}.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media (min-width:1024px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:1024px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.region-content{margin:1.875rem 0;}@media (min-width:767px){.region-content{margin:2.77778rem 0;}}@media (min-width:1400px){.region-content{margin:3.5rem 0;}}.path-polling-stations .l-sidebar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.l-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.l-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.l-grid--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width:767px){.l-grid--2-col .l-grid__item{width:50%;}}@media (min-width:767px){.l-grid--3-col .l-grid__item{width:33.333%;}}@media (min-width:1024px){.l-grid--3-col-lrg .l-grid__item{width:33.333%;}}@media (min-width:767px){.l-grid--4-col .l-grid__item{width:50%;}}@media (min-width:1024px){.l-grid--4-col .l-grid__item{width:25%;}}@media (min-width:767px){.l-grid--w-h-gutter{margin-left:-0.83333rem;margin-right:-0.83333rem;}}@media (min-width:767px){.l-grid--w-h-gutter .l-grid__item{padding-left:0.83333rem;padding-right:0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter{margin-top:-0.83333rem;margin-bottom:-0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter .l-grid__item{padding-top:0.83333rem;padding-bottom:0.83333rem;}}.o-button,.c-wysiwyg .button-link{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;background-color:transparent;border:0;cursor:pointer;padding:0;outline:none;text-align:left;-webkit-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;}@media all and (min-width:767px){.o-button,.c-wysiwyg .button-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-button,.c-wysiwyg .button-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-button,.c-wysiwyg .button-link{font-size:0.9rem;line-height:1.5;}}.o-button--primary,.c-wysiwyg .button-link{padding:20px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.o-button--primary:hover,.c-wysiwyg .button-link:hover,.o-button--primary:focus,.c-wysiwyg .button-link:focus{text-decoration:none;}.o-button--primary:hover:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary:focus:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}.o-button--primary.o-external-link:after,.c-wysiwyg .o-external-link.button-link:after{content:none;}.o-button--primary.o-external-link:hover .o-icon,.c-wysiwyg .o-external-link.button-link:hover .o-icon,.o-button--primary.o-external-link:focus .o-icon,.c-wysiwyg .o-external-link.button-link:focus .o-icon{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}.o-button--primary .o-icon,.c-wysiwyg .button-link .o-icon{width:1.5rem;margin-left:1rem;position:relative;}.o-button--primary-reverse{padding:20px;}.o-button--primary-reverse:hover,.o-button--primary-reverse:focus{text-decoration:none;}.o-button--primary-reverse:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary-reverse:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(-5px) scaleX(-1);-ms-transform:translateX(-5px) scaleX(-1);transform:translateX(-5px) scaleX(-1);}.o-button--primary-reverse .o-icon{-webkit-transform:translateX(0px) scaleX(-1);-ms-transform:translateX(0px) scaleX(-1);transform:translateX(0px) scaleX(-1);margin-right:1rem;margin-left:0;width:1.5rem;}.o-button--light{background-color:#FFFFFF;color:#003057;}.o-button--light:hover,.o-button--light:focus{background-color:#e6e6e6;}.o-button--dark{background-color:#003057;color:#FFFFFF;}.o-button--dark:hover,.o-button--dark:focus{background-color:#007292;}.o-button--voting{background-color:#088488;color:#FFFFFF;}.o-button--voting:hover,.o-button--voting:focus{background-color:#055558;}.o-button--error{background-color:#ED1D24;color:#FFFFFF;}.o-button--error[disabled]{pointer-events:none;}.o-button--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.o-button--light-blue{background-color:#25B2D3;color:#003057;}.o-button--light-blue:hover,.o-button--light-blue:focus{background-color:#1a7b92;color:#FFFFFF;}.o-button--theme,.c-wysiwyg .button-link{background-color:#003057;color:#FFFFFF;}.o-button--theme:hover,.c-wysiwyg .button-link:hover,.o-button--theme:focus,.c-wysiwyg .button-link:focus{background-color:#007292;}.t-digital-transparency .o-button--theme,.t-digital-transparency .c-wysiwyg .button-link,.c-wysiwyg .t-digital-transparency .button-link{background-color:#6F00B0;color:#FFFFFF;}.t-digital-transparency .o-button--theme:hover,.t-digital-transparency .c-wysiwyg .button-link:hover,.c-wysiwyg .t-digital-transparency .button-link:hover,.t-digital-transparency .o-button--theme:focus,.t-digital-transparency .c-wysiwyg .button-link:focus,.c-wysiwyg .t-digital-transparency .button-link:focus{background-color:#4f007d;}.o-button--keyline-white{border:1px solid #FFFFFF;color:#FFFFFF;}.o-button--keyline-white:hover,.o-button--keyline-white:focus,.o-button--keyline-white.is-active{background-color:#FFFFFF;color:#705191;}.o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;}.o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.o-meta-link:hover,.o-meta-link:focus{text-decoration:none;}.o-meta-link:hover > span:not(.visually-hidden),.o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.o-meta-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-meta-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-meta-link{font-size:0.9rem;line-height:1.5;}}.o-external-link:after{content:'';background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-external-link.svg");width:22px;height:22px;background-size:cover;position:relative;display:inline-block;margin:2px 5px;vertical-align:sub;}.o-container,.o-container-fluid{margin:0 auto;padding:0 20px;max-width:1400px;width:100%;}@media (min-width:480px){.o-container,.o-container-fluid{padding:0 20px;}}@media (min-width:767px){.o-container,.o-container-fluid{padding:0 30px;}}@media (min-width:1024px){.o-container,.o-container-fluid{padding:0 50px;}}.o-container-fluid{max-width:none;}.o-container__padding{margin:1.875rem 0;}@media (min-width:767px){.o-container__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-container__padding{margin:3.5rem 0;}}.o-page{overflow-x:hidden;}.o-back-to-top{width:100%;position:fixed;bottom:-100px;margin-bottom:0;border-top:1px solid #FFFFFF;z-index:1;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}@media (min-width:767px){.o-back-to-top{border-top:0;right:0;width:auto;}}.o-back-to-top.-reveal{bottom:0;}.o-back-to-top:hover .o-icon,.o-back-to-top:focus .o-icon{top:45%;-webkit-transform:translateX(5px) rotate(180deg);-ms-transform:translateX(5px) rotate(180deg);transform:translateX(5px) rotate(180deg);}.o-back-to-top .o-icon{width:0.5rem;height:0.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon{width:1.25rem;height:1.25rem;display:inline-block;fill:currentColor;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.o-icon--large{width:2rem;height:2rem;}.media figcaption{font-size:1rem;line-height:1.2;padding:20px 0;border-bottom:1px solid #25B2D3;}@media all and (min-width:767px){.media figcaption{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.media figcaption{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.media figcaption{font-size:0.8rem;line-height:1.2;}}.media figcaption.t-learning,.t-learning .media figcaption{border-color:#FF8BFF;}.media figcaption.t-learning--educator,.t-learning--educator .media figcaption{border-color:#00E7BD;}.media figcaption.t-digital-transparency,.t-digital-transparency .media figcaption{border-color:#6F00B0;}.media img{display:block;}.media.media-left,.media.media-right{width:50%;margin-bottom:15px;}@media (min-width:767px){.media.media-left,.media.media-right{width:40%;margin-bottom:20px;}}.media.media-left{float:left;margin-right:15px;}@media (min-width:767px){.media.media-left{margin-left:20px;}}.media.media-right{float:right;margin-left:15px;}@media (min-width:767px){.media.media-right{margin-left:20px;}}.media.media-full{width:100%;margin-bottom:15px;clear:both;}@media (min-width:767px){.media.media-full{margin-bottom:20px;}}.media-image{display:block;}.media-image img{height:auto;display:block;}.media-image img:not([width]){width:100%;}.media-16_9_media .media__wrapper{position:relative;padding-top:56.25%;background-color:#002e54;}.media-16_9_media img{position:absolute;top:0;left:0;right:0;bottom:0;}.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;}.video-embed-field-lazy-play{height:40px;width:40px;left:auto;top:auto;margin-left:-36px;margin-top:-36px;position:absolute;background:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-play-bg.svg") no-repeat;background-size:20%;background-position:center;background-color:#003057;right:20px;bottom:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}@media (min-width:767px){.video-embed-field-lazy-play{height:60px;width:60px;}}@media (min-width:1024px){.video-embed-field-lazy-play{height:80px;width:80px;}}.video-embed-field-lazy-play:hover,.video-embed-field-lazy-play:focus{background-color:black;}.video-embed-field-lazy img{height:auto;}.media-document figcaption{padding-top:0;}.o-slice{clear:both;}.o-slice--100{width:100%;}.o-slice__padding{margin:1.875rem 0;}@media (min-width:767px){.o-slice__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-slice__padding{margin:3.5rem 0;}}.o-slice--dark{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.o-slice--dark{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--dark{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-slice--dark .o-slice__padding{margin:0;}.o-slice--pale{background-color:#e5f4f8;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);margin-top:22px;}@media (min-width:767px){.o-slice--pale{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--pale{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-view__padding{margin:calc(1.875rem / 2) 0 1.875rem;}@media (min-width:767px){.o-view__padding{margin:calc(2.77778rem / 2) 0 2.77778rem;}}@media (min-width:1400px){.o-view__padding{margin:calc(3.5rem / 2) 0 3.5rem;}}.o-view-title{margin:1.875rem 0 calc(1.875rem / 2);}@media (min-width:767px){.o-view-title{margin:2.77778rem 0 calc(2.77778rem / 2);}}@media (min-width:1400px){.o-view-title{margin:3.5rem 0 calc(3.5rem / 2);}}.o-form-subtitle{font-size:1.12rem;line-height:1.2;display:block;margin-bottom:20px;}@media all and (min-width:767px){.o-form-subtitle{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){.o-form-subtitle{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){.o-form-subtitle{font-size:1.1rem;line-height:1.2;}}@media (min-width:767px){.o-form-subtitle{margin-bottom:30px;}}@media (min-width:1024px){.o-form-subtitle{margin-bottom:40px;}}.ajax-progress-fullscreen{background:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");width:100px;height:100px;background-size:100px;border-radius:0;opacity:1;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:fixed;top:48.5%;z-index:1000;padding:4px;}.ajax-progress,.ajax-progress-throbber{display:inline-block;padding:1px 5px 2px 5px;}.ajax-links-api-loading{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-repeat:no-repeat;background-position:center;background-size:100px;height:100px;margin:0 auto;width:100%;}.throbber{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-position:center;background-size:60px;height:33px;margin:0 auto;width:33px;}.ui-datepicker{background-color:#003057;color:#FFFFFF;border:0 !important;border-radius:0;display:none;}.ui-datepicker.is-active{display:block !important;}.ui-datepicker-header{background-color:#003057;border:0;border-bottom:1px solid #FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.ui-datepicker-calendar{margin:20px;border-collapse:collapse;}.ui-datepicker-calendar th{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.ui-datepicker-calendar th{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-calendar th{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-calendar th{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-calendar td{border:1px solid #25B2D3;text-align:center;}.ui-datepicker-calendar td .ui-state-default{border:0;background-color:transparent;color:#FFFFFF;padding:5px;display:block;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-calendar td .ui-state-default:hover,.ui-datepicker-calendar td .ui-state-default:focus,.ui-datepicker-calendar td .ui-state-default:active{text-decoration:none;background-color:#25B2D3;}.ui-datepicker-calendar td .ui-state-active{background-color:#25B2D3;color:#003057;}.ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;}.ui-datepicker-title select{font-size:1rem;line-height:1.2;border-left:1px solid #FFFFFF;border-bottom:1px solid transparent;background-image:none;background-color:transparent;padding-top:5px;padding-bottom:5px;height:50px;color:#FFFFFF;}@media all and (min-width:767px){.ui-datepicker-title select{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-title select{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-title select{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-title select:last-of-type{border-right:1px solid #FFFFFF;}.ui-datepicker-next,.ui-datepicker-prev{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.ui-datepicker-next:hover,.ui-datepicker-next:focus,.ui-datepicker-next:active,.ui-datepicker-prev:hover,.ui-datepicker-prev:focus,.ui-datepicker-prev:active{border:0 !important;background-color:#001424;}.ui-datepicker-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.ui-icon{background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-chevron-bg.svg") !important;background-repeat:no-repeat;background-position:center;width:10px;height:10px;margin-top:0;overflow:hidden;text-indent:-9999px;}.ui-icon.ui-icon-circle-triangle-w{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.ui-icon.ui-icon-circle-triangle-e{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.ui-datepicker-trigger{text-indent:-9999px;white-space:nowrap;overflow:hidden;border-bottom:2px solid #007292;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/icon-calendar.svg") !important;width:60px;background-size:50%;background-color:#e5f4f8;background-repeat:no-repeat;background-position:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-trigger:hover,.ui-datepicker-trigger:focus{background-color:#25B2D3;}.c-date-picker{display:-webkit-box;display:-ms-flexbox;display:flex;}.ui-helper-clearfix:before{content:none;}.tableauPlaceholder{display:none !important;}@media (min-width:767px){.tableauPlaceholder{display:block !important;width:100% !important;overflow-x:auto !important;}}.form-item,.form-wrapper{margin-bottom:1.5em;}.form-item .c-status-message,.form-wrapper .c-status-message{margin-bottom:0;}input:not([type=checkbox]):not([type=radio]).parsley-error,input:not([type=checkbox]):not([type=radio]).input-error,select.parsley-error,select.input-error,textarea.parsley-error,textarea.input-error{border-left:5px solid #ED1D24;}input:not([type=checkbox]):not([type=radio]).parsley-error:not(.voter-wizard__input):not(.postcode-search__input),input:not([type=checkbox]):not([type=radio]).input-error:not(.voter-wizard__input):not(.postcode-search__input),select.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),select.input-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.input-error:not(.voter-wizard__input):not(.postcode-search__input){margin-bottom:1em;}.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;color:#ED1D24;}@media all and (min-width:767px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.9rem;line-height:initial;}}.parsley-errors-list,.errors-list{list-style-type:none;margin:10px 0;padding:0;}.form-required:after{content:'*';}.form-managed-file + .description{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.form-managed-file + .description{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}.form-managed-file .form-submit{margin-top:1em;margin-bottom:1em;}.form-submit{padding:20px;padding-right:70px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;background-color:#003057;color:#FFFFFF;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-button-arrow-bg.svg");background-repeat:no-repeat;background-size:30px 19px;background-position:right 20px center;}.form-submit:hover,.form-submit:focus{background-position:right 15px center;background-color:#007292;}.form-submit:disabled{pointer-events:none;opacity:0.4;}.webform-confirmation__message,.c-status-message{margin-bottom:1rem;padding:20px;border:1px solid #25B2D3;}.webform-confirmation__message.-error,.c-status-message.-error{border:1px solid #ED1D24;}.webform-multiple-table th{text-align:left;}.webform-multiple-table th,.webform-multiple-table td.webform-multiple-table--operations{vertical-align:top;}.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){.webform-multiple-table .form-managed-file .file{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.webform-multiple-table .form-managed-file .file{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file{padding:18px;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file,.webform-multiple-table input{height:65px;}}td.webform-multiple-table--operations input[type=image]{display:inline-block;width:30px;height:30px;border-bottom:0;opacity:.7;}@media (max-width:766px){.webform-multiple-table-responsive .js-form-type-managed-file{margin-bottom:0;}}.webform-multiple-table-responsive tr:last-child .js-form-type-managed-file{margin-bottom:0;}@media (max-width:766px){.webform-multiple-table-responsive td{padding:0;}}.see-footnote{font-size:0.75rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;position:relative;margin:0 10px;vertical-align:top;display:inline-block;}@media all and (min-width:767px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1024px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1400px){.see-footnote{font-size:0.6rem;line-height:1.4;}}.see-footnote:before{content:'[';position:absolute;left:-6px;top:-1px;}.see-footnote:after{content:']';position:absolute;right:-6px;top:-1px;}.footnotes{list-style-type:none;padding:0;margin:0;}.footnotes li{margin-bottom:0 !important;}.footnote-label{text-decoration:none !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.footnote-label > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.footnote-label:hover,.footnote-label:focus{text-decoration:none;}.footnote-label:hover > span:not(.visually-hidden),.footnote-label:focus > span:not(.visually-hidden){background-size:0% 100%;}.footnote-label.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-guidance-print .c-book-nav{display:none !important;}.t-guidance-print .c-accordion__content{display:block !important;}.page-node-type-longform-content .o-slice__title{font-size:1.625rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .o-slice__title{font-size:1.61rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .o-slice__title{font-size:2.22rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .o-slice__title{font-size:2.5rem;line-height:1.4;}}.page-node-type-longform-content .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(#e5f4f8),to(#e5f4f8));background-image:-o-linear-gradient(#e5f4f8,#e5f4f8);background-image:linear-gradient(#e5f4f8,#e5f4f8);background-size:0 16px;background-position:left bottom;background-repeat:no-repeat;-webkit-transition:background-size 1s ease;-o-transition:background-size 1s ease;transition:background-size 1s ease;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title > span{background-size:0 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title > span{background-size:0 30px;}}.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 16px;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 30px;}}.page-node-type-longform-content .o-slice--dark .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(37,178,211,0.5)),to(rgba(37,178,211,0.5)));background-image:-o-linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));background-image:linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg{width:70%;}}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th{background-color:#FFFFFF;color:#003057;}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th,.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg td{border-color:#25B2D3;}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-summary-box{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-3.75rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-5.55556rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-7rem;}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{position:relative;top:-1.875rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-2.77778rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-3.5rem;}}.page-node-type-longform-content .o-slice + .o-slice{margin-top:0;}.page-node-type-longform-content .o-slice + .o-slice::before{content:"";border-top:1px solid #25B2D3;display:block;}.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .o-slice--dark::before,.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .c-quote-container::before,.page-node-type-longform-content .o-slice--dark + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before,.page-node-type-longform-content .c-quote-container + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before{display:none;}.page-node-type-longform-content .o-slice + .o-slice--has-jump-link::before{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);}.t-learning{color:#000000;}.t-learning .c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-learning .c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.t-learning .c-feedback-form__item:hover,.t-learning .c-feedback-form__item:focus{text-decoration:none;}.t-learning .c-feedback-form__item:hover > span:not(.visually-hidden),.t-learning .c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.t-learning .c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-hero__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:900;text-transform:uppercase;}@media all and (min-width:767px){.t-learning .c-hero__title{font-size:2.222rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-hero__title{font-size:3.6111rem;line-height:1.4;}}.t-learning .c-hero__img,.t-learning .c-hero__img *{height:100%;}.t-learning .video-embed-field-lazy-play{right:50%;bottom:50%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);border-radius:50%;background-color:#323131;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:1024px){.t-learning .video-embed-field-lazy-play{width:100px;height:100px;}}.t-learning .video-embed-field-lazy-play:hover,.t-learning .video-embed-field-lazy-play:focus{background-color:#000000;}.t-learning .video-embed-field-lazy-play::before{content:"";width:0;height:0;border:13px solid;border-color:transparent;border-left:19.5px solid #B5FF2B;border-right:0;display:block;-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px);}@media (min-width:767px){.t-learning .paragraph--type--slice-content .c-wysiwyg{width:70%;}}@media (min-width:767px){.t-learning .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}.t-learning .c-accordion__btn{color:#000000;}@media (min-width:767px){.t-learning .l-grid{margin-left:-1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid{margin-left:-2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid{margin-left:-2.5rem;}}@media (min-width:767px){.t-learning .l-grid__item{padding-left:1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid__item{padding-left:2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid__item{padding-left:2.5rem;}}.t-learning .c-location-bar__status{background-color:#003057;}.t-learning .c-location-bar__actions{background-color:#012844;}.t-learning .c-location-bar__actions button.is-active,.t-learning .c-location-bar__actions button:hover,.t-learning .c-location-bar__actions .tabbing button:focus{color:#012844;}.t-learning .c-location-bar__popup{--icon-circle:color('white');background-color:#012844;}.t-learning .c-location-bar__popup:before{border-bottom:16px solid #012844;}.t-learning{--icon-circle:#B5FF2B;}.t-learning--educator{--icon-circle:#DEACFF;}.t-digital-transparency{--icon-circle:#6F00B0;}.t-learning .video-embed-field-lazy-play::before{border-left-color:#B5FF2B;}.t-learning--educator .video-embed-field-lazy-play::before{border-left-color:#DEACFF;}.t-digital-transparency .video-embed-field-lazy-play::before{border-left-color:#6F00B0;}.t-digital-transparency .region-content,.t-digital-transparency .region-sidebar-first,.t-digital-transparency .c-sidebar{color:#000000;}.t-digital-transparency .region-content h2,.t-digital-transparency .region-content h3,.t-digital-transparency .region-content h4,.t-digital-transparency .region-content h5,.t-digital-transparency .region-content h6,.t-digital-transparency .region-sidebar-first h2,.t-digital-transparency .region-sidebar-first h3,.t-digital-transparency .region-sidebar-first h4,.t-digital-transparency .region-sidebar-first h5,.t-digital-transparency .region-sidebar-first h6,.t-digital-transparency .c-sidebar h2,.t-digital-transparency .c-sidebar h3,.t-digital-transparency .c-sidebar h4,.t-digital-transparency .c-sidebar h5,.t-digital-transparency .c-sidebar h6{color:#6E0BAD;}.t-digital-transparency .c-link-hub__link{background-image:-webkit-gradient(linear,left top,left bottom,from(#C60097),to(#50077C));background-image:-o-linear-gradient(top,#C60097,#50077C);background-image:linear-gradient(to bottom,#C60097,#50077C);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #50077C,-1px 0 0 #50077C;}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{text-shadow:1px 2px 0 #50077C,-1px 2px 0 #50077C;}}.t-digital-transparency .c-link-hub__link:hover,.t-digital-transparency .c-link-hub__link:focus{text-decoration:none;}.t-digital-transparency .c-link-hub__link:hover > span span,.t-digital-transparency .c-link-hub__link:focus > span span{background-size:100% 100%;}.t-digital-transparency .c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-hero--w-img{background-image:url(https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/raster/hero-digital-transparency-bg.jpg);background-size:cover;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img:before{content:"";display:block;position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background-color:#6F00B0;mix-blend-mode:color;}.t-digital-transparency .c-hero--w-img .c-hero__img,.t-digital-transparency .c-hero--w-img .c-hero__img *{height:100%;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img .c-hero__img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img .c-hero__img img{-o-object-fit:contain;object-fit:contain;}.t-digital-transparency .c-hero__title{position:relative;}.paragraph--type--slice-content .paragraph--type--slice-summary-box .o-slice__padding{margin:0.5rem 0;}.paragraph--type--slice-accordion .paragraph--type--slice-content .o-slice__padding,.paragraph--type--slice-accordion .paragraph--type--slice-summary-box .o-slice__padding{margin:2rem 0 0.5rem;}.paragraph--type--slice-accordion .paragraph--type--intro-content{margin:2.5rem 0 0.5rem;}.c-accordion{border-bottom:1px solid #25B2D3;}.c-accordion:first-of-type{border-top:1px solid #25B2D3;}.c-accordion.t-learning,.t-learning .c-accordion{--icon-circle:#FF8BFF;border-color:#FF8BFF;}.c-accordion.t-learning--educator,.t-learning--educator .c-accordion{--icon-circle:#00E7BD;border-color:#00E7BD;}.c-accordion.t-digital-transparency,.t-digital-transparency .c-accordion{--icon-circle:#6F00B0;border-color:#6F00B0;}.c-accordion__tab{margin-bottom:0;}.c-accordion__btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-size:inherit;width:100%;text-align:left;padding:20px 0;padding-right:2.5rem;position:relative;color:#003057;}.c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-accordion__btn:hover,.c-accordion__btn:focus{text-decoration:none;}.c-accordion__btn:hover > span:not(.visually-hidden),.c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-accordion__btn{color:#6E0BAD;}.c-accordion__btn:hover span,.c-accordion__btn:focus span{background-size:100% 100%;}.c-accordion__btn:hover .c-accordion__icon,.c-accordion__btn:focus .c-accordion__icon{-webkit-transform:translateY(-50%) scale(0.9);-ms-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);}.c-accordion__btn.-active .c-accordion__icon{-webkit-transform:translateY(-50%) rotate(45deg) scale(0.9);-ms-transform:translateY(-50%) rotate(45deg) scale(0.9);transform:translateY(-50%) rotate(45deg) scale(0.9);}.c-accordion__icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}@media (min-width:767px){.c-accordion__icon{width:35px;height:35px;}}.c-accordion__content{zoom:1;display:none;padding:20px 0;}.c-accordion__content:before,.c-accordion__content:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.c-accordion__content:after{clear:both;}@media (min-width:767px){.c-accordion__content{width:70%;}}.page-node-type-longform-content .c-accordion{border:0;background-color:#e5f4f8;}.page-node-type-longform-content .c-accordion:not(:last-child){margin-bottom:12px;}.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e5f4f8;padding-left:20px;padding-right:75px;}@media all and (min-width:767px){.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-accordion__btn{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-accordion__btn{font-size:1.1rem;line-height:1.4;}}.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.page-node-type-longform-content .c-accordion__btn:hover,.page-node-type-longform-content .c-accordion__btn:focus{text-decoration:none;}.page-node-type-longform-content .c-accordion__btn:hover > span:not(.visually-hidden),.page-node-type-longform-content .c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.page-node-type-longform-content .c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn{padding-left:30px;padding-right:85px;}}.page-node-type-longform-content .c-accordion__icon{right:20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__icon{right:30px;}}.page-node-type-longform-content .c-accordion__content{padding:0 20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__content{padding:0 30px;}}.c-accordion--guidlet-menu{border-bottom:1px solid #25B2D3;}.c-accordion--guidlet-menu:first-of-type{border-top:0;}@media (min-width:1024px){.c-accordion--guidlet-menu{border-bottom:0;}}.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.1rem;line-height:1.4;}}.c-accordion--guidlet-menu .c-accordion__btn{border-top:1px solid #25B2D3;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__btn{display:none;}}.c-accordion--guidlet-menu .c-accordion__content{padding:30px 0;width:100%;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__content{display:block;padding:0;border-bottom:0;}}.c-accordion--legacy{border-top:1px solid #25B2D3;border-bottom:0;}.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-accordion--legacy .c-accordion__tab{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--legacy .c-accordion__tab{font-size:0.9rem;line-height:1.4;}}.c-accordion--legacy .c-accordion__btn{background-color:#e5f4f8;padding:20px;padding-right:60px;}.c-accordion--legacy .c-accordion__content{background-color:#e5f4f8;padding:20px;padding-top:1px;}@media (min-width:767px){.c-accordion--legacy .c-accordion__content{width:100%;}}.c-accordion--legacy .c-accordion__icon{right:0;}.c-alert-revision{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-alert-revision__icon{width:25px;margin:2px 10px 0 0;}.c-alert-revision__content{width:80%;}.c-alert-revision__content a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-alert-revision__content a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-alert-revision__content a:hover,.c-alert-revision__content a:focus{text-decoration:none;}.c-alert-revision__content a:hover > span:not(.visually-hidden),.c-alert-revision__content a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-alert-revision__content a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb{padding:10px 0;}.c-breadcrumb.page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-default,.t-default .c-breadcrumb{background-color:#e5f4f8;color:#003057;}.c-breadcrumb.t-default-dark,.t-default-dark .c-breadcrumb{background-color:#003057;color:#FFFFFF;}.c-breadcrumb.t-guidance,.t-guidance .c-breadcrumb{background-color:#a91255;color:#FFFFFF;}.c-breadcrumb.t-your-vote-matters,.t-your-vote-matters .c-breadcrumb{background-color:#088488;color:#FFFFFF;}.c-breadcrumb.t-mature-orange,.t-mature-orange .c-breadcrumb{background-color:#B74E20;color:#FFFFFF;}.c-breadcrumb.t-mature-green,.t-mature-green .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-purple,.t-mature-purple .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-mature-yellow,.t-mature-yellow .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-brown,.t-mature-brown .c-breadcrumb{background-color:#2B220A;color:#FFFFFF;}.c-breadcrumb.t-learning,.t-learning .c-breadcrumb{background-color:#FF8BFF;color:#000000;}.c-breadcrumb.t-learning--educator,.t-learning--educator .c-breadcrumb{background-color:#00E7BD;color:#000000;}.c-breadcrumb.t-digital-transparency,.t-digital-transparency .c-breadcrumb{background-color:#6F00B0;color:#FFFFFF;}.has-campaign-hero .c-breadcrumb{background-color:#FEC2DB;color:#003057;}.c-breadcrumb__menu{display:none;}@media (min-width:767px){.c-breadcrumb__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.has-campaign-hero .c-breadcrumb__menu{max-width:60%;}}.c-breadcrumb__title{font-size:1rem;line-height:1.5;margin-bottom:0;padding:10px 0;}@media all and (min-width:767px){.c-breadcrumb__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__title{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__title a{text-decoration:underline;}.c-breadcrumb__title a:hover,.c-breadcrumb__title a:focus{text-decoration:none;}@media (min-width:767px){.c-breadcrumb__title{display:none;}}.c-breadcrumb__item{font-size:1rem;line-height:1.5;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}@media all and (min-width:767px){.c-breadcrumb__item{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__item{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__item{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px;padding-left:0;}.c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.c-breadcrumb__item a:hover,.c-breadcrumb__item a:focus{text-decoration:none;}.c-breadcrumb__item a:hover > span:not(.visually-hidden),.c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.has-campaign-hero .c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-breadcrumb__item a:hover,.has-campaign-hero .c-breadcrumb__item a:focus{text-decoration:none;}.has-campaign-hero .c-breadcrumb__item a:hover > span:not(.visually-hidden),.has-campaign-hero .c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb__item .o-icon{display:none;}@media (min-width:767px){.c-breadcrumb__item .o-icon{display:inline-block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-banner-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;}@media (min-width:767px){.c-banner-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.66667rem;}}.c-banner{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.875rem;}@media (min-width:767px){.c-banner{margin-left:1.66667rem;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-ms-flex-preferred-size:calc(50% - 1.66667rem);flex-basis:calc(50% - 1.66667rem);}}.c-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px;border:1px solid #25B2D3;}@media (min-width:767px){.c-banner__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:30px;}}@media (min-width:1024px){.c-banner__wrapper{padding:40px;}}.c-banner__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.c-banner__content p{margin-bottom:0;}.c-banner__content h2{margin-bottom:15px;}.c-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:20px;}@media (min-width:767px){.c-banner__btn{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;padding-left:0;margin-top:20px;}}.c-banner__btn a{width:100%;}@media (min-width:767px){.c-banner__btn a{width:auto;}}.c-book-nav{border-top:1px solid #25B2D3;padding:30px 0;}.c-book-nav--w-prev .c-book-nav__items{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-book-nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.c-book-nav__item{width:50%;}.c-book-nav__item:nth-child(2n) .c-book-nav__link{padding-left:10px;}.c-book-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;}.c-book-nav__link:hover .o-icon,.c-book-nav__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-book-nav__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-book-nav__link:hover,.c-book-nav__link:focus{text-decoration:none;}.c-book-nav__link:hover .c-book-nav__title span,.c-book-nav__link:focus .c-book-nav__title span{background-size:100% 100%;}.c-book-nav__link .o-icon{width:1.75rem;height:1.75rem;-ms-flex-negative:0;flex-shrink:0;}.c-book-nav__link--prev .o-icon{margin-right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-book-nav__link--prev:hover .o-icon,.c-book-nav__link--prev:focus .o-icon{-webkit-transform:rotate(180deg) scale(1.2);-ms-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2);}.c-book-nav__link--next{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media (min-width:767px){.c-book-nav__link--next{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:767px){.c-book-nav__link--next .c-book-nav__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:767px){.c-book-nav__link--next .o-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px;}}.c-book-nav__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:10px;width:100%;}.c-book-nav__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-book-nav__title:hover,.c-book-nav__title:focus{text-decoration:none;}.c-book-nav__title:hover > span:not(.visually-hidden),.c-book-nav__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-book-nav__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-book-nav__title{width:85%;margin-top:0;}}.c-guidlet-footer{margin:30px 0;padding:20px;border:1px solid #25B2D3;}.c-carousel{position:relative;background-color:#003057;color:#FFFFFF;}.c-carousel__container{overflow:hidden;}@media (max-width:766px){.c-carousel__container .o-container{padding:0;}}@media (min-width:767px){.c-carousel__container .o-container{position:relative;}}@media (min-width:767px){.c-carousel__container .swiper-container{overflow:visible;}}.c-carousel__container .swiper-slide{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}@media (min-width:767px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;margin-right:40px;}}@media (min-width:1024px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:35%;flex-basis:35%;}}@media (min-width:1800px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;}}.c-carousel__container .swiper-slide.swiper-slide-prev,.c-carousel__container .swiper-slide.swiper-slide-next + .swiper-slide{opacity:0.4;pointer-events:none;}.c-carousel__container .swiper-wrapper{margin-bottom:30px;}@media (min-width:767px){.c-carousel__container .swiper-wrapper{padding-top:30px;}}.c-carousel__container .swiper-scrollbar-drag{border-radius:0;background-color:#25B2D3;cursor:pointer;}.c-carousel__btns{position:absolute;width:100%;z-index:1;top:0;margin-top:calc(100% / (16 / 9));-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;}@media (min-width:767px){.c-carousel__btns{position:static;margin-top:0;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;}}@media (min-width:1024px){.c-carousel__btns{border:none;padding:0;}}.c-carousel__btn-next,.c-carousel__btn-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;background:#FFFFFF;color:#003057;width:2rem;height:2rem;border-radius:50%;padding:10px;margin:0 5px;}@media (min-width:767px){.c-carousel__btn-next,.c-carousel__btn-prev{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 7.5px;}}@media (min-width:1440px){.c-carousel__btn-next,.c-carousel__btn-prev{width:2.5rem;height:2.5rem;}}@media (min-width:1500px){.c-carousel__btn-next,.c-carousel__btn-prev{width:3rem;height:3rem;}}.c-carousel__btn-next:hover,.c-carousel__btn-next:focus,.c-carousel__btn-prev:hover,.c-carousel__btn-prev:focus{cursor:pointer;}.c-carousel__btn-next.swiper-button-disabled,.c-carousel__btn-prev.swiper-button-disabled{pointer-events:none;opacity:0.3;}.c-carousel__btn-next{right:10px;}@media (min-width:1024px){.c-carousel__btn-next{right:0;}}@media (min-width:1440px){.c-carousel__btn-next{right:-15px;}}@media (min-width:1500px){.c-carousel__btn-next{right:-40px;}}@media (min-width:1800px){.c-carousel__btn-next{right:-60px;}}.c-carousel__btn-next .o-icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.c-carousel__btn-prev{left:10px;}@media (min-width:1024px){.c-carousel__btn-prev{left:0;}}@media (min-width:1440px){.c-carousel__btn-prev{left:-15px;}}@media (min-width:1500px){.c-carousel__btn-prev{left:-40px;}}@media (min-width:1800px){.c-carousel__btn-prev{left:-60px;}}.c-carousel__btn-prev .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-carousel-teaser{display:block;position:relative;}@media (min-width:767px){.c-carousel-teaser::before{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;border:1px solid #25B2D3;display:none;}}.c-carousel-teaser:hover,.c-carousel-teaser:focus{text-decoration:none;}@media (min-width:767px){.c-carousel-teaser:hover::before,.c-carousel-teaser:focus::before{display:block;}}.c-carousel-teaser:hover h2 span,.c-carousel-teaser:focus h2 span{background-size:100% 100% !important;}.c-carousel-teaser__img{margin-bottom:20px;}.c-carousel-teaser__content{padding:0 20px;}@media (min-width:767px){.c-carousel-teaser__content{padding:0;}}.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-carousel-teaser__content h2{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-carousel-teaser__content h2{font-size:1.1rem;line-height:1.4;}}.c-carousel-teaser__content h2 > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-carousel-teaser__content h2:hover,.c-carousel-teaser__content h2:focus{text-decoration:none;}.c-carousel-teaser__content h2:hover > span:not(.visually-hidden),.c-carousel-teaser__content h2:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-carousel-teaser__content h2.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-cookie{background-color:#e5f4f8;color:#003057;padding:20px 0;display:none;}@media (min-width:767px){.c-cookie__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-cookie__text{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:767px){.c-cookie__text{width:50%;}}@media (min-width:1024px){.c-cookie__text{width:auto;}}.c-cookie__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media (min-width:767px){.c-cookie__controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}}.c-cookie__controls li{margin:10px;margin-bottom:0;}.c-cookie__controls li:first-of-type{margin-left:0;}@media (min-width:767px){.c-cookie__controls li{margin:0;}}.c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:inherit;display:block;background:none;padding:0;outline:none;}.c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-cookie__cta:hover,.c-cookie__cta:focus{text-decoration:none;}.c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie__cta{margin-left:30px;}}.c-cookie--alert{background-color:#9E0055;color:#FFFFFF;}.c-cookie--alert .c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #9E0055,-1px 0 0 #9E0055;}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #9E0055,-1px 2px 0 #9E0055;}}.c-cookie--alert .c-cookie__cta:hover,.c-cookie--alert .c-cookie__cta:focus{text-decoration:none;}.c-cookie--alert .c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie--alert .c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie--alert .c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie--alert .c-cookie__text{width:auto;}}.c-cookie--alert .o-icon{margin-right:15px;-webkit-box-flex:0;-ms-flex:none;flex:none;}#ccc #ccc-notify{margin:0 auto !important;padding:20px !important;width:100%;max-width:1400px;}@media (min-width:600px){#ccc #ccc-notify{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}}@media (min-width:767px){#ccc #ccc-notify{padding:30px !important;}}@media (min-width:1024px){#ccc #ccc-notify{padding:50px !important;}}@media (min-width:1400px){#ccc #ccc-notify{overflow:visible !important;}#ccc #ccc-notify::before,#ccc #ccc-notify::after{content:'';position:absolute;top:0;width:calc(2px + (100vw - 1400px) / 2);height:100%;background-color:inherit;}#ccc #ccc-notify::before{left:0;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(-1) translateX(-2px);-ms-transform:scaleX(-1) translateX(-2px);transform:scaleX(-1) translateX(-2px);}#ccc #ccc-notify::after{right:0;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(-1) translateX(2px);-ms-transform:scaleX(-1) translateX(2px);transform:scaleX(-1) translateX(2px);}}@media (min-width:600px){#ccc .ccc-notify-buttons{margin-top:16px !important;white-space:normal !important;}}body #ccc .ccc-notify-button{padding:20px !important;border:none;border-radius:0;font-size:1rem;line-height:1.5;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}@media all and (min-width:767px){body #ccc .ccc-notify-button{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){body #ccc .ccc-notify-button{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){body #ccc .ccc-notify-button{font-size:0.9rem;line-height:1.5;}}body #ccc .ccc-notify-button:focus{-webkit-filter:none !important;filter:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}body #ccc .ccc-notify-button:focus-visible{outline:none;}body #ccc .ccc-notify-button:not(.ccc-notify-link):hover{background-color:#007292 !important;}.tabbing body #ccc .ccc-notify-button:not(.ccc-notify-link):focus{background-color:#007292 !important;}.tabbing #ccc .ccc-notify-button:focus{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}body #ccc .ccc-notify-button.ccc-accept-button span,body #ccc .ccc-notify-button.ccc-reject-button span,body #ccc .ccc-notify-button.ccc-close-button span{background-color:transparent !important;}#ccc .ccc-notify-text h3{margin-bottom:10px;}#ccc .ccc-notify-text a{text-decoration:underline;}#ccc .ccc-notify-text a:hover,#ccc .ccc-notify-text a:focus{text-decoration:none;}#ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-filter:none !important;filter:none !important;}.tabbing #ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}.c-download{position:relative;text-align:left;}.c-download a{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;padding:20px;padding-right:20px;padding-left:2.5rem;outline:0;background-color:#003057;color:#FFFFFF;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none !important;}@media all and (min-width:767px){.c-download a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-download a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-download a{font-size:0.9rem;line-height:1.5;}}.c-download a:hover,.c-download a:focus{background-color:#007292;}.c-download .o-icon{width:1.5rem;position:absolute;-webkit-transform:translate(50%,-50%) scaleX(-1);-ms-transform:translate(50%,-50%) scaleX(-1);transform:translate(50%,-50%) scaleX(-1);top:50%;right:auto;left:0;color:#FFFFFF;pointer-events:none;}.t-guidance .c-download--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.t-guidance .c-download--guidance .o-icon{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;color:currentColor;-ms-flex-negative:0;flex-shrink:0;}.t-guidance .c-download--guidance a{background-color:transparent;padding:0;color:#003057;text-decoration:none !important;font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-left:10px;}@media all and (min-width:767px){.t-guidance .c-download--guidance a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}.t-guidance .c-download--guidance a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-guidance .c-download--guidance a:hover,.t-guidance .c-download--guidance a:focus{text-decoration:none;}.t-guidance .c-download--guidance a:hover > span:not(.visually-hidden),.t-guidance .c-download--guidance a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-guidance .c-download--guidance a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-facet{position:relative;margin-bottom:20px;width:100%;}@media (min-width:767px){.c-facet{margin-bottom:0;}}.l-grid__item:last-child .c-facet{margin-bottom:0;}.c-facet__tab{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:initial;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#003057;margin-bottom:0;background-color:#e5f4f8;padding:20px;width:100%;text-align:left;position:relative;}@media all and (min-width:767px){.c-facet__tab{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-facet__tab{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-facet__tab{font-size:0.9rem;line-height:initial;}}.c-facet__tab > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-facet__tab:hover,.c-facet__tab:focus{text-decoration:none;}.c-facet__tab:hover > span:not(.visually-hidden),.c-facet__tab:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-facet__tab.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-facet__tab{padding:18px;}}.c-facet__tab:hover span,.c-facet__tab:focus span{background-size:100% 100%;}.c-facet__tab.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-facet__tab.is-active span{background-size:100% 100%;}.c-facet__tab .o-icon{width:0.75rem;height:0.25rem;position:absolute;top:50%;right:15px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.c-facet__panel{background-color:#003057;color:#FFFFFF;padding:20px 10px;position:absolute;width:100%;z-index:100;display:none;max-height:400px;overflow-y:auto;}.c-facet__panel .c-taxonomy-tag{display:block;margin:0;}.c-facet__panel.is-active{display:block;}.c-facet__results{margin-top:20px;}.facet-empty{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#FFFFFF;color:#003057;padding:15px;width:100%;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.2;opacity:0.3;pointer-events:none;}@media all and (min-width:767px){.facet-empty{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.facet-empty{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.facet-empty{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.facet-empty{margin-bottom:0;padding:18px;}}.c-facet-hero{border-bottom:1px solid #FFFFFF;}.c-facet-hero.page-node-type-longform-content,.page-node-type-longform-content .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-default,.t-default .c-facet-hero{background-color:#e5f4f8;color:#003057;}.c-facet-hero.t-default-dark,.t-default-dark .c-facet-hero{background-color:#003057;color:#FFFFFF;}.c-facet-hero.t-guidance,.t-guidance .c-facet-hero{background-color:#a91255;color:#FFFFFF;}.c-facet-hero.t-your-vote-matters,.t-your-vote-matters .c-facet-hero{background-color:#088488;color:#FFFFFF;}.c-facet-hero.t-mature-orange,.t-mature-orange .c-facet-hero{background-color:#B74E20;color:#FFFFFF;}.c-facet-hero.t-mature-green,.t-mature-green .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-purple,.t-mature-purple .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-mature-yellow,.t-mature-yellow .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-brown,.t-mature-brown .c-facet-hero{background-color:#2B220A;color:#FFFFFF;}.c-facet-hero.t-learning,.t-learning .c-facet-hero{background-color:#FF8BFF;color:#000000;}.c-facet-hero.t-learning--educator,.t-learning--educator .c-facet-hero{background-color:#00E7BD;color:#000000;}.c-facet-hero.t-digital-transparency,.t-digital-transparency .c-facet-hero{background-color:#6F00B0;color:#FFFFFF;}.c-facet-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-facet-hero__content{padding:3.33333rem 0;}}.c-facet-hero__clear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;font-size:18px;}@media (min-width:767px){.c-facet-hero__clear{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:22px;}}.c-facet-hero__clear a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-facet-hero__clear.c-facet-hero__clear--white .o-icon{stroke:#a91255;}.c-facet-hero__clear .o-icon{margin-left:15px;width:20px;height:20px;stroke:#003057;}.c-guidance-facet,.c-guidance-search{width:100%;}@media (min-width:767px){.c-guidance-facet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:1024px){.c-guidance-facet{display:block;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet{display:block;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;}}@media (min-width:767px){.c-guidance-facet .c-facet{margin-bottom:0;}}.c-guidance-facet .c-facet__tab{background-color:#FFFFFF;}@media (min-width:767px){.c-guidance-facet__facet{width:80%;}}@media (min-width:1024px){.c-guidance-facet__facet{width:100%;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__facet{width:auto;}}.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-facet__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-facet__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-guidance-facet__title{width:20%;margin-bottom:0;}}@media (min-width:1024px){.c-guidance-facet__title{width:100%;margin-bottom:20px;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__title{margin-bottom:20px;width:auto;}}.c-guidance-search__title{font-size:1.12rem;line-height:1.4;font-weight:bold;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-search__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-search__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-search__title{font-size:1.1rem;line-height:1.4;}}.c-feedback-form__options{padding:20px;border-bottom:1px solid #FFFFFF;}.c-feedback-form__options.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-default,.t-default .c-feedback-form__options{color:#003057;background-color:#e5f4f8;}.c-feedback-form__options.t-default-dark,.t-default-dark .c-feedback-form__options{color:#003057;background-color:#E3E7EA;}.c-feedback-form__options.t-guidance,.t-guidance .c-feedback-form__options{color:#8F1049;background-color:#F4EDF0;}.c-feedback-form__options.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__options{color:#076A6E;background-color:#ECF3F3;}.c-feedback-form__options.t-mature-orange,.t-mature-orange .c-feedback-form__options{color:#B24B1F;background-color:#F6F0EE;}.c-feedback-form__options.t-mature-green,.t-mature-green .c-feedback-form__options{color:#706012;background-color:#F1F2ED;}.c-feedback-form__options.t-mature-purple,.t-mature-purple .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-mature-yellow,.t-mature-yellow .c-feedback-form__options{color:#706012;background-color:#F3F2ED;}.c-feedback-form__options.t-mature-brown,.t-mature-brown .c-feedback-form__options{color:#2B220A;background-color:#EEEEED;}.c-feedback-form__options.t-learning,.t-learning .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-learning--educator,.t-learning--educator .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-digital-transparency,.t-digital-transparency .c-feedback-form__options{color:#000000;background-color:#F0E6F6;}@media (min-width:767px){.c-feedback-form__options{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1024px){.c-feedback-form__options{padding:40px;}}.c-feedback-form__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-feedback-form__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-feedback-form__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-feedback-form__title{font-size:1.3rem;line-height:1.4;}}@media (min-width:767px){.c-feedback-form__title{margin-bottom:0;}}.c-feedback-form__controls{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;margin-right:20px;}.c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-feedback-form__item:hover,.c-feedback-form__item:focus{text-decoration:none;}.c-feedback-form__item:hover > span:not(.visually-hidden),.c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-feedback-form__item:hover .o-icon,.c-feedback-form__item:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-feedback-form__item{margin:0 10px;}}.c-feedback-form__item.-disable{opacity:0.1;pointer-events:none;}.c-feedback-form__item.-active{pointer-events:none;}.c-feedback-form__item.-active .o-icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}.c-feedback-form__item.-active span{background-size:100% 100%;}.c-feedback-form__item .o-icon{vertical-align:middle;width:1.75rem;height:1.75rem;margin-right:10px;}@media (min-width:767px){.c-feedback-form__item .o-icon{margin:0 10px;}}.c-feedback-form__item span{vertical-align:middle;width:auto;}.c-feedback-form__content{height:100% !important;}.c-feedback-form__content.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-default,.t-default .c-feedback-form__content{background-color:#e5f4f8;}.c-feedback-form__content.t-default-dark,.t-default-dark .c-feedback-form__content{background-color:#E3E7EA;}.c-feedback-form__content.t-guidance,.t-guidance .c-feedback-form__content{background-color:#F4EDF0;}.c-feedback-form__content.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__content{background-color:#ECF3F3;}.c-feedback-form__content.t-mature-orange,.t-mature-orange .c-feedback-form__content{background-color:#F6F0EE;}.c-feedback-form__content.t-mature-green,.t-mature-green .c-feedback-form__content{background-color:#F1F2ED;}.c-feedback-form__content.t-mature-purple,.t-mature-purple .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-mature-yellow,.t-mature-yellow .c-feedback-form__content{background-color:#F3F2ED;}.c-feedback-form__content.t-mature-brown,.t-mature-brown .c-feedback-form__content{background-color:#EEEEED;}.c-feedback-form__content.t-learning,.t-learning .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-learning--educator,.t-learning--educator .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-digital-transparency,.t-digital-transparency .c-feedback-form__content{background-color:#F0E6F6;}.c-feedback-form__content .fieldset-inset{padding:0;border:none;}.c-feedback-form__content select,.c-feedback-form__content textarea,.c-feedback-form__content input[type=text]{background-color:#FFFFFF;}.c-feedback-form__content .c-feedback-form__inner{padding:20px;margin:0;}@media (min-width:767px){.c-feedback-form__content .c-feedback-form__inner{padding:30px;}}@media (min-width:1024px){.c-feedback-form__content .c-feedback-form__inner{padding:40px;}}.c-feedback-form__content .form-actions{margin-bottom:0;}.c-foi-search{margin-bottom:20px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-foi-search{padding-bottom:30px;margin-bottom:30px;}}@media (min-width:1024px){.c-foi-search{padding-bottom:40px;margin-bottom:40px;}}@media (min-width:767px){.c-foi-search .form-item-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:767px){.c-foi-search .form-item-search label{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-right:30px;}}@media (min-width:767px){.c-foi-search .form-item-search input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}}.c-footer{font-size:1rem;line-height:1.2;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-footer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer{font-size:0.9rem;line-height:1.4;}}.c-footer__padding{padding:1.875rem 0;}@media (min-width:767px){.c-footer__padding{padding:2.77778rem 0;}}@media (min-width:1400px){.c-footer__padding{padding:3.5rem 0;}}.c-footer-grid{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-footer-grid__item--links{margin-bottom:30px;}@media (min-width:767px){.c-footer-grid__item--links{-ms-flex-preferred-size:80%;flex-basis:80%;margin-bottom:0;}}@media (min-width:1024px){.c-footer-grid__item--links{-ms-flex-preferred-size:70%;flex-basis:70%;}}@media (min-width:767px){.c-footer-grid__item--links .c-footer-menu__item{float:left;width:50%;}}@media (min-width:767px){.c-footer-grid__item--social{-ms-flex-preferred-size:20%;flex-basis:20%;}}@media (min-width:1024px){.c-footer-grid__item--social{-ms-flex-preferred-size:30%;flex-basis:30%;}}.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-footer-grid__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-grid__title{font-size:1.1rem;line-height:1.4;}}.c-footer-menu .o-icon{fill:#25B2D3;width:1rem;height:1rem;vertical-align:middle;}.c-footer-menu__social-icon{width:100%;}.c-footer-menu__social-icon:hover .o-icon,.c-footer-menu__social-icon:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-footer-menu__social-icon span{margin-left:10px;}.c-footer-menu__item a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:inline-block;}@media all and (min-width:767px){.c-footer-menu__item a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer-menu__item a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-menu__item a{font-size:0.9rem;line-height:1.4;}}.c-footer-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-footer-menu__item a:hover,.c-footer-menu__item a:focus{text-decoration:none;}.c-footer-menu__item a:hover > span:not(.visually-hidden),.c-footer-menu__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-footer-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu{list-style-type:none;}.c-guidlet-menu__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;position:relative;}.c-guidlet-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidlet-menu__item a:hover,.c-guidlet-menu__item a:focus{text-decoration:none;}.c-guidlet-menu__item a:hover > span:not(.visually-hidden),.c-guidlet-menu__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidlet-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu__item--collapsed > a > span::after,.c-guidlet-menu__item--expanded > a > span::after{content:'\25BE';margin-left:5px;}.c-guidlet-menu__item--active-trail.active > a span{background-size:100% 100%;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item{position:relative;margin-left:40px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:before{content:'';width:1px;height:calc(100% + 15px);background-color:#003057;position:absolute;left:-30px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);margin-top:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:last-of-type:before{content:none;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item > a:before{content:'';width:0.75rem;height:0.75rem;border-radius:50%;border:1px solid #003057;position:absolute;left:-30px;top:0.3rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#FFFFFF;}.c-guidlet-menu--level-0 .c-guidlet-menu{padding-left:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail{color:#a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:before{border:1px solid #a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:after{content:'';width:0.45rem;height:0.45rem;border-radius:50%;background-color:#a91255;position:absolute;left:-30px;top:0.45rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}.c-guidance-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;cursor:pointer;}.c-guidance-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidance-link:hover,.c-guidance-link:focus{text-decoration:none;}.c-guidance-link:hover > span:not(.visually-hidden),.c-guidance-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidance-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-header{background-color:#003057;}.c-header__logo{display:block;width:120px;height:60px;}.c-header__logo svg{fill:#FFFFFF;}.c-header__logo.-cy{width:95px;height:60px;}@media (min-width:767px){.c-header__logo.-cy{width:145px;height:90px;}}.c-header__logo.-en{width:120px;height:60px;}@media (min-width:767px){.c-header__logo.-en{width:180px;height:90px;}}.c-header__upper{background-color:#003057;padding:20px 0;position:relative;}.c-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-header__lower{border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;background-color:#012844;}@media (min-width:767px){.c-header__lower{border-top:none;background-color:transparent;}}.c-header__nav-bar{background-color:#003057;position:relative;margin-left:-1.25rem;margin-right:-1.25rem;}@media (min-width:767px){.c-header__nav-bar{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;margin-right:0;}}.c-header__btns{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-header__btn{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-header__btn--mob{width:50px;margin:1px;}@media (min-width:767px){.c-header__btn--mob{display:none;}}.c-header__btn--desk{display:none;padding:20px;}@media (min-width:767px){.c-header__btn--desk{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-header__btn--desk:hover,.c-header__btn--desk:focus{text-decoration:none;color:#FFFFFF;}.c-header__btn--desk:hover .o-icon,.c-header__btn--desk:focus .o-icon{fill:#FFFFFF;}.c-header__btn--desk .o-icon{-webkit-transition:none;-o-transition:none;transition:none;margin-left:20px;width:1.1rem;height:1.1rem;}.c-header-block{display:none;position:absolute;width:100%;background-color:#FFFFFF;left:0;right:0;z-index:1;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-header-block{background-color:transparent;display:block;position:relative;border:0;}}.c-header-block:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}@media (min-width:767px){.c-header-block:before{content:none;}}.c-header-block.is-active{display:block;}.c-hero{position:relative;overflow:hidden;border-bottom:1px solid #FFFFFF;}.c-hero:not(.c-hero--no-theme).page-node-type-longform-content,.page-node-type-longform-content .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-default,.t-default .c-hero:not(.c-hero--no-theme){background-color:#e5f4f8;color:#003057;}.c-hero:not(.c-hero--no-theme).t-default-dark,.t-default-dark .c-hero:not(.c-hero--no-theme){background-color:#003057;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-guidance,.t-guidance .c-hero:not(.c-hero--no-theme){background-color:#a91255;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-your-vote-matters,.t-your-vote-matters .c-hero:not(.c-hero--no-theme){background-color:#088488;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-orange,.t-mature-orange .c-hero:not(.c-hero--no-theme){background-color:#B74E20;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-green,.t-mature-green .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-purple,.t-mature-purple .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-yellow,.t-mature-yellow .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-brown,.t-mature-brown .c-hero:not(.c-hero--no-theme){background-color:#2B220A;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-learning,.t-learning .c-hero:not(.c-hero--no-theme){background-color:#FF8BFF;color:#000000;}.c-hero:not(.c-hero--no-theme).t-learning--educator,.t-learning--educator .c-hero:not(.c-hero--no-theme){background-color:#00E7BD;color:#000000;}.c-hero:not(.c-hero--no-theme).t-digital-transparency,.t-digital-transparency .c-hero:not(.c-hero--no-theme){background-color:#6F00B0;color:#FFFFFF;}.c-hero__title{margin-bottom:10px;}@media (min-width:767px){.c-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-hero__inner .c-social{margin-bottom:0.5em;}@media (min-width:767px){.c-hero__inner .c-social{margin-bottom:0;}}.c-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-hero__content{padding:2.77778rem 0;}}.c-hero__half{margin-bottom:20px;}@media (min-width:1024px){.c-hero__half{padding-left:2.22222rem;margin-bottom:0;width:50%;}}@media (min-width:1024px){.c-hero__desc{margin-top:10px;}}@media (min-width:767px){.c-hero--w-img{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:767px){.c-hero--w-img .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}}@media (min-width:1024px){.c-hero--w-img .c-hero__wrapper{min-height:350px;}}.c-hero--w-img .c-hero__img{display:none;margin:30px -20px -30px -20px;}@media (min-width:767px){.c-hero--w-img .c-hero__img{display:block;position:absolute;right:0;bottom:0;margin:0;max-width:50%;width:50%;padding-left:20px;}}.c-hero--w-img .c-hero__img img{display:block;height:auto;width:100%;}.t-learning .c-hero--w-img .c-hero__img img{height:100%;-o-object-fit:cover;object-fit:cover;}@media (min-width:767px){.c-hero--w-img .c-hero__title{width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__wrapper{min-height:30vh;}}@media (min-width:1024px){.c-hero--error .c-hero__wrapper{min-height:40vh;}}@media (min-width:1400px){.c-hero--error .c-hero__wrapper{min-height:50vh;}}.c-hero--error .c-hero__title{margin-bottom:20px;}@media (min-width:767px){.c-hero--error .c-hero__title{margin-bottom:30px;}}@media (min-width:767px){.c-hero--error .c-hero__title{max-width:30%;}}@media (min-width:1400px){.c-hero--error .c-hero__title{max-width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__img{max-width:70%;}}@media (min-width:1400px){.c-hero--error .c-hero__img{max-width:50%;}}.c-hero--error .c-hero__img .media-full{margin-bottom:0;}.c-hero--search{background-color:#e5f4f8;}.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-hero--search .c-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-hero--search .c-hero__title{font-size:1.8rem;line-height:1.4;}}@media (min-width:1024px){.c-hero--search .c-hero__content{margin-left:-2.22222rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;}}.c-hero--search .c-hero__content input[type=text]{background-color:#FFFFFF;}.c-hero--search .c-hero__content label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-hero--longform-content{position:relative;margin-top:-1px;border-bottom:0;}.c-hero--longform-content .c-hero__wrapper{position:relative;}@media (min-width:767px){.c-hero--longform-content .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1024px){.c-hero--longform-content .c-hero__wrapper{min-height:350px;}}.c-hero--longform-content .media-hero{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1;-webkit-filter:grayscale(1);filter:grayscale(1);}.c-hero--campaign{background-color:#FEC2DB;color:#003057;overflow:visible;}.c-hero--campaign .c-hero__campaign-image{margin-top:-40px;pointer-events:none;max-width:300px;margin-left:auto;margin-right:auto;}@media (min-width:767px){.c-hero--campaign .c-hero__campaign-image{margin:0;position:absolute;right:0;bottom:0;-webkit-transform:translateY(30%) translateX(10%);-ms-transform:translateY(30%) translateX(10%);transform:translateY(30%) translateX(10%);top:auto;width:300px;max-width:none;margin-top:0;}.c-hero--campaign .c-hero__campaign-image::before{content:'';display:block;padding-bottom:100%;}.c-hero--campaign .c-hero__campaign-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}}@media (min-width:1024px){.c-hero--campaign .c-hero__campaign-image{width:375px;-webkit-transform:translateY(30%) translateX(5%);-ms-transform:translateY(30%) translateX(5%);transform:translateY(30%) translateX(5%);}}@media (min-width:1280px){.c-hero--campaign .c-hero__campaign-image{width:450px;-webkit-transform:translateY(35%) translateX(5%);-ms-transform:translateY(35%) translateX(5%);transform:translateY(35%) translateX(5%);}}@media (min-width:1400px){.c-hero--campaign .c-hero__campaign-image{width:500px;}}@media (min-width:767px){.c-hero--campaign .c-hero__text-content{max-width:60%;}.c-hero--campaign .c-hero__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-hero--campaign .c-hero__content{padding:3.88889rem 0;}}.c-hero--campaign .c-social__list .o-icon{fill:#003057 !important;}.has-campaign-hero .c-hero--campaign .o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-hero--campaign .o-meta-link:hover,.has-campaign-hero .c-hero--campaign .o-meta-link:focus{text-decoration:none;}.has-campaign-hero .c-hero--campaign .o-meta-link:hover > span:not(.visually-hidden),.has-campaign-hero .c-hero--campaign .o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-hero--campaign .o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-home-hero{padding:20px;background-color:#003057;color:#FFFFFF;position:relative;}@media (min-width:767px){.c-home-hero{padding:30px;}}@media (min-width:1024px){.c-home-hero{padding:40px;}}.c-home-hero > *:last-child{margin-bottom:0;}.c-home-hero__content{position:relative;z-index:1;}@media (min-width:767px){.c-home-hero__content{width:50%;padding-right:30px;}}@media (min-width:1024px){.c-home-hero__content{padding-right:40px;}}.c-home-hero__title{font-size:1.56rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-home-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-home-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-home-hero__title{font-size:1.8rem;line-height:1.4;}}.c-home-hero__image{margin-left:-20px;margin-right:-20px;margin-top:-20px;margin-bottom:20px;}@media (min-width:767px){.c-home-hero__image{margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:50%;}}@media (min-width:767px){.c-home-hero__image img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;height:100%;width:100%;}}.c-legacy{border:1px solid #25B2D3;}.c-legacy__header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #25B2D3;}.c-legacy__tag{width:30%;padding:10px;background-color:#003057;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;}@media (min-width:767px){.c-legacy__tag{padding:15px;width:20%;}}@media (min-width:1024px){.c-legacy__tag{padding:20px;width:18%;}}.c-legacy__title{font-size:1.12rem;line-height:1.4;width:70%;padding:10px;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-legacy__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-legacy__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-legacy__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-legacy__title{padding:15px;width:80%;}}@media (min-width:1024px){.c-legacy__title{padding:20px;width:82%;}}.c-legacy__content{padding:15px;}@media (min-width:767px){.c-legacy__content{padding:30px;}}.c-main{margin-bottom:1.875rem;}@media (min-width:767px){.c-main{margin-bottom:2.77778rem;}}@media (min-width:1024px){.c-main{margin-bottom:3.5rem;}}.c-menu-primary__top-level{display:-webkit-box;display:-ms-flexbox;display:flex;}@media (min-width:767px){.c-menu-primary__top-level{margin-bottom:20px;}}.c-menu-primary__top-level > .c-menu-primary__item{-ms-flex-preferred-size:50%;flex-basis:50%;}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item{position:relative;margin-right:10px;-ms-flex-preferred-size:auto;flex-basis:auto;}}.c-menu-primary__top-level > .c-menu-primary__item:first-child{border-right:1px solid #25B2D3;}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item:first-child{border-right:0;}}@media (min-width:767px){.c-menu-primary__top-level > .c-menu-primary__item:first-child span[data-link-text-after]:after{content:" " attr(data-link-text-after);color:#25B2D3;}}.c-menu-primary__sub-level{visibility:hidden;background-color:#FFFFFF;z-index:50;position:absolute;padding:10px 20px;left:0;right:0;overflow:auto;}@media (min-width:767px){.c-menu-primary__sub-level{height:auto;top:80px;opacity:0;-webkit-transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);-o-transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);transition:opacity,top 0.3s cubic-bezier(0,0.02,0.11,0.91);overflow:initial;width:15rem;padding:20px;-webkit-box-shadow:15px 15px #25B2D3;box-shadow:15px 15px #25B2D3;}.c-menu-primary__sub-level:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}}.c-menu-primary__sub-level.is-active{visibility:visible;}@media (min-width:767px){.c-menu-primary__sub-level.is-active{top:100%;opacity:1;margin-top:1px;}}.c-menu-primary__sub-level > .c-menu-primary__item{border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-menu-primary__sub-level > .c-menu-primary__item{border-bottom:0;}}.c-menu-primary__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;padding:20px 0;display:block;}.c-menu-primary__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-menu-primary__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-menu-primary__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-menu-primary__item a:hover,.c-menu-primary__item a:focus{text-decoration:none;}.c-menu-primary__item a:hover > span:not(.visually-hidden),.c-menu-primary__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-menu-primary__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-menu-primary__item a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-menu-primary__item a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-menu-primary__item a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-menu-primary__item a{padding:10px;}}.c-menu-primary__btn{padding:20px;width:100%;text-align:left;position:relative;color:#FFFFFF;-webkit-backface-visibility:visible;backface-visibility:visible;}@media (min-width:767px){.c-menu-primary__btn{width:auto;padding:20px 20px;padding-right:3.15rem;border:1px solid #25B2D3;}}.c-menu-primary__btn .o-icon{fill:#25B2D3;width:15px;height:15px;position:absolute;right:20px;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media (min-width:767px){.c-menu-primary__btn .o-icon{background-color:#25B2D3;fill:#003057;right:0;width:30px;height:30px;padding:8px;border-radius:50%;}}.c-menu-primary__btn.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-menu-primary__btn span > span{display:none;}@media (min-width:767px){.c-menu-primary__btn span > span{display:inline-block;}}.c-menu-primary__btn .c-menu-primary__icon-mobile-only{display:inline-block;}@media (min-width:767px){.c-menu-primary__btn .c-menu-primary__icon-mobile-only{display:none;}}.c-menu-primary__btn .c-menu-primary__icon-desktop-only{display:none;}@media (min-width:767px){.c-menu-primary__btn .c-menu-primary__icon-desktop-only{display:inline-block;}}.c-pagination{padding:30px 0;}.c-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-pagination__item.is-active a{text-decoration:underline;}.c-pagination__item a{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-pagination__item .o-icon{width:2rem;height:2rem;}.c-pagination__item--prev,.c-pagination__item--next{-ms-flex-negative:0;flex-shrink:0;}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon,.c-pagination__item--next a:hover .o-icon,.c-pagination__item--next a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-pagination__item--prev .o-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon{-webkit-transform:scale(1.2) rotate(180deg);-ms-transform:scale(1.2) rotate(180deg);transform:scale(1.2) rotate(180deg);}.t-learning .c-pagination__item{font-size:1.25rem;line-height:1.2;font-weight:bold;}@media all and (min-width:767px){.t-learning .c-pagination__item{font-size:1.66667rem;}}@media all and (min-width:1400px){.t-learning .c-pagination__item{font-size:1.5rem;}}.t-learning .c-pagination__item a,.t-learning .c-pagination__item.is-active a{text-decoration:none;}.t-learning .c-pagination__item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.t-learning .c-pagination__item a::after{content:"";width:calc(100%);height:10px;display:block;background-repeat:no-repeat;background-image:-o-linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-image:linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-size:0 100%;}@media (min-width:767px){.t-learning .c-pagination__item a::after{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.t-learning .c-pagination__item a:hover::after,.t-learning .c-pagination__item a:focus::after{background-size:100% 100%;}.t-learning .c-pagination__item.is-active a::after{background-size:100% 100%;}.t-learning .c-pagination__item .o-icon{width:1.8rem;height:1.8rem;border-radius:50%;}.t-learning .pager__item--previous a::after,.t-learning .pager__item--previous a:hover::after,.t-learning .pager__item--previous a:focus::after,.t-learning .pager__item--next a::after,.t-learning .pager__item--next a:hover::after,.t-learning .pager__item--next a:focus::after{background-size:0 100%;}.c-nav-jumplink{font-size:1rem;line-height:1.5;background-color:#003057;color:#FFFFFF;position:relative;z-index:5;}@media all and (min-width:767px){.c-nav-jumplink{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-nav-jumplink{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-nav-jumplink{font-size:0.9rem;line-height:1.5;}}.c-nav-jumplink.is-sticky{position:fixed;z-index:1000;top:0;left:0;right:0;}.toolbar-fixed .c-nav-jumplink.is-sticky{top:79px;}.c-nav-jumplink__header{padding:20px 0;}.c-nav-jumplink__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-nav-jumplink__synopsis{margin-bottom:0;}.c-nav-jumplink__content{padding:20px 0;background-color:#003057;border-top:1px solid #FFFFFF;}.c-nav-jumplink__links{display:grid;row-gap:20px;}@media (min-width:1024px){.c-nav-jumplink__links{grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:50px;column-gap:50px;}}.c-nav-jumplink__link{text-decoration:underline;}.c-nav-jumplink__link:hover,.c-nav-jumplink__link:focus{text-decoration:none;}.c-nav-jumplink__link.is-active{font-weight:bold;}.c-nav-jumplink__progress{height:5px;background-color:#25B2D3;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.c-nav-jumplink__toggle-btn{background:none;padding:0;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;}.c-nav-jumplink__toggle-btn.is-active .c-nav-jumplink__icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.c-nav-jumplink__icon{margin-left:20px;width:36px;height:36px;}.media-post_content_logo{border-top:1px solid #25B2D3;padding-top:20px;margin-top:20px;margin-bottom:-0.625rem;}.media-post_content_logo.t-learning,.t-learning .media-post_content_logo{border-color:#FF8BFF;}.media-post_content_logo.t-learning--educator,.t-learning--educator .media-post_content_logo{border-color:#00E7BD;}.media-post_content_logo.t-digital-transparency,.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}@media (min-width:767px){.media-post_content_logo{padding-top:30px;margin-top:30px;margin-bottom:-1.11111rem;}}@media (min-width:1024px){.media-post_content_logo{margin-bottom:-1.83333rem;}}.media-post_content_logo img{margin-left:auto;}.c-promo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-item-align:stretch;align-self:stretch;width:100%;position:relative;}.c-promo-link__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;padding-left:0;padding-right:10px;width:100%;height:100%;border-bottom:1px solid #25B2D3;position:relative;}.c-promo-link__link:hover .c-promo-link__download-icon svg,.c-promo-link__link:focus .c-promo-link__download-icon svg{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-promo-link__link .c-promo-link__btn-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__link .c-promo-link__btn-icon.page-node-type-longform-content,.page-node-type-longform-content .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-default,.t-default .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-default-dark,.t-default-dark .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-guidance,.t-guidance .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#8F1049;}.c-promo-link__link .c-promo-link__btn-icon.t-your-vote-matters,.t-your-vote-matters .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#076A6E;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-orange,.t-mature-orange .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#B24B1F;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-green,.t-mature-green .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-purple,.t-mature-purple .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-yellow,.t-mature-yellow .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-brown,.t-mature-brown .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#2B220A;}.c-promo-link__link .c-promo-link__btn-icon.t-learning,.t-learning .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-learning--educator,.t-learning--educator .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-digital-transparency,.t-digital-transparency .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#000000;}.c-promo-link__link:hover,.c-promo-link__link:focus{text-decoration:none;}@media (min-width:767px){.c-promo-link__link:hover .c-promo-link__btn-icon,.c-promo-link__link:focus .c-promo-link__btn-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-promo-link__link:hover .c-promo-link__title span,.c-promo-link__link:focus .c-promo-link__title span{background-size:100% 100%;}.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:40px;}@media (min-width:767px){.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:60px;}}.c-promo-link__link--no-padding-top{padding-top:0;}.c-promo-link__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;}.c-promo-link__title-wrapper > .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__title{font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:20px;margin-bottom:0;width:80%;}@media all and (min-width:767px){.c-promo-link__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title{font-size:1.1rem;line-height:1.4;}}.c-promo-link__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-promo-link__title:hover,.c-promo-link__title:focus{text-decoration:none;}.c-promo-link__title:hover > span:not(.visually-hidden),.c-promo-link__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-promo-link__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-promo-link__title .o-icon{display:none;}@media (min-width:767px){.c-promo-link__title .o-icon{display:inline-block;vertical-align:middle;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-promo-link__title--large{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-promo-link__title--large{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title--large{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title--large{font-size:1.3rem;line-height:1.4;}}.c-promo-link__subtitle{display:inline-block;position:relative;margin-bottom:5px;padding-top:20px;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:18px;}.c-promo-link__subtitle::after{content:'';margin-left:10px;padding-right:6px;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-caret-guidance-bg.svg");background-size:contain;background-position:center;background-repeat:no-repeat;}.c-promo-link__download-icon{position:absolute;left:0;top:0;}.c-promo-link__download-icon .o-icon{width:30px;height:36px;}.c-promo-link__download-icon--no-parent{top:20px;}.c-promo-link__summary{width:100%;font-size:1rem;line-height:1.5;margin-top:15px;font-weight:normal;}@media all and (min-width:767px){.c-promo-link__summary{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-promo-link__summary{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-promo-link__summary{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-promo-link--teaser .c-promo-link__link{border-bottom:0;border-left:1px solid #25B2D3;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-promo-link--teaser .c-promo-link__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.c-promo-link--teaser .c-promo-link__link:hover:before,.c-promo-link--teaser .c-promo-link__link:focus:before{width:100%;}}.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:1px solid #a91255;}@media (min-width:767px){.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:0;border-left:1px solid #a91255;}.c-promo-link--guidance-legacy .c-promo-link__link:before{background-color:rgba(169,18,85,0.1);}}.c-promo-link--guidance-legacy .o-icon{fill:#a91255;}.c-content-hub--themed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;}.c-content-hub--themed.page-node-type-longform-content,.page-node-type-longform-content .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-default,.t-default .c-content-hub--themed{background-color:#e5f4f8;color:#003057;}.c-content-hub--themed.t-default-dark,.t-default-dark .c-content-hub--themed{background-color:#E3E7EA;color:#003057;}.c-content-hub--themed.t-guidance,.t-guidance .c-content-hub--themed{background-color:#F4EDF0;color:#8F1049;}.c-content-hub--themed.t-your-vote-matters,.t-your-vote-matters .c-content-hub--themed{background-color:#ECF3F3;color:#076A6E;}.c-content-hub--themed.t-mature-orange,.t-mature-orange .c-content-hub--themed{background-color:#F6F0EE;color:#B24B1F;}.c-content-hub--themed.t-mature-green,.t-mature-green .c-content-hub--themed{background-color:#F1F2ED;color:#706012;}.c-content-hub--themed.t-mature-purple,.t-mature-purple .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-mature-yellow,.t-mature-yellow .c-content-hub--themed{background-color:#F3F2ED;color:#706012;}.c-content-hub--themed.t-mature-brown,.t-mature-brown .c-content-hub--themed{background-color:#EEEEED;color:#2B220A;}.c-content-hub--themed.t-learning,.t-learning .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-learning--educator,.t-learning--educator .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-digital-transparency,.t-digital-transparency .c-content-hub--themed{background-color:#F0E6F6;color:#000000;}.polling-station-hero{padding:1.875rem 0;background-color:#088488;text-align:center;color:#FFFFFF;}@media (min-width:767px){.polling-station-hero{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station-hero{padding:3.5rem 0;}}.polling-station-hero__heading{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;text-align:left;margin:0;}.polling-station-hero__heading-upper{display:block;margin-bottom:1em;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.polling-station-hero__heading-upper{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}.polling-station{padding:1.875rem 0;}@media (min-width:767px){.polling-station{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station{padding:3.5rem 0;}}.polling-station:last-child{padding-bottom:0;}.polling-station:not(:first-child){border-top:1px solid #25B2D3;}.polling-station__list{padding:0;}.polling-station__list li:not(:last-child){margin-bottom:1rem;}.polling-station__list li,.polling-station__list button{width:100%;}.polling-station__ballots,.polling-station__address{margin-bottom:1.5rem;}@media (min-width:767px){.polling-station__ballots,.polling-station__address{margin-bottom:2rem;}}@media (min-width:1024px){.polling-station__address address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.polling-station__map{width:100%;height:50vh;}@media (max-width:1023px){.polling-station__services{margin-top:0.5rem;}}@media (min-width:1024px){.polling-station__services{width:50%;}}.polling-station__services a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.polling-station__services a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.polling-station__services a:hover,.polling-station__services a:focus{text-decoration:none;}.polling-station__services a:hover > span:not(.visually-hidden),.polling-station__services a:focus > span:not(.visually-hidden){background-size:0% 100%;}.polling-station__services a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.polling-station-footer{border-top:1px solid #25B2D3;}.polling-station-footer__inner{text-align:center;margin:1.875rem 0;}@media (min-width:767px){.polling-station-footer__inner{margin:2.77778rem 0;}}@media (min-width:1400px){.polling-station-footer__inner{margin:3.5rem 0;}}.ballot{padding:20px 0;margin-bottom:20px;border-top:1px solid #088488;border-bottom:1px solid #088488;}.ballot__candidate:not(:last-child){margin-bottom:20px;}.c-summary-box .polling-station__map{margin-bottom:20px;}.c-polling-station-slice{border:1px solid #25B2D3;padding:20px;}@media (min-width:767px){.c-polling-station-slice{padding:30px;}}@media (min-width:1024px){.c-polling-station-slice{padding:40px;}}.postcode-search{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.postcode-search__input{color:#003057;margin-bottom:0;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__input::placeholder{color:#003057;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-moz-placeholder{color:#003057;}.postcode-search__input::-moz-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:59px;-ms-flex-negative:0;flex-shrink:0;border:2px solid #007292;background-color:#e5f4f8;color:#007292;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.postcode-search__btn:hover,.postcode-search__btn:focus{background-color:#007292;}.postcode-search__btn:hover .o-icon,.postcode-search__btn:focus .o-icon{fill:#FFFFFF;}.postcode-search__btn .o-icon{fill:#007292;}.postcode-search__error{margin-top:0.5rem;}.c-quote{margin:0;padding:30px 10px;border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-quote{padding:50px 20px;}}.c-quote__content{font-size:1.38rem;line-height:1.4;font-weight:600;}@media all and (min-width:767px){.c-quote__content{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-quote__content{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quote__content{font-size:1.3rem;line-height:1.4;}}.c-quote__content p:before{content:none !important;}.c-quote__cite{margin-bottom:20px;}.c-quote__cite p{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quote__cite p{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}.c-quote__cite .o-icon{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-block;vertical-align:sub;}.page-node-type-longform-content .c-quote-container{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.page-node-type-longform-content .c-quote-container{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.page-node-type-longform-content .c-quote-container{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.page-node-type-longform-content .c-quote-container .o-slice__padding{margin:0;}.page-node-type-longform-content .c-quote-container .o-slice__title > span{background:none;}.page-node-type-longform-content .c-quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;padding:0;}.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__content{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__content{font-size:1.8rem;line-height:1.4;}}.page-node-type-longform-content .c-quote__cite{font-size:1rem;line-height:1.2;margin-bottom:0;margin-top:20px;color:#25B2D3;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__cite{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}.page-node-type-longform-content .c-quote__cite::before{content:"\2014";display:inline-block;}.page-node-type-longform-content .c-quote__cite .o-icon{display:none;}.c-resources-download{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-resources-download{padding:30px;}}@media (min-width:1024px){.c-resources-download{padding:40px;}}.c-resources-download.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-default,.t-default .c-resources-download{background-color:#e5f4f8;color:#003057;}.c-resources-download.t-default-dark,.t-default-dark .c-resources-download{background-color:#E3E7EA;color:#003057;}.c-resources-download.t-guidance,.t-guidance .c-resources-download{background-color:#F4EDF0;color:#8F1049;}.c-resources-download.t-your-vote-matters,.t-your-vote-matters .c-resources-download{background-color:#ECF3F3;color:#076A6E;}.c-resources-download.t-mature-orange,.t-mature-orange .c-resources-download{background-color:#F6F0EE;color:#B24B1F;}.c-resources-download.t-mature-green,.t-mature-green .c-resources-download{background-color:#F1F2ED;color:#706012;}.c-resources-download.t-mature-purple,.t-mature-purple .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-mature-yellow,.t-mature-yellow .c-resources-download{background-color:#F3F2ED;color:#706012;}.c-resources-download.t-mature-brown,.t-mature-brown .c-resources-download{background-color:#EEEEED;color:#2B220A;}.c-resources-download.t-learning,.t-learning .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-learning--educator,.t-learning--educator .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-digital-transparency,.t-digital-transparency .c-resources-download{background-color:#F0E6F6;color:#000000;}.c-resources-download h1.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h1,.c-resources-download h2.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h2,.c-resources-download h3.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h3,.c-resources-download h4.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h4,.c-resources-download h5.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h5{color:#705191;}.c-resources-download h1.t-default,.t-default .c-resources-download h1,.c-resources-download h2.t-default,.t-default .c-resources-download h2,.c-resources-download h3.t-default,.t-default .c-resources-download h3,.c-resources-download h4.t-default,.t-default .c-resources-download h4,.c-resources-download h5.t-default,.t-default .c-resources-download h5{color:#003057;}.c-resources-download h1.t-default-dark,.t-default-dark .c-resources-download h1,.c-resources-download h2.t-default-dark,.t-default-dark .c-resources-download h2,.c-resources-download h3.t-default-dark,.t-default-dark .c-resources-download h3,.c-resources-download h4.t-default-dark,.t-default-dark .c-resources-download h4,.c-resources-download h5.t-default-dark,.t-default-dark .c-resources-download h5{color:#003057;}.c-resources-download h1.t-guidance,.t-guidance .c-resources-download h1,.c-resources-download h2.t-guidance,.t-guidance .c-resources-download h2,.c-resources-download h3.t-guidance,.t-guidance .c-resources-download h3,.c-resources-download h4.t-guidance,.t-guidance .c-resources-download h4,.c-resources-download h5.t-guidance,.t-guidance .c-resources-download h5{color:#a91255;}.c-resources-download h1.t-your-vote-matters,.t-your-vote-matters .c-resources-download h1,.c-resources-download h2.t-your-vote-matters,.t-your-vote-matters .c-resources-download h2,.c-resources-download h3.t-your-vote-matters,.t-your-vote-matters .c-resources-download h3,.c-resources-download h4.t-your-vote-matters,.t-your-vote-matters .c-resources-download h4,.c-resources-download h5.t-your-vote-matters,.t-your-vote-matters .c-resources-download h5{color:#088488;}.c-resources-download h1.t-mature-orange,.t-mature-orange .c-resources-download h1,.c-resources-download h2.t-mature-orange,.t-mature-orange .c-resources-download h2,.c-resources-download h3.t-mature-orange,.t-mature-orange .c-resources-download h3,.c-resources-download h4.t-mature-orange,.t-mature-orange .c-resources-download h4,.c-resources-download h5.t-mature-orange,.t-mature-orange .c-resources-download h5{color:#B74E20;}.c-resources-download h1.t-mature-green,.t-mature-green .c-resources-download h1,.c-resources-download h2.t-mature-green,.t-mature-green .c-resources-download h2,.c-resources-download h3.t-mature-green,.t-mature-green .c-resources-download h3,.c-resources-download h4.t-mature-green,.t-mature-green .c-resources-download h4,.c-resources-download h5.t-mature-green,.t-mature-green .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-purple,.t-mature-purple .c-resources-download h1,.c-resources-download h2.t-mature-purple,.t-mature-purple .c-resources-download h2,.c-resources-download h3.t-mature-purple,.t-mature-purple .c-resources-download h3,.c-resources-download h4.t-mature-purple,.t-mature-purple .c-resources-download h4,.c-resources-download h5.t-mature-purple,.t-mature-purple .c-resources-download h5{color:#705191;}.c-resources-download h1.t-mature-yellow,.t-mature-yellow .c-resources-download h1,.c-resources-download h2.t-mature-yellow,.t-mature-yellow .c-resources-download h2,.c-resources-download h3.t-mature-yellow,.t-mature-yellow .c-resources-download h3,.c-resources-download h4.t-mature-yellow,.t-mature-yellow .c-resources-download h4,.c-resources-download h5.t-mature-yellow,.t-mature-yellow .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-brown,.t-mature-brown .c-resources-download h1,.c-resources-download h2.t-mature-brown,.t-mature-brown .c-resources-download h2,.c-resources-download h3.t-mature-brown,.t-mature-brown .c-resources-download h3,.c-resources-download h4.t-mature-brown,.t-mature-brown .c-resources-download h4,.c-resources-download h5.t-mature-brown,.t-mature-brown .c-resources-download h5{color:#2B220A;}.c-resources-download h1.t-learning,.t-learning .c-resources-download h1,.c-resources-download h2.t-learning,.t-learning .c-resources-download h2,.c-resources-download h3.t-learning,.t-learning .c-resources-download h3,.c-resources-download h4.t-learning,.t-learning .c-resources-download h4,.c-resources-download h5.t-learning,.t-learning .c-resources-download h5{color:#B5FF2B;}.c-resources-download h1.t-learning--educator,.t-learning--educator .c-resources-download h1,.c-resources-download h2.t-learning--educator,.t-learning--educator .c-resources-download h2,.c-resources-download h3.t-learning--educator,.t-learning--educator .c-resources-download h3,.c-resources-download h4.t-learning--educator,.t-learning--educator .c-resources-download h4,.c-resources-download h5.t-learning--educator,.t-learning--educator .c-resources-download h5{color:#DEACFF;}.c-resources-download h1.t-digital-transparency,.t-digital-transparency .c-resources-download h1,.c-resources-download h2.t-digital-transparency,.t-digital-transparency .c-resources-download h2,.c-resources-download h3.t-digital-transparency,.t-digital-transparency .c-resources-download h3,.c-resources-download h4.t-digital-transparency,.t-digital-transparency .c-resources-download h4,.c-resources-download h5.t-digital-transparency,.t-digital-transparency .c-resources-download h5{color:#6E0BAD;}.c-resources-download .c-resources-download__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-resources-download .c-resources-download__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download .c-resources-download__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download .c-resources-download__title{font-size:1.3rem;line-height:1.4;}}.c-resources-download .c-resources-download__title > span{background:none;}@media (min-width:767px){.c-resources-download__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-resources-download__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-resources-download__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-resources-download__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-resources-download__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-resources-download__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-resources-download__item{padding-left:2.5rem;}}@media (min-width:767px){.c-resources-download__item{width:50%;}}.c-resources-download__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-resources-download__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-download__content:hover,.c-resources-download__content:focus{text-decoration:none;}.c-resources-download__content:hover > span:not(.visually-hidden),.c-resources-download__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-resources-download__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-resources-download__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download__content{font-size:1.1rem;line-height:1.4;}}.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #E3E7EA,-1px 0 0 #E3E7EA;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #E3E7EA,-1px 2px 0 #E3E7EA;}}.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F0E6F6,-1px 0 0 #F0E6F6;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F0E6F6,-1px 2px 0 #F0E6F6;}}.c-resources-download__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-resources-download__link.t-learning,.t-learning .c-resources-download__link{border-color:#B5FF2B;}.c-resources-download__link.t-learning--educator,.t-learning--educator .c-resources-download__link{border-color:#DEACFF;}.c-resources-download__link.t-digital-transparency,.t-digital-transparency .c-resources-download__link{border-color:#6F00B0;}.c-resources-download__link:hover,.c-resources-download__link:focus{text-decoration:none;}@media (min-width:767px){.c-resources-download__link:hover > .o-icon,.c-resources-download__link:focus > .o-icon{-webkit-transform:rotate(90deg) translateY(-5px);-ms-transform:rotate(90deg) translateY(-5px);transform:rotate(90deg) translateY(-5px);}}.c-resources-download__link:hover .c-resources-download__content span,.c-resources-download__link:focus .c-resources-download__content span{background-size:100% 100%;}.c-resources-download__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-review{margin:1.875rem 0;border:1px solid #25B2D3;padding:10px;}@media (min-width:767px){.c-review{margin:2.77778rem 0;}}@media (min-width:1400px){.c-review{margin:3.5rem 0;}}@media (min-width:767px){.c-review{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-review{padding:15px;}}.c-review__item{padding:10px;}@media (min-width:767px){.c-review__item{padding:0 10px;-ms-flex-preferred-size:50%;flex-basis:50%;}}@media (min-width:1024px){.c-review__item{padding:10px 15px;}}.c-review__item.-last{border-top:1px solid #25B2D3;}@media (min-width:767px){.c-review__item.-last{padding-left:15px;border-left:1px solid #25B2D3;border-top:0;}}@media (min-width:1024px){.c-review__item.-last{padding-left:30px;}}.c-review__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-review__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-review__item a:hover,.c-review__item a:focus{text-decoration:none;}.c-review__item a:hover > span:not(.visually-hidden),.c-review__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-review__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-review--longform{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;border:0;background-color:#e5f4f8;color:#003057;}.c-review--longform.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-default,.t-default .c-review--longform{background-color:#e5f4f8;color:#003057;}.c-review--longform.t-default-dark,.t-default-dark .c-review--longform{background-color:#E3E7EA;color:#003057;}.c-review--longform.t-guidance,.t-guidance .c-review--longform{background-color:#F4EDF0;color:#8F1049;}.c-review--longform.t-your-vote-matters,.t-your-vote-matters .c-review--longform{background-color:#ECF3F3;color:#076A6E;}.c-review--longform.t-mature-orange,.t-mature-orange .c-review--longform{background-color:#F6F0EE;color:#B24B1F;}.c-review--longform.t-mature-green,.t-mature-green .c-review--longform{background-color:#F1F2ED;color:#706012;}.c-review--longform.t-mature-purple,.t-mature-purple .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-mature-yellow,.t-mature-yellow .c-review--longform{background-color:#F3F2ED;color:#706012;}.c-review--longform.t-mature-brown,.t-mature-brown .c-review--longform{background-color:#EEEEED;color:#2B220A;}.c-review--longform.t-learning,.t-learning .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-learning--educator,.t-learning--educator .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-digital-transparency,.t-digital-transparency .c-review--longform{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.c-review--longform{padding:30px;}}@media (min-width:1024px){.c-review--longform{padding:40px;}}.c-review--longform .c-review__title{width:100%;margin-bottom:0.5em;}.c-review--longform .c-review__title.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-default,.t-default .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-default-dark,.t-default-dark .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-guidance,.t-guidance .c-review--longform .c-review__title{color:#a91255;}.c-review--longform .c-review__title.t-your-vote-matters,.t-your-vote-matters .c-review--longform .c-review__title{color:#088488;}.c-review--longform .c-review__title.t-mature-orange,.t-mature-orange .c-review--longform .c-review__title{color:#B74E20;}.c-review--longform .c-review__title.t-mature-green,.t-mature-green .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-purple,.t-mature-purple .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-mature-yellow,.t-mature-yellow .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-brown,.t-mature-brown .c-review--longform .c-review__title{color:#2B220A;}.c-review--longform .c-review__title.t-learning,.t-learning .c-review--longform .c-review__title{color:#B5FF2B;}.c-review--longform .c-review__title.t-learning--educator,.t-learning--educator .c-review--longform .c-review__title{color:#DEACFF;}.c-review--longform .c-review__title.t-digital-transparency,.t-digital-transparency .c-review--longform .c-review__title{color:#6E0BAD;}.c-review--longform .c-review__item{padding-left:0;padding-right:0;}@media (min-width:767px){.c-review--log .c-review__item.-last{border-left:0;padding-left:0;text-align:right;}}.c-search-block{top:100%;padding:6px 20px;}@media (min-width:767px){.c-search-block{display:none;}}.c-search-block:before{right:40px;}.c-search-block__form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-block__form input{padding:16px 0;background-color:#FFFFFF;border-bottom:0;}.c-search-block__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;}.c-search-block__submit .o-icon{width:1rem;height:1rem;}.c-search-bar .form-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-search-bar .form-submit{height:100%;background-color:#003057;border:1px solid #FFFFFF;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/svg/background-image/icon-search-bg.svg");background-size:15%;background-repeat:no-repeat;background-position:right 20px center;}@media (min-width:767px){.c-search-bar .form-submit{padding-top:0;padding-bottom:0;}}.c-search-bar .form-submit:hover,.c-search-bar .form-submit:focus{background-color:#007292;}@media (min-width:767px){.c-search-bar--foi{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}}.c-search-bar--foi .form-submit{border:none;}@media (min-width:767px){.c-search-bar--foi .form-wrapper,.c-search-bar--foi .form-item{margin-bottom:0;}}.c-search-bar--in-hero form,.c-search-bar--guidance form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--in-hero .form-wrapper,.c-search-bar--in-hero .form-item,.c-search-bar--guidance .form-wrapper,.c-search-bar--guidance .form-item{margin-bottom:0;}.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{text-indent:-999px;white-space:nowrap;overflow:hidden;background-size:35%;background-position:center;width:4rem;padding:0;}@media (min-width:767px){.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{width:3.33rem;}}.c-search-bar--in-hero form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.c-search-bar--in-hero label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-search-bar--in-hero .form-item input{border-bottom:1px solid transparent;background-color:#FFFFFF;}.c-search-bar--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--guidance .form-item input{border:none;color:#003057;background-color:#FFFFFF;}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-submit{border:2px solid #FFFFFF;border-left:none;}.c-sidebar{margin:20px 0;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-sidebar{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.c-sidebar{padding:0 10px 10px;margin-top:0;}}@media (min-width:1024px){.c-sidebar{padding:0 20px 20px;}}.c-sidebar > span{display:block;margin-bottom:10px;}.c-sidebar a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:block;}@media all and (min-width:767px){.c-sidebar a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar a{font-size:0.9rem;line-height:1.4;}}.c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-sidebar a:hover,.c-sidebar a:focus{text-decoration:none;}.c-sidebar a:hover > span:not(.visually-hidden),.c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-sidebar a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-digital-transparency .c-sidebar a:hover,.t-digital-transparency .c-sidebar a:focus{text-decoration:none;}.t-digital-transparency .c-sidebar a:hover > span:not(.visually-hidden),.t-digital-transparency .c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-digital-transparency .c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-sidebar__title{font-size:1.12rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-sidebar__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-sidebar__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar__title{font-size:1.1rem;line-height:1.4;}}.c-sidebar--first{padding-bottom:20px;border-bottom:1px solid #25B2D3;}.c-sidebar--first.t-learning,.t-learning .c-sidebar--first{border-color:#FF8BFF;}.c-sidebar--first.t-learning--educator,.t-learning--educator .c-sidebar--first{border-color:#00E7BD;}.c-sidebar--first.t-digital-transparency,.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.c-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}.c-social__list:last-of-type.-print:after,.c-social__list:last-of-type.-email:after{content:none;}.c-social__list:first-of-type.-print,.c-social__list:first-of-type.-email,.c-social__list:first-of-type.-pdf-download{padding-left:0;}.c-social__list.-social{padding-right:10px;margin-right:10px;}.c-social__list.-print:after,.c-social__list.-social:after,.c-social__list.-email:after{content:'';width:1px;height:25px;background-color:currentColor;position:absolute;right:0;top:50%;margin-top:-12px;}.c-social__list.-print,.c-social__list.-email{padding:0 10px;}.c-social__list.-pdf-download .o-icon{position:relative;top:-3px;}.c-social__list .c-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;}.c-social__list .c-social__link:hover .o-icon,.c-social__list .c-social__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-social__list .o-icon{width:1rem;height:1rem;}.c-social__list .o-icon.page-node-type-longform-content,.page-node-type-longform-content .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-default,.t-default .c-social__list .o-icon{fill:#003057;}.c-social__list .o-icon.t-default-dark,.t-default-dark .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-guidance,.t-guidance .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-your-vote-matters,.t-your-vote-matters .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-orange,.t-mature-orange .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-green,.t-mature-green .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-purple,.t-mature-purple .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-yellow,.t-mature-yellow .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-brown,.t-mature-brown .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-learning,.t-learning .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-learning--educator,.t-learning--educator .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-digital-transparency,.t-digital-transparency .c-social__list .o-icon{fill:#FFFFFF;}.c-social__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-social__title{font-size:1rem;line-height:1.5;display:none;}@media all and (min-width:767px){.c-social__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-social__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-social__title{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-social__title{display:block;margin-right:20px;}}.c-summary-box{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-summary-box{padding:30px;}}@media (min-width:1024px){.c-summary-box{padding:40px;}}.c-summary-box h2,.c-summary-box h3,.c-summary-box h4{margin-bottom:0.5em;}.c-summary-box p:last-child,.c-summary-box ul:last-child,.c-summary-box ol:last-child,.c-summary-box ul > li:last-child{margin-bottom:0;}.c-summary-box .c-summary-box{background-color:transparent;border:1px solid #003057;margin:0;}.c-summary-box--grey{background-color:#f5f5f5;}.c-summary-box__title--boxed{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-summary-box__title--boxed{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-summary-box__title--boxed{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-summary-box__title--boxed{font-size:1.3rem;line-height:1.4;}}.c-summary-box--themed.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-default,.t-default .c-summary-box--themed{background-color:#e5f4f8;color:#003057;}.c-summary-box--themed.t-default-dark,.t-default-dark .c-summary-box--themed{background-color:#E3E7EA;color:#003057;}.c-summary-box--themed.t-guidance,.t-guidance .c-summary-box--themed{background-color:#F4EDF0;color:#8F1049;}.c-summary-box--themed.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed{background-color:#ECF3F3;color:#076A6E;}.c-summary-box--themed.t-mature-orange,.t-mature-orange .c-summary-box--themed{background-color:#F6F0EE;color:#B24B1F;}.c-summary-box--themed.t-mature-green,.t-mature-green .c-summary-box--themed{background-color:#F1F2ED;color:#706012;}.c-summary-box--themed.t-mature-purple,.t-mature-purple .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-mature-yellow,.t-mature-yellow .c-summary-box--themed{background-color:#F3F2ED;color:#706012;}.c-summary-box--themed.t-mature-brown,.t-mature-brown .c-summary-box--themed{background-color:#EEEEED;color:#2B220A;}.c-summary-box--themed.t-learning,.t-learning .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-learning--educator,.t-learning--educator .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-digital-transparency,.t-digital-transparency .c-summary-box--themed{background-color:#F0E6F6;color:#000000;}.c-summary-box--themed h1.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h1,.c-summary-box--themed h2.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h2,.c-summary-box--themed h3.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h3,.c-summary-box--themed h4.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h4,.c-summary-box--themed h5.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-default,.t-default .c-summary-box--themed h1,.c-summary-box--themed h2.t-default,.t-default .c-summary-box--themed h2,.c-summary-box--themed h3.t-default,.t-default .c-summary-box--themed h3,.c-summary-box--themed h4.t-default,.t-default .c-summary-box--themed h4,.c-summary-box--themed h5.t-default,.t-default .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-default-dark,.t-default-dark .c-summary-box--themed h1,.c-summary-box--themed h2.t-default-dark,.t-default-dark .c-summary-box--themed h2,.c-summary-box--themed h3.t-default-dark,.t-default-dark .c-summary-box--themed h3,.c-summary-box--themed h4.t-default-dark,.t-default-dark .c-summary-box--themed h4,.c-summary-box--themed h5.t-default-dark,.t-default-dark .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-guidance,.t-guidance .c-summary-box--themed h1,.c-summary-box--themed h2.t-guidance,.t-guidance .c-summary-box--themed h2,.c-summary-box--themed h3.t-guidance,.t-guidance .c-summary-box--themed h3,.c-summary-box--themed h4.t-guidance,.t-guidance .c-summary-box--themed h4,.c-summary-box--themed h5.t-guidance,.t-guidance .c-summary-box--themed h5{color:#a91255;}.c-summary-box--themed h1.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h1,.c-summary-box--themed h2.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h2,.c-summary-box--themed h3.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h3,.c-summary-box--themed h4.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h4,.c-summary-box--themed h5.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h5{color:#088488;}.c-summary-box--themed h1.t-mature-orange,.t-mature-orange .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-orange,.t-mature-orange .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-orange,.t-mature-orange .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-orange,.t-mature-orange .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-orange,.t-mature-orange .c-summary-box--themed h5{color:#B74E20;}.c-summary-box--themed h1.t-mature-green,.t-mature-green .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-green,.t-mature-green .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-green,.t-mature-green .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-green,.t-mature-green .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-green,.t-mature-green .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-purple,.t-mature-purple .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-purple,.t-mature-purple .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-purple,.t-mature-purple .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-purple,.t-mature-purple .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-purple,.t-mature-purple .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-brown,.t-mature-brown .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-brown,.t-mature-brown .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-brown,.t-mature-brown .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-brown,.t-mature-brown .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-brown,.t-mature-brown .c-summary-box--themed h5{color:#2B220A;}.c-summary-box--themed h1.t-learning,.t-learning .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning,.t-learning .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning,.t-learning .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning,.t-learning .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning,.t-learning .c-summary-box--themed h5{color:#B5FF2B;}.c-summary-box--themed h1.t-learning--educator,.t-learning--educator .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning--educator,.t-learning--educator .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning--educator,.t-learning--educator .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning--educator,.t-learning--educator .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning--educator,.t-learning--educator .c-summary-box--themed h5{color:#DEACFF;}.c-summary-box--themed h1.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h1,.c-summary-box--themed h2.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h2,.c-summary-box--themed h3.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h3,.c-summary-box--themed h4.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h4,.c-summary-box--themed h5.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h5{color:#6E0BAD;}.c-summary-box--themed .c-summary-box.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-default,.t-default .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-default-dark,.t-default-dark .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-guidance,.t-guidance .c-summary-box--themed .c-summary-box{border:1px solid #a91255;}.c-summary-box--themed .c-summary-box.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed .c-summary-box{border:1px solid #088488;}.c-summary-box--themed .c-summary-box.t-mature-orange,.t-mature-orange .c-summary-box--themed .c-summary-box{border:1px solid #B74E20;}.c-summary-box--themed .c-summary-box.t-mature-green,.t-mature-green .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-purple,.t-mature-purple .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-mature-yellow,.t-mature-yellow .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-brown,.t-mature-brown .c-summary-box--themed .c-summary-box{border:1px solid #2B220A;}.c-summary-box--themed .c-summary-box.t-learning,.t-learning .c-summary-box--themed .c-summary-box{border:1px solid #B5FF2B;}.c-summary-box--themed .c-summary-box.t-learning--educator,.t-learning--educator .c-summary-box--themed .c-summary-box{border:1px solid #DEACFF;}.c-summary-box--themed .c-summary-box.t-digital-transparency,.t-digital-transparency .c-summary-box--themed .c-summary-box{border:1px solid #6E0BAD;}.c-summary-box--w-margin{margin:1.875rem 0;}@media (min-width:767px){.c-summary-box--w-margin{margin:2.77778rem 0;}}@media (min-width:1400px){.c-summary-box--w-margin{margin:3.5rem 0;}}.c-further-reading{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-further-reading{padding:30px;}}@media (min-width:1024px){.c-further-reading{padding:40px;}}.c-further-reading.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-default,.t-default .c-further-reading{background-color:#e5f4f8;color:#003057;}.c-further-reading.t-default-dark,.t-default-dark .c-further-reading{background-color:#E3E7EA;color:#003057;}.c-further-reading.t-guidance,.t-guidance .c-further-reading{background-color:#F4EDF0;color:#8F1049;}.c-further-reading.t-your-vote-matters,.t-your-vote-matters .c-further-reading{background-color:#ECF3F3;color:#076A6E;}.c-further-reading.t-mature-orange,.t-mature-orange .c-further-reading{background-color:#F6F0EE;color:#B24B1F;}.c-further-reading.t-mature-green,.t-mature-green .c-further-reading{background-color:#F1F2ED;color:#706012;}.c-further-reading.t-mature-purple,.t-mature-purple .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-mature-yellow,.t-mature-yellow .c-further-reading{background-color:#F3F2ED;color:#706012;}.c-further-reading.t-mature-brown,.t-mature-brown .c-further-reading{background-color:#EEEEED;color:#2B220A;}.c-further-reading.t-learning,.t-learning .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-learning--educator,.t-learning--educator .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-digital-transparency,.t-digital-transparency .c-further-reading{background-color:#F0E6F6;color:#000000;}.c-further-reading h1.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h1,.c-further-reading h2.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h2,.c-further-reading h3.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h3,.c-further-reading h4.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h4,.c-further-reading h5.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h5{color:#705191;}.c-further-reading h1.t-default,.t-default .c-further-reading h1,.c-further-reading h2.t-default,.t-default .c-further-reading h2,.c-further-reading h3.t-default,.t-default .c-further-reading h3,.c-further-reading h4.t-default,.t-default .c-further-reading h4,.c-further-reading h5.t-default,.t-default .c-further-reading h5{color:#003057;}.c-further-reading h1.t-default-dark,.t-default-dark .c-further-reading h1,.c-further-reading h2.t-default-dark,.t-default-dark .c-further-reading h2,.c-further-reading h3.t-default-dark,.t-default-dark .c-further-reading h3,.c-further-reading h4.t-default-dark,.t-default-dark .c-further-reading h4,.c-further-reading h5.t-default-dark,.t-default-dark .c-further-reading h5{color:#003057;}.c-further-reading h1.t-guidance,.t-guidance .c-further-reading h1,.c-further-reading h2.t-guidance,.t-guidance .c-further-reading h2,.c-further-reading h3.t-guidance,.t-guidance .c-further-reading h3,.c-further-reading h4.t-guidance,.t-guidance .c-further-reading h4,.c-further-reading h5.t-guidance,.t-guidance .c-further-reading h5{color:#a91255;}.c-further-reading h1.t-your-vote-matters,.t-your-vote-matters .c-further-reading h1,.c-further-reading h2.t-your-vote-matters,.t-your-vote-matters .c-further-reading h2,.c-further-reading h3.t-your-vote-matters,.t-your-vote-matters .c-further-reading h3,.c-further-reading h4.t-your-vote-matters,.t-your-vote-matters .c-further-reading h4,.c-further-reading h5.t-your-vote-matters,.t-your-vote-matters .c-further-reading h5{color:#088488;}.c-further-reading h1.t-mature-orange,.t-mature-orange .c-further-reading h1,.c-further-reading h2.t-mature-orange,.t-mature-orange .c-further-reading h2,.c-further-reading h3.t-mature-orange,.t-mature-orange .c-further-reading h3,.c-further-reading h4.t-mature-orange,.t-mature-orange .c-further-reading h4,.c-further-reading h5.t-mature-orange,.t-mature-orange .c-further-reading h5{color:#B74E20;}.c-further-reading h1.t-mature-green,.t-mature-green .c-further-reading h1,.c-further-reading h2.t-mature-green,.t-mature-green .c-further-reading h2,.c-further-reading h3.t-mature-green,.t-mature-green .c-further-reading h3,.c-further-reading h4.t-mature-green,.t-mature-green .c-further-reading h4,.c-further-reading h5.t-mature-green,.t-mature-green .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-purple,.t-mature-purple .c-further-reading h1,.c-further-reading h2.t-mature-purple,.t-mature-purple .c-further-reading h2,.c-further-reading h3.t-mature-purple,.t-mature-purple .c-further-reading h3,.c-further-reading h4.t-mature-purple,.t-mature-purple .c-further-reading h4,.c-further-reading h5.t-mature-purple,.t-mature-purple .c-further-reading h5{color:#705191;}.c-further-reading h1.t-mature-yellow,.t-mature-yellow .c-further-reading h1,.c-further-reading h2.t-mature-yellow,.t-mature-yellow .c-further-reading h2,.c-further-reading h3.t-mature-yellow,.t-mature-yellow .c-further-reading h3,.c-further-reading h4.t-mature-yellow,.t-mature-yellow .c-further-reading h4,.c-further-reading h5.t-mature-yellow,.t-mature-yellow .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-brown,.t-mature-brown .c-further-reading h1,.c-further-reading h2.t-mature-brown,.t-mature-brown .c-further-reading h2,.c-further-reading h3.t-mature-brown,.t-mature-brown .c-further-reading h3,.c-further-reading h4.t-mature-brown,.t-mature-brown .c-further-reading h4,.c-further-reading h5.t-mature-brown,.t-mature-brown .c-further-reading h5{color:#2B220A;}.c-further-reading h1.t-learning,.t-learning .c-further-reading h1,.c-further-reading h2.t-learning,.t-learning .c-further-reading h2,.c-further-reading h3.t-learning,.t-learning .c-further-reading h3,.c-further-reading h4.t-learning,.t-learning .c-further-reading h4,.c-further-reading h5.t-learning,.t-learning .c-further-reading h5{color:#B5FF2B;}.c-further-reading h1.t-learning--educator,.t-learning--educator .c-further-reading h1,.c-further-reading h2.t-learning--educator,.t-learning--educator .c-further-reading h2,.c-further-reading h3.t-learning--educator,.t-learning--educator .c-further-reading h3,.c-further-reading h4.t-learning--educator,.t-learning--educator .c-further-reading h4,.c-further-reading h5.t-learning--educator,.t-learning--educator .c-further-reading h5{color:#DEACFF;}.c-further-reading h1.t-digital-transparency,.t-digital-transparency .c-further-reading h1,.c-further-reading h2.t-digital-transparency,.t-digital-transparency .c-further-reading h2,.c-further-reading h3.t-digital-transparency,.t-digital-transparency .c-further-reading h3,.c-further-reading h4.t-digital-transparency,.t-digital-transparency .c-further-reading h4,.c-further-reading h5.t-digital-transparency,.t-digital-transparency .c-further-reading h5{color:#6E0BAD;}.c-further-reading .c-further-reading__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-further-reading .c-further-reading__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading .c-further-reading__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading .c-further-reading__title{font-size:1.3rem;line-height:1.4;}}.c-further-reading .c-further-reading__title > span{background:none;}@media (min-width:767px){.c-further-reading__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-further-reading__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-further-reading__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-further-reading__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-further-reading__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-further-reading__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-further-reading__item{padding-left:2.5rem;}}@media (min-width:767px){.c-further-reading__item{width:50%;}}.c-further-reading__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-further-reading__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-further-reading__content:hover,.c-further-reading__content:focus{text-decoration:none;}.c-further-reading__content:hover > span:not(.visually-hidden),.c-further-reading__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-further-reading__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-further-reading__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading__content{font-size:1.1rem;line-height:1.4;}}.c-further-reading__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-further-reading__link:hover,.c-further-reading__link:focus{text-decoration:none;}@media (min-width:767px){.c-further-reading__link:hover > .o-icon,.c-further-reading__link:focus > .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-further-reading__link:hover .c-further-reading__content span,.c-further-reading__link:focus .c-further-reading__content span{background-size:100% 100%;}.c-further-reading__link.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-default,.t-default .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-default-dark,.t-default-dark .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-guidance,.t-guidance .c-further-reading__link{border-color:#8F1049;}.c-further-reading__link.t-your-vote-matters,.t-your-vote-matters .c-further-reading__link{border-color:#076A6E;}.c-further-reading__link.t-mature-orange,.t-mature-orange .c-further-reading__link{border-color:#B24B1F;}.c-further-reading__link.t-mature-green,.t-mature-green .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-purple,.t-mature-purple .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-mature-yellow,.t-mature-yellow .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-brown,.t-mature-brown .c-further-reading__link{border-color:#2B220A;}.c-further-reading__link.t-learning,.t-learning .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-learning--educator,.t-learning--educator .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-digital-transparency,.t-digital-transparency .c-further-reading__link{border-color:#000000;}.c-further-reading__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-taxonomy-tag{background-color:#003057;margin-bottom:10px;display:inline-block;margin-right:10px;color:#FFFFFF;font-size:1rem;line-height:1.2;padding:7px 15px;border-radius:20px;}@media all and (min-width:767px){.c-taxonomy-tag{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}.c-taxonomy-tag a{display:block;}.c-taxonomy-tag a:hover .o-icon,.c-taxonomy-tag a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-taxonomy-tag a > span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-taxonomy-tag a.is-active .c-taxonomy-tag__value{margin-left:10px;}.c-taxonomy-tag__status{-ms-flex-negative:0;flex-shrink:0;}.c-taxonomy-tag__status .o-icon{width:0.6rem;height:0.6rem;}.c-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}@media (min-width:767px){.c-teaser{height:100%;}}.c-teaser__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0;position:relative;width:100%;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-teaser__link{padding:20px;border-bottom:0;border-left:1px solid #25B2D3;}.c-teaser__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}}@media (min-width:1400px){.c-teaser__link{padding:30px;}}.c-teaser__link:hover,.c-teaser__link:focus{text-decoration:none;}@media (min-width:767px){.c-teaser__link:hover:before,.c-teaser__link:focus:before{width:100%;}}.c-teaser__link:hover .c-teaser__title span,.c-teaser__link:focus .c-teaser__title span{background-size:100% 100%;}.c-teaser__link.c-teaser__link--borderless{padding:0;border:0;}.c-teaser__link.c-teaser__link--borderless:before{display:none;}.c-teaser__img{margin-bottom:15px;-ms-flex-negative:0;flex-shrink:0;}.c-teaser__img img{display:block;width:100%;}.c-teaser__desc{font-size:1rem;line-height:1.5;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__desc{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser__desc{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser__desc{font-size:0.9rem;line-height:1.5;}}.hide-teaser-summary .c-teaser__desc{display:none;}.c-teaser__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-teaser__taxonomy{font-size:0.88rem;line-height:1.4;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__taxonomy{font-size:0.7rem;line-height:1.4;}}.c-teaser__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}.c-teaser__meta svg{margin-right:5px;fill:#003057;}.c-teaser__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__title{font-size:1.1rem;line-height:1.4;}}.c-teaser__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser__title:hover,.c-teaser__title:focus{text-decoration:none;}.c-teaser__title:hover > span:not(.visually-hidden),.c-teaser__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-teaser__link{border:0;padding:0;overflow:hidden;}@media (min-width:767px){.t-learning .c-teaser__link:before{display:none;}}@media (prefers-reduced-motion:no-preference){.t-learning .c-teaser__link:hover .c-teaser__img img,.t-learning .c-teaser__link:focus .c-teaser__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}}.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}@media all and (min-width:767px){.t-learning .c-teaser__title{font-size:1.3333rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}}.t-learning .c-teaser__taxonomy{display:none;}.t-learning .c-teaser__img img{-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}.t-learning .c-teaser__img .media__wrapper{overflow:hidden;}.t-learning .c-teaser__img img{opacity:0.6;}@supports (mix-blend-mode:multiply){.t-learning .c-teaser__img img{mix-blend-mode:multiply;opacity:1;}}.c-teaser__img .media__wrapper.t-learning,.t-learning .c-teaser__img .media__wrapper{background-color:#FF8BFF;}.c-teaser__img .media__wrapper.t-learning--educator,.t-learning--educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser__img .media__wrapper.t-digital-transparency,.t-digital-transparency .c-teaser__img .media__wrapper{background-color:#6F00B0;}.c-teaser--learning-educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser-listing{border-top:1px solid #25B2D3;}.c-teaser-listing__wrapper{padding:20px 0;display:block;}.c-teaser-listing__wrapper:hover .o-icon,.c-teaser-listing__wrapper:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-teaser-listing__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__wrapper{margin-left:-2.22222rem;padding:30px 0;}}.c-teaser-listing__wrapper:hover,.c-teaser-listing__wrapper:focus{text-decoration:none;}@media (min-width:767px){.c-teaser-listing__wrapper:hover:before,.c-teaser-listing__wrapper:focus:before{width:100%;}}.c-teaser-listing__wrapper:hover .c-teaser-listing__title span,.c-teaser-listing__wrapper:focus .c-teaser-listing__title span{background-size:100% 100%;}.c-teaser-listing__wrapper .o-icon{-ms-flex-negative:0;flex-shrink:0;}.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}@media all and (min-width:767px){.c-teaser-listing__wrapper p{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser-listing__wrapper p{font-size:0.9rem;line-height:1.5;}}.c-teaser-listing__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;}.c-teaser-listing__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-listing__title:hover,.c-teaser-listing__title:focus{text-decoration:none;}.c-teaser-listing__title:hover > span:not(.visually-hidden),.c-teaser-listing__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-listing__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-teaser-listing__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-listing__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-teaser-listing__title{margin-bottom:5px;}}.c-teaser-listing__date{margin-bottom:10px;}.c-teaser-listing__desc{margin-bottom:5px;}@media (min-width:767px){.c-teaser-listing__2-col-l{padding-left:1.66667rem;width:75%;}}@media (min-width:1024px){.c-teaser-listing__2-col-l{width:80%;padding-left:2.22222rem;}}.c-teaser-listing__w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-teaser-listing__w-icon .c-teaser-listing__title{margin-left:10px;}@media (min-width:767px){.c-teaser-listing__2-col-s{padding-left:1.66667rem;width:25%;}}@media (min-width:1024px){.c-teaser-listing__2-col-s{width:20%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-s{width:30%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-s{width:25%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-l{width:40%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-l{width:50%;padding-left:2.22222rem;}}.o-date{display:block;font-weight:bold;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.o-date{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.o-date{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.o-date{font-size:0.8rem;line-height:1.2;}}.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.9rem;line-height:1.4;}}.c-teaser-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:10px;}@media (min-width:767px){.c-teaser-icon{padding:0;}}.c-teaser-icon:hover,.c-teaser-icon:focus{text-decoration:none;}.c-teaser-icon:hover .c-teaser-icon__title span,.c-teaser-icon:focus .c-teaser-icon__title span{background-size:100% 100%;}.c-teaser-icon__icon{max-width:5rem;margin-right:1rem;}.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-icon__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-icon__title{font-size:1.1rem;line-height:1.4;}}.c-teaser-icon__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-icon__title:hover,.c-teaser-icon__title:focus{text-decoration:none;}.c-teaser-icon__title:hover > span:not(.visually-hidden),.c-teaser-icon__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-icon__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-translate-block{top:0;padding:20px;color:#003057;}@media (min-width:767px){.c-translate-block{margin-right:-15px;color:#FFFFFF;background-color:transparent;width:auto;padding:0;}}.c-translate-block:before{right:90px;}.c-translate-block__items{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;color:currentColor;padding:10px 0;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-translate-block__items a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-translate-block__items a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-translate-block__items a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:20px 15px;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}@media (min-width:767px){.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-translate-block__items a.is-active span{background-size:100% 100%;}.c-translate-block__items li{-ms-flex-preferred-size:50%;flex-basis:50%;}.c-translate-block__items li:last-child{border-left:1px solid #25B2D3;padding-left:20px;}@media (min-width:767px){.c-translate-block__items li{-ms-flex-preferred-size:auto;flex-basis:auto;}.c-translate-block__items li:last-child{border-left:0;padding-left:0;}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters +html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-no-flexbox .swiper-slide{float:left;}.swiper-container-vertical > .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);}.swiper-container-multirow > .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;}.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto;}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform;}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y;}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x;}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:1;background:#007aff;}.swiper-container-vertical > .swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform;}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;}.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0;}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff;}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25);}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff;}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000;}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25);}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1);}.swiper-container-horizontal > .swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-container-vertical > .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite;}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat;}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube{overflow:visible;}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%;}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0;}.swiper-container-flip{overflow:visible;}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px;}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0;}.simplebar-offset{direction:inherit !important;-webkit-box-sizing:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none;}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;}.simplebar-content:before,.simplebar-content:after{content:' ';display:table;}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none;}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1;}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden;}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all;}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px;}.simplebar-scrollbar:before{position:absolute;content:'';background:black;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;-webkit-transition:opacity 0s linear;-o-transition:opacity 0s linear;transition:opacity 0s linear;}.simplebar-track.simplebar-vertical{top:0;width:11px;}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px;}.simplebar-track.simplebar-horizontal{left:0;height:11px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical{right:auto;left:0;}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}@media screen and (min-width:320px){head{font-family:"tiny 320px";}body:after{content:"tiny - min-width: 320px";}}@media screen and (min-width:480px){head{font-family:"small 480px";}body:after{content:"small - min-width: 480px";}}@media screen and (min-width:767px){head{font-family:"medium 767px";}body:after{content:"medium - min-width: 767px";}}@media screen and (min-width:1024px){head{font-family:"large 1024px";}body:after{content:"large - min-width: 1024px";}}@media screen and (min-width:1400px){head{font-family:"huge 1400px";}body:after{content:"huge - min-width: 1400px";}}@media screen and (min-width:1800px){head{font-family:"mega 1800px";}body:after{content:"mega - min-width: 1800px";}}head{clear:both;}head title{font-family:"tiny 320px, small 480px, medium 767px, large 1024px, huge 1400px, mega 1800px";}body:after{display:none;}*[data-usn-if]{display:none;}*:focus{outline:none;}.tabbing main:focus,.tabbing a:focus,.tabbing button:focus,.tabbing textarea:focus,.tabbing select:focus,.tabbing input:focus,.tabbing [role="button"]:focus,.tabbing .c-voter-wizard-radio__input:focus + .c-voter-wizard__label{-webkit-box-shadow:0 0 0 5px #16aa47;box-shadow:0 0 0 5px #16aa47;outline:none;}@media (min-width:767px){.o-grid-gutter{margin-left:-1.66667rem;}}@media (min-width:1024px){.o-grid-gutter{margin-left:-2.22222rem;}}@media (min-width:1400px){.o-grid-gutter{margin-left:-2.5rem;}}@media (min-width:767px){.o-grid-gutter__item{padding-left:1.66667rem;}}@media (min-width:1024px){.o-grid-gutter__item{padding-left:2.22222rem;}}@media (min-width:1400px){.o-grid-gutter__item{padding-left:2.5rem;}}.o-link-animate{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.o-link-animate > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-link-animate:hover,.o-link-animate:focus{text-decoration:none;}.o-link-animate:hover > span:not(.visually-hidden),.o-link-animate:focus > span:not(.visually-hidden){background-size:100% 100%;}.o-link-animate.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.u-visually-hidden,.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.u-visually-hidden-focusable:active,.u-visually-hidden-focusable:focus,.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.u-hidden{display:none;}.u-invisible{visibility:hidden;}.u-clear{clear:both;}.u-list-reset{margin:0;padding:0;list-style:none;}@media (min-width:1024px){.u-hide-desk{display:none;}}.u-hide-mob{display:none;}@media (min-width:1024px){.u-hide-mob{display:block;}}.svg-symbols{display:none;}form{zoom:1;}form:before,form:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}form:after{clear:both;}fieldset{zoom:1;border:0;padding:0;margin-left:0;}fieldset:before,fieldset:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}fieldset:after{clear:both;}legend,label{font-size:1.12rem;line-height:1.2;display:block;}@media all and (min-width:767px){legend,label{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){legend,label{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){legend,label{font-size:1.1rem;line-height:1.2;}}.fieldset-legend,label{margin-bottom:0.75em;display:block;}input,textarea,select{font-size:1rem;line-height:initial;display:block;width:100%;outline:0;border-radius:0px;border:0;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){input,textarea,select{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){input,textarea,select{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){input,textarea,select{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){input,textarea,select{padding:18px;}}select{-webkit-appearance:none;-webkit-border-radius:0px;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-chevron.svg");background-repeat:no-repeat;background-size:15px 8px;background-position:right 20px center;line-height:auto;}select::-ms-expand{display:none;}textarea{min-height:100px;resize:vertical;-webkit-overflow-scrolling:touch;}input[type=button],input[type=submit],button{border:0;width:auto;display:inline-block;vertical-align:middle;cursor:pointer;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;}input[type=checkbox],input[type=radio]{width:15px;height:15px;display:inline-block;vertical-align:middle;border:1px solid "keyline";position:static;background-color:#FFFFFF;margin-right:0.5em;}input[type=checkbox] + label,input[type=radio] + label{display:inline-block;vertical-align:middle;margin-bottom:0;}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 60px white inset;}::-webkit-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-webkit-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}:-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}::-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}:-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}::-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}.fieldset-inset{padding:24px 24px 0 24px;border:1px solid #003057;}.fieldset-inset.t-learning,.t-learning .fieldset-inset{border-color:#FF8BFF;}.fieldset-inset.t-learning--educator,.t-learning--educator .fieldset-inset{border-color:#00E7BD;}.fieldset-inset.t-digital-transparency,.t-digital-transparency .fieldset-inset{border-color:#6F00B0;}@media (min-width:767px){.fieldset-inset{padding:27px 27px 0 27px;}}@media (min-width:1024px){.fieldset-inset{padding:40px 40px 10px 40px;}}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:italic;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:bold;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}@font-face{font-family:"Swis721MdBTW05-Bold";font-style:normal;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}html{font-size:100%;line-height:1.4;}@media all and (min-width:767px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1024px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1400px){html{font-size:125%;line-height:1.5;}}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;}html{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;min-height:100%;overflow-x:hidden;}body{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#FFFFFF;color:#003057;}body.with-border{border:32px solid black !important;}body.with-border .o-back-to-top{right:32px;}body.with-border .c-home-hero{background-color:#252525;}body.nav-is-active{height:100%;width:100%;overflow:hidden;position:fixed;}body.moderation-note-highlight{background:#FFFFFF !important;}h1,h2,h3,h4,h5,h6,.o-type-h1,.o-type-h2,.o-type-h3,.o-type-h4,.o-type-h5,.o-type-h6{margin:0 0 1em;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}h1,.o-type-h1{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){h1,.o-type-h1{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){h1,.o-type-h1{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){h1,.o-type-h1{font-size:2.3rem;line-height:1.4;}}h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){h2,.o-type-h2{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){h2,.o-type-h2{font-size:1.8rem;line-height:1.4;}}h3,.o-type-h3{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){h3,.o-type-h3{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){h3,.o-type-h3{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){h3,.o-type-h3{font-size:1.3rem;line-height:1.4;}}h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){h4,.o-type-h4{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){h4,.o-type-h4{font-size:1.1rem;line-height:1.4;}}h5,.o-type-h5{font-size:1.12rem;line-height:1.4;}h6,.o-type-h6{font-size:1.12rem;line-height:1.4;}p{margin:0 0 1em;}ul,ol,dl{margin:0 0 1em;padding-left:1.5em;}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0;}a{color:currentColor;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration:none;}a:hover,a:focus{color:"hover";outline:0;text-decoration:underline;}.link-underline{text-decoration:underline;}.link-underline:hover,.link-underline:focus{text-decoration:none;}address{font-style:normal;}hr{border-bottom:1px solid "grey";border-left:none;border-right:none;border-top:none;margin:1em;}strong{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}img,picture,svg{margin:0;max-width:100%;}figure{margin:0;padding:0;}blockquote{margin:1em 0;padding-left:2em;border-left:1px solid "keyline";}blockquote p{position:relative;}blockquote p:first-child:before{content:open-quote;position:absolute;left:-0.5em;}blockquote p:last-child{margin-bottom:0;}blockquote p:last-child:after{content:close-quote;}cite{color:#003057;font-style:italic;}cite:before{content:"\2014 \00A0";}code{padding:4px 6px;}.l-main-content{position:relative;}@media (min-width:767px){.l-main-content{margin-left:-1.66667rem;}}@media (min-width:1024px){.l-main-content{margin-left:-2.22222rem;}}@media (min-width:1400px){.l-main-content{margin-left:-2.5rem;}}@media (min-width:767px){.l-main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}@media (min-width:767px){.l-content-w-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-content-w-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-content-w-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.l-content-w-sidebar .c-accordion__content{width:100%;}}@media (min-width:767px){.l-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.l-sidebar__padding{margin-top:1.875rem;}@media (min-width:767px){.l-sidebar__padding{margin-top:2.77778rem;}}@media (min-width:1400px){.l-sidebar__padding{margin-top:3.5rem;}}@media (min-width:767px){.page-node-type-landing-page .paragraph--type--slice-content,.page-node-type-landing-page .paragraph--type--slice-form,.page-node-type-landing-page .paragraph--type--slice-media,.page-node-type-landing-page .paragraph--type--summary-box,.page-node-type-landing-page .paragraph--type--tableau,.page-node-type-landing-page .paragraph--type--quote,.page-node-type-guidance-type .paragraph--type--slice-content,.page-node-type-guidance-type .paragraph--type--slice-form,.page-node-type-guidance-type .paragraph--type--slice-media,.page-node-type-guidance-type .paragraph--type--summary-box,.page-node-type-guidance-type .paragraph--type--tableau,.page-node-type-guidance-type .paragraph--type--quote{width:70%;}}.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media (min-width:1024px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:1024px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.region-content{margin:1.875rem 0;}@media (min-width:767px){.region-content{margin:2.77778rem 0;}}@media (min-width:1400px){.region-content{margin:3.5rem 0;}}.path-polling-stations .l-sidebar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.l-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.l-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.l-grid--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width:767px){.l-grid--2-col .l-grid__item{width:50%;}}@media (min-width:767px){.l-grid--3-col .l-grid__item{width:33.333%;}}@media (min-width:1024px){.l-grid--3-col-lrg .l-grid__item{width:33.333%;}}@media (min-width:767px){.l-grid--4-col .l-grid__item{width:50%;}}@media (min-width:1024px){.l-grid--4-col .l-grid__item{width:25%;}}@media (min-width:767px){.l-grid--w-h-gutter{margin-left:-0.83333rem;margin-right:-0.83333rem;}}@media (min-width:767px){.l-grid--w-h-gutter .l-grid__item{padding-left:0.83333rem;padding-right:0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter{margin-top:-0.83333rem;margin-bottom:-0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter .l-grid__item{padding-top:0.83333rem;padding-bottom:0.83333rem;}}.o-button,.c-wysiwyg .button-link{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1;background-color:transparent;border:0;cursor:pointer;padding:0;outline:none;text-align:left;-webkit-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;}@media all and (min-width:767px){.o-button,.c-wysiwyg .button-link{font-size:0.88rem;line-height:1;}}@media all and (min-width:1024px){.o-button,.c-wysiwyg .button-link{font-size:1rem;line-height:1;}}@media all and (min-width:1400px){.o-button,.c-wysiwyg .button-link{font-size:0.9rem;line-height:1;}}.o-button--primary,.c-wysiwyg .button-link{padding:20px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.o-button--primary:hover,.c-wysiwyg .button-link:hover,.o-button--primary:focus,.c-wysiwyg .button-link:focus{text-decoration:none;}.o-button--primary:hover:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary:focus:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}.o-button--primary.o-external-link:after,.c-wysiwyg .o-external-link.button-link:after{content:none;}.o-button--primary.o-external-link:hover .o-icon,.c-wysiwyg .o-external-link.button-link:hover .o-icon,.o-button--primary.o-external-link:focus .o-icon,.c-wysiwyg .o-external-link.button-link:focus .o-icon{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}.o-button--primary .o-icon,.c-wysiwyg .button-link .o-icon{margin-left:1rem;position:relative;}.o-button--primary .o-icon:only-child,.c-wysiwyg .button-link .o-icon:only-child{margin:0;}.o-button--primary-reverse{padding:20px;}.o-button--primary-reverse:hover,.o-button--primary-reverse:focus{text-decoration:none;}.o-button--primary-reverse:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary-reverse:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(-5px) scaleX(-1);-ms-transform:translateX(-5px) scaleX(-1);transform:translateX(-5px) scaleX(-1);}.o-button--primary-reverse .o-icon{-webkit-transform:translateX(0px) scaleX(-1);-ms-transform:translateX(0px) scaleX(-1);transform:translateX(0px) scaleX(-1);margin-right:1rem;margin-left:0;}.o-button--light{background-color:#FFFFFF;color:#003057;}.o-button--light:hover,.o-button--light:focus{background-color:#e6e6e6;}.o-button--dark{background-color:#003057;color:#FFFFFF;}.o-button--dark:hover,.o-button--dark:focus{background-color:#007292;}.o-button--voting{background-color:#088488;color:#FFFFFF;}.o-button--voting:hover,.o-button--voting:focus{background-color:#055558;}.o-button--error{background-color:#ED1D24;color:#FFFFFF;}.o-button--error[disabled]{pointer-events:none;}.o-button--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.o-button--light-blue{background-color:#25B2D3;color:#003057;}.o-button--light-blue:hover,.o-button--light-blue:focus{background-color:#1a7b92;color:#FFFFFF;}.o-button--theme,.c-wysiwyg .button-link{background-color:#003057;color:#FFFFFF;}.o-button--theme:hover,.c-wysiwyg .button-link:hover,.o-button--theme:focus,.c-wysiwyg .button-link:focus{background-color:#007292;}.t-digital-transparency .o-button--theme,.t-digital-transparency .c-wysiwyg .button-link,.c-wysiwyg .t-digital-transparency .button-link{background-color:#6F00B0;color:#FFFFFF;}.t-digital-transparency .o-button--theme:hover,.t-digital-transparency .c-wysiwyg .button-link:hover,.c-wysiwyg .t-digital-transparency .button-link:hover,.t-digital-transparency .o-button--theme:focus,.t-digital-transparency .c-wysiwyg .button-link:focus,.c-wysiwyg .t-digital-transparency .button-link:focus{background-color:#4f007d;}.o-button--keyline-white{border:1px solid #FFFFFF;color:#FFFFFF;}.o-button--keyline-white:hover,.o-button--keyline-white:focus,.o-button--keyline-white.is-active{background-color:#FFFFFF;color:#705191;}.o-button--keyline-blue{border:1px solid #003057;color:#003057;}.o-button--keyline-blue:hover,.o-button--keyline-blue:focus,.o-button--keyline-blue.is-active{background-color:#003057;color:#FFFFFF;}.o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;}.o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.o-meta-link:hover,.o-meta-link:focus{text-decoration:none;}.o-meta-link:hover > span:not(.visually-hidden),.o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.o-meta-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-meta-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-meta-link{font-size:0.9rem;line-height:1.5;}}.o-external-link:after{content:'';background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-external-link.svg");width:22px;height:22px;background-size:cover;position:relative;display:inline-block;margin:2px 5px;vertical-align:sub;}.o-container,.o-container-fluid{margin:0 auto;padding:0 20px;max-width:1400px;width:100%;}@media (min-width:480px){.o-container,.o-container-fluid{padding:0 20px;}}@media (min-width:767px){.o-container,.o-container-fluid{padding:0 30px;}}@media (min-width:1024px){.o-container,.o-container-fluid{padding:0 50px;}}.o-container-fluid{max-width:none;}.o-container__padding{margin:1.875rem 0;}@media (min-width:767px){.o-container__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-container__padding{margin:3.5rem 0;}}.o-page{overflow-x:hidden;}.o-back-to-top{width:100%;position:fixed;bottom:-100px;margin-bottom:0;border-top:1px solid #FFFFFF;z-index:1;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}@media (min-width:767px){.o-back-to-top{border-top:0;right:0;width:auto;}}.o-back-to-top.-reveal{bottom:0;}.o-back-to-top:hover .o-icon,.o-back-to-top:focus .o-icon{top:45%;-webkit-transform:translateX(5px) rotate(180deg);-ms-transform:translateX(5px) rotate(180deg);transform:translateX(5px) rotate(180deg);}.o-back-to-top .o-icon{width:0.5rem;height:0.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon{width:1.25rem;height:1.25rem;display:inline-block;fill:currentColor;-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;-o-transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;}.o-icon--small{width:1rem;height:1rem;}.o-icon--large{width:2rem;height:2rem;}.o-icon--rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.o-icon--rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon--rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.media figcaption{font-size:1rem;line-height:1.2;padding:20px 0;border-bottom:1px solid #25B2D3;}@media all and (min-width:767px){.media figcaption{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.media figcaption{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.media figcaption{font-size:0.8rem;line-height:1.2;}}.media figcaption.t-learning,.t-learning .media figcaption{border-color:#FF8BFF;}.media figcaption.t-learning--educator,.t-learning--educator .media figcaption{border-color:#00E7BD;}.media figcaption.t-digital-transparency,.t-digital-transparency .media figcaption{border-color:#6F00B0;}.media img{display:block;}.media.media-left,.media.media-right{width:50%;margin-bottom:15px;}@media (min-width:767px){.media.media-left,.media.media-right{width:40%;margin-bottom:20px;}}.media.media-left{float:left;margin-right:15px;}@media (min-width:767px){.media.media-left{margin-left:20px;}}.media.media-right{float:right;margin-left:15px;}@media (min-width:767px){.media.media-right{margin-left:20px;}}.media.media-full{width:100%;margin-bottom:15px;clear:both;}@media (min-width:767px){.media.media-full{margin-bottom:20px;}}.media-image{display:block;}.media-image img{height:auto;display:block;}.media-image img:not([width]){width:100%;}.media-16_9_media .media__wrapper{position:relative;padding-top:56.25%;background-color:#002e54;}.media-16_9_media img{position:absolute;top:0;left:0;right:0;bottom:0;}.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;}.video-embed-field-lazy-play{height:40px;width:40px;left:auto;top:auto;margin-left:-36px;margin-top:-36px;position:absolute;background:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-play-bg.svg") no-repeat;background-size:20%;background-position:center;background-color:#003057;right:20px;bottom:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}@media (min-width:767px){.video-embed-field-lazy-play{height:60px;width:60px;}}@media (min-width:1024px){.video-embed-field-lazy-play{height:80px;width:80px;}}.video-embed-field-lazy-play:hover,.video-embed-field-lazy-play:focus{background-color:black;}.video-embed-field-lazy img{height:auto;}.media-document figcaption{padding-top:0;}.o-slice{clear:both;}.o-slice--100{width:100%;}.o-slice__padding{margin:1.875rem 0;}@media (min-width:767px){.o-slice__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-slice__padding{margin:3.5rem 0;}}.o-slice--dark{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.o-slice--dark{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--dark{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-slice--dark .o-slice__padding{margin:0;}.o-slice--pale{background-color:#e5f4f8;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);margin-top:22px;}@media (min-width:767px){.o-slice--pale{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--pale{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-view__padding{margin:calc(1.875rem / 2) 0 1.875rem;}@media (min-width:767px){.o-view__padding{margin:calc(2.77778rem / 2) 0 2.77778rem;}}@media (min-width:1400px){.o-view__padding{margin:calc(3.5rem / 2) 0 3.5rem;}}.o-view-title{margin:1.875rem 0 calc(1.875rem / 2);}@media (min-width:767px){.o-view-title{margin:2.77778rem 0 calc(2.77778rem / 2);}}@media (min-width:1400px){.o-view-title{margin:3.5rem 0 calc(3.5rem / 2);}}.o-form-subtitle{font-size:1.12rem;line-height:1.2;display:block;margin-bottom:20px;}@media all and (min-width:767px){.o-form-subtitle{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){.o-form-subtitle{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){.o-form-subtitle{font-size:1.1rem;line-height:1.2;}}@media (min-width:767px){.o-form-subtitle{margin-bottom:30px;}}@media (min-width:1024px){.o-form-subtitle{margin-bottom:40px;}}.ajax-progress-fullscreen{background:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");width:100px;height:100px;background-size:100px;border-radius:0;opacity:1;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:fixed;top:48.5%;z-index:1000;padding:4px;}.ajax-progress,.ajax-progress-throbber{display:inline-block;padding:1px 5px 2px 5px;}.ajax-links-api-loading{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-repeat:no-repeat;background-position:center;background-size:100px;height:100px;margin:0 auto;width:100%;}.throbber{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-position:center;background-size:60px;height:33px;margin:0 auto;width:33px;}.ui-datepicker{background-color:#003057;color:#FFFFFF;border:0 !important;border-radius:0;display:none;}.ui-datepicker.is-active{display:block !important;}.ui-datepicker-header{background-color:#003057;border:0;border-bottom:1px solid #FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.ui-datepicker-calendar{margin:20px;border-collapse:collapse;}.ui-datepicker-calendar th{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.ui-datepicker-calendar th{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-calendar th{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-calendar th{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-calendar td{border:1px solid #25B2D3;text-align:center;}.ui-datepicker-calendar td .ui-state-default{border:0;background-color:transparent;color:#FFFFFF;padding:5px;display:block;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-calendar td .ui-state-default:hover,.ui-datepicker-calendar td .ui-state-default:focus,.ui-datepicker-calendar td .ui-state-default:active{text-decoration:none;background-color:#25B2D3;}.ui-datepicker-calendar td .ui-state-active{background-color:#25B2D3;color:#003057;}.ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;}.ui-datepicker-title select{font-size:1rem;line-height:1.2;border-left:1px solid #FFFFFF;border-bottom:1px solid transparent;background-image:none;background-color:transparent;padding-top:5px;padding-bottom:5px;height:50px;color:#FFFFFF;}@media all and (min-width:767px){.ui-datepicker-title select{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-title select{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-title select{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-title select:last-of-type{border-right:1px solid #FFFFFF;}.ui-datepicker-next,.ui-datepicker-prev{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.ui-datepicker-next:hover,.ui-datepicker-next:focus,.ui-datepicker-next:active,.ui-datepicker-prev:hover,.ui-datepicker-prev:focus,.ui-datepicker-prev:active{border:0 !important;background-color:#001424;}.ui-datepicker-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.ui-icon{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-chevron-bg.svg") !important;background-repeat:no-repeat;background-position:center;width:10px;height:10px;margin-top:0;overflow:hidden;text-indent:-9999px;}.ui-icon.ui-icon-circle-triangle-w{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.ui-icon.ui-icon-circle-triangle-e{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.ui-datepicker-trigger{text-indent:-9999px;white-space:nowrap;overflow:hidden;border-bottom:2px solid #007292;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-calendar.svg") !important;width:60px;background-size:50%;background-color:#e5f4f8;background-repeat:no-repeat;background-position:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-trigger:hover,.ui-datepicker-trigger:focus{background-color:#25B2D3;}.c-date-picker{display:-webkit-box;display:-ms-flexbox;display:flex;}.ui-helper-clearfix:before{content:none;}.tableauPlaceholder{display:none !important;}@media (min-width:767px){.tableauPlaceholder{display:block !important;width:100% !important;overflow-x:auto !important;}}.form-item,.form-wrapper{margin-bottom:1.5em;}.form-item .c-status-message,.form-wrapper .c-status-message{margin-bottom:0;}input:not([type=checkbox]):not([type=radio]).parsley-error,input:not([type=checkbox]):not([type=radio]).input-error,select.parsley-error,select.input-error,textarea.parsley-error,textarea.input-error{border-left:5px solid #ED1D24;}input:not([type=checkbox]):not([type=radio]).parsley-error:not(.voter-wizard__input):not(.postcode-search__input),input:not([type=checkbox]):not([type=radio]).input-error:not(.voter-wizard__input):not(.postcode-search__input),select.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),select.input-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.input-error:not(.voter-wizard__input):not(.postcode-search__input){margin-bottom:1em;}.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;color:#ED1D24;}@media all and (min-width:767px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.9rem;line-height:initial;}}.parsley-errors-list,.errors-list{list-style-type:none;margin:10px 0;padding:0;}.form-required:after{content:'*';}.form-managed-file + .description{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.form-managed-file + .description{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}.form-managed-file .form-submit{margin-top:1em;margin-bottom:1em;}.form-submit{padding:20px;padding-right:70px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;background-color:#003057;color:#FFFFFF;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-button-arrow-bg.svg");background-repeat:no-repeat;background-size:30px 19px;background-position:right 20px center;}.form-submit:hover,.form-submit:focus{background-position:right 15px center;background-color:#007292;}.form-submit:disabled{pointer-events:none;opacity:0.4;}.webform-confirmation__message,.c-status-message{margin-bottom:1rem;padding:20px;border:1px solid #25B2D3;}.webform-confirmation__message.-error,.c-status-message.-error{border:1px solid #ED1D24;}.webform-multiple-table th{text-align:left;}.webform-multiple-table th,.webform-multiple-table td.webform-multiple-table--operations{vertical-align:top;}.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){.webform-multiple-table .form-managed-file .file{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.webform-multiple-table .form-managed-file .file{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file{padding:18px;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file,.webform-multiple-table input{height:65px;}}td.webform-multiple-table--operations input[type=image]{display:inline-block;width:30px;height:30px;border-bottom:0;opacity:.7;}@media (max-width:766px){.webform-multiple-table-responsive .js-form-type-managed-file{margin-bottom:0;}}.webform-multiple-table-responsive tr:last-child .js-form-type-managed-file{margin-bottom:0;}@media (max-width:766px){.webform-multiple-table-responsive td{padding:0;}}.see-footnote{font-size:0.75rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;position:relative;margin:0 10px;vertical-align:top;display:inline-block;}@media all and (min-width:767px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1024px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1400px){.see-footnote{font-size:0.6rem;line-height:1.4;}}.see-footnote:before{content:'[';position:absolute;left:-6px;top:-1px;}.see-footnote:after{content:']';position:absolute;right:-6px;top:-1px;}.footnotes{list-style-type:none;padding:0;margin:0;}.footnotes li{margin-bottom:0 !important;}.footnote-label{text-decoration:none !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.footnote-label > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.footnote-label:hover,.footnote-label:focus{text-decoration:none;}.footnote-label:hover > span:not(.visually-hidden),.footnote-label:focus > span:not(.visually-hidden){background-size:0% 100%;}.footnote-label.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-guidance-print .c-book-nav{display:none !important;}.t-guidance-print .c-accordion__content{display:block !important;}.page-node-type-longform-content .o-slice__title{font-size:1.625rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .o-slice__title{font-size:1.61rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .o-slice__title{font-size:2.22rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .o-slice__title{font-size:2.5rem;line-height:1.4;}}.page-node-type-longform-content .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(#e5f4f8),to(#e5f4f8));background-image:-o-linear-gradient(#e5f4f8,#e5f4f8);background-image:linear-gradient(#e5f4f8,#e5f4f8);background-size:0 16px;background-position:left bottom;background-repeat:no-repeat;-webkit-transition:background-size 1s ease;-o-transition:background-size 1s ease;transition:background-size 1s ease;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title > span{background-size:0 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title > span{background-size:0 30px;}}.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 16px;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 30px;}}.page-node-type-longform-content .o-slice--dark .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(37,178,211,0.5)),to(rgba(37,178,211,0.5)));background-image:-o-linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));background-image:linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg{width:70%;}}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th{background-color:#FFFFFF;color:#003057;}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th,.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg td{border-color:#25B2D3;}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-summary-box{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-3.75rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-5.55556rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-7rem;}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{position:relative;top:-1.875rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-2.77778rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-3.5rem;}}.page-node-type-longform-content .o-slice + .o-slice{margin-top:0;}.page-node-type-longform-content .o-slice + .o-slice::before{content:"";border-top:1px solid #25B2D3;display:block;}.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .o-slice--dark::before,.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .c-quote-container::before,.page-node-type-longform-content .o-slice--dark + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before,.page-node-type-longform-content .c-quote-container + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before{display:none;}.page-node-type-longform-content .o-slice + .o-slice--has-jump-link::before{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);}.t-learning{color:#000000;}.t-learning .c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-learning .c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.t-learning .c-feedback-form__item:hover,.t-learning .c-feedback-form__item:focus{text-decoration:none;}.t-learning .c-feedback-form__item:hover > span:not(.visually-hidden),.t-learning .c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.t-learning .c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-hero__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:900;text-transform:uppercase;}@media all and (min-width:767px){.t-learning .c-hero__title{font-size:2.222rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-hero__title{font-size:3.6111rem;line-height:1.4;}}.t-learning .c-hero__img,.t-learning .c-hero__img *{height:100%;}.t-learning .video-embed-field-lazy-play{right:50%;bottom:50%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);border-radius:50%;background-color:#323131;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:1024px){.t-learning .video-embed-field-lazy-play{width:100px;height:100px;}}.t-learning .video-embed-field-lazy-play:hover,.t-learning .video-embed-field-lazy-play:focus{background-color:#000000;}.t-learning .video-embed-field-lazy-play::before{content:"";width:0;height:0;border:13px solid;border-color:transparent;border-left:19.5px solid #B5FF2B;border-right:0;display:block;-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px);}@media (min-width:767px){.t-learning .paragraph--type--slice-content .c-wysiwyg{width:70%;}}@media (min-width:767px){.t-learning .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}.t-learning .c-accordion__btn{color:#000000;}@media (min-width:767px){.t-learning .l-grid{margin-left:-1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid{margin-left:-2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid{margin-left:-2.5rem;}}@media (min-width:767px){.t-learning .l-grid__item{padding-left:1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid__item{padding-left:2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid__item{padding-left:2.5rem;}}.t-learning .c-location-bar__status{background-color:#003057;}.t-learning .c-location-bar__actions{background-color:#012844;}.t-learning .c-location-bar__actions button.is-active,.t-learning .c-location-bar__actions button:hover,.t-learning .c-location-bar__actions .tabbing button:focus{color:#012844;}.t-learning .c-location-bar__popup{--icon-circle:color('white');background-color:#012844;}.t-learning .c-location-bar__popup:before{border-bottom:16px solid #012844;}.t-learning{--icon-circle:#B5FF2B;}.t-learning--educator{--icon-circle:#DEACFF;}.t-digital-transparency{--icon-circle:#6F00B0;}.t-learning .video-embed-field-lazy-play::before{border-left-color:#B5FF2B;}.t-learning--educator .video-embed-field-lazy-play::before{border-left-color:#DEACFF;}.t-digital-transparency .video-embed-field-lazy-play::before{border-left-color:#6F00B0;}.t-digital-transparency .region-content,.t-digital-transparency .region-sidebar-first,.t-digital-transparency .c-sidebar{color:#000000;}.t-digital-transparency .region-content h2,.t-digital-transparency .region-content h3,.t-digital-transparency .region-content h4,.t-digital-transparency .region-content h5,.t-digital-transparency .region-content h6,.t-digital-transparency .region-sidebar-first h2,.t-digital-transparency .region-sidebar-first h3,.t-digital-transparency .region-sidebar-first h4,.t-digital-transparency .region-sidebar-first h5,.t-digital-transparency .region-sidebar-first h6,.t-digital-transparency .c-sidebar h2,.t-digital-transparency .c-sidebar h3,.t-digital-transparency .c-sidebar h4,.t-digital-transparency .c-sidebar h5,.t-digital-transparency .c-sidebar h6{color:#6E0BAD;}.t-digital-transparency .c-link-hub__link{background-image:-webkit-gradient(linear,left top,left bottom,from(#C60097),to(#50077C));background-image:-o-linear-gradient(top,#C60097,#50077C);background-image:linear-gradient(to bottom,#C60097,#50077C);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #50077C,-1px 0 0 #50077C;}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{text-shadow:1px 2px 0 #50077C,-1px 2px 0 #50077C;}}.t-digital-transparency .c-link-hub__link:hover,.t-digital-transparency .c-link-hub__link:focus{text-decoration:none;}.t-digital-transparency .c-link-hub__link:hover > span span,.t-digital-transparency .c-link-hub__link:focus > span span{background-size:100% 100%;}.t-digital-transparency .c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-hero--w-img{background-image:url(https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/raster/hero-digital-transparency-bg.jpg);background-size:cover;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img:before{content:"";display:block;position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background-color:#6F00B0;mix-blend-mode:color;}.t-digital-transparency .c-hero--w-img .c-hero__img,.t-digital-transparency .c-hero--w-img .c-hero__img *{height:100%;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img .c-hero__img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img .c-hero__img img{-o-object-fit:contain;object-fit:contain;}.t-digital-transparency .c-hero__title{position:relative;}.paragraph--type--slice-content .paragraph--type--slice-summary-box .o-slice__padding{margin:0.5rem 0;}.paragraph--type--slice-accordion .paragraph--type--slice-content .o-slice__padding,.paragraph--type--slice-accordion .paragraph--type--slice-summary-box .o-slice__padding{margin:2rem 0 0.5rem;}.paragraph--type--slice-accordion .paragraph--type--intro-content{margin:2.5rem 0 0.5rem;}.c-accordion{border-bottom:1px solid #25B2D3;}.c-accordion:first-of-type{border-top:1px solid #25B2D3;}.c-accordion.t-learning,.t-learning .c-accordion{--icon-circle:#FF8BFF;border-color:#FF8BFF;}.c-accordion.t-learning--educator,.t-learning--educator .c-accordion{--icon-circle:#00E7BD;border-color:#00E7BD;}.c-accordion.t-digital-transparency,.t-digital-transparency .c-accordion{--icon-circle:#6F00B0;border-color:#6F00B0;}.c-accordion__tab{margin-bottom:0;}.c-accordion__btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-size:inherit;width:100%;text-align:left;padding:20px 0;padding-right:2.5rem;position:relative;color:#003057;}.c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-accordion__btn:hover,.c-accordion__btn:focus{text-decoration:none;}.c-accordion__btn:hover > span:not(.visually-hidden),.c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-accordion__btn{color:#6E0BAD;}.c-accordion__btn:hover span,.c-accordion__btn:focus span{background-size:100% 100%;}.c-accordion__btn:hover .c-accordion__icon,.c-accordion__btn:focus .c-accordion__icon{-webkit-transform:translateY(-50%) scale(0.9);-ms-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);}.c-accordion__btn.-active .c-accordion__icon{-webkit-transform:translateY(-50%) rotate(45deg) scale(0.9);-ms-transform:translateY(-50%) rotate(45deg) scale(0.9);transform:translateY(-50%) rotate(45deg) scale(0.9);}.c-accordion__icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}@media (min-width:767px){.c-accordion__icon{width:35px;height:35px;}}.c-accordion__content{zoom:1;display:none;padding:20px 0;}.c-accordion__content:before,.c-accordion__content:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.c-accordion__content:after{clear:both;}@media (min-width:767px){.c-accordion__content{width:70%;}}.page-node-type-longform-content .c-accordion{border:0;background-color:#e5f4f8;}.page-node-type-longform-content .c-accordion:not(:last-child){margin-bottom:12px;}.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e5f4f8;padding-left:20px;padding-right:75px;}@media all and (min-width:767px){.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-accordion__btn{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-accordion__btn{font-size:1.1rem;line-height:1.4;}}.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.page-node-type-longform-content .c-accordion__btn:hover,.page-node-type-longform-content .c-accordion__btn:focus{text-decoration:none;}.page-node-type-longform-content .c-accordion__btn:hover > span:not(.visually-hidden),.page-node-type-longform-content .c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.page-node-type-longform-content .c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn{padding-left:30px;padding-right:85px;}}.page-node-type-longform-content .c-accordion__icon{right:20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__icon{right:30px;}}.page-node-type-longform-content .c-accordion__content{padding:0 20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__content{padding:0 30px;}}.c-accordion--guidlet-menu{border-bottom:1px solid #25B2D3;}.c-accordion--guidlet-menu:first-of-type{border-top:0;}@media (min-width:1024px){.c-accordion--guidlet-menu{border-bottom:0;}}.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.1rem;line-height:1.4;}}.c-accordion--guidlet-menu .c-accordion__btn{border-top:1px solid #25B2D3;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__btn{display:none;}}.c-accordion--guidlet-menu .c-accordion__content{padding:30px 0;width:100%;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__content{display:block;padding:0;border-bottom:0;}}.c-accordion--legacy{border-top:1px solid #25B2D3;border-bottom:0;}.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-accordion--legacy .c-accordion__tab{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--legacy .c-accordion__tab{font-size:0.9rem;line-height:1.4;}}.c-accordion--legacy .c-accordion__btn{background-color:#e5f4f8;padding:20px;padding-right:60px;}.c-accordion--legacy .c-accordion__content{background-color:#e5f4f8;padding:20px;padding-top:1px;}@media (min-width:767px){.c-accordion--legacy .c-accordion__content{width:100%;}}.c-accordion--legacy .c-accordion__icon{right:0;}.c-alert-revision{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-alert-revision__icon{width:25px;margin:2px 10px 0 0;}.c-alert-revision__content{width:80%;}.c-alert-revision__content a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-alert-revision__content a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-alert-revision__content a:hover,.c-alert-revision__content a:focus{text-decoration:none;}.c-alert-revision__content a:hover > span:not(.visually-hidden),.c-alert-revision__content a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-alert-revision__content a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb{padding:10px 0;}.c-breadcrumb.page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-default,.t-default .c-breadcrumb{background-color:#e5f4f8;color:#003057;}.c-breadcrumb.t-default-dark,.t-default-dark .c-breadcrumb{background-color:#003057;color:#FFFFFF;}.c-breadcrumb.t-guidance,.t-guidance .c-breadcrumb{background-color:#a91255;color:#FFFFFF;}.c-breadcrumb.t-your-vote-matters,.t-your-vote-matters .c-breadcrumb{background-color:#088488;color:#FFFFFF;}.c-breadcrumb.t-mature-orange,.t-mature-orange .c-breadcrumb{background-color:#B74E20;color:#FFFFFF;}.c-breadcrumb.t-mature-green,.t-mature-green .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-purple,.t-mature-purple .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-mature-yellow,.t-mature-yellow .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-brown,.t-mature-brown .c-breadcrumb{background-color:#2B220A;color:#FFFFFF;}.c-breadcrumb.t-learning,.t-learning .c-breadcrumb{background-color:#FF8BFF;color:#000000;}.c-breadcrumb.t-learning--educator,.t-learning--educator .c-breadcrumb{background-color:#00E7BD;color:#000000;}.c-breadcrumb.t-digital-transparency,.t-digital-transparency .c-breadcrumb{background-color:#6F00B0;color:#FFFFFF;}.has-campaign-hero .c-breadcrumb{background-color:#FEC2DB;color:#003057;}.c-breadcrumb__menu{display:none;}@media (min-width:767px){.c-breadcrumb__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.has-campaign-hero .c-breadcrumb__menu{max-width:60%;}}.c-breadcrumb__title{font-size:1rem;line-height:1.5;margin-bottom:0;padding:10px 0;}@media all and (min-width:767px){.c-breadcrumb__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__title{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__title a{text-decoration:underline;}.c-breadcrumb__title a:hover,.c-breadcrumb__title a:focus{text-decoration:none;}@media (min-width:767px){.c-breadcrumb__title{display:none;}}.c-breadcrumb__item{font-size:1rem;line-height:1.5;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}@media all and (min-width:767px){.c-breadcrumb__item{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__item{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__item{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px;padding-left:0;}.c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.c-breadcrumb__item a:hover,.c-breadcrumb__item a:focus{text-decoration:none;}.c-breadcrumb__item a:hover > span:not(.visually-hidden),.c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.has-campaign-hero .c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-breadcrumb__item a:hover,.has-campaign-hero .c-breadcrumb__item a:focus{text-decoration:none;}.has-campaign-hero .c-breadcrumb__item a:hover > span:not(.visually-hidden),.has-campaign-hero .c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb__item .o-icon{display:none;}@media (min-width:767px){.c-breadcrumb__item .o-icon{display:inline-block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-banner-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;}@media (min-width:767px){.c-banner-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.66667rem;}}.c-banner{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.875rem;}@media (min-width:767px){.c-banner{margin-left:1.66667rem;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-ms-flex-preferred-size:calc(50% - 1.66667rem);flex-basis:calc(50% - 1.66667rem);}}.c-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px;border:1px solid #25B2D3;}@media (min-width:767px){.c-banner__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:30px;}}@media (min-width:1024px){.c-banner__wrapper{padding:40px;}}.c-banner__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.c-banner__content p{margin-bottom:0;}.c-banner__content h2{margin-bottom:15px;}.c-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:20px;}@media (min-width:767px){.c-banner__btn{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;padding-left:0;margin-top:20px;}}.c-banner__btn a{width:100%;}@media (min-width:767px){.c-banner__btn a{width:auto;}}.c-book-nav{border-top:1px solid #25B2D3;padding:30px 0;}.c-book-nav--w-prev .c-book-nav__items{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-book-nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.c-book-nav__item{width:50%;}.c-book-nav__item:nth-child(2n) .c-book-nav__link{padding-left:10px;}.c-book-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;}.c-book-nav__link:hover .o-icon,.c-book-nav__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-book-nav__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-book-nav__link:hover,.c-book-nav__link:focus{text-decoration:none;}.c-book-nav__link:hover .c-book-nav__title span,.c-book-nav__link:focus .c-book-nav__title span{background-size:100% 100%;}.c-book-nav__link .o-icon{width:1.75rem;height:1.75rem;-ms-flex-negative:0;flex-shrink:0;}.c-book-nav__link--prev .o-icon{margin-right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-book-nav__link--prev:hover .o-icon,.c-book-nav__link--prev:focus .o-icon{-webkit-transform:rotate(180deg) scale(1.2);-ms-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2);}.c-book-nav__link--next{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media (min-width:767px){.c-book-nav__link--next{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:767px){.c-book-nav__link--next .c-book-nav__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:767px){.c-book-nav__link--next .o-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px;}}.c-book-nav__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:10px;width:100%;}.c-book-nav__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-book-nav__title:hover,.c-book-nav__title:focus{text-decoration:none;}.c-book-nav__title:hover > span:not(.visually-hidden),.c-book-nav__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-book-nav__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-book-nav__title{width:85%;margin-top:0;}}.c-guidlet-footer{margin:30px 0;padding:20px;border:1px solid #25B2D3;}.c-carousel{position:relative;background-color:#003057;color:#FFFFFF;}.c-carousel__container{overflow:hidden;}@media (max-width:766px){.c-carousel__container .o-container{padding:0;}}@media (min-width:767px){.c-carousel__container .o-container{position:relative;}}@media (min-width:767px){.c-carousel__container .swiper-container{overflow:visible;}}.c-carousel__container .swiper-slide{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}@media (min-width:767px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;margin-right:40px;}}@media (min-width:1024px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:35%;flex-basis:35%;}}@media (min-width:1800px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;}}.c-carousel__container .swiper-slide.swiper-slide-prev,.c-carousel__container .swiper-slide.swiper-slide-next + .swiper-slide{opacity:0.4;pointer-events:none;}.c-carousel__container .swiper-wrapper{margin-bottom:30px;}@media (min-width:767px){.c-carousel__container .swiper-wrapper{padding-top:30px;}}.c-carousel__container .swiper-scrollbar-drag{border-radius:0;background-color:#25B2D3;cursor:pointer;}.c-carousel__btns{position:absolute;width:100%;z-index:1;top:0;margin-top:calc(100% / (16 / 9));-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;}@media (min-width:767px){.c-carousel__btns{position:static;margin-top:0;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;}}@media (min-width:1024px){.c-carousel__btns{border:none;padding:0;}}.c-carousel__btn-next,.c-carousel__btn-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;background:#FFFFFF;color:#003057;width:2rem;height:2rem;border-radius:50%;padding:10px;margin:0 5px;}@media (min-width:767px){.c-carousel__btn-next,.c-carousel__btn-prev{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 7.5px;}}@media (min-width:1440px){.c-carousel__btn-next,.c-carousel__btn-prev{width:2.5rem;height:2.5rem;}}@media (min-width:1500px){.c-carousel__btn-next,.c-carousel__btn-prev{width:3rem;height:3rem;}}.c-carousel__btn-next:hover,.c-carousel__btn-next:focus,.c-carousel__btn-prev:hover,.c-carousel__btn-prev:focus{cursor:pointer;}.c-carousel__btn-next.swiper-button-disabled,.c-carousel__btn-prev.swiper-button-disabled{pointer-events:none;opacity:0.3;}.c-carousel__btn-next{right:10px;}@media (min-width:1024px){.c-carousel__btn-next{right:0;}}@media (min-width:1440px){.c-carousel__btn-next{right:-15px;}}@media (min-width:1500px){.c-carousel__btn-next{right:-40px;}}@media (min-width:1800px){.c-carousel__btn-next{right:-60px;}}.c-carousel__btn-next .o-icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.c-carousel__btn-prev{left:10px;}@media (min-width:1024px){.c-carousel__btn-prev{left:0;}}@media (min-width:1440px){.c-carousel__btn-prev{left:-15px;}}@media (min-width:1500px){.c-carousel__btn-prev{left:-40px;}}@media (min-width:1800px){.c-carousel__btn-prev{left:-60px;}}.c-carousel__btn-prev .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-carousel-teaser{display:block;position:relative;}@media (min-width:767px){.c-carousel-teaser::before{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;border:1px solid #25B2D3;display:none;}}.c-carousel-teaser:hover,.c-carousel-teaser:focus{text-decoration:none;}@media (min-width:767px){.c-carousel-teaser:hover::before,.c-carousel-teaser:focus::before{display:block;}}.c-carousel-teaser:hover h2 span,.c-carousel-teaser:focus h2 span{background-size:100% 100% !important;}.c-carousel-teaser__img{margin-bottom:20px;}.c-carousel-teaser__content{padding:0 20px;}@media (min-width:767px){.c-carousel-teaser__content{padding:0;}}.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-carousel-teaser__content h2{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-carousel-teaser__content h2{font-size:1.1rem;line-height:1.4;}}.c-carousel-teaser__content h2 > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-carousel-teaser__content h2:hover,.c-carousel-teaser__content h2:focus{text-decoration:none;}.c-carousel-teaser__content h2:hover > span:not(.visually-hidden),.c-carousel-teaser__content h2:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-carousel-teaser__content h2.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-cookie{background-color:#e5f4f8;color:#003057;padding:20px 0;display:none;}@media (min-width:767px){.c-cookie__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-cookie__text{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:767px){.c-cookie__text{width:50%;}}@media (min-width:1024px){.c-cookie__text{width:auto;}}.c-cookie__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media (min-width:767px){.c-cookie__controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}}.c-cookie__controls li{margin:10px;margin-bottom:0;}.c-cookie__controls li:first-of-type{margin-left:0;}@media (min-width:767px){.c-cookie__controls li{margin:0;}}.c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:inherit;display:block;background:none;padding:0;outline:none;}.c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-cookie__cta:hover,.c-cookie__cta:focus{text-decoration:none;}.c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie__cta{margin-left:30px;}}.c-cookie--alert{background-color:#9E0055;color:#FFFFFF;}.c-cookie--alert .c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #9E0055,-1px 0 0 #9E0055;}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #9E0055,-1px 2px 0 #9E0055;}}.c-cookie--alert .c-cookie__cta:hover,.c-cookie--alert .c-cookie__cta:focus{text-decoration:none;}.c-cookie--alert .c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie--alert .c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie--alert .c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie--alert .c-cookie__text{width:auto;}}.c-cookie--alert .o-icon{margin-right:15px;-webkit-box-flex:0;-ms-flex:none;flex:none;}#ccc #ccc-notify{margin:0 auto !important;padding:20px !important;width:100%;max-width:1400px;}@media (min-width:600px){#ccc #ccc-notify{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}}@media (min-width:767px){#ccc #ccc-notify{padding:30px !important;}}@media (min-width:1024px){#ccc #ccc-notify{padding:50px !important;}}@media (min-width:1400px){#ccc #ccc-notify{overflow:visible !important;}#ccc #ccc-notify::before,#ccc #ccc-notify::after{content:'';position:absolute;top:0;width:calc(2px + (100vw - 1400px) / 2);height:100%;background-color:inherit;}#ccc #ccc-notify::before{left:0;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(-1) translateX(-2px);-ms-transform:scaleX(-1) translateX(-2px);transform:scaleX(-1) translateX(-2px);}#ccc #ccc-notify::after{right:0;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(-1) translateX(2px);-ms-transform:scaleX(-1) translateX(2px);transform:scaleX(-1) translateX(2px);}}@media (min-width:600px){#ccc .ccc-notify-buttons{margin-top:16px !important;white-space:normal !important;}}body #ccc .ccc-notify-button{padding:20px !important;border:none;border-radius:0;font-size:1rem;line-height:1.5;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}@media all and (min-width:767px){body #ccc .ccc-notify-button{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){body #ccc .ccc-notify-button{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){body #ccc .ccc-notify-button{font-size:0.9rem;line-height:1.5;}}body #ccc .ccc-notify-button:focus{-webkit-filter:none !important;filter:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}body #ccc .ccc-notify-button:focus-visible{outline:none;}body #ccc .ccc-notify-button:not(.ccc-notify-link):hover{background-color:#007292 !important;}.tabbing body #ccc .ccc-notify-button:not(.ccc-notify-link):focus{background-color:#007292 !important;}.tabbing #ccc .ccc-notify-button:focus{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}body #ccc .ccc-notify-button.ccc-accept-button span,body #ccc .ccc-notify-button.ccc-reject-button span,body #ccc .ccc-notify-button.ccc-close-button span{background-color:transparent !important;}#ccc .ccc-notify-text h3{margin-bottom:10px;}#ccc .ccc-notify-text a{text-decoration:underline;}#ccc .ccc-notify-text a:hover,#ccc .ccc-notify-text a:focus{text-decoration:none;}#ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-filter:none !important;filter:none !important;}.tabbing #ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}.c-download{position:relative;text-align:left;}.c-download a{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;padding:20px;padding-right:20px;padding-left:2.5rem;outline:0;background-color:#003057;color:#FFFFFF;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none !important;}@media all and (min-width:767px){.c-download a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-download a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-download a{font-size:0.9rem;line-height:1.5;}}.c-download a:hover,.c-download a:focus{background-color:#007292;}.c-download .o-icon{width:1.5rem;position:absolute;-webkit-transform:translate(50%,-50%) scaleX(-1);-ms-transform:translate(50%,-50%) scaleX(-1);transform:translate(50%,-50%) scaleX(-1);top:50%;right:auto;left:0;color:#FFFFFF;pointer-events:none;}.t-guidance .c-download--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.t-guidance .c-download--guidance .o-icon{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;color:currentColor;-ms-flex-negative:0;flex-shrink:0;}.t-guidance .c-download--guidance a{background-color:transparent;padding:0;color:#003057;text-decoration:none !important;font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-left:10px;}@media all and (min-width:767px){.t-guidance .c-download--guidance a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}.t-guidance .c-download--guidance a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-guidance .c-download--guidance a:hover,.t-guidance .c-download--guidance a:focus{text-decoration:none;}.t-guidance .c-download--guidance a:hover > span:not(.visually-hidden),.t-guidance .c-download--guidance a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-guidance .c-download--guidance a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-facet{position:relative;margin-bottom:20px;width:100%;}@media (min-width:767px){.c-facet{margin-bottom:0;}}.l-grid__item:last-child .c-facet{margin-bottom:0;}.c-facet__tab{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:initial;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#003057;margin-bottom:0;background-color:#e5f4f8;padding:20px;width:100%;text-align:left;position:relative;}@media all and (min-width:767px){.c-facet__tab{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-facet__tab{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-facet__tab{font-size:0.9rem;line-height:initial;}}.c-facet__tab > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-facet__tab:hover,.c-facet__tab:focus{text-decoration:none;}.c-facet__tab:hover > span:not(.visually-hidden),.c-facet__tab:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-facet__tab.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-facet__tab{padding:18px;}}.c-facet__tab:hover span,.c-facet__tab:focus span{background-size:100% 100%;}.c-facet__tab.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-facet__tab.is-active span{background-size:100% 100%;}.c-facet__tab .o-icon{width:0.75rem;height:0.25rem;position:absolute;top:50%;right:15px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.c-facet__panel{background-color:#003057;color:#FFFFFF;padding:20px 10px;position:absolute;width:100%;z-index:100;display:none;max-height:400px;overflow-y:auto;}.c-facet__panel .c-taxonomy-tag{display:block;margin:0;}.c-facet__panel.is-active{display:block;}.c-facet__results{margin-top:20px;}.facet-empty{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#FFFFFF;color:#003057;padding:15px;width:100%;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.2;opacity:0.3;pointer-events:none;}@media all and (min-width:767px){.facet-empty{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.facet-empty{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.facet-empty{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.facet-empty{margin-bottom:0;padding:18px;}}.c-facet-hero{border-bottom:1px solid #FFFFFF;}.c-facet-hero.page-node-type-longform-content,.page-node-type-longform-content .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-default,.t-default .c-facet-hero{background-color:#e5f4f8;color:#003057;}.c-facet-hero.t-default-dark,.t-default-dark .c-facet-hero{background-color:#003057;color:#FFFFFF;}.c-facet-hero.t-guidance,.t-guidance .c-facet-hero{background-color:#a91255;color:#FFFFFF;}.c-facet-hero.t-your-vote-matters,.t-your-vote-matters .c-facet-hero{background-color:#088488;color:#FFFFFF;}.c-facet-hero.t-mature-orange,.t-mature-orange .c-facet-hero{background-color:#B74E20;color:#FFFFFF;}.c-facet-hero.t-mature-green,.t-mature-green .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-purple,.t-mature-purple .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-mature-yellow,.t-mature-yellow .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-brown,.t-mature-brown .c-facet-hero{background-color:#2B220A;color:#FFFFFF;}.c-facet-hero.t-learning,.t-learning .c-facet-hero{background-color:#FF8BFF;color:#000000;}.c-facet-hero.t-learning--educator,.t-learning--educator .c-facet-hero{background-color:#00E7BD;color:#000000;}.c-facet-hero.t-digital-transparency,.t-digital-transparency .c-facet-hero{background-color:#6F00B0;color:#FFFFFF;}.c-facet-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-facet-hero__content{padding:3.33333rem 0;}}.c-facet-hero__clear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;font-size:18px;}@media (min-width:767px){.c-facet-hero__clear{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:22px;}}.c-facet-hero__clear a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-facet-hero__clear.c-facet-hero__clear--white .o-icon{stroke:#a91255;}.c-facet-hero__clear .o-icon{margin-left:15px;width:20px;height:20px;stroke:#003057;}.c-guidance-facet,.c-guidance-search{width:100%;}@media (min-width:767px){.c-guidance-facet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:1024px){.c-guidance-facet{display:block;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet{display:block;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;}}@media (min-width:767px){.c-guidance-facet .c-facet{margin-bottom:0;}}.c-guidance-facet .c-facet__tab{background-color:#FFFFFF;}@media (min-width:767px){.c-guidance-facet__facet{width:80%;}}@media (min-width:1024px){.c-guidance-facet__facet{width:100%;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__facet{width:auto;}}.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-facet__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-facet__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-guidance-facet__title{width:20%;margin-bottom:0;}}@media (min-width:1024px){.c-guidance-facet__title{width:100%;margin-bottom:20px;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__title{margin-bottom:20px;width:auto;}}.c-guidance-search__title{font-size:1.12rem;line-height:1.4;font-weight:bold;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-search__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-search__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-search__title{font-size:1.1rem;line-height:1.4;}}.c-feedback-form__options{padding:20px;border-bottom:1px solid #FFFFFF;}.c-feedback-form__options.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-default,.t-default .c-feedback-form__options{color:#003057;background-color:#e5f4f8;}.c-feedback-form__options.t-default-dark,.t-default-dark .c-feedback-form__options{color:#003057;background-color:#E3E7EA;}.c-feedback-form__options.t-guidance,.t-guidance .c-feedback-form__options{color:#8F1049;background-color:#F4EDF0;}.c-feedback-form__options.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__options{color:#076A6E;background-color:#ECF3F3;}.c-feedback-form__options.t-mature-orange,.t-mature-orange .c-feedback-form__options{color:#B24B1F;background-color:#F6F0EE;}.c-feedback-form__options.t-mature-green,.t-mature-green .c-feedback-form__options{color:#706012;background-color:#F1F2ED;}.c-feedback-form__options.t-mature-purple,.t-mature-purple .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-mature-yellow,.t-mature-yellow .c-feedback-form__options{color:#706012;background-color:#F3F2ED;}.c-feedback-form__options.t-mature-brown,.t-mature-brown .c-feedback-form__options{color:#2B220A;background-color:#EEEEED;}.c-feedback-form__options.t-learning,.t-learning .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-learning--educator,.t-learning--educator .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-digital-transparency,.t-digital-transparency .c-feedback-form__options{color:#000000;background-color:#F0E6F6;}@media (min-width:767px){.c-feedback-form__options{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1024px){.c-feedback-form__options{padding:40px;}}.c-feedback-form__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-feedback-form__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-feedback-form__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-feedback-form__title{font-size:1.3rem;line-height:1.4;}}@media (min-width:767px){.c-feedback-form__title{margin-bottom:0;}}.c-feedback-form__controls{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;margin-right:20px;}.c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-feedback-form__item:hover,.c-feedback-form__item:focus{text-decoration:none;}.c-feedback-form__item:hover > span:not(.visually-hidden),.c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-feedback-form__item:hover .o-icon,.c-feedback-form__item:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-feedback-form__item{margin:0 10px;}}.c-feedback-form__item.-disable{opacity:0.1;pointer-events:none;}.c-feedback-form__item.-active{pointer-events:none;}.c-feedback-form__item.-active .o-icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}.c-feedback-form__item.-active span{background-size:100% 100%;}.c-feedback-form__item .o-icon{vertical-align:middle;width:1.75rem;height:1.75rem;margin-right:10px;}@media (min-width:767px){.c-feedback-form__item .o-icon{margin:0 10px;}}.c-feedback-form__item span{vertical-align:middle;width:auto;}.c-feedback-form__content{height:100% !important;}.c-feedback-form__content.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-default,.t-default .c-feedback-form__content{background-color:#e5f4f8;}.c-feedback-form__content.t-default-dark,.t-default-dark .c-feedback-form__content{background-color:#E3E7EA;}.c-feedback-form__content.t-guidance,.t-guidance .c-feedback-form__content{background-color:#F4EDF0;}.c-feedback-form__content.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__content{background-color:#ECF3F3;}.c-feedback-form__content.t-mature-orange,.t-mature-orange .c-feedback-form__content{background-color:#F6F0EE;}.c-feedback-form__content.t-mature-green,.t-mature-green .c-feedback-form__content{background-color:#F1F2ED;}.c-feedback-form__content.t-mature-purple,.t-mature-purple .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-mature-yellow,.t-mature-yellow .c-feedback-form__content{background-color:#F3F2ED;}.c-feedback-form__content.t-mature-brown,.t-mature-brown .c-feedback-form__content{background-color:#EEEEED;}.c-feedback-form__content.t-learning,.t-learning .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-learning--educator,.t-learning--educator .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-digital-transparency,.t-digital-transparency .c-feedback-form__content{background-color:#F0E6F6;}.c-feedback-form__content .fieldset-inset{padding:0;border:none;}.c-feedback-form__content select,.c-feedback-form__content textarea,.c-feedback-form__content input[type=text]{background-color:#FFFFFF;}.c-feedback-form__content .c-feedback-form__inner{padding:20px;margin:0;}@media (min-width:767px){.c-feedback-form__content .c-feedback-form__inner{padding:30px;}}@media (min-width:1024px){.c-feedback-form__content .c-feedback-form__inner{padding:40px;}}.c-feedback-form__content .form-actions{margin-bottom:0;}.c-foi-search{margin-bottom:20px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-foi-search{padding-bottom:30px;margin-bottom:30px;}}@media (min-width:1024px){.c-foi-search{padding-bottom:40px;margin-bottom:40px;}}@media (min-width:767px){.c-foi-search .form-item-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:767px){.c-foi-search .form-item-search label{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-right:30px;}}@media (min-width:767px){.c-foi-search .form-item-search input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}}.c-footer{font-size:1rem;line-height:1.2;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-footer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer{font-size:0.9rem;line-height:1.4;}}.c-footer__padding{padding:1.875rem 0;}@media (min-width:767px){.c-footer__padding{padding:2.77778rem 0;}}@media (min-width:1400px){.c-footer__padding{padding:3.5rem 0;}}.c-footer-grid{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-footer-grid__item--links{margin-bottom:30px;}@media (min-width:767px){.c-footer-grid__item--links{-ms-flex-preferred-size:80%;flex-basis:80%;margin-bottom:0;}}@media (min-width:1024px){.c-footer-grid__item--links{-ms-flex-preferred-size:70%;flex-basis:70%;}}@media (min-width:767px){.c-footer-grid__item--links .c-footer-menu__item{float:left;width:50%;}}@media (min-width:767px){.c-footer-grid__item--social{-ms-flex-preferred-size:20%;flex-basis:20%;}}@media (min-width:1024px){.c-footer-grid__item--social{-ms-flex-preferred-size:30%;flex-basis:30%;}}.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-footer-grid__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-grid__title{font-size:1.1rem;line-height:1.4;}}.c-footer-menu .o-icon{fill:#25B2D3;width:1rem;height:1rem;vertical-align:middle;}.c-footer-menu__social-icon{width:100%;}.c-footer-menu__social-icon:hover .o-icon,.c-footer-menu__social-icon:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-footer-menu__social-icon span{margin-left:10px;}.c-footer-menu__item a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:inline-block;}@media all and (min-width:767px){.c-footer-menu__item a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer-menu__item a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-menu__item a{font-size:0.9rem;line-height:1.4;}}.c-footer-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-footer-menu__item a:hover,.c-footer-menu__item a:focus{text-decoration:none;}.c-footer-menu__item a:hover > span:not(.visually-hidden),.c-footer-menu__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-footer-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu{list-style-type:none;}.c-guidlet-menu__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;position:relative;}.c-guidlet-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidlet-menu__item a:hover,.c-guidlet-menu__item a:focus{text-decoration:none;}.c-guidlet-menu__item a:hover > span:not(.visually-hidden),.c-guidlet-menu__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidlet-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu__item--collapsed > a > span::after,.c-guidlet-menu__item--expanded > a > span::after{content:'\25BE';margin-left:5px;}.c-guidlet-menu__item--active-trail.active > a span{background-size:100% 100%;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item{position:relative;margin-left:40px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:before{content:'';width:1px;height:calc(100% + 15px);background-color:#003057;position:absolute;left:-30px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);margin-top:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:last-of-type:before{content:none;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item > a:before{content:'';width:0.75rem;height:0.75rem;border-radius:50%;border:1px solid #003057;position:absolute;left:-30px;top:0.3rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#FFFFFF;}.c-guidlet-menu--level-0 .c-guidlet-menu{padding-left:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail{color:#a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:before{border:1px solid #a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:after{content:'';width:0.45rem;height:0.45rem;border-radius:50%;background-color:#a91255;position:absolute;left:-30px;top:0.45rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}.c-guidance-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;cursor:pointer;}.c-guidance-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidance-link:hover,.c-guidance-link:focus{text-decoration:none;}.c-guidance-link:hover > span:not(.visually-hidden),.c-guidance-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidance-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-header{background-color:#FFFFFF;}@media (min-width:1400px){.c-header{position:relative;border-bottom:1px solid #25B2D3;}.c-header:before{content:'';display:block;width:100%;height:100%;background-color:#FFFFFF;position:absolute;top:0;left:0;z-index:20;}}.c-header__logo{display:block;width:120px;height:60px;}.c-header__logo svg{fill:#003057;}.c-header__logo.-cy{width:95px;height:60px;}@media (min-width:767px){.c-header__logo.-cy{width:145px;height:90px;}}.c-header__logo.-en{width:120px;height:60px;}@media (min-width:767px){.c-header__logo.-en{width:180px;height:90px;}}.c-header__upper{background-color:#FFFFFF;padding:20px 0;position:relative;z-index:30;}.c-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.75rem;}.c-header__actions-search{display:none;}@media (min-width:1400px){.c-header__actions-search{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}}.c-header__lower{border-top:1px solid #25B2D3;background-color:#FFFFFF;}@media (min-width:1400px){.c-header__lower{border-top:none;background-color:transparent;}}.c-header__nav-bar{background-color:#FFFFFF;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}@media (min-width:1400px){.c-header__nav-bar{display:none;}}.c-header__nav-bar-button{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:transparent;color:inherit;border-bottom:1px solid #25B2D3;padding:1.25em;}.c-header__nav-bar-button:not(:first-child){border-left:1px solid #25B2D3;}.c-header__nav-bar-button[aria-expanded=true]{border-bottom:2px solid #003057;}.c-header__nav-bar-button .o-icon{margin-right:0.5em;}.c-header__dropdown{background-color:#fff;width:100%;}.c-header__dropdown[aria-hidden=true]{display:none;}.c-header__dropdown[aria-hidden=false]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (max-width:1399px){.c-header__dropdown--main-nav{z-index:20;position:absolute;left:0;height:calc(100dvh - 167px);}}.c-header-block{display:none;position:absolute;width:100%;background-color:#FFFFFF;left:0;right:0;z-index:1;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-header-block{background-color:transparent;display:block;position:relative;border:0;}}.c-header-block:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}@media (min-width:767px){.c-header-block:before{content:none;}}.c-header-block.is-active{display:block;}.c-hero{position:relative;overflow:hidden;border-bottom:1px solid #FFFFFF;}.c-hero:not(.c-hero--no-theme).page-node-type-longform-content,.page-node-type-longform-content .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-default,.t-default .c-hero:not(.c-hero--no-theme){background-color:#e5f4f8;color:#003057;}.c-hero:not(.c-hero--no-theme).t-default-dark,.t-default-dark .c-hero:not(.c-hero--no-theme){background-color:#003057;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-guidance,.t-guidance .c-hero:not(.c-hero--no-theme){background-color:#a91255;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-your-vote-matters,.t-your-vote-matters .c-hero:not(.c-hero--no-theme){background-color:#088488;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-orange,.t-mature-orange .c-hero:not(.c-hero--no-theme){background-color:#B74E20;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-green,.t-mature-green .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-purple,.t-mature-purple .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-yellow,.t-mature-yellow .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-brown,.t-mature-brown .c-hero:not(.c-hero--no-theme){background-color:#2B220A;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-learning,.t-learning .c-hero:not(.c-hero--no-theme){background-color:#FF8BFF;color:#000000;}.c-hero:not(.c-hero--no-theme).t-learning--educator,.t-learning--educator .c-hero:not(.c-hero--no-theme){background-color:#00E7BD;color:#000000;}.c-hero:not(.c-hero--no-theme).t-digital-transparency,.t-digital-transparency .c-hero:not(.c-hero--no-theme){background-color:#6F00B0;color:#FFFFFF;}.c-hero__title{margin-bottom:10px;}@media (min-width:767px){.c-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-hero__inner .c-social{margin-bottom:0.5em;}@media (min-width:767px){.c-hero__inner .c-social{margin-bottom:0;}}.c-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-hero__content{padding:2.77778rem 0;}}.c-hero__half{margin-bottom:20px;}@media (min-width:1024px){.c-hero__half{padding-left:2.22222rem;margin-bottom:0;width:50%;}}@media (min-width:1024px){.c-hero__desc{margin-top:10px;}}@media (min-width:767px){.c-hero--w-img{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:767px){.c-hero--w-img .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}}@media (min-width:1024px){.c-hero--w-img .c-hero__wrapper{min-height:350px;}}.c-hero--w-img .c-hero__img{display:none;margin:30px -20px -30px -20px;}@media (min-width:767px){.c-hero--w-img .c-hero__img{display:block;position:absolute;right:0;bottom:0;margin:0;max-width:50%;width:50%;padding-left:20px;}}.c-hero--w-img .c-hero__img img{display:block;height:auto;width:100%;}.t-learning .c-hero--w-img .c-hero__img img{height:100%;-o-object-fit:cover;object-fit:cover;}@media (min-width:767px){.c-hero--w-img .c-hero__title{width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__wrapper{min-height:30vh;}}@media (min-width:1024px){.c-hero--error .c-hero__wrapper{min-height:40vh;}}@media (min-width:1400px){.c-hero--error .c-hero__wrapper{min-height:50vh;}}.c-hero--error .c-hero__title{margin-bottom:20px;}@media (min-width:767px){.c-hero--error .c-hero__title{margin-bottom:30px;}}@media (min-width:767px){.c-hero--error .c-hero__title{max-width:30%;}}@media (min-width:1400px){.c-hero--error .c-hero__title{max-width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__img{max-width:70%;}}@media (min-width:1400px){.c-hero--error .c-hero__img{max-width:50%;}}.c-hero--error .c-hero__img .media-full{margin-bottom:0;}.c-hero--search{background-color:#e5f4f8;}.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-hero--search .c-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-hero--search .c-hero__title{font-size:1.8rem;line-height:1.4;}}@media (min-width:1024px){.c-hero--search .c-hero__content{margin-left:-2.22222rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;}}.c-hero--search .c-hero__content input[type=text]{background-color:#FFFFFF;}.c-hero--search .c-hero__content label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-hero--longform-content{position:relative;margin-top:-1px;border-bottom:0;}.c-hero--longform-content .c-hero__wrapper{position:relative;}@media (min-width:767px){.c-hero--longform-content .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1024px){.c-hero--longform-content .c-hero__wrapper{min-height:350px;}}.c-hero--longform-content .media-hero{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1;-webkit-filter:grayscale(1);filter:grayscale(1);}.c-hero--campaign{background-color:#FEC2DB;color:#003057;overflow:visible;}.c-hero--campaign .c-hero__campaign-image{margin-top:-40px;pointer-events:none;max-width:300px;margin-left:auto;margin-right:auto;}@media (min-width:767px){.c-hero--campaign .c-hero__campaign-image{margin:0;position:absolute;right:0;bottom:0;-webkit-transform:translateY(30%) translateX(10%);-ms-transform:translateY(30%) translateX(10%);transform:translateY(30%) translateX(10%);top:auto;width:300px;max-width:none;margin-top:0;}.c-hero--campaign .c-hero__campaign-image::before{content:'';display:block;padding-bottom:100%;}.c-hero--campaign .c-hero__campaign-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}}@media (min-width:1024px){.c-hero--campaign .c-hero__campaign-image{width:375px;-webkit-transform:translateY(30%) translateX(5%);-ms-transform:translateY(30%) translateX(5%);transform:translateY(30%) translateX(5%);}}@media (min-width:1280px){.c-hero--campaign .c-hero__campaign-image{width:450px;-webkit-transform:translateY(35%) translateX(5%);-ms-transform:translateY(35%) translateX(5%);transform:translateY(35%) translateX(5%);}}@media (min-width:1400px){.c-hero--campaign .c-hero__campaign-image{width:500px;}}@media (min-width:767px){.c-hero--campaign .c-hero__text-content{max-width:60%;}.c-hero--campaign .c-hero__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-hero--campaign .c-hero__content{padding:3.88889rem 0;}}.c-hero--campaign .c-social__list .o-icon{fill:#003057 !important;}.has-campaign-hero .c-hero--campaign .o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-hero--campaign .o-meta-link:hover,.has-campaign-hero .c-hero--campaign .o-meta-link:focus{text-decoration:none;}.has-campaign-hero .c-hero--campaign .o-meta-link:hover > span:not(.visually-hidden),.has-campaign-hero .c-hero--campaign .o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-hero--campaign .o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-home-hero{padding:20px;background-color:#003057;color:#FFFFFF;position:relative;}@media (min-width:767px){.c-home-hero{padding:30px;}}@media (min-width:1024px){.c-home-hero{padding:40px;}}.c-home-hero > *:last-child{margin-bottom:0;}.c-home-hero__content{position:relative;z-index:1;}@media (min-width:767px){.c-home-hero__content{width:50%;padding-right:30px;}}@media (min-width:1024px){.c-home-hero__content{padding-right:40px;}}.c-home-hero__title{font-size:1.56rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-home-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-home-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-home-hero__title{font-size:1.8rem;line-height:1.4;}}.c-home-hero__image{margin-left:-20px;margin-right:-20px;margin-top:-20px;margin-bottom:20px;}@media (min-width:767px){.c-home-hero__image{margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:50%;}}@media (min-width:767px){.c-home-hero__image img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;height:100%;width:100%;}}.c-legacy{border:1px solid #25B2D3;}.c-legacy__header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #25B2D3;}.c-legacy__tag{width:30%;padding:10px;background-color:#003057;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;}@media (min-width:767px){.c-legacy__tag{padding:15px;width:20%;}}@media (min-width:1024px){.c-legacy__tag{padding:20px;width:18%;}}.c-legacy__title{font-size:1.12rem;line-height:1.4;width:70%;padding:10px;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-legacy__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-legacy__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-legacy__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-legacy__title{padding:15px;width:80%;}}@media (min-width:1024px){.c-legacy__title{padding:20px;width:82%;}}.c-legacy__content{padding:15px;}@media (min-width:767px){.c-legacy__content{padding:30px;}}.c-main{margin-bottom:1.875rem;}@media (min-width:767px){.c-main{margin-bottom:2.77778rem;}}@media (min-width:1024px){.c-main{margin-bottom:3.5rem;}}@media (max-width:1399px){.c-drilldown-reveal{height:100%;width:100%;overflow:hidden;overflow-y:auto;}}.c-main-navigation__menu{margin:0;padding:0;list-style:none;}@media (max-width:1399px){.c-main-navigation__menu{z-index:10;min-height:100%;position:relative;}}.c-main-navigation__menu--level-0{width:100%;}@media (min-width:1400px){.c-main-navigation__menu--level-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-width:1400px;width:100%;padding:0 50px;margin:0 auto;}}.c-main-navigation__menu--level-1{display:none;position:absolute;left:0;width:100%;will-change:transform;background-color:#FFFFFF;}@media (max-width:1399px){.c-main-navigation__menu--level-1{top:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);padding-bottom:56px;-webkit-box-shadow:-1px 0px 0px #25B2D3;box-shadow:-1px 0px 0px #25B2D3;}}@media (min-width:1400px){.c-main-navigation__menu--level-1{top:calc(100% + 1px);z-index:10;position:absolute;width:100%;padding:3rem 0rem 3rem 462px;background-color:#FFFFFF;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:1400px;-webkit-column-count:2;column-count:2;}}@media (min-width:1400px){.c-main-navigation__menu--level-1:before{content:'';width:100%;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(#e5f4f8),color-stop(33%,#e5f4f8),color-stop(33%,#FFFFFF),to(#FFFFFF));background-image:-o-linear-gradient(left,#e5f4f8 0%,#e5f4f8 33%,#FFFFFF 33%,#FFFFFF 100%);background-image:linear-gradient(90deg,#e5f4f8 0%,#e5f4f8 33%,#FFFFFF 33%,#FFFFFF 100%);position:absolute;z-index:20;top:0;left:0;}}@media (min-width:1400px){.c-main-navigation__menu--level-1:after{content:'';width:100vw;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(#e5f4f8),color-stop(50%,#e5f4f8),color-stop(50%,#FFFFFF),to(#FFFFFF));background-image:-o-linear-gradient(left,#e5f4f8 0%,#e5f4f8 50%,#FFFFFF 50%,#FFFFFF 100%);background-image:linear-gradient(90deg,#e5f4f8 0%,#e5f4f8 50%,#FFFFFF 50%,#FFFFFF 100%);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}}@media (max-width:1399px){.c-main-navigation__menu--level-1.is-active{position:relative;}}.c-main-navigation__menu--level-2{padding-bottom:1rem;margin-top:-0.75rem;}@media (min-width:1400px){.c-main-navigation__menu--level-2{margin-top:0rem;margin-bottom:0.25rem;padding-bottom:0;}}@media (max-width:1399px){.c-main-navigation__item--level-0{border-bottom:1px solid #25B2D3;}}@media (min-width:1400px){.c-main-navigation__item--level-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:1rem;}}@media (min-width:1400px){.c-main-navigation__item--level-0:last-child .c-main-navigation__item-link--level-0:after{display:block;}}@media (max-width:1399px){.c-main-navigation__item--level-1{border-bottom:1px solid #25B2D3;}}@media (min-width:1400px){.c-main-navigation__item--level-1{width:462px;float:left;padding:0 50px;position:relative;z-index:20;-webkit-column-break-inside:avoid;break-inside:avoid;}}.c-main-navigation__item--description{background-color:#e5f4f8;}@media (min-width:1400px){.c-main-navigation__item--description{background-color:transparent;padding:50px;width:462px;margin-top:-3rem;margin-left:-462px;margin-bottom:0;height:100%;}}.c-main-navigation__item:has(~ .submenu-open),.c-main-navigation__item.submenu-open ~ .c-main-navigation__item{display:none;}@media (min-width:1400px){.c-main-navigation__item-description-title{margin-bottom:4rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-description-title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-description-title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-description-title > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}@media (min-width:1400px){.c-main-navigation__item-description-title:hover,.c-main-navigation__item-description-title:focus{text-decoration:none;}.c-main-navigation__item-description-title:hover > span:not(.visually-hidden),.c-main-navigation__item-description-title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-description-title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-main-navigation__item-description-summary{font-weight:normal;line-height:1.6;}@media (min-width:1400px){.c-main-navigation__item-description-summary:before{content:'';display:block;width:50px;height:2px;background-color:#25B2D3;margin-bottom:1rem;}}.c-main-navigation__item-description-summary > *:last-child{margin-bottom:0;}.c-main-navigation__item-link{font-size:1rem;line-height:1.25;text-decoration:none;font-weight:bold;}@media all and (min-width:767px){.c-main-navigation__item-link{font-size:0.88rem;line-height:1.25;}}@media all and (min-width:1024px){.c-main-navigation__item-link{font-size:0.88rem;line-height:1.25;}}@media all and (min-width:1400px){.c-main-navigation__item-link{font-size:0.8rem;line-height:1.25;}}@media (max-width:1399px){.c-main-navigation__item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0.5rem 1.25rem;}}@media (min-width:1400px){.c-main-navigation__item-link{display:block;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}@media (min-width:1400px){.c-main-navigation__item-link:hover,.c-main-navigation__item-link:focus{text-decoration:none;}.c-main-navigation__item-link:hover > span:not(.visually-hidden),.c-main-navigation__item-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-main-navigation__item-link:hover,.c-main-navigation__item-link:focus{text-decoration:none;}@media (max-width:1399px){.c-main-navigation__item-link > span{pointer-events:none;margin-right:0.5rem;}}.c-main-navigation__item-link > svg{pointer-events:none;}@media (max-width:1399px){.c-main-navigation__item-link--level-0{padding:1.25rem 1.25rem;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0{width:100%;padding:0 1.25rem;line-height:1.25;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:20;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:focus{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:focus:hover,.c-main-navigation__item-link--level-0:focus:focus{text-decoration:none;}.c-main-navigation__item-link--level-0:focus:hover > span:not(.visually-hidden),.c-main-navigation__item-link--level-0:focus:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-link--level-0:focus.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:before,.c-main-navigation__item-link--level-0:after{content:'';width:1px;height:70%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#25B2D3;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:before{left:0;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:after{display:none;right:0;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0 > span{display:block;padding:0.75rem 0;}}.c-main-navigation__item-link--level-1{padding-top:1.25rem;padding-bottom:1.25rem;}@media (min-width:1400px){.c-main-navigation__item-link--level-1{padding-top:1rem;padding-bottom:1rem;}}.c-main-navigation__item-link--level-2{opacity:0.7;font-weight:normal;}@media (min-width:1400px){.c-main-navigation__item-link--level-2{padding-top:0.25rem;padding-bottom:0.25rem;}}@media (max-width:1399px){.c-main-navigation__item-link--description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:0;}}@media (min-width:1400px){.c-main-navigation__item-link--description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;text-align:left;}}@media (max-width:1399px){.c-main-navigation__item-link--description > *:last-child{margin-bottom:0;}}@media (min-width:1400px){.c-main-navigation__item-link > .o-icon{display:none;}}@media (max-width:1399px){.c-main-navigation__back-button{opacity:0;visibility:hidden;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;bottom:0;left:0;z-index:20;will-change:opacity;}}@media (min-width:1400px){.c-main-navigation__back-button{display:none;}}.c-main-navigation__back-button .o-icon{margin-right:1rem;}.c-pagination{padding:30px 0;}.c-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-pagination__item.is-active a{text-decoration:underline;}.c-pagination__item a{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-pagination__item .o-icon{width:2rem;height:2rem;}.c-pagination__item--prev,.c-pagination__item--next{-ms-flex-negative:0;flex-shrink:0;}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon,.c-pagination__item--next a:hover .o-icon,.c-pagination__item--next a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-pagination__item--prev .o-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon{-webkit-transform:scale(1.2) rotate(180deg);-ms-transform:scale(1.2) rotate(180deg);transform:scale(1.2) rotate(180deg);}.t-learning .c-pagination__item{font-size:1.25rem;line-height:1.2;font-weight:bold;}@media all and (min-width:767px){.t-learning .c-pagination__item{font-size:1.66667rem;}}@media all and (min-width:1400px){.t-learning .c-pagination__item{font-size:1.5rem;}}.t-learning .c-pagination__item a,.t-learning .c-pagination__item.is-active a{text-decoration:none;}.t-learning .c-pagination__item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.t-learning .c-pagination__item a::after{content:"";width:calc(100%);height:10px;display:block;background-repeat:no-repeat;background-image:-o-linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-image:linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-size:0 100%;}@media (min-width:767px){.t-learning .c-pagination__item a::after{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.t-learning .c-pagination__item a:hover::after,.t-learning .c-pagination__item a:focus::after{background-size:100% 100%;}.t-learning .c-pagination__item.is-active a::after{background-size:100% 100%;}.t-learning .c-pagination__item .o-icon{width:1.8rem;height:1.8rem;border-radius:50%;}.t-learning .pager__item--previous a::after,.t-learning .pager__item--previous a:hover::after,.t-learning .pager__item--previous a:focus::after,.t-learning .pager__item--next a::after,.t-learning .pager__item--next a:hover::after,.t-learning .pager__item--next a:focus::after{background-size:0 100%;}.c-nav-jumplink{font-size:1rem;line-height:1.5;background-color:#003057;color:#FFFFFF;position:relative;z-index:5;}@media all and (min-width:767px){.c-nav-jumplink{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-nav-jumplink{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-nav-jumplink{font-size:0.9rem;line-height:1.5;}}.c-nav-jumplink.is-sticky{position:fixed;z-index:1000;top:0;left:0;right:0;}.toolbar-fixed .c-nav-jumplink.is-sticky{top:79px;}.c-nav-jumplink__header{padding:20px 0;}.c-nav-jumplink__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-nav-jumplink__synopsis{margin-bottom:0;}.c-nav-jumplink__content{padding:20px 0;background-color:#003057;border-top:1px solid #FFFFFF;}.c-nav-jumplink__links{display:grid;row-gap:20px;}@media (min-width:1024px){.c-nav-jumplink__links{grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:50px;column-gap:50px;}}.c-nav-jumplink__link{text-decoration:underline;}.c-nav-jumplink__link:hover,.c-nav-jumplink__link:focus{text-decoration:none;}.c-nav-jumplink__link.is-active{font-weight:bold;}.c-nav-jumplink__progress{height:5px;background-color:#25B2D3;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.c-nav-jumplink__toggle-btn{background:none;padding:0;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;}.c-nav-jumplink__toggle-btn.is-active .c-nav-jumplink__icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.c-nav-jumplink__icon{margin-left:20px;width:36px;height:36px;}.c-language-switcher{position:relative;z-index:10;}.c-language-switcher__dropdown{display:none;font-size:1rem;line-height:1;position:absolute;z-index:10;top:100%;left:0;width:100%;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-language-switcher__dropdown{font-size:0.88rem;line-height:1;}}@media all and (min-width:1024px){.c-language-switcher__dropdown{font-size:1rem;line-height:1;}}@media all and (min-width:1400px){.c-language-switcher__dropdown{font-size:0.9rem;line-height:1;}}.c-language-switcher__dropdown.is-active{display:block;}.c-language-switcher__menu{padding:10px 20px 20px;margin:0;list-style:none;border:1px solid #003057;}.c-language-switcher__menu li:not(:last-child){margin-bottom:1rem;}.c-language-switcher__menu a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-language-switcher__menu a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-language-switcher__menu a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-language-switcher__menu a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-language-switcher__menu a:hover,.c-language-switcher__menu a:focus{text-decoration:none;}.c-language-switcher__menu a:hover > span:not(.visually-hidden),.c-language-switcher__menu a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-language-switcher__menu a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.media-post_content_logo{border-top:1px solid #25B2D3;padding-top:20px;margin-top:20px;margin-bottom:-0.625rem;}.media-post_content_logo.t-learning,.t-learning .media-post_content_logo{border-color:#FF8BFF;}.media-post_content_logo.t-learning--educator,.t-learning--educator .media-post_content_logo{border-color:#00E7BD;}.media-post_content_logo.t-digital-transparency,.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}@media (min-width:767px){.media-post_content_logo{padding-top:30px;margin-top:30px;margin-bottom:-1.11111rem;}}@media (min-width:1024px){.media-post_content_logo{margin-bottom:-1.83333rem;}}.media-post_content_logo img{margin-left:auto;}.c-promo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-item-align:stretch;align-self:stretch;width:100%;position:relative;}.c-promo-link__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;padding-left:0;padding-right:10px;width:100%;height:100%;border-bottom:1px solid #25B2D3;position:relative;}.c-promo-link__link:hover .c-promo-link__download-icon svg,.c-promo-link__link:focus .c-promo-link__download-icon svg{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-promo-link__link .c-promo-link__btn-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__link .c-promo-link__btn-icon.page-node-type-longform-content,.page-node-type-longform-content .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-default,.t-default .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-default-dark,.t-default-dark .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-guidance,.t-guidance .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#8F1049;}.c-promo-link__link .c-promo-link__btn-icon.t-your-vote-matters,.t-your-vote-matters .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#076A6E;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-orange,.t-mature-orange .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#B24B1F;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-green,.t-mature-green .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-purple,.t-mature-purple .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-yellow,.t-mature-yellow .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-brown,.t-mature-brown .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#2B220A;}.c-promo-link__link .c-promo-link__btn-icon.t-learning,.t-learning .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-learning--educator,.t-learning--educator .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-digital-transparency,.t-digital-transparency .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#000000;}.c-promo-link__link:hover,.c-promo-link__link:focus{text-decoration:none;}@media (min-width:767px){.c-promo-link__link:hover .c-promo-link__btn-icon,.c-promo-link__link:focus .c-promo-link__btn-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-promo-link__link:hover .c-promo-link__title span,.c-promo-link__link:focus .c-promo-link__title span{background-size:100% 100%;}.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:40px;}@media (min-width:767px){.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:60px;}}.c-promo-link__link--no-padding-top{padding-top:0;}.c-promo-link__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;}.c-promo-link__title-wrapper > .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__title{font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:20px;margin-bottom:0;width:80%;}@media all and (min-width:767px){.c-promo-link__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title{font-size:1.1rem;line-height:1.4;}}.c-promo-link__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-promo-link__title:hover,.c-promo-link__title:focus{text-decoration:none;}.c-promo-link__title:hover > span:not(.visually-hidden),.c-promo-link__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-promo-link__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-promo-link__title .o-icon{display:none;}@media (min-width:767px){.c-promo-link__title .o-icon{display:inline-block;vertical-align:middle;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-promo-link__title--large{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-promo-link__title--large{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title--large{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title--large{font-size:1.3rem;line-height:1.4;}}.c-promo-link__subtitle{display:inline-block;position:relative;margin-bottom:5px;padding-top:20px;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:18px;}.c-promo-link__subtitle::after{content:'';margin-left:10px;padding-right:6px;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-caret-guidance-bg.svg");background-size:contain;background-position:center;background-repeat:no-repeat;}.c-promo-link__download-icon{position:absolute;left:0;top:0;}.c-promo-link__download-icon .o-icon{width:30px;height:36px;}.c-promo-link__download-icon--no-parent{top:20px;}.c-promo-link__summary{width:100%;font-size:1rem;line-height:1.5;margin-top:15px;font-weight:normal;}@media all and (min-width:767px){.c-promo-link__summary{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-promo-link__summary{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-promo-link__summary{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-promo-link--teaser .c-promo-link__link{border-bottom:0;border-left:1px solid #25B2D3;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-promo-link--teaser .c-promo-link__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.c-promo-link--teaser .c-promo-link__link:hover:before,.c-promo-link--teaser .c-promo-link__link:focus:before{width:100%;}}.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:1px solid #a91255;}@media (min-width:767px){.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:0;border-left:1px solid #a91255;}.c-promo-link--guidance-legacy .c-promo-link__link:before{background-color:rgba(169,18,85,0.1);}}.c-promo-link--guidance-legacy .o-icon{fill:#a91255;}.c-content-hub--themed{width:100vw;position:relative;left:50%;margin-left:-50vw;overflow:hidden;}.c-content-hub--themed.page-node-type-longform-content,.page-node-type-longform-content .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-default,.t-default .c-content-hub--themed{background-color:#e5f4f8;color:#003057;}.c-content-hub--themed.t-default-dark,.t-default-dark .c-content-hub--themed{background-color:#E3E7EA;color:#003057;}.c-content-hub--themed.t-guidance,.t-guidance .c-content-hub--themed{background-color:#F4EDF0;color:#8F1049;}.c-content-hub--themed.t-your-vote-matters,.t-your-vote-matters .c-content-hub--themed{background-color:#ECF3F3;color:#076A6E;}.c-content-hub--themed.t-mature-orange,.t-mature-orange .c-content-hub--themed{background-color:#F6F0EE;color:#B24B1F;}.c-content-hub--themed.t-mature-green,.t-mature-green .c-content-hub--themed{background-color:#F1F2ED;color:#706012;}.c-content-hub--themed.t-mature-purple,.t-mature-purple .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-mature-yellow,.t-mature-yellow .c-content-hub--themed{background-color:#F3F2ED;color:#706012;}.c-content-hub--themed.t-mature-brown,.t-mature-brown .c-content-hub--themed{background-color:#EEEEED;color:#2B220A;}.c-content-hub--themed.t-learning,.t-learning .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-learning--educator,.t-learning--educator .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-digital-transparency,.t-digital-transparency .c-content-hub--themed{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 0.83333rem);}}@media (min-width:1024px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 1.11111rem);}}@media (min-width:1400px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 1.25rem);}}.polling-station-hero{padding:1.875rem 0;background-color:#088488;text-align:center;color:#FFFFFF;}@media (min-width:767px){.polling-station-hero{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station-hero{padding:3.5rem 0;}}.polling-station-hero__heading{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;text-align:left;margin:0;}.polling-station-hero__heading-upper{display:block;margin-bottom:1em;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.polling-station-hero__heading-upper{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}.polling-station{padding:1.875rem 0;}@media (min-width:767px){.polling-station{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station{padding:3.5rem 0;}}.polling-station:last-child{padding-bottom:0;}.polling-station:not(:first-child){border-top:1px solid #25B2D3;}.polling-station__list{padding:0;}.polling-station__list li:not(:last-child){margin-bottom:1rem;}.polling-station__list li,.polling-station__list button{width:100%;}.polling-station__ballots,.polling-station__address{margin-bottom:1.5rem;}@media (min-width:767px){.polling-station__ballots,.polling-station__address{margin-bottom:2rem;}}@media (min-width:1024px){.polling-station__address address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.polling-station__map{width:100%;height:50vh;}@media (max-width:1023px){.polling-station__services{margin-top:0.5rem;}}@media (min-width:1024px){.polling-station__services{width:50%;}}.polling-station__services a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.polling-station__services a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.polling-station__services a:hover,.polling-station__services a:focus{text-decoration:none;}.polling-station__services a:hover > span:not(.visually-hidden),.polling-station__services a:focus > span:not(.visually-hidden){background-size:0% 100%;}.polling-station__services a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.polling-station-footer{border-top:1px solid #25B2D3;}.polling-station-footer__inner{text-align:center;margin:1.875rem 0;}@media (min-width:767px){.polling-station-footer__inner{margin:2.77778rem 0;}}@media (min-width:1400px){.polling-station-footer__inner{margin:3.5rem 0;}}.ballot{padding:20px 0;margin-bottom:20px;border-top:1px solid #088488;border-bottom:1px solid #088488;}.ballot__candidate:not(:last-child){margin-bottom:20px;}.c-summary-box .polling-station__map{margin-bottom:20px;}.c-polling-station-slice{border:1px solid #25B2D3;padding:20px;}@media (min-width:767px){.c-polling-station-slice{padding:30px;}}@media (min-width:1024px){.c-polling-station-slice{padding:40px;}}.postcode-search{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.postcode-search__input{color:#003057;margin-bottom:0;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__input::placeholder{color:#003057;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-moz-placeholder{color:#003057;}.postcode-search__input::-moz-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:59px;-ms-flex-negative:0;flex-shrink:0;border:2px solid #007292;background-color:#e5f4f8;color:#007292;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.postcode-search__btn:hover,.postcode-search__btn:focus{background-color:#007292;}.postcode-search__btn:hover .o-icon,.postcode-search__btn:focus .o-icon{fill:#FFFFFF;}.postcode-search__btn .o-icon{fill:#007292;}.postcode-search__error{margin-top:0.5rem;}.c-quote{margin:0;padding:30px 10px;border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-quote{padding:50px 20px;}}.c-quote__content{font-size:1.38rem;line-height:1.4;font-weight:600;}@media all and (min-width:767px){.c-quote__content{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-quote__content{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quote__content{font-size:1.3rem;line-height:1.4;}}.c-quote__content p:before{content:none !important;}.c-quote__cite{margin-bottom:20px;}.c-quote__cite p{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quote__cite p{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}.c-quote__cite .o-icon{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-block;vertical-align:sub;}.page-node-type-longform-content .c-quote-container{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.page-node-type-longform-content .c-quote-container{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.page-node-type-longform-content .c-quote-container{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.page-node-type-longform-content .c-quote-container .o-slice__padding{margin:0;}.page-node-type-longform-content .c-quote-container .o-slice__title > span{background:none;}.page-node-type-longform-content .c-quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;padding:0;}.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__content{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__content{font-size:1.8rem;line-height:1.4;}}.page-node-type-longform-content .c-quote__cite{font-size:1rem;line-height:1.2;margin-bottom:0;margin-top:20px;color:#25B2D3;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__cite{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}.page-node-type-longform-content .c-quote__cite::before{content:"\2014";display:inline-block;}.page-node-type-longform-content .c-quote__cite .o-icon{display:none;}.c-resources-download{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-resources-download{padding:30px;}}@media (min-width:1024px){.c-resources-download{padding:40px;}}.c-resources-download.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-default,.t-default .c-resources-download{background-color:#e5f4f8;color:#003057;}.c-resources-download.t-default-dark,.t-default-dark .c-resources-download{background-color:#E3E7EA;color:#003057;}.c-resources-download.t-guidance,.t-guidance .c-resources-download{background-color:#F4EDF0;color:#8F1049;}.c-resources-download.t-your-vote-matters,.t-your-vote-matters .c-resources-download{background-color:#ECF3F3;color:#076A6E;}.c-resources-download.t-mature-orange,.t-mature-orange .c-resources-download{background-color:#F6F0EE;color:#B24B1F;}.c-resources-download.t-mature-green,.t-mature-green .c-resources-download{background-color:#F1F2ED;color:#706012;}.c-resources-download.t-mature-purple,.t-mature-purple .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-mature-yellow,.t-mature-yellow .c-resources-download{background-color:#F3F2ED;color:#706012;}.c-resources-download.t-mature-brown,.t-mature-brown .c-resources-download{background-color:#EEEEED;color:#2B220A;}.c-resources-download.t-learning,.t-learning .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-learning--educator,.t-learning--educator .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-digital-transparency,.t-digital-transparency .c-resources-download{background-color:#F0E6F6;color:#000000;}.c-resources-download h1.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h1,.c-resources-download h2.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h2,.c-resources-download h3.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h3,.c-resources-download h4.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h4,.c-resources-download h5.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h5{color:#705191;}.c-resources-download h1.t-default,.t-default .c-resources-download h1,.c-resources-download h2.t-default,.t-default .c-resources-download h2,.c-resources-download h3.t-default,.t-default .c-resources-download h3,.c-resources-download h4.t-default,.t-default .c-resources-download h4,.c-resources-download h5.t-default,.t-default .c-resources-download h5{color:#003057;}.c-resources-download h1.t-default-dark,.t-default-dark .c-resources-download h1,.c-resources-download h2.t-default-dark,.t-default-dark .c-resources-download h2,.c-resources-download h3.t-default-dark,.t-default-dark .c-resources-download h3,.c-resources-download h4.t-default-dark,.t-default-dark .c-resources-download h4,.c-resources-download h5.t-default-dark,.t-default-dark .c-resources-download h5{color:#003057;}.c-resources-download h1.t-guidance,.t-guidance .c-resources-download h1,.c-resources-download h2.t-guidance,.t-guidance .c-resources-download h2,.c-resources-download h3.t-guidance,.t-guidance .c-resources-download h3,.c-resources-download h4.t-guidance,.t-guidance .c-resources-download h4,.c-resources-download h5.t-guidance,.t-guidance .c-resources-download h5{color:#a91255;}.c-resources-download h1.t-your-vote-matters,.t-your-vote-matters .c-resources-download h1,.c-resources-download h2.t-your-vote-matters,.t-your-vote-matters .c-resources-download h2,.c-resources-download h3.t-your-vote-matters,.t-your-vote-matters .c-resources-download h3,.c-resources-download h4.t-your-vote-matters,.t-your-vote-matters .c-resources-download h4,.c-resources-download h5.t-your-vote-matters,.t-your-vote-matters .c-resources-download h5{color:#088488;}.c-resources-download h1.t-mature-orange,.t-mature-orange .c-resources-download h1,.c-resources-download h2.t-mature-orange,.t-mature-orange .c-resources-download h2,.c-resources-download h3.t-mature-orange,.t-mature-orange .c-resources-download h3,.c-resources-download h4.t-mature-orange,.t-mature-orange .c-resources-download h4,.c-resources-download h5.t-mature-orange,.t-mature-orange .c-resources-download h5{color:#B74E20;}.c-resources-download h1.t-mature-green,.t-mature-green .c-resources-download h1,.c-resources-download h2.t-mature-green,.t-mature-green .c-resources-download h2,.c-resources-download h3.t-mature-green,.t-mature-green .c-resources-download h3,.c-resources-download h4.t-mature-green,.t-mature-green .c-resources-download h4,.c-resources-download h5.t-mature-green,.t-mature-green .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-purple,.t-mature-purple .c-resources-download h1,.c-resources-download h2.t-mature-purple,.t-mature-purple .c-resources-download h2,.c-resources-download h3.t-mature-purple,.t-mature-purple .c-resources-download h3,.c-resources-download h4.t-mature-purple,.t-mature-purple .c-resources-download h4,.c-resources-download h5.t-mature-purple,.t-mature-purple .c-resources-download h5{color:#705191;}.c-resources-download h1.t-mature-yellow,.t-mature-yellow .c-resources-download h1,.c-resources-download h2.t-mature-yellow,.t-mature-yellow .c-resources-download h2,.c-resources-download h3.t-mature-yellow,.t-mature-yellow .c-resources-download h3,.c-resources-download h4.t-mature-yellow,.t-mature-yellow .c-resources-download h4,.c-resources-download h5.t-mature-yellow,.t-mature-yellow .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-brown,.t-mature-brown .c-resources-download h1,.c-resources-download h2.t-mature-brown,.t-mature-brown .c-resources-download h2,.c-resources-download h3.t-mature-brown,.t-mature-brown .c-resources-download h3,.c-resources-download h4.t-mature-brown,.t-mature-brown .c-resources-download h4,.c-resources-download h5.t-mature-brown,.t-mature-brown .c-resources-download h5{color:#2B220A;}.c-resources-download h1.t-learning,.t-learning .c-resources-download h1,.c-resources-download h2.t-learning,.t-learning .c-resources-download h2,.c-resources-download h3.t-learning,.t-learning .c-resources-download h3,.c-resources-download h4.t-learning,.t-learning .c-resources-download h4,.c-resources-download h5.t-learning,.t-learning .c-resources-download h5{color:#B5FF2B;}.c-resources-download h1.t-learning--educator,.t-learning--educator .c-resources-download h1,.c-resources-download h2.t-learning--educator,.t-learning--educator .c-resources-download h2,.c-resources-download h3.t-learning--educator,.t-learning--educator .c-resources-download h3,.c-resources-download h4.t-learning--educator,.t-learning--educator .c-resources-download h4,.c-resources-download h5.t-learning--educator,.t-learning--educator .c-resources-download h5{color:#DEACFF;}.c-resources-download h1.t-digital-transparency,.t-digital-transparency .c-resources-download h1,.c-resources-download h2.t-digital-transparency,.t-digital-transparency .c-resources-download h2,.c-resources-download h3.t-digital-transparency,.t-digital-transparency .c-resources-download h3,.c-resources-download h4.t-digital-transparency,.t-digital-transparency .c-resources-download h4,.c-resources-download h5.t-digital-transparency,.t-digital-transparency .c-resources-download h5{color:#6E0BAD;}.c-resources-download .c-resources-download__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-resources-download .c-resources-download__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download .c-resources-download__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download .c-resources-download__title{font-size:1.3rem;line-height:1.4;}}.c-resources-download .c-resources-download__title > span{background:none;}@media (min-width:767px){.c-resources-download__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-resources-download__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-resources-download__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-resources-download__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-resources-download__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-resources-download__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-resources-download__item{padding-left:2.5rem;}}@media (min-width:767px){.c-resources-download__item{width:50%;}}.c-resources-download__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-resources-download__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-download__content:hover,.c-resources-download__content:focus{text-decoration:none;}.c-resources-download__content:hover > span:not(.visually-hidden),.c-resources-download__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-resources-download__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-resources-download__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download__content{font-size:1.1rem;line-height:1.4;}}.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #E3E7EA,-1px 0 0 #E3E7EA;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #E3E7EA,-1px 2px 0 #E3E7EA;}}.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F0E6F6,-1px 0 0 #F0E6F6;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F0E6F6,-1px 2px 0 #F0E6F6;}}.c-resources-download__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-resources-download__link.t-learning,.t-learning .c-resources-download__link{border-color:#B5FF2B;}.c-resources-download__link.t-learning--educator,.t-learning--educator .c-resources-download__link{border-color:#DEACFF;}.c-resources-download__link.t-digital-transparency,.t-digital-transparency .c-resources-download__link{border-color:#6F00B0;}.c-resources-download__link:hover,.c-resources-download__link:focus{text-decoration:none;}@media (min-width:767px){.c-resources-download__link:hover > .o-icon,.c-resources-download__link:focus > .o-icon{-webkit-transform:rotate(90deg) translateY(-5px);-ms-transform:rotate(90deg) translateY(-5px);transform:rotate(90deg) translateY(-5px);}}.c-resources-download__link:hover .c-resources-download__content span,.c-resources-download__link:focus .c-resources-download__content span{background-size:100% 100%;}.c-resources-download__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-review{margin:1.875rem 0;border:1px solid #25B2D3;padding:10px;}@media (min-width:767px){.c-review{margin:2.77778rem 0;}}@media (min-width:1400px){.c-review{margin:3.5rem 0;}}@media (min-width:767px){.c-review{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-review{padding:15px;}}.c-review__item{padding:10px;}@media (min-width:767px){.c-review__item{padding:0 10px;-ms-flex-preferred-size:50%;flex-basis:50%;}}@media (min-width:1024px){.c-review__item{padding:10px 15px;}}.c-review__item.-last{border-top:1px solid #25B2D3;}@media (min-width:767px){.c-review__item.-last{padding-left:15px;border-left:1px solid #25B2D3;border-top:0;}}@media (min-width:1024px){.c-review__item.-last{padding-left:30px;}}.c-review__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-review__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-review__item a:hover,.c-review__item a:focus{text-decoration:none;}.c-review__item a:hover > span:not(.visually-hidden),.c-review__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-review__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-review--longform{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;border:0;background-color:#e5f4f8;color:#003057;}.c-review--longform.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-default,.t-default .c-review--longform{background-color:#e5f4f8;color:#003057;}.c-review--longform.t-default-dark,.t-default-dark .c-review--longform{background-color:#E3E7EA;color:#003057;}.c-review--longform.t-guidance,.t-guidance .c-review--longform{background-color:#F4EDF0;color:#8F1049;}.c-review--longform.t-your-vote-matters,.t-your-vote-matters .c-review--longform{background-color:#ECF3F3;color:#076A6E;}.c-review--longform.t-mature-orange,.t-mature-orange .c-review--longform{background-color:#F6F0EE;color:#B24B1F;}.c-review--longform.t-mature-green,.t-mature-green .c-review--longform{background-color:#F1F2ED;color:#706012;}.c-review--longform.t-mature-purple,.t-mature-purple .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-mature-yellow,.t-mature-yellow .c-review--longform{background-color:#F3F2ED;color:#706012;}.c-review--longform.t-mature-brown,.t-mature-brown .c-review--longform{background-color:#EEEEED;color:#2B220A;}.c-review--longform.t-learning,.t-learning .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-learning--educator,.t-learning--educator .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-digital-transparency,.t-digital-transparency .c-review--longform{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.c-review--longform{padding:30px;}}@media (min-width:1024px){.c-review--longform{padding:40px;}}.c-review--longform .c-review__title{width:100%;margin-bottom:0.5em;}.c-review--longform .c-review__title.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-default,.t-default .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-default-dark,.t-default-dark .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-guidance,.t-guidance .c-review--longform .c-review__title{color:#a91255;}.c-review--longform .c-review__title.t-your-vote-matters,.t-your-vote-matters .c-review--longform .c-review__title{color:#088488;}.c-review--longform .c-review__title.t-mature-orange,.t-mature-orange .c-review--longform .c-review__title{color:#B74E20;}.c-review--longform .c-review__title.t-mature-green,.t-mature-green .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-purple,.t-mature-purple .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-mature-yellow,.t-mature-yellow .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-brown,.t-mature-brown .c-review--longform .c-review__title{color:#2B220A;}.c-review--longform .c-review__title.t-learning,.t-learning .c-review--longform .c-review__title{color:#B5FF2B;}.c-review--longform .c-review__title.t-learning--educator,.t-learning--educator .c-review--longform .c-review__title{color:#DEACFF;}.c-review--longform .c-review__title.t-digital-transparency,.t-digital-transparency .c-review--longform .c-review__title{color:#6E0BAD;}.c-review--longform .c-review__item{padding-left:0;padding-right:0;}@media (min-width:767px){.c-review--log .c-review__item.-last{border-left:0;padding-left:0;text-align:right;}}.c-search-block{top:100%;padding:6px 20px;}@media (min-width:767px){.c-search-block{display:none;}}.c-search-block:before{right:40px;}.c-search-block__form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-block__form input{padding:16px 0;background-color:#FFFFFF;border-bottom:0;}.c-search-block__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;}.c-search-block__submit .o-icon{width:1rem;height:1rem;}.c-search-bar .form-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-search-bar .form-submit{height:100%;background-color:#003057;border:1px solid #FFFFFF;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-search-bg.svg");background-size:15%;background-repeat:no-repeat;background-position:right 20px center;}@media (min-width:767px){.c-search-bar .form-submit{padding-top:0;padding-bottom:0;}}.c-search-bar .form-submit:hover,.c-search-bar .form-submit:focus{background-color:#007292;}@media (min-width:767px){.c-search-bar--foi{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}}.c-search-bar--foi .form-submit{border:none;}@media (min-width:767px){.c-search-bar--foi .form-wrapper,.c-search-bar--foi .form-item{margin-bottom:0;}}.c-search-bar--in-hero form,.c-search-bar--guidance form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--in-hero .form-wrapper,.c-search-bar--in-hero .form-item,.c-search-bar--guidance .form-wrapper,.c-search-bar--guidance .form-item{margin-bottom:0;}.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{text-indent:-999px;white-space:nowrap;overflow:hidden;background-size:35%;background-position:center;width:4rem;padding:0;}@media (min-width:767px){.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{width:3.33rem;}}.c-search-bar--in-hero form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.c-search-bar--in-hero label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-search-bar--in-hero .form-item input{border-bottom:1px solid transparent;background-color:#FFFFFF;}.c-search-bar--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--guidance .form-item input{border:none;color:#003057;background-color:#FFFFFF;}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-submit{border:2px solid #FFFFFF;border-left:none;}.c-sidebar{margin:20px 0;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-sidebar{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.c-sidebar{padding:0 10px 10px;margin-top:0;}}@media (min-width:1024px){.c-sidebar{padding:0 20px 20px;}}.c-sidebar > span{display:block;margin-bottom:10px;}.c-sidebar a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:block;}@media all and (min-width:767px){.c-sidebar a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar a{font-size:0.9rem;line-height:1.4;}}.c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-sidebar a:hover,.c-sidebar a:focus{text-decoration:none;}.c-sidebar a:hover > span:not(.visually-hidden),.c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-sidebar a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-digital-transparency .c-sidebar a:hover,.t-digital-transparency .c-sidebar a:focus{text-decoration:none;}.t-digital-transparency .c-sidebar a:hover > span:not(.visually-hidden),.t-digital-transparency .c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-digital-transparency .c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-sidebar__title{font-size:1.12rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-sidebar__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-sidebar__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar__title{font-size:1.1rem;line-height:1.4;}}.c-sidebar--first{padding-bottom:20px;border-bottom:1px solid #25B2D3;}.c-sidebar--first.t-learning,.t-learning .c-sidebar--first{border-color:#FF8BFF;}.c-sidebar--first.t-learning--educator,.t-learning--educator .c-sidebar--first{border-color:#00E7BD;}.c-sidebar--first.t-digital-transparency,.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.c-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}.c-social__list:last-of-type.-print:after,.c-social__list:last-of-type.-email:after{content:none;}.c-social__list:first-of-type.-print,.c-social__list:first-of-type.-email,.c-social__list:first-of-type.-pdf-download{padding-left:0;}.c-social__list.-social{padding-right:10px;margin-right:10px;}.c-social__list.-print:after,.c-social__list.-social:after,.c-social__list.-email:after{content:'';width:1px;height:25px;background-color:currentColor;position:absolute;right:0;top:50%;margin-top:-12px;}.c-social__list.-print,.c-social__list.-email{padding:0 10px;}.c-social__list.-pdf-download .o-icon{position:relative;top:-3px;}.c-social__list .c-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;}.c-social__list .c-social__link:hover .o-icon,.c-social__list .c-social__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-social__list .o-icon{width:1rem;height:1rem;}.c-social__list .o-icon.page-node-type-longform-content,.page-node-type-longform-content .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-default,.t-default .c-social__list .o-icon{fill:#003057;}.c-social__list .o-icon.t-default-dark,.t-default-dark .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-guidance,.t-guidance .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-your-vote-matters,.t-your-vote-matters .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-orange,.t-mature-orange .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-green,.t-mature-green .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-purple,.t-mature-purple .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-yellow,.t-mature-yellow .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-brown,.t-mature-brown .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-learning,.t-learning .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-learning--educator,.t-learning--educator .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-digital-transparency,.t-digital-transparency .c-social__list .o-icon{fill:#FFFFFF;}.c-social__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-social__title{font-size:1rem;line-height:1.5;display:none;}@media all and (min-width:767px){.c-social__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-social__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-social__title{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-social__title{display:block;margin-right:20px;}}.c-summary-box{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-summary-box{padding:30px;}}@media (min-width:1024px){.c-summary-box{padding:40px;}}.c-summary-box h2,.c-summary-box h3,.c-summary-box h4{margin-bottom:0.5em;}.c-summary-box p:last-child,.c-summary-box ul:last-child,.c-summary-box ol:last-child,.c-summary-box ul > li:last-child{margin-bottom:0;}.c-summary-box .c-summary-box{background-color:transparent;border:1px solid #003057;margin:0;}.c-summary-box--grey{background-color:#f5f5f5;}.c-summary-box__title--boxed{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-summary-box__title--boxed{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-summary-box__title--boxed{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-summary-box__title--boxed{font-size:1.3rem;line-height:1.4;}}.c-summary-box--themed.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-default,.t-default .c-summary-box--themed{background-color:#e5f4f8;color:#003057;}.c-summary-box--themed.t-default-dark,.t-default-dark .c-summary-box--themed{background-color:#E3E7EA;color:#003057;}.c-summary-box--themed.t-guidance,.t-guidance .c-summary-box--themed{background-color:#F4EDF0;color:#8F1049;}.c-summary-box--themed.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed{background-color:#ECF3F3;color:#076A6E;}.c-summary-box--themed.t-mature-orange,.t-mature-orange .c-summary-box--themed{background-color:#F6F0EE;color:#B24B1F;}.c-summary-box--themed.t-mature-green,.t-mature-green .c-summary-box--themed{background-color:#F1F2ED;color:#706012;}.c-summary-box--themed.t-mature-purple,.t-mature-purple .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-mature-yellow,.t-mature-yellow .c-summary-box--themed{background-color:#F3F2ED;color:#706012;}.c-summary-box--themed.t-mature-brown,.t-mature-brown .c-summary-box--themed{background-color:#EEEEED;color:#2B220A;}.c-summary-box--themed.t-learning,.t-learning .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-learning--educator,.t-learning--educator .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-digital-transparency,.t-digital-transparency .c-summary-box--themed{background-color:#F0E6F6;color:#000000;}.c-summary-box--themed h1.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h1,.c-summary-box--themed h2.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h2,.c-summary-box--themed h3.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h3,.c-summary-box--themed h4.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h4,.c-summary-box--themed h5.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-default,.t-default .c-summary-box--themed h1,.c-summary-box--themed h2.t-default,.t-default .c-summary-box--themed h2,.c-summary-box--themed h3.t-default,.t-default .c-summary-box--themed h3,.c-summary-box--themed h4.t-default,.t-default .c-summary-box--themed h4,.c-summary-box--themed h5.t-default,.t-default .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-default-dark,.t-default-dark .c-summary-box--themed h1,.c-summary-box--themed h2.t-default-dark,.t-default-dark .c-summary-box--themed h2,.c-summary-box--themed h3.t-default-dark,.t-default-dark .c-summary-box--themed h3,.c-summary-box--themed h4.t-default-dark,.t-default-dark .c-summary-box--themed h4,.c-summary-box--themed h5.t-default-dark,.t-default-dark .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-guidance,.t-guidance .c-summary-box--themed h1,.c-summary-box--themed h2.t-guidance,.t-guidance .c-summary-box--themed h2,.c-summary-box--themed h3.t-guidance,.t-guidance .c-summary-box--themed h3,.c-summary-box--themed h4.t-guidance,.t-guidance .c-summary-box--themed h4,.c-summary-box--themed h5.t-guidance,.t-guidance .c-summary-box--themed h5{color:#a91255;}.c-summary-box--themed h1.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h1,.c-summary-box--themed h2.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h2,.c-summary-box--themed h3.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h3,.c-summary-box--themed h4.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h4,.c-summary-box--themed h5.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h5{color:#088488;}.c-summary-box--themed h1.t-mature-orange,.t-mature-orange .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-orange,.t-mature-orange .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-orange,.t-mature-orange .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-orange,.t-mature-orange .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-orange,.t-mature-orange .c-summary-box--themed h5{color:#B74E20;}.c-summary-box--themed h1.t-mature-green,.t-mature-green .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-green,.t-mature-green .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-green,.t-mature-green .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-green,.t-mature-green .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-green,.t-mature-green .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-purple,.t-mature-purple .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-purple,.t-mature-purple .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-purple,.t-mature-purple .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-purple,.t-mature-purple .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-purple,.t-mature-purple .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-brown,.t-mature-brown .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-brown,.t-mature-brown .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-brown,.t-mature-brown .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-brown,.t-mature-brown .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-brown,.t-mature-brown .c-summary-box--themed h5{color:#2B220A;}.c-summary-box--themed h1.t-learning,.t-learning .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning,.t-learning .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning,.t-learning .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning,.t-learning .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning,.t-learning .c-summary-box--themed h5{color:#B5FF2B;}.c-summary-box--themed h1.t-learning--educator,.t-learning--educator .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning--educator,.t-learning--educator .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning--educator,.t-learning--educator .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning--educator,.t-learning--educator .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning--educator,.t-learning--educator .c-summary-box--themed h5{color:#DEACFF;}.c-summary-box--themed h1.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h1,.c-summary-box--themed h2.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h2,.c-summary-box--themed h3.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h3,.c-summary-box--themed h4.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h4,.c-summary-box--themed h5.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h5{color:#6E0BAD;}.c-summary-box--themed .c-summary-box.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-default,.t-default .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-default-dark,.t-default-dark .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-guidance,.t-guidance .c-summary-box--themed .c-summary-box{border:1px solid #a91255;}.c-summary-box--themed .c-summary-box.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed .c-summary-box{border:1px solid #088488;}.c-summary-box--themed .c-summary-box.t-mature-orange,.t-mature-orange .c-summary-box--themed .c-summary-box{border:1px solid #B74E20;}.c-summary-box--themed .c-summary-box.t-mature-green,.t-mature-green .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-purple,.t-mature-purple .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-mature-yellow,.t-mature-yellow .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-brown,.t-mature-brown .c-summary-box--themed .c-summary-box{border:1px solid #2B220A;}.c-summary-box--themed .c-summary-box.t-learning,.t-learning .c-summary-box--themed .c-summary-box{border:1px solid #B5FF2B;}.c-summary-box--themed .c-summary-box.t-learning--educator,.t-learning--educator .c-summary-box--themed .c-summary-box{border:1px solid #DEACFF;}.c-summary-box--themed .c-summary-box.t-digital-transparency,.t-digital-transparency .c-summary-box--themed .c-summary-box{border:1px solid #6E0BAD;}.c-summary-box--w-margin{margin:1.875rem 0;}@media (min-width:767px){.c-summary-box--w-margin{margin:2.77778rem 0;}}@media (min-width:1400px){.c-summary-box--w-margin{margin:3.5rem 0;}}.c-further-reading{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-further-reading{padding:30px;}}@media (min-width:1024px){.c-further-reading{padding:40px;}}.c-further-reading.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-default,.t-default .c-further-reading{background-color:#e5f4f8;color:#003057;}.c-further-reading.t-default-dark,.t-default-dark .c-further-reading{background-color:#E3E7EA;color:#003057;}.c-further-reading.t-guidance,.t-guidance .c-further-reading{background-color:#F4EDF0;color:#8F1049;}.c-further-reading.t-your-vote-matters,.t-your-vote-matters .c-further-reading{background-color:#ECF3F3;color:#076A6E;}.c-further-reading.t-mature-orange,.t-mature-orange .c-further-reading{background-color:#F6F0EE;color:#B24B1F;}.c-further-reading.t-mature-green,.t-mature-green .c-further-reading{background-color:#F1F2ED;color:#706012;}.c-further-reading.t-mature-purple,.t-mature-purple .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-mature-yellow,.t-mature-yellow .c-further-reading{background-color:#F3F2ED;color:#706012;}.c-further-reading.t-mature-brown,.t-mature-brown .c-further-reading{background-color:#EEEEED;color:#2B220A;}.c-further-reading.t-learning,.t-learning .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-learning--educator,.t-learning--educator .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-digital-transparency,.t-digital-transparency .c-further-reading{background-color:#F0E6F6;color:#000000;}.c-further-reading h1.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h1,.c-further-reading h2.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h2,.c-further-reading h3.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h3,.c-further-reading h4.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h4,.c-further-reading h5.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h5{color:#705191;}.c-further-reading h1.t-default,.t-default .c-further-reading h1,.c-further-reading h2.t-default,.t-default .c-further-reading h2,.c-further-reading h3.t-default,.t-default .c-further-reading h3,.c-further-reading h4.t-default,.t-default .c-further-reading h4,.c-further-reading h5.t-default,.t-default .c-further-reading h5{color:#003057;}.c-further-reading h1.t-default-dark,.t-default-dark .c-further-reading h1,.c-further-reading h2.t-default-dark,.t-default-dark .c-further-reading h2,.c-further-reading h3.t-default-dark,.t-default-dark .c-further-reading h3,.c-further-reading h4.t-default-dark,.t-default-dark .c-further-reading h4,.c-further-reading h5.t-default-dark,.t-default-dark .c-further-reading h5{color:#003057;}.c-further-reading h1.t-guidance,.t-guidance .c-further-reading h1,.c-further-reading h2.t-guidance,.t-guidance .c-further-reading h2,.c-further-reading h3.t-guidance,.t-guidance .c-further-reading h3,.c-further-reading h4.t-guidance,.t-guidance .c-further-reading h4,.c-further-reading h5.t-guidance,.t-guidance .c-further-reading h5{color:#a91255;}.c-further-reading h1.t-your-vote-matters,.t-your-vote-matters .c-further-reading h1,.c-further-reading h2.t-your-vote-matters,.t-your-vote-matters .c-further-reading h2,.c-further-reading h3.t-your-vote-matters,.t-your-vote-matters .c-further-reading h3,.c-further-reading h4.t-your-vote-matters,.t-your-vote-matters .c-further-reading h4,.c-further-reading h5.t-your-vote-matters,.t-your-vote-matters .c-further-reading h5{color:#088488;}.c-further-reading h1.t-mature-orange,.t-mature-orange .c-further-reading h1,.c-further-reading h2.t-mature-orange,.t-mature-orange .c-further-reading h2,.c-further-reading h3.t-mature-orange,.t-mature-orange .c-further-reading h3,.c-further-reading h4.t-mature-orange,.t-mature-orange .c-further-reading h4,.c-further-reading h5.t-mature-orange,.t-mature-orange .c-further-reading h5{color:#B74E20;}.c-further-reading h1.t-mature-green,.t-mature-green .c-further-reading h1,.c-further-reading h2.t-mature-green,.t-mature-green .c-further-reading h2,.c-further-reading h3.t-mature-green,.t-mature-green .c-further-reading h3,.c-further-reading h4.t-mature-green,.t-mature-green .c-further-reading h4,.c-further-reading h5.t-mature-green,.t-mature-green .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-purple,.t-mature-purple .c-further-reading h1,.c-further-reading h2.t-mature-purple,.t-mature-purple .c-further-reading h2,.c-further-reading h3.t-mature-purple,.t-mature-purple .c-further-reading h3,.c-further-reading h4.t-mature-purple,.t-mature-purple .c-further-reading h4,.c-further-reading h5.t-mature-purple,.t-mature-purple .c-further-reading h5{color:#705191;}.c-further-reading h1.t-mature-yellow,.t-mature-yellow .c-further-reading h1,.c-further-reading h2.t-mature-yellow,.t-mature-yellow .c-further-reading h2,.c-further-reading h3.t-mature-yellow,.t-mature-yellow .c-further-reading h3,.c-further-reading h4.t-mature-yellow,.t-mature-yellow .c-further-reading h4,.c-further-reading h5.t-mature-yellow,.t-mature-yellow .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-brown,.t-mature-brown .c-further-reading h1,.c-further-reading h2.t-mature-brown,.t-mature-brown .c-further-reading h2,.c-further-reading h3.t-mature-brown,.t-mature-brown .c-further-reading h3,.c-further-reading h4.t-mature-brown,.t-mature-brown .c-further-reading h4,.c-further-reading h5.t-mature-brown,.t-mature-brown .c-further-reading h5{color:#2B220A;}.c-further-reading h1.t-learning,.t-learning .c-further-reading h1,.c-further-reading h2.t-learning,.t-learning .c-further-reading h2,.c-further-reading h3.t-learning,.t-learning .c-further-reading h3,.c-further-reading h4.t-learning,.t-learning .c-further-reading h4,.c-further-reading h5.t-learning,.t-learning .c-further-reading h5{color:#B5FF2B;}.c-further-reading h1.t-learning--educator,.t-learning--educator .c-further-reading h1,.c-further-reading h2.t-learning--educator,.t-learning--educator .c-further-reading h2,.c-further-reading h3.t-learning--educator,.t-learning--educator .c-further-reading h3,.c-further-reading h4.t-learning--educator,.t-learning--educator .c-further-reading h4,.c-further-reading h5.t-learning--educator,.t-learning--educator .c-further-reading h5{color:#DEACFF;}.c-further-reading h1.t-digital-transparency,.t-digital-transparency .c-further-reading h1,.c-further-reading h2.t-digital-transparency,.t-digital-transparency .c-further-reading h2,.c-further-reading h3.t-digital-transparency,.t-digital-transparency .c-further-reading h3,.c-further-reading h4.t-digital-transparency,.t-digital-transparency .c-further-reading h4,.c-further-reading h5.t-digital-transparency,.t-digital-transparency .c-further-reading h5{color:#6E0BAD;}.c-further-reading .c-further-reading__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-further-reading .c-further-reading__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading .c-further-reading__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading .c-further-reading__title{font-size:1.3rem;line-height:1.4;}}.c-further-reading .c-further-reading__title > span{background:none;}@media (min-width:767px){.c-further-reading__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-further-reading__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-further-reading__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-further-reading__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-further-reading__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-further-reading__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-further-reading__item{padding-left:2.5rem;}}@media (min-width:767px){.c-further-reading__item{width:50%;}}.c-further-reading__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-further-reading__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-further-reading__content:hover,.c-further-reading__content:focus{text-decoration:none;}.c-further-reading__content:hover > span:not(.visually-hidden),.c-further-reading__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-further-reading__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-further-reading__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading__content{font-size:1.1rem;line-height:1.4;}}.c-further-reading__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-further-reading__link:hover,.c-further-reading__link:focus{text-decoration:none;}@media (min-width:767px){.c-further-reading__link:hover > .o-icon,.c-further-reading__link:focus > .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-further-reading__link:hover .c-further-reading__content span,.c-further-reading__link:focus .c-further-reading__content span{background-size:100% 100%;}.c-further-reading__link.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-default,.t-default .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-default-dark,.t-default-dark .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-guidance,.t-guidance .c-further-reading__link{border-color:#8F1049;}.c-further-reading__link.t-your-vote-matters,.t-your-vote-matters .c-further-reading__link{border-color:#076A6E;}.c-further-reading__link.t-mature-orange,.t-mature-orange .c-further-reading__link{border-color:#B24B1F;}.c-further-reading__link.t-mature-green,.t-mature-green .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-purple,.t-mature-purple .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-mature-yellow,.t-mature-yellow .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-brown,.t-mature-brown .c-further-reading__link{border-color:#2B220A;}.c-further-reading__link.t-learning,.t-learning .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-learning--educator,.t-learning--educator .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-digital-transparency,.t-digital-transparency .c-further-reading__link{border-color:#000000;}.c-further-reading__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-taxonomy-tag{background-color:#003057;margin-bottom:10px;display:inline-block;margin-right:10px;color:#FFFFFF;font-size:1rem;line-height:1.2;padding:7px 15px;border-radius:20px;}@media all and (min-width:767px){.c-taxonomy-tag{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}.c-taxonomy-tag a{display:block;}.c-taxonomy-tag a:hover .o-icon,.c-taxonomy-tag a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-taxonomy-tag a > span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-taxonomy-tag a.is-active .c-taxonomy-tag__value{margin-left:10px;}.c-taxonomy-tag__status{-ms-flex-negative:0;flex-shrink:0;}.c-taxonomy-tag__status .o-icon{width:0.6rem;height:0.6rem;}.c-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}@media (min-width:767px){.c-teaser{height:100%;}}.c-teaser__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0;position:relative;width:100%;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-teaser__link{padding:20px;border-bottom:0;border-left:1px solid #25B2D3;}.c-teaser__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}}@media (min-width:1400px){.c-teaser__link{padding:30px;}}.c-teaser__link:hover,.c-teaser__link:focus{text-decoration:none;}@media (min-width:767px){.c-teaser__link:hover:before,.c-teaser__link:focus:before{width:100%;}}.c-teaser__link:hover .c-teaser__title span,.c-teaser__link:focus .c-teaser__title span{background-size:100% 100%;}.c-teaser__link.c-teaser__link--borderless{padding:0;border:0;}.c-teaser__link.c-teaser__link--borderless:before{display:none;}.c-teaser__img{margin-bottom:15px;-ms-flex-negative:0;flex-shrink:0;}.c-teaser__img img{display:block;width:100%;}.c-teaser__desc{font-size:1rem;line-height:1.5;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__desc{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser__desc{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser__desc{font-size:0.9rem;line-height:1.5;}}.hide-teaser-summary .c-teaser__desc{display:none;}.c-teaser__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-teaser__taxonomy{font-size:0.88rem;line-height:1.4;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__taxonomy{font-size:0.7rem;line-height:1.4;}}.c-teaser__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}.c-teaser__meta svg{margin-right:5px;fill:#003057;}.c-teaser__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__title{font-size:1.1rem;line-height:1.4;}}.c-teaser__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser__title:hover,.c-teaser__title:focus{text-decoration:none;}.c-teaser__title:hover > span:not(.visually-hidden),.c-teaser__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-teaser__link{border:0;padding:0;overflow:hidden;}@media (min-width:767px){.t-learning .c-teaser__link:before{display:none;}}@media (prefers-reduced-motion:no-preference){.t-learning .c-teaser__link:hover .c-teaser__img img,.t-learning .c-teaser__link:focus .c-teaser__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}}.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}@media all and (min-width:767px){.t-learning .c-teaser__title{font-size:1.3333rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}}.t-learning .c-teaser__taxonomy{display:none;}.t-learning .c-teaser__img img{-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}.t-learning .c-teaser__img .media__wrapper{overflow:hidden;}.t-learning .c-teaser__img img{opacity:0.6;}@supports (mix-blend-mode:multiply){.t-learning .c-teaser__img img{mix-blend-mode:multiply;opacity:1;}}.c-teaser__img .media__wrapper.t-learning,.t-learning .c-teaser__img .media__wrapper{background-color:#FF8BFF;}.c-teaser__img .media__wrapper.t-learning--educator,.t-learning--educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser__img .media__wrapper.t-digital-transparency,.t-digital-transparency .c-teaser__img .media__wrapper{background-color:#6F00B0;}.c-teaser--learning-educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser-listing{border-top:1px solid #25B2D3;}.c-teaser-listing__wrapper{padding:20px 0;display:block;}.c-teaser-listing__wrapper:hover .o-icon,.c-teaser-listing__wrapper:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-teaser-listing__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__wrapper{margin-left:-2.22222rem;padding:30px 0;}}.c-teaser-listing__wrapper:hover,.c-teaser-listing__wrapper:focus{text-decoration:none;}@media (min-width:767px){.c-teaser-listing__wrapper:hover:before,.c-teaser-listing__wrapper:focus:before{width:100%;}}.c-teaser-listing__wrapper:hover .c-teaser-listing__title span,.c-teaser-listing__wrapper:focus .c-teaser-listing__title span{background-size:100% 100%;}.c-teaser-listing__wrapper .o-icon{-ms-flex-negative:0;flex-shrink:0;}.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}@media all and (min-width:767px){.c-teaser-listing__wrapper p{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser-listing__wrapper p{font-size:0.9rem;line-height:1.5;}}.c-teaser-listing__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;}.c-teaser-listing__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-listing__title:hover,.c-teaser-listing__title:focus{text-decoration:none;}.c-teaser-listing__title:hover > span:not(.visually-hidden),.c-teaser-listing__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-listing__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-teaser-listing__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-listing__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-teaser-listing__title{margin-bottom:5px;}}.c-teaser-listing__date{margin-bottom:10px;}.c-teaser-listing__desc{margin-bottom:5px;}@media (min-width:767px){.c-teaser-listing__2-col-l{padding-left:1.66667rem;width:75%;}}@media (min-width:1024px){.c-teaser-listing__2-col-l{width:80%;padding-left:2.22222rem;}}.c-teaser-listing__w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-teaser-listing__w-icon .c-teaser-listing__title{margin-left:10px;}@media (min-width:767px){.c-teaser-listing__2-col-s{padding-left:1.66667rem;width:25%;}}@media (min-width:1024px){.c-teaser-listing__2-col-s{width:20%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-s{width:30%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-s{width:25%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-l{width:40%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-l{width:50%;padding-left:2.22222rem;}}.o-date{display:block;font-weight:bold;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.o-date{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.o-date{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.o-date{font-size:0.8rem;line-height:1.2;}}.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.9rem;line-height:1.4;}}.c-teaser-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:10px;}@media (min-width:767px){.c-teaser-icon{padding:0;}}.c-teaser-icon:hover,.c-teaser-icon:focus{text-decoration:none;}.c-teaser-icon:hover .c-teaser-icon__title span,.c-teaser-icon:focus .c-teaser-icon__title span{background-size:100% 100%;}.c-teaser-icon__icon{max-width:5rem;margin-right:1rem;}.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-icon__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-icon__title{font-size:1.1rem;line-height:1.4;}}.c-teaser-icon__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-icon__title:hover,.c-teaser-icon__title:focus{text-decoration:none;}.c-teaser-icon__title:hover > span:not(.visually-hidden),.c-teaser-icon__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-icon__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-translate-block{top:0;padding:20px;color:#003057;}@media (min-width:767px){.c-translate-block{margin-right:-15px;color:#FFFFFF;background-color:transparent;width:auto;padding:0;}}.c-translate-block:before{right:90px;}.c-translate-block__items{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;color:currentColor;padding:10px 0;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-translate-block__items a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-translate-block__items a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-translate-block__items a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:20px 15px;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}@media (min-width:767px){.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-translate-block__items a.is-active span{background-size:100% 100%;}.c-translate-block__items li{-ms-flex-preferred-size:50%;flex-basis:50%;}.c-translate-block__items li:last-child{border-left:1px solid #25B2D3;padding-left:20px;}@media (min-width:767px){.c-translate-block__items li{-ms-flex-preferred-size:auto;flex-basis:auto;}.c-translate-block__items li:last-child{border-left:0;padding-left:0;}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance @@ -16,7 +16,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator - .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-wysiwyg{}.c-wysiwyg blockquote{font-size:1.38rem;line-height:1.4;margin:1rem 0;font-weight:600;padding-left:20px;}@media all and (min-width:767px){.c-wysiwyg blockquote{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-wysiwyg blockquote{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-wysiwyg blockquote{font-size:1.3rem;line-height:1.4;}}.c-wysiwyg a:not([class]){text-decoration:underline;display:inline-block;}.c-wysiwyg a:not([class]):hover,.c-wysiwyg a:not([class]):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link) > .o-external-link-content{text-decoration:underline;}.c-wysiwyg .o-external-link:not(.button-link):hover,.c-wysiwyg .o-external-link:not(.button-link):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link):hover > .o-external-link-content,.c-wysiwyg .o-external-link:not(.button-link):focus > .o-external-link-content{text-decoration:none;}.c-wysiwyg li{margin:0 0 0.5em;}.c-wysiwyg .button-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1em;}.c-wysiwyg .button-link:first-child{margin-top:0;}.c-wysiwyg .button-link:last-child{margin-bottom:0;}.c-wysiwyg h2,.c-wysiwyg h3,.c-wysiwyg h4,.c-wysiwyg h5,.c-wysiwyg h6{margin-bottom:0.5em;}.c-wysiwyg h2:not(:first-child),.c-wysiwyg h3:not(:first-child),.c-wysiwyg h4:not(:first-child),.c-wysiwyg h5:not(:first-child),.c-wysiwyg h6:not(:first-child){margin-top:1em;}.c-wysiwyg-table{margin:1.875rem 0;}.c-wysiwyg-table th{background-color:#003057;color:#FFFFFF;}.c-wysiwyg-table td{background-color:#e5f4f8;color:#003057;}.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;border:1px solid #FFFFFF;margin:0;padding:20px;text-align:left;min-width:250px;max-width:500px;}@media all and (min-width:767px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table table{border-collapse:collapse;width:100% !important;}.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;text-align:left;margin-bottom:10px;}@media all and (min-width:767px){.c-wysiwyg-table caption{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table caption{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table .simplebar-track.horizontal{background-color:#e5f4f8;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;height:40px;padding:10px;overflow:hidden;position:relative;}.c-wysiwyg-table .horizontal.simplebar-track .simplebar-scrollbar{background-color:#003057;top:50%;margin-top:-3px;}.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}@media (min-width:480px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}}@media (max-width:766px){.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{padding-bottom:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-horizontal{background-color:#003057;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal{height:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal::before{content:"";left:20px;right:20px;position:absolute;height:8px;top:26px;background-color:rgba(255,255,255,0.2);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:8px;top:26px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-scrollbar::before{background-color:#25B2D3;border-radius:0;opacity:1;left:20px;right:20px;}}@media (min-width:767px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{width:100%;}}.c-resources-country-filter__list{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-weight:bolder;list-style:none;padding:0;}@media (min-width:480px){.c-resources-country-filter__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-resources-country-filter__list .form-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:0;height:100%;}.c-resources-country-filter__list .form-item .underline{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-country-filter__list .form-item:hover,.c-resources-country-filter__list .form-item:focus{text-decoration:none;}.c-resources-country-filter__list .form-item:hover .underline,.c-resources-country-filter__list .form-item:focus .underline{background-size:100% 100%;}.c-resources-country-filter__list .form-item.is-active .underline{position:relative;width:calc(100%);background-size:100% 100%;}.c-resources-country-filter__list .form-item .underline{width:auto;}.c-resources-country-filter__item{-webkit-box-flex:1;-ms-flex:1;flex:1;}.c-resources-country-filter__item .form-item-country .option{font-size:1.25rem;line-height:1.4;border-bottom:1px solid #B5FF2B;padding-top:16px;padding-bottom:16px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;}@media all and (min-width:767px){.c-resources-country-filter__item .form-item-country .option{font-size:1.66667rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-country-filter__item .form-item-country .option{font-size:1.5rem;line-height:1.4;}}@media (min-width:480px){.c-resources-country-filter__item .form-item-country .option{padding-top:0;padding-bottom:24px;}}.c-resources-country-filter__item .form-item-country input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-resources-country-filter__item .form-item-country input:checked + label{padding-bottom:15px;border-bottom-width:10px;}.paragraph--type--slice-learning-resources .form-submit{display:none;}.c-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:auto;background-color:rgba(0,48,87,0.8);}.c-modal__wrapper{display:table;width:100%;height:100%;}.c-modal__content{display:table-cell;padding:20px 0;width:100%;height:100%;vertical-align:middle;text-align:center;}.c-modal__container{display:inline-block;width:calc(100% - 3rem);max-width:768px;text-align:left;}.c-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;background-color:#088488;color:#FFFFFF;}.c-modal__title{margin:0;}.c-modal__close{padding:0;margin-left:auto;background-color:transparent;}.c-modal__close svg{width:35px;height:35px;fill:#FFFFFF;}.c-modal__body{padding:30px;background-color:#FFFFFF;}.c-modal__body > :last-child{margin-bottom:0;}@media (min-width:767px){.c-modal__body{overflow-y:auto;max-height:600px;}.c-modal__body::-webkit-scrollbar{padding:5px;background-color:#f5f5f5;width:10px;}.c-modal__body::-webkit-scrollbar-thumb{border-radius:15px;background-color:#003057;}}.c-modal--alert .c-modal__header,.c-modal--alert .c-modal__body{background-color:#9E0055;color:#FFFFFF;}.c-modal--alert .c-modal__title{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){.c-modal--alert .c-modal__title{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-modal--alert .c-modal__title{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-modal--alert .c-modal__title{font-size:2.3rem;line-height:1.4;}}.c-modal--alert .c-modal__body{padding-top:0;}.c-modal__list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-left:-15px;margin-bottom:15px;}.c-modal__list-container .c-modal__list{list-style:none;padding-left:15px;margin-bottom:0;}.c-modal__list--2-col{width:100%;-webkit-columns:2;columns:2;}.c-modal--campaign{overflow:hidden;}.c-modal--campaign .c-modal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;margin:auto;}.c-modal--campaign .c-modal__container{width:100%;max-width:700px;margin:10px auto;}@media (min-width:1280px){.c-modal--campaign .c-modal__container{max-width:1000px;margin:100px auto;}}@media (min-width:1400px){.c-modal--campaign .c-modal__container{max-width:1150px;}}.c-modal--campaign .c-modal__body{position:relative;padding:30px 20px;background:#FEC2DB;font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body{font-size:0.9rem;}}.c-modal--campaign .c-modal__body h2{font-size:2rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body h2{font-size:2.5rem;}}@media (min-width:767px){.c-modal--campaign .c-modal__body h2{margin-bottom:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__body{overflow-y:visible;max-height:none;padding:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__body{padding:50px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__content-cta-wrapper{width:65%;}}@media (min-width:1400px){.c-modal--campaign .c-modal__content-cta-wrapper{width:62.5%;}}.c-modal--campaign .c-modal__img{opacity:0;position:relative;margin-top:-55px;margin-bottom:-10px;max-width:375px;margin-left:auto;margin-right:auto;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}.c-modal--campaign .c-modal__img::before{content:'';display:block;padding-bottom:100%;}.c-modal--campaign .c-modal__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}@media (min-width:1280px){.c-modal--campaign .c-modal__img{width:500px;max-width:none;margin:0;position:absolute;top:50%;right:0;-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);-ms-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@media (min-width:1400px){.c-modal--campaign .c-modal__img{width:550px;-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);-ms-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-modal--campaign .c-modal__img.c-modal__img--animation-finished{opacity:1;}.c-modal--campaign .c-modal__img.c-modal__img--animation{opacity:1;-webkit-animation-name:imageAnimationMobile;animation-name:imageAnimationMobile;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.76,0,0.24,1);animation-timing-function:cubic-bezier(0.76,0,0.24,1);}@media (min-width:1280px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimation1280;animation-name:imageAnimation1280;}}@media (min-width:1400px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimationHuge;animation-name:imageAnimationHuge;}}.c-modal--campaign .c-modal__ctas{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:15px;}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:0;margin-left:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__ctas{margin-top:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}@-webkit-keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters + .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-process-tool--pull-content{}.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--gutter:2.5rem;}}.c-process-tool-placeholder{height:400px;background-color:#003057;}.c-process-tool{background-color:#003057;color:#FFFFFF;}.c-process-tool h1,.c-process-tool h2,.c-process-tool h3,.c-process-tool h4,.c-process-tool h5,.c-process-tool h6,.c-process-tool .o-type-h1,.c-process-tool .o-type-h2,.c-process-tool .o-type-h3,.c-process-tool .o-type-h4,.c-process-tool .o-type-h5,.c-process-tool .o-type-h6{margin:0 0 0.5em;}.c-process-tool h1:only-child,.c-process-tool h2:only-child,.c-process-tool h3:only-child,.c-process-tool h4:only-child,.c-process-tool h5:only-child,.c-process-tool h6:only-child,.c-process-tool .o-type-h1:only-child,.c-process-tool .o-type-h2:only-child,.c-process-tool .o-type-h3:only-child,.c-process-tool .o-type-h4:only-child,.c-process-tool .o-type-h5:only-child,.c-process-tool .o-type-h6:only-child{margin-bottom:0;}.c-process-tool__landing{height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-process-tool__landing{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-process-tool__landing-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-process-tool__landing-content-inner{padding:20px;width:100%;}@media (min-width:1024px){.c-process-tool__landing-content-inner{padding:50px;}}.c-process-tool__landing-image-container{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;}.c-process-tool__landing-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.c-process-tool__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;}.c-process-tool__question-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;}@media (min-width:1024px){.c-process-tool__question-content-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-process-tool__question-content{overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-top:auto;margin-bottom:auto;}@media (min-width:1024px){.c-process-tool__question-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:0;margin-bottom:0;}}.c-process-tool__question-content-inner{width:100%;margin-top:auto;margin-bottom:auto;padding:40px 20px;}@media (min-width:1024px){.c-process-tool__question-content-inner{padding:50px;}}.c-process-tool__question-content--list .c-process-tool__question-content-inner{padding-left:20px;}.c-process-tool__question-content-label{margin-bottom:0;}.c-process-tool__question-content--list{background-color:#e5f4f8;color:#003057;position:relative;}.c-process-tool__question-content--list::before{content:"";width:0;height:0;position:-webkit-sticky;position:sticky;border:25px solid transparent;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-bottom-width:0;border-top-color:#003057;}@media (min-width:1024px){.c-process-tool__question-content--list::before{left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:25px solid transparent;border-right-width:0;border-left-color:#003057;}}.c-process-tool__question-content--list:first-child::before{display:none;}.c-process-tool__question-list{margin:0;padding:0;list-style:none;}.c-process-tool__question-list li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1em;font-weight:bold;}.c-process-tool__question-list li:last-child{margin-bottom:0;}.c-process-tool__question-list li::before{content:"";background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-process-list-item.svg");width:25px;height:25px;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:1em;}.c-process-tool__controls{background-color:#25B2D3;padding:20px;}@media (min-width:1024px){.c-process-tool__controls{padding:35px 50px;}}.c-process-tool__buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-20px;}.c-process-tool__button{margin-left:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;}@media (min-width:1024px){.c-process-tool__button{-ms-flex-preferred-size:auto;flex-basis:auto;min-width:150px;}}.c-process-tool__button:first-child{margin-right:auto;}@media (min-width:1024px){.c-process-tool__button:first-child{margin-right:0;}}.c-process-tool__button span{text-shadow:none;}.c-process-tool__button--back{background-color:#FFFFFF;}.c-process-tool__button--reset{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:30px;right:20px;color:#FFFFFF;}.c-process-tool__button--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #25B2D3,-1px 0 0 #25B2D3;}@media (min-width:767px){.c-process-tool__button--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-process-tool__button--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #25B2D3,-1px 2px 0 #25B2D3;}}.c-process-tool__button--reset:hover,.c-process-tool__button--reset:focus{text-decoration:none;}.c-process-tool__button--reset:hover > span:not(.visually-hidden),.c-process-tool__button--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-process-tool__button--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:1024px){.c-process-tool__button--reset{color:#003057;position:static;margin-right:auto;min-width:0;}}.c-process-tool__button-icon{display:none;}@media (min-width:1024px){.c-process-tool__button-icon{display:block;}}.c-wysiwyg{}.c-wysiwyg blockquote{font-size:1.38rem;line-height:1.4;margin:1rem 0;font-weight:600;padding-left:20px;}@media all and (min-width:767px){.c-wysiwyg blockquote{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-wysiwyg blockquote{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-wysiwyg blockquote{font-size:1.3rem;line-height:1.4;}}.c-wysiwyg a:not([class]){text-decoration:underline;display:inline-block;}.c-wysiwyg a:not([class]):hover,.c-wysiwyg a:not([class]):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link) > .o-external-link-content{text-decoration:underline;}.c-wysiwyg .o-external-link:not(.button-link):hover,.c-wysiwyg .o-external-link:not(.button-link):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link):hover > .o-external-link-content,.c-wysiwyg .o-external-link:not(.button-link):focus > .o-external-link-content{text-decoration:none;}.c-wysiwyg li{margin:0 0 0.5em;}.c-wysiwyg .button-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1em;}.c-wysiwyg .button-link:first-child{margin-top:0;}.c-wysiwyg .button-link:last-child{margin-bottom:0;}.c-wysiwyg h2,.c-wysiwyg h3,.c-wysiwyg h4,.c-wysiwyg h5,.c-wysiwyg h6{margin-bottom:0.5em;}.c-wysiwyg h2:not(:first-child),.c-wysiwyg h3:not(:first-child),.c-wysiwyg h4:not(:first-child),.c-wysiwyg h5:not(:first-child),.c-wysiwyg h6:not(:first-child){margin-top:1em;}.c-wysiwyg-table{margin:1.875rem 0;}.c-wysiwyg-table th{background-color:#003057;color:#FFFFFF;}.c-wysiwyg-table td{background-color:#e5f4f8;color:#003057;}.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;border:1px solid #FFFFFF;margin:0;padding:20px;text-align:left;min-width:250px;max-width:500px;}@media all and (min-width:767px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table table{border-collapse:collapse;width:100% !important;}.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;text-align:left;margin-bottom:10px;}@media all and (min-width:767px){.c-wysiwyg-table caption{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table caption{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table .simplebar-track.horizontal{background-color:#e5f4f8;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;height:40px;padding:10px;overflow:hidden;position:relative;}.c-wysiwyg-table .horizontal.simplebar-track .simplebar-scrollbar{background-color:#003057;top:50%;margin-top:-3px;}.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}@media (min-width:480px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}}@media (max-width:766px){.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{padding-bottom:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-horizontal{background-color:#003057;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal{height:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal::before{content:"";left:20px;right:20px;position:absolute;height:8px;top:26px;background-color:rgba(255,255,255,0.2);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:8px;top:26px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-scrollbar::before{background-color:#25B2D3;border-radius:0;opacity:1;left:20px;right:20px;}}@media (min-width:767px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{width:100%;}}.c-resources-country-filter__list{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-weight:bolder;list-style:none;padding:0;}@media (min-width:480px){.c-resources-country-filter__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-resources-country-filter__list .form-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:0;height:100%;}.c-resources-country-filter__list .form-item .underline{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-country-filter__list .form-item:hover,.c-resources-country-filter__list .form-item:focus{text-decoration:none;}.c-resources-country-filter__list .form-item:hover .underline,.c-resources-country-filter__list .form-item:focus .underline{background-size:100% 100%;}.c-resources-country-filter__list .form-item.is-active .underline{position:relative;width:calc(100%);background-size:100% 100%;}.c-resources-country-filter__list .form-item .underline{width:auto;}.c-resources-country-filter__item{-webkit-box-flex:1;-ms-flex:1;flex:1;}.c-resources-country-filter__item .form-item-country .option{font-size:1.25rem;line-height:1.4;border-bottom:1px solid #B5FF2B;padding-top:16px;padding-bottom:16px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;}@media all and (min-width:767px){.c-resources-country-filter__item .form-item-country .option{font-size:1.66667rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-country-filter__item .form-item-country .option{font-size:1.5rem;line-height:1.4;}}@media (min-width:480px){.c-resources-country-filter__item .form-item-country .option{padding-top:0;padding-bottom:24px;}}.c-resources-country-filter__item .form-item-country input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-resources-country-filter__item .form-item-country input:checked + label{padding-bottom:15px;border-bottom-width:10px;}.paragraph--type--slice-learning-resources .form-submit{display:none;}.c-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:auto;background-color:rgba(0,48,87,0.8);}.c-modal__wrapper{display:table;width:100%;height:100%;}.c-modal__content{display:table-cell;padding:20px 0;width:100%;height:100%;vertical-align:middle;text-align:center;}.c-modal__container{display:inline-block;width:calc(100% - 3rem);max-width:768px;text-align:left;}.c-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;background-color:#088488;color:#FFFFFF;}.c-modal__title{margin:0;}.c-modal__close{padding:0;margin-left:auto;background-color:transparent;}.c-modal__close svg{width:35px;height:35px;fill:#FFFFFF;}.c-modal__body{padding:30px;background-color:#FFFFFF;}.c-modal__body > :last-child{margin-bottom:0;}@media (min-width:767px){.c-modal__body{overflow-y:auto;max-height:600px;}.c-modal__body::-webkit-scrollbar{padding:5px;background-color:#f5f5f5;width:10px;}.c-modal__body::-webkit-scrollbar-thumb{border-radius:15px;background-color:#003057;}}.c-modal--alert .c-modal__header,.c-modal--alert .c-modal__body{background-color:#9E0055;color:#FFFFFF;}.c-modal--alert .c-modal__title{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){.c-modal--alert .c-modal__title{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-modal--alert .c-modal__title{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-modal--alert .c-modal__title{font-size:2.3rem;line-height:1.4;}}.c-modal--alert .c-modal__body{padding-top:0;}.c-modal__list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-left:-15px;margin-bottom:15px;}.c-modal__list-container .c-modal__list{list-style:none;padding-left:15px;margin-bottom:0;}.c-modal__list--2-col{width:100%;-webkit-columns:2;columns:2;}.c-modal--campaign{overflow:hidden;}.c-modal--campaign .c-modal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;margin:auto;}.c-modal--campaign .c-modal__container{width:100%;max-width:700px;margin:10px auto;}@media (min-width:1280px){.c-modal--campaign .c-modal__container{max-width:1000px;margin:100px auto;}}@media (min-width:1400px){.c-modal--campaign .c-modal__container{max-width:1150px;}}.c-modal--campaign .c-modal__body{position:relative;padding:30px 20px;background:#FEC2DB;font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body{font-size:0.9rem;}}.c-modal--campaign .c-modal__body h2{font-size:2rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body h2{font-size:2.5rem;}}@media (min-width:767px){.c-modal--campaign .c-modal__body h2{margin-bottom:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__body{overflow-y:visible;max-height:none;padding:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__body{padding:50px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__content-cta-wrapper{width:65%;}}@media (min-width:1400px){.c-modal--campaign .c-modal__content-cta-wrapper{width:62.5%;}}.c-modal--campaign .c-modal__img{opacity:0;position:relative;margin-top:-55px;margin-bottom:-10px;max-width:375px;margin-left:auto;margin-right:auto;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}.c-modal--campaign .c-modal__img::before{content:'';display:block;padding-bottom:100%;}.c-modal--campaign .c-modal__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}@media (min-width:1280px){.c-modal--campaign .c-modal__img{width:500px;max-width:none;margin:0;position:absolute;top:50%;right:0;-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);-ms-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@media (min-width:1400px){.c-modal--campaign .c-modal__img{width:550px;-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);-ms-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-modal--campaign .c-modal__img.c-modal__img--animation-finished{opacity:1;}.c-modal--campaign .c-modal__img.c-modal__img--animation{opacity:1;-webkit-animation-name:imageAnimationMobile;animation-name:imageAnimationMobile;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.76,0,0.24,1);animation-timing-function:cubic-bezier(0.76,0,0.24,1);}@media (min-width:1280px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimation1280;animation-name:imageAnimation1280;}}@media (min-width:1400px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimationHuge;animation-name:imageAnimationHuge;}}.c-modal--campaign .c-modal__ctas{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:15px;}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:0;margin-left:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__ctas{margin-top:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}@-webkit-keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance @@ -34,5 +34,5 @@ html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator - .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-parallax-image{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);height:300px;overflow:hidden;}@media (min-width:767px){.c-parallax-image{height:400px;}}.c-parallax-image img{height:600px;-o-object-fit:cover;object-fit:cover;}.c-quiz-container{-webkit-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;overflow:hidden;text-align:center;position:relative;}.c-quiz-container::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.1;background-image:url("https://www.electoralcommission.org.uk/themes/custom/electoralcommission/dist/img/raster/learning-resources-text-wall.png");background-position:center;}.c-quiz-container__inner{position:relative;padding:50px 8.33333%;background-repeat:no-repeat;background-position:center bottom;background-size:100%;}@media (min-width:767px){.c-quiz-container__inner{padding:100px 8.33333%;}}@media (min-width:1024px){.c-quiz-container__inner{padding:160px 8.33333%;}}.c-quiz{background-color:#323131;color:#FFFFFF;}.c-quiz__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-size:1.875rem;line-height:1.4;font-weight:800;text-align:center;margin-bottom:0.5em;}@media all and (min-width:767px){.c-quiz__title{font-size:1.66667rem;line-height:1.4;}}.c-quiz__subtitle{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quiz__subtitle{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}.c-quiz__component-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}.c-quiz__component{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;}.c-quiz__heading{font-size:2.5rem;line-height:1.4;font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:800;color:#FF8BFF;text-transform:none;text-align:center;margin-bottom:0.33em;}@media all and (min-width:767px){.c-quiz__heading{font-size:2.778rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quiz__heading{font-size:3rem;line-height:1.4;}}.c-quiz__title--left{text-align:left;}.c-quiz__lazyload-img-container{position:relative;}.c-quiz__lazyload-img{position:absolute;top:0;left:0;width:100%;height:100%;}.c-quiz__inline-buttons{margin-bottom:20px;list-style:none;padding-left:0;margin-left:-1.25rem;margin-top:-1.25rem;margin-bottom:0;width:100%;}@media (min-width:767px){.c-quiz__inline-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.66667rem;margin-top:-1.66667rem;height:100%;}}@media (min-width:1024px){.c-quiz__inline-buttons{margin-left:-2.22222rem;margin-top:-2.22222rem;padding:0 10%;}}@media (min-width:1400px){.c-quiz__inline-buttons{margin-left:-2.5rem;margin-top:-2.5rem;}}.c-quiz__inline-buttons--results{margin-bottom:50px;}.c-quiz__question-button-container{padding-left:1.25rem;padding-top:1.25rem;}@media (min-width:767px){.c-quiz__question-button-container{padding-left:1.66667rem;padding-top:1.66667rem;width:50%;}}@media (min-width:1024px){.c-quiz__question-button-container{padding-left:2.22222rem;padding-top:2.22222rem;}}@media (min-width:1400px){.c-quiz__question-button-container{padding-left:2.5rem;padding-top:2.5rem;}}.c-quiz__button{cursor:pointer;width:100%;text-transform:none;text-align:center;padding:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;position:relative;background-color:#B5FF2B;color:#000000;}.c-quiz__button:hover,.c-quiz__button:focus{text-decoration:none;background-color:#9ad925;}.c-quiz__button:last-child{margin-bottom:0;}.c-quiz__button--results{margin-bottom:20px;}@media (min-width:767px){.c-quiz__button--results{width:33.33333%;}}.c-quiz__button--back{background-color:#FF8BFF;}.c-quiz__button--back:hover,.c-quiz__button--back:focus{background-color:#cc6fcc;}@media (min-width:1024px){.c-quiz__button--next{width:auto;}}.c-quiz__results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.c-quiz__results-image{width:100%;margin-bottom:20px;}@media (min-width:767px){.c-quiz__results-image{max-width:450px;}}@media (min-width:1024px){.c-quiz__results-image{margin-bottom:20px;}}.c-quiz__results-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}@media (min-width:1024px){.c-quiz__results-share-container{margin-bottom:20px;}}.c-quiz__results-share-container .c-quiz__title{margin-bottom:0;}.c-quiz__results-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;}.c-quiz__results-share-label{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__results-share-label{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}.c-quiz__results-share-item{margin-left:20px;}@media (min-width:1024px){.c-quiz__results-share-item{margin-left:20px;}}.c-quiz__results-share-link{display:block;-webkit-transition:color 0.3s ease 0s;-o-transition:color 0.3s ease 0s;transition:color 0.3s ease 0s;}.c-quiz__results-share-link:hover .o-icon,.c-quiz__results-share-link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-quiz__results-share-link .o-icon{display:block;width:30px;height:30px;fill:#B5FF2B;}.c-quiz__answers-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;counter-reset:answers-list;margin-top:-20px;margin-bottom:40px;}@media (min-width:767px){.c-quiz__answers-list{margin-left:-1.66667rem;margin-top:-30px;}}@media (min-width:1024px){.c-quiz__answers-list{margin-left:-2.22222rem;margin-bottom:50px;}}@media (min-width:1400px){.c-quiz__answers-list{margin-left:-2.5rem;margin-bottom:70px;}}.c-quiz__answer{counter-increment:answers-list;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;}@media (min-width:767px){.c-quiz__answer{width:50%;padding-left:1.66667rem;padding-top:30px;}}@media (min-width:1024px){.c-quiz__answer{padding-left:2.22222rem;}}@media (min-width:1400px){.c-quiz__answer{padding-left:2.5rem;}}.c-quiz__answer::before{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";border-radius:50%;background-color:#ED1D24;color:#000000;width:36px;height:36px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:20px;font-weight:900;content:counter(answers-list);}.c-quiz__answer--correct::before{background-color:#B5FF2B;}.c-quiz__answer-question{margin-bottom:0.5em;}.c-quiz__answer-answer{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__answer-answer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}.slide-next-enter,.slide-next-leave,.slide-prev-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.slide-next-enter-to,.slide-next-leave-to{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}.slide-prev-enter,.slide-prev-leave-to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}.slide-prev-enter-to{-webkit-animation:enter-prev 0.3s ease-in-out;animation:enter-prev 0.3s ease-in-out;}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@-webkit-keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@media (prefers-reduced-motion){.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:none;-o-transition:none;transition:none;-webkit-animation:none;animation:none;}}.c-link-hub{margin:30px 0 0 0;}.c-link-hub__link{border-radius:2rem;border:3px solid #d0d0d0;background-image:-webkit-gradient(linear,left top,left bottom,from(#003057),to(#003057));background-image:-o-linear-gradient(top,#003057,#003057);background-image:linear-gradient(to bottom,#003057,#003057);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#FFFFFF;padding:2rem 1rem;text-align:center;margin-bottom:1rem;font-size:1.38rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-link-hub__link{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-link-hub__link{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-link-hub__link{font-size:1.3rem;line-height:1.4;}}.c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-link-hub__link > span span{text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-link-hub__link:hover,.c-link-hub__link:focus{text-decoration:none;}.c-link-hub__link:hover > span span,.c-link-hub__link:focus > span span{background-size:100% 100%;}.c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-link-hub__link{margin-bottom:0;min-height:12rem;}}.c-link-hub__link:after{content:"";display:block;position:absolute;border:2px solid rgba(255,255,255,0.7);top:0.35rem;right:0.35rem;bottom:0.35rem;left:0.35rem;border-radius:1.7rem;mix-blend-mode:overlay;z-index:0;}.c-location-bar{color:#FFFFFF;overflow:hidden;margin:1.875rem 0;}.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:20px;}@media (min-width:767px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:30px;}}@media (min-width:1024px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:40px;}}.c-location-bar__status{background-color:#705191;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.c-location-bar__status{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}}[data-js-location-actions]{display:none;}.c-location-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#573f70;}@media (min-width:767px){.c-location-bar__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.c-location-bar__actions button{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0.5rem 0;}@media (min-width:767px){.c-location-bar__actions button{margin:0 0.5rem;}}.c-location-bar__actions button:first-child{margin-left:0;}.c-location-bar__actions button:last-child{margin-right:0;}.c-location-bar__icon{margin-right:1rem;}.c-location-bar__status-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;}.c-location-bar__change-button{margin:1rem 0 0 calc(1.25rem + 1rem);text-decoration:underline;border:0;background:none;color:currentColor;outline:none;}@media (min-width:767px){.c-location-bar__change-button{padding-left:1rem;margin:0 0 0 1rem;border-left:2px solid #FFFFFF;}}.c-location-bar__change-button:hover,.c-location-bar__change-button:focus{text-decoration:none;}.c-location-bar__popup{display:none;background-color:#573f70;color:#FFFFFF;margin-top:1.5rem;position:absolute;z-index:10;padding-right:4rem;}@media (min-width:1024px){.c-location-bar__popup{max-width:40%;}}@media (min-width:1400px){.c-location-bar__popup{max-width:35%;}}.c-location-bar__popup:before{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #573f70;position:absolute;top:-16px;left:40px;}.c-location-bar__close{background-color:transparent;padding:0;color:#FFFFFF;position:absolute;top:20px;right:20px;outline:none;}@media (min-width:767px){.c-location-bar__close{top:30px;right:30px;}}@media (min-width:1024px){.c-location-bar__close{top:40px;right:40px;}}.c-location-bar__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-location-bar__close:hover .o-icon,.c-location-bar__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.pdf-puppeteer .c-nav-jumplink-container,.pdf-puppeteer .c-header,.pdf-puppeteer .c-social,.pdf-puppeteer .c-footer,.pdf-puppeteer .c-accordion__icon,.pdf-puppeteer .c-parallax-image,.pdf-puppeteer .o-back-to-top{display:none;}.pdf-puppeteer .c-accordion__content{display:block;}.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:1.875rem 20px;}@media (min-width:480px){.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:2.77778rem 20px;}}.pdf-puppeteer .o-slice--dark .o-slice__padding,.pdf-puppeteer .c-quote-container .o-slice__padding{margin:0;}.pdf-puppeteer .c-wysiwyg-table table{width:100%;table-layout:fixed;}.pdf-puppeteer #ccc,.pdf-puppeteer #ccc-overlay,.pdf-puppeteer #ccc-notify{display:none;}.c-alert{display:none;background-color:rgba(0,0,0,0.8);color:#FFFFFF;position:relative;}.c-alert--critical{background-color:#000000;}.c-alert--polite{background-color:rgba(0,0,0,0.6);}.c-alert__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 4rem 1rem 0;}@media (min-width:767px){.c-alert__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0;}}@media (min-width:767px){.c-alert__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.c-alert__content P:last-child{margin-bottom:0;}.c-alert__content P:last-of-type{display:inline;}.c-alert__content a{display:inline-block;text-decoration:underline;}@media (min-width:767px){.c-alert__content a{margin-top:0;}}.c-alert__content a:hover,.c-alert__content a:focus{text-decoration:none;}.c-alert__content a:after{display:none;}.c-alert__cta{margin-top:1rem;}@media (min-width:767px){.c-alert__cta{margin-top:0;margin-left:2rem;-ms-flex-negative:0;flex-shrink:0;}}@media (min-width:1024px){.c-alert__cta{margin-left:2.5rem;}}.c-alert__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}@media (min-width:767px){.c-alert__controls{margin-left:1.75rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}@media (min-width:1024px){.c-alert__controls{margin-left:2.5rem;}}.c-alert__close{position:absolute;top:1rem;right:20px;background:none;padding:0;border:0;color:#FFFFFF;}@media (min-width:767px){.c-alert__close{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-alert__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-alert__close:hover .o-icon,.c-alert__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-campaign{position:relative;padding:30px 20px;background:#FEC2DB;color:#003057;margin-left:-20px;margin-right:-20px;margin-top:5rem;margin-bottom:5rem;}@media (min-width:767px){.c-campaign{margin-left:0;margin-right:0;padding:30px;}}@media (min-width:1024px){.c-campaign{padding:2.44444rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1400px){.c-campaign{padding:2.5rem;}}.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.5rem;}}.c-campaign__title{margin-bottom:1rem;}@media (min-width:1024px){.c-campaign__title{margin-bottom:1.5rem;}}.c-campaign__content{font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-campaign__content{font-size:0.9rem;}}@media (min-width:1024px){.c-campaign__content{max-width:60%;padding-right:20px;}}.c-campaign__footer{margin-top:15px;width:100%;}@media (min-width:767px){.c-campaign__footer{margin-top:30px;}}.c-campaign__footer a{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:767px){.c-campaign__footer a{width:auto;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;}}.c-campaign__img{position:relative;margin-top:-40px;width:100%;max-width:400px;margin-left:auto;margin-right:auto;}.c-campaign__img::before{content:'';display:block;padding-bottom:90%;}.c-campaign__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;}@media (min-width:1024px){.c-campaign__img{width:45%;max-width:450px;margin-right:-80px;margin-top:-75px;margin-bottom:-120px;}}@media (min-width:1400px){.c-campaign__img{width:40%;max-width:500px;margin-right:-80px;margin-bottom:-140px;}} -.c-social .o-external-link::after {display: none} \ No newline at end of file + .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-parallax-image{width:100vw;position:relative;left:50%;margin-left:-50vw;overflow:hidden;height:300px;}@media (min-width:767px){.c-parallax-image{height:400px;}}@media (min-width:767px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 0.83333rem);}}@media (min-width:1024px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 1.11111rem);}}@media (min-width:1400px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 1.25rem);}}.c-parallax-image img{height:600px;-o-object-fit:cover;object-fit:cover;}.c-quiz-container{-webkit-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;overflow:hidden;text-align:center;position:relative;}.c-quiz-container::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.1;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/raster/learning-resources-text-wall.png");background-position:center;}.c-quiz-container__inner{position:relative;padding:50px 8.33333%;background-repeat:no-repeat;background-position:center bottom;background-size:100%;}@media (min-width:767px){.c-quiz-container__inner{padding:100px 8.33333%;}}@media (min-width:1024px){.c-quiz-container__inner{padding:160px 8.33333%;}}.c-quiz{background-color:#323131;color:#FFFFFF;}.c-quiz__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-size:1.875rem;line-height:1.4;font-weight:800;text-align:center;margin-bottom:0.5em;}@media all and (min-width:767px){.c-quiz__title{font-size:1.66667rem;line-height:1.4;}}.c-quiz__subtitle{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quiz__subtitle{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}.c-quiz__component-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}.c-quiz__component{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;}.c-quiz__heading{font-size:2.5rem;line-height:1.4;font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:800;color:#FF8BFF;text-transform:none;text-align:center;margin-bottom:0.33em;}@media all and (min-width:767px){.c-quiz__heading{font-size:2.778rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quiz__heading{font-size:3rem;line-height:1.4;}}.c-quiz__title--left{text-align:left;}.c-quiz__lazyload-img-container{position:relative;}.c-quiz__lazyload-img{position:absolute;top:0;left:0;width:100%;height:100%;}.c-quiz__inline-buttons{list-style:none;padding-left:0;margin-left:-1.25rem;margin-top:-1.25rem;margin-bottom:0;width:100%;}@media (min-width:767px){.c-quiz__inline-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.66667rem;margin-top:-1.66667rem;height:100%;}}@media (min-width:1024px){.c-quiz__inline-buttons{margin-left:-2.22222rem;margin-top:-2.22222rem;padding:0 10%;}}@media (min-width:1400px){.c-quiz__inline-buttons{margin-left:-2.5rem;margin-top:-2.5rem;}}.c-quiz__inline-buttons--results{margin-bottom:50px;}.c-quiz__question-button-container{padding-left:1.25rem;padding-top:1.25rem;}@media (min-width:767px){.c-quiz__question-button-container{padding-left:1.66667rem;padding-top:1.66667rem;width:50%;}}@media (min-width:1024px){.c-quiz__question-button-container{padding-left:2.22222rem;padding-top:2.22222rem;}}@media (min-width:1400px){.c-quiz__question-button-container{padding-left:2.5rem;padding-top:2.5rem;}}.c-quiz__button{cursor:pointer;width:100%;text-transform:none;text-align:center;padding:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;position:relative;background-color:#B5FF2B;color:#000000;}.c-quiz__button:hover,.c-quiz__button:focus{text-decoration:none;background-color:#9ad925;}.c-quiz__button:last-child{margin-bottom:0;}.c-quiz__button--results{margin-bottom:20px;}@media (min-width:767px){.c-quiz__button--results{width:33.33333%;}}.c-quiz__button--back{background-color:#FF8BFF;}.c-quiz__button--back:hover,.c-quiz__button--back:focus{background-color:#cc6fcc;}@media (min-width:1024px){.c-quiz__button--next{width:auto;}}.c-quiz__results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.c-quiz__results-image{width:100%;margin-bottom:20px;}@media (min-width:767px){.c-quiz__results-image{max-width:450px;}}@media (min-width:1024px){.c-quiz__results-image{margin-bottom:20px;}}.c-quiz__results-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}@media (min-width:1024px){.c-quiz__results-share-container{margin-bottom:20px;}}.c-quiz__results-share-container .c-quiz__title{margin-bottom:0;}.c-quiz__results-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;}.c-quiz__results-share-label{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__results-share-label{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}.c-quiz__results-share-item{margin-left:20px;}@media (min-width:1024px){.c-quiz__results-share-item{margin-left:20px;}}.c-quiz__results-share-link{display:block;-webkit-transition:color 0.3s ease 0s;-o-transition:color 0.3s ease 0s;transition:color 0.3s ease 0s;}.c-quiz__results-share-link:hover .o-icon,.c-quiz__results-share-link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-quiz__results-share-link .o-icon{display:block;width:30px;height:30px;fill:#B5FF2B;}.c-quiz__answers-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;counter-reset:answers-list;margin-top:-20px;margin-bottom:40px;}@media (min-width:767px){.c-quiz__answers-list{margin-left:-1.66667rem;margin-top:-30px;}}@media (min-width:1024px){.c-quiz__answers-list{margin-left:-2.22222rem;margin-bottom:50px;}}@media (min-width:1400px){.c-quiz__answers-list{margin-left:-2.5rem;margin-bottom:70px;}}.c-quiz__answer{counter-increment:answers-list;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;}@media (min-width:767px){.c-quiz__answer{width:50%;padding-left:1.66667rem;padding-top:30px;}}@media (min-width:1024px){.c-quiz__answer{padding-left:2.22222rem;}}@media (min-width:1400px){.c-quiz__answer{padding-left:2.5rem;}}.c-quiz__answer::before{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";border-radius:50%;background-color:#ED1D24;color:#000000;width:36px;height:36px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:20px;font-weight:900;content:counter(answers-list);}.c-quiz__answer--correct::before{background-color:#B5FF2B;}.c-quiz__answer-question{margin-bottom:0.5em;}.c-quiz__answer-answer{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__answer-answer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}.slide-next-enter,.slide-next-leave,.slide-prev-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.slide-next-enter-to,.slide-next-leave-to{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}.slide-prev-enter,.slide-prev-leave-to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}.slide-prev-enter-to{-webkit-animation:enter-prev 0.3s ease-in-out;animation:enter-prev 0.3s ease-in-out;}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@-webkit-keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@media (prefers-reduced-motion){.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:none;-o-transition:none;transition:none;-webkit-animation:none;animation:none;}}.c-link-hub{margin:30px 0 0 0;}.c-link-hub__link{border-radius:2rem;border:3px solid #d0d0d0;background-image:-webkit-gradient(linear,left top,left bottom,from(#003057),to(#003057));background-image:-o-linear-gradient(top,#003057,#003057);background-image:linear-gradient(to bottom,#003057,#003057);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#FFFFFF;padding:2rem 1rem;text-align:center;margin-bottom:1rem;font-size:1.38rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-link-hub__link{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-link-hub__link{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-link-hub__link{font-size:1.3rem;line-height:1.4;}}.c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-link-hub__link > span span{text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-link-hub__link:hover,.c-link-hub__link:focus{text-decoration:none;}.c-link-hub__link:hover > span span,.c-link-hub__link:focus > span span{background-size:100% 100%;}.c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-link-hub__link{margin-bottom:0;min-height:12rem;}}.c-link-hub__link:after{content:"";display:block;position:absolute;border:2px solid rgba(255,255,255,0.7);top:0.35rem;right:0.35rem;bottom:0.35rem;left:0.35rem;border-radius:1.7rem;mix-blend-mode:overlay;z-index:0;}.c-location-bar{color:#FFFFFF;overflow:hidden;margin:1.875rem 0;}.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:20px;}@media (min-width:767px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:30px;}}@media (min-width:1024px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:40px;}}.c-location-bar__status{background-color:#705191;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.c-location-bar__status{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}}[data-js-location-actions]{display:none;}.c-location-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#573f70;}@media (min-width:767px){.c-location-bar__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.c-location-bar__actions button{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0.5rem 0;}@media (min-width:767px){.c-location-bar__actions button{margin:0 0.5rem;}}.c-location-bar__actions button:first-child{margin-left:0;}.c-location-bar__actions button:last-child{margin-right:0;}.c-location-bar__icon{margin-right:1rem;}.c-location-bar__status-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;}.c-location-bar__change-button{margin:1rem 0 0 calc(1.25rem + 1rem);text-decoration:underline;border:0;background:none;color:currentColor;outline:none;}@media (min-width:767px){.c-location-bar__change-button{padding-left:1rem;margin:0 0 0 1rem;border-left:2px solid #FFFFFF;}}.c-location-bar__change-button:hover,.c-location-bar__change-button:focus{text-decoration:none;}.c-location-bar__popup{display:none;background-color:#573f70;color:#FFFFFF;margin-top:1.5rem;position:absolute;z-index:10;padding-right:4rem;}@media (min-width:1024px){.c-location-bar__popup{max-width:40%;}}@media (min-width:1400px){.c-location-bar__popup{max-width:35%;}}.c-location-bar__popup:before{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #573f70;position:absolute;top:-16px;left:40px;}.c-location-bar__close{background-color:transparent;padding:0;color:#FFFFFF;position:absolute;top:20px;right:20px;outline:none;}@media (min-width:767px){.c-location-bar__close{top:30px;right:30px;}}@media (min-width:1024px){.c-location-bar__close{top:40px;right:40px;}}.c-location-bar__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-location-bar__close:hover .o-icon,.c-location-bar__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.pdf-puppeteer .c-nav-jumplink-container,.pdf-puppeteer .c-header,.pdf-puppeteer .c-social,.pdf-puppeteer .c-footer,.pdf-puppeteer .c-accordion__icon,.pdf-puppeteer .c-parallax-image,.pdf-puppeteer .o-back-to-top{display:none;}.pdf-puppeteer .c-accordion__content{display:block;}.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:1.875rem 20px;}@media (min-width:480px){.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:2.77778rem 20px;}}.pdf-puppeteer .o-slice--dark .o-slice__padding,.pdf-puppeteer .c-quote-container .o-slice__padding{margin:0;}.pdf-puppeteer .c-wysiwyg-table table{width:100%;table-layout:fixed;}.pdf-puppeteer #ccc,.pdf-puppeteer #ccc-overlay,.pdf-puppeteer #ccc-notify{display:none;}.c-alert{display:none;background-color:rgba(0,0,0,0.8);color:#FFFFFF;position:relative;}.c-alert--critical{background-color:#000000;}.c-alert--polite{background-color:rgba(0,0,0,0.6);}.c-alert__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 4rem 1rem 0;}@media (min-width:767px){.c-alert__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0;}}@media (min-width:767px){.c-alert__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.c-alert__content P:last-child{margin-bottom:0;}.c-alert__content P:last-of-type{display:inline;}.c-alert__content a{display:inline-block;text-decoration:underline;}@media (min-width:767px){.c-alert__content a{margin-top:0;}}.c-alert__content a:hover,.c-alert__content a:focus{text-decoration:none;}.c-alert__content a:after{display:none;}.c-alert__cta{margin-top:1rem;}@media (min-width:767px){.c-alert__cta{margin-top:0;margin-left:2rem;-ms-flex-negative:0;flex-shrink:0;}}@media (min-width:1024px){.c-alert__cta{margin-left:2.5rem;}}.c-alert__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}@media (min-width:767px){.c-alert__controls{margin-left:1.75rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}@media (min-width:1024px){.c-alert__controls{margin-left:2.5rem;}}.c-alert__close{position:absolute;top:1rem;right:20px;background:none;padding:0;border:0;color:#FFFFFF;}@media (min-width:767px){.c-alert__close{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-alert__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-alert__close:hover .o-icon,.c-alert__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-campaign{position:relative;padding:30px 20px;background:#FEC2DB;color:#003057;margin-left:-20px;margin-right:-20px;margin-top:5rem;margin-bottom:5rem;}@media (min-width:767px){.c-campaign{margin-left:0;margin-right:0;padding:30px;}}@media (min-width:1024px){.c-campaign{padding:2.44444rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1400px){.c-campaign{padding:2.5rem;}}.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.5rem;}}.c-campaign__title{margin-bottom:1rem;}@media (min-width:1024px){.c-campaign__title{margin-bottom:1.5rem;}}.c-campaign__content{font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-campaign__content{font-size:0.9rem;}}@media (min-width:1024px){.c-campaign__content{max-width:60%;padding-right:20px;}}.c-campaign__footer{margin-top:15px;width:100%;}@media (min-width:767px){.c-campaign__footer{margin-top:30px;}}.c-campaign__footer a{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:767px){.c-campaign__footer a{width:auto;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;}}.c-campaign__img{position:relative;margin-top:-40px;width:100%;max-width:400px;margin-left:auto;margin-right:auto;}.c-campaign__img::before{content:'';display:block;padding-bottom:90%;}.c-campaign__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;}@media (min-width:1024px){.c-campaign__img{width:45%;max-width:450px;margin-right:-80px;margin-top:-75px;margin-bottom:-120px;}}@media (min-width:1400px){.c-campaign__img{width:40%;max-width:500px;margin-right:-80px;margin-bottom:-140px;}}.c-page-blur{display:none;}@media (min-width:1400px){.c-page-blur{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:9;}} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/css/screen.d36922b3468f98dcac27f32f068133a3.css b/postcode_lookup/static/css/screen.d36922b3468f98dcac27f32f068133a3.css new file mode 100644 index 0000000..93465cb --- /dev/null +++ b/postcode_lookup/static/css/screen.d36922b3468f98dcac27f32f068133a3.css @@ -0,0 +1,38 @@ +html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-no-flexbox .swiper-slide{float:left;}.swiper-container-vertical > .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);}.swiper-container-multirow > .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;}.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto;}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform;}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y;}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x;}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:1;background:#007aff;}.swiper-container-vertical > .swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform;}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;}.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0;}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff;}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25);}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff;}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000;}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25);}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1);}.swiper-container-horizontal > .swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-container-vertical > .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite;}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat;}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube{overflow:visible;}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%;}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0;}.swiper-container-flip{overflow:visible;}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px;}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0;}.simplebar-offset{direction:inherit !important;-webkit-box-sizing:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none;}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;}.simplebar-content:before,.simplebar-content:after{content:' ';display:table;}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none;}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1;}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden;}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all;}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px;}.simplebar-scrollbar:before{position:absolute;content:'';background:black;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;-webkit-transition:opacity 0s linear;-o-transition:opacity 0s linear;transition:opacity 0s linear;}.simplebar-track.simplebar-vertical{top:0;width:11px;}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px;}.simplebar-track.simplebar-horizontal{left:0;height:11px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px;}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical{right:auto;left:0;}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}@media screen and (min-width:320px){head{font-family:"tiny 320px";}body:after{content:"tiny - min-width: 320px";}}@media screen and (min-width:480px){head{font-family:"small 480px";}body:after{content:"small - min-width: 480px";}}@media screen and (min-width:767px){head{font-family:"medium 767px";}body:after{content:"medium - min-width: 767px";}}@media screen and (min-width:1024px){head{font-family:"large 1024px";}body:after{content:"large - min-width: 1024px";}}@media screen and (min-width:1400px){head{font-family:"huge 1400px";}body:after{content:"huge - min-width: 1400px";}}@media screen and (min-width:1800px){head{font-family:"mega 1800px";}body:after{content:"mega - min-width: 1800px";}}head{clear:both;}head title{font-family:"tiny 320px, small 480px, medium 767px, large 1024px, huge 1400px, mega 1800px";}body:after{display:none;}*[data-usn-if]{display:none;}*:focus{outline:none;}.tabbing main:focus,.tabbing a:focus,.tabbing button:focus,.tabbing textarea:focus,.tabbing select:focus,.tabbing input:focus,.tabbing [role="button"]:focus,.tabbing .c-voter-wizard-radio__input:focus + .c-voter-wizard__label{-webkit-box-shadow:0 0 0 5px #16aa47;box-shadow:0 0 0 5px #16aa47;outline:none;}@media (min-width:767px){.o-grid-gutter{margin-left:-1.66667rem;}}@media (min-width:1024px){.o-grid-gutter{margin-left:-2.22222rem;}}@media (min-width:1400px){.o-grid-gutter{margin-left:-2.5rem;}}@media (min-width:767px){.o-grid-gutter__item{padding-left:1.66667rem;}}@media (min-width:1024px){.o-grid-gutter__item{padding-left:2.22222rem;}}@media (min-width:1400px){.o-grid-gutter__item{padding-left:2.5rem;}}.o-link-animate{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.o-link-animate > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.o-link-animate > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-link-animate:hover,.o-link-animate:focus{text-decoration:none;}.o-link-animate:hover > span:not(.visually-hidden),.o-link-animate:focus > span:not(.visually-hidden){background-size:100% 100%;}.o-link-animate.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.u-visually-hidden,.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.u-visually-hidden-focusable:active,.u-visually-hidden-focusable:focus,.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.u-hidden{display:none;}.u-invisible{visibility:hidden;}.u-clear{clear:both;}.u-list-reset{margin:0;padding:0;list-style:none;}@media (min-width:1024px){.u-hide-desk{display:none;}}.u-hide-mob{display:none;}@media (min-width:1024px){.u-hide-mob{display:block;}}.svg-symbols{display:none;}form{zoom:1;}form:before,form:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}form:after{clear:both;}fieldset{zoom:1;border:0;padding:0;margin-left:0;}fieldset:before,fieldset:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}fieldset:after{clear:both;}legend,label{font-size:1.12rem;line-height:1.2;display:block;}@media all and (min-width:767px){legend,label{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){legend,label{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){legend,label{font-size:1.1rem;line-height:1.2;}}.fieldset-legend,label{margin-bottom:0.75em;display:block;}input,textarea,select{font-size:1rem;line-height:initial;display:block;width:100%;outline:0;border-radius:0px;border:0;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){input,textarea,select{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){input,textarea,select{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){input,textarea,select{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){input,textarea,select{padding:18px;}}select{-webkit-appearance:none;-webkit-border-radius:0px;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-chevron.svg");background-repeat:no-repeat;background-size:15px 8px;background-position:right 20px center;line-height:auto;}select::-ms-expand{display:none;}textarea{min-height:100px;resize:vertical;-webkit-overflow-scrolling:touch;}input[type=button],input[type=submit],button{border:0;width:auto;display:inline-block;vertical-align:middle;cursor:pointer;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;}input[type=checkbox],input[type=radio]{width:15px;height:15px;display:inline-block;vertical-align:middle;border:1px solid "keyline";position:static;background-color:#FFFFFF;margin-right:0.5em;}input[type=checkbox] + label,input[type=radio] + label{display:inline-block;vertical-align:middle;margin-bottom:0;}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 60px white inset;}::-webkit-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-webkit-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-webkit-input-placeholder{font-size:0.8rem;line-height:1.2;}}:-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-moz-placeholder{font-size:0.8rem;line-height:1.2;}}::-moz-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-moz-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-moz-placeholder{font-size:0.8rem;line-height:1.2;}}:-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){:-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){:-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}::-ms-input-placeholder{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){::-ms-input-placeholder{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){::-ms-input-placeholder{font-size:0.8rem;line-height:1.2;}}.fieldset-inset{padding:24px 24px 0 24px;border:1px solid #003057;}.fieldset-inset.t-learning,.t-learning .fieldset-inset{border-color:#FF8BFF;}.fieldset-inset.t-learning--educator,.t-learning--educator .fieldset-inset{border-color:#00E7BD;}.fieldset-inset.t-digital-transparency,.t-digital-transparency .fieldset-inset{border-color:#6F00B0;}@media (min-width:767px){.fieldset-inset{padding:27px 27px 0 27px;}}@media (min-width:1024px){.fieldset-inset{padding:40px 40px 10px 40px;}}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-Medium.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:italic;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721MdBTW05-MediumItalic.woff") format("woff");}@font-face{font-family:"Swis721LtBTW05-Medium";font-style:normal;font-weight:bold;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}@font-face{font-family:"Swis721MdBTW05-Bold";font-style:normal;font-weight:normal;src:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff");}html{font-size:100%;line-height:1.4;}@media all and (min-width:767px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1024px){html{font-size:112.5%;line-height:1.5;}}@media all and (min-width:1400px){html{font-size:125%;line-height:1.5;}}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;}html{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;min-height:100%;overflow-x:hidden;}body{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#FFFFFF;color:#003057;}body.with-border{border:32px solid black !important;}body.with-border .o-back-to-top{right:32px;}body.with-border .c-home-hero{background-color:#252525;}body.nav-is-active{height:100%;width:100%;overflow:hidden;position:fixed;}body.moderation-note-highlight{background:#FFFFFF !important;}h1,h2,h3,h4,h5,h6,.o-type-h1,.o-type-h2,.o-type-h3,.o-type-h4,.o-type-h5,.o-type-h6{margin:0 0 1em;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}h1,.o-type-h1{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){h1,.o-type-h1{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){h1,.o-type-h1{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){h1,.o-type-h1{font-size:2.3rem;line-height:1.4;}}h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){h2,.o-type-h2{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){h2,.o-type-h2{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){h2,.o-type-h2{font-size:1.8rem;line-height:1.4;}}h3,.o-type-h3{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){h3,.o-type-h3{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){h3,.o-type-h3{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){h3,.o-type-h3{font-size:1.3rem;line-height:1.4;}}h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){h4,.o-type-h4{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){h4,.o-type-h4{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){h4,.o-type-h4{font-size:1.1rem;line-height:1.4;}}h5,.o-type-h5{font-size:1.12rem;line-height:1.4;}h6,.o-type-h6{font-size:1.12rem;line-height:1.4;}p{margin:0 0 1em;}ul,ol,dl{margin:0 0 1em;padding-left:1.5em;}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0;}a{color:currentColor;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration:none;}a:hover,a:focus{color:"hover";outline:0;text-decoration:underline;}.link-underline{text-decoration:underline;}.link-underline:hover,.link-underline:focus{text-decoration:none;}address{font-style:normal;}hr{border-bottom:1px solid "grey";border-left:none;border-right:none;border-top:none;margin:1em;}strong{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-weight:normal;}img,picture,svg{margin:0;max-width:100%;}figure{margin:0;padding:0;}blockquote{margin:1em 0;padding-left:2em;border-left:1px solid "keyline";}blockquote p{position:relative;}blockquote p:first-child:before{content:open-quote;position:absolute;left:-0.5em;}blockquote p:last-child{margin-bottom:0;}blockquote p:last-child:after{content:close-quote;}cite{color:#003057;font-style:italic;}cite:before{content:"\2014 \00A0";}code{padding:4px 6px;}.l-main-content{position:relative;}@media (min-width:767px){.l-main-content{margin-left:-1.66667rem;}}@media (min-width:1024px){.l-main-content{margin-left:-2.22222rem;}}@media (min-width:1400px){.l-main-content{margin-left:-2.5rem;}}@media (min-width:767px){.l-main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}@media (min-width:767px){.l-content-w-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-content-w-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-content-w-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.l-content-w-sidebar .c-accordion__content{width:100%;}}@media (min-width:767px){.l-sidebar{padding-left:1.66667rem;}}@media (min-width:1024px){.l-sidebar{padding-left:2.22222rem;}}@media (min-width:1400px){.l-sidebar{padding-left:2.5rem;}}@media (min-width:767px){.l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.l-sidebar__padding{margin-top:1.875rem;}@media (min-width:767px){.l-sidebar__padding{margin-top:2.77778rem;}}@media (min-width:1400px){.l-sidebar__padding{margin-top:3.5rem;}}@media (min-width:767px){.page-node-type-landing-page .paragraph--type--slice-content,.page-node-type-landing-page .paragraph--type--slice-form,.page-node-type-landing-page .paragraph--type--slice-media,.page-node-type-landing-page .paragraph--type--summary-box,.page-node-type-landing-page .paragraph--type--tableau,.page-node-type-landing-page .paragraph--type--quote,.page-node-type-guidance-type .paragraph--type--slice-content,.page-node-type-guidance-type .paragraph--type--slice-form,.page-node-type-guidance-type .paragraph--type--slice-media,.page-node-type-guidance-type .paragraph--type--summary-box,.page-node-type-guidance-type .paragraph--type--tableau,.page-node-type-guidance-type .paragraph--type--quote{width:70%;}}.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media (min-width:1024px){.page-node-type-guidlet .l-content-w-sidebar,.page-node-type-guidance .l-content-w-sidebar{width:70%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:100%;}@media (min-width:767px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:1024px){.page-node-type-guidlet .l-sidebar,.page-node-type-guidance .l-sidebar{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.region-content{margin:1.875rem 0;}@media (min-width:767px){.region-content{margin:2.77778rem 0;}}@media (min-width:1400px){.region-content{margin:3.5rem 0;}}.path-polling-stations .l-sidebar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.l-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.l-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.l-grid--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.l-grid__item--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width:767px){.l-grid--2-col .l-grid__item{width:50%;}}@media (min-width:767px){.l-grid--3-col .l-grid__item{width:33.333%;}}@media (min-width:1024px){.l-grid--3-col-lrg .l-grid__item{width:33.333%;}}@media (min-width:767px){.l-grid--4-col .l-grid__item{width:50%;}}@media (min-width:1024px){.l-grid--4-col .l-grid__item{width:25%;}}@media (min-width:767px){.l-grid--w-h-gutter{margin-left:-0.83333rem;margin-right:-0.83333rem;}}@media (min-width:767px){.l-grid--w-h-gutter .l-grid__item{padding-left:0.83333rem;padding-right:0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter{margin-top:-0.83333rem;margin-bottom:-0.83333rem;}}@media (min-width:767px){.l-grid--w-v-gutter .l-grid__item{padding-top:0.83333rem;padding-bottom:0.83333rem;}}.o-button,.c-wysiwyg .button-link{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1;background-color:transparent;border:0;cursor:pointer;padding:0;outline:none;text-align:left;-webkit-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;}@media all and (min-width:767px){.o-button,.c-wysiwyg .button-link{font-size:0.88rem;line-height:1;}}@media all and (min-width:1024px){.o-button,.c-wysiwyg .button-link{font-size:1rem;line-height:1;}}@media all and (min-width:1400px){.o-button,.c-wysiwyg .button-link{font-size:0.9rem;line-height:1;}}.o-button--primary,.c-wysiwyg .button-link{padding:20px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.o-button--primary:hover,.c-wysiwyg .button-link:hover,.o-button--primary:focus,.c-wysiwyg .button-link:focus{text-decoration:none;}.o-button--primary:hover:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary:focus:not(.o-button--no-icon-transition) .o-icon,.c-wysiwyg .button-link:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}.o-button--primary.o-external-link:after,.c-wysiwyg .o-external-link.button-link:after{content:none;}.o-button--primary.o-external-link:hover .o-icon,.c-wysiwyg .o-external-link.button-link:hover .o-icon,.o-button--primary.o-external-link:focus .o-icon,.c-wysiwyg .o-external-link.button-link:focus .o-icon{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}.o-button--primary .o-icon,.c-wysiwyg .button-link .o-icon{margin-left:1rem;position:relative;}.o-button--primary .o-icon:only-child,.c-wysiwyg .button-link .o-icon:only-child{margin:0;}.o-button--primary-reverse{padding:20px;}.o-button--primary-reverse:hover,.o-button--primary-reverse:focus{text-decoration:none;}.o-button--primary-reverse:hover:not(.o-button--no-icon-transition) .o-icon,.o-button--primary-reverse:focus:not(.o-button--no-icon-transition) .o-icon{-webkit-transform:translateX(-5px) scaleX(-1);-ms-transform:translateX(-5px) scaleX(-1);transform:translateX(-5px) scaleX(-1);}.o-button--primary-reverse .o-icon{-webkit-transform:translateX(0px) scaleX(-1);-ms-transform:translateX(0px) scaleX(-1);transform:translateX(0px) scaleX(-1);margin-right:1rem;margin-left:0;}.o-button--light{background-color:#FFFFFF;color:#003057;}.o-button--light:hover,.o-button--light:focus{background-color:#e6e6e6;}.o-button--dark{background-color:#003057;color:#FFFFFF;}.o-button--dark:hover,.o-button--dark:focus{background-color:#007292;}.o-button--voting{background-color:#088488;color:#FFFFFF;}.o-button--voting:hover,.o-button--voting:focus{background-color:#055558;}.o-button--error{background-color:#ED1D24;color:#FFFFFF;}.o-button--error[disabled]{pointer-events:none;}.o-button--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.o-button--light-blue{background-color:#25B2D3;color:#003057;}.o-button--light-blue:hover,.o-button--light-blue:focus{background-color:#1a7b92;color:#FFFFFF;}.o-button--theme,.c-wysiwyg .button-link{background-color:#003057;color:#FFFFFF;}.o-button--theme:hover,.c-wysiwyg .button-link:hover,.o-button--theme:focus,.c-wysiwyg .button-link:focus{background-color:#007292;}.t-digital-transparency .o-button--theme,.t-digital-transparency .c-wysiwyg .button-link,.c-wysiwyg .t-digital-transparency .button-link{background-color:#6F00B0;color:#FFFFFF;}.t-digital-transparency .o-button--theme:hover,.t-digital-transparency .c-wysiwyg .button-link:hover,.c-wysiwyg .t-digital-transparency .button-link:hover,.t-digital-transparency .o-button--theme:focus,.t-digital-transparency .c-wysiwyg .button-link:focus,.c-wysiwyg .t-digital-transparency .button-link:focus{background-color:#4f007d;}.o-button--keyline-white{border:1px solid #FFFFFF;color:#FFFFFF;}.o-button--keyline-white:hover,.o-button--keyline-white:focus,.o-button--keyline-white.is-active{background-color:#FFFFFF;color:#705191;}.o-button--keyline-blue{border:1px solid #003057;color:#003057;}.o-button--keyline-blue:hover,.o-button--keyline-blue:focus,.o-button--keyline-blue.is-active{background-color:#003057;color:#FFFFFF;}.o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;}.o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default,.t-default .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-default-dark,.t-default-dark .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-guidance,.t-guidance .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-green,.t-mature-green .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning,.t-learning .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.o-meta-link > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.o-meta-link:hover,.o-meta-link:focus{text-decoration:none;}.o-meta-link:hover > span:not(.visually-hidden),.o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.o-meta-link{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.o-meta-link{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.o-meta-link{font-size:0.9rem;line-height:1.5;}}.o-external-link:after{content:'';background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-external-link.svg");width:22px;height:22px;background-size:cover;position:relative;display:inline-block;margin:2px 5px;vertical-align:sub;}.o-container,.o-container-fluid{margin:0 auto;padding:0 20px;max-width:1400px;width:100%;}@media (min-width:480px){.o-container,.o-container-fluid{padding:0 20px;}}@media (min-width:767px){.o-container,.o-container-fluid{padding:0 30px;}}@media (min-width:1024px){.o-container,.o-container-fluid{padding:0 50px;}}.o-container-fluid{max-width:none;}.o-container__padding{margin:1.875rem 0;}@media (min-width:767px){.o-container__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-container__padding{margin:3.5rem 0;}}.o-page{overflow-x:hidden;}.o-back-to-top{width:100%;position:fixed;bottom:-100px;margin-bottom:0;border-top:1px solid #FFFFFF;z-index:1;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}@media (min-width:767px){.o-back-to-top{border-top:0;right:0;width:auto;}}.o-back-to-top.-reveal{bottom:0;}.o-back-to-top:hover .o-icon,.o-back-to-top:focus .o-icon{top:45%;-webkit-transform:translateX(5px) rotate(180deg);-ms-transform:translateX(5px) rotate(180deg);transform:translateX(5px) rotate(180deg);}.o-back-to-top .o-icon{width:0.5rem;height:0.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon{width:1.25rem;height:1.25rem;display:inline-block;fill:currentColor;-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;-o-transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;}.o-icon--small{width:1rem;height:1rem;}.o-icon--large{width:2rem;height:2rem;}.o-icon--rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.o-icon--rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.o-icon--rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.media figcaption{font-size:1rem;line-height:1.2;padding:20px 0;border-bottom:1px solid #25B2D3;}@media all and (min-width:767px){.media figcaption{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.media figcaption{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.media figcaption{font-size:0.8rem;line-height:1.2;}}.media figcaption.t-learning,.t-learning .media figcaption{border-color:#FF8BFF;}.media figcaption.t-learning--educator,.t-learning--educator .media figcaption{border-color:#00E7BD;}.media figcaption.t-digital-transparency,.t-digital-transparency .media figcaption{border-color:#6F00B0;}.media img{display:block;}.media.media-left,.media.media-right{width:50%;margin-bottom:15px;}@media (min-width:767px){.media.media-left,.media.media-right{width:40%;margin-bottom:20px;}}.media.media-left{float:left;margin-right:15px;}@media (min-width:767px){.media.media-left{margin-left:20px;}}.media.media-right{float:right;margin-left:15px;}@media (min-width:767px){.media.media-right{margin-left:20px;}}.media.media-full{width:100%;margin-bottom:15px;clear:both;}@media (min-width:767px){.media.media-full{margin-bottom:20px;}}.media-image{display:block;}.media-image img{height:auto;display:block;}.media-image img:not([width]){width:100%;}.media-16_9_media .media__wrapper{position:relative;padding-top:56.25%;background-color:#002e54;}.media-16_9_media img{position:absolute;top:0;left:0;right:0;bottom:0;}.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;}.video-embed-field-lazy-play{height:40px;width:40px;left:auto;top:auto;margin-left:-36px;margin-top:-36px;position:absolute;background:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-play-bg.svg") no-repeat;background-size:20%;background-position:center;background-color:#003057;right:20px;bottom:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}@media (min-width:767px){.video-embed-field-lazy-play{height:60px;width:60px;}}@media (min-width:1024px){.video-embed-field-lazy-play{height:80px;width:80px;}}.video-embed-field-lazy-play:hover,.video-embed-field-lazy-play:focus{background-color:black;}.video-embed-field-lazy img{height:auto;}.media-document figcaption{padding-top:0;}.o-slice{clear:both;}.o-slice--100{width:100%;}.o-slice__padding{margin:1.875rem 0;}@media (min-width:767px){.o-slice__padding{margin:2.77778rem 0;}}@media (min-width:1400px){.o-slice__padding{margin:3.5rem 0;}}.o-slice--dark{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.o-slice--dark{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--dark{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-slice--dark .o-slice__padding{margin:0;}.o-slice--pale{background-color:#e5f4f8;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);margin-top:22px;}@media (min-width:767px){.o-slice--pale{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.o-slice--pale{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.o-view__padding{margin:calc(1.875rem / 2) 0 1.875rem;}@media (min-width:767px){.o-view__padding{margin:calc(2.77778rem / 2) 0 2.77778rem;}}@media (min-width:1400px){.o-view__padding{margin:calc(3.5rem / 2) 0 3.5rem;}}.o-view-title{margin:1.875rem 0 calc(1.875rem / 2);}@media (min-width:767px){.o-view-title{margin:2.77778rem 0 calc(2.77778rem / 2);}}@media (min-width:1400px){.o-view-title{margin:3.5rem 0 calc(3.5rem / 2);}}.o-form-subtitle{font-size:1.12rem;line-height:1.2;display:block;margin-bottom:20px;}@media all and (min-width:767px){.o-form-subtitle{font-size:1.12rem;line-height:1.2;}}@media all and (min-width:1024px){.o-form-subtitle{font-size:1.11rem;line-height:1.2;}}@media all and (min-width:1400px){.o-form-subtitle{font-size:1.1rem;line-height:1.2;}}@media (min-width:767px){.o-form-subtitle{margin-bottom:30px;}}@media (min-width:1024px){.o-form-subtitle{margin-bottom:40px;}}.ajax-progress-fullscreen{background:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");width:100px;height:100px;background-size:100px;border-radius:0;opacity:1;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:fixed;top:48.5%;z-index:1000;padding:4px;}.ajax-progress,.ajax-progress-throbber{display:inline-block;padding:1px 5px 2px 5px;}.ajax-links-api-loading{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-repeat:no-repeat;background-position:center;background-size:100px;height:100px;margin:0 auto;width:100%;}.throbber{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/loader.svg");background-position:center;background-size:60px;height:33px;margin:0 auto;width:33px;}.ui-datepicker{background-color:#003057;color:#FFFFFF;border:0 !important;border-radius:0;display:none;}.ui-datepicker.is-active{display:block !important;}.ui-datepicker-header{background-color:#003057;border:0;border-bottom:1px solid #FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.ui-datepicker-calendar{margin:20px;border-collapse:collapse;}.ui-datepicker-calendar th{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.ui-datepicker-calendar th{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-calendar th{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-calendar th{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-calendar td{border:1px solid #25B2D3;text-align:center;}.ui-datepicker-calendar td .ui-state-default{border:0;background-color:transparent;color:#FFFFFF;padding:5px;display:block;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-calendar td .ui-state-default:hover,.ui-datepicker-calendar td .ui-state-default:focus,.ui-datepicker-calendar td .ui-state-default:active{text-decoration:none;background-color:#25B2D3;}.ui-datepicker-calendar td .ui-state-active{background-color:#25B2D3;color:#003057;}.ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;}.ui-datepicker-title select{font-size:1rem;line-height:1.2;border-left:1px solid #FFFFFF;border-bottom:1px solid transparent;background-image:none;background-color:transparent;padding-top:5px;padding-bottom:5px;height:50px;color:#FFFFFF;}@media all and (min-width:767px){.ui-datepicker-title select{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.ui-datepicker-title select{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.ui-datepicker-title select{font-size:0.9rem;line-height:1.4;}}.ui-datepicker-title select:last-of-type{border-right:1px solid #FFFFFF;}.ui-datepicker-next,.ui-datepicker-prev{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.ui-datepicker-next:hover,.ui-datepicker-next:focus,.ui-datepicker-next:active,.ui-datepicker-prev:hover,.ui-datepicker-prev:focus,.ui-datepicker-prev:active{border:0 !important;background-color:#001424;}.ui-datepicker-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.ui-icon{background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-chevron-bg.svg") !important;background-repeat:no-repeat;background-position:center;width:10px;height:10px;margin-top:0;overflow:hidden;text-indent:-9999px;}.ui-icon.ui-icon-circle-triangle-w{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.ui-icon.ui-icon-circle-triangle-e{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.ui-datepicker-trigger{text-indent:-9999px;white-space:nowrap;overflow:hidden;border-bottom:2px solid #007292;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-calendar.svg") !important;width:60px;background-size:50%;background-color:#e5f4f8;background-repeat:no-repeat;background-position:center;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.ui-datepicker-trigger:hover,.ui-datepicker-trigger:focus{background-color:#25B2D3;}.c-date-picker{display:-webkit-box;display:-ms-flexbox;display:flex;}.ui-helper-clearfix:before{content:none;}.tableauPlaceholder{display:none !important;}@media (min-width:767px){.tableauPlaceholder{display:block !important;width:100% !important;overflow-x:auto !important;}}.form-item,.form-wrapper{margin-bottom:1.5em;}.form-item .c-status-message,.form-wrapper .c-status-message{margin-bottom:0;}input:not([type=checkbox]):not([type=radio]).parsley-error,input:not([type=checkbox]):not([type=radio]).input-error,select.parsley-error,select.input-error,textarea.parsley-error,textarea.input-error{border-left:5px solid #ED1D24;}input:not([type=checkbox]):not([type=radio]).parsley-error:not(.voter-wizard__input):not(.postcode-search__input),input:not([type=checkbox]):not([type=radio]).input-error:not(.voter-wizard__input):not(.postcode-search__input),select.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),select.input-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.parsley-error:not(.voter-wizard__input):not(.postcode-search__input),textarea.input-error:not(.voter-wizard__input):not(.postcode-search__input){margin-bottom:1em;}.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;color:#ED1D24;}@media all and (min-width:767px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.parsley-required,.parsley-type,.parsley-postcode{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.parsley-required,.parsley-type,.parsley-postcode{font-size:0.9rem;line-height:initial;}}.parsley-errors-list,.errors-list{list-style-type:none;margin:10px 0;padding:0;}.form-required:after{content:'*';}.form-managed-file + .description{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.form-managed-file + .description{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.form-managed-file + .description{font-size:0.8rem;line-height:1.2;}}.form-managed-file .form-submit{margin-top:1em;margin-bottom:1em;}.form-submit{padding:20px;padding-right:70px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;background-color:#003057;color:#FFFFFF;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-button-arrow-bg.svg");background-repeat:no-repeat;background-size:30px 19px;background-position:right 20px center;}.form-submit:hover,.form-submit:focus{background-position:right 15px center;background-color:#007292;}.form-submit:disabled{pointer-events:none;opacity:0.4;}.webform-confirmation__message,.c-status-message{margin-bottom:1rem;padding:20px;border:1px solid #25B2D3;}.webform-confirmation__message.-error,.c-status-message.-error{border:1px solid #ED1D24;}.webform-multiple-table th{text-align:left;}.webform-multiple-table th,.webform-multiple-table td.webform-multiple-table--operations{vertical-align:top;}.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;background-color:#e5f4f8;padding:20px;border-bottom:2px solid #007292;}@media all and (min-width:767px){.webform-multiple-table .form-managed-file .file{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.webform-multiple-table .form-managed-file .file{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.webform-multiple-table .form-managed-file .file{font-size:0.9rem;line-height:initial;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file{padding:18px;}}@media (min-width:767px){.webform-multiple-table .form-managed-file .file,.webform-multiple-table input{height:65px;}}td.webform-multiple-table--operations input[type=image]{display:inline-block;width:30px;height:30px;border-bottom:0;opacity:.7;}@media (max-width:766px){.webform-multiple-table-responsive .js-form-type-managed-file{margin-bottom:0;}}.webform-multiple-table-responsive tr:last-child .js-form-type-managed-file{margin-bottom:0;}@media (max-width:766px){.webform-multiple-table-responsive td{padding:0;}}.see-footnote{font-size:0.75rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;position:relative;margin:0 10px;vertical-align:top;display:inline-block;}@media all and (min-width:767px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1024px){.see-footnote{font-size:0.67rem;line-height:1.4;}}@media all and (min-width:1400px){.see-footnote{font-size:0.6rem;line-height:1.4;}}.see-footnote:before{content:'[';position:absolute;left:-6px;top:-1px;}.see-footnote:after{content:']';position:absolute;right:-6px;top:-1px;}.footnotes{list-style-type:none;padding:0;margin:0;}.footnotes li{margin-bottom:0 !important;}.footnote-label{text-decoration:none !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.footnote-label > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.footnote-label > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.footnote-label:hover,.footnote-label:focus{text-decoration:none;}.footnote-label:hover > span:not(.visually-hidden),.footnote-label:focus > span:not(.visually-hidden){background-size:0% 100%;}.footnote-label.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-guidance-print .c-book-nav{display:none !important;}.t-guidance-print .c-accordion__content{display:block !important;}.page-node-type-longform-content .o-slice__title{font-size:1.625rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .o-slice__title{font-size:1.61rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .o-slice__title{font-size:2.22rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .o-slice__title{font-size:2.5rem;line-height:1.4;}}.page-node-type-longform-content .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(#e5f4f8),to(#e5f4f8));background-image:-o-linear-gradient(#e5f4f8,#e5f4f8);background-image:linear-gradient(#e5f4f8,#e5f4f8);background-size:0 16px;background-position:left bottom;background-repeat:no-repeat;-webkit-transition:background-size 1s ease;-o-transition:background-size 1s ease;transition:background-size 1s ease;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title > span{background-size:0 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title > span{background-size:0 30px;}}.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 16px;}@media (min-width:1024px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 24px;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice__title--underline > span{background-size:100% 30px;}}.page-node-type-longform-content .o-slice--dark .o-slice__title > span{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(37,178,211,0.5)),to(rgba(37,178,211,0.5)));background-image:-o-linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));background-image:linear-gradient(rgba(37,178,211,0.5),rgba(37,178,211,0.5));}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg{width:70%;}}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th{background-color:#FFFFFF;color:#003057;}.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg th,.page-node-type-longform-content .paragraph--type--slice-content .c-wysiwyg td{border-color:#25B2D3;}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}@media (min-width:767px){.page-node-type-longform-content .paragraph--type--slice-content .c-summary-box{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-3.75rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-5.55556rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark,.page-node-type-longform-content .o-slice--dark + .c-quote-container,.page-node-type-longform-content .c-quote-container + .o-slice-dark{margin-top:-7rem;}}.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{position:relative;top:-1.875rem;}@media (min-width:767px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-2.77778rem;}}@media (min-width:1400px){.page-node-type-longform-content .o-slice--dark + .o-slice--dark::before,.page-node-type-longform-content .o-slice--dark + .c-quote-container::before,.page-node-type-longform-content .c-quote-container + .o-slice-dark::before{top:-3.5rem;}}.page-node-type-longform-content .o-slice + .o-slice{margin-top:0;}.page-node-type-longform-content .o-slice + .o-slice::before{content:"";border-top:1px solid #25B2D3;display:block;}.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .o-slice--dark::before,.page-node-type-longform-content .o-slice:not(.o-slice--dark):not(.c-quote-container) + .c-quote-container::before,.page-node-type-longform-content .o-slice--dark + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before,.page-node-type-longform-content .c-quote-container + .o-slice:not(.o-slice--dark):not(.c-quote-container)::before{display:none;}.page-node-type-longform-content .o-slice + .o-slice--has-jump-link::before{margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);}.t-learning{color:#000000;}.t-learning .c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-learning .c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-learning .c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.t-learning .c-feedback-form__item:hover,.t-learning .c-feedback-form__item:focus{text-decoration:none;}.t-learning .c-feedback-form__item:hover > span:not(.visually-hidden),.t-learning .c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.t-learning .c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-hero__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:900;text-transform:uppercase;}@media all and (min-width:767px){.t-learning .c-hero__title{font-size:2.222rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-hero__title{font-size:3.6111rem;line-height:1.4;}}.t-learning .c-hero__img,.t-learning .c-hero__img *{height:100%;}.t-learning .video-embed-field-lazy-play{right:50%;bottom:50%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);border-radius:50%;background-color:#323131;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:1024px){.t-learning .video-embed-field-lazy-play{width:100px;height:100px;}}.t-learning .video-embed-field-lazy-play:hover,.t-learning .video-embed-field-lazy-play:focus{background-color:#000000;}.t-learning .video-embed-field-lazy-play::before{content:"";width:0;height:0;border:13px solid;border-color:transparent;border-left:19.5px solid #B5FF2B;border-right:0;display:block;-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px);}@media (min-width:767px){.t-learning .paragraph--type--slice-content .c-wysiwyg{width:70%;}}@media (min-width:767px){.t-learning .paragraph--type--slice-content .wysiwyg--column-wrapper{width:calc(100% * 100 / 70 + 1.66667rem);}}.t-learning .c-accordion__btn{color:#000000;}@media (min-width:767px){.t-learning .l-grid{margin-left:-1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid{margin-left:-2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid{margin-left:-2.5rem;}}@media (min-width:767px){.t-learning .l-grid__item{padding-left:1.66667rem;}}@media (min-width:1024px){.t-learning .l-grid__item{padding-left:2.22222rem;}}@media (min-width:1400px){.t-learning .l-grid__item{padding-left:2.5rem;}}.t-learning .c-location-bar__status{background-color:#003057;}.t-learning .c-location-bar__actions{background-color:#012844;}.t-learning .c-location-bar__actions button.is-active,.t-learning .c-location-bar__actions button:hover,.t-learning .c-location-bar__actions .tabbing button:focus{color:#012844;}.t-learning .c-location-bar__popup{--icon-circle:color('white');background-color:#012844;}.t-learning .c-location-bar__popup:before{border-bottom:16px solid #012844;}.t-learning{--icon-circle:#B5FF2B;}.t-learning--educator{--icon-circle:#DEACFF;}.t-digital-transparency{--icon-circle:#6F00B0;}.t-learning .video-embed-field-lazy-play::before{border-left-color:#B5FF2B;}.t-learning--educator .video-embed-field-lazy-play::before{border-left-color:#DEACFF;}.t-digital-transparency .video-embed-field-lazy-play::before{border-left-color:#6F00B0;}.t-digital-transparency .region-content,.t-digital-transparency .region-sidebar-first,.t-digital-transparency .c-sidebar{color:#000000;}.t-digital-transparency .region-content h2,.t-digital-transparency .region-content h3,.t-digital-transparency .region-content h4,.t-digital-transparency .region-content h5,.t-digital-transparency .region-content h6,.t-digital-transparency .region-sidebar-first h2,.t-digital-transparency .region-sidebar-first h3,.t-digital-transparency .region-sidebar-first h4,.t-digital-transparency .region-sidebar-first h5,.t-digital-transparency .region-sidebar-first h6,.t-digital-transparency .c-sidebar h2,.t-digital-transparency .c-sidebar h3,.t-digital-transparency .c-sidebar h4,.t-digital-transparency .c-sidebar h5,.t-digital-transparency .c-sidebar h6{color:#6E0BAD;}.t-digital-transparency .c-link-hub__link{background-image:-webkit-gradient(linear,left top,left bottom,from(#C60097),to(#50077C));background-image:-o-linear-gradient(top,#C60097,#50077C);background-image:linear-gradient(to bottom,#C60097,#50077C);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #50077C,-1px 0 0 #50077C;}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-link-hub__link > span span{text-shadow:1px 2px 0 #50077C,-1px 2px 0 #50077C;}}.t-digital-transparency .c-link-hub__link:hover,.t-digital-transparency .c-link-hub__link:focus{text-decoration:none;}.t-digital-transparency .c-link-hub__link:hover > span span,.t-digital-transparency .c-link-hub__link:focus > span span{background-size:100% 100%;}.t-digital-transparency .c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-hero--w-img{background-image:url(https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/raster/hero-digital-transparency-bg.jpg);background-size:cover;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img:before{content:"";display:block;position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background-color:#6F00B0;mix-blend-mode:color;}.t-digital-transparency .c-hero--w-img .c-hero__img,.t-digital-transparency .c-hero--w-img .c-hero__img *{height:100%;}@media (min-width:767px){.t-digital-transparency .c-hero--w-img .c-hero__img{padding:1rem 0;}}.t-digital-transparency .c-hero--w-img .c-hero__img img{-o-object-fit:contain;object-fit:contain;}.t-digital-transparency .c-hero__title{position:relative;}.paragraph--type--slice-content .paragraph--type--slice-summary-box .o-slice__padding{margin:0.5rem 0;}.paragraph--type--slice-accordion .paragraph--type--slice-content .o-slice__padding,.paragraph--type--slice-accordion .paragraph--type--slice-summary-box .o-slice__padding{margin:2rem 0 0.5rem;}.paragraph--type--slice-accordion .paragraph--type--intro-content{margin:2.5rem 0 0.5rem;}.c-accordion{border-bottom:1px solid #25B2D3;}.c-accordion:first-of-type{border-top:1px solid #25B2D3;}.c-accordion.t-learning,.t-learning .c-accordion{--icon-circle:#FF8BFF;border-color:#FF8BFF;}.c-accordion.t-learning--educator,.t-learning--educator .c-accordion{--icon-circle:#00E7BD;border-color:#00E7BD;}.c-accordion.t-digital-transparency,.t-digital-transparency .c-accordion{--icon-circle:#6F00B0;border-color:#6F00B0;}.c-accordion__tab{margin-bottom:0;}.c-accordion__btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;font-size:inherit;width:100%;text-align:left;padding:20px 0;padding-right:2.5rem;position:relative;color:#003057;}.c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-accordion__btn:hover,.c-accordion__btn:focus{text-decoration:none;}.c-accordion__btn:hover > span:not(.visually-hidden),.c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-accordion__btn{color:#6E0BAD;}.c-accordion__btn:hover span,.c-accordion__btn:focus span{background-size:100% 100%;}.c-accordion__btn:hover .c-accordion__icon,.c-accordion__btn:focus .c-accordion__icon{-webkit-transform:translateY(-50%) scale(0.9);-ms-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);}.c-accordion__btn.-active .c-accordion__icon{-webkit-transform:translateY(-50%) rotate(45deg) scale(0.9);-ms-transform:translateY(-50%) rotate(45deg) scale(0.9);transform:translateY(-50%) rotate(45deg) scale(0.9);}.c-accordion__icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}@media (min-width:767px){.c-accordion__icon{width:35px;height:35px;}}.c-accordion__content{zoom:1;display:none;padding:20px 0;}.c-accordion__content:before,.c-accordion__content:after{content:"";display:table;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.c-accordion__content:after{clear:both;}@media (min-width:767px){.c-accordion__content{width:70%;}}.page-node-type-longform-content .c-accordion{border:0;background-color:#e5f4f8;}.page-node-type-longform-content .c-accordion:not(:last-child){margin-bottom:12px;}.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e5f4f8;padding-left:20px;padding-right:75px;}@media all and (min-width:767px){.page-node-type-longform-content .c-accordion__btn{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-accordion__btn{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-accordion__btn{font-size:1.1rem;line-height:1.4;}}.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.page-node-type-longform-content .c-accordion__btn:hover,.page-node-type-longform-content .c-accordion__btn:focus{text-decoration:none;}.page-node-type-longform-content .c-accordion__btn:hover > span:not(.visually-hidden),.page-node-type-longform-content .c-accordion__btn:focus > span:not(.visually-hidden){background-size:100% 100%;}.page-node-type-longform-content .c-accordion__btn.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__btn{padding-left:30px;padding-right:85px;}}.page-node-type-longform-content .c-accordion__icon{right:20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__icon{right:30px;}}.page-node-type-longform-content .c-accordion__content{padding:0 20px;}@media (min-width:767px){.page-node-type-longform-content .c-accordion__content{padding:0 30px;}}.c-accordion--guidlet-menu{border-bottom:1px solid #25B2D3;}.c-accordion--guidlet-menu:first-of-type{border-top:0;}@media (min-width:1024px){.c-accordion--guidlet-menu{border-bottom:0;}}.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--guidlet-menu .c-accordion__tab{font-size:1.1rem;line-height:1.4;}}.c-accordion--guidlet-menu .c-accordion__btn{border-top:1px solid #25B2D3;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__btn{display:none;}}.c-accordion--guidlet-menu .c-accordion__content{padding:30px 0;width:100%;}@media (min-width:1024px){.c-accordion--guidlet-menu .c-accordion__content{display:block;padding:0;border-bottom:0;}}.c-accordion--legacy{border-top:1px solid #25B2D3;border-bottom:0;}.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-accordion--legacy .c-accordion__tab{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-accordion--legacy .c-accordion__tab{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-accordion--legacy .c-accordion__tab{font-size:0.9rem;line-height:1.4;}}.c-accordion--legacy .c-accordion__btn{background-color:#e5f4f8;padding:20px;padding-right:60px;}.c-accordion--legacy .c-accordion__content{background-color:#e5f4f8;padding:20px;padding-top:1px;}@media (min-width:767px){.c-accordion--legacy .c-accordion__content{width:100%;}}.c-accordion--legacy .c-accordion__icon{right:0;}.c-alert-revision{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-alert-revision__icon{width:25px;margin:2px 10px 0 0;}.c-alert-revision__content{width:80%;}.c-alert-revision__content a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-alert-revision__content a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-alert-revision__content a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-alert-revision__content a:hover,.c-alert-revision__content a:focus{text-decoration:none;}.c-alert-revision__content a:hover > span:not(.visually-hidden),.c-alert-revision__content a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-alert-revision__content a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb{padding:10px 0;}.c-breadcrumb.page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-default,.t-default .c-breadcrumb{background-color:#e5f4f8;color:#003057;}.c-breadcrumb.t-default-dark,.t-default-dark .c-breadcrumb{background-color:#003057;color:#FFFFFF;}.c-breadcrumb.t-guidance,.t-guidance .c-breadcrumb{background-color:#a91255;color:#FFFFFF;}.c-breadcrumb.t-your-vote-matters,.t-your-vote-matters .c-breadcrumb{background-color:#088488;color:#FFFFFF;}.c-breadcrumb.t-mature-orange,.t-mature-orange .c-breadcrumb{background-color:#B74E20;color:#FFFFFF;}.c-breadcrumb.t-mature-green,.t-mature-green .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-purple,.t-mature-purple .c-breadcrumb{background-color:#705191;color:#FFFFFF;}.c-breadcrumb.t-mature-yellow,.t-mature-yellow .c-breadcrumb{background-color:#897616;color:#FFFFFF;}.c-breadcrumb.t-mature-brown,.t-mature-brown .c-breadcrumb{background-color:#2B220A;color:#FFFFFF;}.c-breadcrumb.t-learning,.t-learning .c-breadcrumb{background-color:#FF8BFF;color:#000000;}.c-breadcrumb.t-learning--educator,.t-learning--educator .c-breadcrumb{background-color:#00E7BD;color:#000000;}.c-breadcrumb.t-digital-transparency,.t-digital-transparency .c-breadcrumb{background-color:#6F00B0;color:#FFFFFF;}.has-campaign-hero .c-breadcrumb{background-color:#FEC2DB;color:#003057;}.c-breadcrumb__menu{display:none;}@media (min-width:767px){.c-breadcrumb__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.has-campaign-hero .c-breadcrumb__menu{max-width:60%;}}.c-breadcrumb__title{font-size:1rem;line-height:1.5;margin-bottom:0;padding:10px 0;}@media all and (min-width:767px){.c-breadcrumb__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__title{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__title a{text-decoration:underline;}.c-breadcrumb__title a:hover,.c-breadcrumb__title a:focus{text-decoration:none;}@media (min-width:767px){.c-breadcrumb__title{display:none;}}.c-breadcrumb__item{font-size:1rem;line-height:1.5;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}@media all and (min-width:767px){.c-breadcrumb__item{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-breadcrumb__item{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-breadcrumb__item{font-size:0.9rem;line-height:1.5;}}.c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px;padding-left:0;}.c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default,.t-default .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-guidance,.t-guidance .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #FF8BFF,-1px 0 0 #FF8BFF;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning,.t-learning .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FF8BFF,-1px 2px 0 #FF8BFF;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #00E7BD,-1px 0 0 #00E7BD;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #00E7BD,-1px 2px 0 #00E7BD;}}.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:2px 0 0 #6F00B0,-1px 0 0 #6F00B0;}@media (min-width:767px){.c-breadcrumb__item a > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #6F00B0,-1px 2px 0 #6F00B0;}}.c-breadcrumb__item a:hover,.c-breadcrumb__item a:focus{text-decoration:none;}.c-breadcrumb__item a:hover > span:not(.visually-hidden),.c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.has-campaign-hero .c-breadcrumb__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-breadcrumb__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-breadcrumb__item a:hover,.has-campaign-hero .c-breadcrumb__item a:focus{text-decoration:none;}.has-campaign-hero .c-breadcrumb__item a:hover > span:not(.visually-hidden),.has-campaign-hero .c-breadcrumb__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-breadcrumb__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-breadcrumb__item .o-icon{display:none;}@media (min-width:767px){.c-breadcrumb__item .o-icon{display:inline-block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-banner-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;}@media (min-width:767px){.c-banner-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.66667rem;}}.c-banner{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.875rem;}@media (min-width:767px){.c-banner{margin-left:1.66667rem;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-ms-flex-preferred-size:calc(50% - 1.66667rem);flex-basis:calc(50% - 1.66667rem);}}.c-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px;border:1px solid #25B2D3;}@media (min-width:767px){.c-banner__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:30px;}}@media (min-width:1024px){.c-banner__wrapper{padding:40px;}}.c-banner__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.c-banner__content p{margin-bottom:0;}.c-banner__content h2{margin-bottom:15px;}.c-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:20px;}@media (min-width:767px){.c-banner__btn{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;padding-left:0;margin-top:20px;}}.c-banner__btn a{width:100%;}@media (min-width:767px){.c-banner__btn a{width:auto;}}.c-book-nav{border-top:1px solid #25B2D3;padding:30px 0;}.c-book-nav--w-prev .c-book-nav__items{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-book-nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.c-book-nav__item{width:50%;}.c-book-nav__item:nth-child(2n) .c-book-nav__link{padding-left:10px;}.c-book-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;}.c-book-nav__link:hover .o-icon,.c-book-nav__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-book-nav__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-book-nav__link:hover,.c-book-nav__link:focus{text-decoration:none;}.c-book-nav__link:hover .c-book-nav__title span,.c-book-nav__link:focus .c-book-nav__title span{background-size:100% 100%;}.c-book-nav__link .o-icon{width:1.75rem;height:1.75rem;-ms-flex-negative:0;flex-shrink:0;}.c-book-nav__link--prev .o-icon{margin-right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-book-nav__link--prev:hover .o-icon,.c-book-nav__link--prev:focus .o-icon{-webkit-transform:rotate(180deg) scale(1.2);-ms-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2);}.c-book-nav__link--next{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media (min-width:767px){.c-book-nav__link--next{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:767px){.c-book-nav__link--next .c-book-nav__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media (min-width:767px){.c-book-nav__link--next .o-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px;}}.c-book-nav__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:10px;width:100%;}.c-book-nav__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-book-nav__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-book-nav__title:hover,.c-book-nav__title:focus{text-decoration:none;}.c-book-nav__title:hover > span:not(.visually-hidden),.c-book-nav__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-book-nav__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-book-nav__title{width:85%;margin-top:0;}}.c-guidlet-footer{margin:30px 0;padding:20px;border:1px solid #25B2D3;}.c-carousel{position:relative;background-color:#003057;color:#FFFFFF;}.c-carousel__container{overflow:hidden;}@media (max-width:766px){.c-carousel__container .o-container{padding:0;}}@media (min-width:767px){.c-carousel__container .o-container{position:relative;}}@media (min-width:767px){.c-carousel__container .swiper-container{overflow:visible;}}.c-carousel__container .swiper-slide{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}@media (min-width:767px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;margin-right:40px;}}@media (min-width:1024px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:35%;flex-basis:35%;}}@media (min-width:1800px){.c-carousel__container .swiper-slide{-ms-flex-preferred-size:40%;flex-basis:40%;}}.c-carousel__container .swiper-slide.swiper-slide-prev,.c-carousel__container .swiper-slide.swiper-slide-next + .swiper-slide{opacity:0.4;pointer-events:none;}.c-carousel__container .swiper-wrapper{margin-bottom:30px;}@media (min-width:767px){.c-carousel__container .swiper-wrapper{padding-top:30px;}}.c-carousel__container .swiper-scrollbar-drag{border-radius:0;background-color:#25B2D3;cursor:pointer;}.c-carousel__btns{position:absolute;width:100%;z-index:1;top:0;margin-top:calc(100% / (16 / 9));-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;}@media (min-width:767px){.c-carousel__btns{position:static;margin-top:0;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;}}@media (min-width:1024px){.c-carousel__btns{border:none;padding:0;}}.c-carousel__btn-next,.c-carousel__btn-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;background:#FFFFFF;color:#003057;width:2rem;height:2rem;border-radius:50%;padding:10px;margin:0 5px;}@media (min-width:767px){.c-carousel__btn-next,.c-carousel__btn-prev{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 7.5px;}}@media (min-width:1440px){.c-carousel__btn-next,.c-carousel__btn-prev{width:2.5rem;height:2.5rem;}}@media (min-width:1500px){.c-carousel__btn-next,.c-carousel__btn-prev{width:3rem;height:3rem;}}.c-carousel__btn-next:hover,.c-carousel__btn-next:focus,.c-carousel__btn-prev:hover,.c-carousel__btn-prev:focus{cursor:pointer;}.c-carousel__btn-next.swiper-button-disabled,.c-carousel__btn-prev.swiper-button-disabled{pointer-events:none;opacity:0.3;}.c-carousel__btn-next{right:10px;}@media (min-width:1024px){.c-carousel__btn-next{right:0;}}@media (min-width:1440px){.c-carousel__btn-next{right:-15px;}}@media (min-width:1500px){.c-carousel__btn-next{right:-40px;}}@media (min-width:1800px){.c-carousel__btn-next{right:-60px;}}.c-carousel__btn-next .o-icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.c-carousel__btn-prev{left:10px;}@media (min-width:1024px){.c-carousel__btn-prev{left:0;}}@media (min-width:1440px){.c-carousel__btn-prev{left:-15px;}}@media (min-width:1500px){.c-carousel__btn-prev{left:-40px;}}@media (min-width:1800px){.c-carousel__btn-prev{left:-60px;}}.c-carousel__btn-prev .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-carousel-teaser{display:block;position:relative;}@media (min-width:767px){.c-carousel-teaser::before{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;border:1px solid #25B2D3;display:none;}}.c-carousel-teaser:hover,.c-carousel-teaser:focus{text-decoration:none;}@media (min-width:767px){.c-carousel-teaser:hover::before,.c-carousel-teaser:focus::before{display:block;}}.c-carousel-teaser:hover h2 span,.c-carousel-teaser:focus h2 span{background-size:100% 100% !important;}.c-carousel-teaser__img{margin-bottom:20px;}.c-carousel-teaser__content{padding:0 20px;}@media (min-width:767px){.c-carousel-teaser__content{padding:0;}}.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-carousel-teaser__content h2{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-carousel-teaser__content h2{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-carousel-teaser__content h2{font-size:1.1rem;line-height:1.4;}}.c-carousel-teaser__content h2 > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-carousel-teaser__content h2 > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-carousel-teaser__content h2:hover,.c-carousel-teaser__content h2:focus{text-decoration:none;}.c-carousel-teaser__content h2:hover > span:not(.visually-hidden),.c-carousel-teaser__content h2:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-carousel-teaser__content h2.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-cookie{background-color:#e5f4f8;color:#003057;padding:20px 0;display:none;}@media (min-width:767px){.c-cookie__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-cookie__text{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:767px){.c-cookie__text{width:50%;}}@media (min-width:1024px){.c-cookie__text{width:auto;}}.c-cookie__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media (min-width:767px){.c-cookie__controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}}.c-cookie__controls li{margin:10px;margin-bottom:0;}.c-cookie__controls li:first-of-type{margin-left:0;}@media (min-width:767px){.c-cookie__controls li{margin:0;}}.c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:inherit;display:block;background:none;padding:0;outline:none;}.c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-cookie__cta:hover,.c-cookie__cta:focus{text-decoration:none;}.c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie__cta{margin-left:30px;}}.c-cookie--alert{background-color:#9E0055;color:#FFFFFF;}.c-cookie--alert .c-cookie__cta{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #9E0055,-1px 0 0 #9E0055;}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-cookie--alert .c-cookie__cta > span:not(.visually-hidden){text-shadow:1px 2px 0 #9E0055,-1px 2px 0 #9E0055;}}.c-cookie--alert .c-cookie__cta:hover,.c-cookie--alert .c-cookie__cta:focus{text-decoration:none;}.c-cookie--alert .c-cookie__cta:hover > span:not(.visually-hidden),.c-cookie--alert .c-cookie__cta:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-cookie--alert .c-cookie__cta.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-cookie--alert .c-cookie__text{width:auto;}}.c-cookie--alert .o-icon{margin-right:15px;-webkit-box-flex:0;-ms-flex:none;flex:none;}#ccc #ccc-notify{margin:0 auto !important;padding:20px !important;width:100%;max-width:1400px;}@media (min-width:600px){#ccc #ccc-notify{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}}@media (min-width:767px){#ccc #ccc-notify{padding:30px !important;}}@media (min-width:1024px){#ccc #ccc-notify{padding:50px !important;}}@media (min-width:1400px){#ccc #ccc-notify{overflow:visible !important;}#ccc #ccc-notify::before,#ccc #ccc-notify::after{content:'';position:absolute;top:0;width:calc(2px + (100vw - 1400px) / 2);height:100%;background-color:inherit;}#ccc #ccc-notify::before{left:0;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(-1) translateX(-2px);-ms-transform:scaleX(-1) translateX(-2px);transform:scaleX(-1) translateX(-2px);}#ccc #ccc-notify::after{right:0;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(-1) translateX(2px);-ms-transform:scaleX(-1) translateX(2px);transform:scaleX(-1) translateX(2px);}}@media (min-width:600px){#ccc .ccc-notify-buttons{margin-top:16px !important;white-space:normal !important;}}body #ccc .ccc-notify-button{padding:20px !important;border:none;border-radius:0;font-size:1rem;line-height:1.5;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}@media all and (min-width:767px){body #ccc .ccc-notify-button{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){body #ccc .ccc-notify-button{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){body #ccc .ccc-notify-button{font-size:0.9rem;line-height:1.5;}}body #ccc .ccc-notify-button:focus{-webkit-filter:none !important;filter:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}body #ccc .ccc-notify-button:focus-visible{outline:none;}body #ccc .ccc-notify-button:not(.ccc-notify-link):hover{background-color:#007292 !important;}.tabbing body #ccc .ccc-notify-button:not(.ccc-notify-link):focus{background-color:#007292 !important;}.tabbing #ccc .ccc-notify-button:focus{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}body #ccc .ccc-notify-button.ccc-accept-button span,body #ccc .ccc-notify-button.ccc-reject-button span,body #ccc .ccc-notify-button.ccc-close-button span{background-color:transparent !important;}#ccc .ccc-notify-text h3{margin-bottom:10px;}#ccc .ccc-notify-text a{text-decoration:underline;}#ccc .ccc-notify-text a:hover,#ccc .ccc-notify-text a:focus{text-decoration:none;}#ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-filter:none !important;filter:none !important;}.tabbing #ccc .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle{-webkit-box-shadow:0 0 0 5px #16aa47 !important;box-shadow:0 0 0 5px #16aa47 !important;}.c-download{position:relative;text-align:left;}.c-download a{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.5;padding:20px;padding-right:20px;padding-left:2.5rem;outline:0;background-color:#003057;color:#FFFFFF;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none !important;}@media all and (min-width:767px){.c-download a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-download a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-download a{font-size:0.9rem;line-height:1.5;}}.c-download a:hover,.c-download a:focus{background-color:#007292;}.c-download .o-icon{width:1.5rem;position:absolute;-webkit-transform:translate(50%,-50%) scaleX(-1);-ms-transform:translate(50%,-50%) scaleX(-1);transform:translate(50%,-50%) scaleX(-1);top:50%;right:auto;left:0;color:#FFFFFF;pointer-events:none;}.t-guidance .c-download--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.t-guidance .c-download--guidance .o-icon{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;color:currentColor;-ms-flex-negative:0;flex-shrink:0;}.t-guidance .c-download--guidance a{background-color:transparent;padding:0;color:#003057;text-decoration:none !important;font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-left:10px;}@media all and (min-width:767px){.t-guidance .c-download--guidance a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.t-guidance .c-download--guidance a{font-size:0.8rem;line-height:1.2;}}.t-guidance .c-download--guidance a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-guidance .c-download--guidance a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-guidance .c-download--guidance a:hover,.t-guidance .c-download--guidance a:focus{text-decoration:none;}.t-guidance .c-download--guidance a:hover > span:not(.visually-hidden),.t-guidance .c-download--guidance a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-guidance .c-download--guidance a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-facet{position:relative;margin-bottom:20px;width:100%;}@media (min-width:767px){.c-facet{margin-bottom:0;}}.l-grid__item:last-child .c-facet{margin-bottom:0;}.c-facet__tab{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:initial;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#003057;margin-bottom:0;background-color:#e5f4f8;padding:20px;width:100%;text-align:left;position:relative;}@media all and (min-width:767px){.c-facet__tab{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-facet__tab{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-facet__tab{font-size:0.9rem;line-height:initial;}}.c-facet__tab > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-facet__tab > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-facet__tab:hover,.c-facet__tab:focus{text-decoration:none;}.c-facet__tab:hover > span:not(.visually-hidden),.c-facet__tab:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-facet__tab.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-facet__tab{padding:18px;}}.c-facet__tab:hover span,.c-facet__tab:focus span{background-size:100% 100%;}.c-facet__tab.is-active .o-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);}.c-facet__tab.is-active span{background-size:100% 100%;}.c-facet__tab .o-icon{width:0.75rem;height:0.25rem;position:absolute;top:50%;right:15px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.c-facet__panel{background-color:#003057;color:#FFFFFF;padding:20px 10px;position:absolute;width:100%;z-index:100;display:none;max-height:400px;overflow-y:auto;}.c-facet__panel .c-taxonomy-tag{display:block;margin:0;}.c-facet__panel.is-active{display:block;}.c-facet__results{margin-top:20px;}.facet-empty{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#FFFFFF;color:#003057;padding:15px;width:100%;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:1rem;line-height:1.2;opacity:0.3;pointer-events:none;}@media all and (min-width:767px){.facet-empty{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.facet-empty{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.facet-empty{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.facet-empty{margin-bottom:0;padding:18px;}}.c-facet-hero{border-bottom:1px solid #FFFFFF;}.c-facet-hero.page-node-type-longform-content,.page-node-type-longform-content .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-default,.t-default .c-facet-hero{background-color:#e5f4f8;color:#003057;}.c-facet-hero.t-default-dark,.t-default-dark .c-facet-hero{background-color:#003057;color:#FFFFFF;}.c-facet-hero.t-guidance,.t-guidance .c-facet-hero{background-color:#a91255;color:#FFFFFF;}.c-facet-hero.t-your-vote-matters,.t-your-vote-matters .c-facet-hero{background-color:#088488;color:#FFFFFF;}.c-facet-hero.t-mature-orange,.t-mature-orange .c-facet-hero{background-color:#B74E20;color:#FFFFFF;}.c-facet-hero.t-mature-green,.t-mature-green .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-purple,.t-mature-purple .c-facet-hero{background-color:#705191;color:#FFFFFF;}.c-facet-hero.t-mature-yellow,.t-mature-yellow .c-facet-hero{background-color:#897616;color:#FFFFFF;}.c-facet-hero.t-mature-brown,.t-mature-brown .c-facet-hero{background-color:#2B220A;color:#FFFFFF;}.c-facet-hero.t-learning,.t-learning .c-facet-hero{background-color:#FF8BFF;color:#000000;}.c-facet-hero.t-learning--educator,.t-learning--educator .c-facet-hero{background-color:#00E7BD;color:#000000;}.c-facet-hero.t-digital-transparency,.t-digital-transparency .c-facet-hero{background-color:#6F00B0;color:#FFFFFF;}.c-facet-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-facet-hero__content{padding:3.33333rem 0;}}.c-facet-hero__clear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;font-size:18px;}@media (min-width:767px){.c-facet-hero__clear{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:22px;}}.c-facet-hero__clear a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-facet-hero__clear.c-facet-hero__clear--white .o-icon{stroke:#a91255;}.c-facet-hero__clear .o-icon{margin-left:15px;width:20px;height:20px;stroke:#003057;}.c-guidance-facet,.c-guidance-search{width:100%;}@media (min-width:767px){.c-guidance-facet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media (min-width:1024px){.c-guidance-facet{display:block;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet{display:block;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;}}@media (min-width:767px){.c-guidance-facet .c-facet{margin-bottom:0;}}.c-guidance-facet .c-facet__tab{background-color:#FFFFFF;}@media (min-width:767px){.c-guidance-facet__facet{width:80%;}}@media (min-width:1024px){.c-guidance-facet__facet{width:100%;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__facet{width:auto;}}.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-facet__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-facet__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-facet__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-guidance-facet__title{width:20%;margin-bottom:0;}}@media (min-width:1024px){.c-guidance-facet__title{width:100%;margin-bottom:20px;}}@media (min-width:767px){.c-facet-hero--grid-from-medium .c-guidance-facet__title{margin-bottom:20px;width:auto;}}.c-guidance-search__title{font-size:1.12rem;line-height:1.4;font-weight:bold;margin-bottom:20px;}@media all and (min-width:767px){.c-guidance-search__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-guidance-search__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-guidance-search__title{font-size:1.1rem;line-height:1.4;}}.c-feedback-form__options{padding:20px;border-bottom:1px solid #FFFFFF;}.c-feedback-form__options.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-default,.t-default .c-feedback-form__options{color:#003057;background-color:#e5f4f8;}.c-feedback-form__options.t-default-dark,.t-default-dark .c-feedback-form__options{color:#003057;background-color:#E3E7EA;}.c-feedback-form__options.t-guidance,.t-guidance .c-feedback-form__options{color:#8F1049;background-color:#F4EDF0;}.c-feedback-form__options.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__options{color:#076A6E;background-color:#ECF3F3;}.c-feedback-form__options.t-mature-orange,.t-mature-orange .c-feedback-form__options{color:#B24B1F;background-color:#F6F0EE;}.c-feedback-form__options.t-mature-green,.t-mature-green .c-feedback-form__options{color:#706012;background-color:#F1F2ED;}.c-feedback-form__options.t-mature-purple,.t-mature-purple .c-feedback-form__options{color:#5D4378;background-color:#F2F0F3;}.c-feedback-form__options.t-mature-yellow,.t-mature-yellow .c-feedback-form__options{color:#706012;background-color:#F3F2ED;}.c-feedback-form__options.t-mature-brown,.t-mature-brown .c-feedback-form__options{color:#2B220A;background-color:#EEEEED;}.c-feedback-form__options.t-learning,.t-learning .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-learning--educator,.t-learning--educator .c-feedback-form__options{color:#FFFFFF;background-color:#323131;}.c-feedback-form__options.t-digital-transparency,.t-digital-transparency .c-feedback-form__options{color:#000000;background-color:#F0E6F6;}@media (min-width:767px){.c-feedback-form__options{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1024px){.c-feedback-form__options{padding:40px;}}.c-feedback-form__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-feedback-form__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-feedback-form__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-feedback-form__title{font-size:1.3rem;line-height:1.4;}}@media (min-width:767px){.c-feedback-form__title{margin-bottom:0;}}.c-feedback-form__controls{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-feedback-form__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;margin-right:20px;}.c-feedback-form__item > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-feedback-form__item > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-feedback-form__item:hover,.c-feedback-form__item:focus{text-decoration:none;}.c-feedback-form__item:hover > span:not(.visually-hidden),.c-feedback-form__item:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-feedback-form__item.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-feedback-form__item:hover .o-icon,.c-feedback-form__item:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-feedback-form__item{margin:0 10px;}}.c-feedback-form__item.-disable{opacity:0.1;pointer-events:none;}.c-feedback-form__item.-active{pointer-events:none;}.c-feedback-form__item.-active .o-icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}.c-feedback-form__item.-active span{background-size:100% 100%;}.c-feedback-form__item .o-icon{vertical-align:middle;width:1.75rem;height:1.75rem;margin-right:10px;}@media (min-width:767px){.c-feedback-form__item .o-icon{margin:0 10px;}}.c-feedback-form__item span{vertical-align:middle;width:auto;}.c-feedback-form__content{height:100% !important;}.c-feedback-form__content.page-node-type-longform-content,.page-node-type-longform-content .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-default,.t-default .c-feedback-form__content{background-color:#e5f4f8;}.c-feedback-form__content.t-default-dark,.t-default-dark .c-feedback-form__content{background-color:#E3E7EA;}.c-feedback-form__content.t-guidance,.t-guidance .c-feedback-form__content{background-color:#F4EDF0;}.c-feedback-form__content.t-your-vote-matters,.t-your-vote-matters .c-feedback-form__content{background-color:#ECF3F3;}.c-feedback-form__content.t-mature-orange,.t-mature-orange .c-feedback-form__content{background-color:#F6F0EE;}.c-feedback-form__content.t-mature-green,.t-mature-green .c-feedback-form__content{background-color:#F1F2ED;}.c-feedback-form__content.t-mature-purple,.t-mature-purple .c-feedback-form__content{background-color:#F2F0F3;}.c-feedback-form__content.t-mature-yellow,.t-mature-yellow .c-feedback-form__content{background-color:#F3F2ED;}.c-feedback-form__content.t-mature-brown,.t-mature-brown .c-feedback-form__content{background-color:#EEEEED;}.c-feedback-form__content.t-learning,.t-learning .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-learning--educator,.t-learning--educator .c-feedback-form__content{background-color:#323131;}.c-feedback-form__content.t-digital-transparency,.t-digital-transparency .c-feedback-form__content{background-color:#F0E6F6;}.c-feedback-form__content .fieldset-inset{padding:0;border:none;}.c-feedback-form__content select,.c-feedback-form__content textarea,.c-feedback-form__content input[type=text]{background-color:#FFFFFF;}.c-feedback-form__content .c-feedback-form__inner{padding:20px;margin:0;}@media (min-width:767px){.c-feedback-form__content .c-feedback-form__inner{padding:30px;}}@media (min-width:1024px){.c-feedback-form__content .c-feedback-form__inner{padding:40px;}}.c-feedback-form__content .form-actions{margin-bottom:0;}.c-foi-search{margin-bottom:20px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-foi-search{padding-bottom:30px;margin-bottom:30px;}}@media (min-width:1024px){.c-foi-search{padding-bottom:40px;margin-bottom:40px;}}@media (min-width:767px){.c-foi-search .form-item-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:767px){.c-foi-search .form-item-search label{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-right:30px;}}@media (min-width:767px){.c-foi-search .form-item-search input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}}.c-footer{font-size:1rem;line-height:1.2;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-footer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer{font-size:0.9rem;line-height:1.4;}}.c-footer__padding{padding:1.875rem 0;}@media (min-width:767px){.c-footer__padding{padding:2.77778rem 0;}}@media (min-width:1400px){.c-footer__padding{padding:3.5rem 0;}}.c-footer-grid{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-footer-grid__item--links{margin-bottom:30px;}@media (min-width:767px){.c-footer-grid__item--links{-ms-flex-preferred-size:80%;flex-basis:80%;margin-bottom:0;}}@media (min-width:1024px){.c-footer-grid__item--links{-ms-flex-preferred-size:70%;flex-basis:70%;}}@media (min-width:767px){.c-footer-grid__item--links .c-footer-menu__item{float:left;width:50%;}}@media (min-width:767px){.c-footer-grid__item--social{-ms-flex-preferred-size:20%;flex-basis:20%;}}@media (min-width:1024px){.c-footer-grid__item--social{-ms-flex-preferred-size:30%;flex-basis:30%;}}.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}@media all and (min-width:767px){.c-footer-grid__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-footer-grid__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-grid__title{font-size:1.1rem;line-height:1.4;}}.c-footer-menu .o-icon{fill:#25B2D3;width:1rem;height:1rem;vertical-align:middle;}.c-footer-menu__social-icon{width:100%;}.c-footer-menu__social-icon:hover .o-icon,.c-footer-menu__social-icon:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-footer-menu__social-icon span{margin-left:10px;}.c-footer-menu__item a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:inline-block;}@media all and (min-width:767px){.c-footer-menu__item a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-footer-menu__item a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-footer-menu__item a{font-size:0.9rem;line-height:1.4;}}.c-footer-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-footer-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-footer-menu__item a:hover,.c-footer-menu__item a:focus{text-decoration:none;}.c-footer-menu__item a:hover > span:not(.visually-hidden),.c-footer-menu__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-footer-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu{list-style-type:none;}.c-guidlet-menu__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;position:relative;}.c-guidlet-menu__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidlet-menu__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidlet-menu__item a:hover,.c-guidlet-menu__item a:focus{text-decoration:none;}.c-guidlet-menu__item a:hover > span:not(.visually-hidden),.c-guidlet-menu__item a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidlet-menu__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-guidlet-menu__item--collapsed > a > span::after,.c-guidlet-menu__item--expanded > a > span::after{content:'\25BE';margin-left:5px;}.c-guidlet-menu__item--active-trail.active > a span{background-size:100% 100%;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item{position:relative;margin-left:40px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:before{content:'';width:1px;height:calc(100% + 15px);background-color:#003057;position:absolute;left:-30px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);margin-top:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item:last-of-type:before{content:none;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item > a:before{content:'';width:0.75rem;height:0.75rem;border-radius:50%;border:1px solid #003057;position:absolute;left:-30px;top:0.3rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#FFFFFF;}.c-guidlet-menu--level-0 .c-guidlet-menu{padding-left:20px;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail{color:#a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:before{border:1px solid #a91255;}.c-guidlet-menu--level-0 > .c-guidlet-menu__item--active-trail > a:after{content:'';width:0.45rem;height:0.45rem;border-radius:50%;background-color:#a91255;position:absolute;left:-30px;top:0.45rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}.c-guidance-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:20px;display:block;cursor:pointer;}.c-guidance-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-guidance-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-guidance-link:hover,.c-guidance-link:focus{text-decoration:none;}.c-guidance-link:hover > span:not(.visually-hidden),.c-guidance-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-guidance-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-header{background-color:#FFFFFF;}@media (min-width:1400px){.c-header{position:relative;border-bottom:1px solid #25B2D3;}.c-header:before{content:'';display:block;width:100%;height:100%;background-color:#FFFFFF;position:absolute;top:0;left:0;z-index:20;}}.c-header__logo{display:block;width:120px;height:60px;}.c-header__logo svg{fill:#003057;}.c-header__logo.-cy{width:95px;height:60px;}@media (min-width:767px){.c-header__logo.-cy{width:145px;height:90px;}}.c-header__logo.-en{width:120px;height:60px;}@media (min-width:767px){.c-header__logo.-en{width:180px;height:90px;}}.c-header__upper{background-color:#FFFFFF;padding:20px 0;position:relative;z-index:30;}.c-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.75rem;}.c-header__actions-search{display:none;}@media (min-width:1400px){.c-header__actions-search{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}}.c-header__lower{border-top:1px solid #25B2D3;background-color:#FFFFFF;}@media (min-width:1400px){.c-header__lower{border-top:none;background-color:transparent;}}.c-header__nav-bar{background-color:#FFFFFF;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}@media (min-width:1400px){.c-header__nav-bar{display:none;}}.c-header__nav-bar-button{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:transparent;color:inherit;border-bottom:1px solid #25B2D3;padding:1.25em;}.c-header__nav-bar-button:not(:first-child){border-left:1px solid #25B2D3;}.c-header__nav-bar-button[aria-expanded=true]{border-bottom:2px solid #003057;}.c-header__nav-bar-button .o-icon{margin-right:0.5em;}.c-header__dropdown{background-color:#fff;width:100%;}.c-header__dropdown[aria-hidden=true]{display:none;}.c-header__dropdown[aria-hidden=false]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (max-width:1399px){.c-header__dropdown--main-nav{z-index:20;position:absolute;left:0;height:calc(100dvh - 167px);}}.c-header-block{display:none;position:absolute;width:100%;background-color:#FFFFFF;left:0;right:0;z-index:1;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-header-block{background-color:transparent;display:block;position:relative;border:0;}}.c-header-block:before{content:'';width:20px;height:10px;border-bottom:solid 10px #FFFFFF;border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;bottom:100%;}@media (min-width:767px){.c-header-block:before{content:none;}}.c-header-block.is-active{display:block;}.c-hero{position:relative;overflow:hidden;border-bottom:1px solid #FFFFFF;}.c-hero:not(.c-hero--no-theme).page-node-type-longform-content,.page-node-type-longform-content .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-default,.t-default .c-hero:not(.c-hero--no-theme){background-color:#e5f4f8;color:#003057;}.c-hero:not(.c-hero--no-theme).t-default-dark,.t-default-dark .c-hero:not(.c-hero--no-theme){background-color:#003057;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-guidance,.t-guidance .c-hero:not(.c-hero--no-theme){background-color:#a91255;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-your-vote-matters,.t-your-vote-matters .c-hero:not(.c-hero--no-theme){background-color:#088488;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-orange,.t-mature-orange .c-hero:not(.c-hero--no-theme){background-color:#B74E20;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-green,.t-mature-green .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-purple,.t-mature-purple .c-hero:not(.c-hero--no-theme){background-color:#705191;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-yellow,.t-mature-yellow .c-hero:not(.c-hero--no-theme){background-color:#897616;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-mature-brown,.t-mature-brown .c-hero:not(.c-hero--no-theme){background-color:#2B220A;color:#FFFFFF;}.c-hero:not(.c-hero--no-theme).t-learning,.t-learning .c-hero:not(.c-hero--no-theme){background-color:#FF8BFF;color:#000000;}.c-hero:not(.c-hero--no-theme).t-learning--educator,.t-learning--educator .c-hero:not(.c-hero--no-theme){background-color:#00E7BD;color:#000000;}.c-hero:not(.c-hero--no-theme).t-digital-transparency,.t-digital-transparency .c-hero:not(.c-hero--no-theme){background-color:#6F00B0;color:#FFFFFF;}.c-hero__title{margin-bottom:10px;}@media (min-width:767px){.c-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.c-hero__inner .c-social{margin-bottom:0.5em;}@media (min-width:767px){.c-hero__inner .c-social{margin-bottom:0;}}.c-hero__content{width:100%;padding:1.875rem 0;}@media (min-width:767px){.c-hero__content{padding:2.77778rem 0;}}.c-hero__half{margin-bottom:20px;}@media (min-width:1024px){.c-hero__half{padding-left:2.22222rem;margin-bottom:0;width:50%;}}@media (min-width:1024px){.c-hero__desc{margin-top:10px;}}@media (min-width:767px){.c-hero--w-img{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:767px){.c-hero--w-img .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}}@media (min-width:1024px){.c-hero--w-img .c-hero__wrapper{min-height:350px;}}.c-hero--w-img .c-hero__img{display:none;margin:30px -20px -30px -20px;}@media (min-width:767px){.c-hero--w-img .c-hero__img{display:block;position:absolute;right:0;bottom:0;margin:0;max-width:50%;width:50%;padding-left:20px;}}.c-hero--w-img .c-hero__img img{display:block;height:auto;width:100%;}.t-learning .c-hero--w-img .c-hero__img img{height:100%;-o-object-fit:cover;object-fit:cover;}@media (min-width:767px){.c-hero--w-img .c-hero__title{width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__wrapper{min-height:30vh;}}@media (min-width:1024px){.c-hero--error .c-hero__wrapper{min-height:40vh;}}@media (min-width:1400px){.c-hero--error .c-hero__wrapper{min-height:50vh;}}.c-hero--error .c-hero__title{margin-bottom:20px;}@media (min-width:767px){.c-hero--error .c-hero__title{margin-bottom:30px;}}@media (min-width:767px){.c-hero--error .c-hero__title{max-width:30%;}}@media (min-width:1400px){.c-hero--error .c-hero__title{max-width:50%;}}@media (min-width:767px){.c-hero--error .c-hero__img{max-width:70%;}}@media (min-width:1400px){.c-hero--error .c-hero__img{max-width:50%;}}.c-hero--error .c-hero__img .media-full{margin-bottom:0;}.c-hero--search{background-color:#e5f4f8;}.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.c-hero--search .c-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-hero--search .c-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-hero--search .c-hero__title{font-size:1.8rem;line-height:1.4;}}@media (min-width:1024px){.c-hero--search .c-hero__content{margin-left:-2.22222rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;}}.c-hero--search .c-hero__content input[type=text]{background-color:#FFFFFF;}.c-hero--search .c-hero__content label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-hero--longform-content{position:relative;margin-top:-1px;border-bottom:0;}.c-hero--longform-content .c-hero__wrapper{position:relative;}@media (min-width:767px){.c-hero--longform-content .c-hero__wrapper{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1024px){.c-hero--longform-content .c-hero__wrapper{min-height:350px;}}.c-hero--longform-content .media-hero{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1;-webkit-filter:grayscale(1);filter:grayscale(1);}.c-hero--campaign{background-color:#FEC2DB;color:#003057;overflow:visible;}.c-hero--campaign .c-hero__campaign-image{margin-top:-40px;pointer-events:none;max-width:300px;margin-left:auto;margin-right:auto;}@media (min-width:767px){.c-hero--campaign .c-hero__campaign-image{margin:0;position:absolute;right:0;bottom:0;-webkit-transform:translateY(30%) translateX(10%);-ms-transform:translateY(30%) translateX(10%);transform:translateY(30%) translateX(10%);top:auto;width:300px;max-width:none;margin-top:0;}.c-hero--campaign .c-hero__campaign-image::before{content:'';display:block;padding-bottom:100%;}.c-hero--campaign .c-hero__campaign-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}}@media (min-width:1024px){.c-hero--campaign .c-hero__campaign-image{width:375px;-webkit-transform:translateY(30%) translateX(5%);-ms-transform:translateY(30%) translateX(5%);transform:translateY(30%) translateX(5%);}}@media (min-width:1280px){.c-hero--campaign .c-hero__campaign-image{width:450px;-webkit-transform:translateY(35%) translateX(5%);-ms-transform:translateY(35%) translateX(5%);transform:translateY(35%) translateX(5%);}}@media (min-width:1400px){.c-hero--campaign .c-hero__campaign-image{width:500px;}}@media (min-width:767px){.c-hero--campaign .c-hero__text-content{max-width:60%;}.c-hero--campaign .c-hero__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-hero--campaign .c-hero__content{padding:3.88889rem 0;}}.c-hero--campaign .c-social__list .o-icon{fill:#003057 !important;}.has-campaign-hero .c-hero--campaign .o-meta-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FEC2DB,-1px 0 0 #FEC2DB;}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.has-campaign-hero .c-hero--campaign .o-meta-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FEC2DB,-1px 2px 0 #FEC2DB;}}.has-campaign-hero .c-hero--campaign .o-meta-link:hover,.has-campaign-hero .c-hero--campaign .o-meta-link:focus{text-decoration:none;}.has-campaign-hero .c-hero--campaign .o-meta-link:hover > span:not(.visually-hidden),.has-campaign-hero .c-hero--campaign .o-meta-link:focus > span:not(.visually-hidden){background-size:0% 100%;}.has-campaign-hero .c-hero--campaign .o-meta-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-home-hero{padding:20px;background-color:#003057;color:#FFFFFF;position:relative;}@media (min-width:767px){.c-home-hero{padding:30px;}}@media (min-width:1024px){.c-home-hero{padding:40px;}}.c-home-hero > *:last-child{margin-bottom:0;}.c-home-hero__content{position:relative;z-index:1;}@media (min-width:767px){.c-home-hero__content{width:50%;padding-right:30px;}}@media (min-width:1024px){.c-home-hero__content{padding-right:40px;}}.c-home-hero__title{font-size:1.56rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-home-hero__title{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.c-home-hero__title{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.c-home-hero__title{font-size:1.8rem;line-height:1.4;}}.c-home-hero__image{margin-left:-20px;margin-right:-20px;margin-top:-20px;margin-bottom:20px;}@media (min-width:767px){.c-home-hero__image{margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:50%;}}@media (min-width:767px){.c-home-hero__image img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;height:100%;width:100%;}}.c-legacy{border:1px solid #25B2D3;}.c-legacy__header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #25B2D3;}.c-legacy__tag{width:30%;padding:10px;background-color:#003057;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;}@media (min-width:767px){.c-legacy__tag{padding:15px;width:20%;}}@media (min-width:1024px){.c-legacy__tag{padding:20px;width:18%;}}.c-legacy__title{font-size:1.12rem;line-height:1.4;width:70%;padding:10px;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-legacy__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-legacy__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-legacy__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-legacy__title{padding:15px;width:80%;}}@media (min-width:1024px){.c-legacy__title{padding:20px;width:82%;}}.c-legacy__content{padding:15px;}@media (min-width:767px){.c-legacy__content{padding:30px;}}.c-main{margin-bottom:1.875rem;}@media (min-width:767px){.c-main{margin-bottom:2.77778rem;}}@media (min-width:1024px){.c-main{margin-bottom:3.5rem;}}@media (max-width:1399px){.c-drilldown-reveal{height:100%;width:100%;overflow:hidden;overflow-y:auto;}}.c-main-navigation__menu{margin:0;padding:0;list-style:none;}@media (max-width:1399px){.c-main-navigation__menu{z-index:10;min-height:100%;position:relative;}}.c-main-navigation__menu--level-0{width:100%;}@media (min-width:1400px){.c-main-navigation__menu--level-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-width:1400px;width:100%;padding:0 50px;margin:0 auto;}}.c-main-navigation__menu--level-1{display:none;position:absolute;left:0;width:100%;will-change:transform;background-color:#FFFFFF;}@media (max-width:1399px){.c-main-navigation__menu--level-1{top:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);padding-bottom:56px;-webkit-box-shadow:-1px 0px 0px #25B2D3;box-shadow:-1px 0px 0px #25B2D3;}}@media (min-width:1400px){.c-main-navigation__menu--level-1{top:calc(100% + 1px);z-index:10;position:absolute;width:100%;padding:3rem 0rem 3rem 462px;background-color:#FFFFFF;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:1400px;-webkit-column-count:2;column-count:2;}}@media (min-width:1400px){.c-main-navigation__menu--level-1:before{content:'';width:100%;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(#e5f4f8),color-stop(33%,#e5f4f8),color-stop(33%,#FFFFFF),to(#FFFFFF));background-image:-o-linear-gradient(left,#e5f4f8 0%,#e5f4f8 33%,#FFFFFF 33%,#FFFFFF 100%);background-image:linear-gradient(90deg,#e5f4f8 0%,#e5f4f8 33%,#FFFFFF 33%,#FFFFFF 100%);position:absolute;z-index:20;top:0;left:0;}}@media (min-width:1400px){.c-main-navigation__menu--level-1:after{content:'';width:100vw;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(#e5f4f8),color-stop(50%,#e5f4f8),color-stop(50%,#FFFFFF),to(#FFFFFF));background-image:-o-linear-gradient(left,#e5f4f8 0%,#e5f4f8 50%,#FFFFFF 50%,#FFFFFF 100%);background-image:linear-gradient(90deg,#e5f4f8 0%,#e5f4f8 50%,#FFFFFF 50%,#FFFFFF 100%);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}}@media (max-width:1399px){.c-main-navigation__menu--level-1.is-active{position:relative;}}.c-main-navigation__menu--level-2{padding-bottom:1rem;margin-top:-0.75rem;}@media (min-width:1400px){.c-main-navigation__menu--level-2{margin-top:0rem;margin-bottom:0.25rem;padding-bottom:0;}}@media (max-width:1399px){.c-main-navigation__item--level-0{border-bottom:1px solid #25B2D3;}}@media (min-width:1400px){.c-main-navigation__item--level-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:1rem;}}@media (min-width:1400px){.c-main-navigation__item--level-0:last-child .c-main-navigation__item-link--level-0:after{display:block;}}@media (max-width:1399px){.c-main-navigation__item--level-1{border-bottom:1px solid #25B2D3;}}@media (min-width:1400px){.c-main-navigation__item--level-1{width:462px;float:left;padding:0 50px;position:relative;z-index:20;-webkit-column-break-inside:avoid;break-inside:avoid;}}.c-main-navigation__item--description{background-color:#e5f4f8;}@media (min-width:1400px){.c-main-navigation__item--description{background-color:transparent;padding:50px;width:462px;margin-top:-3rem;margin-left:-462px;margin-bottom:0;height:100%;}}.c-main-navigation__item:has(~ .submenu-open),.c-main-navigation__item.submenu-open ~ .c-main-navigation__item{display:none;}@media (min-width:1400px){.c-main-navigation__item-description-title{margin-bottom:4rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-description-title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-description-title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-description-title > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}@media (min-width:1400px){.c-main-navigation__item-description-title:hover,.c-main-navigation__item-description-title:focus{text-decoration:none;}.c-main-navigation__item-description-title:hover > span:not(.visually-hidden),.c-main-navigation__item-description-title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-description-title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-main-navigation__item-description-summary{font-weight:normal;line-height:1.6;}@media (min-width:1400px){.c-main-navigation__item-description-summary:before{content:'';display:block;width:50px;height:2px;background-color:#25B2D3;margin-bottom:1rem;}}.c-main-navigation__item-description-summary > *:last-child{margin-bottom:0;}.c-main-navigation__item-link{font-size:1rem;line-height:1.25;text-decoration:none;font-weight:bold;}@media all and (min-width:767px){.c-main-navigation__item-link{font-size:0.88rem;line-height:1.25;}}@media all and (min-width:1024px){.c-main-navigation__item-link{font-size:0.88rem;line-height:1.25;}}@media all and (min-width:1400px){.c-main-navigation__item-link{font-size:0.8rem;line-height:1.25;}}@media (max-width:1399px){.c-main-navigation__item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0.5rem 1.25rem;}}@media (min-width:1400px){.c-main-navigation__item-link{display:block;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-link > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}@media (min-width:1400px){.c-main-navigation__item-link:hover,.c-main-navigation__item-link:focus{text-decoration:none;}.c-main-navigation__item-link:hover > span:not(.visually-hidden),.c-main-navigation__item-link:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-link.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-main-navigation__item-link:hover,.c-main-navigation__item-link:focus{text-decoration:none;}@media (max-width:1399px){.c-main-navigation__item-link > span{pointer-events:none;margin-right:0.5rem;}}.c-main-navigation__item-link > svg{pointer-events:none;}@media (max-width:1399px){.c-main-navigation__item-link--level-0{padding:1.25rem 1.25rem;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0{width:100%;padding:0 1.25rem;line-height:1.25;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:20;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:focus{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:1400px) and (min-width:767px){.c-main-navigation__item-link--level-0:focus > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:focus:hover,.c-main-navigation__item-link--level-0:focus:focus{text-decoration:none;}.c-main-navigation__item-link--level-0:focus:hover > span:not(.visually-hidden),.c-main-navigation__item-link--level-0:focus:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-main-navigation__item-link--level-0:focus.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:before,.c-main-navigation__item-link--level-0:after{content:'';width:1px;height:70%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#25B2D3;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:before{left:0;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0:after{display:none;right:0;}}@media (min-width:1400px){.c-main-navigation__item-link--level-0 > span{display:block;padding:0.75rem 0;}}.c-main-navigation__item-link--level-1{padding-top:1.25rem;padding-bottom:1.25rem;}@media (min-width:1400px){.c-main-navigation__item-link--level-1{padding-top:1rem;padding-bottom:1rem;}}.c-main-navigation__item-link--level-2{opacity:0.7;font-weight:normal;}@media (min-width:1400px){.c-main-navigation__item-link--level-2{padding-top:0.25rem;padding-bottom:0.25rem;}}@media (max-width:1399px){.c-main-navigation__item-link--description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:0;}}@media (min-width:1400px){.c-main-navigation__item-link--description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;text-align:left;}}@media (max-width:1399px){.c-main-navigation__item-link--description > *:last-child{margin-bottom:0;}}@media (min-width:1400px){.c-main-navigation__item-link > .o-icon{display:none;}}@media (max-width:1399px){.c-main-navigation__back-button{opacity:0;visibility:hidden;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;bottom:0;left:0;z-index:20;will-change:opacity;}}@media (min-width:1400px){.c-main-navigation__back-button{display:none;}}.c-main-navigation__back-button .o-icon{margin-right:1rem;}.c-pagination{padding:30px 0;}.c-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-pagination__item.is-active a{text-decoration:underline;}.c-pagination__item a{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-pagination__item .o-icon{width:2rem;height:2rem;}.c-pagination__item--prev,.c-pagination__item--next{-ms-flex-negative:0;flex-shrink:0;}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon,.c-pagination__item--next a:hover .o-icon,.c-pagination__item--next a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-pagination__item--prev .o-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.c-pagination__item--prev a:hover .o-icon,.c-pagination__item--prev a:focus .o-icon{-webkit-transform:scale(1.2) rotate(180deg);-ms-transform:scale(1.2) rotate(180deg);transform:scale(1.2) rotate(180deg);}.t-learning .c-pagination__item{font-size:1.25rem;line-height:1.2;font-weight:bold;}@media all and (min-width:767px){.t-learning .c-pagination__item{font-size:1.66667rem;}}@media all and (min-width:1400px){.t-learning .c-pagination__item{font-size:1.5rem;}}.t-learning .c-pagination__item a,.t-learning .c-pagination__item.is-active a{text-decoration:none;}.t-learning .c-pagination__item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.t-learning .c-pagination__item a::after{content:"";width:calc(100%);height:10px;display:block;background-repeat:no-repeat;background-image:-o-linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-image:linear-gradient(transparent calc(100% - 10px),#B5FF2B calc(100% - 10px),#B5FF2B calc(100% + 1px),transparent calc(100% + 1px));background-size:0 100%;}@media (min-width:767px){.t-learning .c-pagination__item a::after{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}.t-learning .c-pagination__item a:hover::after,.t-learning .c-pagination__item a:focus::after{background-size:100% 100%;}.t-learning .c-pagination__item.is-active a::after{background-size:100% 100%;}.t-learning .c-pagination__item .o-icon{width:1.8rem;height:1.8rem;border-radius:50%;}.t-learning .pager__item--previous a::after,.t-learning .pager__item--previous a:hover::after,.t-learning .pager__item--previous a:focus::after,.t-learning .pager__item--next a::after,.t-learning .pager__item--next a:hover::after,.t-learning .pager__item--next a:focus::after{background-size:0 100%;}.c-nav-jumplink{font-size:1rem;line-height:1.5;background-color:#003057;color:#FFFFFF;position:relative;z-index:5;}@media all and (min-width:767px){.c-nav-jumplink{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-nav-jumplink{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-nav-jumplink{font-size:0.9rem;line-height:1.5;}}.c-nav-jumplink.is-sticky{position:fixed;z-index:1000;top:0;left:0;right:0;}.toolbar-fixed .c-nav-jumplink.is-sticky{top:79px;}.c-nav-jumplink__header{padding:20px 0;}.c-nav-jumplink__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.c-nav-jumplink__synopsis{margin-bottom:0;}.c-nav-jumplink__content{padding:20px 0;background-color:#003057;border-top:1px solid #FFFFFF;}.c-nav-jumplink__links{display:grid;row-gap:20px;}@media (min-width:1024px){.c-nav-jumplink__links{grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:50px;column-gap:50px;}}.c-nav-jumplink__link{text-decoration:underline;}.c-nav-jumplink__link:hover,.c-nav-jumplink__link:focus{text-decoration:none;}.c-nav-jumplink__link.is-active{font-weight:bold;}.c-nav-jumplink__progress{height:5px;background-color:#25B2D3;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.c-nav-jumplink__toggle-btn{background:none;padding:0;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;}.c-nav-jumplink__toggle-btn.is-active .c-nav-jumplink__icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.c-nav-jumplink__icon{margin-left:20px;width:36px;height:36px;}.c-language-switcher{position:relative;z-index:10;}.c-language-switcher__dropdown{display:none;font-size:1rem;line-height:1;position:absolute;z-index:10;top:100%;left:0;width:100%;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;background-color:#003057;color:#FFFFFF;}@media all and (min-width:767px){.c-language-switcher__dropdown{font-size:0.88rem;line-height:1;}}@media all and (min-width:1024px){.c-language-switcher__dropdown{font-size:1rem;line-height:1;}}@media all and (min-width:1400px){.c-language-switcher__dropdown{font-size:0.9rem;line-height:1;}}.c-language-switcher__dropdown.is-active{display:block;}.c-language-switcher__menu{padding:10px 20px 20px;margin:0;list-style:none;border:1px solid #003057;}.c-language-switcher__menu li:not(:last-child){margin-bottom:1rem;}.c-language-switcher__menu a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-language-switcher__menu a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-language-switcher__menu a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-language-switcher__menu a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-language-switcher__menu a:hover,.c-language-switcher__menu a:focus{text-decoration:none;}.c-language-switcher__menu a:hover > span:not(.visually-hidden),.c-language-switcher__menu a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-language-switcher__menu a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.media-post_content_logo{border-top:1px solid #25B2D3;padding-top:20px;margin-top:20px;margin-bottom:-0.625rem;}.media-post_content_logo.t-learning,.t-learning .media-post_content_logo{border-color:#FF8BFF;}.media-post_content_logo.t-learning--educator,.t-learning--educator .media-post_content_logo{border-color:#00E7BD;}.media-post_content_logo.t-digital-transparency,.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}.t-digital-transparency .media-post_content_logo{border-color:#6F00B0;}@media (min-width:767px){.media-post_content_logo{padding-top:30px;margin-top:30px;margin-bottom:-1.11111rem;}}@media (min-width:1024px){.media-post_content_logo{margin-bottom:-1.83333rem;}}.media-post_content_logo img{margin-left:auto;}.c-promo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-item-align:stretch;align-self:stretch;width:100%;position:relative;}.c-promo-link__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;padding-left:0;padding-right:10px;width:100%;height:100%;border-bottom:1px solid #25B2D3;position:relative;}.c-promo-link__link:hover .c-promo-link__download-icon svg,.c-promo-link__link:focus .c-promo-link__download-icon svg{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-promo-link__link .c-promo-link__btn-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__link .c-promo-link__btn-icon.page-node-type-longform-content,.page-node-type-longform-content .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-default,.t-default .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-default-dark,.t-default-dark .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#003057;}.c-promo-link__link .c-promo-link__btn-icon.t-guidance,.t-guidance .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#8F1049;}.c-promo-link__link .c-promo-link__btn-icon.t-your-vote-matters,.t-your-vote-matters .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#076A6E;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-orange,.t-mature-orange .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#B24B1F;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-green,.t-mature-green .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-purple,.t-mature-purple .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#5D4378;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-yellow,.t-mature-yellow .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#706012;}.c-promo-link__link .c-promo-link__btn-icon.t-mature-brown,.t-mature-brown .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#2B220A;}.c-promo-link__link .c-promo-link__btn-icon.t-learning,.t-learning .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-learning--educator,.t-learning--educator .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#FFFFFF;}.c-promo-link__link .c-promo-link__btn-icon.t-digital-transparency,.t-digital-transparency .c-promo-link__link .c-promo-link__btn-icon{border-bottom-color:#000000;}.c-promo-link__link:hover,.c-promo-link__link:focus{text-decoration:none;}@media (min-width:767px){.c-promo-link__link:hover .c-promo-link__btn-icon,.c-promo-link__link:focus .c-promo-link__btn-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-promo-link__link:hover .c-promo-link__title span,.c-promo-link__link:focus .c-promo-link__title span{background-size:100% 100%;}.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:40px;}@media (min-width:767px){.c-promo-link__has-icon .c-promo-link__title-wrapper,.c-promo-link__has-icon .c-promo-link__subtitle{margin-left:60px;}}.c-promo-link__link--no-padding-top{padding-top:0;}.c-promo-link__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;}.c-promo-link__title-wrapper > .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-promo-link__title{font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:20px;margin-bottom:0;width:80%;}@media all and (min-width:767px){.c-promo-link__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title{font-size:1.1rem;line-height:1.4;}}.c-promo-link__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-promo-link__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-promo-link__title:hover,.c-promo-link__title:focus{text-decoration:none;}.c-promo-link__title:hover > span:not(.visually-hidden),.c-promo-link__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-promo-link__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-promo-link__title .o-icon{display:none;}@media (min-width:767px){.c-promo-link__title .o-icon{display:inline-block;vertical-align:middle;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);height:0.5rem;width:0.5rem;}}.c-promo-link__title--large{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-promo-link__title--large{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-promo-link__title--large{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-promo-link__title--large{font-size:1.3rem;line-height:1.4;}}.c-promo-link__subtitle{display:inline-block;position:relative;margin-bottom:5px;padding-top:20px;font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;font-size:18px;}.c-promo-link__subtitle::after{content:'';margin-left:10px;padding-right:6px;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-caret-guidance-bg.svg");background-size:contain;background-position:center;background-repeat:no-repeat;}.c-promo-link__download-icon{position:absolute;left:0;top:0;}.c-promo-link__download-icon .o-icon{width:30px;height:36px;}.c-promo-link__download-icon--no-parent{top:20px;}.c-promo-link__summary{width:100%;font-size:1rem;line-height:1.5;margin-top:15px;font-weight:normal;}@media all and (min-width:767px){.c-promo-link__summary{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-promo-link__summary{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-promo-link__summary{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-promo-link--teaser .c-promo-link__link{border-bottom:0;border-left:1px solid #25B2D3;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-promo-link--teaser .c-promo-link__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.c-promo-link--teaser .c-promo-link__link:hover:before,.c-promo-link--teaser .c-promo-link__link:focus:before{width:100%;}}.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:1px solid #a91255;}@media (min-width:767px){.c-promo-link--guidance-legacy .c-promo-link__link{border-bottom:0;border-left:1px solid #a91255;}.c-promo-link--guidance-legacy .c-promo-link__link:before{background-color:rgba(169,18,85,0.1);}}.c-promo-link--guidance-legacy .o-icon{fill:#a91255;}.c-content-hub--themed{width:100vw;position:relative;left:50%;margin-left:-50vw;overflow:hidden;}.c-content-hub--themed.page-node-type-longform-content,.page-node-type-longform-content .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-default,.t-default .c-content-hub--themed{background-color:#e5f4f8;color:#003057;}.c-content-hub--themed.t-default-dark,.t-default-dark .c-content-hub--themed{background-color:#E3E7EA;color:#003057;}.c-content-hub--themed.t-guidance,.t-guidance .c-content-hub--themed{background-color:#F4EDF0;color:#8F1049;}.c-content-hub--themed.t-your-vote-matters,.t-your-vote-matters .c-content-hub--themed{background-color:#ECF3F3;color:#076A6E;}.c-content-hub--themed.t-mature-orange,.t-mature-orange .c-content-hub--themed{background-color:#F6F0EE;color:#B24B1F;}.c-content-hub--themed.t-mature-green,.t-mature-green .c-content-hub--themed{background-color:#F1F2ED;color:#706012;}.c-content-hub--themed.t-mature-purple,.t-mature-purple .c-content-hub--themed{background-color:#F2F0F3;color:#5D4378;}.c-content-hub--themed.t-mature-yellow,.t-mature-yellow .c-content-hub--themed{background-color:#F3F2ED;color:#706012;}.c-content-hub--themed.t-mature-brown,.t-mature-brown .c-content-hub--themed{background-color:#EEEEED;color:#2B220A;}.c-content-hub--themed.t-learning,.t-learning .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-learning--educator,.t-learning--educator .c-content-hub--themed{background-color:#323131;color:#FFFFFF;}.c-content-hub--themed.t-digital-transparency,.t-digital-transparency .c-content-hub--themed{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 0.83333rem);}}@media (min-width:1024px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 1.11111rem);}}@media (min-width:1400px){.page-node-type-page .c-content-hub--themed,.page-node-type-article .c-content-hub--themed{left:calc(70% + 1.25rem);}}.polling-station-hero{padding:1.875rem 0;background-color:#088488;text-align:center;color:#FFFFFF;}@media (min-width:767px){.polling-station-hero{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station-hero{padding:3.5rem 0;}}.polling-station-hero__heading{font-family:"Swis721LtBTW05-Medium","helvetica","arial",sans-serif;text-align:left;margin:0;}.polling-station-hero__heading-upper{display:block;margin-bottom:1em;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.polling-station-hero__heading-upper{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.polling-station-hero__heading-upper{font-size:0.8rem;line-height:1.2;}}.polling-station{padding:1.875rem 0;}@media (min-width:767px){.polling-station{padding:2.77778rem 0;}}@media (min-width:1400px){.polling-station{padding:3.5rem 0;}}.polling-station:last-child{padding-bottom:0;}.polling-station:not(:first-child){border-top:1px solid #25B2D3;}.polling-station__list{padding:0;}.polling-station__list li:not(:last-child){margin-bottom:1rem;}.polling-station__list li,.polling-station__list button{width:100%;}.polling-station__ballots,.polling-station__address{margin-bottom:1.5rem;}@media (min-width:767px){.polling-station__ballots,.polling-station__address{margin-bottom:2rem;}}@media (min-width:1024px){.polling-station__address address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.polling-station__map{width:100%;height:50vh;}@media (max-width:1023px){.polling-station__services{margin-top:0.5rem;}}@media (min-width:1024px){.polling-station__services{width:50%;}}.polling-station__services a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.polling-station__services a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.polling-station__services a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.polling-station__services a:hover,.polling-station__services a:focus{text-decoration:none;}.polling-station__services a:hover > span:not(.visually-hidden),.polling-station__services a:focus > span:not(.visually-hidden){background-size:0% 100%;}.polling-station__services a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.polling-station-footer{border-top:1px solid #25B2D3;}.polling-station-footer__inner{text-align:center;margin:1.875rem 0;}@media (min-width:767px){.polling-station-footer__inner{margin:2.77778rem 0;}}@media (min-width:1400px){.polling-station-footer__inner{margin:3.5rem 0;}}.ballot{padding:20px 0;margin-bottom:20px;border-top:1px solid #088488;border-bottom:1px solid #088488;}.ballot__candidate:not(:last-child){margin-bottom:20px;}.c-summary-box .polling-station__map{margin-bottom:20px;}.c-polling-station-slice{border:1px solid #25B2D3;padding:20px;}@media (min-width:767px){.c-polling-station-slice{padding:30px;}}@media (min-width:1024px){.c-polling-station-slice{padding:40px;}}.postcode-search{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.postcode-search__input{color:#003057;margin-bottom:0;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__input::placeholder{color:#003057;}.postcode-search__input::-webkit-input-placeholder{color:#003057;}.postcode-search__input:-moz-placeholder{color:#003057;}.postcode-search__input::-moz-placeholder{color:#003057;}.postcode-search__input:-ms-input-placeholder{color:#003057;}.postcode-search__input::-ms-input-placeholder{color:#003057;}.postcode-search__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:59px;-ms-flex-negative:0;flex-shrink:0;border:2px solid #007292;background-color:#e5f4f8;color:#007292;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;cursor:pointer;}.postcode-search__btn:hover,.postcode-search__btn:focus{background-color:#007292;}.postcode-search__btn:hover .o-icon,.postcode-search__btn:focus .o-icon{fill:#FFFFFF;}.postcode-search__btn .o-icon{fill:#007292;}.postcode-search__error{margin-top:0.5rem;}.c-quote{margin:0;padding:30px 10px;border-top:1px solid #25B2D3;border-bottom:1px solid #25B2D3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-quote{padding:50px 20px;}}.c-quote__content{font-size:1.38rem;line-height:1.4;font-weight:600;}@media all and (min-width:767px){.c-quote__content{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-quote__content{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quote__content{font-size:1.3rem;line-height:1.4;}}.c-quote__content p:before{content:none !important;}.c-quote__cite{margin-bottom:20px;}.c-quote__cite p{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quote__cite p{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quote__cite p{font-size:0.8rem;line-height:1.2;}}.c-quote__cite .o-icon{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-block;vertical-align:sub;}.page-node-type-longform-content .c-quote-container{background-color:#003057;color:#FFFFFF;margin-left:calc(50% - var(--vw,1vw) * 50);margin-right:calc(50% - var(--vw,1vw) * 50);padding:1.875rem calc(var(--vw,1vw) * 50 - 50%);}@media (min-width:767px){.page-node-type-longform-content .c-quote-container{padding:2.77778rem calc(var(--vw,1vw) * 50 - 50%);}}@media (min-width:1400px){.page-node-type-longform-content .c-quote-container{padding:3.5rem calc(var(--vw,1vw) * 50 - 50%);}}.page-node-type-longform-content .c-quote-container .o-slice__padding{margin:0;}.page-node-type-longform-content .c-quote-container .o-slice__title > span{background:none;}.page-node-type-longform-content .c-quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;padding:0;}.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__content{font-size:1.56rem;line-height:1.4;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__content{font-size:1.67rem;line-height:1.4;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__content{font-size:1.8rem;line-height:1.4;}}.page-node-type-longform-content .c-quote__cite{font-size:1rem;line-height:1.2;margin-bottom:0;margin-top:20px;color:#25B2D3;}@media all and (min-width:767px){.page-node-type-longform-content .c-quote__cite{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.page-node-type-longform-content .c-quote__cite{font-size:0.8rem;line-height:1.2;}}.page-node-type-longform-content .c-quote__cite::before{content:"\2014";display:inline-block;}.page-node-type-longform-content .c-quote__cite .o-icon{display:none;}.c-resources-download{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-resources-download{padding:30px;}}@media (min-width:1024px){.c-resources-download{padding:40px;}}.c-resources-download.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-default,.t-default .c-resources-download{background-color:#e5f4f8;color:#003057;}.c-resources-download.t-default-dark,.t-default-dark .c-resources-download{background-color:#E3E7EA;color:#003057;}.c-resources-download.t-guidance,.t-guidance .c-resources-download{background-color:#F4EDF0;color:#8F1049;}.c-resources-download.t-your-vote-matters,.t-your-vote-matters .c-resources-download{background-color:#ECF3F3;color:#076A6E;}.c-resources-download.t-mature-orange,.t-mature-orange .c-resources-download{background-color:#F6F0EE;color:#B24B1F;}.c-resources-download.t-mature-green,.t-mature-green .c-resources-download{background-color:#F1F2ED;color:#706012;}.c-resources-download.t-mature-purple,.t-mature-purple .c-resources-download{background-color:#F2F0F3;color:#5D4378;}.c-resources-download.t-mature-yellow,.t-mature-yellow .c-resources-download{background-color:#F3F2ED;color:#706012;}.c-resources-download.t-mature-brown,.t-mature-brown .c-resources-download{background-color:#EEEEED;color:#2B220A;}.c-resources-download.t-learning,.t-learning .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-learning--educator,.t-learning--educator .c-resources-download{background-color:#323131;color:#FFFFFF;}.c-resources-download.t-digital-transparency,.t-digital-transparency .c-resources-download{background-color:#F0E6F6;color:#000000;}.c-resources-download h1.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h1,.c-resources-download h2.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h2,.c-resources-download h3.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h3,.c-resources-download h4.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h4,.c-resources-download h5.page-node-type-longform-content,.page-node-type-longform-content .c-resources-download h5{color:#705191;}.c-resources-download h1.t-default,.t-default .c-resources-download h1,.c-resources-download h2.t-default,.t-default .c-resources-download h2,.c-resources-download h3.t-default,.t-default .c-resources-download h3,.c-resources-download h4.t-default,.t-default .c-resources-download h4,.c-resources-download h5.t-default,.t-default .c-resources-download h5{color:#003057;}.c-resources-download h1.t-default-dark,.t-default-dark .c-resources-download h1,.c-resources-download h2.t-default-dark,.t-default-dark .c-resources-download h2,.c-resources-download h3.t-default-dark,.t-default-dark .c-resources-download h3,.c-resources-download h4.t-default-dark,.t-default-dark .c-resources-download h4,.c-resources-download h5.t-default-dark,.t-default-dark .c-resources-download h5{color:#003057;}.c-resources-download h1.t-guidance,.t-guidance .c-resources-download h1,.c-resources-download h2.t-guidance,.t-guidance .c-resources-download h2,.c-resources-download h3.t-guidance,.t-guidance .c-resources-download h3,.c-resources-download h4.t-guidance,.t-guidance .c-resources-download h4,.c-resources-download h5.t-guidance,.t-guidance .c-resources-download h5{color:#a91255;}.c-resources-download h1.t-your-vote-matters,.t-your-vote-matters .c-resources-download h1,.c-resources-download h2.t-your-vote-matters,.t-your-vote-matters .c-resources-download h2,.c-resources-download h3.t-your-vote-matters,.t-your-vote-matters .c-resources-download h3,.c-resources-download h4.t-your-vote-matters,.t-your-vote-matters .c-resources-download h4,.c-resources-download h5.t-your-vote-matters,.t-your-vote-matters .c-resources-download h5{color:#088488;}.c-resources-download h1.t-mature-orange,.t-mature-orange .c-resources-download h1,.c-resources-download h2.t-mature-orange,.t-mature-orange .c-resources-download h2,.c-resources-download h3.t-mature-orange,.t-mature-orange .c-resources-download h3,.c-resources-download h4.t-mature-orange,.t-mature-orange .c-resources-download h4,.c-resources-download h5.t-mature-orange,.t-mature-orange .c-resources-download h5{color:#B74E20;}.c-resources-download h1.t-mature-green,.t-mature-green .c-resources-download h1,.c-resources-download h2.t-mature-green,.t-mature-green .c-resources-download h2,.c-resources-download h3.t-mature-green,.t-mature-green .c-resources-download h3,.c-resources-download h4.t-mature-green,.t-mature-green .c-resources-download h4,.c-resources-download h5.t-mature-green,.t-mature-green .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-purple,.t-mature-purple .c-resources-download h1,.c-resources-download h2.t-mature-purple,.t-mature-purple .c-resources-download h2,.c-resources-download h3.t-mature-purple,.t-mature-purple .c-resources-download h3,.c-resources-download h4.t-mature-purple,.t-mature-purple .c-resources-download h4,.c-resources-download h5.t-mature-purple,.t-mature-purple .c-resources-download h5{color:#705191;}.c-resources-download h1.t-mature-yellow,.t-mature-yellow .c-resources-download h1,.c-resources-download h2.t-mature-yellow,.t-mature-yellow .c-resources-download h2,.c-resources-download h3.t-mature-yellow,.t-mature-yellow .c-resources-download h3,.c-resources-download h4.t-mature-yellow,.t-mature-yellow .c-resources-download h4,.c-resources-download h5.t-mature-yellow,.t-mature-yellow .c-resources-download h5{color:#897616;}.c-resources-download h1.t-mature-brown,.t-mature-brown .c-resources-download h1,.c-resources-download h2.t-mature-brown,.t-mature-brown .c-resources-download h2,.c-resources-download h3.t-mature-brown,.t-mature-brown .c-resources-download h3,.c-resources-download h4.t-mature-brown,.t-mature-brown .c-resources-download h4,.c-resources-download h5.t-mature-brown,.t-mature-brown .c-resources-download h5{color:#2B220A;}.c-resources-download h1.t-learning,.t-learning .c-resources-download h1,.c-resources-download h2.t-learning,.t-learning .c-resources-download h2,.c-resources-download h3.t-learning,.t-learning .c-resources-download h3,.c-resources-download h4.t-learning,.t-learning .c-resources-download h4,.c-resources-download h5.t-learning,.t-learning .c-resources-download h5{color:#B5FF2B;}.c-resources-download h1.t-learning--educator,.t-learning--educator .c-resources-download h1,.c-resources-download h2.t-learning--educator,.t-learning--educator .c-resources-download h2,.c-resources-download h3.t-learning--educator,.t-learning--educator .c-resources-download h3,.c-resources-download h4.t-learning--educator,.t-learning--educator .c-resources-download h4,.c-resources-download h5.t-learning--educator,.t-learning--educator .c-resources-download h5{color:#DEACFF;}.c-resources-download h1.t-digital-transparency,.t-digital-transparency .c-resources-download h1,.c-resources-download h2.t-digital-transparency,.t-digital-transparency .c-resources-download h2,.c-resources-download h3.t-digital-transparency,.t-digital-transparency .c-resources-download h3,.c-resources-download h4.t-digital-transparency,.t-digital-transparency .c-resources-download h4,.c-resources-download h5.t-digital-transparency,.t-digital-transparency .c-resources-download h5{color:#6E0BAD;}.c-resources-download .c-resources-download__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-resources-download .c-resources-download__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download .c-resources-download__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download .c-resources-download__title{font-size:1.3rem;line-height:1.4;}}.c-resources-download .c-resources-download__title > span{background:none;}@media (min-width:767px){.c-resources-download__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-resources-download__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-resources-download__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-resources-download__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-resources-download__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-resources-download__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-resources-download__item{padding-left:2.5rem;}}@media (min-width:767px){.c-resources-download__item{width:50%;}}.c-resources-download__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-resources-download__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-download__content:hover,.c-resources-download__content:focus{text-decoration:none;}.c-resources-download__content:hover > span:not(.visually-hidden),.c-resources-download__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-resources-download__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-resources-download__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-resources-download__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-download__content{font-size:1.1rem;line-height:1.4;}}.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).page-node-type-longform-content,.page-node-type-longform-content .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #e5f4f8,-1px 0 0 #e5f4f8;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default,.t-default .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #e5f4f8,-1px 2px 0 #e5f4f8;}}.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #E3E7EA,-1px 0 0 #E3E7EA;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-default-dark,.t-default-dark .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #E3E7EA,-1px 2px 0 #E3E7EA;}}.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-guidance,.t-guidance .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-your-vote-matters,.t-your-vote-matters .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-orange,.t-mature-orange .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-green,.t-mature-green .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-purple,.t-mature-purple .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-yellow,.t-mature-yellow .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-mature-brown,.t-mature-brown .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning,.t-learning .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-learning--educator,.t-learning--educator .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:2px 0 0 #F0E6F6,-1px 0 0 #F0E6F6;}@media (min-width:767px){.c-resources-download__content > span:not(.visually-hidden).t-digital-transparency,.t-digital-transparency .c-resources-download__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #F0E6F6,-1px 2px 0 #F0E6F6;}}.c-resources-download__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-resources-download__link.t-learning,.t-learning .c-resources-download__link{border-color:#B5FF2B;}.c-resources-download__link.t-learning--educator,.t-learning--educator .c-resources-download__link{border-color:#DEACFF;}.c-resources-download__link.t-digital-transparency,.t-digital-transparency .c-resources-download__link{border-color:#6F00B0;}.c-resources-download__link:hover,.c-resources-download__link:focus{text-decoration:none;}@media (min-width:767px){.c-resources-download__link:hover > .o-icon,.c-resources-download__link:focus > .o-icon{-webkit-transform:rotate(90deg) translateY(-5px);-ms-transform:rotate(90deg) translateY(-5px);transform:rotate(90deg) translateY(-5px);}}.c-resources-download__link:hover .c-resources-download__content span,.c-resources-download__link:focus .c-resources-download__content span{background-size:100% 100%;}.c-resources-download__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-review{margin:1.875rem 0;border:1px solid #25B2D3;padding:10px;}@media (min-width:767px){.c-review{margin:2.77778rem 0;}}@media (min-width:1400px){.c-review{margin:3.5rem 0;}}@media (min-width:767px){.c-review{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.c-review{padding:15px;}}.c-review__item{padding:10px;}@media (min-width:767px){.c-review__item{padding:0 10px;-ms-flex-preferred-size:50%;flex-basis:50%;}}@media (min-width:1024px){.c-review__item{padding:10px 15px;}}.c-review__item.-last{border-top:1px solid #25B2D3;}@media (min-width:767px){.c-review__item.-last{padding-left:15px;border-left:1px solid #25B2D3;border-top:0;}}@media (min-width:1024px){.c-review__item.-last{padding-left:30px;}}.c-review__item a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-review__item a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-review__item a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-review__item a:hover,.c-review__item a:focus{text-decoration:none;}.c-review__item a:hover > span:not(.visually-hidden),.c-review__item a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-review__item a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-review--longform{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;border:0;background-color:#e5f4f8;color:#003057;}.c-review--longform.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-default,.t-default .c-review--longform{background-color:#e5f4f8;color:#003057;}.c-review--longform.t-default-dark,.t-default-dark .c-review--longform{background-color:#E3E7EA;color:#003057;}.c-review--longform.t-guidance,.t-guidance .c-review--longform{background-color:#F4EDF0;color:#8F1049;}.c-review--longform.t-your-vote-matters,.t-your-vote-matters .c-review--longform{background-color:#ECF3F3;color:#076A6E;}.c-review--longform.t-mature-orange,.t-mature-orange .c-review--longform{background-color:#F6F0EE;color:#B24B1F;}.c-review--longform.t-mature-green,.t-mature-green .c-review--longform{background-color:#F1F2ED;color:#706012;}.c-review--longform.t-mature-purple,.t-mature-purple .c-review--longform{background-color:#F2F0F3;color:#5D4378;}.c-review--longform.t-mature-yellow,.t-mature-yellow .c-review--longform{background-color:#F3F2ED;color:#706012;}.c-review--longform.t-mature-brown,.t-mature-brown .c-review--longform{background-color:#EEEEED;color:#2B220A;}.c-review--longform.t-learning,.t-learning .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-learning--educator,.t-learning--educator .c-review--longform{background-color:#323131;color:#FFFFFF;}.c-review--longform.t-digital-transparency,.t-digital-transparency .c-review--longform{background-color:#F0E6F6;color:#000000;}@media (min-width:767px){.c-review--longform{padding:30px;}}@media (min-width:1024px){.c-review--longform{padding:40px;}}.c-review--longform .c-review__title{width:100%;margin-bottom:0.5em;}.c-review--longform .c-review__title.page-node-type-longform-content,.page-node-type-longform-content .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-default,.t-default .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-default-dark,.t-default-dark .c-review--longform .c-review__title{color:#003057;}.c-review--longform .c-review__title.t-guidance,.t-guidance .c-review--longform .c-review__title{color:#a91255;}.c-review--longform .c-review__title.t-your-vote-matters,.t-your-vote-matters .c-review--longform .c-review__title{color:#088488;}.c-review--longform .c-review__title.t-mature-orange,.t-mature-orange .c-review--longform .c-review__title{color:#B74E20;}.c-review--longform .c-review__title.t-mature-green,.t-mature-green .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-purple,.t-mature-purple .c-review--longform .c-review__title{color:#705191;}.c-review--longform .c-review__title.t-mature-yellow,.t-mature-yellow .c-review--longform .c-review__title{color:#897616;}.c-review--longform .c-review__title.t-mature-brown,.t-mature-brown .c-review--longform .c-review__title{color:#2B220A;}.c-review--longform .c-review__title.t-learning,.t-learning .c-review--longform .c-review__title{color:#B5FF2B;}.c-review--longform .c-review__title.t-learning--educator,.t-learning--educator .c-review--longform .c-review__title{color:#DEACFF;}.c-review--longform .c-review__title.t-digital-transparency,.t-digital-transparency .c-review--longform .c-review__title{color:#6E0BAD;}.c-review--longform .c-review__item{padding-left:0;padding-right:0;}@media (min-width:767px){.c-review--log .c-review__item.-last{border-left:0;padding-left:0;text-align:right;}}.c-search-block{top:100%;padding:6px 20px;}@media (min-width:767px){.c-search-block{display:none;}}.c-search-block:before{right:40px;}.c-search-block__form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-block__form input{padding:16px 0;background-color:#FFFFFF;border-bottom:0;}.c-search-block__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;}.c-search-block__submit .o-icon{width:1rem;height:1rem;}.c-search-bar .form-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-search-bar .form-submit{height:100%;background-color:#003057;border:1px solid #FFFFFF;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/background-image/icon-search-bg.svg");background-size:15%;background-repeat:no-repeat;background-position:right 20px center;}@media (min-width:767px){.c-search-bar .form-submit{padding-top:0;padding-bottom:0;}}.c-search-bar .form-submit:hover,.c-search-bar .form-submit:focus{background-color:#007292;}@media (min-width:767px){.c-search-bar--foi{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}}.c-search-bar--foi .form-submit{border:none;}@media (min-width:767px){.c-search-bar--foi .form-wrapper,.c-search-bar--foi .form-item{margin-bottom:0;}}.c-search-bar--in-hero form,.c-search-bar--guidance form{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--in-hero .form-wrapper,.c-search-bar--in-hero .form-item,.c-search-bar--guidance .form-wrapper,.c-search-bar--guidance .form-item{margin-bottom:0;}.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{text-indent:-999px;white-space:nowrap;overflow:hidden;background-size:35%;background-position:center;width:4rem;padding:0;}@media (min-width:767px){.c-search-bar--in-hero .form-submit,.c-search-bar--guidance .form-submit{width:3.33rem;}}.c-search-bar--in-hero form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.c-search-bar--in-hero label{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-search-bar--in-hero .form-item input{border-bottom:1px solid transparent;background-color:#FFFFFF;}.c-search-bar--guidance{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-search-bar--guidance .form-item input{border:none;color:#003057;background-color:#FFFFFF;}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}.c-search-bar--guidance .form-item input::placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-webkit-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-moz-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input:-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;color:#003057;}@media all and (min-width:767px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.88rem;line-height:initial;}}@media all and (min-width:1024px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:1rem;line-height:initial;}}@media all and (min-width:1400px){.c-search-bar--guidance .form-item input::-ms-input-placeholder{font-size:0.9rem;line-height:initial;}}.c-search-bar--guidance .form-submit{border:2px solid #FFFFFF;border-left:none;}.c-sidebar{margin:20px 0;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-sidebar{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar{font-size:0.9rem;line-height:1.4;}}@media (min-width:767px){.c-sidebar{padding:0 10px 10px;margin-top:0;}}@media (min-width:1024px){.c-sidebar{padding:0 20px 20px;}}.c-sidebar > span{display:block;margin-bottom:10px;}.c-sidebar a{font-size:1rem;line-height:1.2;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:10px;display:block;}@media all and (min-width:767px){.c-sidebar a{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-sidebar a{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar a{font-size:0.9rem;line-height:1.4;}}.c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-sidebar a:hover,.c-sidebar a:focus{text-decoration:none;}.c-sidebar a:hover > span:not(.visually-hidden),.c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-digital-transparency .c-sidebar a{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#6E0BAD calc(100% - 2px),#6E0BAD calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.t-digital-transparency .c-sidebar a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.t-digital-transparency .c-sidebar a:hover,.t-digital-transparency .c-sidebar a:focus{text-decoration:none;}.t-digital-transparency .c-sidebar a:hover > span:not(.visually-hidden),.t-digital-transparency .c-sidebar a:focus > span:not(.visually-hidden){background-size:0% 100%;}.t-digital-transparency .c-sidebar a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-sidebar__title{font-size:1.12rem;line-height:1.4;margin-bottom:0.5em;}@media all and (min-width:767px){.c-sidebar__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-sidebar__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-sidebar__title{font-size:1.1rem;line-height:1.4;}}.c-sidebar--first{padding-bottom:20px;border-bottom:1px solid #25B2D3;}.c-sidebar--first.t-learning,.t-learning .c-sidebar--first{border-color:#FF8BFF;}.c-sidebar--first.t-learning--educator,.t-learning--educator .c-sidebar--first{border-color:#00E7BD;}.c-sidebar--first.t-digital-transparency,.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.t-digital-transparency .c-sidebar--first{border-color:#6F00B0;}.c-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}.c-social__list:last-of-type.-print:after,.c-social__list:last-of-type.-email:after{content:none;}.c-social__list:first-of-type.-print,.c-social__list:first-of-type.-email,.c-social__list:first-of-type.-pdf-download{padding-left:0;}.c-social__list.-social{padding-right:10px;margin-right:10px;}.c-social__list.-print:after,.c-social__list.-social:after,.c-social__list.-email:after{content:'';width:1px;height:25px;background-color:currentColor;position:absolute;right:0;top:50%;margin-top:-12px;}.c-social__list.-print,.c-social__list.-email{padding:0 10px;}.c-social__list.-pdf-download .o-icon{position:relative;top:-3px;}.c-social__list .c-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;}.c-social__list .c-social__link:hover .o-icon,.c-social__list .c-social__link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-social__list .o-icon{width:1rem;height:1rem;}.c-social__list .o-icon.page-node-type-longform-content,.page-node-type-longform-content .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-default,.t-default .c-social__list .o-icon{fill:#003057;}.c-social__list .o-icon.t-default-dark,.t-default-dark .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-guidance,.t-guidance .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-your-vote-matters,.t-your-vote-matters .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-orange,.t-mature-orange .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-green,.t-mature-green .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-purple,.t-mature-purple .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-yellow,.t-mature-yellow .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-mature-brown,.t-mature-brown .c-social__list .o-icon{fill:#FFFFFF;}.c-social__list .o-icon.t-learning,.t-learning .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-learning--educator,.t-learning--educator .c-social__list .o-icon{fill:#000000;}.c-social__list .o-icon.t-digital-transparency,.t-digital-transparency .c-social__list .o-icon{fill:#FFFFFF;}.c-social__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-social__title{font-size:1rem;line-height:1.5;display:none;}@media all and (min-width:767px){.c-social__title{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-social__title{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-social__title{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-social__title{display:block;margin-right:20px;}}.c-summary-box{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-summary-box{padding:30px;}}@media (min-width:1024px){.c-summary-box{padding:40px;}}.c-summary-box h2,.c-summary-box h3,.c-summary-box h4{margin-bottom:0.5em;}.c-summary-box p:last-child,.c-summary-box ul:last-child,.c-summary-box ol:last-child,.c-summary-box ul > li:last-child{margin-bottom:0;}.c-summary-box .c-summary-box{background-color:transparent;border:1px solid #003057;margin:0;}.c-summary-box--grey{background-color:#f5f5f5;}.c-summary-box__title--boxed{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-summary-box__title--boxed{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-summary-box__title--boxed{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-summary-box__title--boxed{font-size:1.3rem;line-height:1.4;}}.c-summary-box--themed.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-default,.t-default .c-summary-box--themed{background-color:#e5f4f8;color:#003057;}.c-summary-box--themed.t-default-dark,.t-default-dark .c-summary-box--themed{background-color:#E3E7EA;color:#003057;}.c-summary-box--themed.t-guidance,.t-guidance .c-summary-box--themed{background-color:#F4EDF0;color:#8F1049;}.c-summary-box--themed.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed{background-color:#ECF3F3;color:#076A6E;}.c-summary-box--themed.t-mature-orange,.t-mature-orange .c-summary-box--themed{background-color:#F6F0EE;color:#B24B1F;}.c-summary-box--themed.t-mature-green,.t-mature-green .c-summary-box--themed{background-color:#F1F2ED;color:#706012;}.c-summary-box--themed.t-mature-purple,.t-mature-purple .c-summary-box--themed{background-color:#F2F0F3;color:#5D4378;}.c-summary-box--themed.t-mature-yellow,.t-mature-yellow .c-summary-box--themed{background-color:#F3F2ED;color:#706012;}.c-summary-box--themed.t-mature-brown,.t-mature-brown .c-summary-box--themed{background-color:#EEEEED;color:#2B220A;}.c-summary-box--themed.t-learning,.t-learning .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-learning--educator,.t-learning--educator .c-summary-box--themed{background-color:#323131;color:#FFFFFF;}.c-summary-box--themed.t-digital-transparency,.t-digital-transparency .c-summary-box--themed{background-color:#F0E6F6;color:#000000;}.c-summary-box--themed h1.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h1,.c-summary-box--themed h2.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h2,.c-summary-box--themed h3.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h3,.c-summary-box--themed h4.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h4,.c-summary-box--themed h5.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-default,.t-default .c-summary-box--themed h1,.c-summary-box--themed h2.t-default,.t-default .c-summary-box--themed h2,.c-summary-box--themed h3.t-default,.t-default .c-summary-box--themed h3,.c-summary-box--themed h4.t-default,.t-default .c-summary-box--themed h4,.c-summary-box--themed h5.t-default,.t-default .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-default-dark,.t-default-dark .c-summary-box--themed h1,.c-summary-box--themed h2.t-default-dark,.t-default-dark .c-summary-box--themed h2,.c-summary-box--themed h3.t-default-dark,.t-default-dark .c-summary-box--themed h3,.c-summary-box--themed h4.t-default-dark,.t-default-dark .c-summary-box--themed h4,.c-summary-box--themed h5.t-default-dark,.t-default-dark .c-summary-box--themed h5{color:#003057;}.c-summary-box--themed h1.t-guidance,.t-guidance .c-summary-box--themed h1,.c-summary-box--themed h2.t-guidance,.t-guidance .c-summary-box--themed h2,.c-summary-box--themed h3.t-guidance,.t-guidance .c-summary-box--themed h3,.c-summary-box--themed h4.t-guidance,.t-guidance .c-summary-box--themed h4,.c-summary-box--themed h5.t-guidance,.t-guidance .c-summary-box--themed h5{color:#a91255;}.c-summary-box--themed h1.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h1,.c-summary-box--themed h2.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h2,.c-summary-box--themed h3.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h3,.c-summary-box--themed h4.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h4,.c-summary-box--themed h5.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed h5{color:#088488;}.c-summary-box--themed h1.t-mature-orange,.t-mature-orange .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-orange,.t-mature-orange .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-orange,.t-mature-orange .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-orange,.t-mature-orange .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-orange,.t-mature-orange .c-summary-box--themed h5{color:#B74E20;}.c-summary-box--themed h1.t-mature-green,.t-mature-green .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-green,.t-mature-green .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-green,.t-mature-green .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-green,.t-mature-green .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-green,.t-mature-green .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-purple,.t-mature-purple .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-purple,.t-mature-purple .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-purple,.t-mature-purple .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-purple,.t-mature-purple .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-purple,.t-mature-purple .c-summary-box--themed h5{color:#705191;}.c-summary-box--themed h1.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-yellow,.t-mature-yellow .c-summary-box--themed h5{color:#897616;}.c-summary-box--themed h1.t-mature-brown,.t-mature-brown .c-summary-box--themed h1,.c-summary-box--themed h2.t-mature-brown,.t-mature-brown .c-summary-box--themed h2,.c-summary-box--themed h3.t-mature-brown,.t-mature-brown .c-summary-box--themed h3,.c-summary-box--themed h4.t-mature-brown,.t-mature-brown .c-summary-box--themed h4,.c-summary-box--themed h5.t-mature-brown,.t-mature-brown .c-summary-box--themed h5{color:#2B220A;}.c-summary-box--themed h1.t-learning,.t-learning .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning,.t-learning .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning,.t-learning .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning,.t-learning .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning,.t-learning .c-summary-box--themed h5{color:#B5FF2B;}.c-summary-box--themed h1.t-learning--educator,.t-learning--educator .c-summary-box--themed h1,.c-summary-box--themed h2.t-learning--educator,.t-learning--educator .c-summary-box--themed h2,.c-summary-box--themed h3.t-learning--educator,.t-learning--educator .c-summary-box--themed h3,.c-summary-box--themed h4.t-learning--educator,.t-learning--educator .c-summary-box--themed h4,.c-summary-box--themed h5.t-learning--educator,.t-learning--educator .c-summary-box--themed h5{color:#DEACFF;}.c-summary-box--themed h1.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h1,.c-summary-box--themed h2.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h2,.c-summary-box--themed h3.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h3,.c-summary-box--themed h4.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h4,.c-summary-box--themed h5.t-digital-transparency,.t-digital-transparency .c-summary-box--themed h5{color:#6E0BAD;}.c-summary-box--themed .c-summary-box.page-node-type-longform-content,.page-node-type-longform-content .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-default,.t-default .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-default-dark,.t-default-dark .c-summary-box--themed .c-summary-box{border:1px solid #003057;}.c-summary-box--themed .c-summary-box.t-guidance,.t-guidance .c-summary-box--themed .c-summary-box{border:1px solid #a91255;}.c-summary-box--themed .c-summary-box.t-your-vote-matters,.t-your-vote-matters .c-summary-box--themed .c-summary-box{border:1px solid #088488;}.c-summary-box--themed .c-summary-box.t-mature-orange,.t-mature-orange .c-summary-box--themed .c-summary-box{border:1px solid #B74E20;}.c-summary-box--themed .c-summary-box.t-mature-green,.t-mature-green .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-purple,.t-mature-purple .c-summary-box--themed .c-summary-box{border:1px solid #705191;}.c-summary-box--themed .c-summary-box.t-mature-yellow,.t-mature-yellow .c-summary-box--themed .c-summary-box{border:1px solid #897616;}.c-summary-box--themed .c-summary-box.t-mature-brown,.t-mature-brown .c-summary-box--themed .c-summary-box{border:1px solid #2B220A;}.c-summary-box--themed .c-summary-box.t-learning,.t-learning .c-summary-box--themed .c-summary-box{border:1px solid #B5FF2B;}.c-summary-box--themed .c-summary-box.t-learning--educator,.t-learning--educator .c-summary-box--themed .c-summary-box{border:1px solid #DEACFF;}.c-summary-box--themed .c-summary-box.t-digital-transparency,.t-digital-transparency .c-summary-box--themed .c-summary-box{border:1px solid #6E0BAD;}.c-summary-box--w-margin{margin:1.875rem 0;}@media (min-width:767px){.c-summary-box--w-margin{margin:2.77778rem 0;}}@media (min-width:1400px){.c-summary-box--w-margin{margin:3.5rem 0;}}.c-further-reading{padding:20px;background-color:#e5f4f8;color:#003057;}@media (min-width:767px){.c-further-reading{padding:30px;}}@media (min-width:1024px){.c-further-reading{padding:40px;}}.c-further-reading.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-default,.t-default .c-further-reading{background-color:#e5f4f8;color:#003057;}.c-further-reading.t-default-dark,.t-default-dark .c-further-reading{background-color:#E3E7EA;color:#003057;}.c-further-reading.t-guidance,.t-guidance .c-further-reading{background-color:#F4EDF0;color:#8F1049;}.c-further-reading.t-your-vote-matters,.t-your-vote-matters .c-further-reading{background-color:#ECF3F3;color:#076A6E;}.c-further-reading.t-mature-orange,.t-mature-orange .c-further-reading{background-color:#F6F0EE;color:#B24B1F;}.c-further-reading.t-mature-green,.t-mature-green .c-further-reading{background-color:#F1F2ED;color:#706012;}.c-further-reading.t-mature-purple,.t-mature-purple .c-further-reading{background-color:#F2F0F3;color:#5D4378;}.c-further-reading.t-mature-yellow,.t-mature-yellow .c-further-reading{background-color:#F3F2ED;color:#706012;}.c-further-reading.t-mature-brown,.t-mature-brown .c-further-reading{background-color:#EEEEED;color:#2B220A;}.c-further-reading.t-learning,.t-learning .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-learning--educator,.t-learning--educator .c-further-reading{background-color:#323131;color:#FFFFFF;}.c-further-reading.t-digital-transparency,.t-digital-transparency .c-further-reading{background-color:#F0E6F6;color:#000000;}.c-further-reading h1.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h1,.c-further-reading h2.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h2,.c-further-reading h3.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h3,.c-further-reading h4.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h4,.c-further-reading h5.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading h5{color:#705191;}.c-further-reading h1.t-default,.t-default .c-further-reading h1,.c-further-reading h2.t-default,.t-default .c-further-reading h2,.c-further-reading h3.t-default,.t-default .c-further-reading h3,.c-further-reading h4.t-default,.t-default .c-further-reading h4,.c-further-reading h5.t-default,.t-default .c-further-reading h5{color:#003057;}.c-further-reading h1.t-default-dark,.t-default-dark .c-further-reading h1,.c-further-reading h2.t-default-dark,.t-default-dark .c-further-reading h2,.c-further-reading h3.t-default-dark,.t-default-dark .c-further-reading h3,.c-further-reading h4.t-default-dark,.t-default-dark .c-further-reading h4,.c-further-reading h5.t-default-dark,.t-default-dark .c-further-reading h5{color:#003057;}.c-further-reading h1.t-guidance,.t-guidance .c-further-reading h1,.c-further-reading h2.t-guidance,.t-guidance .c-further-reading h2,.c-further-reading h3.t-guidance,.t-guidance .c-further-reading h3,.c-further-reading h4.t-guidance,.t-guidance .c-further-reading h4,.c-further-reading h5.t-guidance,.t-guidance .c-further-reading h5{color:#a91255;}.c-further-reading h1.t-your-vote-matters,.t-your-vote-matters .c-further-reading h1,.c-further-reading h2.t-your-vote-matters,.t-your-vote-matters .c-further-reading h2,.c-further-reading h3.t-your-vote-matters,.t-your-vote-matters .c-further-reading h3,.c-further-reading h4.t-your-vote-matters,.t-your-vote-matters .c-further-reading h4,.c-further-reading h5.t-your-vote-matters,.t-your-vote-matters .c-further-reading h5{color:#088488;}.c-further-reading h1.t-mature-orange,.t-mature-orange .c-further-reading h1,.c-further-reading h2.t-mature-orange,.t-mature-orange .c-further-reading h2,.c-further-reading h3.t-mature-orange,.t-mature-orange .c-further-reading h3,.c-further-reading h4.t-mature-orange,.t-mature-orange .c-further-reading h4,.c-further-reading h5.t-mature-orange,.t-mature-orange .c-further-reading h5{color:#B74E20;}.c-further-reading h1.t-mature-green,.t-mature-green .c-further-reading h1,.c-further-reading h2.t-mature-green,.t-mature-green .c-further-reading h2,.c-further-reading h3.t-mature-green,.t-mature-green .c-further-reading h3,.c-further-reading h4.t-mature-green,.t-mature-green .c-further-reading h4,.c-further-reading h5.t-mature-green,.t-mature-green .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-purple,.t-mature-purple .c-further-reading h1,.c-further-reading h2.t-mature-purple,.t-mature-purple .c-further-reading h2,.c-further-reading h3.t-mature-purple,.t-mature-purple .c-further-reading h3,.c-further-reading h4.t-mature-purple,.t-mature-purple .c-further-reading h4,.c-further-reading h5.t-mature-purple,.t-mature-purple .c-further-reading h5{color:#705191;}.c-further-reading h1.t-mature-yellow,.t-mature-yellow .c-further-reading h1,.c-further-reading h2.t-mature-yellow,.t-mature-yellow .c-further-reading h2,.c-further-reading h3.t-mature-yellow,.t-mature-yellow .c-further-reading h3,.c-further-reading h4.t-mature-yellow,.t-mature-yellow .c-further-reading h4,.c-further-reading h5.t-mature-yellow,.t-mature-yellow .c-further-reading h5{color:#897616;}.c-further-reading h1.t-mature-brown,.t-mature-brown .c-further-reading h1,.c-further-reading h2.t-mature-brown,.t-mature-brown .c-further-reading h2,.c-further-reading h3.t-mature-brown,.t-mature-brown .c-further-reading h3,.c-further-reading h4.t-mature-brown,.t-mature-brown .c-further-reading h4,.c-further-reading h5.t-mature-brown,.t-mature-brown .c-further-reading h5{color:#2B220A;}.c-further-reading h1.t-learning,.t-learning .c-further-reading h1,.c-further-reading h2.t-learning,.t-learning .c-further-reading h2,.c-further-reading h3.t-learning,.t-learning .c-further-reading h3,.c-further-reading h4.t-learning,.t-learning .c-further-reading h4,.c-further-reading h5.t-learning,.t-learning .c-further-reading h5{color:#B5FF2B;}.c-further-reading h1.t-learning--educator,.t-learning--educator .c-further-reading h1,.c-further-reading h2.t-learning--educator,.t-learning--educator .c-further-reading h2,.c-further-reading h3.t-learning--educator,.t-learning--educator .c-further-reading h3,.c-further-reading h4.t-learning--educator,.t-learning--educator .c-further-reading h4,.c-further-reading h5.t-learning--educator,.t-learning--educator .c-further-reading h5{color:#DEACFF;}.c-further-reading h1.t-digital-transparency,.t-digital-transparency .c-further-reading h1,.c-further-reading h2.t-digital-transparency,.t-digital-transparency .c-further-reading h2,.c-further-reading h3.t-digital-transparency,.t-digital-transparency .c-further-reading h3,.c-further-reading h4.t-digital-transparency,.t-digital-transparency .c-further-reading h4,.c-further-reading h5.t-digital-transparency,.t-digital-transparency .c-further-reading h5{color:#6E0BAD;}.c-further-reading .c-further-reading__title{font-size:1.38rem;line-height:1.4;}@media all and (min-width:767px){.c-further-reading .c-further-reading__title{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading .c-further-reading__title{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading .c-further-reading__title{font-size:1.3rem;line-height:1.4;}}.c-further-reading .c-further-reading__title > span{background:none;}@media (min-width:767px){.c-further-reading__items{margin-left:-1.66667rem;}}@media (min-width:1024px){.c-further-reading__items{margin-left:-2.22222rem;}}@media (min-width:1400px){.c-further-reading__items{margin-left:-2.5rem;}}@media (min-width:767px){.c-further-reading__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media (min-width:767px){.c-further-reading__item{padding-left:1.66667rem;}}@media (min-width:1024px){.c-further-reading__item{padding-left:2.22222rem;}}@media (min-width:1400px){.c-further-reading__item{padding-left:2.5rem;}}@media (min-width:767px){.c-further-reading__item{width:50%;}}.c-further-reading__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;margin-right:20px;}.c-further-reading__content > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-further-reading__content > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-further-reading__content:hover,.c-further-reading__content:focus{text-decoration:none;}.c-further-reading__content:hover > span:not(.visually-hidden),.c-further-reading__content:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-further-reading__content.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-further-reading__content{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-further-reading__content{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-further-reading__content{font-size:1.1rem;line-height:1.4;}}.c-further-reading__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #003057;height:100%;padding:20px;padding-left:0;padding-right:10px;}.c-further-reading__link:hover,.c-further-reading__link:focus{text-decoration:none;}@media (min-width:767px){.c-further-reading__link:hover > .o-icon,.c-further-reading__link:focus > .o-icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);}}.c-further-reading__link:hover .c-further-reading__content span,.c-further-reading__link:focus .c-further-reading__content span{background-size:100% 100%;}.c-further-reading__link.page-node-type-longform-content,.page-node-type-longform-content .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-default,.t-default .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-default-dark,.t-default-dark .c-further-reading__link{border-color:#003057;}.c-further-reading__link.t-guidance,.t-guidance .c-further-reading__link{border-color:#8F1049;}.c-further-reading__link.t-your-vote-matters,.t-your-vote-matters .c-further-reading__link{border-color:#076A6E;}.c-further-reading__link.t-mature-orange,.t-mature-orange .c-further-reading__link{border-color:#B24B1F;}.c-further-reading__link.t-mature-green,.t-mature-green .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-purple,.t-mature-purple .c-further-reading__link{border-color:#5D4378;}.c-further-reading__link.t-mature-yellow,.t-mature-yellow .c-further-reading__link{border-color:#706012;}.c-further-reading__link.t-mature-brown,.t-mature-brown .c-further-reading__link{border-color:#2B220A;}.c-further-reading__link.t-learning,.t-learning .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-learning--educator,.t-learning--educator .c-further-reading__link{border-color:#FFFFFF;}.c-further-reading__link.t-digital-transparency,.t-digital-transparency .c-further-reading__link{border-color:#000000;}.c-further-reading__link .o-icon{-ms-flex-negative:0;flex-shrink:0;width:1.75rem;height:1.75rem;}.c-taxonomy-tag{background-color:#003057;margin-bottom:10px;display:inline-block;margin-right:10px;color:#FFFFFF;font-size:1rem;line-height:1.2;padding:7px 15px;border-radius:20px;}@media all and (min-width:767px){.c-taxonomy-tag{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-taxonomy-tag{font-size:0.8rem;line-height:1.2;}}.c-taxonomy-tag a{display:block;}.c-taxonomy-tag a:hover .o-icon,.c-taxonomy-tag a:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-taxonomy-tag a > span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-taxonomy-tag a.is-active .c-taxonomy-tag__value{margin-left:10px;}.c-taxonomy-tag__status{-ms-flex-negative:0;flex-shrink:0;}.c-taxonomy-tag__status .o-icon{width:0.6rem;height:0.6rem;}.c-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}@media (min-width:767px){.c-teaser{height:100%;}}.c-teaser__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0;position:relative;width:100%;border-bottom:1px solid #25B2D3;}@media (min-width:767px){.c-teaser__link{padding:20px;border-bottom:0;border-left:1px solid #25B2D3;}.c-teaser__link:before{content:'';background-color:#e5f4f8;width:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}}@media (min-width:1400px){.c-teaser__link{padding:30px;}}.c-teaser__link:hover,.c-teaser__link:focus{text-decoration:none;}@media (min-width:767px){.c-teaser__link:hover:before,.c-teaser__link:focus:before{width:100%;}}.c-teaser__link:hover .c-teaser__title span,.c-teaser__link:focus .c-teaser__title span{background-size:100% 100%;}.c-teaser__link.c-teaser__link--borderless{padding:0;border:0;}.c-teaser__link.c-teaser__link--borderless:before{display:none;}.c-teaser__img{margin-bottom:15px;-ms-flex-negative:0;flex-shrink:0;}.c-teaser__img img{display:block;width:100%;}.c-teaser__desc{font-size:1rem;line-height:1.5;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__desc{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser__desc{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser__desc{font-size:0.9rem;line-height:1.5;}}.hide-teaser-summary .c-teaser__desc{display:none;}.c-teaser__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.c-teaser__taxonomy{font-size:0.88rem;line-height:1.4;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__taxonomy{font-size:0.78rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__taxonomy{font-size:0.7rem;line-height:1.4;}}.c-teaser__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;}.c-teaser__meta svg{margin-right:5px;fill:#003057;}.c-teaser__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser__title{font-size:1.1rem;line-height:1.4;}}.c-teaser__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser__title:hover,.c-teaser__title:focus{text-decoration:none;}.c-teaser__title:hover > span:not(.visually-hidden),.c-teaser__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.t-learning .c-teaser__link{border:0;padding:0;overflow:hidden;}@media (min-width:767px){.t-learning .c-teaser__link:before{display:none;}}@media (prefers-reduced-motion:no-preference){.t-learning .c-teaser__link:hover .c-teaser__img img,.t-learning .c-teaser__link:focus .c-teaser__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}}.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}@media all and (min-width:767px){.t-learning .c-teaser__title{font-size:1.3333rem;line-height:1.4;}}@media all and (min-width:1024px){.t-learning .c-teaser__title{font-size:1.5rem;line-height:1.4;}}.t-learning .c-teaser__taxonomy{display:none;}.t-learning .c-teaser__img img{-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}.t-learning .c-teaser__img .media__wrapper{overflow:hidden;}.t-learning .c-teaser__img img{opacity:0.6;}@supports (mix-blend-mode:multiply){.t-learning .c-teaser__img img{mix-blend-mode:multiply;opacity:1;}}.c-teaser__img .media__wrapper.t-learning,.t-learning .c-teaser__img .media__wrapper{background-color:#FF8BFF;}.c-teaser__img .media__wrapper.t-learning--educator,.t-learning--educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser__img .media__wrapper.t-digital-transparency,.t-digital-transparency .c-teaser__img .media__wrapper{background-color:#6F00B0;}.c-teaser--learning-educator .c-teaser__img .media__wrapper{background-color:#00E7BD;}.c-teaser-listing{border-top:1px solid #25B2D3;}.c-teaser-listing__wrapper{padding:20px 0;display:block;}.c-teaser-listing__wrapper:hover .o-icon,.c-teaser-listing__wrapper:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media (min-width:767px){.c-teaser-listing__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__wrapper{margin-left:-2.22222rem;padding:30px 0;}}.c-teaser-listing__wrapper:hover,.c-teaser-listing__wrapper:focus{text-decoration:none;}@media (min-width:767px){.c-teaser-listing__wrapper:hover:before,.c-teaser-listing__wrapper:focus:before{width:100%;}}.c-teaser-listing__wrapper:hover .c-teaser-listing__title span,.c-teaser-listing__wrapper:focus .c-teaser-listing__title span{background-size:100% 100%;}.c-teaser-listing__wrapper .o-icon{-ms-flex-negative:0;flex-shrink:0;}.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}@media all and (min-width:767px){.c-teaser-listing__wrapper p{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-teaser-listing__wrapper p{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-teaser-listing__wrapper p{font-size:0.9rem;line-height:1.5;}}.c-teaser-listing__title{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1.12rem;line-height:1.4;}.c-teaser-listing__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-listing__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-listing__title:hover,.c-teaser-listing__title:focus{text-decoration:none;}.c-teaser-listing__title:hover > span:not(.visually-hidden),.c-teaser-listing__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-listing__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-teaser-listing__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-listing__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing__title{font-size:1.1rem;line-height:1.4;}}@media (min-width:767px){.c-teaser-listing__title{margin-bottom:5px;}}.c-teaser-listing__date{margin-bottom:10px;}.c-teaser-listing__desc{margin-bottom:5px;}@media (min-width:767px){.c-teaser-listing__2-col-l{padding-left:1.66667rem;width:75%;}}@media (min-width:1024px){.c-teaser-listing__2-col-l{width:80%;padding-left:2.22222rem;}}.c-teaser-listing__w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.c-teaser-listing__w-icon .c-teaser-listing__title{margin-left:10px;}@media (min-width:767px){.c-teaser-listing__2-col-s{padding-left:1.66667rem;width:25%;}}@media (min-width:1024px){.c-teaser-listing__2-col-s{width:20%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-s{width:30%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-s{width:25%;padding-left:2.22222rem;}}@media (min-width:767px){.c-teaser-listing__3-col-l{width:40%;padding-left:1.66667rem;}}@media (min-width:1024px){.c-teaser-listing__3-col-l{width:50%;padding-left:2.22222rem;}}.o-date{display:block;font-weight:bold;font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.o-date{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.o-date{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.o-date{font-size:0.8rem;line-height:1.2;}}.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:767px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-listing--foi .c-teaser-listing__title{font-size:0.9rem;line-height:1.4;}}.c-teaser-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px;padding-bottom:10px;}@media (min-width:767px){.c-teaser-icon{padding:0;}}.c-teaser-icon:hover,.c-teaser-icon:focus{text-decoration:none;}.c-teaser-icon:hover .c-teaser-icon__title span,.c-teaser-icon:focus .c-teaser-icon__title span{background-size:100% 100%;}.c-teaser-icon__icon{max-width:5rem;margin-right:1rem;}.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-teaser-icon__title{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-teaser-icon__title{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-teaser-icon__title{font-size:1.1rem;line-height:1.4;}}.c-teaser-icon__title > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-teaser-icon__title > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-teaser-icon__title:hover,.c-teaser-icon__title:focus{text-decoration:none;}.c-teaser-icon__title:hover > span:not(.visually-hidden),.c-teaser-icon__title:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-teaser-icon__title.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-translate-block{top:0;padding:20px;color:#003057;}@media (min-width:767px){.c-translate-block{margin-right:-15px;color:#FFFFFF;background-color:transparent;width:auto;padding:0;}}.c-translate-block:before{right:90px;}.c-translate-block__items{display:-webkit-box;display:-ms-flexbox;display:flex;}.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:1rem;line-height:1.5;color:currentColor;padding:10px 0;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media all and (min-width:767px){.c-translate-block__items a{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-translate-block__items a{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-translate-block__items a{font-size:0.9rem;line-height:1.5;}}@media (min-width:767px){.c-translate-block__items a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:20px 15px;}.c-translate-block__items a > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#25B2D3 calc(100% - 2px),#25B2D3 calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px) and (min-width:767px){.c-translate-block__items a > span:not(.visually-hidden){text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}@media (min-width:767px){.c-translate-block__items a:hover,.c-translate-block__items a:focus{text-decoration:none;}.c-translate-block__items a:hover > span:not(.visually-hidden),.c-translate-block__items a:focus > span:not(.visually-hidden){background-size:100% 100%;}.c-translate-block__items a.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}}.c-translate-block__items a.is-active span{background-size:100% 100%;}.c-translate-block__items li{-ms-flex-preferred-size:50%;flex-basis:50%;}.c-translate-block__items li:last-child{border-left:1px solid #25B2D3;padding-left:20px;}@media (min-width:767px){.c-translate-block__items li{-ms-flex-preferred-size:auto;flex-basis:auto;}.c-translate-block__items li:last-child{border-left:0;padding-left:0;}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters + .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters + .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance + .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance + .c-voter-wizard input{color:#8F1049;}.c-voter-wizard select.t-mature-orange,.t-mature-orange .c-voter-wizard select,.c-voter-wizard textarea.t-mature-orange,.t-mature-orange + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-orange,.t-mature-orange + .c-voter-wizard input{color:#B24B1F;}.c-voter-wizard select.t-mature-green,.t-mature-green .c-voter-wizard select,.c-voter-wizard textarea.t-mature-green,.t-mature-green + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-green,.t-mature-green + .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-purple,.t-mature-purple .c-voter-wizard select,.c-voter-wizard textarea.t-mature-purple,.t-mature-purple + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-purple,.t-mature-purple + .c-voter-wizard input{color:#5D4378;}.c-voter-wizard select.t-mature-yellow,.t-mature-yellow .c-voter-wizard select,.c-voter-wizard textarea.t-mature-yellow,.t-mature-yellow + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-yellow,.t-mature-yellow + .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-brown,.t-mature-brown .c-voter-wizard select,.c-voter-wizard textarea.t-mature-brown,.t-mature-brown + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-brown,.t-mature-brown + .c-voter-wizard input{color:#2B220A;}.c-voter-wizard select.t-learning,.t-learning .c-voter-wizard select,.c-voter-wizard textarea.t-learning,.t-learning + .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning + .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator + .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator + .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-process-tool--pull-content{}.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-process-tool--pull-content,.page-node-type-article .c-process-tool--pull-content{--gutter:2.5rem;}}.c-process-tool-placeholder{height:400px;background-color:#003057;}.c-process-tool{background-color:#003057;color:#FFFFFF;}.c-process-tool h1,.c-process-tool h2,.c-process-tool h3,.c-process-tool h4,.c-process-tool h5,.c-process-tool h6,.c-process-tool .o-type-h1,.c-process-tool .o-type-h2,.c-process-tool .o-type-h3,.c-process-tool .o-type-h4,.c-process-tool .o-type-h5,.c-process-tool .o-type-h6{margin:0 0 0.5em;}.c-process-tool h1:only-child,.c-process-tool h2:only-child,.c-process-tool h3:only-child,.c-process-tool h4:only-child,.c-process-tool h5:only-child,.c-process-tool h6:only-child,.c-process-tool .o-type-h1:only-child,.c-process-tool .o-type-h2:only-child,.c-process-tool .o-type-h3:only-child,.c-process-tool .o-type-h4:only-child,.c-process-tool .o-type-h5:only-child,.c-process-tool .o-type-h6:only-child{margin-bottom:0;}.c-process-tool__landing{height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media (min-width:1024px){.c-process-tool__landing{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-process-tool__landing-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-process-tool__landing-content-inner{padding:20px;width:100%;}@media (min-width:1024px){.c-process-tool__landing-content-inner{padding:50px;}}.c-process-tool__landing-image-container{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;}.c-process-tool__landing-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.c-process-tool__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;}.c-process-tool__question-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;}@media (min-width:1024px){.c-process-tool__question-content-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-process-tool__question-content{overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-top:auto;margin-bottom:auto;}@media (min-width:1024px){.c-process-tool__question-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:0;margin-bottom:0;}}.c-process-tool__question-content-inner{width:100%;margin-top:auto;margin-bottom:auto;padding:40px 20px;}@media (min-width:1024px){.c-process-tool__question-content-inner{padding:50px;}}.c-process-tool__question-content--list .c-process-tool__question-content-inner{padding-left:20px;}.c-process-tool__question-content-label{margin-bottom:0;}.c-process-tool__question-content--list{background-color:#e5f4f8;color:#003057;position:relative;}.c-process-tool__question-content--list::before{content:"";width:0;height:0;position:-webkit-sticky;position:sticky;border:25px solid transparent;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-bottom-width:0;border-top-color:#003057;}@media (min-width:1024px){.c-process-tool__question-content--list::before{left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:25px solid transparent;border-right-width:0;border-left-color:#003057;}}.c-process-tool__question-content--list:first-child::before{display:none;}.c-process-tool__question-list{margin:0;padding:0;list-style:none;}.c-process-tool__question-list li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1em;font-weight:bold;}.c-process-tool__question-list li:last-child{margin-bottom:0;}.c-process-tool__question-list li::before{content:"";background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/svg/icon-process-list-item.svg");width:25px;height:25px;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:1em;}.c-process-tool__controls{background-color:#25B2D3;padding:20px;}@media (min-width:1024px){.c-process-tool__controls{padding:35px 50px;}}.c-process-tool__buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-20px;}.c-process-tool__button{margin-left:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;}@media (min-width:1024px){.c-process-tool__button{-ms-flex-preferred-size:auto;flex-basis:auto;min-width:150px;}}.c-process-tool__button:first-child{margin-right:auto;}@media (min-width:1024px){.c-process-tool__button:first-child{margin-right:0;}}.c-process-tool__button span{text-shadow:none;}.c-process-tool__button--back{background-color:#FFFFFF;}.c-process-tool__button--reset{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:30px;right:20px;color:#FFFFFF;}.c-process-tool__button--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #25B2D3,-1px 0 0 #25B2D3;}@media (min-width:767px){.c-process-tool__button--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-process-tool__button--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #25B2D3,-1px 2px 0 #25B2D3;}}.c-process-tool__button--reset:hover,.c-process-tool__button--reset:focus{text-decoration:none;}.c-process-tool__button--reset:hover > span:not(.visually-hidden),.c-process-tool__button--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-process-tool__button--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:1024px){.c-process-tool__button--reset{color:#003057;position:static;margin-right:auto;min-width:0;}}.c-process-tool__button-icon{display:none;}@media (min-width:1024px){.c-process-tool__button-icon{display:block;}}.c-wysiwyg{}.c-wysiwyg blockquote{font-size:1.38rem;line-height:1.4;margin:1rem 0;font-weight:600;padding-left:20px;}@media all and (min-width:767px){.c-wysiwyg blockquote{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-wysiwyg blockquote{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-wysiwyg blockquote{font-size:1.3rem;line-height:1.4;}}.c-wysiwyg a:not([class]){text-decoration:underline;display:inline-block;}.c-wysiwyg a:not([class]):hover,.c-wysiwyg a:not([class]):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link) > .o-external-link-content{text-decoration:underline;}.c-wysiwyg .o-external-link:not(.button-link):hover,.c-wysiwyg .o-external-link:not(.button-link):focus{text-decoration:none;}.c-wysiwyg .o-external-link:not(.button-link):hover > .o-external-link-content,.c-wysiwyg .o-external-link:not(.button-link):focus > .o-external-link-content{text-decoration:none;}.c-wysiwyg li{margin:0 0 0.5em;}.c-wysiwyg .button-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1em;}.c-wysiwyg .button-link:first-child{margin-top:0;}.c-wysiwyg .button-link:last-child{margin-bottom:0;}.c-wysiwyg h2,.c-wysiwyg h3,.c-wysiwyg h4,.c-wysiwyg h5,.c-wysiwyg h6{margin-bottom:0.5em;}.c-wysiwyg h2:not(:first-child),.c-wysiwyg h3:not(:first-child),.c-wysiwyg h4:not(:first-child),.c-wysiwyg h5:not(:first-child),.c-wysiwyg h6:not(:first-child){margin-top:1em;}.c-wysiwyg-table{margin:1.875rem 0;}.c-wysiwyg-table th{background-color:#003057;color:#FFFFFF;}.c-wysiwyg-table td{background-color:#e5f4f8;color:#003057;}.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;border:1px solid #FFFFFF;margin:0;padding:20px;text-align:left;min-width:250px;max-width:500px;}@media all and (min-width:767px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table td,.c-wysiwyg-table th{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table table{border-collapse:collapse;width:100% !important;}.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;text-align:left;margin-bottom:10px;}@media all and (min-width:767px){.c-wysiwyg-table caption{font-size:0.88rem;line-height:1.5;}}@media all and (min-width:1024px){.c-wysiwyg-table caption{font-size:1rem;line-height:1.5;}}@media all and (min-width:1400px){.c-wysiwyg-table caption{font-size:0.9rem;line-height:1.5;}}.c-wysiwyg-table .simplebar-track.horizontal{background-color:#e5f4f8;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;height:40px;padding:10px;overflow:hidden;position:relative;}.c-wysiwyg-table .horizontal.simplebar-track .simplebar-scrollbar{background-color:#003057;top:50%;margin-top:-3px;}.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}@media (min-width:480px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:-20px;margin-right:-20px;}}@media (max-width:766px){.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{padding-bottom:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-horizontal{background-color:#003057;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal{height:60px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal::before{content:"";left:20px;right:20px;position:absolute;height:8px;top:26px;background-color:rgba(255,255,255,0.2);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:8px;top:26px;}.page-node-type-longform-content .c-wysiwyg-table .simplebar-scrollbar::before{background-color:#25B2D3;border-radius:0;opacity:1;left:20px;right:20px;}}@media (min-width:767px){.page-node-type-longform-content .c-wysiwyg-table{margin-left:0;margin-right:0;width:calc(100% * 100 / 70);}.page-node-type-longform-content .c-wysiwyg-table .simplebar-wrapper{width:100%;}}.c-resources-country-filter__list{font-family:"Swis721MdBTW05-Bold","helvetica","arial",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-weight:bolder;list-style:none;padding:0;}@media (min-width:480px){.c-resources-country-filter__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.c-resources-country-filter__list .form-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:0;height:100%;}.c-resources-country-filter__list .form-item .underline{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #FFFFFF,-1px 0 0 #FFFFFF;}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-resources-country-filter__list .form-item .underline{text-shadow:1px 2px 0 #FFFFFF,-1px 2px 0 #FFFFFF;}}.c-resources-country-filter__list .form-item:hover,.c-resources-country-filter__list .form-item:focus{text-decoration:none;}.c-resources-country-filter__list .form-item:hover .underline,.c-resources-country-filter__list .form-item:focus .underline{background-size:100% 100%;}.c-resources-country-filter__list .form-item.is-active .underline{position:relative;width:calc(100%);background-size:100% 100%;}.c-resources-country-filter__list .form-item .underline{width:auto;}.c-resources-country-filter__item{-webkit-box-flex:1;-ms-flex:1;flex:1;}.c-resources-country-filter__item .form-item-country .option{font-size:1.25rem;line-height:1.4;border-bottom:1px solid #B5FF2B;padding-top:16px;padding-bottom:16px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;}@media all and (min-width:767px){.c-resources-country-filter__item .form-item-country .option{font-size:1.66667rem;line-height:1.4;}}@media all and (min-width:1400px){.c-resources-country-filter__item .form-item-country .option{font-size:1.5rem;line-height:1.4;}}@media (min-width:480px){.c-resources-country-filter__item .form-item-country .option{padding-top:0;padding-bottom:24px;}}.c-resources-country-filter__item .form-item-country input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-resources-country-filter__item .form-item-country input:checked + label{padding-bottom:15px;border-bottom-width:10px;}.paragraph--type--slice-learning-resources .form-submit{display:none;}.c-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:auto;background-color:rgba(0,48,87,0.8);}.c-modal__wrapper{display:table;width:100%;height:100%;}.c-modal__content{display:table-cell;padding:20px 0;width:100%;height:100%;vertical-align:middle;text-align:center;}.c-modal__container{display:inline-block;width:calc(100% - 3rem);max-width:768px;text-align:left;}.c-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;background-color:#088488;color:#FFFFFF;}.c-modal__title{margin:0;}.c-modal__close{padding:0;margin-left:auto;background-color:transparent;}.c-modal__close svg{width:35px;height:35px;fill:#FFFFFF;}.c-modal__body{padding:30px;background-color:#FFFFFF;}.c-modal__body > :last-child{margin-bottom:0;}@media (min-width:767px){.c-modal__body{overflow-y:auto;max-height:600px;}.c-modal__body::-webkit-scrollbar{padding:5px;background-color:#f5f5f5;width:10px;}.c-modal__body::-webkit-scrollbar-thumb{border-radius:15px;background-color:#003057;}}.c-modal--alert .c-modal__header,.c-modal--alert .c-modal__body{background-color:#9E0055;color:#FFFFFF;}.c-modal--alert .c-modal__title{font-size:1.67rem;line-height:1.4;}@media all and (min-width:767px){.c-modal--alert .c-modal__title{font-size:1.78rem;line-height:1.4;}}@media all and (min-width:1024px){.c-modal--alert .c-modal__title{font-size:2.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-modal--alert .c-modal__title{font-size:2.3rem;line-height:1.4;}}.c-modal--alert .c-modal__body{padding-top:0;}.c-modal__list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-left:-15px;margin-bottom:15px;}.c-modal__list-container .c-modal__list{list-style:none;padding-left:15px;margin-bottom:0;}.c-modal__list--2-col{width:100%;-webkit-columns:2;columns:2;}.c-modal--campaign{overflow:hidden;}.c-modal--campaign .c-modal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;margin:auto;}.c-modal--campaign .c-modal__container{width:100%;max-width:700px;margin:10px auto;}@media (min-width:1280px){.c-modal--campaign .c-modal__container{max-width:1000px;margin:100px auto;}}@media (min-width:1400px){.c-modal--campaign .c-modal__container{max-width:1150px;}}.c-modal--campaign .c-modal__body{position:relative;padding:30px 20px;background:#FEC2DB;font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body{font-size:0.9rem;}}.c-modal--campaign .c-modal__body h2{font-size:2rem;line-height:1.2;margin-bottom:15px;}@media all and (min-width:1400px){.c-modal--campaign .c-modal__body h2{font-size:2.5rem;}}@media (min-width:767px){.c-modal--campaign .c-modal__body h2{margin-bottom:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__body{overflow-y:visible;max-height:none;padding:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__body{padding:50px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__content-cta-wrapper{width:65%;}}@media (min-width:1400px){.c-modal--campaign .c-modal__content-cta-wrapper{width:62.5%;}}.c-modal--campaign .c-modal__img{opacity:0;position:relative;margin-top:-55px;margin-bottom:-10px;max-width:375px;margin-left:auto;margin-right:auto;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}.c-modal--campaign .c-modal__img::before{content:'';display:block;padding-bottom:100%;}.c-modal--campaign .c-modal__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}@media (min-width:1280px){.c-modal--campaign .c-modal__img{width:500px;max-width:none;margin:0;position:absolute;top:50%;right:0;-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);-ms-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@media (min-width:1400px){.c-modal--campaign .c-modal__img{width:550px;-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);-ms-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-modal--campaign .c-modal__img.c-modal__img--animation-finished{opacity:1;}.c-modal--campaign .c-modal__img.c-modal__img--animation{opacity:1;-webkit-animation-name:imageAnimationMobile;animation-name:imageAnimationMobile;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.76,0,0.24,1);animation-timing-function:cubic-bezier(0.76,0,0.24,1);}@media (min-width:1280px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimation1280;animation-name:imageAnimation1280;}}@media (min-width:1400px){.c-modal--campaign .c-modal__img.c-modal__img--animation{-webkit-animation-name:imageAnimationHuge;animation-name:imageAnimationHuge;}}.c-modal--campaign .c-modal__ctas{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:15px;}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas > *:not(:first-child){margin-top:0;margin-left:20px;}}@media (min-width:767px){.c-modal--campaign .c-modal__ctas{margin-top:30px;}}@media (min-width:1280px){.c-modal--campaign .c-modal__ctas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}@-webkit-keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@keyframes imageAnimationMobile{from{-webkit-transform:scale(1.4) rotate(2deg);transform:scale(1.4) rotate(2deg);}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimation1280{from{-webkit-transform:translate(27%,-43%) scale(2) rotate(2deg);transform:translate(27%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(27%,-43%) scale(1) rotate(0deg);transform:translate(27%,-43%) scale(1) rotate(0deg);}}@-webkit-keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}@keyframes imageAnimationHuge{from{-webkit-transform:translate(22%,-43%) scale(2) rotate(2deg);transform:translate(22%,-43%) scale(2) rotate(2deg);}to{-webkit-transform:translate(22%,-43%) scale(1) rotate(0deg);transform:translate(22%,-43%) scale(1) rotate(0deg);}}.c-voter-wizard{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard select,.c-voter-wizard textarea,.c-voter-wizard input{background-color:#FFFFFF;border:none;}.c-voter-wizard select.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard select,.c-voter-wizard textarea.t-your-vote-matters,.t-your-vote-matters + .c-voter-wizard textarea,.c-voter-wizard input.t-your-vote-matters,.t-your-vote-matters + .c-voter-wizard input{color:#076A6E;}.c-voter-wizard select.t-guidance,.t-guidance .c-voter-wizard select,.c-voter-wizard textarea.t-guidance,.t-guidance + .c-voter-wizard textarea,.c-voter-wizard input.t-guidance,.t-guidance + .c-voter-wizard input{color:#8F1049;}.c-voter-wizard select.t-mature-orange,.t-mature-orange .c-voter-wizard select,.c-voter-wizard textarea.t-mature-orange,.t-mature-orange + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-orange,.t-mature-orange + .c-voter-wizard input{color:#B24B1F;}.c-voter-wizard select.t-mature-green,.t-mature-green .c-voter-wizard select,.c-voter-wizard textarea.t-mature-green,.t-mature-green + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-green,.t-mature-green + .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-purple,.t-mature-purple .c-voter-wizard select,.c-voter-wizard textarea.t-mature-purple,.t-mature-purple + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-purple,.t-mature-purple + .c-voter-wizard input{color:#5D4378;}.c-voter-wizard select.t-mature-yellow,.t-mature-yellow .c-voter-wizard select,.c-voter-wizard textarea.t-mature-yellow,.t-mature-yellow + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-yellow,.t-mature-yellow + .c-voter-wizard input{color:#706012;}.c-voter-wizard select.t-mature-brown,.t-mature-brown .c-voter-wizard select,.c-voter-wizard textarea.t-mature-brown,.t-mature-brown + .c-voter-wizard textarea,.c-voter-wizard input.t-mature-brown,.t-mature-brown + .c-voter-wizard input{color:#2B220A;}.c-voter-wizard select.t-learning,.t-learning .c-voter-wizard select,.c-voter-wizard textarea.t-learning,.t-learning + .c-voter-wizard textarea,.c-voter-wizard input.t-learning,.t-learning + .c-voter-wizard input{color:#000000;}.c-voter-wizard select.t-learning--educator,.t-learning--educator .c-voter-wizard select,.c-voter-wizard textarea.t-learning--educator,.t-learning--educator + .c-voter-wizard textarea,.c-voter-wizard input.t-learning--educator,.t-learning--educator + .c-voter-wizard input{color:#000000;}.c-voter-wizard h1,.c-voter-wizard h2,.c-voter-wizard h3,.c-voter-wizard h4,.c-voter-wizard h5,.c-voter-wizard h6,.c-voter-wizard .o-type-h1,.c-voter-wizard .o-type-h2,.c-voter-wizard .o-type-h3,.c-voter-wizard .o-type-h4,.c-voter-wizard .o-type-h5,.c-voter-wizard .o-type-h6{margin:0 0 0.5em;}.c-voter-wizard__main{background-color:#003057;color:#FFFFFF;padding:20px;}.c-voter-wizard__main.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__main{background-color:#088488;}.c-voter-wizard__main.t-guidance,.t-guidance .c-voter-wizard__main{background-color:#a91255;}.c-voter-wizard__main.t-mature-orange,.t-mature-orange .c-voter-wizard__main{background-color:#B74E20;}.c-voter-wizard__main.t-mature-green,.t-mature-green .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-purple,.t-mature-purple .c-voter-wizard__main{background-color:#705191;}.c-voter-wizard__main.t-mature-yellow,.t-mature-yellow .c-voter-wizard__main{background-color:#897616;}.c-voter-wizard__main.t-mature-brown,.t-mature-brown .c-voter-wizard__main{background-color:#2B220A;}.c-voter-wizard__main.t-learning,.t-learning .c-voter-wizard__main{background-color:#323131;}.c-voter-wizard__main.t-learning--educator,.t-learning--educator .c-voter-wizard__main{background-color:#323131;}@media (min-width:767px){.c-voter-wizard__main{padding:30px;}}@media (min-width:1024px){.c-voter-wizard__main{padding:40px;}}.c-voter-wizard__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#e5f4f8;}.c-voter-wizard__controls.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__controls{background-color:#ECF3F3;}.c-voter-wizard__controls.t-guidance,.t-guidance .c-voter-wizard__controls{background-color:#F4EDF0;}.c-voter-wizard__controls.t-mature-orange,.t-mature-orange .c-voter-wizard__controls{background-color:#F6F0EE;}.c-voter-wizard__controls.t-mature-green,.t-mature-green .c-voter-wizard__controls{background-color:#F1F2ED;}.c-voter-wizard__controls.t-mature-purple,.t-mature-purple .c-voter-wizard__controls{background-color:#F2F0F3;}.c-voter-wizard__controls.t-mature-yellow,.t-mature-yellow .c-voter-wizard__controls{background-color:#F3F2ED;}.c-voter-wizard__controls.t-mature-brown,.t-mature-brown .c-voter-wizard__controls{background-color:#EEEEED;}.c-voter-wizard__controls.t-learning,.t-learning .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}.c-voter-wizard__controls.t-learning--educator,.t-learning--educator .c-voter-wizard__controls{background-color:rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__controls{padding:20px 30px;}}@media (min-width:1024px){.c-voter-wizard__controls{padding:20px 40px;}}.c-voter-wizard__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset){color:#FFFFFF;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#088488;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #088488,-1px 0 0 #088488;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #088488,-1px 2px 0 #088488;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#a91255;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #a91255,-1px 0 0 #a91255;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #a91255,-1px 2px 0 #a91255;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#B74E20;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #B74E20,-1px 0 0 #B74E20;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #B74E20,-1px 2px 0 #B74E20;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#705191;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #705191,-1px 0 0 #705191;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #705191,-1px 2px 0 #705191;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#897616;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #897616,-1px 0 0 #897616;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #897616,-1px 2px 0 #897616;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#2B220A;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #2B220A,-1px 0 0 #2B220A;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #2B220A,-1px 2px 0 #2B220A;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset){-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#323131;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #323131,-1px 0 0 #323131;}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset) > span:not(.visually-hidden){text-shadow:1px 2px 0 #323131,-1px 2px 0 #323131;}}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover,.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover,.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus{text-decoration:none;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset):focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control:not(.c-voter-wizard__control--reset).t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control:not(.c-voter-wizard__control--reset).is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control .o-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__control--next{margin-left:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.c-voter-wizard__control--reset{background:none;}.c-voter-wizard__control--reset.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__control--reset{color:#088488;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #ECF3F3,-1px 0 0 #ECF3F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-your-vote-matters > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #ECF3F3,-1px 2px 0 #ECF3F3;}}.c-voter-wizard__control--reset.t-your-vote-matters:hover,.c-voter-wizard__control--reset.t-your-vote-matters:focus,.t-your-vote-matters .c-voter-wizard__control--reset:hover,.t-your-vote-matters .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-your-vote-matters:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-your-vote-matters:focus > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-your-vote-matters.is-active > span:not(.visually-hidden),.t-your-vote-matters .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-guidance,.t-guidance .c-voter-wizard__control--reset{color:#a91255;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F4EDF0,-1px 0 0 #F4EDF0;}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-guidance > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F4EDF0,-1px 2px 0 #F4EDF0;}}.c-voter-wizard__control--reset.t-guidance:hover,.c-voter-wizard__control--reset.t-guidance:focus,.t-guidance .c-voter-wizard__control--reset:hover,.t-guidance .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-guidance:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-guidance:focus > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-guidance.is-active > span:not(.visually-hidden),.t-guidance .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-orange,.t-mature-orange .c-voter-wizard__control--reset{color:#B74E20;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F6F0EE,-1px 0 0 #F6F0EE;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-orange > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F6F0EE,-1px 2px 0 #F6F0EE;}}.c-voter-wizard__control--reset.t-mature-orange:hover,.c-voter-wizard__control--reset.t-mature-orange:focus,.t-mature-orange .c-voter-wizard__control--reset:hover,.t-mature-orange .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-orange:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-orange:focus > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-orange.is-active > span:not(.visually-hidden),.t-mature-orange .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-green,.t-mature-green .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F1F2ED,-1px 0 0 #F1F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-green > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F1F2ED,-1px 2px 0 #F1F2ED;}}.c-voter-wizard__control--reset.t-mature-green:hover,.c-voter-wizard__control--reset.t-mature-green:focus,.t-mature-green .c-voter-wizard__control--reset:hover,.t-mature-green .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-green:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-green:focus > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-green.is-active > span:not(.visually-hidden),.t-mature-green .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-purple,.t-mature-purple .c-voter-wizard__control--reset{color:#705191;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F2F0F3,-1px 0 0 #F2F0F3;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-purple > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F2F0F3,-1px 2px 0 #F2F0F3;}}.c-voter-wizard__control--reset.t-mature-purple:hover,.c-voter-wizard__control--reset.t-mature-purple:focus,.t-mature-purple .c-voter-wizard__control--reset:hover,.t-mature-purple .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-purple:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-purple:focus > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-purple.is-active > span:not(.visually-hidden),.t-mature-purple .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-yellow,.t-mature-yellow .c-voter-wizard__control--reset{color:#897616;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #F3F2ED,-1px 0 0 #F3F2ED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-yellow > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #F3F2ED,-1px 2px 0 #F3F2ED;}}.c-voter-wizard__control--reset.t-mature-yellow:hover,.c-voter-wizard__control--reset.t-mature-yellow:focus,.t-mature-yellow .c-voter-wizard__control--reset:hover,.t-mature-yellow .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-yellow:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-yellow:focus > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-yellow.is-active > span:not(.visually-hidden),.t-mature-yellow .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-mature-brown,.t-mature-brown .c-voter-wizard__control--reset{color:#2B220A;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 #EEEEED,-1px 0 0 #EEEEED;}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-mature-brown > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 #EEEEED,-1px 2px 0 #EEEEED;}}.c-voter-wizard__control--reset.t-mature-brown:hover,.c-voter-wizard__control--reset.t-mature-brown:focus,.t-mature-brown .c-voter-wizard__control--reset:hover,.t-mature-brown .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-mature-brown:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-mature-brown:focus > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-mature-brown.is-active > span:not(.visually-hidden),.t-mature-brown .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning,.t-learning .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning:hover,.c-voter-wizard__control--reset.t-learning:focus,.t-learning .c-voter-wizard__control--reset:hover,.t-learning .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning:focus > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning.is-active > span:not(.visually-hidden),.t-learning .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset.t-learning--educator,.t-learning--educator .c-voter-wizard__control--reset{color:#FFFFFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),currentColor calc(100% - 2px),currentColor calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:100% 100%;text-shadow:2px 0 0 rgba(50,49,49,0.75),-1px 0 0 rgba(50,49,49,0.75);}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-voter-wizard__control--reset.t-learning--educator > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset > span:not(.visually-hidden){text-shadow:1px 2px 0 rgba(50,49,49,0.75),-1px 2px 0 rgba(50,49,49,0.75);}}.c-voter-wizard__control--reset.t-learning--educator:hover,.c-voter-wizard__control--reset.t-learning--educator:focus,.t-learning--educator .c-voter-wizard__control--reset:hover,.t-learning--educator .c-voter-wizard__control--reset:focus{text-decoration:none;}.c-voter-wizard__control--reset.t-learning--educator:hover > span:not(.visually-hidden),.c-voter-wizard__control--reset.t-learning--educator:focus > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:hover > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset:focus > span:not(.visually-hidden){background-size:0% 100%;}.c-voter-wizard__control--reset.t-learning--educator.is-active > span:not(.visually-hidden),.t-learning--educator .c-voter-wizard__control--reset.is-active > span:not(.visually-hidden){position:relative;width:calc(100%);background-size:100% 100%;}.c-voter-wizard__control--reset:not(:first-child){margin-left:20px;}.c-voter-wizard__input-container--inline,.c-voter-wizard__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.c-voter-wizard__input-container--has-spacer{margin-left:-20px;margin-top:-20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer{margin-left:-30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer{margin-left:-40px;}}.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:20px;padding-top:20px;}@media (min-width:767px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:30px;}}@media (min-width:1024px){.c-voter-wizard__input-container--has-spacer .c-voter-wizard__inline-input{padding-left:40px;}}.c-voter-wizard__inline-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__inline-input--date{width:100%;}@media (min-width:767px){.c-voter-wizard__inline-input--date{width:33.33333%;}}.c-voter-wizard__results-message-container{border:1px solid #25B2D3;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}.c-voter-wizard__results-message-container.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-message-container{border-color:#ECF3F3;}.c-voter-wizard__results-message-container.t-guidance,.t-guidance .c-voter-wizard__results-message-container{border-color:#F4EDF0;}.c-voter-wizard__results-message-container.t-mature-orange,.t-mature-orange .c-voter-wizard__results-message-container{border-color:#F6F0EE;}.c-voter-wizard__results-message-container.t-mature-green,.t-mature-green .c-voter-wizard__results-message-container{border-color:#F1F2ED;}.c-voter-wizard__results-message-container.t-mature-purple,.t-mature-purple .c-voter-wizard__results-message-container{border-color:#F2F0F3;}.c-voter-wizard__results-message-container.t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-message-container{border-color:#F3F2ED;}.c-voter-wizard__results-message-container.t-mature-brown,.t-mature-brown .c-voter-wizard__results-message-container{border-color:#EEEEED;}.c-voter-wizard__results-message-container.t-learning,.t-learning .c-voter-wizard__results-message-container{border-color:#B5FF2B;}.c-voter-wizard__results-message-container.t-learning--educator,.t-learning--educator .c-voter-wizard__results-message-container{border-color:#DEACFF;}.c-voter-wizard__results-message-container *:last-child{margin-bottom:0;}.c-voter-wizard__results-icon{margin-right:0.5em;-webkit-box-flex:0;-ms-flex:none;flex:none;}.c-voter-wizard__results-section{padding-bottom:20px;}.c-voter-wizard__results-section:not(:first-child){padding-top:20px;border-top:1px solid #25B2D3;}.c-voter-wizard__results-section:not(:first-child).t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__results-section:not(:first-child){border-color:#ECF3F3;}.c-voter-wizard__results-section:not(:first-child).t-guidance,.t-guidance .c-voter-wizard__results-section:not(:first-child){border-color:#F4EDF0;}.c-voter-wizard__results-section:not(:first-child).t-mature-orange,.t-mature-orange .c-voter-wizard__results-section:not(:first-child){border-color:#F6F0EE;}.c-voter-wizard__results-section:not(:first-child).t-mature-green,.t-mature-green .c-voter-wizard__results-section:not(:first-child){border-color:#F1F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-purple,.t-mature-purple .c-voter-wizard__results-section:not(:first-child){border-color:#F2F0F3;}.c-voter-wizard__results-section:not(:first-child).t-mature-yellow,.t-mature-yellow .c-voter-wizard__results-section:not(:first-child){border-color:#F3F2ED;}.c-voter-wizard__results-section:not(:first-child).t-mature-brown,.t-mature-brown .c-voter-wizard__results-section:not(:first-child){border-color:#EEEEED;}.c-voter-wizard__results-section:not(:first-child).t-learning,.t-learning .c-voter-wizard__results-section:not(:first-child){border-color:#B5FF2B;}.c-voter-wizard__results-section:not(:first-child).t-learning--educator,.t-learning--educator .c-voter-wizard__results-section:not(:first-child){border-color:#DEACFF;}.c-voter-wizard__results-section *:last-child{margin-bottom:0;}.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media all and (min-width:767px){.c-voter-wizard__results-heading-icon{font-size:1.12rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__results-heading-icon{font-size:1.11rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__results-heading-icon{font-size:1.1rem;line-height:1.4;}}.c-voter-wizard__results-heading-icon .o-icon{margin-right:0.5em;}.c-voter-wizard__results-link{display:block;text-decoration:underline;}.c-voter-wizard__results-link:hover{text-decoration:none;}.c-voter-wizard__results-link:not(:last-child){margin-bottom:1em;}.c-voter-wizard__link{text-decoration:underline;}.c-voter-wizard__link:hover{text-decoration:none;}.c-voter-wizard__link:not(:last-child){margin-bottom:1em;}.c-voter-wizard-radio .c-voter-wizard-radio__input{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.c-voter-wizard-radio .c-voter-wizard__label--radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.c-voter-wizard__label{font-size:1rem;line-height:1.4;}@media all and (min-width:767px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1024px){.c-voter-wizard__label{font-size:1rem;line-height:1.4;}}@media all and (min-width:1400px){.c-voter-wizard__label{font-size:0.9rem;line-height:1.4;}}.c-voter-wizard__label--radio{background:#003057;color:#FFFFFF;cursor:pointer;padding:20px;border:2px solid transparent;}.c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard__label--radio{background:#088488;}.c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard__label--radio{background:#a91255;}.c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard__label--radio{background:#B74E20;}.c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard__label--radio{background:#705191;}.c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard__label--radio{background:#897616;}.c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard__label--radio{background:#2B220A;}.c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard__label--radio{background:#323131;}.c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard__label--radio{background:#323131;}@media (min-width:767px){.c-voter-wizard__label--radio{padding:18px;}}.c-voter-wizard__label--radio:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:block;margin-right:0.5em;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#25B2D3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-your-vote-matters,.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#ECF3F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-guidance,.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F4EDF0;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-orange,.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F6F0EE;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-green,.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F1F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-purple,.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F2F0F3;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-yellow,.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#F3F2ED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-mature-brown,.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#EEEEED;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning,.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#B5FF2B;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio.t-learning--educator,.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio{border-color:#DEACFF;}.c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#003057;border:5px solid #FFFFFF;}.t-your-vote-matters .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#088488;}.t-guidance .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#a91255;}.t-mature-orange .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#B74E20;}.t-mature-green .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-purple .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#705191;}.t-mature-yellow .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#897616;}.t-mature-brown .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#2B220A;}.t-learning .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.t-learning--educator .c-voter-wizard-radio__input:checked + .c-voter-wizard__label--radio:before{background-color:#323131;}.c-voter-wizard-modal-trigger{font-size:1rem;line-height:1.2;background:none;border:0;padding:0;color:currentColor;text-decoration:underline;}.c-voter-wizard-modal-trigger:hover .o-icon,.c-voter-wizard-modal-trigger:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}@media all and (min-width:767px){.c-voter-wizard-modal-trigger{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-voter-wizard-modal-trigger{font-size:0.8rem;line-height:1.2;}}.c-voter-wizard-modal-trigger:hover{text-decoration:none;}.c-parallax-image{width:100vw;position:relative;left:50%;margin-left:-50vw;overflow:hidden;height:300px;}@media (min-width:767px){.c-parallax-image{height:400px;}}@media (min-width:767px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 0.83333rem);}}@media (min-width:1024px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 1.11111rem);}}@media (min-width:1400px){.page-node-type-page .c-parallax-image,.page-node-type-article .c-parallax-image{left:calc(70% + 1.25rem);}}.c-parallax-image img{height:600px;-o-object-fit:cover;object-fit:cover;}.c-quiz-container{-webkit-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;overflow:hidden;text-align:center;position:relative;}.c-quiz-container::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.1;background-image:url("https://ec1:pEzYMbUCkAnIsemI@www.feature-menu-redesign-xjakdiq-qicelq4x33qps.eu-2.platformsh.site/themes/custom/electoralcommission/dist/img/raster/learning-resources-text-wall.png");background-position:center;}.c-quiz-container__inner{position:relative;padding:50px 8.33333%;background-repeat:no-repeat;background-position:center bottom;background-size:100%;}@media (min-width:767px){.c-quiz-container__inner{padding:100px 8.33333%;}}@media (min-width:1024px){.c-quiz-container__inner{padding:160px 8.33333%;}}.c-quiz{background-color:#323131;color:#FFFFFF;}.c-quiz__title{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-size:1.875rem;line-height:1.4;font-weight:800;text-align:center;margin-bottom:0.5em;}@media all and (min-width:767px){.c-quiz__title{font-size:1.66667rem;line-height:1.4;}}.c-quiz__subtitle{font-size:1rem;line-height:1.2;}@media all and (min-width:767px){.c-quiz__subtitle{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__subtitle{font-size:0.8rem;line-height:1.2;}}.c-quiz__component-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}.c-quiz__component{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;}.c-quiz__heading{font-size:2.5rem;line-height:1.4;font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";font-weight:800;color:#FF8BFF;text-transform:none;text-align:center;margin-bottom:0.33em;}@media all and (min-width:767px){.c-quiz__heading{font-size:2.778rem;line-height:1.4;}}@media all and (min-width:1400px){.c-quiz__heading{font-size:3rem;line-height:1.4;}}.c-quiz__title--left{text-align:left;}.c-quiz__lazyload-img-container{position:relative;}.c-quiz__lazyload-img{position:absolute;top:0;left:0;width:100%;height:100%;}.c-quiz__inline-buttons{list-style:none;padding-left:0;margin-left:-1.25rem;margin-top:-1.25rem;margin-bottom:0;width:100%;}@media (min-width:767px){.c-quiz__inline-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.66667rem;margin-top:-1.66667rem;height:100%;}}@media (min-width:1024px){.c-quiz__inline-buttons{margin-left:-2.22222rem;margin-top:-2.22222rem;padding:0 10%;}}@media (min-width:1400px){.c-quiz__inline-buttons{margin-left:-2.5rem;margin-top:-2.5rem;}}.c-quiz__inline-buttons--results{margin-bottom:50px;}.c-quiz__question-button-container{padding-left:1.25rem;padding-top:1.25rem;}@media (min-width:767px){.c-quiz__question-button-container{padding-left:1.66667rem;padding-top:1.66667rem;width:50%;}}@media (min-width:1024px){.c-quiz__question-button-container{padding-left:2.22222rem;padding-top:2.22222rem;}}@media (min-width:1400px){.c-quiz__question-button-container{padding-left:2.5rem;padding-top:2.5rem;}}.c-quiz__button{cursor:pointer;width:100%;text-transform:none;text-align:center;padding:20px;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;position:relative;background-color:#B5FF2B;color:#000000;}.c-quiz__button:hover,.c-quiz__button:focus{text-decoration:none;background-color:#9ad925;}.c-quiz__button:last-child{margin-bottom:0;}.c-quiz__button--results{margin-bottom:20px;}@media (min-width:767px){.c-quiz__button--results{width:33.33333%;}}.c-quiz__button--back{background-color:#FF8BFF;}.c-quiz__button--back:hover,.c-quiz__button--back:focus{background-color:#cc6fcc;}@media (min-width:1024px){.c-quiz__button--next{width:auto;}}.c-quiz__results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.c-quiz__results-image{width:100%;margin-bottom:20px;}@media (min-width:767px){.c-quiz__results-image{max-width:450px;}}@media (min-width:1024px){.c-quiz__results-image{margin-bottom:20px;}}.c-quiz__results-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}@media (min-width:1024px){.c-quiz__results-share-container{margin-bottom:20px;}}.c-quiz__results-share-container .c-quiz__title{margin-bottom:0;}.c-quiz__results-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;}.c-quiz__results-share-label{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__results-share-label{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__results-share-label{font-size:0.8rem;line-height:1.2;}}.c-quiz__results-share-item{margin-left:20px;}@media (min-width:1024px){.c-quiz__results-share-item{margin-left:20px;}}.c-quiz__results-share-link{display:block;-webkit-transition:color 0.3s ease 0s;-o-transition:color 0.3s ease 0s;transition:color 0.3s ease 0s;}.c-quiz__results-share-link:hover .o-icon,.c-quiz__results-share-link:focus .o-icon{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);}.c-quiz__results-share-link .o-icon{display:block;width:30px;height:30px;fill:#B5FF2B;}.c-quiz__answers-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;counter-reset:answers-list;margin-top:-20px;margin-bottom:40px;}@media (min-width:767px){.c-quiz__answers-list{margin-left:-1.66667rem;margin-top:-30px;}}@media (min-width:1024px){.c-quiz__answers-list{margin-left:-2.22222rem;margin-bottom:50px;}}@media (min-width:1400px){.c-quiz__answers-list{margin-left:-2.5rem;margin-bottom:70px;}}.c-quiz__answer{counter-increment:answers-list;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;}@media (min-width:767px){.c-quiz__answer{width:50%;padding-left:1.66667rem;padding-top:30px;}}@media (min-width:1024px){.c-quiz__answer{padding-left:2.22222rem;}}@media (min-width:1400px){.c-quiz__answer{padding-left:2.5rem;}}.c-quiz__answer::before{font-family:"Montserrat","Swis721MdBTW05-Bold","helvetica","arial","sans-serif";border-radius:50%;background-color:#ED1D24;color:#000000;width:36px;height:36px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:20px;font-weight:900;content:counter(answers-list);}.c-quiz__answer--correct::before{background-color:#B5FF2B;}.c-quiz__answer-question{margin-bottom:0.5em;}.c-quiz__answer-answer{font-size:1rem;line-height:1.2;margin-bottom:0;}@media all and (min-width:767px){.c-quiz__answer-answer{font-size:0.88rem;line-height:1.2;}}@media all and (min-width:1024px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}@media all and (min-width:1400px){.c-quiz__answer-answer{font-size:0.8rem;line-height:1.2;}}.slide-next-enter,.slide-next-leave,.slide-prev-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.slide-next-enter-to,.slide-next-leave-to{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}.slide-prev-enter,.slide-prev-leave-to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}.slide-prev-enter-to{-webkit-animation:enter-prev 0.3s ease-in-out;animation:enter-prev 0.3s ease-in-out;}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@-webkit-keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@keyframes enter-prev{from{-webkit-transform:translateX(-200%);transform:translateX(-200%);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}@media (prefers-reduced-motion){.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{-webkit-transition:none;-o-transition:none;transition:none;-webkit-animation:none;animation:none;}}.c-link-hub{margin:30px 0 0 0;}.c-link-hub__link{border-radius:2rem;border:3px solid #d0d0d0;background-image:-webkit-gradient(linear,left top,left bottom,from(#003057),to(#003057));background-image:-o-linear-gradient(top,#003057,#003057);background-image:linear-gradient(to bottom,#003057,#003057);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#FFFFFF;padding:2rem 1rem;text-align:center;margin-bottom:1rem;font-size:1.38rem;line-height:1.4;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media all and (min-width:767px){.c-link-hub__link{font-size:1.35rem;line-height:1.4;}}@media all and (min-width:1024px){.c-link-hub__link{font-size:1.33rem;line-height:1.4;}}@media all and (min-width:1400px){.c-link-hub__link{font-size:1.3rem;line-height:1.4;}}.c-link-hub__link > span span{width:calc(100%);position:relative;background-image:-o-linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-image:linear-gradient(transparent calc(100% - 2px),#FFFFFF calc(100% - 2px),#FFFFFF calc(100% - -1px),transparent calc(100% - -1px));background-repeat:no-repeat;background-size:0% 100%;text-shadow:2px 0 0 #003057,-1px 0 0 #003057;}@media (min-width:767px){.c-link-hub__link > span span{-webkit-transition:background-size 0.2s ease-in-out 0s;-o-transition:background-size 0.2s ease-in-out 0s;transition:background-size 0.2s ease-in-out 0s;}}@media (min-width:767px){.c-link-hub__link > span span{text-shadow:1px 2px 0 #003057,-1px 2px 0 #003057;}}.c-link-hub__link:hover,.c-link-hub__link:focus{text-decoration:none;}.c-link-hub__link:hover > span span,.c-link-hub__link:focus > span span{background-size:100% 100%;}.c-link-hub__link.is-active > span span{position:relative;width:calc(100%);background-size:100% 100%;}@media (min-width:767px){.c-link-hub__link{margin-bottom:0;min-height:12rem;}}.c-link-hub__link:after{content:"";display:block;position:absolute;border:2px solid rgba(255,255,255,0.7);top:0.35rem;right:0.35rem;bottom:0.35rem;left:0.35rem;border-radius:1.7rem;mix-blend-mode:overlay;z-index:0;}.c-location-bar{color:#FFFFFF;overflow:hidden;margin:1.875rem 0;}.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:20px;}@media (min-width:767px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:30px;}}@media (min-width:1024px){.c-location-bar__status,.c-location-bar__actions,.c-location-bar__popup{padding:40px;}}.c-location-bar__status{background-color:#705191;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}@media (min-width:767px){.c-location-bar__status{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}}[data-js-location-actions]{display:none;}.c-location-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#573f70;}@media (min-width:767px){.c-location-bar__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.c-location-bar__actions button{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0.5rem 0;}@media (min-width:767px){.c-location-bar__actions button{margin:0 0.5rem;}}.c-location-bar__actions button:first-child{margin-left:0;}.c-location-bar__actions button:last-child{margin-right:0;}.c-location-bar__icon{margin-right:1rem;}.c-location-bar__status-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;}.c-location-bar__change-button{margin:1rem 0 0 calc(1.25rem + 1rem);text-decoration:underline;border:0;background:none;color:currentColor;outline:none;}@media (min-width:767px){.c-location-bar__change-button{padding-left:1rem;margin:0 0 0 1rem;border-left:2px solid #FFFFFF;}}.c-location-bar__change-button:hover,.c-location-bar__change-button:focus{text-decoration:none;}.c-location-bar__popup{display:none;background-color:#573f70;color:#FFFFFF;margin-top:1.5rem;position:absolute;z-index:10;padding-right:4rem;}@media (min-width:1024px){.c-location-bar__popup{max-width:40%;}}@media (min-width:1400px){.c-location-bar__popup{max-width:35%;}}.c-location-bar__popup:before{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #573f70;position:absolute;top:-16px;left:40px;}.c-location-bar__close{background-color:transparent;padding:0;color:#FFFFFF;position:absolute;top:20px;right:20px;outline:none;}@media (min-width:767px){.c-location-bar__close{top:30px;right:30px;}}@media (min-width:1024px){.c-location-bar__close{top:40px;right:40px;}}.c-location-bar__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-location-bar__close:hover .o-icon,.c-location-bar__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.pdf-puppeteer .c-nav-jumplink-container,.pdf-puppeteer .c-header,.pdf-puppeteer .c-social,.pdf-puppeteer .c-footer,.pdf-puppeteer .c-accordion__icon,.pdf-puppeteer .c-parallax-image,.pdf-puppeteer .o-back-to-top{display:none;}.pdf-puppeteer .c-accordion__content{display:block;}.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:1.875rem 20px;}@media (min-width:480px){.pdf-puppeteer .o-slice--dark,.pdf-puppeteer .c-quote-container{margin-left:-20px;margin-right:-20px;padding:2.77778rem 20px;}}.pdf-puppeteer .o-slice--dark .o-slice__padding,.pdf-puppeteer .c-quote-container .o-slice__padding{margin:0;}.pdf-puppeteer .c-wysiwyg-table table{width:100%;table-layout:fixed;}.pdf-puppeteer #ccc,.pdf-puppeteer #ccc-overlay,.pdf-puppeteer #ccc-notify{display:none;}.c-alert{display:none;background-color:rgba(0,0,0,0.8);color:#FFFFFF;position:relative;}.c-alert--critical{background-color:#000000;}.c-alert--polite{background-color:rgba(0,0,0,0.6);}.c-alert__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 4rem 1rem 0;}@media (min-width:767px){.c-alert__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0;}}@media (min-width:767px){.c-alert__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.c-alert__content P:last-child{margin-bottom:0;}.c-alert__content P:last-of-type{display:inline;}.c-alert__content a{display:inline-block;text-decoration:underline;}@media (min-width:767px){.c-alert__content a{margin-top:0;}}.c-alert__content a:hover,.c-alert__content a:focus{text-decoration:none;}.c-alert__content a:after{display:none;}.c-alert__cta{margin-top:1rem;}@media (min-width:767px){.c-alert__cta{margin-top:0;margin-left:2rem;-ms-flex-negative:0;flex-shrink:0;}}@media (min-width:1024px){.c-alert__cta{margin-left:2.5rem;}}.c-alert__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}@media (min-width:767px){.c-alert__controls{margin-left:1.75rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}@media (min-width:1024px){.c-alert__controls{margin-left:2.5rem;}}.c-alert__close{position:absolute;top:1rem;right:20px;background:none;padding:0;border:0;color:#FFFFFF;}@media (min-width:767px){.c-alert__close{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;}}.c-alert__close .o-icon{-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;-o-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;}.c-alert__close:hover .o-icon,.c-alert__close:focus .o-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.c-campaign{position:relative;padding:30px 20px;background:#FEC2DB;color:#003057;margin-left:-20px;margin-right:-20px;margin-top:5rem;margin-bottom:5rem;}@media (min-width:767px){.c-campaign{margin-left:0;margin-right:0;padding:30px;}}@media (min-width:1024px){.c-campaign{padding:2.44444rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:1400px){.c-campaign{padding:2.5rem;}}.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--sidebarWidth:0.3;--sliceColumnWidth:0.7;--gutter:1.66667rem;}@media (min-width:767px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{width:calc((100% * (1 + (var(--sidebarWidth)) / (var(--sliceColumnWidth)))) + (var(--gutter) / 2));}}@media (min-width:1024px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.22222rem;}}@media (min-width:1400px){.page-node-type-page .c-campaign,.page-node-type-article .c-campaign{--gutter:2.5rem;}}.c-campaign__title{margin-bottom:1rem;}@media (min-width:1024px){.c-campaign__title{margin-bottom:1.5rem;}}.c-campaign__content{font-size:1rem;line-height:1.5;}@media all and (min-width:1400px){.c-campaign__content{font-size:0.9rem;}}@media (min-width:1024px){.c-campaign__content{max-width:60%;padding-right:20px;}}.c-campaign__footer{margin-top:15px;width:100%;}@media (min-width:767px){.c-campaign__footer{margin-top:30px;}}.c-campaign__footer a{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:767px){.c-campaign__footer a{width:auto;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;}}.c-campaign__img{position:relative;margin-top:-40px;width:100%;max-width:400px;margin-left:auto;margin-right:auto;}.c-campaign__img::before{content:'';display:block;padding-bottom:90%;}.c-campaign__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;}@media (min-width:1024px){.c-campaign__img{width:45%;max-width:450px;margin-right:-80px;margin-top:-75px;margin-bottom:-120px;}}@media (min-width:1400px){.c-campaign__img{width:40%;max-width:500px;margin-right:-80px;margin-bottom:-140px;}}.c-page-blur{display:none;}@media (min-width:1400px){.c-page-blur{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:9;}} +.c-social .o-external-link::after {display: none} diff --git a/postcode_lookup/static/js/scripts.4f1ae080871a325210756132eceaee95.js b/postcode_lookup/static/js/scripts.4f1ae080871a325210756132eceaee95.js new file mode 100644 index 0000000..f4c5988 --- /dev/null +++ b/postcode_lookup/static/js/scripts.4f1ae080871a325210756132eceaee95.js @@ -0,0 +1,206 @@ +/*! jQuery v3.6.3 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},S=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||S).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.3",E=function(e,t){return new E.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,S)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=E)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{if(d.cssSupportsSelector&&!CSS.supports("selector(:is("+c+"))"))throw new Error;return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===E&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[E]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,S=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&C.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=E,!C.getElementsByName||!C.getElementsByName(E).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&S)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+E+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+E+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),d.cssSupportsSelector||y.push(":has"),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&S&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:S,!0)),N.test(r[1])&&E.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=S.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,D=E(S);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=S.createDocumentFragment().appendChild(S.createElement("div")),(fe=S.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),S.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;E.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||E.expando+"_"+Ct.guid++;return this[e]=!0,e}}),E.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||E.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?E(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=S.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=S.implementation.createHTMLDocument("")).createElement("base")).href=S.location.href,t.head.appendChild(r)):t=S),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(E.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},E.expr.pseudos.animated=function(t){return E.grep(E.timers,function(e){return t===e.elem}).length},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){E.fn[t]=function(e){return this.on(t,e)}}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0=0x0001&&codeUnit<=0x001F)||codeUnit==0x007F||(index==0&&codeUnit>=0x0030&&codeUnit<=0x0039)||(index==1&&codeUnit>=0x0030&&codeUnit<=0x0039&&firstCodeUnit==0x002D)){result+='\\'+codeUnit.toString(16)+' ';continue;} +if(index==0&&length==1&&codeUnit==0x002D){result+='\\'+string.charAt(index);continue;} +if(codeUnit>=0x0080||codeUnit==0x002D||codeUnit==0x005F||codeUnit>=0x0030&&codeUnit<=0x0039||codeUnit>=0x0041&&codeUnit<=0x005A||codeUnit>=0x0061&&codeUnit<=0x007A){result+=string.charAt(index);continue;} +result+='\\'+string.charAt(index);} +return result;};if(!root.CSS){root.CSS={};} +root.CSS.escape=cssEscape;return cssEscape;}));; +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.ES6Promise=e()}(this,function(){"use strict";function t(t){var e=typeof t;return null!==t&&("object"===e||"function"===e)}function e(t){return"function"==typeof t}function n(t){W=t}function r(t){z=t}function o(){return function(){return process.nextTick(a)}}function i(){return"undefined"!=typeof U?function(){U(a)}:c()}function s(){var t=0,e=new H(a),n=document.createTextNode("");return e.observe(n,{characterData:!0}),function(){n.data=t=++t%2}}function u(){var t=new MessageChannel;return t.port1.onmessage=a,function(){return t.port2.postMessage(0)}}function c(){var t=setTimeout;return function(){return t(a,1)}}function a(){for(var t=0;t script[type="application/json"][data-drupal-selector="drupal-settings-json"], body > script[type="application/json"][data-drupal-selector="drupal-settings-json"]');window.drupalSettings={};if(settingsElement!==null){window.drupalSettings=JSON.parse(settingsElement.textContent);}})();; +window.drupalTranslations={"strings":{"":{"Home":"Cartref","Edit":"Golygu","Cancel":"Diddymu","By @name on @date":"Gan @name ar @date","By @name":"Gan @name","Authored on @date":"Ysgrifennwyd gan @date","Done":"Gwnaethpwyd","Prev":"Blaenorol","Next":"Nesaf","Today":"Heddiw","Jan":"Ionawr","Feb":"Chwefror","Mar":"Mawrth","Apr":"Ebrill","May":"Mai","Jun":"Mehefin","Jul":"Gorffennaf","Aug":"Awst","Sep":"Medi","Oct":"Hydref","Nov":"Tachwedd","Dec":"Rhagfyr","Sunday":"Dydd Sul","Monday":"Dydd Llun","Tuesday":"Dydd Marth","Wednesday":"Dydd Mercher","Thursday":"Dydd Iau","Friday":"Dydd Gwener","Saturday":"Dydd Sadwrn","Sun":"Dydd Sul","Mon":"Dydd Llun","Tue":"Dydd Marth","Wed":"Dydd Mercher","Thu":"Dydd Iau","Fri":"Dydd Gwener","Sat":"Dydd Sadwrn","Enabled":"Wedi ei alluogi","Yes":"Ydw","Disabled":"Wedi ei analluogi"},"Long month name":{"January":"Ionawr","February":"Chwefror","March":"Mawrth","April":"Ebrill","May":"Mai","June":"Mehefin","July":"Gorffennaf","August":"Awst","September":"Medi","October":"Hydref","November":"Tachwedd","December":"Rhagfyr"}},"pluralFormula":{"0":0,"1":0,"default":1}};; +window.Drupal={behaviors:{},locale:{}};(function(Drupal,drupalSettings,drupalTranslations,console,Proxy,Reflect){Drupal.throwError=function(error){setTimeout(function(){throw error;},0);};Drupal.attachBehaviors=function(context,settings){context=context||document;settings=settings||drupalSettings;var behaviors=Drupal.behaviors;Object.keys(behaviors||{}).forEach(function(i){if(typeof behaviors[i].attach==='function'){try{behaviors[i].attach(context,settings);}catch(e){Drupal.throwError(e);}}});};Drupal.detachBehaviors=function(context,settings,trigger){context=context||document;settings=settings||drupalSettings;trigger=trigger||'unload';var behaviors=Drupal.behaviors;Object.keys(behaviors||{}).forEach(function(i){if(typeof behaviors[i].detach==='function'){try{behaviors[i].detach(context,settings,trigger);}catch(e){Drupal.throwError(e);}}});};Drupal.checkPlain=function(str){str=str.toString().replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"').replace(/'/g,''');return str;};Drupal.formatString=function(str,args){var processedArgs={};Object.keys(args||{}).forEach(function(key){switch(key.charAt(0)){case'@':processedArgs[key]=Drupal.checkPlain(args[key]);break;case'!':processedArgs[key]=args[key];break;default:processedArgs[key]=Drupal.theme('placeholder',args[key]);break;}});return Drupal.stringReplace(str,processedArgs,null);};Drupal.stringReplace=function(str,args,keys){if(str.length===0){return str;} +if(!Array.isArray(keys)){keys=Object.keys(args||{});keys.sort(function(a,b){return a.length-b.length;});} +if(keys.length===0){return str;} +var key=keys.pop();var fragments=str.split(key);if(keys.length){for(var i=0;i2?_len-2:0),_key=2;_key<_len;_key++){rest[_key-2]=arguments[_key];} +return Reflect.get.apply(Reflect,[target,key].concat(rest));}});};Drupal.theme=function(func){if(func in Drupal.theme){var _Drupal$theme;for(var _len2=arguments.length,args=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++){args[_key2-1]=arguments[_key2];} +return(_Drupal$theme=Drupal.theme)[func].apply(_Drupal$theme,args);}};Drupal.theme.placeholder=function(str){return"".concat(Drupal.checkPlain(str),"");};})(Drupal,window.drupalSettings,window.drupalTranslations,window.console,window.Proxy,window.Reflect);; +if(window.jQuery){jQuery.noConflict();} +document.documentElement.className+=' js';(function(Drupal,drupalSettings){var domReady=function domReady(callback){var listener=function listener(){callback();document.removeEventListener('DOMContentLoaded',listener);};if(document.readyState!=='loading'){setTimeout(callback,0);}else{document.addEventListener('DOMContentLoaded',listener);}};domReady(function(){Drupal.attachBehaviors(document,drupalSettings);});})(Drupal,window.drupalSettings);; +/*! +* tabbable 5.3.3 +* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE +*/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.tabbable,o=e.tabbable={};t(o),o.noConflict=function(){return e.tabbable=n,o}}())}(this,(function(e){"use strict";var t=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],n=t.join(","),o="undefined"==typeof Element,r=o?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,i=!o&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},a=function(e,t,o){var i=Array.prototype.slice.apply(e.querySelectorAll(n));return t&&r.call(e,n)&&i.unshift(e),i=i.filter(o)},l=function e(t,o,i){for(var a=[],l=Array.from(t);l.length;){var u=l.shift();if("SLOT"===u.tagName){var c=u.assignedElements(),d=e(c.length?c:u.children,!0,i);i.flatten?a.push.apply(a,d):a.push({scope:u,candidates:d})}else{r.call(u,n)&&i.filter(u)&&(o||!t.includes(u))&&a.push(u);var f=u.shadowRoot||"function"==typeof i.getShadowRoot&&i.getShadowRoot(u),s=!i.shadowRootFilter||i.shadowRootFilter(u);if(f&&s){var p=e(!0===f?u.children:f.children,!0,i);i.flatten?a.push.apply(a,p):a.push({scope:u,candidates:p})}else l.unshift.apply(l,u.children)}}return a},u=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},c=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},d=function(e){return"INPUT"===e.tagName},f=function(e){return function(e){return d(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||i(e),o=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=o(window.CSS.escape(e.name));else try{t=o(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var r=function(e,t){for(var n=0;nsummary:first-of-type")?e.parentElement:e;if(r.call(a,"details:not([open]) *"))return!0;var l=i(e).host,u=(null==l?void 0:l.ownerDocument.contains(l))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return s(e)}else{if("function"==typeof o){for(var c=e;e;){var d=e.parentElement,f=i(e);if(d&&!d.shadowRoot&&!0===o(d))return s(e);e=e.assignedSlot?e.assignedSlot:d||f===e.ownerDocument?d:f.host}e=c}if(u)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n=0)},m=t.concat("iframe").join(",");e.focusable=function(e,t){return(t=t||{}).getShadowRoot?l([e],t.includeContainer,{filter:p.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):a(e,t.includeContainer,p.bind(null,t))},e.isFocusable=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==r.call(e,m)&&p(t,e)},e.isTabbable=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==r.call(e,n)&&h(t,e)},e.tabbable=function(e,t){return function e(t){var n=[],o=[];return t.forEach((function(t,r){var i=!!t.scope,a=i?t.scope:t,l=u(a,i),c=i?e(t.candidates):a;0===l?i?n.push.apply(n,c):n.push(a):o.push({documentOrder:r,tabIndex:l,item:t,isScope:i,content:c})})),o.sort(c).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)}((t=t||{}).getShadowRoot?l([e],t.includeContainer,{filter:h.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:b}):a(e,t.includeContainer,h.bind(null,t)))},Object.defineProperty(e,"__esModule",{value:!0})})); + +; +(function($,once){var deprecatedMessageSuffix="is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256";var originalJQOnce=$.fn.once;var originalJQRemoveOnce=$.fn.removeOnce;$.fn.once=function jQueryOnce(id){Drupal.deprecationError({message:"jQuery.once() ".concat(deprecatedMessageSuffix)});return originalJQOnce.apply(this,[id]);};$.fn.removeOnce=function jQueryRemoveOnce(id){Drupal.deprecationError({message:"jQuery.removeOnce() ".concat(deprecatedMessageSuffix)});return originalJQRemoveOnce.apply(this,[id]);};var drupalOnce=once;function augmentedOnce(id,selector,context){originalJQOnce.apply($(selector,context),[id]);return drupalOnce(id,selector,context);} +function remove(id,selector,context){originalJQRemoveOnce.apply($(selector,context),[id]);return drupalOnce.remove(id,selector,context);} +window.once=Object.assign(augmentedOnce,drupalOnce,{remove:remove});})(jQuery,once);; +!function(e){var t={};function i(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(n,r,function(t){return e[t]}.bind(null,r));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=160)}([function(e,t){e.exports=jQuery},,function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":i(window))&&(n=window)}e.exports=n},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,i){(function(t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==("undefined"==typeof globalThis?"undefined":i(globalThis))&&globalThis)||n("object"==("undefined"==typeof window?"undefined":i(window))&&window)||n("object"==("undefined"==typeof self?"undefined":i(self))&&self)||n("object"==(void 0===t?"undefined":i(t))&&t)||function(){return this}()||Function("return this")()}).call(this,i(2))},function(e,t,i){var n=i(4),r=i(39),s=i(7),a=i(43),o=i(61),l=i(60),u=r("wks"),c=n.Symbol,d=l?c:c&&c.withoutSetter||a;e.exports=function(e){return s(u,e)&&(o||"string"==typeof u[e])||(o&&s(c,e)?u[e]=c[e]:u[e]=d("Symbol."+e)),u[e]}},function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=function(e){return"object"===i(e)?null!==e:"function"==typeof e}},function(e,t,i){var n=i(17),r={}.hasOwnProperty;e.exports=Object.hasOwn||function(e,t){return r.call(n(e),t)}},function(e,t,i){var n=i(6);e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},,function(e,t,i){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=i(4),s=i(57).f,a=i(12),o=i(18),l=i(42),u=i(105),c=i(68);e.exports=function(e,t){var i,d,h,p,f,v=e.target,m=e.global,g=e.stat;if(i=m?r:g?r[v]||l(v,{}):(r[v]||{}).prototype)for(d in t){if(p=t[d],h=e.noTargetGet?(f=s(i,d))&&f.value:i[d],!c(m?d:v+(g?".":"#")+d,e.forced)&&void 0!==h){if(n(p)===n(h))continue;u(p,h)}(e.sham||h&&h.sham)&&a(p,"sham",!0),o(i,d,p,e)}}},function(e,t,i){var n,r;function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)} +/*! + * JavaScript Cookie v2.2.0 + * https://github.com/js-cookie/js-cookie + * + * Copyright 2006, 2015 Klaus Hartl & Fagner Brack + * Released under the MIT license + */!function(a){var o=!1;if(void 0===(r="function"==typeof(n=a)?n.call(t,i,t,e):n)||(e.exports=r),o=!0,"object"===s(t)&&(e.exports=a(),o=!0),!o){var l=window.Cookies,u=window.Cookies=a();u.noConflict=function(){return window.Cookies=l,u}}}((function(){function e(){for(var e=0,t={};e1){if("number"==typeof(s=e({path:"/"},n.defaults,s)).expires){var o=new Date;o.setMilliseconds(o.getMilliseconds()+864e5*s.expires),s.expires=o}s.expires=s.expires?s.expires.toUTCString():"";try{a=JSON.stringify(r),/^[\{\[]/.test(a)&&(r=a)}catch(e){}r=i.write?i.write(r,t):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=(t=(t=encodeURIComponent(String(t))).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent)).replace(/[\(\)]/g,escape);var l="";for(var u in s)s[u]&&(l+="; "+u,!0!==s[u]&&(l+="="+s[u]));return document.cookie=t+"="+r+l}t||(a={});for(var c=document.cookie?document.cookie.split("; "):[],d=/(%[0-9A-Z]{2})+/g,h=0;h0?r(n(e),9007199254740991):0}},function(e,t,i){var n=i(27),r=i(16);e.exports=function(e){return n(r(e))}},function(e,t){var i={}.toString;e.exports=function(e){return i.call(e).slice(8,-1)}},function(e,t){e.exports={}},,,,function(e,t,i){var n=i(3),r=i(22),s="".split;e.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?s.call(e,""):Object(e)}:Object},function(e,t,i){var n=i(4);e.exports=function(e,t){return arguments.length<2?"function"==typeof(i=n[e])?i:void 0:n[e]&&n[e][t];var i}},function(e,t){e.exports={}},function(e,t){var i=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:i)(e)}},function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i(0),r=i.n(n),s=new RegExp("/"+window.location.host+"/");function a(e){s.test(e.href)||(r()(e).hasClass("c-footer-menu__social-icon")||(r()(e).attr("target","_blank"),r()(e).attr("rel","noopener"),r()(e).addClass("o-external-link"),r()(e).closest(".c-wysiwyg").length&&!r()(e).hasClass("button-link")&&r()(e).wrapInner(''),r()(e).append(' (Opens in new window)')),r()(e).hasClass("button-link")&&r()(e).append(' \n \n '))}r()("a:not(.js-skip-external-link-test)").each((function(){a(this)}))},,,,function(e,t){var i=!("undefined"==typeof window||!window.document||!window.document.createElement);e.exports=i},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,i){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=i(28),s=i(60);e.exports=s?function(e){return"symbol"==n(e)}:function(e){var t=r("Symbol");return"function"==typeof t&&Object(e)instanceof t}},function(e,t,i){var n,r,s=i(4),a=i(103),o=s.process,l=s.Deno,u=o&&o.versions||l&&l.version,c=u&&u.v8;c?r=(n=c.split("."))[0]<4?1:n[0]+n[1]:a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(r=n[1]),e.exports=r&&+r},function(e,t,i){var n=i(40),r=i(41);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.16.0",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!1},function(e,t,i){var n=i(4),r=i(42),s="__core-js_shared__",a=n[s]||r(s,{});e.exports=a},function(e,t,i){var n=i(4);e.exports=function(e,t){try{Object.defineProperty(n,e,{value:t,configurable:!0,writable:!0})}catch(i){n[e]=t}return t}},function(e,t){var i=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++i+n).toString(36)}},function(e,t,i){var n=i(39),r=i(43),s=n("keys");e.exports=function(e){return s[e]||(s[e]=r(e))}},function(e,t,i){var n=i(66),r=i(46).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,r)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,i){var n=i(70),r=i(27),s=i(17),a=i(20),o=i(109),l=[].push,u=function(e){var t=1==e,i=2==e,u=3==e,c=4==e,d=6==e,h=7==e,p=5==e||d;return function(f,v,m,g){for(var y,b,w=s(f),x=r(w),_=n(v,m,3),E=a(x.length),S=0,T=g||o,C=t?T(f,E):i||h?T(f,0):void 0;E>S;S++)if((p||S in x)&&(b=_(y=x[S],S,w),e))if(t)C[S]=b;else if(b)switch(e){case 3:return!0;case 5:return y;case 6:return S;case 2:l.call(C,y)}else switch(e){case 4:return!1;case 7:l.call(C,y)}return d?-1:u||c?c:C}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},function(e,t,i){var n,r=i(8),s=i(116),a=i(46),o=i(29),l=i(117),u=i(63),c="prototype",d=i(44)("IE_PROTO"),h=function(){},p=function(e){return" - diff --git a/postcode_lookup/templates/base_cy.html b/postcode_lookup/templates/base_cy.html index 1afba5d..371d180 100644 --- a/postcode_lookup/templates/base_cy.html +++ b/postcode_lookup/templates/base_cy.html @@ -33,9 +33,9 @@ - - - + + + {% if request.url.netloc != "www.electoralcommission.org.uk" %} - + @@ -298,7 +314,7 @@ - + @@ -375,7 +391,7 @@ - + @@ -498,589 +514,848 @@ -
- - - - - Search - - - +
+
+ {% block language_picker %}{% endblock language_picker %} +
+
+ + -
- -
- - -
-
-
-
-
- - -
- {% block content %}{% endblock content %} -
-
- - -
-
-
- +
+ {% block content %}{% endblock content %} +
+ + + + +