/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html{font-family:Arial,"Roboto","Helvetica Neue",Helvetica,sans-serif;font-weight:400;font-size:16px;color:#333}h1{padding:20px 0;margin:0 0 .5rem 0;font-size:32px;font-weight:560}h2,h3{margin:0 0 1rem 0}p,ul,ol{line-height:1.5rem;margin:0 0 1rem 0}iframe{width:80%;margin:auto}a{color:#43799e;text-decoration:none}a:visited{color:#647B82}a:hover,a:active{text-decoration:underline}a:focus{outline:0.5px solid #647B82}hr{border:0;border-top:1px solid #ccc;margin:0 0 1rem 0}#react{width:100%}.container{padding:0;display:flex;flex-direction:column;width:0 auto}.svg-icon{height:1em;width:1em}.main-image-seal{width:200px;margin:2em auto 0.5em auto;display:flex;justify-content:center}.main-text-image{width:175px;margin:auto}.main-container__text{width:78%;margin:auto}.main-container__supportTextContainer{height:320px;overflow:auto}.footer-container{background-color:#F2F2F2;color:#374447;padding:2rem;display:flex;gap:40px;justify-content:center;align-items:flex-start;position:relative}.footer-container__image{width:150px;height:auto}.footer-container__contacts{display:flex;gap:50px;justify-content:center;margin-bottom:80px}.footer-container__links{position:absolute;bottom:0;width:100%}.footer-column{max-width:215px;display:flex;flex-direction:column}.footer-column__title{color:#333;font-weight:bold;height:32px;line-height:1;margin-bottom:5px}.footer-column__text{font-size:.9rem;margin-bottom:0;line-height:1.7}.footer-column__links{font-size:.9rem;margin-bottom:0;line-height:1.7}.footer-container__contacts .footer-column:last-child{max-width:250px}.footer-container__links .footer-column{display:flex;flex-direction:row;justify-content:center;gap:30px;padding-bottom:30px;max-width:100%}@media screen and (max-width: 1175px){.footer-container__contacts{display:flex;flex-wrap:wrap}}@media screen and (max-width: 800){.footer-container__links .footer-column{display:flex;flex-direction:column}.footer-container__links .footer-text{display:flex;flex-direction:row;justify-content:center}}button,a.button{background:#cfe5ff;border-radius:999px;border:1px solid transparent;color:#0a70e9;cursor:pointer;fill:#0a70e9;font-family:Arial,"Roboto","Helvetica Neue",Helvetica,sans-serif;padding:0 15px;position:relative;transition:all 200ms ease;line-height:2}button:hover,a.button:hover{background:white;text-decoration:none;border-color:#0a70e9}button.complementary,a.button.complementary{color:#FF5A36;fill:#FF5A36;border-color:#FF5A36}button.complementary:hover,a.button.complementary:hover{background:#FF5A36;color:white;fill:white}button.secondary,a.button.secondary{color:#25A18E;fill:#25A18E;border-color:#25A18E}button.secondary:hover,a.button.secondary:hover{background:#25A18E;color:white;fill:white}button.neutral,a.button.neutral{color:#374447;fill:#647B82;border-color:#647B82}button.neutral:hover,a.button.neutral:hover{background:#647B82;color:white;fill:white}button[disabled],button[disabled]:hover,a.button[disabled],a.button[disabled]:hover{color:#B2B2B2;border-color:#999;background:white;cursor:default}button[disabled].button--solid,button[disabled].button--solid.complementary,button[disabled].button--solid.secondary,button[disabled].button--solid.neutral,button[disabled]:hover.button--solid,button[disabled]:hover.button--solid.complementary,button[disabled]:hover.button--solid.secondary,button[disabled]:hover.button--solid.neutral,a.button[disabled].button--solid,a.button[disabled].button--solid.complementary,a.button[disabled].button--solid.secondary,a.button[disabled].button--solid.neutral,a.button[disabled]:hover.button--solid,a.button[disabled]:hover.button--solid.complementary,a.button[disabled]:hover.button--solid.secondary,a.button[disabled]:hover.button--solid.neutral{color:#F2F2F2;background:#B2B2B2;border-color:#B2B2B2}button.button--white,a.button.button--white{background:white;color:#0a70e9;border-color:#0a70e9}button.button--white:hover,a.button.button--white:hover{background:#0a70e9;color:white}button.button--solid,a.button.button--solid{color:white;fill:white;background:#0a70e9}button.button--solid:hover,a.button.button--solid:hover{background:#053876;border-color:#053876}button.button--solid.complementary,a.button.button--solid.complementary{background:#FF5A36}button.button--solid.complementary:hover,a.button.button--solid.complementary:hover{background:#742919;border-color:#742919}button.button--solid.secondary,a.button.button--solid.secondary{background:#25A18E}button.button--solid.secondary:hover,a.button.button--solid.secondary:hover{background:#114A41;border-color:#114A41}button.button--solid.neutral,a.button.button--solid.neutral{background:#647B82}button.button--solid.neutral:hover,a.button.button--solid.neutral:hover{background:#374447;border-color:#374447}button.button--small,a.button.button--small{font-size:.9rem;min-height:26px}button.button--large,a.button.button--large{font-size:1.1rem;min-height:40px}button.button--icon .button-label,a.button.button--icon .button-label{padding:0 1.2rem 0 0}button.button--icon svg+.button-label,a.button.button--icon svg+.button-label{padding:0 0 0 1.2rem}button.button--icon svg,a.button.button--icon svg{position:absolute;top:50%;left:0;transform:translate(10px, -50%)}button.button--icon .button-label+svg,a.button.button--icon .button-label+svg{left:100%;transform:translate(calc(-100% - 10px), -50%)}button.button--icon.button--noLabel svg,a.button.button--icon.button--noLabel svg{left:50%;transform:translate(-50%, -50%)}button.button--icon.button--noChildren .button-label,a.button.button--icon.button--noChildren .button-label{padding:0}button.busy,a.button.busy{padding:0 2.5rem 0 1.2rem}button.busy .css-spinner,a.button.busy .css-spinner{display:block;position:absolute;left:100%;top:50%;transform:translate(calc(-100% - 10px), -50%)}button.triggered,a.button.triggered{opacity:.5}.calendar-input__wrapper>.react-datepicker-wrapper{display:inline-block;vertical-align:middle;height:30px}.calendar-input__wrapper>input[type=text]{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.date-picker-button{padding:0 9px;color:white;fill:white;background:#333;border-color:#333;width:30px;position:relative;border-top-left-radius:0;border-bottom-left-radius:0}.date-picker-button:hover{border-color:#0a70e9}.date-picker-button__icon{font-size:1.1rem;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.react-datepicker__navigation{min-height:auto;border-radius:0}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range{background-color:#0a70e9}input[type="checkbox"]{height:30px;vertical-align:middle}.collapsible-section__title,.collapsible-section__title:visited{display:flex;background:#0a70e9;color:white;padding:1rem;text-decoration:none}.collapsible-section__title:hover{background:#053876;color:white}.collapsible-section__content{padding:1rem 0;line-height:1.5rem}.collapsible-section__title-text{flex:1}.collapsible-section__title-indicator>*{position:relative;fill:currentColor;transition:all 200ms}.collapsible-section__header.open .collapsible-section__title-indicator>*{transform-origin:center;transform:rotate(90deg)}.collapsible-section+.collapsible-section{margin:1rem 0 0 0}.character-counter{display:inline-block;padding:.5rem;font-size:.8rem}.character-counter--limit{color:#FF5A36}.text-area>.size-full+.character-counter{float:right;top:-4px;position:relative}.file-input--skin input[type=file]{visibility:hidden}.file-input__skin-wrapper{display:inline-block}.form-error{display:inline-block;position:relative;background:#FF5A36;color:white;padding:.25rem .5rem;margin:0 0 0 8px;width:auto;text-align:left}.form-error:before{content:"";display:block;position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:5px 8px 5px 0;border-color:transparent #FF5A36 transparent transparent}.form-error.no-arrow:before{content:none}.input-container{margin:0 0 1rem 0}.input-container label:not(.form-error){margin:0 .5rem 0 0;display:inline-block;width:20%;vertical-align:middle;text-align:right}.stack-form .input-container label:not(.form-error){display:block;width:100%;text-align:left}.input-container.text-area{clear:both}.input-container.text-area label:not(.form-error){vertical-align:top}.input-container.plain-text label:not(.form-error){vertical-align:top}.input-container.plain-text .form-plain-text{display:inline-block}.input-container.required label:not(.form-error):before{content:"*";color:#FF5A36;display:inline-block;margin:0 .5rem 0 0}table .input-container{margin:0}.message-popup__content-wrapper{display:flex;flex-wrap:nowrap;flex:1}.message-popup__icon{font-size:5rem;margin:0 1rem 0 0;fill:#0a70e9}.message-popup__title{font-size:1.5rem;font-weight:700;margin:0 0 1rem 0}.message-popup__message{margin:0 0 1rem 0}.message-popup__submessage{font-size:.9rem;color:rgba(51,51,51,0.7)}.message-popup__footer{padding:.75rem;background:#F2F2F2;display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.message-popup__footer div:only-child,.message-popup__footer button:only-child{margin-left:auto}.message-popup--banner.popup-window__backdrop,.message-popup--snackbar.popup-window__backdrop{pointer-events:none;background:transparent}.message-popup--banner .popup-window,.message-popup--snackbar .popup-window{pointer-events:all;background:#4C4C4C;margin:1rem;-webkit-animation:400ms cubic-bezier(0.46, -0.61, 0.54, 1.53) 100ms pop-in both;animation:400ms cubic-bezier(0.46, -0.61, 0.54, 1.53) 100ms pop-in both;transform:none;min-width:400px;max-width:500px;color:white;display:flex}.message-popup--banner .popup-window__content,.message-popup--snackbar .popup-window__content{padding:.75rem;flex:1}.message-popup--banner .popup-window__footer,.message-popup--snackbar .popup-window__footer{display:flex;align-items:center}.message-popup--banner .popup-window .message-popup__icon,.message-popup--snackbar .popup-window .message-popup__icon{fill:white;font-size:2rem}.message-popup--banner .message-popup__content-wrapper,.message-popup--snackbar .message-popup__content-wrapper{align-items:center}.message-popup--banner .message-popup__message-wrapper,.message-popup--snackbar .message-popup__message-wrapper{display:flex;flex-direction:column;justify-content:center}.message-popup--banner .message-popup__title,.message-popup--snackbar .message-popup__title{font-size:1.2rem;margin:.25rem 0}.message-popup--banner .message-popup__message,.message-popup--snackbar .message-popup__message{margin:.25rem 0}.message-popup--banner .message-popup__submessage,.message-popup--snackbar .message-popup__submessage{margin:.25rem 0;color:white;font-style:italic}.message-popup--banner .message-popup__footer,.message-popup--snackbar .message-popup__footer{background:none;display:flex}.message-popup--banner.message-popup--bottom-left .popup-window,.message-popup--snackbar.message-popup--bottom-left .popup-window{top:unset;bottom:0;left:0}.message-popup--banner.message-popup--bottom-center .popup-window,.message-popup--snackbar.message-popup--bottom-center .popup-window{top:unset;bottom:0;left:50%;-webkit-animation-name:pop-in-center;animation-name:pop-in-center}.message-popup--banner.message-popup--bottom-right .popup-window,.message-popup--snackbar.message-popup--bottom-right .popup-window{top:unset;bottom:0;left:unset;right:0}.message-popup--banner.message-popup--top-left .popup-window,.message-popup--snackbar.message-popup--top-left .popup-window{top:0;left:0}.message-popup--banner.message-popup--top-center .popup-window,.message-popup--snackbar.message-popup--top-center .popup-window{top:0;left:50%;-webkit-animation-name:pop-in-center;animation-name:pop-in-center}.message-popup--banner.message-popup--top-right .popup-window,.message-popup--snackbar.message-popup--top-right .popup-window{top:0;left:unset;right:0}.message-popup--banner.success .popup-window,.message-popup--snackbar.success .popup-window{background:#157d26}.message-popup--banner.warning .popup-window,.message-popup--snackbar.warning .popup-window{background:#a30000}.message-popup--banner.primary .popup-window,.message-popup--snackbar.primary .popup-window{background:#0a70e9}.message-popup--banner.complimentary .popup-window,.message-popup--snackbar.complimentary .popup-window{background:#FF5A36}.message-popup--banner.secondary .popup-window,.message-popup--snackbar.secondary .popup-window{background:#25A18E}.message-popup--snackbar .popup-window{align-items:center}.message-popup--snackbar .popup-window__close-button{position:relative;fill:white;top:unset;right:.75rem}.message-popup--snackbar .popup-window__close-button:hover{fill:#ccc}.message-popup--banner .message-popup__footer button{background:rgba(0,0,0,0.5);border:none;color:white}.message-popup--banner .message-popup__footer button:hover{background:white;color:#4C4C4C}.message-popup--banner .message-popup__button-cancel{margin-right:.5rem}.primary .message-popup__icon{fill:#0a70e9}.complimentary .message-popup__icon{fill:#FF5A36}.secondary .message-popup__icon{fill:#25A18E}.error .message-popup__icon{fill:#FF5A36}.success .message-popup__icon{fill:#157d26}.warning .message-popup__icon{fill:#a30000}.form-plain-text.size-xsmall{width:100px}.form-plain-text.size-small{width:150px}.form-plain-text.size-medium{width:230px}.form-plain-text.size-large{width:300px}.form-plain-text.size-xlarge{width:400px}.form-plain-text.size-xxlarge{width:500px}.form-plain-text.size-full{width:calc(100% - 20% - .5rem)}.stack-form .form-plain-text.size-full{width:100%}.popover__anchor{display:inline-block}.full-width .popover__anchor{width:100%}.popover__popup{z-index:10;position:fixed;top:0;left:0;background:white;padding:.5rem;border:1px solid gray;-webkit-animation:0.75s popover-fade-in;animation:0.75s popover-fade-in;display:inline-block}.popover__arrow{position:fixed;top:0;left:0;width:0;height:0;border:0 solid red}.popover__arrow--top{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid gray}.popover__arrow--bottom{border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid gray}.popover__arrow--left{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid gray}.popover__arrow--right{border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid gray}@-webkit-keyframes popover-fade-in{from{opacity:0}to{opacity:1}}@keyframes popover-fade-in{from{opacity:0}to{opacity:1}}.popup-window{position:absolute;z-index:10010;left:50%;top:0;margin:4rem 0;transform:translateX(-50%);background:white;min-width:500px;-webkit-animation:400ms ease-in-out 100ms drop-in both;animation:400ms ease-in-out 100ms drop-in both;border-radius:5px;overflow:visible}.popup-window--large{min-width:700px}.popup-window__backdrop{position:fixed;z-index:10000;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.3);-webkit-animation:300ms ease-in 100ms fade-in both;animation:300ms ease-in 100ms fade-in both;overflow:auto}.popup-window__content{padding:30px}.popup-window__close-button{display:block;position:absolute;top:8px;right:8px;width:12px;height:12px;text-indent:20000px;overflow:hidden}.popup-window__close-button svg{width:100%;position:absolute;top:0;left:0}.popup-window__close-button:hover{fill:#FF5A36}@media only screen and (max-width: 732px){.popup-window--large{min-width:calc(100vw - 32px)}}@media only screen and (max-width: 532px){.popup-window{min-width:calc(100vw - 32px)}}.segmented-button-wrapper{display:inline-block}.segmented-button-wrapper button{border-radius:0;border-right-width:0}.segmented-button-wrapper button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.segmented-button-wrapper button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px}.segmented-button-wrapper button.selected{background-color:#0a70e9;color:white}.segmented-button-wrapper button.selected.complementary{background-color:#FF5A36;border-color:#FF5A36}.segmented-button-wrapper button.selected.secondary{background-color:#25A18E;border-color:#25A18E}.segmented-button-wrapper button.selected.neutral{background-color:#647B82;border-color:#647B82}.segmented-button-wrapper button.selected:hover,.segmented-button-wrapper button.selected.button--solid{background-color:#053876;border-color:#053876;border-left-color:#ebf4fe}.segmented-button-wrapper button.selected:hover.complementary,.segmented-button-wrapper button.selected.button--solid.complementary{background-color:#742919;border-color:#742919;border-left-color:#FFF0EC}.segmented-button-wrapper button.selected:hover.secondary,.segmented-button-wrapper button.selected.button--solid.secondary{background-color:#114A41;border-color:#114A41;border-left-color:#EBF6F4}.segmented-button-wrapper button.selected:hover.neutral,.segmented-button-wrapper button.selected.button--solid.neutral{background-color:#374447;border-color:#374447;border-left-color:#F0F3F3}.segmented-button-wrapper button.selected:hover:first-child,.segmented-button-wrapper button.selected.button--solid:first-child{border-left-color:#053876}.segmented-button-wrapper button.selected:hover:first-child.complementary,.segmented-button-wrapper button.selected.button--solid:first-child.complementary{border-left-color:#742919}.segmented-button-wrapper button.selected:hover:first-child.secondary,.segmented-button-wrapper button.selected.button--solid:first-child.secondary{border-left-color:#114A41}.segmented-button-wrapper button.selected:hover:first-child.neutral,.segmented-button-wrapper button.selected.button--solid:first-child.neutral{border-left-color:#374447}.segmented-button-wrapper button.button--solid{border-left-color:#ebf4fe}.segmented-button-wrapper button.button--solid.complementary{border-left-color:#FFF0EC}.segmented-button-wrapper button.button--solid.secondary{border-left-color:#EBF6F4}.segmented-button-wrapper button.button--solid.neutral{border-left-color:#F0F3F3}.segmented-button-wrapper button.button--solid:first-child{border-left-color:#0a70e9}.segmented-button-wrapper button.button--solid:first-child.complementary{border-left-color:#FF5A36}.segmented-button-wrapper button.button--solid:first-child.secondary{border-left-color:#25A18E}.segmented-button-wrapper button.button--solid:first-child.neutral{border-left-color:#647B82}.segmented-button-wrapper button[disabled],.segmented-button-wrapper button[disabled]:hover{background-color:white;color:#B2B2B2;border-color:#999;cursor:auto}.segmented-button-wrapper button[disabled].selected{background-color:#999;color:#F2F2F2}.react-select-wrapper{display:inline-block;vertical-align:middle}.react-select-wrapper.size-xsmall{width:100px}.react-select-wrapper.size-small{width:150px}.react-select-wrapper.size-medium{width:230px}.react-select-wrapper.size-large{width:300px}.react-select-wrapper.size-xlarge{width:400px}.react-select-wrapper.size-xxlarge{width:500px}.react-select-wrapper.size-full{width:calc(100% - 20% - .5rem)}.react-select-wrapper .react-select__control{border:1px solid gray;background:#fff;border-radius:3px;min-height:32px;font-family:"Source Code Pro",sans-serif;font-weight:400}.react-select-wrapper .react-select__control--is-focused{border-color:#3B99FC;box-shadow:0 0 2px 2px rgba(59,153,252,0.5)}.react-select-wrapper .react-select__value-container{padding:0 8px}.react-select-wrapper .react-select__value-container--is-multi.react-select__value-container--has-value{padding:0 8px 0 3px}.react-select-wrapper .react-select__single-value{position:relative;transform:none;flex:2;max-width:95%;white-space:normal}.react-select-wrapper .react-select__multi-value__label{white-space:normal}.react-select-wrapper .react-select__placeholder{top:unset;margin:0;position:relative;transform:none}.react-select-wrapper .react-select__input input[type=text]{height:auto}.react-select-wrapper .react-select__indicator-separator{display:none}.react-select-wrapper .react-select__indicators{background:#333}.react-select-wrapper .react-select__indicator{padding:0 3px}.react-select-wrapper .react-select__indicator svg{fill:white}.react-select-wrapper .react-select__clear-indicator{align-self:stretch;align-items:center;background:#999}.react-select-wrapper .react-select__clear-indicator:hover{background-color:#FFBDAD}.react-select-wrapper .react-select__clear-indicator:hover svg{fill:#DE350B}table.filters tr.filters .react-select-wrapper{width:100%}table.filters tr.filters .react-select-wrapper.react-select--single-select .react-select__control{flex-wrap:nowrap}table.filters tr.filters .react-select-wrapper.react-select--single-select .react-select__value-container{flex-wrap:nowrap;overflow:visible}table.filters tr.filters .react-select-wrapper .react-select__control{border:none;border-radius:0;background:none;min-width:100px}table.filters tr.filters .react-select-wrapper .react-select__control--is-focused{border:none;box-shadow:none}table.filters tr.filters .react-select-wrapper .react-select__placeholder{color:#ddd}table.filters tr.filters .react-select-wrapper .react-select__multi-value__label{overflow:visible}table.filters tr.filters .react-select-wrapper .react-select__indicators{background:#ddd}table.filters tr.filters .react-select-wrapper .react-select__indicator{padding:0}table.filters tr.filters .react-select-wrapper .react-select__indicator svg{width:15px;height:15px}table{width:100%;border-collapse:collapse}table tr{transition:all 100ms ease-in-out}table tr:nth-child(even){background-color:#ebf4fe}table tr.mouse-over,table tr.selected{background:#0a70e9;color:#ffffff}table tr.drag-drop-is-over{background:#0a70e9;color:#ffffff}table tr.mouse-over a{color:#ffffff}table tr.show-all-records-row td{text-align:center}table tr td,table tr th{border:none;padding:0.5rem;text-align:left}table tr.level0{font-weight:bold}table tr.level1{font-weight:bold}table tr.level1 td:first-child{padding:0 0 0 2rem}table tr.level2 td:first-child{padding:0 0 0 4rem}table tr th{border-bottom:1px solid #333}table tr th.sortable{position:relative;cursor:pointer}table tr th.sortable.sortAscending,table tr th.sortable.sortDescending{border-bottom:4px solid #0a70e9;padding:0.5rem 1rem 0.5rem}table tr th.sortable.sortAscending::after,table tr th.sortable.sortDescending::after{content:" ";position:absolute;display:block;width:6px;height:6px;border:solid #0a70e9;border-width:0 2px 2px 0;top:calc(50% - 4px);right:5px;transform:rotate(-135deg) translateY(-50%)}table tr th.sortable.sortDescending::after{top:calc(50% - 3px);right:10px;transform:rotate(45deg) translateY(-50%)}table.filters thead tr:nth-child(2){background-color:#F2F2F2}table.filters thead tr:nth-child(2) td{padding:0;border-right:2px solid #FFF}table.filters thead tr:nth-child(2) td:last-child{border-right:none}table.filters thead div.table-date-filter div.popover__anchor{width:100%}table.filters thead div.table-date-filter div.popover__anchor div.date-range-filter-placeholder{color:#ddd;font-family:"Source Code Pro",sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}table.filters thead div.table-date-filter__current-value{margin:.25rem;text-align:center;font-size:.9rem;color:#0a70e9}table.filters thead div.table-date-filter__from{padding-bottom:.25rem;border-bottom:1px solid #ddd}table.filters thead div.table-date-filter__to{padding-top:.25rem}table.filters thead .react-select__single-value,table.filters thead .react-select__multi-value__label,table.filters thead .filter-input{color:#0a70e9}table.filters thead svg.filter-icon{fill:#ddd;position:absolute;height:12px;padding:9px 4px}table.filters thead input[type="text"],table.filters thead div.date-range-filter-placeholder{border:none;padding:5px 10px 5px 1.5rem;width:100%;background:transparent}table.filters thead input[type="text"]::-moz-placeholder, table.filters thead div.date-range-filter-placeholder::-moz-placeholder{color:#ddd}table.filters thead input[type="text"]:-ms-input-placeholder, table.filters thead div.date-range-filter-placeholder:-ms-input-placeholder{color:#ddd}table.filters thead input[type="text"]::placeholder,table.filters thead div.date-range-filter-placeholder::placeholder{color:#ddd}table.filters thead div.Select{width:100%}table.filters thead .table-date-filter .popover__popup{padding:0}table.filters thead .table-date-filter .popover__popup .date-filter-title{padding:10px;text-align:center;font-weight:bold}table.filters thead .table-date-filter .popover__popup .input-container{margin:0 10px 5px 10px}table.filters thead .table-date-filter .popover__popup label{width:50px}table.filters thead .table-date-filter .popover__popup input[type="text"]{border:1px solid gray;width:115px;background:white;padding:0.5rem}table.filters thead .table-date-filter .popover__popup .date-filter-buttons button{border:none;border-radius:0}table.filters thead th{border-bottom:4px solid transparent}textarea{border:1px solid gray;border-radius:3px;font-family:"Source Code Pro",sans-serif;font-weight:400;box-sizing:border-box;min-height:100px}textarea.size-xsmall{width:100px}textarea.size-small{width:150px}textarea.size-medium{width:230px}textarea.size-large{width:300px}textarea.size-xlarge{width:400px}textarea.size-xxlarge{width:500px}textarea.size-full{width:calc(100% - 20% - .5rem)}.stack-form textarea.size-full{width:100%}input[type=text],input[type=password]{border:1px solid gray;border-radius:3px;color:#333;background:#fff;height:30px;box-sizing:border-box;padding:0 10px;font-family:"Source Code Pro",sans-serif;font-weight:400;vertical-align:middle}.error input[type=text],.error input[type=password]{border:1px solid #FF5A36}input[type=text].empty,input[type=password].empty{color:gray}input[type=text][disabled],input[type=text][readonly],input[type=password][disabled],input[type=password][readonly]{border-color:#E6E6E6}input[type=text].size-xsmall,input[type=password].size-xsmall{width:100px}input[type=text].size-small,input[type=password].size-small{width:150px}input[type=text].size-medium,input[type=password].size-medium{width:230px}input[type=text].size-large,input[type=password].size-large{width:300px}input[type=text].size-xlarge,input[type=password].size-xlarge{width:400px}input[type=text].size-xxlarge,input[type=password].size-xxlarge{width:500px}input[type=text].size-full,input[type=password].size-full{width:calc(100% - 20% - .5rem)}.stack-form input[type=text].size-full,.stack-form input[type=password].size-full{width:100%}.MuiFormControl-fullWidth{border-radius:4px}.MuiOutlinedInput-notchedOutline{border:none}.MuiChip-root{padding:0 16px 0 20px}.MuiChip-label{padding-left:0}.MuiChip-deleteIcon{margin:0}.pagination{margin:.25rem}.pagination-item{border-radius:0;background-color:#B2B2B2;color:white;border:none;border-right:1px solid white}.pagination-item:first-child{border-radius:3px 0  0 3px}.pagination-item:last-child{border-radius:0 3px 3px 0;border-right:none}.pagination-item--active{background:#333;color:#fff}.pagination-item[disabled]{border:1px solid #B2B2B2}.pageContent{padding:43px}.measures__title{font-size:2rem;line-height:2.5rem}.measures__status{font-size:.75rem}.measures__nav-link{font-size:0.95rem;font-weight:600}.main-menu{position:relative;overflow-x:hidden;overflow-y:auto;background:#F7F7F7;width:0;transition:width 300ms cubic-bezier(0.65, 0.05, 0.36, 1);border-right:1px solid #ddd;outline:none}.main-menu.open{width:275px}.main-menu.open>div{visibility:visible;transition:unset}.main-menu.closed{border:none}.main-menu>div{visibility:hidden;width:275px;transition:visibility 1ms 300ms;display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow-y:auto}.main-menu ul{list-style-type:none;margin:0;padding:0}.main-menu ul li a{text-decoration:none;color:#333;padding:10px 25px 10px 15px;display:flex;align-items:center;transition:all 200ms ease-in-out;outline:none;position:relative;fill:#333}.main-menu ul li a:hover,.main-menu ul li a:focus{color:#FCFCFC;fill:#FCFCFC;background:#333}.main-menu ul li.selected a{color:#0a70e9}.main-menu ul li.selected a .svg-arrow{fill:#0a70e9}.main-menu ul li.selected a:hover,.main-menu ul li.selected a:focus{color:#ebf4fe;fill:#ebf4fe}.main-menu ul li.selected a:hover .svg-arrow,.main-menu ul li.selected a:focus .svg-arrow{fill:#ebf4fe}.main-menu ul li ul{background:#ffffff;display:none}.main-menu ul li ul li a{padding:10px 25px 10px 44px;border-top:1px solid #F2F2F2;font-size:0.9rem}.main-menu ul li.open ul{display:block}.main-menu .svg-icon{margin:0 10px 0 0;font-size:1.2em}.main-menu .svg-arrow,.main-menu .svg-plus,.main-menu .svg-minus{font-size:0.8rem;position:absolute;right:0;top:50%;transform:translateY(-50%);fill:#999}.main-menu .svg-plus,.main-menu .svg-minus{font-size:0.7rem}.menu-footer{margin:30px 0}.menu-footer__logo{width:275px;padding:10px 20px;box-sizing:border-box}.menu-footer__logo img{height:45px}.menu-footer__logo .logo-text{font-size:1.3em}.menu-footer__copyright{font-size:.8rem}.markdown-content h1{background:none;color:#0a70e9}.markdown-content h2{color:#FF5A36}.markdown-content code{white-space:pre-wrap;word-wrap:normal;background:#FFF0EC;color:#FF5A36;border-radius:3px;padding:2px 4px}.markdown-content pre{background:#FFF0EC;width:100%;overflow-x:scroll;padding:1rem;border-radius:3px}.markdown-content pre code{white-space:pre;word-wrap:normal}.all_rules{display:flex;flex-direction:row;justify-content:space-around}.all_rules .input-container{width:1000px}.status-message{margin:0 0 1rem 0}.status-message__label{background:#374447;color:white;border-top-left-radius:30px;border-bottom-left-radius:30px;display:inline-block;padding:.5rem 1rem}.status-message__info{background:#25A18E;color:white;border-top-right-radius:30px;border-bottom-right-radius:30px;display:inline-block;padding:.5rem 1rem}.status-message--warning{background:#FF5A36}table.performance-measures th,table.performance-measure-data th{background:initial;padding:16px}table.performance-measures tr td,table.performance-measure-data tr td{border-top:1px solid #E3E3E3;border-bottom:1px solid #E3E3E3;padding:16px;vertical-align:top;min-width:115px;overflow:visible}table.performance-measures tr td.column-status,table.performance-measure-data tr td.column-status{width:115px}table.performance-measures tr td.column-action,table.performance-measure-data tr td.column-action{width:175px}table.performance-measures tr td a,table.performance-measure-data tr td a{color:#0a70e9}table.performance-measures tr.pm-status--pending-approval td.column-status,table.performance-measure-data tr.pm-status--pending-approval td.column-status{color:#7e7e7e}table.performance-measures tr.pm-status--archived td.column-status,table.performance-measure-data tr.pm-status--archived td.column-status{color:#c3c3c3;text-decoration:line-through}table.performance-measures tr.pm-status--gopb-approved td.column-status,table.performance-measure-data tr.pm-status--gopb-approved td.column-status{color:#028080}table.performance-measures tr.pm-status--lfa-approved td.column-status,table.performance-measure-data tr.pm-status--lfa-approved td.column-status{color:#720072}table.performance-measures tr:nth-child(even),table.performance-measure-data tr:nth-child(even){background-color:white}table.performance-measures tr:nth-child(even) td,table.performance-measure-data tr:nth-child(even) td{background:transparent;border-top:1px solid #E3E3E3;border-bottom:1px solid #E3E3E3}table.performance-measures tr.mouse-over,table.performance-measures tr.selected,table.performance-measure-data tr.mouse-over,table.performance-measure-data tr.selected{background:transparent;color:initial}table.performance-measures tr.mouse-over a,table.performance-measures tr.selected a,table.performance-measure-data tr.mouse-over a,table.performance-measure-data tr.selected a{color:#007eff}table.performance-measures tr:hover,table.performance-measure-data tr:hover{box-shadow:none;z-index:initial;position:initial}table.performance-measures tr:hover td,table.performance-measure-data tr:hover td{border-top:1px solid #E3E3E3 !important;border-bottom:1px solid #E3E3E3 !important}table.performance-measures.filters thead svg.filter-icon,table.performance-measure-data.filters thead svg.filter-icon{fill:#414141}table.performance-measures.filters thead input[type="text"]::-moz-placeholder, table.performance-measures.filters thead table.filters thead div.date-range-filter-placeholder::-moz-placeholder, table.performance-measure-data.filters thead input[type="text"]::-moz-placeholder, table.performance-measure-data.filters thead table.filters thead div.date-range-filter-placeholder::-moz-placeholder{color:#414141}table.performance-measures.filters thead input[type="text"]:-ms-input-placeholder, table.performance-measures.filters thead table.filters thead div.date-range-filter-placeholder:-ms-input-placeholder, table.performance-measure-data.filters thead input[type="text"]:-ms-input-placeholder, table.performance-measure-data.filters thead table.filters thead div.date-range-filter-placeholder:-ms-input-placeholder{color:#414141}table.performance-measures.filters thead input[type="text"]::placeholder,table.performance-measures.filters thead table.filters thead div.date-range-filter-placeholder::placeholder,table.performance-measure-data.filters thead input[type="text"]::placeholder,table.performance-measure-data.filters thead table.filters thead div.date-range-filter-placeholder::placeholder{color:#414141}table.performance-measures.filters tr.filters .react-select-wrapper .react-select__placeholder,table.performance-measure-data.filters tr.filters .react-select-wrapper .react-select__placeholder{color:#414141}table.performance-measures th:first-child{width:12%}table.performance-measures th:nth-child(2){width:14%}table.performance-measures th:nth-child(3){width:50%}.measure-entries__title-wrapper{display:flex;flex-direction:column;margin:0 0 2rem 0;padding:0 0 2rem 0;border-bottom:1px solid #ececec}.measure-entries__title-group{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0 0 2rem 0}.measure-entries__title-group.at-a-glance-data{width:70%}.measure-entries__title-left{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}.measure-entries__title-left .edit-measure{display:block;margin:1rem 0 0 2rem}.measure-entries__title{flex:1;max-width:70%}.measure-entries__description{max-width:calc(50% - 150px)}.measure-entries__measure-info{margin:2rem 2rem 0 0}.measure-entries__measure-info-label{color:gray}.measure-entries__measure-info-data{margin:1rem 0 0 0}.measure-entries__measure-info:last-child{margin:2rem 0 0 0}.measure-entries__measure-info--agency,.measure-entries__measure-info--division{flex:0 0 25%}.measure-entries__intent_to_archive{text-align:center;margin:1rem 0 0 2rem}.performance-data__title{font-size:1.5rem}.performance-data__blurb{color:gray;margin-left:1rem}.performance-data__reported-since{color:gray;margin:1rem 0}.edit-measure__archive-popup{background-color:#F2F2F2}.edit-measure__archive-popup .archive-popup__buttons{display:flex;justify-content:flex-end;padding:13px}.edit-measure__archive-popup .archive-popup__buttons .button:first-child{margin-right:7px}.edit-measure__archive-popup .archive-popup__question{font-size:1.15rem;margin-bottom:18px}.edit-measure__archive-popup .archive-popup__question_sub{margin-bottom:13px}.edit-measure__archive-popup .archive-popup__question_sub:after{content:'*';color:red}.edit-measure__archive-popup textarea{border:1px solid;border-color:gray !important;width:100%;fill:white;background-color:white;padding:8px}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes drop-in{0%{opacity:0;transform:translate(-50%, -4rem)}100%{opacity:1;transform:translate(-50%, 0)}}@keyframes drop-in{0%{opacity:0;transform:translate(-50%, -4rem)}100%{opacity:1;transform:translate(-50%, 0)}}@-webkit-keyframes pop-in{0%{opacity:0;transform:scale(0.7)}100%{opacity:1;transform:scale(1)}}@keyframes pop-in{0%{opacity:0;transform:scale(0.7)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes pop-in-center{0%{opacity:0;transform:scale(0.7) translateX(-50%)}100%{opacity:1;transform:scale(1) translateX(-50%)}}@keyframes pop-in-center{0%{opacity:0;transform:scale(0.7) translateX(-50%)}100%{opacity:1;transform:scale(1) translateX(-50%)}}.flex{display:flex}.flex.justify-space-between{justify-content:space-between}.flex.justify-space-around{justify-content:space-around}.flex.justify-center{justify-content:center}.flex.justify-flex-start{justify-content:flex-start}.flex.justify-flex-end{justify-content:flex-end}.flex.align-items-start{align-items:flex-start}.flex.align-items-end{align-items:flex-end}.flex.align-items-center{align-items:center}.flex.align-items-stretch{align-items:stretch}.flex.align-items-baseline{align-items:baseline}.flex.flex-wrap{flex-wrap:wrap}.flex.direction-col{flex-direction:column}.flex .fifty{width:50%}.flex1{flex:1 1 0}.flex2{flex:2 1 0}.text-center,.center-text{text-align:center}.text-right,.right-text{text-align:right}.text-left,.left-text{text-align:left}.text-red,.red-text{color:#FF5A36}.text-bold,.bold-text{font-weight:700}.text-italic,.italic-text{font-style:italic}.color-primary{color:#0a70e9}.color-secondary{color:#25A18E}.color-tertiary{color:#004E64}.color-quaternary{color:#1F2E3D}.color-neutral{color:#647B82}.color-complimentary{color:#FF5A36}.color-white{color:white}.bg-primary{background-color:#0a70e9}.bg-secondary{background-color:#25A18E}.bg-tertiary{background-color:#004E64}.bg-quaternary{background-color:#1F2E3D}.bg-neutral{background-color:#647B82}.bg-complimentary{background-color:#FF5A36}.hcenter{position:absolute;left:50%;transform:translateX(-50%)}.vcenter{position:absolute;top:50%;transform:translateY(-50%)}.vcenter.right{right:0}.vcenter.left{left:0}.vcenter.hcenter{transform:translate(-50%, -50%)}.hcenter-margin{display:block;margin:0 auto}.mt-spacing{margin-top:1rem}.mb-spacing{margin-bottom:1rem}.mr-spacing{margin-right:1rem}.ml-spacing{margin-left:1rem}.mt-zero{margin-top:0}.mb-zero{margin-bottom:0}.mr-zero{margin-right:0}.ml-zero{margin-left:0}.p-spacing{padding:1rem}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.float-right{float:right}.float-left{float:left}.clearfix:after{content:"";display:table;clear:both}.elevation--z2{box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.elevation--z4{box-shadow:0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12)}.elevation--z6{box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12)}@media print{@page{size:8.5in 11in;margin:.5in}html,body{font-family:"Source Sans Pro", sans-serif;font-size:8pt;height:auto;color:#000000}.no-print{display:none}.avoid{page-break-inside:avoid}.page-break{page-break-after:always}.print-page-no-margin{width:8.5in;margin:0;padding:0;box-shadow:none}#utahGovHeaderWrapper{display:none}}


/*# sourceMappingURL=app.682fb2c8345e3165c3fd.css.map*/