@charset "UTF-8"; /** * Foundation for Sites * Version 6.8.1 * https://get.foundation * Licensed under MIT Open Source */ @import "https://use.typekit.net/gqa2dhv.css"; @media print, screen and (min-width: 40em) { .reveal.large, .reveal.small, .reveal.tiny, .reveal { right: auto; left: auto; margin: 0 auto; } } .slide-in-down.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(-100%); transition-property: transform, opacity; backface-visibility: hidden; } .slide-in-down.mui-enter.mui-enter-active { transform: translateY(0); } .slide-in-left.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(-100%); transition-property: transform, opacity; backface-visibility: hidden; } .slide-in-left.mui-enter.mui-enter-active { transform: translateX(0); } .slide-in-up.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(100%); transition-property: transform, opacity; backface-visibility: hidden; } .slide-in-up.mui-enter.mui-enter-active { transform: translateY(0); } .slide-in-right.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(100%); transition-property: transform, opacity; backface-visibility: hidden; } .slide-in-right.mui-enter.mui-enter-active { transform: translateX(0); } .slide-out-down.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(0); transition-property: transform, opacity; backface-visibility: hidden; } .slide-out-down.mui-leave.mui-leave-active { transform: translateY(100%); } .slide-out-right.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(0); transition-property: transform, opacity; backface-visibility: hidden; } .slide-out-right.mui-leave.mui-leave-active { transform: translateX(100%); } .slide-out-up.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(0); transition-property: transform, opacity; backface-visibility: hidden; } .slide-out-up.mui-leave.mui-leave-active { transform: translateY(-100%); } .slide-out-left.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(0); transition-property: transform, opacity; backface-visibility: hidden; } .slide-out-left.mui-leave.mui-leave-active { transform: translateX(-100%); } .fade-in.mui-enter { transition-duration: 500ms; transition-timing-function: linear; opacity: 0; transition-property: opacity; } .fade-in.mui-enter.mui-enter-active { opacity: 1; } .fade-out.mui-leave { transition-duration: 500ms; transition-timing-function: linear; opacity: 1; transition-property: opacity; } .fade-out.mui-leave.mui-leave-active { opacity: 0; } .hinge-in-from-top.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(-90deg); transform-origin: top; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-top.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-in-from-right.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(-90deg); transform-origin: right; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-right.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-in-from-bottom.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(90deg); transform-origin: bottom; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-bottom.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-in-from-left.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(90deg); transform-origin: left; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-left.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-in-from-middle-x.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(-90deg); transform-origin: center; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-middle-x.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-in-from-middle-y.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(-90deg); transform-origin: center; transition-property: transform, opacity; opacity: 0; } .hinge-in-from-middle-y.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; } .hinge-out-from-top.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: top; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-top.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(90deg); opacity: 0; } .hinge-out-from-right.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: right; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-right.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(90deg); opacity: 0; } .hinge-out-from-bottom.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: bottom; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-bottom.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(-90deg); opacity: 0; } .hinge-out-from-left.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: left; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-left.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(-90deg); opacity: 0; } .hinge-out-from-middle-x.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: center; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-middle-x.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(90deg); opacity: 0; } .hinge-out-from-middle-y.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: center; transition-property: transform, opacity; opacity: 1; } .hinge-out-from-middle-y.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(90deg); opacity: 0; } .scale-in-up.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: scale(0.5); transition-property: transform, opacity; opacity: 0; } .scale-in-up.mui-enter.mui-enter-active { transform: scale(1); opacity: 1; } .scale-in-down.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1.5); transition-property: transform, opacity; opacity: 0; } .scale-in-down.mui-enter.mui-enter-active { transform: scale(1); opacity: 1; } .scale-out-up.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1); transition-property: transform, opacity; opacity: 1; } .scale-out-up.mui-leave.mui-leave-active { transform: scale(1.5); opacity: 0; } .scale-out-down.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1); transition-property: transform, opacity; opacity: 1; } .scale-out-down.mui-leave.mui-leave-active { transform: scale(0.5); opacity: 0; } .spin-in.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(-0.75turn); transition-property: transform, opacity; opacity: 0; } .spin-in.mui-enter.mui-enter-active { transform: rotate(0); opacity: 1; } .spin-out.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0); transition-property: transform, opacity; opacity: 1; } .spin-out.mui-leave.mui-leave-active { transform: rotate(0.75turn); opacity: 0; } .spin-in-ccw.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0.75turn); transition-property: transform, opacity; opacity: 0; } .spin-in-ccw.mui-enter.mui-enter-active { transform: rotate(0); opacity: 1; } .spin-out-ccw.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0); transition-property: transform, opacity; opacity: 1; } .spin-out-ccw.mui-leave.mui-leave-active { transform: rotate(-0.75turn); opacity: 0; } .slow { transition-duration: 750ms !important; } .fast { transition-duration: 250ms !important; } .linear { transition-timing-function: linear !important; } .ease { transition-timing-function: ease !important; } .ease-in { transition-timing-function: ease-in !important; } .ease-out { transition-timing-function: ease-out !important; } .ease-in-out { transition-timing-function: ease-in-out !important; } .bounce-in { transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; } .bounce-out { transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; } .bounce-in-out { transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; } .short-delay { transition-delay: 300ms !important; } .long-delay { transition-delay: 700ms !important; } .shake { animation-name: shake-7; } @keyframes shake-7 { 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% { transform: translateX(7%); } 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% { transform: translateX(-7%); } } .spin-cw { animation-name: spin-cw-1turn; } @keyframes spin-cw-1turn { 0% { transform: rotate(-1turn); } 100% { transform: rotate(0); } } .spin-ccw { animation-name: spin-ccw-1turn; } @keyframes spin-ccw-1turn { 0% { transform: rotate(0); } 100% { transform: rotate(-1turn); } } .wiggle { animation-name: wiggle-7deg; } @keyframes wiggle-7deg { 40%, 50%, 60% { transform: rotate(7deg); } 35%, 45%, 55%, 65% { transform: rotate(-7deg); } 0%, 30%, 70%, 100% { transform: rotate(0); } } .shake, .spin-cw, .spin-ccw, .wiggle { animation-duration: 500ms; } .infinite { animation-iteration-count: infinite; } .slow { animation-duration: 750ms !important; } .fast { animation-duration: 250ms !important; } .linear { animation-timing-function: linear !important; } .ease { animation-timing-function: ease !important; } .ease-in { animation-timing-function: ease-in !important; } .ease-out { animation-timing-function: ease-out !important; } .ease-in-out { animation-timing-function: ease-in-out !important; } .bounce-in { animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; } .bounce-out { animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; } .bounce-in-out { animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; } .short-delay { animation-delay: 300ms !important; } .long-delay { animation-delay: 700ms !important; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: 0; 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 { 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] { 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; } [data-whatintent=mouse] *, [data-whatintent=mouse] *:focus, [data-whatintent=touch] *, [data-whatintent=touch] *:focus, [data-whatinput=mouse] *, [data-whatinput=mouse] *:focus, [data-whatinput=touch] *, [data-whatinput=touch] *:focus { outline: none; } [draggable=false] { -webkit-touch-callout: none; -webkit-user-select: none; } .foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; } html { box-sizing: border-box; font-size: 100%; } *, *::before, *::after { box-sizing: inherit; } body { margin: 0; padding: 0; background: #fefefe; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #0a0a0a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; } textarea { height: auto; min-height: 50px; border-radius: 0; } select { box-sizing: border-box; width: 100%; border-radius: 0; } .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; } button { padding: 0; appearance: none; border: 0; border-radius: 0; background: transparent; line-height: 1; cursor: auto; } [data-whatinput=mouse] button { outline: 0; } pre { overflow: auto; -webkit-overflow-scrolling: touch; } button, input, optgroup, select, textarea { font-family: inherit; } .is-visible { display: block !important; } .is-hidden { display: none !important; } [type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea { display: block; box-sizing: border-box; width: 100%; height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; appearance: none; } [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fefefe; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } textarea { max-width: 100%; } textarea[rows] { height: auto; } input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; } [type=submit], [type=button] { appearance: none; border-radius: 0; } input[type=search] { box-sizing: border-box; } ::placeholder { color: #cacaca; } [type=file], [type=checkbox], [type=radio] { margin: 0 0 1rem; } [type=checkbox] + label, [type=radio] + label { display: inline-block; vertical-align: baseline; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; } [type=checkbox] + label[for], [type=radio] + label[for] { cursor: pointer; } label > [type=checkbox], label > [type=radio] { margin-right: 0.5rem; } [type=file] { width: 100%; } label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #0a0a0a; } label.middle { margin: 0 0 1rem; line-height: 1.5; padding: 0.5625rem 0; } .help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #0a0a0a; } .input-group { display: flex; width: 100%; margin-bottom: 1rem; align-items: stretch; } .input-group > :first-child, .input-group > :first-child.input-group-button > * { border-radius: 0 0 0 0; } .input-group > :last-child, .input-group > :last-child.input-group-button > * { border-radius: 0 0 0 0; } .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label, .input-group-button, .input-group-field, .input-group-label { margin: 0; white-space: nowrap; } .input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #0a0a0a; text-align: center; white-space: nowrap; display: flex; flex: 0 0 auto; align-items: center; } .input-group-label:first-child { border-right: 0; } .input-group-label:last-child { border-left: 0; } .input-group-field { border-radius: 0; flex: 1 1 0px; min-width: 0; } .input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; display: flex; flex: 0 0 auto; } .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { align-self: stretch; height: auto; padding-top: 0; padding-bottom: 0; font-size: 1rem; } fieldset { margin: 0; padding: 0; border: 0; } legend { max-width: 100%; margin-bottom: 0.5rem; } .fieldset { margin: 1.125rem 0; padding: 1.25rem; border: 1px solid #cacaca; } .fieldset legend { margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; } select { height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; appearance: none; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; background-image: url('data:image/svg+xml;utf8,'); background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } @media screen and (min-width: 0\0 ) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } } select:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fefefe; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } select:disabled { background-color: #e6e6e6; cursor: not-allowed; } select::-ms-expand { display: none; } select[multiple] { height: auto; background-image: none; } select:not([multiple]) { padding-top: 0; padding-bottom: 0; } .is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #f9ecea; } .is-invalid-input:not(:focus)::placeholder { color: #cc4b37; } .is-invalid-label { color: #cc4b37; } .form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #cc4b37; } .form-error.is-visible { display: block; } .grid-container { padding-right: 0.625rem; padding-left: 0.625rem; max-width: 1244px; margin-left: auto; margin-right: auto; } @media print, screen and (min-width: 40em) { .grid-container { padding-right: 0.9375rem; padding-left: 0.9375rem; } } .grid-container.fluid { padding-right: 0.625rem; padding-left: 0.625rem; max-width: 100%; margin-left: auto; margin-right: auto; } @media print, screen and (min-width: 40em) { .grid-container.fluid { padding-right: 0.9375rem; padding-left: 0.9375rem; } } .grid-container.full { padding-right: 0; padding-left: 0; max-width: 100%; margin-left: auto; margin-right: auto; } .grid-x { display: flex; flex-flow: row wrap; } .cell { flex: 0 0 auto; min-height: 0; min-width: 0; width: 100%; } .cell.auto { flex: 1 1 0; } .cell.shrink { flex: 0 0 auto; } .grid-x > .auto { width: auto; } .grid-x > .shrink { width: auto; } .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 { flex-basis: auto; } @media print, screen and (min-width: 40em) { .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 { flex-basis: auto; } } @media print, screen and (min-width: 64em) { .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 { flex-basis: auto; } } .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 { flex: 0 0 auto; } .grid-x > .small-1 { width: 8.3333333333%; } .grid-x > .small-2 { width: 16.6666666667%; } .grid-x > .small-3 { width: 25%; } .grid-x > .small-4 { width: 33.3333333333%; } .grid-x > .small-5 { width: 41.6666666667%; } .grid-x > .small-6 { width: 50%; } .grid-x > .small-7 { width: 58.3333333333%; } .grid-x > .small-8 { width: 66.6666666667%; } .grid-x > .small-9 { width: 75%; } .grid-x > .small-10 { width: 83.3333333333%; } .grid-x > .small-11 { width: 91.6666666667%; } .grid-x > .small-12 { width: 100%; } @media print, screen and (min-width: 40em) { .grid-x > .medium-auto { flex: 1 1 0; width: auto; } .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink { flex: 0 0 auto; } .grid-x > .medium-shrink { width: auto; } .grid-x > .medium-1 { width: 8.3333333333%; } .grid-x > .medium-2 { width: 16.6666666667%; } .grid-x > .medium-3 { width: 25%; } .grid-x > .medium-4 { width: 33.3333333333%; } .grid-x > .medium-5 { width: 41.6666666667%; } .grid-x > .medium-6 { width: 50%; } .grid-x > .medium-7 { width: 58.3333333333%; } .grid-x > .medium-8 { width: 66.6666666667%; } .grid-x > .medium-9 { width: 75%; } .grid-x > .medium-10 { width: 83.3333333333%; } .grid-x > .medium-11 { width: 91.6666666667%; } .grid-x > .medium-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .grid-x > .large-auto { flex: 1 1 0; width: auto; } .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink { flex: 0 0 auto; } .grid-x > .large-shrink { width: auto; } .grid-x > .large-1 { width: 8.3333333333%; } .grid-x > .large-2 { width: 16.6666666667%; } .grid-x > .large-3 { width: 25%; } .grid-x > .large-4 { width: 33.3333333333%; } .grid-x > .large-5 { width: 41.6666666667%; } .grid-x > .large-6 { width: 50%; } .grid-x > .large-7 { width: 58.3333333333%; } .grid-x > .large-8 { width: 66.6666666667%; } .grid-x > .large-9 { width: 75%; } .grid-x > .large-10 { width: 83.3333333333%; } .grid-x > .large-11 { width: 91.6666666667%; } .grid-x > .large-12 { width: 100%; } } .grid-margin-x:not(.grid-x) > .cell { width: auto; } .grid-margin-y:not(.grid-y) > .cell { height: auto; } .grid-margin-x { margin-left: -0.625rem; margin-right: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-x { margin-left: -0.9375rem; margin-right: -0.9375rem; } } .grid-margin-x > .cell { width: calc(100% - 1.25rem); margin-left: 0.625rem; margin-right: 0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-x > .cell { width: calc(100% - 1.875rem); margin-left: 0.9375rem; margin-right: 0.9375rem; } } .grid-margin-x > .auto { width: auto; } .grid-margin-x > .shrink { width: auto; } .grid-margin-x > .small-1 { width: calc(8.3333333333% - 1.25rem); } .grid-margin-x > .small-2 { width: calc(16.6666666667% - 1.25rem); } .grid-margin-x > .small-3 { width: calc(25% - 1.25rem); } .grid-margin-x > .small-4 { width: calc(33.3333333333% - 1.25rem); } .grid-margin-x > .small-5 { width: calc(41.6666666667% - 1.25rem); } .grid-margin-x > .small-6 { width: calc(50% - 1.25rem); } .grid-margin-x > .small-7 { width: calc(58.3333333333% - 1.25rem); } .grid-margin-x > .small-8 { width: calc(66.6666666667% - 1.25rem); } .grid-margin-x > .small-9 { width: calc(75% - 1.25rem); } .grid-margin-x > .small-10 { width: calc(83.3333333333% - 1.25rem); } .grid-margin-x > .small-11 { width: calc(91.6666666667% - 1.25rem); } .grid-margin-x > .small-12 { width: calc(100% - 1.25rem); } @media print, screen and (min-width: 40em) { .grid-margin-x > .auto { width: auto; } .grid-margin-x > .shrink { width: auto; } .grid-margin-x > .small-1 { width: calc(8.3333333333% - 1.875rem); } .grid-margin-x > .small-2 { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x > .small-3 { width: calc(25% - 1.875rem); } .grid-margin-x > .small-4 { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x > .small-5 { width: calc(41.6666666667% - 1.875rem); } .grid-margin-x > .small-6 { width: calc(50% - 1.875rem); } .grid-margin-x > .small-7 { width: calc(58.3333333333% - 1.875rem); } .grid-margin-x > .small-8 { width: calc(66.6666666667% - 1.875rem); } .grid-margin-x > .small-9 { width: calc(75% - 1.875rem); } .grid-margin-x > .small-10 { width: calc(83.3333333333% - 1.875rem); } .grid-margin-x > .small-11 { width: calc(91.6666666667% - 1.875rem); } .grid-margin-x > .small-12 { width: calc(100% - 1.875rem); } .grid-margin-x > .medium-auto { width: auto; } .grid-margin-x > .medium-shrink { width: auto; } .grid-margin-x > .medium-1 { width: calc(8.3333333333% - 1.875rem); } .grid-margin-x > .medium-2 { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x > .medium-3 { width: calc(25% - 1.875rem); } .grid-margin-x > .medium-4 { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x > .medium-5 { width: calc(41.6666666667% - 1.875rem); } .grid-margin-x > .medium-6 { width: calc(50% - 1.875rem); } .grid-margin-x > .medium-7 { width: calc(58.3333333333% - 1.875rem); } .grid-margin-x > .medium-8 { width: calc(66.6666666667% - 1.875rem); } .grid-margin-x > .medium-9 { width: calc(75% - 1.875rem); } .grid-margin-x > .medium-10 { width: calc(83.3333333333% - 1.875rem); } .grid-margin-x > .medium-11 { width: calc(91.6666666667% - 1.875rem); } .grid-margin-x > .medium-12 { width: calc(100% - 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-margin-x > .large-auto { width: auto; } .grid-margin-x > .large-shrink { width: auto; } .grid-margin-x > .large-1 { width: calc(8.3333333333% - 1.875rem); } .grid-margin-x > .large-2 { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x > .large-3 { width: calc(25% - 1.875rem); } .grid-margin-x > .large-4 { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x > .large-5 { width: calc(41.6666666667% - 1.875rem); } .grid-margin-x > .large-6 { width: calc(50% - 1.875rem); } .grid-margin-x > .large-7 { width: calc(58.3333333333% - 1.875rem); } .grid-margin-x > .large-8 { width: calc(66.6666666667% - 1.875rem); } .grid-margin-x > .large-9 { width: calc(75% - 1.875rem); } .grid-margin-x > .large-10 { width: calc(83.3333333333% - 1.875rem); } .grid-margin-x > .large-11 { width: calc(91.6666666667% - 1.875rem); } .grid-margin-x > .large-12 { width: calc(100% - 1.875rem); } } .grid-padding-x .grid-padding-x { margin-right: -0.625rem; margin-left: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-padding-x .grid-padding-x { margin-right: -0.9375rem; margin-left: -0.9375rem; } } .grid-container:not(.full) > .grid-padding-x { margin-right: -0.625rem; margin-left: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-container:not(.full) > .grid-padding-x { margin-right: -0.9375rem; margin-left: -0.9375rem; } } .grid-padding-x > .cell { padding-right: 0.625rem; padding-left: 0.625rem; } @media print, screen and (min-width: 40em) { .grid-padding-x > .cell { padding-right: 0.9375rem; padding-left: 0.9375rem; } } .small-up-1 > .cell { width: 100%; } .small-up-2 > .cell { width: 50%; } .small-up-3 > .cell { width: 33.3333333333%; } .small-up-4 > .cell { width: 25%; } .small-up-5 > .cell { width: 20%; } .small-up-6 > .cell { width: 16.6666666667%; } .small-up-7 > .cell { width: 14.2857142857%; } .small-up-8 > .cell { width: 12.5%; } @media print, screen and (min-width: 40em) { .medium-up-1 > .cell { width: 100%; } .medium-up-2 > .cell { width: 50%; } .medium-up-3 > .cell { width: 33.3333333333%; } .medium-up-4 > .cell { width: 25%; } .medium-up-5 > .cell { width: 20%; } .medium-up-6 > .cell { width: 16.6666666667%; } .medium-up-7 > .cell { width: 14.2857142857%; } .medium-up-8 > .cell { width: 12.5%; } } @media print, screen and (min-width: 64em) { .large-up-1 > .cell { width: 100%; } .large-up-2 > .cell { width: 50%; } .large-up-3 > .cell { width: 33.3333333333%; } .large-up-4 > .cell { width: 25%; } .large-up-5 > .cell { width: 20%; } .large-up-6 > .cell { width: 16.6666666667%; } .large-up-7 > .cell { width: 14.2857142857%; } .large-up-8 > .cell { width: 12.5%; } } .grid-margin-x.small-up-1 > .cell { width: calc(100% - 1.25rem); } .grid-margin-x.small-up-2 > .cell { width: calc(50% - 1.25rem); } .grid-margin-x.small-up-3 > .cell { width: calc(33.3333333333% - 1.25rem); } .grid-margin-x.small-up-4 > .cell { width: calc(25% - 1.25rem); } .grid-margin-x.small-up-5 > .cell { width: calc(20% - 1.25rem); } .grid-margin-x.small-up-6 > .cell { width: calc(16.6666666667% - 1.25rem); } .grid-margin-x.small-up-7 > .cell { width: calc(14.2857142857% - 1.25rem); } .grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 1.25rem); } @media print, screen and (min-width: 40em) { .grid-margin-x.small-up-1 > .cell { width: calc(100% - 1.875rem); } .grid-margin-x.small-up-2 > .cell { width: calc(50% - 1.875rem); } .grid-margin-x.small-up-3 > .cell { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x.small-up-4 > .cell { width: calc(25% - 1.875rem); } .grid-margin-x.small-up-5 > .cell { width: calc(20% - 1.875rem); } .grid-margin-x.small-up-6 > .cell { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x.small-up-7 > .cell { width: calc(14.2857142857% - 1.875rem); } .grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 1.875rem); } .grid-margin-x.medium-up-1 > .cell { width: calc(100% - 1.875rem); } .grid-margin-x.medium-up-2 > .cell { width: calc(50% - 1.875rem); } .grid-margin-x.medium-up-3 > .cell { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x.medium-up-4 > .cell { width: calc(25% - 1.875rem); } .grid-margin-x.medium-up-5 > .cell { width: calc(20% - 1.875rem); } .grid-margin-x.medium-up-6 > .cell { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x.medium-up-7 > .cell { width: calc(14.2857142857% - 1.875rem); } .grid-margin-x.medium-up-8 > .cell { width: calc(12.5% - 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-margin-x.large-up-1 > .cell { width: calc(100% - 1.875rem); } .grid-margin-x.large-up-2 > .cell { width: calc(50% - 1.875rem); } .grid-margin-x.large-up-3 > .cell { width: calc(33.3333333333% - 1.875rem); } .grid-margin-x.large-up-4 > .cell { width: calc(25% - 1.875rem); } .grid-margin-x.large-up-5 > .cell { width: calc(20% - 1.875rem); } .grid-margin-x.large-up-6 > .cell { width: calc(16.6666666667% - 1.875rem); } .grid-margin-x.large-up-7 > .cell { width: calc(14.2857142857% - 1.875rem); } .grid-margin-x.large-up-8 > .cell { width: calc(12.5% - 1.875rem); } } .small-margin-collapse { margin-right: 0; margin-left: 0; } .small-margin-collapse > .cell { margin-right: 0; margin-left: 0; } .small-margin-collapse > .small-1 { width: 8.3333333333%; } .small-margin-collapse > .small-2 { width: 16.6666666667%; } .small-margin-collapse > .small-3 { width: 25%; } .small-margin-collapse > .small-4 { width: 33.3333333333%; } .small-margin-collapse > .small-5 { width: 41.6666666667%; } .small-margin-collapse > .small-6 { width: 50%; } .small-margin-collapse > .small-7 { width: 58.3333333333%; } .small-margin-collapse > .small-8 { width: 66.6666666667%; } .small-margin-collapse > .small-9 { width: 75%; } .small-margin-collapse > .small-10 { width: 83.3333333333%; } .small-margin-collapse > .small-11 { width: 91.6666666667%; } .small-margin-collapse > .small-12 { width: 100%; } @media print, screen and (min-width: 40em) { .small-margin-collapse > .medium-1 { width: 8.3333333333%; } .small-margin-collapse > .medium-2 { width: 16.6666666667%; } .small-margin-collapse > .medium-3 { width: 25%; } .small-margin-collapse > .medium-4 { width: 33.3333333333%; } .small-margin-collapse > .medium-5 { width: 41.6666666667%; } .small-margin-collapse > .medium-6 { width: 50%; } .small-margin-collapse > .medium-7 { width: 58.3333333333%; } .small-margin-collapse > .medium-8 { width: 66.6666666667%; } .small-margin-collapse > .medium-9 { width: 75%; } .small-margin-collapse > .medium-10 { width: 83.3333333333%; } .small-margin-collapse > .medium-11 { width: 91.6666666667%; } .small-margin-collapse > .medium-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .small-margin-collapse > .large-1 { width: 8.3333333333%; } .small-margin-collapse > .large-2 { width: 16.6666666667%; } .small-margin-collapse > .large-3 { width: 25%; } .small-margin-collapse > .large-4 { width: 33.3333333333%; } .small-margin-collapse > .large-5 { width: 41.6666666667%; } .small-margin-collapse > .large-6 { width: 50%; } .small-margin-collapse > .large-7 { width: 58.3333333333%; } .small-margin-collapse > .large-8 { width: 66.6666666667%; } .small-margin-collapse > .large-9 { width: 75%; } .small-margin-collapse > .large-10 { width: 83.3333333333%; } .small-margin-collapse > .large-11 { width: 91.6666666667%; } .small-margin-collapse > .large-12 { width: 100%; } } .small-padding-collapse { margin-right: 0; margin-left: 0; } .small-padding-collapse > .cell { padding-right: 0; padding-left: 0; } @media print, screen and (min-width: 40em) { .medium-margin-collapse { margin-right: 0; margin-left: 0; } .medium-margin-collapse > .cell { margin-right: 0; margin-left: 0; } } @media print, screen and (min-width: 40em) { .medium-margin-collapse > .small-1 { width: 8.3333333333%; } .medium-margin-collapse > .small-2 { width: 16.6666666667%; } .medium-margin-collapse > .small-3 { width: 25%; } .medium-margin-collapse > .small-4 { width: 33.3333333333%; } .medium-margin-collapse > .small-5 { width: 41.6666666667%; } .medium-margin-collapse > .small-6 { width: 50%; } .medium-margin-collapse > .small-7 { width: 58.3333333333%; } .medium-margin-collapse > .small-8 { width: 66.6666666667%; } .medium-margin-collapse > .small-9 { width: 75%; } .medium-margin-collapse > .small-10 { width: 83.3333333333%; } .medium-margin-collapse > .small-11 { width: 91.6666666667%; } .medium-margin-collapse > .small-12 { width: 100%; } } @media print, screen and (min-width: 40em) { .medium-margin-collapse > .medium-1 { width: 8.3333333333%; } .medium-margin-collapse > .medium-2 { width: 16.6666666667%; } .medium-margin-collapse > .medium-3 { width: 25%; } .medium-margin-collapse > .medium-4 { width: 33.3333333333%; } .medium-margin-collapse > .medium-5 { width: 41.6666666667%; } .medium-margin-collapse > .medium-6 { width: 50%; } .medium-margin-collapse > .medium-7 { width: 58.3333333333%; } .medium-margin-collapse > .medium-8 { width: 66.6666666667%; } .medium-margin-collapse > .medium-9 { width: 75%; } .medium-margin-collapse > .medium-10 { width: 83.3333333333%; } .medium-margin-collapse > .medium-11 { width: 91.6666666667%; } .medium-margin-collapse > .medium-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .medium-margin-collapse > .large-1 { width: 8.3333333333%; } .medium-margin-collapse > .large-2 { width: 16.6666666667%; } .medium-margin-collapse > .large-3 { width: 25%; } .medium-margin-collapse > .large-4 { width: 33.3333333333%; } .medium-margin-collapse > .large-5 { width: 41.6666666667%; } .medium-margin-collapse > .large-6 { width: 50%; } .medium-margin-collapse > .large-7 { width: 58.3333333333%; } .medium-margin-collapse > .large-8 { width: 66.6666666667%; } .medium-margin-collapse > .large-9 { width: 75%; } .medium-margin-collapse > .large-10 { width: 83.3333333333%; } .medium-margin-collapse > .large-11 { width: 91.6666666667%; } .medium-margin-collapse > .large-12 { width: 100%; } } @media print, screen and (min-width: 40em) { .medium-padding-collapse { margin-right: 0; margin-left: 0; } .medium-padding-collapse > .cell { padding-right: 0; padding-left: 0; } } @media print, screen and (min-width: 64em) { .large-margin-collapse { margin-right: 0; margin-left: 0; } .large-margin-collapse > .cell { margin-right: 0; margin-left: 0; } } @media print, screen and (min-width: 64em) { .large-margin-collapse > .small-1 { width: 8.3333333333%; } .large-margin-collapse > .small-2 { width: 16.6666666667%; } .large-margin-collapse > .small-3 { width: 25%; } .large-margin-collapse > .small-4 { width: 33.3333333333%; } .large-margin-collapse > .small-5 { width: 41.6666666667%; } .large-margin-collapse > .small-6 { width: 50%; } .large-margin-collapse > .small-7 { width: 58.3333333333%; } .large-margin-collapse > .small-8 { width: 66.6666666667%; } .large-margin-collapse > .small-9 { width: 75%; } .large-margin-collapse > .small-10 { width: 83.3333333333%; } .large-margin-collapse > .small-11 { width: 91.6666666667%; } .large-margin-collapse > .small-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .large-margin-collapse > .medium-1 { width: 8.3333333333%; } .large-margin-collapse > .medium-2 { width: 16.6666666667%; } .large-margin-collapse > .medium-3 { width: 25%; } .large-margin-collapse > .medium-4 { width: 33.3333333333%; } .large-margin-collapse > .medium-5 { width: 41.6666666667%; } .large-margin-collapse > .medium-6 { width: 50%; } .large-margin-collapse > .medium-7 { width: 58.3333333333%; } .large-margin-collapse > .medium-8 { width: 66.6666666667%; } .large-margin-collapse > .medium-9 { width: 75%; } .large-margin-collapse > .medium-10 { width: 83.3333333333%; } .large-margin-collapse > .medium-11 { width: 91.6666666667%; } .large-margin-collapse > .medium-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .large-margin-collapse > .large-1 { width: 8.3333333333%; } .large-margin-collapse > .large-2 { width: 16.6666666667%; } .large-margin-collapse > .large-3 { width: 25%; } .large-margin-collapse > .large-4 { width: 33.3333333333%; } .large-margin-collapse > .large-5 { width: 41.6666666667%; } .large-margin-collapse > .large-6 { width: 50%; } .large-margin-collapse > .large-7 { width: 58.3333333333%; } .large-margin-collapse > .large-8 { width: 66.6666666667%; } .large-margin-collapse > .large-9 { width: 75%; } .large-margin-collapse > .large-10 { width: 83.3333333333%; } .large-margin-collapse > .large-11 { width: 91.6666666667%; } .large-margin-collapse > .large-12 { width: 100%; } } @media print, screen and (min-width: 64em) { .large-padding-collapse { margin-right: 0; margin-left: 0; } .large-padding-collapse > .cell { padding-right: 0; padding-left: 0; } } .small-offset-0 { margin-left: 0%; } .grid-margin-x > .small-offset-0 { margin-left: calc(0% + 1.25rem / 2); } .small-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .small-offset-1 { margin-left: calc(8.3333333333% + 1.25rem / 2); } .small-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .small-offset-2 { margin-left: calc(16.6666666667% + 1.25rem / 2); } .small-offset-3 { margin-left: 25%; } .grid-margin-x > .small-offset-3 { margin-left: calc(25% + 1.25rem / 2); } .small-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .small-offset-4 { margin-left: calc(33.3333333333% + 1.25rem / 2); } .small-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .small-offset-5 { margin-left: calc(41.6666666667% + 1.25rem / 2); } .small-offset-6 { margin-left: 50%; } .grid-margin-x > .small-offset-6 { margin-left: calc(50% + 1.25rem / 2); } .small-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .small-offset-7 { margin-left: calc(58.3333333333% + 1.25rem / 2); } .small-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .small-offset-8 { margin-left: calc(66.6666666667% + 1.25rem / 2); } .small-offset-9 { margin-left: 75%; } .grid-margin-x > .small-offset-9 { margin-left: calc(75% + 1.25rem / 2); } .small-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .small-offset-10 { margin-left: calc(83.3333333333% + 1.25rem / 2); } .small-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .small-offset-11 { margin-left: calc(91.6666666667% + 1.25rem / 2); } @media print, screen and (min-width: 40em) { .medium-offset-0 { margin-left: 0%; } .grid-margin-x > .medium-offset-0 { margin-left: calc(0% + 1.875rem / 2); } .medium-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .medium-offset-1 { margin-left: calc(8.3333333333% + 1.875rem / 2); } .medium-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .medium-offset-2 { margin-left: calc(16.6666666667% + 1.875rem / 2); } .medium-offset-3 { margin-left: 25%; } .grid-margin-x > .medium-offset-3 { margin-left: calc(25% + 1.875rem / 2); } .medium-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .medium-offset-4 { margin-left: calc(33.3333333333% + 1.875rem / 2); } .medium-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .medium-offset-5 { margin-left: calc(41.6666666667% + 1.875rem / 2); } .medium-offset-6 { margin-left: 50%; } .grid-margin-x > .medium-offset-6 { margin-left: calc(50% + 1.875rem / 2); } .medium-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .medium-offset-7 { margin-left: calc(58.3333333333% + 1.875rem / 2); } .medium-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .medium-offset-8 { margin-left: calc(66.6666666667% + 1.875rem / 2); } .medium-offset-9 { margin-left: 75%; } .grid-margin-x > .medium-offset-9 { margin-left: calc(75% + 1.875rem / 2); } .medium-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .medium-offset-10 { margin-left: calc(83.3333333333% + 1.875rem / 2); } .medium-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .medium-offset-11 { margin-left: calc(91.6666666667% + 1.875rem / 2); } } @media print, screen and (min-width: 64em) { .large-offset-0 { margin-left: 0%; } .grid-margin-x > .large-offset-0 { margin-left: calc(0% + 1.875rem / 2); } .large-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .large-offset-1 { margin-left: calc(8.3333333333% + 1.875rem / 2); } .large-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .large-offset-2 { margin-left: calc(16.6666666667% + 1.875rem / 2); } .large-offset-3 { margin-left: 25%; } .grid-margin-x > .large-offset-3 { margin-left: calc(25% + 1.875rem / 2); } .large-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .large-offset-4 { margin-left: calc(33.3333333333% + 1.875rem / 2); } .large-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .large-offset-5 { margin-left: calc(41.6666666667% + 1.875rem / 2); } .large-offset-6 { margin-left: 50%; } .grid-margin-x > .large-offset-6 { margin-left: calc(50% + 1.875rem / 2); } .large-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .large-offset-7 { margin-left: calc(58.3333333333% + 1.875rem / 2); } .large-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .large-offset-8 { margin-left: calc(66.6666666667% + 1.875rem / 2); } .large-offset-9 { margin-left: 75%; } .grid-margin-x > .large-offset-9 { margin-left: calc(75% + 1.875rem / 2); } .large-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .large-offset-10 { margin-left: calc(83.3333333333% + 1.875rem / 2); } .large-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .large-offset-11 { margin-left: calc(91.6666666667% + 1.875rem / 2); } } .grid-y { display: flex; flex-flow: column nowrap; } .grid-y > .cell { height: auto; max-height: none; } .grid-y > .auto { height: auto; } .grid-y > .shrink { height: auto; } .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 { flex-basis: auto; } @media print, screen and (min-width: 40em) { .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 { flex-basis: auto; } } @media print, screen and (min-width: 64em) { .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 { flex-basis: auto; } } .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 { flex: 0 0 auto; } .grid-y > .small-1 { height: 8.3333333333%; } .grid-y > .small-2 { height: 16.6666666667%; } .grid-y > .small-3 { height: 25%; } .grid-y > .small-4 { height: 33.3333333333%; } .grid-y > .small-5 { height: 41.6666666667%; } .grid-y > .small-6 { height: 50%; } .grid-y > .small-7 { height: 58.3333333333%; } .grid-y > .small-8 { height: 66.6666666667%; } .grid-y > .small-9 { height: 75%; } .grid-y > .small-10 { height: 83.3333333333%; } .grid-y > .small-11 { height: 91.6666666667%; } .grid-y > .small-12 { height: 100%; } @media print, screen and (min-width: 40em) { .grid-y > .medium-auto { flex: 1 1 0; height: auto; } .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink { flex: 0 0 auto; } .grid-y > .medium-shrink { height: auto; } .grid-y > .medium-1 { height: 8.3333333333%; } .grid-y > .medium-2 { height: 16.6666666667%; } .grid-y > .medium-3 { height: 25%; } .grid-y > .medium-4 { height: 33.3333333333%; } .grid-y > .medium-5 { height: 41.6666666667%; } .grid-y > .medium-6 { height: 50%; } .grid-y > .medium-7 { height: 58.3333333333%; } .grid-y > .medium-8 { height: 66.6666666667%; } .grid-y > .medium-9 { height: 75%; } .grid-y > .medium-10 { height: 83.3333333333%; } .grid-y > .medium-11 { height: 91.6666666667%; } .grid-y > .medium-12 { height: 100%; } } @media print, screen and (min-width: 64em) { .grid-y > .large-auto { flex: 1 1 0; height: auto; } .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink { flex: 0 0 auto; } .grid-y > .large-shrink { height: auto; } .grid-y > .large-1 { height: 8.3333333333%; } .grid-y > .large-2 { height: 16.6666666667%; } .grid-y > .large-3 { height: 25%; } .grid-y > .large-4 { height: 33.3333333333%; } .grid-y > .large-5 { height: 41.6666666667%; } .grid-y > .large-6 { height: 50%; } .grid-y > .large-7 { height: 58.3333333333%; } .grid-y > .large-8 { height: 66.6666666667%; } .grid-y > .large-9 { height: 75%; } .grid-y > .large-10 { height: 83.3333333333%; } .grid-y > .large-11 { height: 91.6666666667%; } .grid-y > .large-12 { height: 100%; } } .grid-padding-y .grid-padding-y { margin-top: -0.625rem; margin-bottom: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-padding-y .grid-padding-y { margin-top: -0.9375rem; margin-bottom: -0.9375rem; } } .grid-padding-y > .cell { padding-top: 0.625rem; padding-bottom: 0.625rem; } @media print, screen and (min-width: 40em) { .grid-padding-y > .cell { padding-top: 0.9375rem; padding-bottom: 0.9375rem; } } .grid-margin-y { margin-top: -0.625rem; margin-bottom: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-y { margin-top: -0.9375rem; margin-bottom: -0.9375rem; } } .grid-margin-y > .cell { height: calc(100% - 1.25rem); margin-top: 0.625rem; margin-bottom: 0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-y > .cell { height: calc(100% - 1.875rem); margin-top: 0.9375rem; margin-bottom: 0.9375rem; } } .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 1.25rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 1.25rem); } .grid-margin-y > .small-3 { height: calc(25% - 1.25rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 1.25rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 1.25rem); } .grid-margin-y > .small-6 { height: calc(50% - 1.25rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 1.25rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 1.25rem); } .grid-margin-y > .small-9 { height: calc(75% - 1.25rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 1.25rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 1.25rem); } .grid-margin-y > .small-12 { height: calc(100% - 1.25rem); } @media print, screen and (min-width: 40em) { .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .small-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .small-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .small-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .small-12 { height: calc(100% - 1.875rem); } .grid-margin-y > .medium-auto { height: auto; } .grid-margin-y > .medium-shrink { height: auto; } .grid-margin-y > .medium-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .medium-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .medium-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .medium-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .medium-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .medium-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .medium-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .medium-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .medium-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .medium-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .medium-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .medium-12 { height: calc(100% - 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-margin-y > .large-auto { height: auto; } .grid-margin-y > .large-shrink { height: auto; } .grid-margin-y > .large-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .large-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .large-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .large-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .large-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .large-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .large-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .large-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .large-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .large-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .large-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .large-12 { height: calc(100% - 1.875rem); } } .grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .grid-frame { width: 100%; } .cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } @media print, screen and (min-width: 40em) { .medium-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .medium-grid-frame { width: 100%; } .medium-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .medium-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .medium-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .medium-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } } @media print, screen and (min-width: 64em) { .large-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .large-grid-frame { width: 100%; } .large-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .large-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .large-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .large-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } } .grid-y.grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; width: auto; } @media print, screen and (min-width: 40em) { .grid-y.medium-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; width: auto; } } @media print, screen and (min-width: 64em) { .grid-y.large-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; width: auto; } } .cell .grid-y.grid-frame { height: 100%; } @media print, screen and (min-width: 40em) { .cell .grid-y.medium-grid-frame { height: 100%; } } @media print, screen and (min-width: 64em) { .cell .grid-y.large-grid-frame { height: 100%; } } .grid-margin-y { margin-top: -0.625rem; margin-bottom: -0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-y { margin-top: -0.9375rem; margin-bottom: -0.9375rem; } } .grid-margin-y > .cell { height: calc(100% - 1.25rem); margin-top: 0.625rem; margin-bottom: 0.625rem; } @media print, screen and (min-width: 40em) { .grid-margin-y > .cell { height: calc(100% - 1.875rem); margin-top: 0.9375rem; margin-bottom: 0.9375rem; } } .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 1.25rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 1.25rem); } .grid-margin-y > .small-3 { height: calc(25% - 1.25rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 1.25rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 1.25rem); } .grid-margin-y > .small-6 { height: calc(50% - 1.25rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 1.25rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 1.25rem); } .grid-margin-y > .small-9 { height: calc(75% - 1.25rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 1.25rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 1.25rem); } .grid-margin-y > .small-12 { height: calc(100% - 1.25rem); } @media print, screen and (min-width: 40em) { .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .small-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .small-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .small-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .small-12 { height: calc(100% - 1.875rem); } .grid-margin-y > .medium-auto { height: auto; } .grid-margin-y > .medium-shrink { height: auto; } .grid-margin-y > .medium-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .medium-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .medium-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .medium-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .medium-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .medium-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .medium-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .medium-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .medium-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .medium-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .medium-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .medium-12 { height: calc(100% - 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-margin-y > .large-auto { height: auto; } .grid-margin-y > .large-shrink { height: auto; } .grid-margin-y > .large-1 { height: calc(8.3333333333% - 1.875rem); } .grid-margin-y > .large-2 { height: calc(16.6666666667% - 1.875rem); } .grid-margin-y > .large-3 { height: calc(25% - 1.875rem); } .grid-margin-y > .large-4 { height: calc(33.3333333333% - 1.875rem); } .grid-margin-y > .large-5 { height: calc(41.6666666667% - 1.875rem); } .grid-margin-y > .large-6 { height: calc(50% - 1.875rem); } .grid-margin-y > .large-7 { height: calc(58.3333333333% - 1.875rem); } .grid-margin-y > .large-8 { height: calc(66.6666666667% - 1.875rem); } .grid-margin-y > .large-9 { height: calc(75% - 1.875rem); } .grid-margin-y > .large-10 { height: calc(83.3333333333% - 1.875rem); } .grid-margin-y > .large-11 { height: calc(91.6666666667% - 1.875rem); } .grid-margin-y > .large-12 { height: calc(100% - 1.875rem); } } .grid-frame.grid-margin-y { height: calc(100vh + 1.25rem); } @media print, screen and (min-width: 40em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.875rem); } } @media print, screen and (min-width: 40em) { .grid-margin-y.medium-grid-frame { height: calc(100vh + 1.875rem); } } @media print, screen and (min-width: 64em) { .grid-margin-y.large-grid-frame { height: calc(100vh + 1.875rem); } } .row { max-width: 1244px; margin-right: auto; margin-left: auto; display: flex; flex-flow: row wrap; } .row .row { margin-right: -0.625rem; margin-left: -0.625rem; } @media print, screen and (min-width: 40em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } } @media print, screen and (min-width: 64em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } } .row .row.collapse { margin-right: 0; margin-left: 0; } .row.expanded { max-width: none; } .row.expanded .row { margin-right: auto; margin-left: auto; } .row:not(.expanded) .row { max-width: none; } .row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; } .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-right: 0; margin-left: 0; } .column, .columns { flex: 1 1 0px; padding-right: 0.625rem; padding-left: 0.625rem; min-width: 0; } @media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } } .column.row.row, .row.row.columns { float: none; display: block; } .row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; } .small-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .small-offset-0 { margin-left: 0%; } .small-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .small-offset-1 { margin-left: 8.3333333333%; } .small-3 { flex: 0 0 25%; max-width: 25%; } .small-offset-2 { margin-left: 16.6666666667%; } .small-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .small-offset-3 { margin-left: 25%; } .small-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .small-offset-4 { margin-left: 33.3333333333%; } .small-6 { flex: 0 0 50%; max-width: 50%; } .small-offset-5 { margin-left: 41.6666666667%; } .small-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .small-offset-6 { margin-left: 50%; } .small-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .small-offset-7 { margin-left: 58.3333333333%; } .small-9 { flex: 0 0 75%; max-width: 75%; } .small-offset-8 { margin-left: 66.6666666667%; } .small-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .small-offset-9 { margin-left: 75%; } .small-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .small-offset-10 { margin-left: 83.3333333333%; } .small-12 { flex: 0 0 100%; max-width: 100%; } .small-offset-11 { margin-left: 91.6666666667%; } .small-up-1 { flex-wrap: wrap; } .small-up-1 > .column, .small-up-1 > .columns { flex: 0 0 100%; max-width: 100%; } .small-up-2 { flex-wrap: wrap; } .small-up-2 > .column, .small-up-2 > .columns { flex: 0 0 50%; max-width: 50%; } .small-up-3 { flex-wrap: wrap; } .small-up-3 > .column, .small-up-3 > .columns { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .small-up-4 { flex-wrap: wrap; } .small-up-4 > .column, .small-up-4 > .columns { flex: 0 0 25%; max-width: 25%; } .small-up-5 { flex-wrap: wrap; } .small-up-5 > .column, .small-up-5 > .columns { flex: 0 0 20%; max-width: 20%; } .small-up-6 { flex-wrap: wrap; } .small-up-6 > .column, .small-up-6 > .columns { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .small-up-7 { flex-wrap: wrap; } .small-up-7 > .column, .small-up-7 > .columns { flex: 0 0 14.2857142857%; max-width: 14.2857142857%; } .small-up-8 { flex-wrap: wrap; } .small-up-8 > .column, .small-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; } .small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; } .small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; } @media print, screen and (min-width: 40em) { .medium-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .medium-offset-0 { margin-left: 0%; } .medium-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .medium-offset-1 { margin-left: 8.3333333333%; } .medium-3 { flex: 0 0 25%; max-width: 25%; } .medium-offset-2 { margin-left: 16.6666666667%; } .medium-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .medium-offset-3 { margin-left: 25%; } .medium-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .medium-offset-4 { margin-left: 33.3333333333%; } .medium-6 { flex: 0 0 50%; max-width: 50%; } .medium-offset-5 { margin-left: 41.6666666667%; } .medium-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .medium-offset-6 { margin-left: 50%; } .medium-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .medium-offset-7 { margin-left: 58.3333333333%; } .medium-9 { flex: 0 0 75%; max-width: 75%; } .medium-offset-8 { margin-left: 66.6666666667%; } .medium-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .medium-offset-9 { margin-left: 75%; } .medium-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .medium-offset-10 { margin-left: 83.3333333333%; } .medium-12 { flex: 0 0 100%; max-width: 100%; } .medium-offset-11 { margin-left: 91.6666666667%; } .medium-up-1 { flex-wrap: wrap; } .medium-up-1 > .column, .medium-up-1 > .columns { flex: 0 0 100%; max-width: 100%; } .medium-up-2 { flex-wrap: wrap; } .medium-up-2 > .column, .medium-up-2 > .columns { flex: 0 0 50%; max-width: 50%; } .medium-up-3 { flex-wrap: wrap; } .medium-up-3 > .column, .medium-up-3 > .columns { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .medium-up-4 { flex-wrap: wrap; } .medium-up-4 > .column, .medium-up-4 > .columns { flex: 0 0 25%; max-width: 25%; } .medium-up-5 { flex-wrap: wrap; } .medium-up-5 > .column, .medium-up-5 > .columns { flex: 0 0 20%; max-width: 20%; } .medium-up-6 { flex-wrap: wrap; } .medium-up-6 > .column, .medium-up-6 > .columns { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .medium-up-7 { flex-wrap: wrap; } .medium-up-7 > .column, .medium-up-7 > .columns { flex: 0 0 14.2857142857%; max-width: 14.2857142857%; } .medium-up-8 { flex-wrap: wrap; } .medium-up-8 > .column, .medium-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; } } @media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-expand { flex: 1 1 0px; } } .row.medium-unstack > .column, .row.medium-unstack > .columns { flex: 0 0 100%; } @media print, screen and (min-width: 40em) { .row.medium-unstack > .column, .row.medium-unstack > .columns { flex: 1 1 0px; } .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; } .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } } @media print, screen and (min-width: 64em) { .large-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .large-offset-0 { margin-left: 0%; } .large-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .large-offset-1 { margin-left: 8.3333333333%; } .large-3 { flex: 0 0 25%; max-width: 25%; } .large-offset-2 { margin-left: 16.6666666667%; } .large-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .large-offset-3 { margin-left: 25%; } .large-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .large-offset-4 { margin-left: 33.3333333333%; } .large-6 { flex: 0 0 50%; max-width: 50%; } .large-offset-5 { margin-left: 41.6666666667%; } .large-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .large-offset-6 { margin-left: 50%; } .large-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .large-offset-7 { margin-left: 58.3333333333%; } .large-9 { flex: 0 0 75%; max-width: 75%; } .large-offset-8 { margin-left: 66.6666666667%; } .large-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .large-offset-9 { margin-left: 75%; } .large-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .large-offset-10 { margin-left: 83.3333333333%; } .large-12 { flex: 0 0 100%; max-width: 100%; } .large-offset-11 { margin-left: 91.6666666667%; } .large-up-1 { flex-wrap: wrap; } .large-up-1 > .column, .large-up-1 > .columns { flex: 0 0 100%; max-width: 100%; } .large-up-2 { flex-wrap: wrap; } .large-up-2 > .column, .large-up-2 > .columns { flex: 0 0 50%; max-width: 50%; } .large-up-3 { flex-wrap: wrap; } .large-up-3 > .column, .large-up-3 > .columns { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .large-up-4 { flex-wrap: wrap; } .large-up-4 > .column, .large-up-4 > .columns { flex: 0 0 25%; max-width: 25%; } .large-up-5 { flex-wrap: wrap; } .large-up-5 > .column, .large-up-5 > .columns { flex: 0 0 20%; max-width: 20%; } .large-up-6 { flex-wrap: wrap; } .large-up-6 > .column, .large-up-6 > .columns { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .large-up-7 { flex-wrap: wrap; } .large-up-7 > .column, .large-up-7 > .columns { flex: 0 0 14.2857142857%; max-width: 14.2857142857%; } .large-up-8 { flex-wrap: wrap; } .large-up-8 > .column, .large-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; } } @media print, screen and (min-width: 64em) and (min-width: 64em) { .large-expand { flex: 1 1 0px; } } .row.large-unstack > .column, .row.large-unstack > .columns { flex: 0 0 100%; } @media print, screen and (min-width: 64em) { .row.large-unstack > .column, .row.large-unstack > .columns { flex: 1 1 0px; } .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; } .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } } .shrink { flex: 0 0 auto; max-width: 100%; } .column-block { margin-bottom: 1.25rem; } .column-block > :last-child { margin-bottom: 0; } @media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; } .column-block > :last-child { margin-bottom: 0; } } .switch { position: relative; margin-bottom: 1rem; outline: 0; font-size: 0.875rem; font-weight: bold; color: #fefefe; user-select: none; height: 2rem; } .switch-input { position: absolute; margin-bottom: 0; opacity: 0; } .switch-paddle { position: relative; display: block; width: 4rem; height: 2rem; border-radius: 0; background: #cacaca; transition: all 0.25s ease-out; font-weight: inherit; color: inherit; cursor: pointer; } input + .switch-paddle { margin: 0; } .switch-paddle::after { position: absolute; top: 0.25rem; left: 0.25rem; display: block; width: 1.5rem; height: 1.5rem; transform: translate3d(0, 0, 0); border-radius: 0; background: #fefefe; transition: all 0.25s ease-out; content: ""; } input:checked ~ .switch-paddle { background: #1779ba; } input:checked ~ .switch-paddle::after { left: 2.25rem; } input:disabled ~ .switch-paddle { cursor: not-allowed; opacity: 0.5; } [data-whatinput=mouse] input:focus ~ .switch-paddle { outline: 0; } .switch-inactive, .switch-active { position: absolute; top: 50%; transform: translateY(-50%); } .switch-active { left: 8%; display: none; } input:checked + label > .switch-active { display: block; } .switch-inactive { right: 15%; } input:checked + label > .switch-inactive { display: none; } .switch.tiny { height: 1.5rem; } .switch.tiny .switch-paddle { width: 3rem; height: 1.5rem; font-size: 0.625rem; } .switch.tiny .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1rem; height: 1rem; } .switch.tiny input:checked ~ .switch-paddle::after { left: 1.75rem; } .switch.small { height: 1.75rem; } .switch.small .switch-paddle { width: 3.5rem; height: 1.75rem; font-size: 0.75rem; } .switch.small .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1.25rem; height: 1.25rem; } .switch.small input:checked ~ .switch-paddle::after { left: 2rem; } .switch.large { height: 2.5rem; } .switch.large .switch-paddle { width: 5rem; height: 2.5rem; font-size: 1rem; } .switch.large .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 2rem; height: 2rem; } .switch.large input:checked ~ .switch-paddle::after { left: 2.75rem; } table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; border-radius: 0; } thead, tbody, tfoot { border: 1px solid #f1f1f1; background-color: #fefefe; } caption { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; } thead { background: #f8f8f8; color: #0a0a0a; } tfoot { background: #f1f1f1; color: #0a0a0a; } thead tr, tfoot tr { background: transparent; } thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; text-align: left; } tbody th, tbody td { padding: 0.5rem 0.625rem 0.625rem; } tbody tr:nth-child(even) { border-bottom: 0; background-color: #f1f1f1; } table.unstriped tbody { background-color: #fefefe; } table.unstriped tbody tr { border-bottom: 1px solid #f1f1f1; background-color: #fefefe; } @media print, screen and (max-width: 63.99875em) { table.stack thead { display: none; } table.stack tfoot { display: none; } table.stack tr, table.stack th, table.stack td { display: block; } table.stack td { border-top: 0; } } table.scroll { display: block; width: 100%; overflow-x: auto; } table.hover thead tr:hover { background-color: #f3f3f3; } table.hover tfoot tr:hover { background-color: #ececec; } table.hover tbody tr:hover { background-color: #f9f9f9; } table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ececec; } .table-scroll { overflow-x: auto; } .callout { position: relative; margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 0; background-color: white; color: #0a0a0a; } .callout > :first-child { margin-top: 0; } .callout > :last-child { margin-bottom: 0; } .callout.primary { background-color: #d7ecfa; color: #0a0a0a; } .callout.secondary { background-color: #eaeaea; color: #0a0a0a; } .callout.success { background-color: #e1faea; color: #0a0a0a; } .callout.warning { background-color: #fff3d9; color: #0a0a0a; } .callout.alert { background-color: #f7e4e1; color: #0a0a0a; } .callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; } .callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; } .has-tip { position: relative; display: inline-block; border-bottom: dotted 1px #8a8a8a; font-weight: bold; cursor: help; } .tooltip { position: absolute; top: calc(100% + 0.6495rem); z-index: 1200; max-width: 10rem; padding: 0.75rem; border-radius: 0; background-color: #0a0a0a; font-size: 80%; color: #fefefe; } .tooltip::before { position: absolute; } .tooltip.bottom::before { display: block; width: 0; height: 0; border-style: solid; border-width: 0.75rem; content: ""; border-top-width: 0; border-color: transparent transparent #0a0a0a; bottom: 100%; } .tooltip.bottom.align-center::before { left: 50%; transform: translateX(-50%); } .tooltip.top::before { display: block; width: 0; height: 0; border-style: solid; border-width: 0.75rem; content: ""; border-bottom-width: 0; border-color: #0a0a0a transparent transparent; top: 100%; bottom: auto; } .tooltip.top.align-center::before { left: 50%; transform: translateX(-50%); } .tooltip.left::before { display: block; width: 0; height: 0; border-style: solid; border-width: 0.75rem; content: ""; border-right-width: 0; border-color: transparent transparent transparent #0a0a0a; left: 100%; } .tooltip.left.align-center::before { bottom: auto; top: 50%; transform: translateY(-50%); } .tooltip.right::before { display: block; width: 0; height: 0; border-style: solid; border-width: 0.75rem; content: ""; border-left-width: 0; border-color: transparent #0a0a0a transparent transparent; right: 100%; left: auto; } .tooltip.right.align-center::before { bottom: auto; top: 50%; transform: translateY(-50%); } .tooltip.align-top::before { bottom: auto; top: 10%; } .tooltip.align-bottom::before { bottom: 10%; top: auto; } .tooltip.align-left::before { left: 10%; right: auto; } .tooltip.align-right::before { left: auto; right: 10%; } .accordion { margin-left: 0; background: #fefefe; list-style-type: none; } .accordion[disabled] .accordion-title { cursor: not-allowed; } .accordion-item:first-child > :first-child { border-radius: 0 0 0 0; } .accordion-item:last-child > :last-child { border-radius: 0 0 0 0; } .accordion-title { position: relative; display: block; padding: 1.25rem 1rem; border: 1px solid #e6e6e6; border-bottom: 0; font-size: 0.75rem; line-height: 1; color: #1779ba; } :last-child:not(.is-active) > .accordion-title { border-bottom: 1px solid #e6e6e6; border-radius: 0 0 0 0; } .accordion-title:hover, .accordion-title:focus { background-color: #e6e6e6; } .accordion-title::before { position: absolute; top: 50%; right: 1rem; margin-top: -0.5rem; content: "+"; } .is-active > .accordion-title::before { content: "–"; } .accordion-content { display: none; padding: 1rem; border: 1px solid #e6e6e6; border-bottom: 0; background-color: #fefefe; color: #0a0a0a; } :last-child > .accordion-content:last-child { border-bottom: 1px solid #e6e6e6; } .media-object { display: flex; margin-bottom: 1rem; flex-wrap: nowrap; } .media-object img { max-width: none; } @media print, screen and (max-width: 39.99875em) { .media-object.stack-for-small { flex-wrap: wrap; } } .media-object-section { flex: 0 1 auto; } .media-object-section:first-child { padding-right: 1rem; } .media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; } .media-object-section > :last-child { margin-bottom: 0; } @media print, screen and (max-width: 39.99875em) { .stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; flex-basis: 100%; max-width: 100%; } .stack-for-small .media-object-section img { width: 100%; } } .media-object-section.main-section { flex: 1 1 0px; } .orbit { position: relative; } .orbit-container { position: relative; height: 0; margin: 0; list-style: none; overflow: hidden; } .orbit-slide { width: 100%; position: absolute; } .orbit-slide.no-motionui.is-active { top: 0; left: 0; } .orbit-figure { margin: 0; } .orbit-image { width: 100%; max-width: 100%; margin: 0; } .orbit-caption { position: absolute; bottom: 0; width: 100%; margin-bottom: 0; padding: 1rem; background-color: rgba(10, 10, 10, 0.5); color: #fefefe; } .orbit-next, .orbit-previous { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; padding: 1rem; color: #fefefe; } [data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous { outline: 0; } .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus { background-color: rgba(10, 10, 10, 0.5); } .orbit-previous { left: 0; } .orbit-next { left: auto; right: 0; } .orbit-bullets { position: relative; margin-top: 0.8rem; margin-bottom: 0.8rem; text-align: center; } [data-whatinput=mouse] .orbit-bullets { outline: 0; } .orbit-bullets button { width: 1.2rem; height: 1.2rem; margin: 0.1rem; border-radius: 50%; background-color: #cacaca; } .orbit-bullets button:hover { background-color: #8a8a8a; } .orbit-bullets button.is-active { background-color: #8a8a8a; } .responsive-embed, .flex-video { position: relative; height: 0; margin-bottom: 1rem; padding-bottom: 75%; overflow: hidden; } .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .responsive-embed.widescreen, .flex-video.widescreen { padding-bottom: 56.25%; } .tabs { margin: 0; border: 1px solid #e6e6e6; background: #fefefe; list-style-type: none; } .tabs::before, .tabs::after { display: table; content: " "; flex-basis: 0; order: 1; } .tabs::after { clear: both; } .tabs.vertical > li { display: block; float: none; width: auto; } .tabs.simple > li > a { padding: 0; } .tabs.simple > li > a:hover { background: transparent; } .tabs.primary { background: #1779ba; } .tabs.primary > li > a { color: #fefefe; } .tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #1673b1; } .tabs-title { float: left; } .tabs-title > a { display: block; padding: 1.25rem 1.5rem; font-size: 0.75rem; line-height: 1; color: #1779ba; } [data-whatinput=mouse] .tabs-title > a { outline: 0; } .tabs-title > a:hover { background: #fefefe; color: #1468a0; } .tabs-title > a:focus, .tabs-title > a[aria-selected=true] { background: #e6e6e6; color: #1779ba; } .tabs-content { border: 1px solid #e6e6e6; border-top: 0; background: #fefefe; color: #0a0a0a; transition: all 0.5s ease; } .tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; } .tabs-panel { display: none; padding: 1rem; } .tabs-panel.is-active { display: block; } .menu { padding: 0; margin: 0; list-style: none; position: relative; display: flex; flex-wrap: wrap; } [data-whatinput=mouse] .menu li { outline: 0; } .menu a, .menu .button { line-height: 1; text-decoration: none; display: block; padding: 0.7rem 1rem; } .menu input, .menu select, .menu a, .menu button { margin-bottom: 0; } .menu input { display: inline-block; } .menu, .menu.horizontal { flex-wrap: wrap; flex-direction: row; } .menu.vertical { flex-wrap: nowrap; flex-direction: column; } .menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg { text-align: left; } .menu.expanded li { flex: 1 1 0px; } .menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg { text-align: left; } .menu.simple { align-items: center; } .menu.simple li + li { margin-left: 1rem; } .menu.simple a { padding: 0; } @media print, screen and (min-width: 40em) { .menu.medium-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.medium-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.medium-expanded li { flex: 1 1 0px; } .menu.medium-simple li { flex: 1 1 0px; } } @media print, screen and (min-width: 64em) { .menu.large-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.large-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.large-expanded li { flex: 1 1 0px; } .menu.large-simple li { flex: 1 1 0px; } } .menu.nested { margin-right: 0; margin-left: 1rem; } .menu.icons a { display: flex; } .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a { display: flex; } .menu.icon-left li a, .menu.nested.icon-left li a { flex-flow: row nowrap; } .menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg { margin-right: 0.25rem; } .menu.icon-right li a, .menu.nested.icon-right li a { flex-flow: row nowrap; } .menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg { margin-left: 0.25rem; } .menu.icon-top li a, .menu.nested.icon-top li a { flex-flow: column nowrap; } .menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; } .menu.icon-bottom li a, .menu.nested.icon-bottom li a { flex-flow: column nowrap; } .menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; } .menu .is-active > a { background: #1779ba; color: #fefefe; } .menu .active > a { background: #1779ba; color: #fefefe; } .menu.align-left { justify-content: flex-start; } .menu.align-right li { display: flex; justify-content: flex-end; } .menu.align-right li .submenu li { justify-content: flex-start; } .menu.align-right.vertical li { display: block; text-align: right; } .menu.align-right.vertical li .submenu li { text-align: right; } .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg { text-align: right; } .menu.align-right .nested { margin-right: 1rem; margin-left: 0; } .menu.align-center li { display: flex; justify-content: center; } .menu.align-center li .submenu li { justify-content: flex-start; } .menu .menu-text { padding: 0.7rem 1rem; font-weight: bold; line-height: 1; color: inherit; } .menu-centered > .menu { justify-content: center; } .menu-centered > .menu li { display: flex; justify-content: center; } .menu-centered > .menu li .submenu li { justify-content: flex-start; } .no-js [data-responsive-menu] ul { display: none; } html.is-reveal-open { position: fixed; width: 100%; overflow-y: hidden; } html.is-reveal-open.zf-has-scroll { overflow-y: scroll; -webkit-overflow-scrolling: touch; } html.is-reveal-open body { overflow-y: hidden; } .reveal-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1005; display: none; background-color: rgba(10, 10, 10, 0.45); overflow-y: auto; -webkit-overflow-scrolling: touch; } .reveal { z-index: 1006; backface-visibility: hidden; display: none; padding: 1rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; position: relative; top: 100px; margin-right: auto; margin-left: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; } [data-whatinput=mouse] .reveal { outline: 0; } @media print, screen and (min-width: 40em) { .reveal { min-height: 0; } } .reveal .column, .reveal .columns { min-width: 0; } .reveal > :last-child { margin-bottom: 0; } @media print, screen and (min-width: 40em) { .reveal { width: 600px; max-width: 1244px; } } .reveal.collapse { padding: 0; } @media print, screen and (min-width: 40em) { .reveal.tiny { width: 30%; max-width: 1244px; } } @media print, screen and (min-width: 40em) { .reveal.small { width: 50%; max-width: 1244px; } } @media print, screen and (min-width: 40em) { .reveal.large { width: 90%; max-width: 1244px; } } .reveal.full { top: 0; right: 0; bottom: 0; left: 0; width: 100%; max-width: none; height: 100%; min-height: 100%; margin-left: 0; border: 0; border-radius: 0; } @media print, screen and (max-width: 39.99875em) { .reveal { top: 0; right: 0; bottom: 0; left: 0; width: 100%; max-width: none; height: 100%; min-height: 100%; margin-left: 0; border: 0; border-radius: 0; } } .reveal.without-overlay { position: fixed; } .float-left { float: left !important; } .float-right { float: right !important; } .float-center { display: block; margin-right: auto; margin-left: auto; } .clearfix::before, .clearfix::after { display: table; content: " "; flex-basis: 0; order: 1; } .clearfix::after { clear: both; } .align-left { justify-content: flex-start; } .align-right { justify-content: flex-end; } .align-center { justify-content: center; } .align-justify { justify-content: space-between; } .align-spaced { justify-content: space-around; } .align-left.vertical.menu > li > a { justify-content: flex-start; } .align-right.vertical.menu > li > a { justify-content: flex-end; } .align-center.vertical.menu > li > a { justify-content: center; } .align-top { align-items: flex-start; } .align-self-top { align-self: flex-start; } .align-bottom { align-items: flex-end; } .align-self-bottom { align-self: flex-end; } .align-middle { align-items: center; } .align-self-middle { align-self: center; } .align-stretch { align-items: stretch; } .align-self-stretch { align-self: stretch; } .align-center-middle { justify-content: center; align-items: center; align-content: center; } .small-order-1 { order: 1; } .small-order-2 { order: 2; } .small-order-3 { order: 3; } .small-order-4 { order: 4; } .small-order-5 { order: 5; } .small-order-6 { order: 6; } @media print, screen and (min-width: 40em) { .medium-order-1 { order: 1; } .medium-order-2 { order: 2; } .medium-order-3 { order: 3; } .medium-order-4 { order: 4; } .medium-order-5 { order: 5; } .medium-order-6 { order: 6; } } @media print, screen and (min-width: 64em) { .large-order-1 { order: 1; } .large-order-2 { order: 2; } .large-order-3 { order: 3; } .large-order-4 { order: 4; } .large-order-5 { order: 5; } .large-order-6 { order: 6; } } .flex-container { display: flex; } .flex-child-auto { flex: 1 1 auto; } .flex-child-grow { flex: 1 0 auto; } .flex-child-shrink { flex: 0 1 auto; } .flex-dir-row { flex-direction: row; } .flex-dir-row-reverse { flex-direction: row-reverse; } .flex-dir-column { flex-direction: column; } .flex-dir-column-reverse { flex-direction: column-reverse; } @media print, screen and (min-width: 40em) { .medium-flex-container { display: flex; } .medium-flex-child-auto { flex: 1 1 auto; } .medium-flex-child-grow { flex: 1 0 auto; } .medium-flex-child-shrink { flex: 0 1 auto; } .medium-flex-dir-row { flex-direction: row; } .medium-flex-dir-row-reverse { flex-direction: row-reverse; } .medium-flex-dir-column { flex-direction: column; } .medium-flex-dir-column-reverse { flex-direction: column-reverse; } } @media print, screen and (min-width: 64em) { .large-flex-container { display: flex; } .large-flex-child-auto { flex: 1 1 auto; } .large-flex-child-grow { flex: 1 0 auto; } .large-flex-child-shrink { flex: 0 1 auto; } .large-flex-dir-row { flex-direction: row; } .large-flex-dir-row-reverse { flex-direction: row-reverse; } .large-flex-dir-column { flex-direction: column; } .large-flex-dir-column-reverse { flex-direction: column-reverse; } } .hide { display: none !important; } .invisible { visibility: hidden; } .visible { visibility: visible; } @media print, screen and (max-width: 39.99875em) { .hide-for-small-only { display: none !important; } } @media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } } @media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } } @media screen and (max-width: 39.99875em) { .show-for-medium { display: none !important; } } @media print, screen and (min-width: 40em) and (max-width: 63.99875em) { .hide-for-medium-only { display: none !important; } } @media screen and (max-width: 39.99875em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } } @media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } } @media screen and (max-width: 63.99875em) { .show-for-large { display: none !important; } } @media print, screen and (min-width: 64em) and (max-width: 74.99875em) { .hide-for-large-only { display: none !important; } } @media screen and (max-width: 63.99875em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } } .show-for-sr, .show-on-focus { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .show-for-landscape, .hide-for-portrait { display: block !important; } @media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } } .hide-for-landscape, .show-for-portrait { display: none !important; } @media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } } .show-for-dark-mode { display: none; } .hide-for-dark-mode { display: block; } @media screen and (prefers-color-scheme: dark) { .show-for-dark-mode { display: block !important; } .hide-for-dark-mode { display: none !important; } } .show-for-ie { display: none; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .show-for-ie { display: block !important; } .hide-for-ie { display: none !important; } } .show-for-sticky { display: none; } .is-stuck .show-for-sticky { display: block; } .is-stuck .hide-for-sticky { display: none; } .text-hide { font: 0/0 a !important; color: transparent !important; text-shadow: none !important; background-color: transparent !important; border: 0 !important; } .text-truncate { max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis; white-space: nowrap !important; } .text-nowrap { white-space: nowrap !important; } .text-wrap { word-wrap: break-word !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-overline { text-decoration: overline !important; } .text-underline { text-decoration: underline !important; } .text-line-through { text-decoration: line-through !important; } .font-wide { letter-spacing: 0.25rem; } .font-normal { font-weight: normal; } .font-bold { font-weight: bold; } .font-italic { font-style: italic !important; } ul.list-disc { list-style-type: disc !important; } ul.list-circle { list-style-type: circle !important; } ul.list-square { list-style-type: square !important; } ol.list-decimal { list-style-type: decimal !important; } ol.list-lower-alpha { list-style-type: lower-alpha !important; } ol.list-lower-latin { list-style-type: lower-latin !important; } ol.list-lower-roman { list-style-type: lower-roman !important; } ol.list-upper-alpha { list-style-type: upper-alpha !important; } ol.list-upper-latin { list-style-type: upper-latin !important; } ol.list-upper-roman { list-style-type: upper-roman !important; } .rounded { border-radius: 5000px !important; } .rounded .switch-paddle { border-radius: 5000px !important; } .rounded .switch-paddle:after { border-radius: 50%; } .radius { border-radius: 0.1875rem; } .bordered { border: 0.0625rem solid #cacaca; } .shadow { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .arrow-down { display: block; width: 0; height: 0; border-style: solid; border-width: 0.4375rem; content: ""; border-bottom-width: 0; border-color: #0a0a0a transparent transparent; } .arrow-up { display: block; width: 0; height: 0; border-style: solid; border-width: 0.4375rem; content: ""; border-top-width: 0; border-color: transparent transparent #0a0a0a; } .arrow-right { display: block; width: 0; height: 0; border-style: solid; border-width: 0.4375rem; content: ""; border-right-width: 0; border-color: transparent transparent transparent #0a0a0a; } .arrow-left { display: block; width: 0; height: 0; border-style: solid; border-width: 0.4375rem; content: ""; border-left-width: 0; border-color: transparent #0a0a0a transparent transparent; } .separator-center { text-align: center !important; } .separator-center::before, .separator-center::after { display: table; content: " "; flex-basis: 0; order: 1; } .separator-center::after { clear: both; } .separator-center::after { position: relative !important; width: 3rem; border-bottom: 0.125rem solid #1779ba; margin: 1rem auto 0; } .separator-left { text-align: left !important; } .separator-left::before, .separator-left::after { display: table; content: " "; flex-basis: 0; order: 1; } .separator-left::after { clear: both; } .separator-left::after { position: relative !important; width: 3rem; border-bottom: 0.125rem solid #1779ba; margin: 1rem auto 0; margin-left: 0 !important; } .separator-right { text-align: right !important; } .separator-right::before, .separator-right::after { display: table; content: " "; flex-basis: 0; order: 1; } .separator-right::after { clear: both; } .separator-right::after { position: relative !important; width: 3rem; border-bottom: 0.125rem solid #1779ba; margin: 1rem auto 0; margin-right: 0 !important; } .overflow-visible { overflow: visible !important; } .overflow-x-visible { overflow-x: visible !important; } .overflow-y-visible { overflow-y: visible !important; } .overflow-hidden { overflow: hidden !important; } .overflow-x-hidden { overflow-x: hidden !important; } .overflow-y-hidden { overflow-y: hidden !important; } .overflow-scroll { overflow: scroll !important; -webkit-overflow-scrolling: touch; } .overflow-x-scroll { overflow-x: scroll !important; -webkit-overflow-scrolling: touch; } .overflow-y-scroll { overflow-y: scroll !important; -webkit-overflow-scrolling: touch; } .display-inline { display: inline !important; } .display-inline-block { display: inline-block !important; } .display-block { display: block !important; } .display-table { display: table !important; } .display-table-cell { display: table-cell !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-fixed-top { position: fixed !important; top: 0rem !important; right: 0rem !important; left: 0rem !important; z-index: 975; } .position-fixed-bottom { position: fixed !important; right: 0rem !important; bottom: 0rem !important; left: 0rem !important; z-index: 975; } .border-box { box-sizing: border-box !important; } .border-none { border: 0 !important; } .width-25 { width: 25% !important; } .width-50 { width: 50% !important; } .width-75 { width: 75% !important; } .width-100 { width: 100% !important; } .height-25 { height: 25% !important; } .height-50 { height: 50% !important; } .height-75 { height: 75% !important; } .height-100 { height: 100% !important; } .max-width-100 { max-width: 100% !important; } .max-height-100 { max-height: 100% !important; } .margin-0 { margin: 0rem !important; } .margin-top-0 { margin-top: 0rem !important; } .margin-right-0 { margin-right: 0rem !important; } .margin-bottom-0 { margin-bottom: 0rem !important; } .margin-left-0 { margin-left: 0rem !important; } .margin-horizontal-0 { margin-right: 0rem !important; margin-left: 0rem !important; } .margin-vertical-0 { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-0 { padding: 0rem !important; } .padding-top-0 { padding-top: 0rem !important; } .padding-right-0 { padding-right: 0rem !important; } .padding-bottom-0 { padding-bottom: 0rem !important; } .padding-left-0 { padding-left: 0rem !important; } .padding-horizontal-0 { padding-right: 0rem !important; padding-left: 0rem !important; } .padding-vertical-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-1 { margin: 1rem !important; } .margin-top-1 { margin-top: 1rem !important; } .margin-right-1 { margin-right: 1rem !important; } .margin-bottom-1 { margin-bottom: 1rem !important; } .margin-left-1 { margin-left: 1rem !important; } .margin-horizontal-1 { margin-right: 1rem !important; margin-left: 1rem !important; } .margin-vertical-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .padding-1 { padding: 1rem !important; } .padding-top-1 { padding-top: 1rem !important; } .padding-right-1 { padding-right: 1rem !important; } .padding-bottom-1 { padding-bottom: 1rem !important; } .padding-left-1 { padding-left: 1rem !important; } .padding-horizontal-1 { padding-right: 1rem !important; padding-left: 1rem !important; } .padding-vertical-1 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .margin-2 { margin: 2rem !important; } .margin-top-2 { margin-top: 2rem !important; } .margin-right-2 { margin-right: 2rem !important; } .margin-bottom-2 { margin-bottom: 2rem !important; } .margin-left-2 { margin-left: 2rem !important; } .margin-horizontal-2 { margin-right: 2rem !important; margin-left: 2rem !important; } .margin-vertical-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .padding-2 { padding: 2rem !important; } .padding-top-2 { padding-top: 2rem !important; } .padding-right-2 { padding-right: 2rem !important; } .padding-bottom-2 { padding-bottom: 2rem !important; } .padding-left-2 { padding-left: 2rem !important; } .padding-horizontal-2 { padding-right: 2rem !important; padding-left: 2rem !important; } .padding-vertical-2 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .margin-3 { margin: 3rem !important; } .margin-top-3 { margin-top: 3rem !important; } .margin-right-3 { margin-right: 3rem !important; } .margin-bottom-3 { margin-bottom: 3rem !important; } .margin-left-3 { margin-left: 3rem !important; } .margin-horizontal-3 { margin-right: 3rem !important; margin-left: 3rem !important; } .margin-vertical-3 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .padding-3 { padding: 3rem !important; } .padding-top-3 { padding-top: 3rem !important; } .padding-right-3 { padding-right: 3rem !important; } .padding-bottom-3 { padding-bottom: 3rem !important; } .padding-left-3 { padding-left: 3rem !important; } .padding-horizontal-3 { padding-right: 3rem !important; padding-left: 3rem !important; } .padding-vertical-3 { padding-top: 3rem !important; padding-bottom: 3rem !important; } /*! TYPEPLATE : STARTER KIT URL ........... http://typeplate.com VERSION ....... 2.0.0 Github ........ https://github.com/typeplate/starter-kit AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain) LICENSE ....... Creative Commmons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0) LICENSE URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt */ /** * * ======================================================================= Unicode Ampersand * ======================================================================= */ @font-face { font-family: aktiv-grotesk, sans-serif; font-style: normal; } /** * * ======================================================================= Word Wrap * ======================================================================= */ .breakword { word-wrap: break-word; } .normal-wrap { word-wrap: normal; } .inherit-wrap { word-wrap: auto; } html { font: normal 112.5%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */ } body { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; word-wrap: break-word; color: #444444; } /** * * ======================================================================= Fine Print * ======================================================================= */ small { font-size: 65%; } /** * * ======================================================================= Headings * ======================================================================= */ h1, h2, .annual-stats .accordion .accordion-item .accordion-title, h3, h4, h5, h6 { line-height: 1; margin-top: 0; text-rendering: optimizeLegibility; /* voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */ color: #222222; } /** * Extend included classes on any element of your * choosing for adjusting type based on the scale * provided. * Our Type Scale is as follows with px fallbacks * for IE 6-8 as they do not understand REM units. * * 18, 21, 24, 36, 48, 60, 72, 90, 117 * * * Explanation: * margin-bottom = ( base font-size * base line-height ) / current font-size * * Makes sure that there's always one unit of measure's worth of space between shit * for headings. This is better than spacing using line-height because of the wrapping issue where we have * wrapping onto 2 lines with a high line-height. */ .tera { font-size: 117px; font-size: 6.5rem; /* 117 / 18 = 6.5 */ margin-bottom: 4.56923px; margin-bottom: 0.25385rem; } .giga { font-size: 90px; font-size: 5rem; /* 90 / 18 = 5 */ margin-bottom: 5.94px; margin-bottom: 0.33rem; } .mega { font-size: 72px; font-size: 4rem; /* 72 / 18 = 4 */ margin-bottom: 7.425px; margin-bottom: 0.4125rem; } /*h1, .h1{font-size:32px; margin-bottom: 1.3rem!important;} h2, .h2{font-size:28px;} h3, .h3{font-size:24px;} h4, .h4{font-size:20px;} h5, .h5{font-size:18px;}*/ h1, .h1 { /*font-size: 60px; font-size: 3.33333rem;*/ font-size: 32px; font-size: 1.778rem; /* 60 / 18 = 3.3333 */ margin-bottom: 24px !important; margin-bottom: 1.5rem !important; } h2, .annual-stats .accordion .accordion-item .accordion-title, .h2 { /*font-size: 48px; font-size: 2.6667rem;*/ font-size: 28px; font-size: 1.556rem; /* 48 / 18 = 2.6667 */ margin-bottom: 11.1375px !important; margin-bottom: 0.61875rem !important; } h3, .h3 { font-size: 24px; font-size: 1.3333333333rem; /* 24 / 18 = 1.3333 */ margin-bottom: 22.275px !important; margin-bottom: 1.2375rem !important; } h3.margin-bottom-0, .h3.margin-bottom-0, h2.h3.margin-bottom-0, .annual-stats .accordion .accordion-item .h3.margin-bottom-0.accordion-title { margin-bottom: 0 !important; } h4.subchapter, .h4.subchapter { font-size: 24px; font-size: 1.3333333333rem; /* 24 / 18 = 1.3333 */ margin-bottom: 22.275px !important; margin-bottom: 1.2375rem !important; margin-top: 22.275px !important; margin-top: 1.2375rem !important; } h4, .h4 { font-size: 21px; font-size: 1.16667rem; /* 21 / 18 = 1.1667 */ margin-bottom: 25.45714px !important; margin-bottom: 1.41429rem !important; } h5, .h5 { font-size: 18px; font-size: 1rem; /* 18 = 18 × 1 */ margin-bottom: 29.7px !important; margin-bottom: 1.65rem !important; } h6, .h6 { font-size: 18px; font-size: 1rem; /* 18 = 18 × 1 */ margin-bottom: 29.7px !important; margin-bottom: 1.65rem !important; } /** * * ======================================================================= Paragraphs and Indentation * ======================================================================= */ p { margin: auto auto 1.5em; /* bottom margin for paragraphs */ } hr { margin: auto auto 1.5em; /* bottom margin for paragraphs */ } /* p + p { text-indent: 1.5em; margin-top: -1.5em; } */ /** * * ======================================================================= Hyphens * ======================================================================= */ input, abbr, acronym, blockquote, code, kbd, q, samp, var { /* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } /** * * ======================================================================= Code Blocks * ======================================================================= */ pre code { word-wrap: normal; white-space: -moz-pre-wrap; white-space: pre-wrap; } pre { white-space: pre; } code { white-space: pre; font-family: monospace; } /** * * ======================================================================= * Abbreviations Markup * Extend this object into your markup HMTL * Extend this object into your markup. * ======================================================================= */ abbr { -webkit-font-variant: small-caps; -moz-font-variant: small-caps; -ms-font-variant: small-caps; font-variant: small-caps; font-weight: 600; text-transform: lowercase; color: gray; } abbr[title]:hover { cursor: help; /* cursor changed to a question mark when it has a title */ } /** * * ======================================================================= Definition Lists * ======================================================================= */ /** * Lining Definition Style Markup *
* * Extend this object into your markup. * */ /* dt, dd { display: inline; margin: 0; } dt + dt:before, dd + dt:before { content: "\A"; white-space: pre; } dd + dd:before { content: ", "; } dd:before { content: ": "; margin-left: -0.2em; } */ /** * Dictionary Definition Style Markup *
* * Extend this object into your markup. * */ /* dt { display: inline; counter-reset: definitions; } dt + dt:before { content: ", "; margin-left: -0.2em; } dd { display: block; counter-increment: definitions; } dd:before { content: counter(definitions, decimal) ". "; } */ /** * * ======================================================================= Blockquotes * ======================================================================= */ /** * Blockquote Markup *

* * Extend this object into your markup. * */ /*.wysiwyg p:last-of-type { margin-bottom: -0.825em; }*/ blockquote + figcaption { display: block; font-size: inherit; text-align: right; } blockquote + figcaption:before { content: "-"; /* "-" is your citation flourish */ } /** * * ======================================================================= Pull Quotes * ======================================================================= */ /** * Pull Quotes Markup * * * Extend this object into your custom stylesheet. * */ blockquote { position: relative; padding: 1em; } blockquote:before, blockquote:after { height: 1em; opacity: 0.15; position: absolute; font-size: 4em; color: #dc976e; } blockquote:before { content: "“"; top: 0; left: 0; } blockquote:after { content: "”"; bottom: 0; right: 0; } /** * * ======================================================================= Figures * ======================================================================= */ /** * Figures Markup *
Fig. 4.2 | Type Anatomy, an excerpt from Mark Boulton's book"Designing for the Web"
* * Extend this object into your markup. * */ /** * * ======================================================================= Foot Notes * ======================================================================= */ /** * Footnote Markup : Replace 'X' with your unique number for each footnote *

* * Extend this object into your markup. * */ /* CSS Document */ html { min-width: 320px; } a { /* transition-property: all; transition-duration: 0.2s; transition-timing-function: ease; transition-delay: 0s; */ color: #454483; text-decoration-thickness: 0.1em; text-decoration: underline; } a:link { color: #454483; text-decoration: underline; text-underline-offset: 3px; } a:visited { color: #4c2c92; } a:link:hover { color: #27265F; text-underline-offset: 4px; text-decoration-thickness: 0.2em; } a:active { color: #4c2c92; } a:focus, a:focus:hover { color: #0a0a0a !important; background-color: #fd0 !important; outline: none; text-underline-offset: 4px !important; text-decoration-thickness: 0.2em !important; } /* no script */ .noScript { background-color: #383838; background-image: url(../graphics/webdesign.png); background-repeat: no-repeat; background-position: center 10px; padding: 106px 15px 15px 15px; color: #FFF !important; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); text-align: center; -webkit-box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75); box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75); position: relative; z-index: 1000; } .noScript .h1 { color: #FFF; } .noScript .h1 { margin-top: 10px; margin-bottom: 10px !important; } .noScript p { margin-bottom: 0; } .noScript a { text-decoration: underline; color: #FF0; } .noScript a:hover { text-decoration: none; } /* cookies */ /* cookie message */ #cookie-law { display: none; position: fixed; z-index: 1005; right: 0; bottom: 0; left: 0; box-sizing: border-box; padding: 10px 10px 15px 10px; text-align: center !important; color: #333; background-color: #F3D992; border-top: 1px solid #cc9966; } .showCookie#cookie-law { -webkit-animation: bounceInUp 1s; -moz-animation: bounceInUp 1s; -ms-animation: bounceInUp 1s; -o-animation: bounceInUp 1s; animation: bounceInUp 1s; } .hideCookie#cookie-law { border: 0px; -webkit-animation: bounceOut 1s; -moz-animation: bounceOut 1s; -ms-animation: bounceOut 1s; -o-animation: bounceOut 1s; animation: bounceOut 1s; } #cookie-law a { text-decoration: underline; color: #333; } #cookie-law button { background: none; padding: 10px 20px; border: 2px solid #111111; border-radius: 5px; font-size: 1em; color: #111111; font-weight: bold; } #cookie-law button span.tick { display: inline-block; width: 16px; height: 16px; vertical-align: bottom; margin-right: 10px; background-image: url(../graphics/tick-111111.png); background-size: contain; background-repeat: no-repeat; background-position: center top; } #cookie-law button:hover { background-color: #111111; border: 2px solid #111111; color: #F3D992 !important; } #cookie-law button:hover span.tick { background-image: url(../graphics/tick-F3D992.png); } #cookie-law p { margin-top: 10px; margin-right: 20px; margin-bottom: 10px; margin-left: 20px; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } /* access menu */ #accessbar { width: auto; height: 1px; position: relative; padding: 0; margin: -1px 0 0 0; z-index: 100000; } #accessbar li { position: absolute; display: block; margin: 0; padding: 0; height: 1px; z-index: 1000; } .skip_content { position: absolute; top: 0px; left: -1000px; background: #505292; color: #fefefe !important; padding: 10px; white-space: nowrap; } .skip_content:focus { left: 3px; top: 3px; text-decoration: underline; box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); border-radius: 0 0 0 0; } .skip_content:hover { text-decoration: none; } .left { float: left; } .right { float: right; } .center { text-align: center; } .alignCenter { margin-right: auto; margin-left: auto; text-align: center; float: none !important; } .clear { clear: both; } span.clear { display: block; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .visuallyhidden { /* border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; left: 103px; top: 71px; */ position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .marginTop { margin-top: 20px !important; } .marginTopLarge { margin-top: 40px !important; } .marginTopSmall { margin-top: 10px !important; } .marginTopSmallest { margin-top: 5px !important; } .marginBottom { margin-bottom: 20px !important; } .marginBottomSmall { margin-bottom: 10px !important; } .noMarginTop { margin-top: 0px !important; } .noMarginBottom { margin-bottom: 0px !important; } .noPaddingTop { padding-top: 0px !important; } .noPaddingBottom { padding-bottom: 0px !important; } .paddingTop { padding-top: 20px !important; } .paddingBottom { padding-bottom: 20px !important; } .textCentre { text-align: center; } .textRight { text-align: right; } .textLeft { text-align: left; } .uppercase { text-transform: uppercase; } .fullWidth { width: 100% !important; } /*.debug .decorWrap { background-color:#fff} .debug .wrapper { background-color:#0CF} .debug .row { background-color:#FC0; margin-bottom:1px; } .debug .row .block { background-color:#F30; } .debug .sideBarLayout .main { background-color:#CF3} .debug .sideBarLayout .sidebar { background-color:#C6C; } .debug .fullBlock { background-color:#FFF}*/ .wrapper { max-width: 1280px; margin: 0 auto; } .row.foundation { max-width: 1240px; } .row.foundation.expanded { max-width: none !important; } /* row clearing */ .wrapper .row:not(.foundation) { max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; display: inherit !important; flex-flow: inherit !important; } .wrapper .row:not(.foundation):before, .wrapper .row:not(.foundation):after { content: " "; display: table; } .wrapper .row:not(.foundation):after { clear: both; } .fullBlock { display: block; margin: 0px 1rem 20px 1rem; } .wrapper.sideBarLayout .content .fullBlock { margin: 0px 1rem 20px 1rem; } @media print, screen and (max-width: 63.99875em) { .wrapper.sideBarLayout .content .fullBlock { margin: 0px 20px 20px 20px; } } .wrapper.sideBarLayout .content .fullBlock .row.paddingSides { padding-right: 0; padding-left: 0; } .row:not(.foundation) .block { display: block; float: left; margin-bottom: 20px; margin-top: 20px; } /* row block delay resize animate */ /*.animateWidth .row .block { transition-property: width; transition-duration: 0.5s; transition-timing-function: ease-in; transition-delay: 0s; }*/ .fullWidthLayout .row:not(.foundation).paddingSides { padding: 0px 1rem; } .fullWidthLayout .row:not(.foundation) .block { width: 100%; } .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 48.3333333333%; margin-right: 3.3333333333%; } .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 31.0833333333%; margin-right: 3.3333333333%; } .fullWidthLayout .row:not(.foundation) .block.fourCol { width: 23.75%; margin-right: 1.6666666667%; } .fullWidthLayout .row:not(.foundation) .block.fiveCol { width: 20%; margin-right: 0; padding-right: 30px; box-sizing: border-box; } .fullWidthLayout .row:not(.foundation) .block.twoThirds { width: 65.5%; margin-right: 3.3333333333%; } .fullWidthLayout .row:not(.foundation) .block.oneThirds { width: 31.0833333333%; } .fullWidthLayout .sidebar { display: none; } .sideBarLayout .content, .sideBarLayout .sidebar, .sideBarLayout .side-bar { float: left; padding-top: 20px; padding-bottom: 20px; } .sideBarLayout .sidebar .paddingSides { padding: 0px 1rem; } .sideBarLayout .content { /*width:955px;*/ width: 74.609375%; } .sideBarLayout .sidebar, .sideBarLayout .side-bar { /*width:325px;*/ width: 25.390625%; } .sideBarLayout .row:not(.foundation).paddingSides { padding: 0px 40px; } .sideBarLayout .row:not(.foundation) .block.twoCol { width: 47.7%; margin-right: 4.6%; } .sideBarLayout .row:not(.foundation) .block.threeCol { width: 30.2%; margin-right: 4.6%; } .sideBarLayout .row:not(.foundation) .block.fourCol { width: 23.3%; margin-right: 2.2%; } .row .block:last-of-type, .lt-ie9 .row .block.last { margin-right: 0 !important; } /* theme */ .left { float: left; } .right { float: right; } .blockPadding { padding: 15px; } body { font-family: aktiv-grotesk, sans-serif; background-color: #FFF; color: #0B0C0C; } /*p{font-size:16px;}*/ .wysiwyg a, .feedBlock a { text-decoration: underline; font-weight: 600 !important; } .wysiwyg a.buttonAlt, .wysiwyg a.button, .wysiwyg a.button:hover, .feedBlock a.buttonAlt, .feedBlock a.button, .feedBlock a.button:hover { text-decoration: none !important; } .wysiwyg h1, .wysiwyg .h1, .wysiwyg h2, .wysiwyg .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .wysiwyg .accordion-title, .wysiwyg .h2, .wysiwyg h3, .wysiwyg .h3, .wysiwyg h4, .wysiwyg .h4, .wysiwyg h5, .wysiwyg .h5 { color: #0B0C0C; } .wysiwyg h4.subchapter, .wysiwyg .h4.subchapter { display: block; color: #4A4A4A; border-bottom: 1px solid #D9D9E0; padding-bottom: 10px; } #article { padding-top: 40px; } .headlineAlt { font-weight: normal; } .headlineGrey { color: #4A4A4A; } #article h1:first-of-type { clear: both; } a:hover { text-decoration: underline; } /* Layout */ .announcementsBlockHomepage { /*margin-right: 40px;*/ } .borderTopThicker { border-top: 5px solid; } .borderTopThick { border-top: 2px solid; } .borderTopThin { border-top: 1px solid; } .borderRightThick { border-right: 2px solid; } .borderBottomThick { border-bottom: 2px solid; } .borderBottomThin { border-bottom: 1px solid; } .borderLeftThick { border-left: 2px solid; } .borderBottomThin { border-bottom: 1px solid; } .borderPurple { border-color: #51509B; } .borderWhite { border-color: #fefefe; } .borderGrey { border-color: #D4D4D4; } .borderAllGrey { border: 1px solid #D4D4D4; } .borderBottomDottedGrey { border-bottom: 1px dotted #D4D4D4; } .borderTopDottedGrey { border-top: 1px dotted #D4D4D4; } .borderBottomGrey { border-bottom: 1px solid #D4D4D4; } .borderBottomPurple { border-bottom: 1px solid #454483; } .withShadow { -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75); } .withShadowLight { -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35); } .innerShadow { -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5); box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5); } .sectionBlock { border-style: solid; border-width: 1px 1px 5px 1px; border-color: #D9D9E0; box-sizing: border-box; } .navTitle { margin-bottom: 0; } .sectionBlockTitleLink { display: block; font-size: 20px; font-weight: bold; padding: 20px 15px; background: #f6f6fa; border-bottom: 1px solid #d9d9e1; } a.sectionBlockTitleLink { text-decoration: none !important; } .sectionBlockTitleLink:hover { background: #eaeaef; text-decoration: underline !important; color: #505292; } .greyBlock { background: #f5f5fa; border-left: none; border-right: none; border-top: none; } .yellowBlock { background: #f8f9ec; border-color: #f3d992; border-left: none; border-right: none; border-top: none; } .greenBlock { background: #ecf4f6; border-color: #1cabca; position: relative; } .limeBlock .block { background: #fafcef; border-color: #b7d042; } .limeBlock .sectionBlockTitleLink { background: #F0F6DA; border-color: #b7d042; color: #4B580E; text-decoration: none !important; } .limeBlock .sectionBlockTitleLink:hover { background: #E3EEB9; color: #303909; text-decoration: underline !important; } /* top nav */ .nav { background: #4F4E97; border-bottom: 4px solid #52549f; color: #fff; } .nav a { color: #fff; } .textSize { padding: 10px 0 0 15px !important; margin: 0 !important; list-style: none; float: left; } .textSize li { float: left; } .textSize a { display: block; border-radius: 4px; background: #505292; padding: 2px 10px; margin-right: 5px; } .textSize a:hover, .textSize a.current { background: #3e4076; text-decoration: none; } .textSize a.textSizeNormal { font-size: 12px; margin-top: 9px; } .textSize a.textSizeLarge { margin-top: 4px; font-size: 16px; } .textSize a.textSizeLarger { font-size: 18px; } .access { float: left; padding: 10px 15px 10px 0; line-height: 36px; font-size: 14px; display: block; border-right: 1px solid #8788af; } .shortcutNav { margin: 0; padding: 0; } .shortcutNav li { float: left; } .shortcutNav a { display: block; padding: 10px 30px; color: #dfe0f4; font-size: 14px; height: 35px; line-height: 35px; border-left: 1px solid #8788af; } .shortcutNav li:last-child a { border-right: 1px solid #8788af; } .shortcutNav a:hover { text-decoration: none; background: #6163a1; } .shortcutNav .complaint { color: #fff; font-size: 18px; background: #505292; } .header { margin-bottom: 20px; } /* Header */ .headerLogo { width: 266px; } .header img { margin-top: 25px; } .headerSearch { margin-top: 50px; width: 100%; box-sizing: border-box; float: left; } .headerSearchButton { width: 17px; height: 18px; background: url(../graphics/icn-search.png) top left no-repeat; text-indent: -9999px; border: none; background-size: cover; position: absolute; bottom: 20px; right: 15px; } #searchHeader, #searchHeaderDesktop { width: 50%; position: relative; } .mobileSearchBlock { display: none; } .reports { margin-top: 40px; } .reports h2, .reports .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .reports .accordion-title { padding-top: 40px; } .reports .results { display: block; padding-top: 1rem; } /* new header design */ .colour1 { background-color: #51509B; } .colour2 { background-color: #454483; } .mast { height: 70px; overflow-x: hidden; overflow-y: hidden; background-color: #51509B; } .mast * { vertical-align: middle; } @media print, screen and (max-width: 39.99875em) { .mast { overflow-x: auto; } } @media screen and (orientation: portrait) { .mast { overflow-x: auto; } } .mast .headerLogos { width: 186px; display: inline-block; background-color: #fefefe; border-right: 1px solid #8787B0; } .mast .headerLogos img { width: inherit; } .mast a.masthref { height: 70px; float: left; text-decoration: none !important; } .mast a.masthref.has-tip { border-bottom: none; } /* new logo DOM */ .mast a.headerLogo, .modalHeader .modalLogo { display: block; width: 186px; height: 70px; background-color: #ffffff; background-repeat: no-repeat; background-position: center center; /* background-image: url(../graphics/header/local-government-and-social-care-ombudsan-logo.png); background-size: contain; background-repeat: no-repeat; background-position: center center; */ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 186 70' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELGSCO-logogram%3C/title%3E%3Cg id='LGSCO-logogram' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(21.000000, 11.000000)' fill-rule='nonzero' id='Shape'%3E%3Cpath d='M13.7591716,45.6648352 C12.2741946,47.2216195 10.356128,48 8.00491436,48 C6.84477605,48 5.77359772,47.7976212 4.79134728,47.392857 C3.80909684,46.9880932 2.96220858,46.4120918 2.25065708,45.6648352 C1.53910558,44.9175785 0.986114611,44.0224412 0.591667583,42.9793958 C0.197220556,41.93635 0,40.7765632 0,39.5 C0,38.2234368 0.197220556,37.0636499 0.591667583,36.0206044 C0.986114611,34.9775589 1.53910558,34.0824213 2.25065708,33.3351648 C2.96220858,32.5879083 3.80909684,32.0119068 4.79134728,31.6071429 C5.77359772,31.2023789 6.84477605,31 8.00491436,31 C9.18052119,31 10.2555666,31.2062708 11.2300828,31.6188187 C12.204599,32.0313665 13.0476201,32.61126 13.7591716,33.3585165 C14.4707231,34.105773 15.0237141,35.0009106 15.4181612,36.0439561 C15.8126082,37.0870016 16.0098287,38.2390045 16.0098287,39.5 C16.0098287,42.0531265 15.2596172,44.1080509 13.7591716,45.6648352 L13.7591716,45.6648352 Z M11.9261623,35.0398352 C11.0135201,33.8878148 9.70645056,33.3118132 8.00491436,33.3118132 C7.15414626,33.3118132 6.40006769,33.4635974 5.74265594,33.7671703 C5.08524422,34.0707433 4.52838619,34.4988526 4.07206512,35.051511 C3.61574406,35.6041694 3.27157486,36.258009 3.03954719,37.0130494 C2.80751953,37.7680898 2.69150744,38.5970651 2.69150744,39.5 C2.69150744,40.4185027 2.80751953,41.255262 3.03954719,42.0103023 C3.27157486,42.7653426 3.61574406,43.4152905 4.07206512,43.9601648 C4.52838619,44.5050395 5.08524422,44.9292568 5.74265594,45.2328296 C6.40006769,45.5364025 7.15414626,45.688187 8.00491436,45.688187 C8.85568246,45.688187 9.61362811,45.5325107 10.2787741,45.2211537 C10.94392,44.9097968 11.5007781,44.4816877 11.9493649,43.936813 C12.3979517,43.3919387 12.7382539,42.738099 12.9702815,41.9752746 C13.2023092,41.2124506 13.3183213,40.3873672 13.3183213,39.5 C13.3183213,37.6785624 12.8542729,36.1918556 11.9261623,35.0398352 L11.9261623,35.0398352 Z M34.8253933,47.6730769 L32.2266965,47.6730769 L30.7417269,35.8104396 L26.4260339,43.9601648 L22.040733,35.8104396 L20.5557634,47.6730769 L17.9802692,47.6730769 L20.184521,31.3269231 L22.2495568,31.3269231 L26.4028313,39.1964287 L30.532903,31.3269231 L32.6211416,31.3269231 L34.8253933,47.6730769 Z M43.5710077,47.6730769 L37.7703451,47.6730769 L37.7703451,31.3269231 L41.6915932,31.3269231 C42.6970464,31.3269231 43.5826052,31.3814097 44.3482966,31.4903846 C45.1139879,31.5993595 45.7559212,31.8056303 46.2741164,32.1092033 C46.7923116,32.4127762 47.1828854,32.8292098 47.4458503,33.3585165 C47.7088149,33.8878231 47.8402954,34.572798 47.8402954,35.4134615 C47.8402954,36.1918537 47.7513527,36.8456933 47.5734649,37.375 C47.3955772,37.9043066 47.0359395,38.4336055 46.4945416,38.962912 C47.4845264,39.3365404 48.1922001,39.8308119 48.6175843,40.4457417 C49.0429682,41.0606715 49.2556569,41.8585116 49.2556569,42.8392857 C49.2556569,46.0618292 47.3607929,47.6730769 43.5710077,47.6730769 L43.5710077,47.6730769 Z M42.5036857,33.4986264 L40.2298261,33.4986264 L40.2298261,38.0521977 L43.0373467,38.0521977 C43.3312485,38.0521977 43.6174115,38.0288463 43.8958448,37.982143 C44.1742778,37.9354394 44.4256376,37.8303581 44.6499311,37.6668958 C44.8742245,37.5034333 45.0559767,37.2660272 45.195193,36.9546703 C45.3344097,36.6433135 45.4040169,36.222988 45.4040169,35.6936813 C45.4040169,34.8063143 45.1642588,34.218637 44.684735,33.9306319 C44.2052109,33.6426268 43.478202,33.4986264 42.5036857,33.4986264 Z M43.547805,40.1771977 L40.2298261,40.1771977 L40.2298261,45.4780218 L42.7357122,45.4780218 C44.0814729,45.4780218 45.0791767,45.3067781 45.728854,44.9642857 C46.3785317,44.6217932 46.7033655,43.9368184 46.7033655,42.9093407 C46.7033655,41.0879032 45.6515225,40.1771977 43.547805,40.1771977 L43.547805,40.1771977 Z M51.8293665,40.7142857 L51.8293665,31.3269231 L54.2888473,31.3269231 L54.2888473,39.6634616 C54.2888473,40.4885573 54.3468535,41.2669379 54.4628672,41.9986264 C54.5788812,42.7303149 54.7915699,43.3685868 55.1009401,43.9134616 C55.4103103,44.4583359 55.843422,44.8903372 56.4002887,45.2094782 C56.957155,45.5286188 57.6764301,45.688187 58.558135,45.688187 C59.43984,45.688187 60.159115,45.524727 60.7159814,45.1978023 C61.2728477,44.8708776 61.7059597,44.4349845 62.0153299,43.8901097 C62.3247001,43.3452354 62.5373888,42.7069635 62.6534029,41.9752746 C62.7694165,41.2435861 62.8274228,40.4729892 62.8274228,39.6634616 L62.8274228,31.3269231 L65.2869036,31.3269231 L65.2869036,40.7142857 C65.2869036,43.0027588 64.7223114,44.789142 63.5931099,46.0734889 C62.4639089,47.3578362 60.7856007,48 58.558135,48 C56.3306694,48 54.6523612,47.3578362 53.5231597,46.0734889 C52.3939587,44.789142 51.8293665,43.0027588 51.8293665,40.7142857 Z M74.9606238,47.6730769 L68.9279348,47.6730769 L68.9279348,31.3269231 L74.9606238,31.3269231 C76.1362309,31.3269231 77.2190104,31.5137344 78.2089952,31.8873626 C79.1989796,32.2609909 80.0497352,32.7980734 80.7612866,33.4986264 C81.472838,34.1991793 82.0258289,35.0553979 82.4202759,36.0673077 C82.8147229,37.0792175 83.0119436,38.2234368 83.0119436,39.5 C83.0119436,40.7609955 82.8147229,41.8974308 82.4202759,42.9093407 C82.0258289,43.9212507 81.4767052,44.781361 80.7728879,45.4896977 C80.0690707,46.1980348 79.2221822,46.7390092 78.2321975,47.1126375 C77.2422131,47.4862658 76.1516994,47.6730769 74.9606238,47.6730769 Z M74.9606238,33.6387363 L71.3874156,33.6387363 L71.3874156,45.3612639 L74.9606238,45.3612639 C76.6930972,45.3612639 78.0195019,44.8397487 78.9398784,43.7967032 C79.8602548,42.7536578 80.3204362,41.3214376 80.3204362,39.5 C80.3204362,37.6785624 79.8602548,36.2463422 78.9398784,35.2032967 C78.0195019,34.1602512 76.6930972,33.6387363 74.9606238,33.6387363 Z M90.5974254,48 C88.3235544,48 86.5447022,47.6341612 85.260816,46.9024727 L85.5624505,44.0302199 C86.9391476,45.1355367 88.6329243,45.688187 90.6438307,45.688187 C91.711158,45.688187 92.5696475,45.5091592 93.2193248,45.151099 C93.8690025,44.7930385 94.1938362,44.2170367 94.1938362,43.4230769 C94.1938362,43.0650167 94.1164948,42.7458807 93.9618097,42.4656593 C93.8071246,42.1854382 93.6021701,41.9363565 93.3469394,41.7184065 C93.0917091,41.5004568 92.7978118,41.3097535 92.4652389,41.1462912 C92.1326657,40.9828289 91.7807626,40.8388284 91.4095182,40.7142857 L88.8340242,39.8502746 L87.6970942,39.3832417 C87.4031924,39.2586989 87.0976938,39.0991311 86.7805894,38.9045329 C86.4634849,38.709935 86.1695877,38.4725289 85.8988889,38.1923078 C85.6281898,37.9120864 85.4077669,37.5929504 85.2376133,37.2348901 C85.0674598,36.8768297 84.9823842,36.4720719 84.9823842,36.0206044 C84.9823842,35.4290263 85.0790607,34.8335653 85.2724173,34.2342033 C85.4657735,33.6348413 85.7906076,33.0977588 86.2469284,32.6229396 C86.7032495,32.1481203 87.3065124,31.7589301 88.0567353,31.4553571 C88.8069582,31.1517842 89.7389219,31 90.8526546,31 C91.3321783,31 91.8271633,31.0350271 92.3376244,31.1050824 C92.848085,31.1751377 93.3353358,31.2646515 93.7993911,31.3736264 C94.2634464,31.4826013 94.6849571,31.6071422 95.0639357,31.7472527 C95.4429142,31.8873633 95.7484128,32.0274718 95.9804405,32.1675824 L95.7252113,34.7596154 C93.8380527,33.7788413 92.2757567,33.2884615 91.0382758,33.2884615 C90.6051573,33.2884615 90.183647,33.3312725 89.7737312,33.4168956 C89.3638158,33.5025187 89.0003113,33.6309515 88.6832069,33.8021978 C88.3661025,33.9734441 88.1108756,34.1991744 87.9175194,34.4793956 C87.7241628,34.7596168 87.6274862,35.0865366 87.6274862,35.4601648 C87.6274862,35.942768 87.7512325,36.3202825 87.9987286,36.5927198 C88.2462247,36.8651571 88.6097292,37.106455 89.0892533,37.3166209 C89.5687771,37.5267868 90.1681729,37.7408415 90.8874585,37.9587912 C91.6067442,38.1767409 92.4381643,38.4803095 93.3817434,38.8695055 C93.7993934,39.040752 94.217037,39.2353467 94.6346866,39.4532968 C95.0523362,39.6712464 95.427442,39.9514636 95.7600153,40.293956 C96.0925881,40.6364485 96.3671502,41.0567742 96.5837091,41.5549449 C96.8002683,42.053116 96.9085462,42.6602529 96.9085462,43.3763736 C96.9085462,43.8745447 96.8312048,44.3960595 96.6765197,44.9409342 C96.5218346,45.4858086 96.2163364,45.9839719 95.7600153,46.4354394 C95.3036942,46.8869068 94.6617605,47.2605298 93.8341951,47.5563185 C93.00663,47.8521077 91.9277172,48 90.5974254,48 L90.5974254,48 Z M115.700908,47.6730769 L113.102211,47.6730769 L111.617242,35.8104396 L107.301549,43.9601648 L102.916248,35.8104396 L101.431278,47.6730769 L98.8557841,47.6730769 L101.060036,31.3269231 L103.125072,31.3269231 L107.278346,39.1964287 L111.408418,31.3269231 L113.496657,31.3269231 L115.700908,47.6730769 Z M131.175291,47.6730769 L128.576595,47.6730769 L127.091625,43.4230769 L121.151746,43.4230769 L119.643574,47.6730769 L117.06808,47.6730769 L122.868742,31.3269231 L125.351426,31.3269231 L131.175291,47.6730769 Z M126.279532,41.1112639 L124.121686,34.9931319 L121.963839,41.1112639 L126.279532,41.1112639 Z M146,47.6730769 L143.934964,47.6730769 L135.767631,35.3434066 L135.767631,47.6730769 L133.30815,47.6730769 L133.30815,31.3269231 L135.883644,31.3269231 L143.517317,42.9793958 L143.517317,31.3269231 L146,31.3269231 L146,47.6730769 Z' fill='%231A1919'%3E%3C/path%3E%3Cpath d='M4.55652475,26 C3.12402846,26 1.99286731,25.7644003 1.16300738,25.2931937 L1.35565248,23.5497382 C2.28430525,24.2827262 3.36113115,24.6492146 4.58616247,24.6492146 C4.94181671,24.6492146 5.270298,24.6151836 5.5716162,24.5471204 C5.87293439,24.4790572 6.13473152,24.3743462 6.35701544,24.2329843 C6.57929932,24.0916223 6.75218424,23.9136136 6.87567529,23.6989529 C6.99916634,23.4842921 7.06091094,23.2356035 7.06091094,22.9528796 C7.06091094,22.6596844 6.99669656,22.4057602 6.86826587,22.1910995 C6.73983514,21.9764387 6.55954093,21.7853412 6.32737773,21.617801 C6.09521454,21.450261 5.81365912,21.29843 5.4827031,21.1623037 C5.15174704,21.0261773 4.78374919,20.8848175 4.37869853,20.7382199 L3.3413788,20.3769634 C2.50163959,20.0837682 1.90148204,19.7198975 1.54088814,19.2853403 C1.18029424,18.8507832 1,18.3350815 1,17.7382199 C1,17.4240822 1.05927482,17.0811537 1.17782624,16.7094241 C1.29637766,16.3376945 1.49643018,15.9921482 1.77798979,15.6727749 C2.05954941,15.3534016 2.43989617,15.0890063 2.91904149,14.8795812 C3.3981868,14.670156 4.00328394,14.565445 4.73435098,14.565445 C5.03072954,14.565445 5.3369828,14.5863872 5.65311991,14.6282722 C5.96925702,14.6701573 6.27304046,14.7251306 6.56447938,14.7931937 C6.85591827,14.8612569 7.12512474,14.9424079 7.37210688,15.0366492 C7.61908899,15.1308905 7.82655087,15.2251304 7.9944987,15.3193717 L7.84631019,16.9057592 C6.60152026,16.24607 5.60866706,15.9162304 4.86772066,15.9162304 C4.58122142,15.9162304 4.29719622,15.9476437 4.01563661,16.0104712 C3.734077,16.0732988 3.4846288,16.1727742 3.26728454,16.3089005 C3.04994027,16.4450268 2.8745856,16.6125644 2.74121525,16.8115183 C2.6078449,17.0104722 2.54116073,17.2513075 2.54116073,17.5340314 C2.54116073,17.9947667 2.72639454,18.3534018 3.09686772,18.6099476 C3.46734091,18.8664934 4.0279819,19.1204176 4.77880757,19.3717278 C4.98627254,19.4450266 5.13692939,19.4921465 5.23078258,19.513089 C5.3246358,19.5340315 5.4160178,19.5575915 5.50493136,19.5837696 C5.59384495,19.6099478 5.71486435,19.6518322 5.86799327,19.7094241 C6.02112219,19.767016 6.26563081,19.8743448 6.60152651,20.0314136 L7.10536752,20.3141361 C7.23379821,20.3874349 7.33999894,20.4502615 7.42397285,20.5026178 C7.50794677,20.5549741 7.57463096,20.6073296 7.62402737,20.6596859 L7.9944987,21.0680628 C8.22172226,21.319373 8.37237907,21.5916216 8.44647371,21.8848168 C8.52056835,22.1780119 8.57243382,22.5287938 8.60207168,22.9371728 C8.60207168,23.2513105 8.55761556,23.5837679 8.468702,23.934555 C8.37978845,24.2853421 8.19208485,24.6125639 7.90558557,24.9162304 C7.61908632,25.2198968 7.21157194,25.473821 6.68303019,25.6780105 C6.15448847,25.8822 5.44566039,25.9895288 4.55652475,26 Z M15.8621698,24.8062827 C15.2200163,25.5602132 14.3457127,25.9371728 13.2392328,25.9371728 C12.6761136,25.9371728 12.1722776,25.8350796 11.7277098,25.63089 C11.283142,25.4267016 10.905265,25.1465986 10.5940675,24.7905759 C10.28287,24.4345532 10.0457708,24.0104737 9.88276254,23.5183246 C9.71975435,23.0261756 9.63825147,22.497385 9.63825147,21.9319372 C9.63825147,21.3560181 9.72222413,20.8246098 9.89017199,20.3376963 C10.0581198,19.8507829 10.2976889,19.4293212 10.6088864,19.0732984 C10.9200838,18.7172757 11.2979608,18.4371738 11.7425286,18.2329843 C12.1870964,18.0287948 12.6859929,17.9267016 13.2392328,17.9267016 C13.7924728,17.9267016 14.2913692,18.0287948 14.735937,18.2329843 C15.1805048,18.4371738 15.5583818,18.7198935 15.8695793,19.0811518 C16.1807767,19.4424102 16.4203458,19.8664897 16.5882936,20.3534032 C16.7562415,20.8403166 16.8402141,21.3664893 16.8402141,21.9319372 C16.8402141,23.0837754 16.5142026,24.041881 15.8621698,24.8062827 Z M14.8841255,19.9057592 C14.4988334,19.4240814 13.9505413,19.1832461 13.2392328,19.1832461 C12.5279243,19.1832461 11.9771624,19.4214636 11.5869307,19.8979058 C11.1966989,20.3743479 11.001586,21.0523516 11.001586,21.9319372 C11.001586,22.8115227 11.1966989,23.4895264 11.5869307,23.9659686 C11.9771624,24.4424108 12.5279243,24.6806283 13.2392328,24.6806283 C13.9604206,24.6806283 14.5136522,24.4345574 14.8989444,23.9424084 C15.2842365,23.4502593 15.4768796,22.780109 15.4768796,21.9319372 C15.4768796,21.0628229 15.2792969,20.387437 14.8841255,19.9057592 Z M21.5218318,25.9371728 C20.938954,25.9371728 20.4252389,25.8350796 19.9806711,25.63089 C19.5361032,25.4267016 19.1582263,25.1439809 18.8470288,24.7827225 C18.5358313,24.4214642 18.3012019,23.9973846 18.1431333,23.5104712 C17.9850647,23.0235578 17.9060316,22.4921495 17.9060316,21.9162304 C17.9060316,21.32984 17.9850647,20.7931962 18.1431333,20.3062827 C18.3012019,19.8193693 18.5308918,19.3979075 18.83221,19.0418848 C19.1335282,18.6858621 19.5089353,18.4109957 19.9584428,18.2172775 C20.4079503,18.0235592 20.9241351,17.9267016 21.5070129,17.9267016 C22.4751829,17.9267016 23.2210577,18.0785325 23.7446598,18.382199 L23.5371958,19.6544503 C22.9246802,19.3403126 22.297355,19.1832461 21.6552015,19.1832461 C20.8549794,19.1832461 20.2572917,19.4188458 19.8621202,19.8900524 C19.4669488,20.3612589 19.2693661,21.0366448 19.2693661,21.9162304 C19.2693661,22.7958159 19.4669488,23.4790552 19.8621202,23.9659686 C20.2572917,24.452882 20.8549794,24.6963351 21.6552015,24.6963351 C22.3072343,24.6963351 22.939499,24.5392686 23.5520147,24.2251309 L23.7298409,25.356021 C23.1864803,25.7434574 22.4504846,25.9371728 21.5218318,25.9371728 L21.5218318,25.9371728 Z M26.4850077,16.356021 L25.1513109,16.356021 L25.1513109,14.7853403 L26.4850077,14.7853403 L26.4850077,16.356021 Z M26.4850077,25.7801047 L25.1513109,25.7801047 L25.1513109,18.0837696 L26.4850077,18.0837696 L26.4850077,25.7801047 Z M34.4860485,24.8062827 L34.2785845,25.9371728 L34.1748526,25.9371728 C33.878474,25.9371728 33.6314956,25.9188484 33.4339099,25.882199 C33.2363242,25.8455496 33.0683789,25.782723 32.9300689,25.6937173 C32.7917589,25.6047116 32.675679,25.4869117 32.5818258,25.3403141 C32.4879727,25.1937166 32.3965906,25.0157078 32.3076771,24.8062827 C31.6951614,25.5602132 30.9542262,25.9371728 30.0848491,25.9371728 C29.4031785,25.9371728 28.8598259,25.7303686 28.4547752,25.3167539 C28.0497245,24.9031393 27.8472023,24.3664954 27.8472023,23.7068063 C27.8472023,23.1727722 27.9830404,22.732986 28.2547207,22.3874346 C28.5264011,22.0418831 28.8721708,21.764399 29.2920405,21.5549738 C29.7119101,21.3455487 30.1786993,21.1963355 30.6924221,21.1073298 C31.2061449,21.0183242 31.7050413,20.9685864 32.1891262,20.9581152 C32.1891262,20.2670122 32.0631673,19.7984306 31.8112455,19.552356 C31.5593237,19.3062815 31.1567489,19.1832461 30.6035089,19.1832461 C29.9712347,19.1832461 29.3340304,19.4136103 28.6918769,19.8743456 L28.4992318,18.7277487 C29.1512646,18.1937146 29.971233,17.9267016 30.9591614,17.9267016 C31.4234878,17.9267016 31.8186533,17.992146 32.1446697,18.1230366 C32.4706861,18.2539274 32.734953,18.4633494 32.9374783,18.7513089 C33.1400037,19.0392684 33.2881907,19.4188458 33.3820439,19.8900524 C33.4758971,20.3612589 33.522823,20.9371694 33.522823,21.617801 L33.522823,23.1884817 C33.522823,23.7958146 33.5722187,24.2172763 33.6710115,24.4528796 C33.7698044,24.6884828 33.9970245,24.8062827 34.3526788,24.8062827 L34.4860485,24.8062827 Z M32.1891262,23.7696335 L32.1891262,21.9319372 C31.1221635,21.9738222 30.3590002,22.1230354 29.8996134,22.3795812 C29.4402267,22.6361269 29.2105367,23.0523532 29.2105367,23.6282722 C29.2105367,24.4136165 29.5859439,24.8062827 30.3367696,24.8062827 C30.6924239,24.8062827 31.0357239,24.7120428 31.3666799,24.5235602 C31.6976359,24.3350776 31.971782,24.0837712 32.1891262,23.7696335 Z M38.1007087,24.8062827 L37.9080636,25.9371728 L37.4783169,25.9371728 C36.8262841,25.9371728 36.3496158,25.7617818 36.0482976,25.4109948 C35.7469794,25.0602077 35.5963226,24.6178037 35.5963226,24.0837696 L35.5963226,14 L36.9300193,14 L36.9300193,23.2670157 C36.9300193,23.5916246 36.9423683,23.8560199 36.9670664,24.0602094 C36.9917647,24.2643989 37.0436301,24.4214654 37.1226644,24.5314136 C37.2016987,24.6413618 37.3177785,24.7146595 37.4709075,24.7513089 C37.6240364,24.7879583 37.833968,24.8062827 38.1007087,24.8062827 L38.1007087,24.8062827 Z M47.5232195,26 C46.7625147,26 46.0635657,25.8638757 45.4263518,25.591623 C44.789138,25.3193704 44.2408457,24.9319397 43.7814589,24.4293194 C43.3220722,23.926699 42.9639538,23.3246108 42.7070923,22.6230366 C42.4502309,21.9214625 42.321802,21.1413656 42.321802,20.2827225 C42.321802,19.4345507 42.4502309,18.6596894 42.7070923,17.9581152 C42.9639538,17.256541 43.3220722,16.6544528 43.7814589,16.1518325 C44.2408457,15.6492122 44.7866681,15.2591637 45.4189425,14.9816754 C46.0512166,14.7041871 46.7476957,14.565445 47.5084005,14.565445 C48.5654839,14.565445 49.5237605,14.7801026 50.3832581,15.2094241 L50.2350697,16.591623 L49.390395,16.2774869 C48.8272757,16.036648 48.1999505,15.9162304 47.5084005,15.9162304 C46.9255228,15.9162304 46.409338,16.0261769 45.9598305,16.2460733 C45.5103229,16.4659697 45.1299762,16.7696316 44.818779,17.1570681 C44.5075814,17.5445046 44.2704821,18.0052329 44.107474,18.539267 C43.9444655,19.0733011 43.8629628,19.6544471 43.8629628,20.2827225 C43.8629628,20.9005266 43.941996,21.4764371 44.1000643,22.0104712 C44.258133,22.5445053 44.4927624,23.0078514 44.80396,23.4005236 C45.1151572,23.7931957 45.5004437,24.0994754 45.9598305,24.3193717 C46.4192172,24.5392681 46.9452812,24.6492146 47.5380385,24.6492146 C47.6862276,24.6492146 47.829475,24.6439791 47.967785,24.6335078 C48.1060949,24.6230366 48.2493427,24.6020944 48.3975318,24.5706806 L48.7680031,24.4921466 C48.8470375,24.4816754 48.9804057,24.439791 49.168112,24.3664922 L49.5089457,24.2565445 C49.5583421,24.2460732 49.6867709,24.1989533 49.894236,24.1151832 L50.2350697,23.9895288 L50.3832581,25.3717278 C49.5237605,25.790578 48.5704237,26 47.5232195,26 L47.5232195,26 Z M57.9693712,24.8062827 L57.7619073,25.9371728 L57.6581751,25.9371728 C57.3617965,25.9371728 57.114818,25.9188484 56.9172325,25.882199 C56.7196466,25.8455496 56.5517014,25.782723 56.4133915,25.6937173 C56.2750815,25.6047116 56.1590018,25.4869117 56.0651485,25.3403141 C55.9712951,25.1937166 55.8799132,25.0157078 55.7909996,24.8062827 C55.178484,25.5602132 54.4375486,25.9371728 53.5681715,25.9371728 C52.8865011,25.9371728 52.3431486,25.7303686 51.938098,25.3167539 C51.533047,24.9031393 51.3305248,24.3664954 51.3305248,23.7068063 C51.3305248,23.1727722 51.4663629,22.732986 51.7380433,22.3874346 C52.0097238,22.0418831 52.3554935,21.764399 52.775363,21.5549738 C53.1952326,21.3455487 53.6620218,21.1963355 54.1757447,21.1073298 C54.6894676,21.0183242 55.1883639,20.9685864 55.6724489,20.9581152 C55.6724489,20.2670122 55.5464899,19.7984306 55.2945679,19.552356 C55.0426462,19.3062815 54.6400716,19.1832461 54.0868315,19.1832461 C53.4545575,19.1832461 52.8173531,19.4136103 52.1751995,19.8743456 L51.9825546,18.7277487 C52.634587,18.1937146 53.4545556,17.9267016 54.4424838,17.9267016 C54.9068104,17.9267016 55.3019761,17.992146 55.6279923,18.1230366 C55.9540085,18.2539274 56.2182755,18.4633494 56.4208008,18.7513089 C56.6233264,19.0392684 56.7715133,19.4188458 56.8653666,19.8900524 C56.9592196,20.3612589 57.0061457,20.9371694 57.0061457,21.617801 L57.0061457,23.1884817 C57.0061457,23.7958146 57.0555413,24.2172763 57.154334,24.4528796 C57.2531272,24.6884828 57.4803472,24.8062827 57.8360014,24.8062827 L57.9693712,24.8062827 Z M55.6724489,23.7696335 L55.6724489,21.9319372 C54.6054862,21.9738222 53.8423226,22.1230354 53.3829359,22.3795812 C52.9235491,22.6361269 52.6938592,23.0523532 52.6938592,23.6282722 C52.6938592,24.4136165 53.0692664,24.8062827 53.820092,24.8062827 C54.1757466,24.8062827 54.5190464,24.7120428 54.8500024,24.5235602 C55.1809584,24.3350776 55.4551046,24.0837712 55.6724489,23.7696335 Z M62.9325469,17.8010471 L62.6361698,19.356021 L62.1767853,19.356021 C62.0285962,19.356021 61.8705302,19.3848165 61.7025823,19.4424084 C61.5346344,19.5000003 61.3740984,19.5759158 61.2209695,19.6701571 C61.0678406,19.7643984 60.9270627,19.8691094 60.7986319,19.9842932 C60.6702012,20.099477 60.5763498,20.2198946 60.5170738,20.3455497 L60.5170738,25.7801047 L59.0944638,25.7801047 L59.0944638,18.0837696 L60.1910591,18.0837696 L60.3540665,19.356021 C60.8085134,18.8115156 61.2209676,18.4162316 61.5914408,18.1701571 C61.961914,17.9240825 62.3694284,17.8010471 62.8139961,17.8010471 L62.9325469,17.8010471 Z M69.9407244,21.9319372 L64.6800318,21.9319372 C64.8381001,23.7644071 65.7469807,24.6806283 67.4067006,24.6806283 C68.147647,24.6806283 68.8441261,24.5287973 69.496159,24.2251309 L69.6739853,25.3403141 C68.8144874,25.7382219 68.0043984,25.9371728 67.2436932,25.9371728 C66.6311775,25.9371728 66.0804157,25.8324618 65.591391,25.6230366 C65.1023667,25.4136115 64.6899125,25.128274 64.3540171,24.7670157 C64.0181212,24.4057574 63.7612636,23.9764423 63.5834365,23.4790576 C63.4056094,22.9816729 63.3166974,22.445029 63.3166974,21.86911 C63.3166974,21.3141334 63.40067,20.7958139 63.5686179,20.3141361 C63.7365654,19.8324583 63.9736647,19.4162321 64.2799225,19.065445 C64.5861803,18.7146579 64.9591181,18.4371738 65.3987461,18.2329843 C65.8383744,18.0287948 66.3298614,17.9267016 66.8732219,17.9267016 C67.3375485,17.9267016 67.7623513,17.9999993 68.1476435,18.1465968 C68.5329353,18.2931944 68.8614169,18.507852 69.133097,18.7905759 C69.4047774,19.0732998 69.6171789,19.4162284 69.7703078,19.8193717 C69.9234367,20.2225151 70,20.6753902 70,21.1780105 C70,21.4712056 69.9802416,21.722512 69.9407244,21.9319372 L69.9407244,21.9319372 Z M66.8435843,19.1832461 C65.7667421,19.1832461 65.085082,19.7748632 64.7985825,20.9581152 L68.6218466,20.9581152 C68.6218466,20.3926673 68.4736598,19.9554989 68.1772811,19.6465968 C67.8809025,19.3376948 67.4363412,19.1832461 66.8435843,19.1832461 Z' fill='%23A9C046'%3E%3C/path%3E%3Cpath d='M8.41565222,11.6429496 L2,11.6429496 L2,0.776196636 L3.46511288,0.776196636 L3.46511288,10.3078913 L8.41565222,10.3078913 L8.41565222,11.6429496 Z M15.2144878,10.6804657 C14.5461873,11.4256182 13.6362842,11.7981889 12.4847512,11.7981889 C11.8987031,11.7981889 11.3743521,11.6972843 10.9116826,11.4954722 C10.449013,11.29366 10.0557498,11.0168194 9.73188113,10.6649418 C9.40801247,10.3130642 9.1612591,9.89392224 8.99161359,9.40750324 C8.82196809,8.92108424 8.7371466,8.3984504 8.7371466,7.83958604 C8.7371466,7.27037232 8.82453842,6.74515116 8.99932471,6.26390684 C9.17411099,5.78266252 9.42343471,5.36610784 9.7473034,5.01423028 C10.0711721,4.66235272 10.4644353,4.385512 10.9271048,4.18369988 C11.3897743,3.98188774 11.9089846,3.88098318 12.4847512,3.88098318 C13.0605177,3.88098318 13.5797279,3.98188774 14.0423975,4.18369988 C14.505067,4.385512 14.8983302,4.66494 15.2221989,5.02199224 C15.5460676,5.37904448 15.7953913,5.79818648 15.9701776,6.2794308 C16.1449639,6.76067512 16.2323557,7.28072164 16.2323557,7.83958604 C16.2323557,8.97801344 15.8930698,9.92496388 15.2144878,10.6804657 L15.2144878,10.6804657 Z M14.1966199,5.83699872 C13.7956396,5.36092904 13.2250224,5.1228978 12.4847512,5.1228978 C11.7444799,5.1228978 11.1712923,5.35834176 10.7651713,5.82923672 C10.3590503,6.30013172 10.1559928,6.97024144 10.1559928,7.83958604 C10.1559928,8.7089306 10.3590503,9.37904032 10.7651713,9.84993532 C11.1712923,10.3208303 11.7444799,10.5562742 12.4847512,10.5562742 C13.235304,10.5562742 13.8110619,10.3130684 14.2120421,9.8266494 C14.6130224,9.34023044 14.8135095,8.6778826 14.8135095,7.83958604 C14.8135095,6.9805908 14.6078817,6.31306836 14.1966199,5.83699872 L14.1966199,5.83699872 Z M20.902922,11.7981889 C20.2963108,11.7981889 19.7616785,11.6972843 19.299009,11.4954722 C18.8363394,11.29366 18.4430762,11.014232 18.1192075,10.6571798 C17.7953389,10.3001276 17.5511558,9.88098318 17.3866511,9.39974128 C17.2221464,8.91849696 17.1398952,8.3932758 17.1398952,7.82406208 C17.1398952,7.24449904 17.2221464,6.71410332 17.3866511,6.232859 C17.5511558,5.75161468 17.7901982,5.33505996 18.1037853,4.9831824 C18.4173724,4.63130484 18.8080653,4.35963872 19.2758756,4.16817592 C19.7436859,3.97671314 20.2808886,3.88098318 20.8874998,3.88098318 C21.8950912,3.88098318 22.6713362,4.03104636 23.2162581,4.33117724 L23.0003468,5.5886158 C22.3628909,5.27813556 21.7100226,5.1228978 21.0417222,5.1228978 C20.208917,5.1228978 19.5868928,5.35575448 19.175631,5.82147476 C18.7643692,6.28719508 18.5587414,6.95471752 18.5587414,7.82406208 C18.5587414,8.69340668 18.7643692,9.368691 19.175631,9.84993532 C19.5868928,10.3311796 20.208917,10.5717982 21.0417222,10.5717982 C21.7203042,10.5717982 22.3783132,10.4165604 23.015769,10.1060802 L23.2008359,11.2238034 C22.6353509,11.606729 21.8693873,11.7981889 20.902922,11.7981889 L20.902922,11.7981889 Z M30.8170502,10.6804657 L30.6011389,11.7981889 L30.4931832,11.7981889 C30.1847368,11.7981889 29.9277021,11.7800778 29.7220712,11.7438551 C29.5164403,11.7076324 29.3416566,11.6455373 29.1977149,11.5575679 C29.0537733,11.4695985 28.932967,11.3531702 28.8352923,11.2082794 C28.7376176,11.0633887 28.6425148,10.8874525 28.5499808,10.6804657 C27.912525,11.4256182 27.1414207,11.7981889 26.2366447,11.7981889 C25.5272181,11.7981889 24.9617416,11.5937925 24.5401982,11.1849935 C24.1186548,10.7761946 23.9078863,10.2457989 23.9078863,9.59379044 C23.9078863,9.06597408 24.0492554,8.63130832 24.331998,8.28978008 C24.6147404,7.94825184 24.9745891,7.67399844 25.4115548,7.46701164 C25.8485205,7.26002484 26.3343162,7.11254896 26.8689566,7.02457956 C27.4035969,6.93661016 27.9228072,6.88745152 28.4266029,6.8771022 C28.4266029,6.19404576 28.2955152,5.73091972 28.0333358,5.4877102 C27.7711564,5.24450072 27.3521897,5.1228978 26.7764231,5.1228978 C26.1184042,5.1228978 25.4552545,5.35057988 24.786954,5.80595084 L24.5864649,4.67270376 C25.2650469,4.1448874 26.1184024,3.88098318 27.1465569,3.88098318 C27.6297896,3.88098318 28.0410452,3.94566559 28.3803362,4.07503236 C28.7196272,4.20439908 28.9946544,4.4113828 29.2054261,4.69598964 C29.4161977,4.98059652 29.5704186,5.35575448 29.6680933,5.82147476 C29.765768,6.28719508 29.8146046,6.85640024 29.8146046,7.52910736 L29.8146046,9.08150064 C29.8146046,9.6817624 29.8660115,10.0983171 29.968827,10.3311772 C30.0716424,10.5640374 30.3081144,10.6804657 30.6782501,10.6804657 L30.8170502,10.6804657 Z M28.4266029,9.65588616 L28.4266029,7.83958604 C27.316196,7.8809834 26.5219585,8.02845928 26.0438667,8.28201812 C25.5657748,8.53557696 25.3267325,8.94695704 25.3267325,9.51617076 C25.3267325,10.2923713 25.7174253,10.6804657 26.4988228,10.6804657 C26.8689584,10.6804657 27.2262368,10.587323 27.5706685,10.4010349 C27.9151003,10.2147468 28.2004089,9.96636636 28.4266029,9.65588616 L28.4266029,9.65588616 Z M34.3772152,10.6804657 L34.1767261,11.7981889 L33.7294811,11.7981889 C33.0508991,11.7981889 32.554822,11.62484 32.2412349,11.2781371 C31.9276477,10.9314342 31.7708565,10.4941812 31.7708565,9.9663648 L31.7708565,0 L33.1588582,0 L33.1588582,9.15912032 C33.1588582,9.47994984 33.17171,9.74126676 33.1974138,9.94307892 C33.2231177,10.144891 33.277095,10.3001288 33.3593473,10.4087969 C33.4415997,10.517465 33.5624061,10.5899093 33.72177,10.626132 C33.8811339,10.6623546 34.0996135,10.6804657 34.3772152,10.6804657 Z M43.6566588,11.8602846 C42.8958248,11.8602846 42.1915494,11.7231579 41.5438119,11.4489004 C40.8960744,11.1746429 40.3357389,10.7891357 39.8627876,10.2923674 C39.3898366,9.79559908 39.0222767,9.20052092 38.7600974,8.50711512 C38.497918,7.81370936 38.3668303,7.04269504 38.3668303,6.19404916 C38.3668303,5.34540328 38.5004885,4.57438896 38.7678085,3.88098318 C39.0351286,3.18757739 39.4078292,2.59508654 39.8859212,2.10349288 C40.3640128,1.61189922 40.93463,1.23156668 41.5977899,0.962483828 C42.2609494,0.693400984 42.9883579,0.55886158 43.7800368,0.55886158 C44.9932591,0.55886158 46.0625239,0.76584528 46.9878631,1.17981889 L46.8490628,2.4683053 C45.7695005,2.08537972 44.7619241,1.89391979 43.8263035,1.89391979 C43.1991295,1.89391979 42.6439343,1.99999894 42.1607016,2.21216041 C41.6774689,2.42432189 41.2739244,2.71927366 40.9500558,3.09702458 C40.6261869,3.4747755 40.3820038,3.93013964 40.2174994,4.46313064 C40.0529946,4.99612168 39.9707435,5.57826332 39.9707435,6.20957308 C39.9707435,6.86158152 40.0581353,7.45407236 40.2329214,7.9870634 C40.4077079,8.5200544 40.667313,8.97283124 41.0117446,9.34540752 C41.3561766,9.71798376 41.782854,10.0077609 42.2917907,10.2147477 C42.8007271,10.4217346 43.3944776,10.5252264 44.0730594,10.5252264 C44.8133308,10.5252264 45.4147921,10.4269091 45.8774617,10.2302717 L45.8774617,7.52910736 L44.181015,7.52910736 L44.181015,6.19404916 L47.3425745,6.19404916 L47.3425745,11.0375162 C47.1369436,11.1513589 46.8824792,11.257438 46.5791737,11.3557568 C46.2758678,11.4540755 45.9571449,11.5420436 45.6229946,11.6196636 C45.2888444,11.6972837 44.9495583,11.7567915 44.6051267,11.7981889 C44.2606951,11.8395862 43.9445423,11.8602846 43.6566588,11.8602846 L43.6566588,11.8602846 Z M54.9279445,10.6804657 C54.259644,11.4256182 53.3497408,11.7981889 52.1982076,11.7981889 C51.6121596,11.7981889 51.0878088,11.6972843 50.6251392,11.4954722 C50.1624695,11.29366 49.7692063,11.0168194 49.4453378,10.6649418 C49.1214692,10.3130642 48.8747156,9.89392224 48.7050701,9.40750324 C48.5354247,8.92108424 48.4506031,8.3984504 48.4506031,7.83958604 C48.4506031,7.27037232 48.5379952,6.74515116 48.7127813,6.26390684 C48.8875675,5.78266252 49.1368912,5.36610784 49.4607601,5.01423028 C49.7846287,4.66235272 50.1778919,4.385512 50.6405615,4.18369988 C51.1032308,3.98188774 51.6224413,3.88098318 52.1982076,3.88098318 C52.7739742,3.88098318 53.2931847,3.98188774 53.755854,4.18369988 C54.2185236,4.385512 54.6117868,4.66494 54.9356553,5.02199224 C55.2595243,5.37904448 55.508848,5.79818648 55.6836342,6.2794308 C55.8584203,6.76067512 55.9458124,7.28072164 55.9458124,7.83958604 C55.9458124,8.97801344 55.6065264,9.92496388 54.9279445,10.6804657 L54.9279445,10.6804657 Z M53.9100767,5.83699872 C53.5090962,5.36092904 52.938479,5.1228978 52.1982076,5.1228978 C51.4579365,5.1228978 50.8847488,5.35834176 50.478628,5.82923672 C50.0725069,6.30013172 49.8694495,6.97024144 49.8694495,7.83958604 C49.8694495,8.7089306 50.0725069,9.37904032 50.478628,9.84993532 C50.8847488,10.3208303 51.4579365,10.5562742 52.1982076,10.5562742 C52.9487607,10.5562742 53.5245186,10.3130684 53.9254987,9.8266494 C54.3264791,9.34023044 54.526966,8.6778826 54.526966,7.83958604 C54.526966,6.9805908 54.3213385,6.31306836 53.9100767,5.83699872 Z M63.65456,4.03622252 L60.7860234,11.6429496 L59.228377,11.6429496 L56.3444177,4.03622252 L57.8866421,4.03622252 L59.999489,10.1060802 L62.0969136,4.03622252 L63.65456,4.03622252 Z M70.9314849,7.83958604 L65.4565897,7.83958604 C65.6210942,9.65072056 66.5669825,10.5562742 68.2942819,10.5562742 C69.0653977,10.5562742 69.7902357,10.4062111 70.468818,10.1060802 L70.6538847,11.2082794 C69.7593902,11.6015544 68.9163164,11.7981889 68.1246372,11.7981889 C67.4871814,11.7981889 66.913994,11.694697 66.4050573,11.4877102 C65.8961209,11.2807234 65.466873,10.9987081 65.1173003,10.6416559 C64.7677277,10.2846036 64.5004114,9.86028708 64.3153439,9.3686934 C64.1302761,8.87709976 64.0377433,8.346704 64.0377433,7.77749028 C64.0377433,7.22897528 64.1251354,6.7166906 64.2999215,6.24062096 C64.4747077,5.76455132 64.7214613,5.3531712 65.0401892,5.00646832 C65.358917,4.6597654 65.7470396,4.385512 66.2045682,4.18369988 C66.6620971,3.98188774 67.1735961,3.88098318 67.7390814,3.88098318 C68.222314,3.88098318 68.6644138,3.95342748 69.0653939,4.09831824 C69.4663744,4.243209 69.8082305,4.45536728 70.090973,4.73479948 C70.3737154,5.01423168 70.5947653,5.35316748 70.7541294,5.75161708 C70.9134932,6.15006668 70.9931741,6.59766892 70.9931741,7.09443724 C70.9931741,7.3842188 70.9726114,7.63259924 70.9314849,7.83958604 L70.9314849,7.83958604 Z M67.7082366,5.1228978 C66.5875482,5.1228978 65.8781325,5.70762676 65.5799677,6.8771022 L69.5589056,6.8771022 C69.5589056,6.31823784 69.4046848,5.88615936 69.0962383,5.5808538 C68.7877921,5.27554828 68.3251293,5.1228978 67.7082366,5.1228978 L67.7082366,5.1228978 Z M76.2960521,3.75679172 L75.9876074,5.29366108 L75.5095181,5.29366108 C75.3552946,5.29366108 75.1907925,5.32212132 75.0160063,5.37904268 C74.8412198,5.43596408 74.6741475,5.51099564 74.5147834,5.60413972 C74.3554197,5.69728376 74.2089097,5.80077564 74.0752496,5.91461836 C73.9415896,6.02846112 73.8439161,6.14747672 73.782227,6.27166884 L73.782227,11.6429496 L72.3016917,11.6429496 L72.3016917,4.03622252 L73.4429376,4.03622252 L73.6125823,5.29366108 C74.0855336,4.75549536 74.5147815,4.36481364 74.9003396,4.12160412 C75.2858973,3.87839464 75.7100049,3.75679172 76.1726742,3.75679172 L76.2960521,3.75679172 Z M83.9739556,11.6429496 L82.585954,11.6429496 L82.585954,7.45148772 C82.585954,6.63388984 82.4343033,6.041399 82.1309978,5.6739974 C81.8276923,5.30659584 81.3213336,5.1228978 80.611907,5.1228978 C79.6043155,5.1228978 78.9154625,5.45407172 78.5453268,6.11642948 L78.5453268,11.6429496 L77.1573251,11.6429496 L77.1573251,4.03622252 L78.2368818,4.03622252 L78.3911045,4.843467 C79.1108125,4.20180792 79.9436053,3.88098318 80.8895072,3.88098318 C82.9458166,3.88098318 83.9739556,5.07113944 83.9739556,7.45148772 L83.9739556,11.6429496 Z M97.4043547,11.6429496 L96.016353,11.6429496 L96.016353,7.17205692 C96.016353,6.45795244 95.8775542,5.93790588 95.5999524,5.61190168 C95.322351,5.28589748 94.8699695,5.1228978 94.2427955,5.1228978 C92.9061944,5.1228978 92.2379041,5.8266424 92.2379041,7.23415264 L92.2379041,11.6429496 L90.8499024,11.6429496 L90.8499024,7.45148772 C90.8499024,6.58214312 90.6982517,5.9767158 90.3949463,5.6351876 C90.0916408,5.29365936 89.6521111,5.1228978 89.0763445,5.1228978 C88.1098796,5.1228978 87.4415889,5.45407172 87.0714532,6.11642948 L87.0714532,11.6429496 L85.6834515,11.6429496 L85.6834515,4.03622252 L86.7630085,4.03622252 L86.9172308,4.843467 C87.3284926,4.47089076 87.7037633,4.21733572 88.0430547,4.08279432 C88.3823456,3.94825288 88.7627569,3.88098318 89.1843005,3.88098318 C90.3358333,3.88098318 91.1891888,4.38809324 91.7443924,5.4023286 C92.2687511,4.38809324 93.1889357,3.88098318 94.5049733,3.88098318 C96.437904,3.88098318 97.4043547,4.9728222 97.4043547,7.156533 L97.4043547,11.6429496 Z M105.544925,7.83958604 L100.07003,7.83958604 C100.234534,9.65072056 101.180422,10.5562742 102.907722,10.5562742 C103.678838,10.5562742 104.403676,10.4062111 105.082258,10.1060802 L105.267325,11.2082794 C104.37283,11.6015544 103.529756,11.7981889 102.738077,11.7981889 C102.100622,11.7981889 101.527434,11.694697 101.018497,11.4877102 C100.509561,11.2807234 100.080313,10.9987081 99.7307406,10.6416559 C99.3811679,10.2846036 99.1138516,9.86028708 98.9287838,9.3686934 C98.7437159,8.87709976 98.6511835,8.346704 98.6511835,7.77749028 C98.6511835,7.22897528 98.7385753,6.7166906 98.9133618,6.24062096 C99.0881479,5.76455132 99.3349015,5.3531712 99.6536294,5.00646832 C99.9723573,4.6597654 100.36048,4.385512 100.818008,4.18369988 C101.275537,3.98188774 101.787036,3.88098318 102.352521,3.88098318 C102.835754,3.88098318 103.277854,3.95342748 103.678834,4.09831824 C104.079814,4.243209 104.421671,4.45536728 104.704413,4.73479948 C104.987156,5.01423168 105.208206,5.35316748 105.36757,5.75161708 C105.526933,6.15006668 105.606614,6.59766892 105.606614,7.09443724 C105.606614,7.3842188 105.586051,7.63259924 105.544925,7.83958604 L105.544925,7.83958604 Z M102.321677,5.1228978 C101.200988,5.1228978 100.491572,5.70762676 100.193408,6.8771022 L104.172346,6.8771022 C104.172346,6.31823784 104.018125,5.88615936 103.709679,5.5808538 C103.401232,5.27554828 102.93857,5.1228978 102.321677,5.1228978 L102.321677,5.1228978 Z M113.731762,11.6429496 L112.343761,11.6429496 L112.343761,7.45148772 C112.343761,6.63388984 112.19211,6.041399 111.888805,5.6739974 C111.585499,5.30659584 111.079141,5.1228978 110.369714,5.1228978 C109.362123,5.1228978 108.673269,5.45407172 108.303134,6.11642948 L108.303134,11.6429496 L106.915132,11.6429496 L106.915132,4.03622252 L107.994689,4.03622252 L108.148911,4.843467 C108.868619,4.20180792 109.701412,3.88098318 110.647314,3.88098318 C112.703623,3.88098318 113.731762,5.07113944 113.731762,7.45148772 L113.731762,11.6429496 Z M119.281397,10.6804657 L119.173441,11.7981889 L117.924239,11.7981889 C117.255939,11.7981889 116.759862,11.6222527 116.435993,11.2703752 C116.112124,10.9184976 115.950192,10.4890064 115.950192,9.98188876 L115.950192,5.1228978 L114.654724,5.1228978 L114.778102,4.03622252 L115.950192,4.03622252 L115.950192,2.15782665 L117.338194,2.01811126 L117.338194,4.03622252 L119.327663,4.03622252 L119.327663,5.1228978 L117.338194,5.1228978 L117.338194,9.12807244 C117.338194,9.49029936 117.348475,9.77490196 117.369039,9.98188876 C117.389602,10.1888756 117.44872,10.3441133 117.546394,10.4476067 C117.644069,10.5511001 117.80086,10.6157825 118.016773,10.6416559 C118.232685,10.6675292 118.535986,10.6804657 118.926685,10.6804657 L119.281397,10.6804657 Z M132,11.6429496 L130.581154,11.6429496 L129.902575,10.9288486 C129.450187,11.3221236 129.002947,11.5989643 128.56084,11.759379 C128.118734,11.9197938 127.599523,12 127.003194,12 C126.386301,12 125.854239,11.930143 125.406992,11.7904269 C124.959745,11.6507108 124.587044,11.4540763 124.28888,11.2005175 C123.990715,10.9469586 123.769665,10.644245 123.625723,10.2923674 C123.481782,9.94048984 123.409812,9.5523954 123.409812,9.12807244 C123.409812,7.93789832 124.05754,6.88228144 125.353014,5.96119016 C124.581898,5.0194002 124.196346,4.13971948 124.196346,3.3221216 C124.196346,2.91849734 124.276027,2.55886316 124.435391,2.24320828 C124.594755,1.9275534 124.810664,1.6558873 125.083125,1.42820181 C125.355586,1.20051633 125.674309,1.02716748 126.039304,0.908150064 C126.404299,0.789132652 126.792421,0.72962484 127.203683,0.72962484 C127.943954,0.72962484 128.496579,0.90814828 128.861574,1.26520052 C129.226569,1.62225276 129.409064,2.09572797 129.409064,2.68564036 C129.409064,3.91721185 128.56599,5.0607968 126.879816,6.11642948 L129.810042,9.14359636 C130.139051,8.71927344 130.339538,7.73610084 130.411509,6.19404916 L131.660711,6.19404916 C131.619584,7.80854624 131.285439,9.10736896 130.658265,10.0905563 L132,11.6429496 Z M127.018616,1.8007762 C126.57651,1.8007762 126.203809,1.9353156 125.900504,2.20439845 C125.597198,2.47348129 125.445548,2.85640114 125.445548,3.35316947 C125.445548,3.98447922 125.728286,4.64682708 126.293771,5.34023284 L127.11115,4.7037516 L127.419594,4.43984476 C127.717759,4.18111124 127.928528,3.93790541 128.051906,3.71021992 C128.175285,3.48253444 128.236973,3.234154 128.236973,2.96507115 C128.236973,2.5924949 128.126448,2.30530502 127.905395,2.10349288 C127.684342,1.90168075 127.388752,1.8007762 127.018616,1.8007762 Z M129.208574,10.0129366 L126.000748,6.7839586 C125.167943,7.373871 124.751547,8.11901232 124.751547,9.01940492 C124.751547,9.58861864 124.944323,10.0517446 125.329881,10.4087969 C125.715439,10.7658491 126.283486,10.9443726 127.034039,10.9443726 C127.938814,10.9443726 128.663652,10.633897 129.208574,10.0129366 L129.208574,10.0129366 Z' fill='%236B68A0'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } @media print, screen and (min-width: 40em) { .mast a.headerLogo, .modalHeader .modalLogo { display: block; width: 156px; height: 70px; } } @media print, screen and (max-width: 39.99875em) { .mast a.headerLogo, .modalHeader .modalLogo { display: block; width: 100px; height: 70px; background-position: center center; } } a.headerLogo:focus { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 186 70' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELGSCO-logogram%3C/title%3E%3Cg id='LGSCO-logogram' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(21.000000, 11.000000)' fill-rule='nonzero' id='Shape'%3E%3Cpath d='M13.7591716,45.6648352 C12.2741946,47.2216195 10.356128,48 8.00491436,48 C6.84477605,48 5.77359772,47.7976212 4.79134728,47.392857 C3.80909684,46.9880932 2.96220858,46.4120918 2.25065708,45.6648352 C1.53910558,44.9175785 0.986114611,44.0224412 0.591667583,42.9793958 C0.197220556,41.93635 0,40.7765632 0,39.5 C0,38.2234368 0.197220556,37.0636499 0.591667583,36.0206044 C0.986114611,34.9775589 1.53910558,34.0824213 2.25065708,33.3351648 C2.96220858,32.5879083 3.80909684,32.0119068 4.79134728,31.6071429 C5.77359772,31.2023789 6.84477605,31 8.00491436,31 C9.18052119,31 10.2555666,31.2062708 11.2300828,31.6188187 C12.204599,32.0313665 13.0476201,32.61126 13.7591716,33.3585165 C14.4707231,34.105773 15.0237141,35.0009106 15.4181612,36.0439561 C15.8126082,37.0870016 16.0098287,38.2390045 16.0098287,39.5 C16.0098287,42.0531265 15.2596172,44.1080509 13.7591716,45.6648352 L13.7591716,45.6648352 Z M11.9261623,35.0398352 C11.0135201,33.8878148 9.70645056,33.3118132 8.00491436,33.3118132 C7.15414626,33.3118132 6.40006769,33.4635974 5.74265594,33.7671703 C5.08524422,34.0707433 4.52838619,34.4988526 4.07206512,35.051511 C3.61574406,35.6041694 3.27157486,36.258009 3.03954719,37.0130494 C2.80751953,37.7680898 2.69150744,38.5970651 2.69150744,39.5 C2.69150744,40.4185027 2.80751953,41.255262 3.03954719,42.0103023 C3.27157486,42.7653426 3.61574406,43.4152905 4.07206512,43.9601648 C4.52838619,44.5050395 5.08524422,44.9292568 5.74265594,45.2328296 C6.40006769,45.5364025 7.15414626,45.688187 8.00491436,45.688187 C8.85568246,45.688187 9.61362811,45.5325107 10.2787741,45.2211537 C10.94392,44.9097968 11.5007781,44.4816877 11.9493649,43.936813 C12.3979517,43.3919387 12.7382539,42.738099 12.9702815,41.9752746 C13.2023092,41.2124506 13.3183213,40.3873672 13.3183213,39.5 C13.3183213,37.6785624 12.8542729,36.1918556 11.9261623,35.0398352 L11.9261623,35.0398352 Z M34.8253933,47.6730769 L32.2266965,47.6730769 L30.7417269,35.8104396 L26.4260339,43.9601648 L22.040733,35.8104396 L20.5557634,47.6730769 L17.9802692,47.6730769 L20.184521,31.3269231 L22.2495568,31.3269231 L26.4028313,39.1964287 L30.532903,31.3269231 L32.6211416,31.3269231 L34.8253933,47.6730769 Z M43.5710077,47.6730769 L37.7703451,47.6730769 L37.7703451,31.3269231 L41.6915932,31.3269231 C42.6970464,31.3269231 43.5826052,31.3814097 44.3482966,31.4903846 C45.1139879,31.5993595 45.7559212,31.8056303 46.2741164,32.1092033 C46.7923116,32.4127762 47.1828854,32.8292098 47.4458503,33.3585165 C47.7088149,33.8878231 47.8402954,34.572798 47.8402954,35.4134615 C47.8402954,36.1918537 47.7513527,36.8456933 47.5734649,37.375 C47.3955772,37.9043066 47.0359395,38.4336055 46.4945416,38.962912 C47.4845264,39.3365404 48.1922001,39.8308119 48.6175843,40.4457417 C49.0429682,41.0606715 49.2556569,41.8585116 49.2556569,42.8392857 C49.2556569,46.0618292 47.3607929,47.6730769 43.5710077,47.6730769 L43.5710077,47.6730769 Z M42.5036857,33.4986264 L40.2298261,33.4986264 L40.2298261,38.0521977 L43.0373467,38.0521977 C43.3312485,38.0521977 43.6174115,38.0288463 43.8958448,37.982143 C44.1742778,37.9354394 44.4256376,37.8303581 44.6499311,37.6668958 C44.8742245,37.5034333 45.0559767,37.2660272 45.195193,36.9546703 C45.3344097,36.6433135 45.4040169,36.222988 45.4040169,35.6936813 C45.4040169,34.8063143 45.1642588,34.218637 44.684735,33.9306319 C44.2052109,33.6426268 43.478202,33.4986264 42.5036857,33.4986264 Z M43.547805,40.1771977 L40.2298261,40.1771977 L40.2298261,45.4780218 L42.7357122,45.4780218 C44.0814729,45.4780218 45.0791767,45.3067781 45.728854,44.9642857 C46.3785317,44.6217932 46.7033655,43.9368184 46.7033655,42.9093407 C46.7033655,41.0879032 45.6515225,40.1771977 43.547805,40.1771977 L43.547805,40.1771977 Z M51.8293665,40.7142857 L51.8293665,31.3269231 L54.2888473,31.3269231 L54.2888473,39.6634616 C54.2888473,40.4885573 54.3468535,41.2669379 54.4628672,41.9986264 C54.5788812,42.7303149 54.7915699,43.3685868 55.1009401,43.9134616 C55.4103103,44.4583359 55.843422,44.8903372 56.4002887,45.2094782 C56.957155,45.5286188 57.6764301,45.688187 58.558135,45.688187 C59.43984,45.688187 60.159115,45.524727 60.7159814,45.1978023 C61.2728477,44.8708776 61.7059597,44.4349845 62.0153299,43.8901097 C62.3247001,43.3452354 62.5373888,42.7069635 62.6534029,41.9752746 C62.7694165,41.2435861 62.8274228,40.4729892 62.8274228,39.6634616 L62.8274228,31.3269231 L65.2869036,31.3269231 L65.2869036,40.7142857 C65.2869036,43.0027588 64.7223114,44.789142 63.5931099,46.0734889 C62.4639089,47.3578362 60.7856007,48 58.558135,48 C56.3306694,48 54.6523612,47.3578362 53.5231597,46.0734889 C52.3939587,44.789142 51.8293665,43.0027588 51.8293665,40.7142857 Z M74.9606238,47.6730769 L68.9279348,47.6730769 L68.9279348,31.3269231 L74.9606238,31.3269231 C76.1362309,31.3269231 77.2190104,31.5137344 78.2089952,31.8873626 C79.1989796,32.2609909 80.0497352,32.7980734 80.7612866,33.4986264 C81.472838,34.1991793 82.0258289,35.0553979 82.4202759,36.0673077 C82.8147229,37.0792175 83.0119436,38.2234368 83.0119436,39.5 C83.0119436,40.7609955 82.8147229,41.8974308 82.4202759,42.9093407 C82.0258289,43.9212507 81.4767052,44.781361 80.7728879,45.4896977 C80.0690707,46.1980348 79.2221822,46.7390092 78.2321975,47.1126375 C77.2422131,47.4862658 76.1516994,47.6730769 74.9606238,47.6730769 Z M74.9606238,33.6387363 L71.3874156,33.6387363 L71.3874156,45.3612639 L74.9606238,45.3612639 C76.6930972,45.3612639 78.0195019,44.8397487 78.9398784,43.7967032 C79.8602548,42.7536578 80.3204362,41.3214376 80.3204362,39.5 C80.3204362,37.6785624 79.8602548,36.2463422 78.9398784,35.2032967 C78.0195019,34.1602512 76.6930972,33.6387363 74.9606238,33.6387363 Z M90.5974254,48 C88.3235544,48 86.5447022,47.6341612 85.260816,46.9024727 L85.5624505,44.0302199 C86.9391476,45.1355367 88.6329243,45.688187 90.6438307,45.688187 C91.711158,45.688187 92.5696475,45.5091592 93.2193248,45.151099 C93.8690025,44.7930385 94.1938362,44.2170367 94.1938362,43.4230769 C94.1938362,43.0650167 94.1164948,42.7458807 93.9618097,42.4656593 C93.8071246,42.1854382 93.6021701,41.9363565 93.3469394,41.7184065 C93.0917091,41.5004568 92.7978118,41.3097535 92.4652389,41.1462912 C92.1326657,40.9828289 91.7807626,40.8388284 91.4095182,40.7142857 L88.8340242,39.8502746 L87.6970942,39.3832417 C87.4031924,39.2586989 87.0976938,39.0991311 86.7805894,38.9045329 C86.4634849,38.709935 86.1695877,38.4725289 85.8988889,38.1923078 C85.6281898,37.9120864 85.4077669,37.5929504 85.2376133,37.2348901 C85.0674598,36.8768297 84.9823842,36.4720719 84.9823842,36.0206044 C84.9823842,35.4290263 85.0790607,34.8335653 85.2724173,34.2342033 C85.4657735,33.6348413 85.7906076,33.0977588 86.2469284,32.6229396 C86.7032495,32.1481203 87.3065124,31.7589301 88.0567353,31.4553571 C88.8069582,31.1517842 89.7389219,31 90.8526546,31 C91.3321783,31 91.8271633,31.0350271 92.3376244,31.1050824 C92.848085,31.1751377 93.3353358,31.2646515 93.7993911,31.3736264 C94.2634464,31.4826013 94.6849571,31.6071422 95.0639357,31.7472527 C95.4429142,31.8873633 95.7484128,32.0274718 95.9804405,32.1675824 L95.7252113,34.7596154 C93.8380527,33.7788413 92.2757567,33.2884615 91.0382758,33.2884615 C90.6051573,33.2884615 90.183647,33.3312725 89.7737312,33.4168956 C89.3638158,33.5025187 89.0003113,33.6309515 88.6832069,33.8021978 C88.3661025,33.9734441 88.1108756,34.1991744 87.9175194,34.4793956 C87.7241628,34.7596168 87.6274862,35.0865366 87.6274862,35.4601648 C87.6274862,35.942768 87.7512325,36.3202825 87.9987286,36.5927198 C88.2462247,36.8651571 88.6097292,37.106455 89.0892533,37.3166209 C89.5687771,37.5267868 90.1681729,37.7408415 90.8874585,37.9587912 C91.6067442,38.1767409 92.4381643,38.4803095 93.3817434,38.8695055 C93.7993934,39.040752 94.217037,39.2353467 94.6346866,39.4532968 C95.0523362,39.6712464 95.427442,39.9514636 95.7600153,40.293956 C96.0925881,40.6364485 96.3671502,41.0567742 96.5837091,41.5549449 C96.8002683,42.053116 96.9085462,42.6602529 96.9085462,43.3763736 C96.9085462,43.8745447 96.8312048,44.3960595 96.6765197,44.9409342 C96.5218346,45.4858086 96.2163364,45.9839719 95.7600153,46.4354394 C95.3036942,46.8869068 94.6617605,47.2605298 93.8341951,47.5563185 C93.00663,47.8521077 91.9277172,48 90.5974254,48 L90.5974254,48 Z M115.700908,47.6730769 L113.102211,47.6730769 L111.617242,35.8104396 L107.301549,43.9601648 L102.916248,35.8104396 L101.431278,47.6730769 L98.8557841,47.6730769 L101.060036,31.3269231 L103.125072,31.3269231 L107.278346,39.1964287 L111.408418,31.3269231 L113.496657,31.3269231 L115.700908,47.6730769 Z M131.175291,47.6730769 L128.576595,47.6730769 L127.091625,43.4230769 L121.151746,43.4230769 L119.643574,47.6730769 L117.06808,47.6730769 L122.868742,31.3269231 L125.351426,31.3269231 L131.175291,47.6730769 Z M126.279532,41.1112639 L124.121686,34.9931319 L121.963839,41.1112639 L126.279532,41.1112639 Z M146,47.6730769 L143.934964,47.6730769 L135.767631,35.3434066 L135.767631,47.6730769 L133.30815,47.6730769 L133.30815,31.3269231 L135.883644,31.3269231 L143.517317,42.9793958 L143.517317,31.3269231 L146,31.3269231 L146,47.6730769 Z' fill='%231A1919'%3E%3C/path%3E%3Cpath d='M4.55652475,26 C3.12402846,26 1.99286731,25.7644003 1.16300738,25.2931937 L1.35565248,23.5497382 C2.28430525,24.2827262 3.36113115,24.6492146 4.58616247,24.6492146 C4.94181671,24.6492146 5.270298,24.6151836 5.5716162,24.5471204 C5.87293439,24.4790572 6.13473152,24.3743462 6.35701544,24.2329843 C6.57929932,24.0916223 6.75218424,23.9136136 6.87567529,23.6989529 C6.99916634,23.4842921 7.06091094,23.2356035 7.06091094,22.9528796 C7.06091094,22.6596844 6.99669656,22.4057602 6.86826587,22.1910995 C6.73983514,21.9764387 6.55954093,21.7853412 6.32737773,21.617801 C6.09521454,21.450261 5.81365912,21.29843 5.4827031,21.1623037 C5.15174704,21.0261773 4.78374919,20.8848175 4.37869853,20.7382199 L3.3413788,20.3769634 C2.50163959,20.0837682 1.90148204,19.7198975 1.54088814,19.2853403 C1.18029424,18.8507832 1,18.3350815 1,17.7382199 C1,17.4240822 1.05927482,17.0811537 1.17782624,16.7094241 C1.29637766,16.3376945 1.49643018,15.9921482 1.77798979,15.6727749 C2.05954941,15.3534016 2.43989617,15.0890063 2.91904149,14.8795812 C3.3981868,14.670156 4.00328394,14.565445 4.73435098,14.565445 C5.03072954,14.565445 5.3369828,14.5863872 5.65311991,14.6282722 C5.96925702,14.6701573 6.27304046,14.7251306 6.56447938,14.7931937 C6.85591827,14.8612569 7.12512474,14.9424079 7.37210688,15.0366492 C7.61908899,15.1308905 7.82655087,15.2251304 7.9944987,15.3193717 L7.84631019,16.9057592 C6.60152026,16.24607 5.60866706,15.9162304 4.86772066,15.9162304 C4.58122142,15.9162304 4.29719622,15.9476437 4.01563661,16.0104712 C3.734077,16.0732988 3.4846288,16.1727742 3.26728454,16.3089005 C3.04994027,16.4450268 2.8745856,16.6125644 2.74121525,16.8115183 C2.6078449,17.0104722 2.54116073,17.2513075 2.54116073,17.5340314 C2.54116073,17.9947667 2.72639454,18.3534018 3.09686772,18.6099476 C3.46734091,18.8664934 4.0279819,19.1204176 4.77880757,19.3717278 C4.98627254,19.4450266 5.13692939,19.4921465 5.23078258,19.513089 C5.3246358,19.5340315 5.4160178,19.5575915 5.50493136,19.5837696 C5.59384495,19.6099478 5.71486435,19.6518322 5.86799327,19.7094241 C6.02112219,19.767016 6.26563081,19.8743448 6.60152651,20.0314136 L7.10536752,20.3141361 C7.23379821,20.3874349 7.33999894,20.4502615 7.42397285,20.5026178 C7.50794677,20.5549741 7.57463096,20.6073296 7.62402737,20.6596859 L7.9944987,21.0680628 C8.22172226,21.319373 8.37237907,21.5916216 8.44647371,21.8848168 C8.52056835,22.1780119 8.57243382,22.5287938 8.60207168,22.9371728 C8.60207168,23.2513105 8.55761556,23.5837679 8.468702,23.934555 C8.37978845,24.2853421 8.19208485,24.6125639 7.90558557,24.9162304 C7.61908632,25.2198968 7.21157194,25.473821 6.68303019,25.6780105 C6.15448847,25.8822 5.44566039,25.9895288 4.55652475,26 Z M15.8621698,24.8062827 C15.2200163,25.5602132 14.3457127,25.9371728 13.2392328,25.9371728 C12.6761136,25.9371728 12.1722776,25.8350796 11.7277098,25.63089 C11.283142,25.4267016 10.905265,25.1465986 10.5940675,24.7905759 C10.28287,24.4345532 10.0457708,24.0104737 9.88276254,23.5183246 C9.71975435,23.0261756 9.63825147,22.497385 9.63825147,21.9319372 C9.63825147,21.3560181 9.72222413,20.8246098 9.89017199,20.3376963 C10.0581198,19.8507829 10.2976889,19.4293212 10.6088864,19.0732984 C10.9200838,18.7172757 11.2979608,18.4371738 11.7425286,18.2329843 C12.1870964,18.0287948 12.6859929,17.9267016 13.2392328,17.9267016 C13.7924728,17.9267016 14.2913692,18.0287948 14.735937,18.2329843 C15.1805048,18.4371738 15.5583818,18.7198935 15.8695793,19.0811518 C16.1807767,19.4424102 16.4203458,19.8664897 16.5882936,20.3534032 C16.7562415,20.8403166 16.8402141,21.3664893 16.8402141,21.9319372 C16.8402141,23.0837754 16.5142026,24.041881 15.8621698,24.8062827 Z M14.8841255,19.9057592 C14.4988334,19.4240814 13.9505413,19.1832461 13.2392328,19.1832461 C12.5279243,19.1832461 11.9771624,19.4214636 11.5869307,19.8979058 C11.1966989,20.3743479 11.001586,21.0523516 11.001586,21.9319372 C11.001586,22.8115227 11.1966989,23.4895264 11.5869307,23.9659686 C11.9771624,24.4424108 12.5279243,24.6806283 13.2392328,24.6806283 C13.9604206,24.6806283 14.5136522,24.4345574 14.8989444,23.9424084 C15.2842365,23.4502593 15.4768796,22.780109 15.4768796,21.9319372 C15.4768796,21.0628229 15.2792969,20.387437 14.8841255,19.9057592 Z M21.5218318,25.9371728 C20.938954,25.9371728 20.4252389,25.8350796 19.9806711,25.63089 C19.5361032,25.4267016 19.1582263,25.1439809 18.8470288,24.7827225 C18.5358313,24.4214642 18.3012019,23.9973846 18.1431333,23.5104712 C17.9850647,23.0235578 17.9060316,22.4921495 17.9060316,21.9162304 C17.9060316,21.32984 17.9850647,20.7931962 18.1431333,20.3062827 C18.3012019,19.8193693 18.5308918,19.3979075 18.83221,19.0418848 C19.1335282,18.6858621 19.5089353,18.4109957 19.9584428,18.2172775 C20.4079503,18.0235592 20.9241351,17.9267016 21.5070129,17.9267016 C22.4751829,17.9267016 23.2210577,18.0785325 23.7446598,18.382199 L23.5371958,19.6544503 C22.9246802,19.3403126 22.297355,19.1832461 21.6552015,19.1832461 C20.8549794,19.1832461 20.2572917,19.4188458 19.8621202,19.8900524 C19.4669488,20.3612589 19.2693661,21.0366448 19.2693661,21.9162304 C19.2693661,22.7958159 19.4669488,23.4790552 19.8621202,23.9659686 C20.2572917,24.452882 20.8549794,24.6963351 21.6552015,24.6963351 C22.3072343,24.6963351 22.939499,24.5392686 23.5520147,24.2251309 L23.7298409,25.356021 C23.1864803,25.7434574 22.4504846,25.9371728 21.5218318,25.9371728 L21.5218318,25.9371728 Z M26.4850077,16.356021 L25.1513109,16.356021 L25.1513109,14.7853403 L26.4850077,14.7853403 L26.4850077,16.356021 Z M26.4850077,25.7801047 L25.1513109,25.7801047 L25.1513109,18.0837696 L26.4850077,18.0837696 L26.4850077,25.7801047 Z M34.4860485,24.8062827 L34.2785845,25.9371728 L34.1748526,25.9371728 C33.878474,25.9371728 33.6314956,25.9188484 33.4339099,25.882199 C33.2363242,25.8455496 33.0683789,25.782723 32.9300689,25.6937173 C32.7917589,25.6047116 32.675679,25.4869117 32.5818258,25.3403141 C32.4879727,25.1937166 32.3965906,25.0157078 32.3076771,24.8062827 C31.6951614,25.5602132 30.9542262,25.9371728 30.0848491,25.9371728 C29.4031785,25.9371728 28.8598259,25.7303686 28.4547752,25.3167539 C28.0497245,24.9031393 27.8472023,24.3664954 27.8472023,23.7068063 C27.8472023,23.1727722 27.9830404,22.732986 28.2547207,22.3874346 C28.5264011,22.0418831 28.8721708,21.764399 29.2920405,21.5549738 C29.7119101,21.3455487 30.1786993,21.1963355 30.6924221,21.1073298 C31.2061449,21.0183242 31.7050413,20.9685864 32.1891262,20.9581152 C32.1891262,20.2670122 32.0631673,19.7984306 31.8112455,19.552356 C31.5593237,19.3062815 31.1567489,19.1832461 30.6035089,19.1832461 C29.9712347,19.1832461 29.3340304,19.4136103 28.6918769,19.8743456 L28.4992318,18.7277487 C29.1512646,18.1937146 29.971233,17.9267016 30.9591614,17.9267016 C31.4234878,17.9267016 31.8186533,17.992146 32.1446697,18.1230366 C32.4706861,18.2539274 32.734953,18.4633494 32.9374783,18.7513089 C33.1400037,19.0392684 33.2881907,19.4188458 33.3820439,19.8900524 C33.4758971,20.3612589 33.522823,20.9371694 33.522823,21.617801 L33.522823,23.1884817 C33.522823,23.7958146 33.5722187,24.2172763 33.6710115,24.4528796 C33.7698044,24.6884828 33.9970245,24.8062827 34.3526788,24.8062827 L34.4860485,24.8062827 Z M32.1891262,23.7696335 L32.1891262,21.9319372 C31.1221635,21.9738222 30.3590002,22.1230354 29.8996134,22.3795812 C29.4402267,22.6361269 29.2105367,23.0523532 29.2105367,23.6282722 C29.2105367,24.4136165 29.5859439,24.8062827 30.3367696,24.8062827 C30.6924239,24.8062827 31.0357239,24.7120428 31.3666799,24.5235602 C31.6976359,24.3350776 31.971782,24.0837712 32.1891262,23.7696335 Z M38.1007087,24.8062827 L37.9080636,25.9371728 L37.4783169,25.9371728 C36.8262841,25.9371728 36.3496158,25.7617818 36.0482976,25.4109948 C35.7469794,25.0602077 35.5963226,24.6178037 35.5963226,24.0837696 L35.5963226,14 L36.9300193,14 L36.9300193,23.2670157 C36.9300193,23.5916246 36.9423683,23.8560199 36.9670664,24.0602094 C36.9917647,24.2643989 37.0436301,24.4214654 37.1226644,24.5314136 C37.2016987,24.6413618 37.3177785,24.7146595 37.4709075,24.7513089 C37.6240364,24.7879583 37.833968,24.8062827 38.1007087,24.8062827 L38.1007087,24.8062827 Z M47.5232195,26 C46.7625147,26 46.0635657,25.8638757 45.4263518,25.591623 C44.789138,25.3193704 44.2408457,24.9319397 43.7814589,24.4293194 C43.3220722,23.926699 42.9639538,23.3246108 42.7070923,22.6230366 C42.4502309,21.9214625 42.321802,21.1413656 42.321802,20.2827225 C42.321802,19.4345507 42.4502309,18.6596894 42.7070923,17.9581152 C42.9639538,17.256541 43.3220722,16.6544528 43.7814589,16.1518325 C44.2408457,15.6492122 44.7866681,15.2591637 45.4189425,14.9816754 C46.0512166,14.7041871 46.7476957,14.565445 47.5084005,14.565445 C48.5654839,14.565445 49.5237605,14.7801026 50.3832581,15.2094241 L50.2350697,16.591623 L49.390395,16.2774869 C48.8272757,16.036648 48.1999505,15.9162304 47.5084005,15.9162304 C46.9255228,15.9162304 46.409338,16.0261769 45.9598305,16.2460733 C45.5103229,16.4659697 45.1299762,16.7696316 44.818779,17.1570681 C44.5075814,17.5445046 44.2704821,18.0052329 44.107474,18.539267 C43.9444655,19.0733011 43.8629628,19.6544471 43.8629628,20.2827225 C43.8629628,20.9005266 43.941996,21.4764371 44.1000643,22.0104712 C44.258133,22.5445053 44.4927624,23.0078514 44.80396,23.4005236 C45.1151572,23.7931957 45.5004437,24.0994754 45.9598305,24.3193717 C46.4192172,24.5392681 46.9452812,24.6492146 47.5380385,24.6492146 C47.6862276,24.6492146 47.829475,24.6439791 47.967785,24.6335078 C48.1060949,24.6230366 48.2493427,24.6020944 48.3975318,24.5706806 L48.7680031,24.4921466 C48.8470375,24.4816754 48.9804057,24.439791 49.168112,24.3664922 L49.5089457,24.2565445 C49.5583421,24.2460732 49.6867709,24.1989533 49.894236,24.1151832 L50.2350697,23.9895288 L50.3832581,25.3717278 C49.5237605,25.790578 48.5704237,26 47.5232195,26 L47.5232195,26 Z M57.9693712,24.8062827 L57.7619073,25.9371728 L57.6581751,25.9371728 C57.3617965,25.9371728 57.114818,25.9188484 56.9172325,25.882199 C56.7196466,25.8455496 56.5517014,25.782723 56.4133915,25.6937173 C56.2750815,25.6047116 56.1590018,25.4869117 56.0651485,25.3403141 C55.9712951,25.1937166 55.8799132,25.0157078 55.7909996,24.8062827 C55.178484,25.5602132 54.4375486,25.9371728 53.5681715,25.9371728 C52.8865011,25.9371728 52.3431486,25.7303686 51.938098,25.3167539 C51.533047,24.9031393 51.3305248,24.3664954 51.3305248,23.7068063 C51.3305248,23.1727722 51.4663629,22.732986 51.7380433,22.3874346 C52.0097238,22.0418831 52.3554935,21.764399 52.775363,21.5549738 C53.1952326,21.3455487 53.6620218,21.1963355 54.1757447,21.1073298 C54.6894676,21.0183242 55.1883639,20.9685864 55.6724489,20.9581152 C55.6724489,20.2670122 55.5464899,19.7984306 55.2945679,19.552356 C55.0426462,19.3062815 54.6400716,19.1832461 54.0868315,19.1832461 C53.4545575,19.1832461 52.8173531,19.4136103 52.1751995,19.8743456 L51.9825546,18.7277487 C52.634587,18.1937146 53.4545556,17.9267016 54.4424838,17.9267016 C54.9068104,17.9267016 55.3019761,17.992146 55.6279923,18.1230366 C55.9540085,18.2539274 56.2182755,18.4633494 56.4208008,18.7513089 C56.6233264,19.0392684 56.7715133,19.4188458 56.8653666,19.8900524 C56.9592196,20.3612589 57.0061457,20.9371694 57.0061457,21.617801 L57.0061457,23.1884817 C57.0061457,23.7958146 57.0555413,24.2172763 57.154334,24.4528796 C57.2531272,24.6884828 57.4803472,24.8062827 57.8360014,24.8062827 L57.9693712,24.8062827 Z M55.6724489,23.7696335 L55.6724489,21.9319372 C54.6054862,21.9738222 53.8423226,22.1230354 53.3829359,22.3795812 C52.9235491,22.6361269 52.6938592,23.0523532 52.6938592,23.6282722 C52.6938592,24.4136165 53.0692664,24.8062827 53.820092,24.8062827 C54.1757466,24.8062827 54.5190464,24.7120428 54.8500024,24.5235602 C55.1809584,24.3350776 55.4551046,24.0837712 55.6724489,23.7696335 Z M62.9325469,17.8010471 L62.6361698,19.356021 L62.1767853,19.356021 C62.0285962,19.356021 61.8705302,19.3848165 61.7025823,19.4424084 C61.5346344,19.5000003 61.3740984,19.5759158 61.2209695,19.6701571 C61.0678406,19.7643984 60.9270627,19.8691094 60.7986319,19.9842932 C60.6702012,20.099477 60.5763498,20.2198946 60.5170738,20.3455497 L60.5170738,25.7801047 L59.0944638,25.7801047 L59.0944638,18.0837696 L60.1910591,18.0837696 L60.3540665,19.356021 C60.8085134,18.8115156 61.2209676,18.4162316 61.5914408,18.1701571 C61.961914,17.9240825 62.3694284,17.8010471 62.8139961,17.8010471 L62.9325469,17.8010471 Z M69.9407244,21.9319372 L64.6800318,21.9319372 C64.8381001,23.7644071 65.7469807,24.6806283 67.4067006,24.6806283 C68.147647,24.6806283 68.8441261,24.5287973 69.496159,24.2251309 L69.6739853,25.3403141 C68.8144874,25.7382219 68.0043984,25.9371728 67.2436932,25.9371728 C66.6311775,25.9371728 66.0804157,25.8324618 65.591391,25.6230366 C65.1023667,25.4136115 64.6899125,25.128274 64.3540171,24.7670157 C64.0181212,24.4057574 63.7612636,23.9764423 63.5834365,23.4790576 C63.4056094,22.9816729 63.3166974,22.445029 63.3166974,21.86911 C63.3166974,21.3141334 63.40067,20.7958139 63.5686179,20.3141361 C63.7365654,19.8324583 63.9736647,19.4162321 64.2799225,19.065445 C64.5861803,18.7146579 64.9591181,18.4371738 65.3987461,18.2329843 C65.8383744,18.0287948 66.3298614,17.9267016 66.8732219,17.9267016 C67.3375485,17.9267016 67.7623513,17.9999993 68.1476435,18.1465968 C68.5329353,18.2931944 68.8614169,18.507852 69.133097,18.7905759 C69.4047774,19.0732998 69.6171789,19.4162284 69.7703078,19.8193717 C69.9234367,20.2225151 70,20.6753902 70,21.1780105 C70,21.4712056 69.9802416,21.722512 69.9407244,21.9319372 L69.9407244,21.9319372 Z M66.8435843,19.1832461 C65.7667421,19.1832461 65.085082,19.7748632 64.7985825,20.9581152 L68.6218466,20.9581152 C68.6218466,20.3926673 68.4736598,19.9554989 68.1772811,19.6465968 C67.8809025,19.3376948 67.4363412,19.1832461 66.8435843,19.1832461 Z' fill='currentColor'%3E%3C/path%3E%3Cpath d='M8.41565222,11.6429496 L2,11.6429496 L2,0.776196636 L3.46511288,0.776196636 L3.46511288,10.3078913 L8.41565222,10.3078913 L8.41565222,11.6429496 Z M15.2144878,10.6804657 C14.5461873,11.4256182 13.6362842,11.7981889 12.4847512,11.7981889 C11.8987031,11.7981889 11.3743521,11.6972843 10.9116826,11.4954722 C10.449013,11.29366 10.0557498,11.0168194 9.73188113,10.6649418 C9.40801247,10.3130642 9.1612591,9.89392224 8.99161359,9.40750324 C8.82196809,8.92108424 8.7371466,8.3984504 8.7371466,7.83958604 C8.7371466,7.27037232 8.82453842,6.74515116 8.99932471,6.26390684 C9.17411099,5.78266252 9.42343471,5.36610784 9.7473034,5.01423028 C10.0711721,4.66235272 10.4644353,4.385512 10.9271048,4.18369988 C11.3897743,3.98188774 11.9089846,3.88098318 12.4847512,3.88098318 C13.0605177,3.88098318 13.5797279,3.98188774 14.0423975,4.18369988 C14.505067,4.385512 14.8983302,4.66494 15.2221989,5.02199224 C15.5460676,5.37904448 15.7953913,5.79818648 15.9701776,6.2794308 C16.1449639,6.76067512 16.2323557,7.28072164 16.2323557,7.83958604 C16.2323557,8.97801344 15.8930698,9.92496388 15.2144878,10.6804657 L15.2144878,10.6804657 Z M14.1966199,5.83699872 C13.7956396,5.36092904 13.2250224,5.1228978 12.4847512,5.1228978 C11.7444799,5.1228978 11.1712923,5.35834176 10.7651713,5.82923672 C10.3590503,6.30013172 10.1559928,6.97024144 10.1559928,7.83958604 C10.1559928,8.7089306 10.3590503,9.37904032 10.7651713,9.84993532 C11.1712923,10.3208303 11.7444799,10.5562742 12.4847512,10.5562742 C13.235304,10.5562742 13.8110619,10.3130684 14.2120421,9.8266494 C14.6130224,9.34023044 14.8135095,8.6778826 14.8135095,7.83958604 C14.8135095,6.9805908 14.6078817,6.31306836 14.1966199,5.83699872 L14.1966199,5.83699872 Z M20.902922,11.7981889 C20.2963108,11.7981889 19.7616785,11.6972843 19.299009,11.4954722 C18.8363394,11.29366 18.4430762,11.014232 18.1192075,10.6571798 C17.7953389,10.3001276 17.5511558,9.88098318 17.3866511,9.39974128 C17.2221464,8.91849696 17.1398952,8.3932758 17.1398952,7.82406208 C17.1398952,7.24449904 17.2221464,6.71410332 17.3866511,6.232859 C17.5511558,5.75161468 17.7901982,5.33505996 18.1037853,4.9831824 C18.4173724,4.63130484 18.8080653,4.35963872 19.2758756,4.16817592 C19.7436859,3.97671314 20.2808886,3.88098318 20.8874998,3.88098318 C21.8950912,3.88098318 22.6713362,4.03104636 23.2162581,4.33117724 L23.0003468,5.5886158 C22.3628909,5.27813556 21.7100226,5.1228978 21.0417222,5.1228978 C20.208917,5.1228978 19.5868928,5.35575448 19.175631,5.82147476 C18.7643692,6.28719508 18.5587414,6.95471752 18.5587414,7.82406208 C18.5587414,8.69340668 18.7643692,9.368691 19.175631,9.84993532 C19.5868928,10.3311796 20.208917,10.5717982 21.0417222,10.5717982 C21.7203042,10.5717982 22.3783132,10.4165604 23.015769,10.1060802 L23.2008359,11.2238034 C22.6353509,11.606729 21.8693873,11.7981889 20.902922,11.7981889 L20.902922,11.7981889 Z M30.8170502,10.6804657 L30.6011389,11.7981889 L30.4931832,11.7981889 C30.1847368,11.7981889 29.9277021,11.7800778 29.7220712,11.7438551 C29.5164403,11.7076324 29.3416566,11.6455373 29.1977149,11.5575679 C29.0537733,11.4695985 28.932967,11.3531702 28.8352923,11.2082794 C28.7376176,11.0633887 28.6425148,10.8874525 28.5499808,10.6804657 C27.912525,11.4256182 27.1414207,11.7981889 26.2366447,11.7981889 C25.5272181,11.7981889 24.9617416,11.5937925 24.5401982,11.1849935 C24.1186548,10.7761946 23.9078863,10.2457989 23.9078863,9.59379044 C23.9078863,9.06597408 24.0492554,8.63130832 24.331998,8.28978008 C24.6147404,7.94825184 24.9745891,7.67399844 25.4115548,7.46701164 C25.8485205,7.26002484 26.3343162,7.11254896 26.8689566,7.02457956 C27.4035969,6.93661016 27.9228072,6.88745152 28.4266029,6.8771022 C28.4266029,6.19404576 28.2955152,5.73091972 28.0333358,5.4877102 C27.7711564,5.24450072 27.3521897,5.1228978 26.7764231,5.1228978 C26.1184042,5.1228978 25.4552545,5.35057988 24.786954,5.80595084 L24.5864649,4.67270376 C25.2650469,4.1448874 26.1184024,3.88098318 27.1465569,3.88098318 C27.6297896,3.88098318 28.0410452,3.94566559 28.3803362,4.07503236 C28.7196272,4.20439908 28.9946544,4.4113828 29.2054261,4.69598964 C29.4161977,4.98059652 29.5704186,5.35575448 29.6680933,5.82147476 C29.765768,6.28719508 29.8146046,6.85640024 29.8146046,7.52910736 L29.8146046,9.08150064 C29.8146046,9.6817624 29.8660115,10.0983171 29.968827,10.3311772 C30.0716424,10.5640374 30.3081144,10.6804657 30.6782501,10.6804657 L30.8170502,10.6804657 Z M28.4266029,9.65588616 L28.4266029,7.83958604 C27.316196,7.8809834 26.5219585,8.02845928 26.0438667,8.28201812 C25.5657748,8.53557696 25.3267325,8.94695704 25.3267325,9.51617076 C25.3267325,10.2923713 25.7174253,10.6804657 26.4988228,10.6804657 C26.8689584,10.6804657 27.2262368,10.587323 27.5706685,10.4010349 C27.9151003,10.2147468 28.2004089,9.96636636 28.4266029,9.65588616 L28.4266029,9.65588616 Z M34.3772152,10.6804657 L34.1767261,11.7981889 L33.7294811,11.7981889 C33.0508991,11.7981889 32.554822,11.62484 32.2412349,11.2781371 C31.9276477,10.9314342 31.7708565,10.4941812 31.7708565,9.9663648 L31.7708565,0 L33.1588582,0 L33.1588582,9.15912032 C33.1588582,9.47994984 33.17171,9.74126676 33.1974138,9.94307892 C33.2231177,10.144891 33.277095,10.3001288 33.3593473,10.4087969 C33.4415997,10.517465 33.5624061,10.5899093 33.72177,10.626132 C33.8811339,10.6623546 34.0996135,10.6804657 34.3772152,10.6804657 Z M43.6566588,11.8602846 C42.8958248,11.8602846 42.1915494,11.7231579 41.5438119,11.4489004 C40.8960744,11.1746429 40.3357389,10.7891357 39.8627876,10.2923674 C39.3898366,9.79559908 39.0222767,9.20052092 38.7600974,8.50711512 C38.497918,7.81370936 38.3668303,7.04269504 38.3668303,6.19404916 C38.3668303,5.34540328 38.5004885,4.57438896 38.7678085,3.88098318 C39.0351286,3.18757739 39.4078292,2.59508654 39.8859212,2.10349288 C40.3640128,1.61189922 40.93463,1.23156668 41.5977899,0.962483828 C42.2609494,0.693400984 42.9883579,0.55886158 43.7800368,0.55886158 C44.9932591,0.55886158 46.0625239,0.76584528 46.9878631,1.17981889 L46.8490628,2.4683053 C45.7695005,2.08537972 44.7619241,1.89391979 43.8263035,1.89391979 C43.1991295,1.89391979 42.6439343,1.99999894 42.1607016,2.21216041 C41.6774689,2.42432189 41.2739244,2.71927366 40.9500558,3.09702458 C40.6261869,3.4747755 40.3820038,3.93013964 40.2174994,4.46313064 C40.0529946,4.99612168 39.9707435,5.57826332 39.9707435,6.20957308 C39.9707435,6.86158152 40.0581353,7.45407236 40.2329214,7.9870634 C40.4077079,8.5200544 40.667313,8.97283124 41.0117446,9.34540752 C41.3561766,9.71798376 41.782854,10.0077609 42.2917907,10.2147477 C42.8007271,10.4217346 43.3944776,10.5252264 44.0730594,10.5252264 C44.8133308,10.5252264 45.4147921,10.4269091 45.8774617,10.2302717 L45.8774617,7.52910736 L44.181015,7.52910736 L44.181015,6.19404916 L47.3425745,6.19404916 L47.3425745,11.0375162 C47.1369436,11.1513589 46.8824792,11.257438 46.5791737,11.3557568 C46.2758678,11.4540755 45.9571449,11.5420436 45.6229946,11.6196636 C45.2888444,11.6972837 44.9495583,11.7567915 44.6051267,11.7981889 C44.2606951,11.8395862 43.9445423,11.8602846 43.6566588,11.8602846 L43.6566588,11.8602846 Z M54.9279445,10.6804657 C54.259644,11.4256182 53.3497408,11.7981889 52.1982076,11.7981889 C51.6121596,11.7981889 51.0878088,11.6972843 50.6251392,11.4954722 C50.1624695,11.29366 49.7692063,11.0168194 49.4453378,10.6649418 C49.1214692,10.3130642 48.8747156,9.89392224 48.7050701,9.40750324 C48.5354247,8.92108424 48.4506031,8.3984504 48.4506031,7.83958604 C48.4506031,7.27037232 48.5379952,6.74515116 48.7127813,6.26390684 C48.8875675,5.78266252 49.1368912,5.36610784 49.4607601,5.01423028 C49.7846287,4.66235272 50.1778919,4.385512 50.6405615,4.18369988 C51.1032308,3.98188774 51.6224413,3.88098318 52.1982076,3.88098318 C52.7739742,3.88098318 53.2931847,3.98188774 53.755854,4.18369988 C54.2185236,4.385512 54.6117868,4.66494 54.9356553,5.02199224 C55.2595243,5.37904448 55.508848,5.79818648 55.6836342,6.2794308 C55.8584203,6.76067512 55.9458124,7.28072164 55.9458124,7.83958604 C55.9458124,8.97801344 55.6065264,9.92496388 54.9279445,10.6804657 L54.9279445,10.6804657 Z M53.9100767,5.83699872 C53.5090962,5.36092904 52.938479,5.1228978 52.1982076,5.1228978 C51.4579365,5.1228978 50.8847488,5.35834176 50.478628,5.82923672 C50.0725069,6.30013172 49.8694495,6.97024144 49.8694495,7.83958604 C49.8694495,8.7089306 50.0725069,9.37904032 50.478628,9.84993532 C50.8847488,10.3208303 51.4579365,10.5562742 52.1982076,10.5562742 C52.9487607,10.5562742 53.5245186,10.3130684 53.9254987,9.8266494 C54.3264791,9.34023044 54.526966,8.6778826 54.526966,7.83958604 C54.526966,6.9805908 54.3213385,6.31306836 53.9100767,5.83699872 Z M63.65456,4.03622252 L60.7860234,11.6429496 L59.228377,11.6429496 L56.3444177,4.03622252 L57.8866421,4.03622252 L59.999489,10.1060802 L62.0969136,4.03622252 L63.65456,4.03622252 Z M70.9314849,7.83958604 L65.4565897,7.83958604 C65.6210942,9.65072056 66.5669825,10.5562742 68.2942819,10.5562742 C69.0653977,10.5562742 69.7902357,10.4062111 70.468818,10.1060802 L70.6538847,11.2082794 C69.7593902,11.6015544 68.9163164,11.7981889 68.1246372,11.7981889 C67.4871814,11.7981889 66.913994,11.694697 66.4050573,11.4877102 C65.8961209,11.2807234 65.466873,10.9987081 65.1173003,10.6416559 C64.7677277,10.2846036 64.5004114,9.86028708 64.3153439,9.3686934 C64.1302761,8.87709976 64.0377433,8.346704 64.0377433,7.77749028 C64.0377433,7.22897528 64.1251354,6.7166906 64.2999215,6.24062096 C64.4747077,5.76455132 64.7214613,5.3531712 65.0401892,5.00646832 C65.358917,4.6597654 65.7470396,4.385512 66.2045682,4.18369988 C66.6620971,3.98188774 67.1735961,3.88098318 67.7390814,3.88098318 C68.222314,3.88098318 68.6644138,3.95342748 69.0653939,4.09831824 C69.4663744,4.243209 69.8082305,4.45536728 70.090973,4.73479948 C70.3737154,5.01423168 70.5947653,5.35316748 70.7541294,5.75161708 C70.9134932,6.15006668 70.9931741,6.59766892 70.9931741,7.09443724 C70.9931741,7.3842188 70.9726114,7.63259924 70.9314849,7.83958604 L70.9314849,7.83958604 Z M67.7082366,5.1228978 C66.5875482,5.1228978 65.8781325,5.70762676 65.5799677,6.8771022 L69.5589056,6.8771022 C69.5589056,6.31823784 69.4046848,5.88615936 69.0962383,5.5808538 C68.7877921,5.27554828 68.3251293,5.1228978 67.7082366,5.1228978 L67.7082366,5.1228978 Z M76.2960521,3.75679172 L75.9876074,5.29366108 L75.5095181,5.29366108 C75.3552946,5.29366108 75.1907925,5.32212132 75.0160063,5.37904268 C74.8412198,5.43596408 74.6741475,5.51099564 74.5147834,5.60413972 C74.3554197,5.69728376 74.2089097,5.80077564 74.0752496,5.91461836 C73.9415896,6.02846112 73.8439161,6.14747672 73.782227,6.27166884 L73.782227,11.6429496 L72.3016917,11.6429496 L72.3016917,4.03622252 L73.4429376,4.03622252 L73.6125823,5.29366108 C74.0855336,4.75549536 74.5147815,4.36481364 74.9003396,4.12160412 C75.2858973,3.87839464 75.7100049,3.75679172 76.1726742,3.75679172 L76.2960521,3.75679172 Z M83.9739556,11.6429496 L82.585954,11.6429496 L82.585954,7.45148772 C82.585954,6.63388984 82.4343033,6.041399 82.1309978,5.6739974 C81.8276923,5.30659584 81.3213336,5.1228978 80.611907,5.1228978 C79.6043155,5.1228978 78.9154625,5.45407172 78.5453268,6.11642948 L78.5453268,11.6429496 L77.1573251,11.6429496 L77.1573251,4.03622252 L78.2368818,4.03622252 L78.3911045,4.843467 C79.1108125,4.20180792 79.9436053,3.88098318 80.8895072,3.88098318 C82.9458166,3.88098318 83.9739556,5.07113944 83.9739556,7.45148772 L83.9739556,11.6429496 Z M97.4043547,11.6429496 L96.016353,11.6429496 L96.016353,7.17205692 C96.016353,6.45795244 95.8775542,5.93790588 95.5999524,5.61190168 C95.322351,5.28589748 94.8699695,5.1228978 94.2427955,5.1228978 C92.9061944,5.1228978 92.2379041,5.8266424 92.2379041,7.23415264 L92.2379041,11.6429496 L90.8499024,11.6429496 L90.8499024,7.45148772 C90.8499024,6.58214312 90.6982517,5.9767158 90.3949463,5.6351876 C90.0916408,5.29365936 89.6521111,5.1228978 89.0763445,5.1228978 C88.1098796,5.1228978 87.4415889,5.45407172 87.0714532,6.11642948 L87.0714532,11.6429496 L85.6834515,11.6429496 L85.6834515,4.03622252 L86.7630085,4.03622252 L86.9172308,4.843467 C87.3284926,4.47089076 87.7037633,4.21733572 88.0430547,4.08279432 C88.3823456,3.94825288 88.7627569,3.88098318 89.1843005,3.88098318 C90.3358333,3.88098318 91.1891888,4.38809324 91.7443924,5.4023286 C92.2687511,4.38809324 93.1889357,3.88098318 94.5049733,3.88098318 C96.437904,3.88098318 97.4043547,4.9728222 97.4043547,7.156533 L97.4043547,11.6429496 Z M105.544925,7.83958604 L100.07003,7.83958604 C100.234534,9.65072056 101.180422,10.5562742 102.907722,10.5562742 C103.678838,10.5562742 104.403676,10.4062111 105.082258,10.1060802 L105.267325,11.2082794 C104.37283,11.6015544 103.529756,11.7981889 102.738077,11.7981889 C102.100622,11.7981889 101.527434,11.694697 101.018497,11.4877102 C100.509561,11.2807234 100.080313,10.9987081 99.7307406,10.6416559 C99.3811679,10.2846036 99.1138516,9.86028708 98.9287838,9.3686934 C98.7437159,8.87709976 98.6511835,8.346704 98.6511835,7.77749028 C98.6511835,7.22897528 98.7385753,6.7166906 98.9133618,6.24062096 C99.0881479,5.76455132 99.3349015,5.3531712 99.6536294,5.00646832 C99.9723573,4.6597654 100.36048,4.385512 100.818008,4.18369988 C101.275537,3.98188774 101.787036,3.88098318 102.352521,3.88098318 C102.835754,3.88098318 103.277854,3.95342748 103.678834,4.09831824 C104.079814,4.243209 104.421671,4.45536728 104.704413,4.73479948 C104.987156,5.01423168 105.208206,5.35316748 105.36757,5.75161708 C105.526933,6.15006668 105.606614,6.59766892 105.606614,7.09443724 C105.606614,7.3842188 105.586051,7.63259924 105.544925,7.83958604 L105.544925,7.83958604 Z M102.321677,5.1228978 C101.200988,5.1228978 100.491572,5.70762676 100.193408,6.8771022 L104.172346,6.8771022 C104.172346,6.31823784 104.018125,5.88615936 103.709679,5.5808538 C103.401232,5.27554828 102.93857,5.1228978 102.321677,5.1228978 L102.321677,5.1228978 Z M113.731762,11.6429496 L112.343761,11.6429496 L112.343761,7.45148772 C112.343761,6.63388984 112.19211,6.041399 111.888805,5.6739974 C111.585499,5.30659584 111.079141,5.1228978 110.369714,5.1228978 C109.362123,5.1228978 108.673269,5.45407172 108.303134,6.11642948 L108.303134,11.6429496 L106.915132,11.6429496 L106.915132,4.03622252 L107.994689,4.03622252 L108.148911,4.843467 C108.868619,4.20180792 109.701412,3.88098318 110.647314,3.88098318 C112.703623,3.88098318 113.731762,5.07113944 113.731762,7.45148772 L113.731762,11.6429496 Z M119.281397,10.6804657 L119.173441,11.7981889 L117.924239,11.7981889 C117.255939,11.7981889 116.759862,11.6222527 116.435993,11.2703752 C116.112124,10.9184976 115.950192,10.4890064 115.950192,9.98188876 L115.950192,5.1228978 L114.654724,5.1228978 L114.778102,4.03622252 L115.950192,4.03622252 L115.950192,2.15782665 L117.338194,2.01811126 L117.338194,4.03622252 L119.327663,4.03622252 L119.327663,5.1228978 L117.338194,5.1228978 L117.338194,9.12807244 C117.338194,9.49029936 117.348475,9.77490196 117.369039,9.98188876 C117.389602,10.1888756 117.44872,10.3441133 117.546394,10.4476067 C117.644069,10.5511001 117.80086,10.6157825 118.016773,10.6416559 C118.232685,10.6675292 118.535986,10.6804657 118.926685,10.6804657 L119.281397,10.6804657 Z M132,11.6429496 L130.581154,11.6429496 L129.902575,10.9288486 C129.450187,11.3221236 129.002947,11.5989643 128.56084,11.759379 C128.118734,11.9197938 127.599523,12 127.003194,12 C126.386301,12 125.854239,11.930143 125.406992,11.7904269 C124.959745,11.6507108 124.587044,11.4540763 124.28888,11.2005175 C123.990715,10.9469586 123.769665,10.644245 123.625723,10.2923674 C123.481782,9.94048984 123.409812,9.5523954 123.409812,9.12807244 C123.409812,7.93789832 124.05754,6.88228144 125.353014,5.96119016 C124.581898,5.0194002 124.196346,4.13971948 124.196346,3.3221216 C124.196346,2.91849734 124.276027,2.55886316 124.435391,2.24320828 C124.594755,1.9275534 124.810664,1.6558873 125.083125,1.42820181 C125.355586,1.20051633 125.674309,1.02716748 126.039304,0.908150064 C126.404299,0.789132652 126.792421,0.72962484 127.203683,0.72962484 C127.943954,0.72962484 128.496579,0.90814828 128.861574,1.26520052 C129.226569,1.62225276 129.409064,2.09572797 129.409064,2.68564036 C129.409064,3.91721185 128.56599,5.0607968 126.879816,6.11642948 L129.810042,9.14359636 C130.139051,8.71927344 130.339538,7.73610084 130.411509,6.19404916 L131.660711,6.19404916 C131.619584,7.80854624 131.285439,9.10736896 130.658265,10.0905563 L132,11.6429496 Z M127.018616,1.8007762 C126.57651,1.8007762 126.203809,1.9353156 125.900504,2.20439845 C125.597198,2.47348129 125.445548,2.85640114 125.445548,3.35316947 C125.445548,3.98447922 125.728286,4.64682708 126.293771,5.34023284 L127.11115,4.7037516 L127.419594,4.43984476 C127.717759,4.18111124 127.928528,3.93790541 128.051906,3.71021992 C128.175285,3.48253444 128.236973,3.234154 128.236973,2.96507115 C128.236973,2.5924949 128.126448,2.30530502 127.905395,2.10349288 C127.684342,1.90168075 127.388752,1.8007762 127.018616,1.8007762 Z M129.208574,10.0129366 L126.000748,6.7839586 C125.167943,7.373871 124.751547,8.11901232 124.751547,9.01940492 C124.751547,9.58861864 124.944323,10.0517446 125.329881,10.4087969 C125.715439,10.7658491 126.283486,10.9443726 127.034039,10.9443726 C127.938814,10.9443726 128.663652,10.633897 129.208574,10.0129366 L129.208574,10.0129366 Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } /* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .mast a.headerLogo, .modalHeader .modalLogo { background-image: url(../graphics/header/local-government-and-social-care-ombudsan-logo@2x.png); background-size: contain; background-repeat: no-repeat; } } */ .mast a.masthref:hover { background-color: #4F4E97 !important; } .mast a.masthref.headerLogo:hover { background-color: #ffffff !important; } .mast a.masthref.headerLogo:focus:hover { background-color: #fd0 !important; } .mast a.masthref.mastCallToAction.mainAccount:hover { background-color: #1F5550 !important; } .mast a.masthref.mastCallToAction.mainAccount:focus:hover { background-color: #fd0 !important; } .mast a.masthref:focus, .mast a.masthref.mastCallToAction.mainAccount:focus { background-color: #fd0; } .mast a.masthref:focus span, .mast a.masthref.mastCallToAction.mainAccount:focus span { color: #0a0a0a; } .mastCallToAction { line-height: 70px; border-right: 1px solid #8787B0; background-color: #51509B; } @media print, screen and (max-width: 39.99875em) { .mastCallToAction { width: 53px !important; background-position: center center !important; } } @media print, screen and (min-width: 40em) and (max-width: 63.99875em) { .mastCallToAction { width: 70px; background-position: center center !important; } } @media print, screen and (min-width: 64em) { .mastCallToAction { padding: 0 29px 0 69px; width: auto; } } /*.mast > .mastCallToAction ~ .mastCallToAction { border-left: none; }*/ .mast a.masthref:last-of-type { border-left: 1px solid #8787B0; float: right; } a.mastCallToAction { color: #fefefe; } a.mastCallToAction:hover { color: #fefefe; } a.mastCallToAction.active { background-color: #454483; } a.mastCallToAction.active:focus { background-color: #fd0 !important; } a.mastCallToAction:hover:focus { background-color: #fd0 !important; } .mastCallToAction span { display: none; line-height: 70px; vertical-align: top; font-weight: 400; } @media print, screen and (min-width: 64em) { .mastCallToAction span { display: inline-block; } } .mastCallToAction { background-repeat: no-repeat; background-position: 30px center; } .mastCallToAction.mainMenu { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShape%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-326.000000, -24.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='menu' transform='translate(296.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(30.000000, 24.000000)'%3E%3Cpath d='M3.18211702e-07,0.0562968942 L3.18211702e-07,3.20738075 L24.8205125,3.20738075 L24.8205125,0.0562968942 L3.18211702e-07,0.0562968942 Z M3.18211702e-07,9.19442212 L3.18211702e-07,12.3454965 L24.8205125,12.3454965 L24.8205125,9.19442212 L3.18211702e-07,9.19442212 Z M3.18211702e-07,18.3325379 L3.18211702e-07,21.4836123 L24.8205125,21.4836123 L24.8205125,18.3325379 L3.18211702e-07,18.3325379 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 25px 22px; } .mastCallToAction.mainSearch { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='24px' viewBox='0 0 23 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Esearch%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-472.000000, -20.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='search' transform='translate(440.000000, 0.000000)'%3E%3Cpath d='M53.8275046,43.717767 L54.842719,42.7025526 C55.0538601,42.4914115 55.0538601,42.1499797 54.842719,41.9388825 L49.3891988,36.4853623 C49.2858875,36.382051 49.1511222,36.3281361 49.0073638,36.3281361 L48.4144315,36.3281361 C49.8294672,34.6884916 50.6874554,32.5547076 50.6874554,30.2187757 C50.6874554,25.057247 46.5052564,20.875048 41.3437277,20.875048 C36.182199,20.875048 32,25.057247 32,30.2187757 C32,35.3803044 36.182199,39.5625034 41.3437277,39.5625034 C43.6796597,39.5625034 45.8134436,38.7045152 47.4530882,37.2894795 L47.4530882,37.8824118 C47.4530882,38.0261702 47.5114777,38.1609355 47.6103143,38.2642468 L53.0638345,43.717767 C53.2749317,43.928908 53.6163635,43.928908 53.8275046,43.717767 Z M41.3437277,37.4062586 C37.3726259,37.4062586 34.1562449,34.1898775 34.1562449,30.2187757 C34.1562449,26.2476739 37.3726259,23.0312928 41.3437277,23.0312928 C45.3148296,23.0312928 48.5312106,26.2476739 48.5312106,30.2187757 C48.5312106,34.1898775 45.3148296,37.4062586 41.3437277,37.4062586 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 23px 23px; } .mastCallToAction.mainDisplay { background-image: url("data:image/svg+xml,%0A%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-426.000000, -17.000000)' fill='%23FFFFFF'%3E%3Cg id='displayOptions' transform='translate(426.000000, 0.000000)'%3E%3Cpath d='M12.5,17 C19.4035594,17 25,22.5964406 25,29.5 C25,36.4035594 19.4035594,42 12.5,42 C5.59644063,42 0,36.4035594 0,29.5 C0,22.5964406 5.59644063,17 12.5,17 Z M12.5,19.173913 C6.79705965,19.173913 2.17391304,23.7970596 2.17391304,29.5 C2.17391304,35.2029404 6.79705965,39.826087 12.5,39.826087 C18.2029404,39.826087 22.826087,35.2029404 22.826087,29.5 C22.826087,23.7970596 18.2029404,19.173913 12.5,19.173913 Z M12.491101,25 C14.1069892,25.0145581 15.2856576,25.0191173 19.4287842,26.6518974 C20.0514762,26.907076 20.0514762,27.3543368 19.9500711,27.7752311 C19.8677968,28.2606578 19.5032474,28.4753332 18.8564227,28.4192574 C16.456633,27.674959 15.1737565,27.2856409 15.0077933,27.2513033 C14.7626825,27.1890086 14.6206439,27.2835131 14.5816772,27.5348168 C14.6009484,28.3892494 14.6703769,29.4528942 14.7899627,30.7257512 C15.4661781,33.9067376 15.9277468,35.0207981 16.5515359,36.8012333 C16.6787873,37.312798 16.3190999,37.706889 15.8753922,37.9236253 C15.4316846,38.1403617 14.8486846,37.8657823 14.5816772,37.4768416 C13.9539504,35.6654915 13.2952027,33.7143619 12.6054342,31.6234531 L12.4662257,31.6234531 C11.2010525,35.2278563 10.5033361,37.1789858 10.3730762,37.4768416 C10.1776864,37.9236253 9.82485202,38.0701741 9.28462441,37.9236253 C8.48619876,37.772042 8.35855756,37.0329635 8.41099685,36.8471465 C9.63005683,33.68682 9.93094683,32.0502827 10.1776864,30.4938899 C10.4577391,28.6119903 10.3730762,27.6974792 10.3730762,27.5348168 C10.3730762,27.3721545 10.3443048,27.2349051 10.1776864,27.2513033 C8.17537916,27.6581321 6.56362494,28.3043386 6.02008567,28.4192574 C5.4765464,28.5341762 5.18361521,28.2423544 5.04773937,27.7752311 C4.91186353,27.3081078 5.06646915,26.8056345 5.50599969,26.6518974 C8.63449195,25.4854501 9.98278627,25.0136339 12.491101,25 Z M12.5,21 C13.3284271,21 14,21.6715729 14,22.5 C14,23.3284271 13.3284271,24 12.5,24 C11.6715729,24 11,23.3284271 11,22.5 C11,21.6715729 11.6715729,21 12.5,21 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 25px 25px; } .mastCallToAction.mainAccount, .mastCallToAction.mainAccount.active { background-image: url("data:image/svg+xml,%3Csvg height='23' viewBox='0 0 23 23' width='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m43.5 44c6.3528226 0 11.5-5.1471774 11.5-11.5s-5.1471774-11.5-11.5-11.5-11.5 5.1471774-11.5 11.5 5.1471774 11.5 11.5 11.5zm6.9754458-5c-.2990655-2.0502387-2.036334-3.6277138-4.160631-3.6277138-.9016204 0-1.3370542.5037461-2.8148148.5037461s-1.9088135-.5037461-2.8148148-.5037461c-2.124297 0-3.8615655 1.5774751-4.160631 3.6277138-1.5613426-1.7011894-2.5245542-3.9635157-2.5245542-6.4556649 0-5.2626231 4.2618227-9.5443351 9.5-9.5443351s9.5 4.281712 9.5 9.5443351c0 2.4921492-.9632116 4.7544755-2.5245542 6.4556649zm-6.9754458-5c2.2090732 0 4-1.7909268 4-4s-1.7909268-4-4-4-4 1.7909268-4 4 1.7909268 4 4 4z' fill='%23fff' transform='translate(-32 -21)'/%3E%3C/svg%3E"); background-size: 23px 23px; background-color: #00703C; } .mastCallToAction.mainMenu:focus, .mastCallToAction.mainMenu.active:focus { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShape%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-326.000000, -24.000000)' fill='currentColor' fill-rule='nonzero'%3E%3Cg id='menu' transform='translate(296.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(30.000000, 24.000000)'%3E%3Cpath d='M3.18211702e-07,0.0562968942 L3.18211702e-07,3.20738075 L24.8205125,3.20738075 L24.8205125,0.0562968942 L3.18211702e-07,0.0562968942 Z M3.18211702e-07,9.19442212 L3.18211702e-07,12.3454965 L24.8205125,12.3454965 L24.8205125,9.19442212 L3.18211702e-07,9.19442212 Z M3.18211702e-07,18.3325379 L3.18211702e-07,21.4836123 L24.8205125,21.4836123 L24.8205125,18.3325379 L3.18211702e-07,18.3325379 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 25px 22px; } .mastCallToAction.mainSearch:focus { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='24px' viewBox='0 0 23 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Esearch%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-472.000000, -20.000000)' fill='currentColor' fill-rule='nonzero'%3E%3Cg id='search' transform='translate(440.000000, 0.000000)'%3E%3Cpath d='M53.8275046,43.717767 L54.842719,42.7025526 C55.0538601,42.4914115 55.0538601,42.1499797 54.842719,41.9388825 L49.3891988,36.4853623 C49.2858875,36.382051 49.1511222,36.3281361 49.0073638,36.3281361 L48.4144315,36.3281361 C49.8294672,34.6884916 50.6874554,32.5547076 50.6874554,30.2187757 C50.6874554,25.057247 46.5052564,20.875048 41.3437277,20.875048 C36.182199,20.875048 32,25.057247 32,30.2187757 C32,35.3803044 36.182199,39.5625034 41.3437277,39.5625034 C43.6796597,39.5625034 45.8134436,38.7045152 47.4530882,37.2894795 L47.4530882,37.8824118 C47.4530882,38.0261702 47.5114777,38.1609355 47.6103143,38.2642468 L53.0638345,43.717767 C53.2749317,43.928908 53.6163635,43.928908 53.8275046,43.717767 Z M41.3437277,37.4062586 C37.3726259,37.4062586 34.1562449,34.1898775 34.1562449,30.2187757 C34.1562449,26.2476739 37.3726259,23.0312928 41.3437277,23.0312928 C45.3148296,23.0312928 48.5312106,26.2476739 48.5312106,30.2187757 C48.5312106,34.1898775 45.3148296,37.4062586 41.3437277,37.4062586 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 23px 23px; } .mastCallToAction.mainDisplay:focus { background-image: url("data:image/svg+xml,%0A%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-/-2021-Desktop-HD' transform='translate(-426.000000, -17.000000)' fill='%23000000'%3E%3Cg id='displayOptions' transform='translate(426.000000, 0.000000)'%3E%3Cpath d='M12.5,17 C19.4035594,17 25,22.5964406 25,29.5 C25,36.4035594 19.4035594,42 12.5,42 C5.59644063,42 0,36.4035594 0,29.5 C0,22.5964406 5.59644063,17 12.5,17 Z M12.5,19.173913 C6.79705965,19.173913 2.17391304,23.7970596 2.17391304,29.5 C2.17391304,35.2029404 6.79705965,39.826087 12.5,39.826087 C18.2029404,39.826087 22.826087,35.2029404 22.826087,29.5 C22.826087,23.7970596 18.2029404,19.173913 12.5,19.173913 Z M12.491101,25 C14.1069892,25.0145581 15.2856576,25.0191173 19.4287842,26.6518974 C20.0514762,26.907076 20.0514762,27.3543368 19.9500711,27.7752311 C19.8677968,28.2606578 19.5032474,28.4753332 18.8564227,28.4192574 C16.456633,27.674959 15.1737565,27.2856409 15.0077933,27.2513033 C14.7626825,27.1890086 14.6206439,27.2835131 14.5816772,27.5348168 C14.6009484,28.3892494 14.6703769,29.4528942 14.7899627,30.7257512 C15.4661781,33.9067376 15.9277468,35.0207981 16.5515359,36.8012333 C16.6787873,37.312798 16.3190999,37.706889 15.8753922,37.9236253 C15.4316846,38.1403617 14.8486846,37.8657823 14.5816772,37.4768416 C13.9539504,35.6654915 13.2952027,33.7143619 12.6054342,31.6234531 L12.4662257,31.6234531 C11.2010525,35.2278563 10.5033361,37.1789858 10.3730762,37.4768416 C10.1776864,37.9236253 9.82485202,38.0701741 9.28462441,37.9236253 C8.48619876,37.772042 8.35855756,37.0329635 8.41099685,36.8471465 C9.63005683,33.68682 9.93094683,32.0502827 10.1776864,30.4938899 C10.4577391,28.6119903 10.3730762,27.6974792 10.3730762,27.5348168 C10.3730762,27.3721545 10.3443048,27.2349051 10.1776864,27.2513033 C8.17537916,27.6581321 6.56362494,28.3043386 6.02008567,28.4192574 C5.4765464,28.5341762 5.18361521,28.2423544 5.04773937,27.7752311 C4.91186353,27.3081078 5.06646915,26.8056345 5.50599969,26.6518974 C8.63449195,25.4854501 9.98278627,25.0136339 12.491101,25 Z M12.5,21 C13.3284271,21 14,21.6715729 14,22.5 C14,23.3284271 13.3284271,24 12.5,24 C11.6715729,24 11,23.3284271 11,22.5 C11,21.6715729 11.6715729,21 12.5,21 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-size: 25px 25px; } .mastCallToAction.mainAccount:focus, .mastCallToAction.mainAccount.active:focus { background-image: url("data:image/svg+xml,%3Csvg height='23' viewBox='0 0 23 23' width='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m43.5 44c6.3528226 0 11.5-5.1471774 11.5-11.5s-5.1471774-11.5-11.5-11.5-11.5 5.1471774-11.5 11.5 5.1471774 11.5 11.5 11.5zm6.9754458-5c-.2990655-2.0502387-2.036334-3.6277138-4.160631-3.6277138-.9016204 0-1.3370542.5037461-2.8148148.5037461s-1.9088135-.5037461-2.8148148-.5037461c-2.124297 0-3.8615655 1.5774751-4.160631 3.6277138-1.5613426-1.7011894-2.5245542-3.9635157-2.5245542-6.4556649 0-5.2626231 4.2618227-9.5443351 9.5-9.5443351s9.5 4.281712 9.5 9.5443351c0 2.4921492-.9632116 4.7544755-2.5245542 6.4556649zm-6.9754458-5c2.2090732 0 4-1.7909268 4-4s-1.7909268-4-4-4-4 1.7909268-4 4 1.7909268 4 4 4z' fill='currentColor' transform='translate(-32 -21)'/%3E%3C/svg%3E"); background-size: 23px 23px; } /* achieve the active tab effect */ .menuExpanded, .searchExpanded { box-shadow: inset 0px 1px 1px 0px #3A3869; outline: 0; } .mast a.mastCallToAction:last-of-type { box-shadow: none !important; } .searchExpanded { color: #fff; } .searchExpanded .row { padding: 10px; } .searchExpanded input { width: 100%; margin: 0 0 0 0 !important; position: relative; padding-right: 78px; } .searchExpanded .button { position: absolute; right: 0; top: 0; bottom: 0px; margin: 0 !important; border-radius: 0px !important; background-color: #e5e5e5 !important; border: 0px none; color: black !important; font-weight: 400; line-height: 45px; overflow: hidden; padding-top: 0 !important; padding-bottom: 0 !important; } .searchExpanded .button:hover { background-color: #ababab !important; color: #fefefe !important; } .searchExpanded .button:focus { border-color: #000000 !important; outline: 3px solid rgba(0, 0, 0, 0); box-shadow: 1px 1px 0 2px #0a0a0a !important; color: #000000 !important; background-color: #fd0 !important; top: 0; } /**/ .headerMenu { line-height: 1; padding: 0; margin: 0; list-style: none; position: relative; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .headerMenu a { text-decoration: none !important; display: block; padding: 1.2rem 0.7rem; box-sizing: border-box; text-align: center; color: #fefefe; vertical-align: middle; font-size: 1rem; font-weight: 600; margin-bottom: 0; align-items: center; } @media print, screen and (max-width: 63.99875em) { .headerMenu a { text-align: left !important; margin-right: 10px; margin-left: 10px; border-bottom: 1px solid #8787B0; } } @media print, screen and (min-width: 40em) { .headerMenu a span { min-height: 35px; display: flex; align-items: center; justify-content: center; } } [data-whatinput=mouse] .menu li { outline: 0; } @media print, screen and (min-width: 64em) { .headerMenu.expanded li { flex: 1; justify-content: center; align-items: center; } } @media print, screen and (max-width: 63.99875em) { .headerMenu.expanded li { width: 100%; } } /* delayed background color change */ .headerMenu a:hover { background: #D9D9E0; color: #222222; } .headerMenu a:focus { background: #fd0; color: #0a0a0a; } /* .menu a:hover::after { opacity: 0;}*/ .headerMenu .is-active > a, .headerMenu .active > a, .headerMenu .is-active > a:hover, .headerMenu .active > a:hover, .headerMenu .is-active > a:focus, .headerMenu .active > a:focus { background: #F6F6FA; color: #222222; } /* .headerMenu a span { display: block; width: 100% !important; padding-right: 0.7rem; padding-left: 0.7rem; margin-left: -0.7rem; border-right: 1px solid #8787B0; } .headerMenu li:last-of-type a span { border: none !important} .headerMenu a:hover span { border-color: transparent } */ @media print, screen and (max-width: 767px) { .colour1.headerNav { background-color: white; } .mast .headerLogos { border-right: 1px solid transparent; } /* if we hiswe the breadcrumb we have to do*/ .breadcrumbs { display: none; } .mastCallToAction { padding: 0 0 0 0; width: 73px; border-right: none; border-left: 1px solid #8787B0; background-position: center center; } .mast a.masthref { float: right; } .mast a.masthref:first-of-type { float: left; } .headerMenu.medium-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: row; flex-direction: row; } .headerMenu.medium-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column; } .headerMenu li:last-of-type a { border: none; } .headerMenu a span { border: none; } } @media print, screen and (max-width: 63.99875em) { body .wysiwyg iframe { width: 100% !important; } } @media print, screen and (max-width: 320px) { .menuExpanded { /* set manually via 6 items */ max-height: 372px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; -webkit-overflow-scrolling: touch; } } /* search results */ .wysiwyg .results ul, .results ul, .wysiwyg .search-results, .search-results { padding-left: 0 !important; list-style: none; } .results li, .search-results li { margin-top: 10px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; padding-bottom: 20px; } .results .pagination li { border-bottom: none !important; } .results li:last-of-type, .search-results li:last-of-type { border-bottom: 0px; } .keymatch { background-color: #ffbf47; padding: 0.2em 0.4em; margin: 0 0.2em; font-weight: bold; display: inline; line-height: 1; } .keymatch-indicator { margin-bottom: 0; } ul.search-results li span.link { display: block; color: #00703C; padding: 0.5rem 0; font-weight: 700; font-size: 0.875rem; } .results p.mainItemLabel { font-size: 28px; font-size: 1.556rem; /* 48 / 18 = 2.6667 */ margin-bottom: 11.1375px !important; margin-bottom: 0.61875rem !important; } ul.search-results a { font-size: 28px; font-size: 1.556rem; } ul.search-results li a .size { color: #4A4A4A; font-size: 0.75em; white-space: nowrap; } ul.search-results .left { float: left; } ul.search-results li .word { background-image: url(../graphics/icn-file-word.png); } ul.search-results li .pdf { background-image: url(../graphics/icn-file-pdf.png); } ul.search-results li .pdf, ul.search-results li .word { display: block; width: 40px !important; height: 40px; background-repeat: no-repeat; background-position: center center; background-size: 85% 85%; opacity: 0.45; font-size: 0px; text-indent: -99999px; position: relative; margin-right: 15px; } /* Line 948 */ ul.search-results li a .left { width: 75%; } /* Line 965 */ ul.search-results li:hover .pdf, ul.search-results li:hover .word { opacity: 1; } ul.search-results li a:hover .pageTitle, ul.search-results li a:hover .pageTitle { text-decoration: underline !important; } p.identifiers span { margin-right: 10px; } p.identifiers span:before { display: inline-block; content: ""; height: 10px; width: 10px; background: #7370b7; border-radius: 50%; margin-right: 5px; } p.mainItemLabel { font-size: 20px; margin-bottom: 0; } .pagination { list-style: none; padding: 0 0 0 0 !important; } .pagination li { margin-right: 10px; display: inline-block; } .pagination a, .pagination span.active { display: block; padding: 5px 15px; border-radius: 5px; } .pagination span.active { border: 2px solid #ccc; } .pagination a { border: 2px solid #7370b3; text-decoration: none !important; } .pagination a:hover { background: #7370b3; color: #fff !important; text-decoration: none; } /* Forms */ .wysiwyg .FormFields, .FormFields { list-style-type: none; padding-left: 0 !important; } .FormField { border: 1px solid #D9D9E0; padding: 10px; margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .FormField.ErrorFormField { border: 1px dotted #9A2424; outline: none; -webkit-box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424; -moz-box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424; box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424; -webkit-transition: box-shadow 0.1s linear; -moz-transition: box-shadow 0.1s linear; transition: box-shadow 0.1s linear; -moz-transition: box-shadow 0.1s linear; transition: box-shadow 0.1s linear; } .FormField.date { width: 120px; } input.FormField.fullWidth { width: 100% !important; } textarea.FormField.fullWidth { width: 93.5% !important; } input.FormField:focus, textarea.FormField:focus, select.FormField:focus, select:focus, textarea:focus, input[type=checkbox]:focus, input[type=radio]:focus, .statsHeadline select:focus, select.mapSelect:focus { box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); outline-width: 3px; outline-style: solid; outline-color: #fd0; border-radius: 0 0 0 0; } .button:focus, button:focus, .buttonAlt:focus, .button.buttonAlt:focus, .button.hollow:focus, .button:active, button:active, .buttonAlt:active, .button.buttonAlt:active, .button.hollow:active, .sideNav .gdw_subscribe input[type=submit]:focus, .sideNav .gdw_subscribe input[type=submit]:active, .pagination a:focus, .pagination a:active { top: 2px; border-color: #000000 !important; outline: 3px solid rgba(0, 0, 0, 0); box-shadow: 0 2px 0 #0a0a0a !important; color: #000000 !important; background-color: #fd0 !important; } .button:focus:hover, button:focus:hover, .buttonAlt:focus:hover, .button.buttonAlt:focus:hover, .button.hollow:focus:hover { background-color: #fd0 !important; color: #000000 !important; } /* a:link { color: $link-color; text-decoration: underline; text-underline-offset: $textUnderlineOffset; } a:visited { color: $hyperlinkColorVisited; } a:link:hover { color: $hover-link-color; text-underline-offset: $textUnderlineHoverFocusOffset; text-decoration-thickness: $textDecorationHoverFocusThickness; } a:active { color: $hyperlinkColorActive; } a:focus, a:focus:hover { color: $hyperlinkColorFocus !important; background-color: $color-focus !important; outline: none; text-underline-offset: $textUnderlineHoverFocusOffset !important; text-decoration-thickness: $textDecorationHoverFocusThickness !important; } */ /* Radio */ input[type=checkbox] + label, input[type=radio] + label { margin-left: 5px; } fieldset { padding-bottom: 0px; padding-right: 20px; padding-left: 20px; position: relative; margin-bottom: 20px; } legend { border-width: 1px; border-style: solid; padding: 0 15px; -webkit-background-clip: padding-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 88; margin-bottom: 10px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); color: #4A4A4A; -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf)); background: -webkit-linear-gradient(top, #efeff4, #d6dadf); background: -moz-linear-gradient(top, #efeff4, #d6dadf); background: -ms-linear-gradient(top, #efeff4, #d6dadf); background: -o-linear-gradient(top, #efeff4, #d6dadf); background: linear-gradient(top, #efeff4, #d6dadf); border-color: #cccccc; } /*Display Options*/ .accessWrap { background-color: #efefef; } .displayOptions { background-color: #608b28; display: block; height: 40px; font-size: 16px; line-height: 34px; text-align: right; } .displayOptions a { text-decoration: none; } .displayOptions a, .displayOptions p { color: #FFF; } .displayOptions p { margin: 0 0 0 0; } .displayOptions:hover { text-decoration: none; background-color: #334a15; } .displayOptions span.wrapper { display: block; } /*.no-js .displayOptionsExpanded { display:block !important}*/ .speakLoud { margin-bottom: 5px; } .signLanguage { width: 50px; height: 50px; background: url(../graphics/icn-sign-language.png) top left no-repeat; text-indent: -9999px; } .preview { margin-left: 20px; margin-top: 20px; background-color: #FFF; display: block; height: 45px; border: 1px solid #dcdcdc; border-radius: 3px; overflow: hidden; } .preview p { font-size: 20px; margin: 0 0 0 0; padding: 0 0 0 0; line-height: 45px; } .displayOptionsExpanded ul { list-style: none; padding: 20px 0 20px 0; margin: 0; } .displayOptionsExpanded li { float: left; } .displayOptionsExpanded .wrapper { margin-bottom: 0; padding-bottom: 0; } .preview p span { vertical-align: central; display: block; float: left; line-height: 45px; } .preview p { display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0; } .preview p .viewLabel { color: #000; text-transform: uppercase; font-size: 12px !important; padding-left: 10px; width: 80px; } .preview p .view { padding: 0 10px; width: 475px; height: 45px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; overflow: hidden; } .preview p .view { background-color: #fff; color: #000; } .preview.contrastActive p .view { background-color: #000; color: #ffff00; } .preview.contrastActive.contrast p .view, .preview.contrast p .view { background-color: #000 !important; color: #ffff00; } .preview.normal p .view { background-color: #fff !important; color: #000; } .preview.big p .view { font-size: 24px; } .preview.regular p .view { font-size: 20px; } .fontOptions { margin-right: 20px; } .fontOptions a { display: inline-block; border-radius: 3px; border: 1px solid #dcdcdc; color: #333; text-align: center; margin-left: 5px; } .fontOptions a.regular { width: 35px; height: 35px; line-height: 35px; font-size: 20px; margin-top: 10px; } .fontOptions a.focus { border: 1px solid #416216; box-shadow: inset 0 0 1px #416216; color: #000; } .fontOptions a.contrast.focus { border: 1px solid yellow; box-shadow: inset 0 0 1px yellow; color: #000; } .fontOptions a.big { width: 45px; height: 45px; line-height: 45px; font-size: 24px; } .fontOptions ul { margin-left: 10px; } .fontOptions .contrast { background-color: #333; border-color: #333; color: #FFFF00 !important; } .fontOptions .normal { background-color: #fff; border-color: #333; color: #000 !important; } .fontOptions a:focus { color: #000000 !important; } /* Important Tasks */ .importantTasks { background: #f3f3f9; } .importantTasks h1, .importantTasks h3 { padding-top: 50px; padding-bottom: 20px; } .importantTasks h1 span, .importantTasks h3 { color: #222222; } .blockWithBorder { border-style: solid; border-width: 0 0 5px 0; margin-bottom: 0 !important; padding-bottom: 20px !important; } .tealBlockBorder { border-color: #1cabca; } .pinkBlockBorder { border-color: #d11d8c; } .purpleBlockBorder { border-color: #4F4E97; } .greyBlockBorder { border-color: #6f92a7; } .paleGreyBlockBorder { border-color: #ECECED; } .greenBlockBorder { border-color: #b7d042; } .brownBlockBorder { border-color: #90725e; } .brightRedBlockBorder { border-color: #FF5B5D; } .paleGreyBlockBg { background-color: #ECECED; } .roundel { border-radius: 100%; border-width: 5px; border-style: solid; width: 195px; height: 195px; text-align: center; display: block; margin: 0 auto 20px auto; color: #333 !important; font-size: 21px; font-weight: bold; padding: 30px; line-height: 24px; box-sizing: border-box; } .roundel:hover { border-width: 8px; text-decoration: none; } .tealRoundel { border-color: #1cabca; } .pinkRoundel { border-color: #d11d8c; } .purpleRoundel { border-color: #4F4E97; } .greyRoundel { border-color: #6f92a7; } .greenRoundel { border-color: #b7d042; } .brownRoundel { border-color: #90725e; } .roundel .icn { margin: 0 auto 15px auto; } /* icn */ .icn { display: block; text-indent: -99999px; background-size: cover; background-repeat: no-repeat; background-position: top left; } .icnDecisions { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='75px' height='74px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='gavel-paper-icon' fill='%2300819E'%3E%3Cpath d='M173,0 C174.656854,0 176,1.34314575 176,3 L176,10 L184,10 C185.104569,10 186,10.8954305 186,12 L186,20 L194,20 C195.104569,20 196,20.8954305 196,22 L196,186.12 L221.045745,167.92427 C219.035191,165.333639 216.919377,162.711926 214.698303,160.059131 C212.543442,158.494479 210.649006,156.562793 209.106028,154.275235 C200.921935,142.141817 205.724716,124.591183 219.833341,115.074795 C233.941966,105.558407 252.013785,107.679929 260.197878,119.813347 C261.561626,121.835185 262.564769,124.007443 263.224338,126.267881 C267.385063,133.343649 271.735296,140.158678 276.273316,146.713265 C281.732923,154.598968 287.654715,162.382688 294.038691,170.064423 C295.207153,171.181468 296.266539,172.432579 297.197878,173.813347 C305.381972,185.946764 300.57919,203.497399 286.470565,213.013786 C272.36194,222.530174 254.290121,220.408652 246.106028,208.275235 C244.673512,206.151442 243.638885,203.861677 242.982407,201.478077 C240.116276,196.445448 237.371731,191.829931 234.748974,187.631436 L196,215.784 L196,250 C196,251.104569 195.104569,252 194,252 L146.154,252 L88.8321811,293.648773 C82.0372358,297.631884 76.6432712,296.266315 72.6502874,289.552064 C68.6573035,282.837813 69.3489861,277.731247 74.7253351,274.232365 L105.325,252 L22,252 C20.8954305,252 20,251.104569 20,250 L20,242 L12,242 C10.8954305,242 10,241.104569 10,240 L10,232 L3,232 C1.34314575,232 0,230.656854 0,229 L0,3 C0,1.34314575 1.34314575,0 3,0 L173,0 Z M118.896,242.14 L24,242.14 L24,248 L110.83,248 L118.896,242.14 Z M192,218.69 L186.117,222.964 L186.117844,236.140081 C186.117844,236.544571 186.077818,236.939713 186.001511,237.321762 L186,240 C186,241.104569 185.104569,242 184,242 L181.409364,242.000734 C181.064036,242.076488 180.707568,242.122498 180.342782,242.135943 L180.117844,242.140081 L159.725,242.14 L151.659,248 L192,248 L192,218.69 Z M182.001,225.955 L175.471686,230.700715 C175.086547,231.259381 174.516897,231.681032 173.85074,231.877664 L165.422,238.001 L180.851892,238.001079 C181.385532,237.790419 181.806832,237.356866 182.001043,236.815166 L182.001,225.955 Z M132.66,232.14 L14,232.14 L14,238 L124.593,238.001 L132.66,232.14 Z M172,4 L4,4 L4,228 L138.357,228.001 L172.001,203.557 L172,4 Z M260.977353,174.675692 C249.530732,182.396535 245.634136,196.635729 252.274061,206.479823 C258.913986,216.323916 273.576027,218.045151 285.022647,210.324308 C296.469268,202.603465 300.365864,188.364271 293.725939,178.520177 C287.086014,168.676084 272.423973,166.954849 260.977353,174.675692 Z M123.508963,201.577237 C124.889675,201.577237 126.008963,202.696526 126.008963,204.077237 C126.008963,205.402721 124.977427,206.487276 123.673339,206.57192 L123.508963,206.577237 L21.7916117,206.577237 C20.4108999,206.577237 19.2916117,205.457949 19.2916117,204.077237 C19.2916117,202.751754 20.3231477,201.667199 21.627236,201.582555 L21.7916117,201.577237 L123.508963,201.577237 Z M182,14 L176.117,14 L176.117,200.566 L182.001,196.291 L182,14 Z M154.508963,192.577237 C155.889675,192.577237 157.008963,193.696526 157.008963,195.077237 C157.008963,196.402721 155.977427,197.487276 154.673339,197.57192 L154.508963,197.577237 L21.7916117,197.577237 C20.4108999,197.577237 19.2916117,196.457949 19.2916117,195.077237 C19.2916117,193.751754 20.3231477,192.667199 21.627236,192.582555 L21.7916117,192.577237 L154.508963,192.577237 Z M192,24 L186.117,24 L186.117,193.301 L192,189.026 L192,24 Z M154.508963,183.577237 C155.889675,183.577237 157.008963,184.696526 157.008963,186.077237 C157.008963,187.402721 155.977427,188.487276 154.673339,188.57192 L154.508963,188.577237 L21.7916117,188.577237 C20.4108999,188.577237 19.2916117,187.457949 19.2916117,186.077237 C19.2916117,184.751754 20.3231477,183.667199 21.627236,183.582555 L21.7916117,183.577237 L154.508963,183.577237 Z M154.508963,174.577237 C155.889675,174.577237 157.008963,175.696526 157.008963,177.077237 C157.008963,178.402721 155.977427,179.487276 154.673339,179.57192 L154.508963,179.577237 L21.7916117,179.577237 C20.4108999,179.577237 19.2916117,178.457949 19.2916117,177.077237 C19.2916117,175.751754 20.3231477,174.667199 21.627236,174.582555 L21.7916117,174.577237 L154.508963,174.577237 Z M154.508963,165.577237 C155.889675,165.577237 157.008963,166.696526 157.008963,168.077237 C157.008963,169.402721 155.977427,170.487276 154.673339,170.57192 L154.508963,170.577237 L21.7916117,170.577237 C20.4108999,170.577237 19.2916117,169.457949 19.2916117,168.077237 C19.2916117,166.751754 20.3231477,165.667199 21.627236,165.582555 L21.7916117,165.577237 L154.508963,165.577237 Z M123.508963,148.577237 C124.889675,148.577237 126.008963,149.696526 126.008963,151.077237 C126.008963,152.402721 124.977427,153.487276 123.673339,153.57192 L123.508963,153.577237 L21.7916117,153.577237 C20.4108999,153.577237 19.2916117,152.457949 19.2916117,151.077237 C19.2916117,149.751754 20.3231477,148.667199 21.627236,148.582555 L21.7916117,148.577237 L123.508963,148.577237 Z M154.508963,139.577237 C155.889675,139.577237 157.008963,140.696526 157.008963,142.077237 C157.008963,143.402721 155.977427,144.487276 154.673339,144.57192 L154.508963,144.577237 L21.7916117,144.577237 C20.4108999,144.577237 19.2916117,143.457949 19.2916117,142.077237 C19.2916117,140.751754 20.3231477,139.667199 21.627236,139.582555 L21.7916117,139.577237 L154.508963,139.577237 Z M154.508963,130.577237 C155.889675,130.577237 157.008963,131.696526 157.008963,133.077237 C157.008963,134.402721 155.977427,135.487276 154.673339,135.57192 L154.508963,135.577237 L21.7916117,135.577237 C20.4108999,135.577237 19.2916117,134.457949 19.2916117,133.077237 C19.2916117,131.751754 20.3231477,130.667199 21.627236,130.582555 L21.7916117,130.577237 L154.508963,130.577237 Z M154.508963,121.577237 C155.889675,121.577237 157.008963,122.696526 157.008963,124.077237 C157.008963,125.402721 155.977427,126.487276 154.673339,126.57192 L154.508963,126.577237 L21.7916117,126.577237 C20.4108999,126.577237 19.2916117,125.457949 19.2916117,124.077237 C19.2916117,122.751754 20.3231477,121.667199 21.627236,121.582555 L21.7916117,121.577237 L154.508963,121.577237 Z M154.508963,112.577237 C155.889675,112.577237 157.008963,113.696526 157.008963,115.077237 C157.008963,116.402721 155.977427,117.487276 154.673339,117.57192 L154.508963,117.577237 L21.7916117,117.577237 C20.4108999,117.577237 19.2916117,116.457949 19.2916117,115.077237 C19.2916117,113.751754 20.3231477,112.667199 21.627236,112.582555 L21.7916117,112.577237 L154.508963,112.577237 Z M67.508963,95.5772375 C68.8896749,95.5772375 70.008963,96.6965256 70.008963,98.0772375 C70.008963,99.4027209 68.9774271,100.487276 67.6733387,100.57192 L67.508963,100.577237 L21.7916117,100.577237 C20.4108999,100.577237 19.2916117,99.4579494 19.2916117,98.0772375 C19.2916117,96.7517541 20.3231477,95.6671988 21.627236,95.5825552 L21.7916117,95.5772375 L67.508963,95.5772375 Z M154.508963,86.5772375 C155.889675,86.5772375 157.008963,87.6965256 157.008963,89.0772375 C157.008963,90.4027209 155.977427,91.4872762 154.673339,91.5719198 L154.508963,91.5772375 L21.7916117,91.5772375 C20.4108999,91.5772375 19.2916117,90.4579494 19.2916117,89.0772375 C19.2916117,87.7517541 20.3231477,86.6671988 21.627236,86.5825552 L21.7916117,86.5772375 L154.508963,86.5772375 Z M154.508963,77.5772375 C155.889675,77.5772375 157.008963,78.6965256 157.008963,80.0772375 C157.008963,81.4027209 155.977427,82.4872762 154.673339,82.5719198 L154.508963,82.5772375 L21.7916117,82.5772375 C20.4108999,82.5772375 19.2916117,81.4579494 19.2916117,80.0772375 C19.2916117,78.7517541 20.3231477,77.6671988 21.627236,77.5825552 L21.7916117,77.5772375 L154.508963,77.5772375 Z M154.508963,68.5772375 C155.889675,68.5772375 157.008963,69.6965256 157.008963,71.0772375 C157.008963,72.4027209 155.977427,73.4872762 154.673339,73.5719198 L154.508963,73.5772375 L21.7916117,73.5772375 C20.4108999,73.5772375 19.2916117,72.4579494 19.2916117,71.0772375 C19.2916117,69.7517541 20.3231477,68.6671988 21.627236,68.5825552 L21.7916117,68.5772375 L154.508963,68.5772375 Z M154.508963,59.5772375 C155.889675,59.5772375 157.008963,60.6965256 157.008963,62.0772375 C157.008963,63.4027209 155.977427,64.4872762 154.673339,64.5719198 L154.508963,64.5772375 L21.7916117,64.5772375 C20.4108999,64.5772375 19.2916117,63.4579494 19.2916117,62.0772375 C19.2916117,60.7517541 20.3231477,59.6671988 21.627236,59.5825552 L21.7916117,59.5772375 L154.508963,59.5772375 Z M98.508963,41.5772375 C99.8896749,41.5772375 101.008963,42.6965256 101.008963,44.0772375 C101.008963,45.4027209 99.9774271,46.4872762 98.6733387,46.5719198 L98.508963,46.5772375 L77.7916117,46.5772375 C76.4108999,46.5772375 75.2916117,45.4579494 75.2916117,44.0772375 C75.2916117,42.7517541 76.3231477,41.6671988 77.627236,41.5825552 L77.7916117,41.5772375 L98.508963,41.5772375 Z M103.508963,32.5772375 C104.889675,32.5772375 106.008963,33.6965256 106.008963,35.0772375 C106.008963,36.4027209 104.977427,37.4872762 103.673339,37.5719198 L103.508963,37.5772375 L71.7916117,37.5772375 C70.4108999,37.5772375 69.2916117,36.4579494 69.2916117,35.0772375 C69.2916117,33.7517541 70.3231477,32.6671988 71.627236,32.5825552 L71.7916117,32.5772375 L103.508963,32.5772375 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .icnAdvisors { width: 80px; height: 58px; } .icnComplaint { background-image: url(../graphics/icn-complaint.png); width: 68px; height: 59px; } .icnInfo { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='302px' height='296px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M150.5,52 C203.243194,52 246,94.7568064 246,147.5 C246,200.243194 203.243194,243 150.5,243 C97.7568064,243 55,200.243194 55,147.5 C55,94.7568064 97.7568064,52 150.5,52 Z M162.80518,120.413534 C150.536787,125.580408 138.268393,128.692039 126,129.748429 C126.011187,129.729621 126.01758,130.105163 126.019178,130.875056 L126.019178,130.875056 L126.019178,131.776399 C126.01758,132.809192 126.011187,134.236335 126,136.057829 C133.861376,136.057829 137.792064,138.324773 137.792064,142.85866 C137.79487,142.870003 137.797181,143.282174 137.799063,144.027649 L137.799844,144.367348 C137.799969,144.4273 137.800093,144.488903 137.800215,144.552133 L137.800918,144.950836 C137.801031,145.020474 137.801142,145.09169 137.801252,145.164458 L137.801881,145.619508 C137.801982,145.69839 137.802081,145.778775 137.802178,145.86064 L137.802998,146.63669 L137.802998,146.63669 L137.803248,146.912433 L137.803969,147.842561 C137.804079,148.004285 137.804186,148.169294 137.804288,148.33749 L137.80497,149.657173 L137.80497,149.657173 L137.805087,149.934637 L137.805978,153.256696 L137.805978,153.256696 L137.806025,153.58132 L137.806013,159.94275 C137.805986,160.193731 137.805955,160.446125 137.805922,160.699832 L137.805064,165.38715 C137.805002,165.653073 137.804939,165.919718 137.804874,166.186987 L137.804001,169.417836 C137.803922,169.688516 137.80384,169.959425 137.803758,170.230466 L137.803111,172.264178 L137.803111,172.264178 L137.802976,172.670695 L137.802129,175.102011 C137.802031,175.371071 137.801933,175.639669 137.801834,175.907709 L137.801078,177.905974 L137.801078,177.905974 L137.800924,178.302296 L137.800143,180.263188 L137.800143,180.263188 L137.799985,180.650705 L137.799032,182.936963 C137.798926,183.186948 137.798819,183.435485 137.798713,183.682478 L137.79808,185.145101 C137.797975,185.385518 137.79787,185.624192 137.797766,185.861026 L137.797146,187.259146 C137.797044,187.488221 137.796942,187.715258 137.796841,187.940158 L137.796098,189.585304 L137.796098,189.585304 L137.795954,189.903904 L137.79512,191.736293 C137.795031,191.932002 137.794943,192.124983 137.794856,192.315138 L137.794002,194.203643 L137.794002,194.203643 L137.79389,194.45499 L137.793006,196.490801 L137.793006,196.490801 L137.792923,196.690501 L137.792064,199.41621 C136.560001,204.201709 132.629314,206.214537 126,205.454693 L126,205.454693 L126,213 L174,213 C173.999168,212.3688 173.998443,211.777183 173.997824,211.22515 L173.997824,211.22515 L173.997133,210.58171 C173.997026,210.477637 173.996924,210.375147 173.996825,210.27424 L173.996057,209.408831 C173.995985,209.317425 173.995917,209.227601 173.995853,209.139361 L173.995952,206.177398 L173.995952,206.177398 L173.996057,206.119851 L173.996976,205.783522 L173.996976,205.783522 L173.997133,205.744975 L173.997824,205.614537 C173.998443,205.521673 173.999168,205.468391 174,205.454693 C167.841879,206.20804 164.110272,204.258197 162.80518,199.605165 L162.80518,199.605165 Z M150.080533,82 C141.971731,82 135.398248,88.6147404 135.398248,96.7744361 C135.398248,104.934132 141.971731,111.548872 150.080533,111.548872 C158.189335,111.548872 164.762818,104.934132 164.762818,96.7744361 C164.762818,88.6147404 158.189335,82 150.080533,82 Z' id='Combined-Shape' fill='%23555554'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); width: 71px; height: 71px; } .icnAdult { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='99px' height='100px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='shake' transform='translate(150.999741, 128.499712) rotate(-42.000000) translate(-150.999741, -128.499712) translate(8.982941, -6.005208)' fill='%2301893C' fill-rule='nonzero'%3E%3Cpath d='M66.5082095,1.15588666 L97.943961,29.4607645 C99.790885,31.1237423 99.9400028,33.9690799 98.277025,35.8160039 L95.8694368,38.4884427 L153.321162,90.2188536 C158.21374,94.6241512 158.941652,101.929319 155.244439,107.179176 L164.913297,107.178829 C165.035198,107.170501 165.154597,107.161822 165.271493,107.152792 C169.087071,106.858047 172.859776,108.048184 175.810085,110.457935 L176.35344,110.923991 L242.346432,170.343703 L244.753657,167.670937 C246.416635,165.824013 249.261973,165.674895 251.108897,167.337873 L282.544648,195.642751 C284.391572,197.305729 284.54069,200.151066 282.877712,201.99799 L223.880629,267.520889 C222.217651,269.367813 219.372313,269.516931 217.525389,267.853953 L186.089638,239.549076 C184.242714,237.886098 184.093596,235.04076 185.756574,233.193836 L186.357598,232.525603 L165.414,213.669 L165.41473,216.338514 C165.41473,223.048902 159.976682,228.488745 153.26851,228.488745 C149.450243,228.488745 146.043476,226.72632 143.81682,223.970333 C141.590932,226.724755 138.185156,228.486016 134.36815,228.486016 C130.550346,228.486016 127.143942,226.724017 124.91727,223.968606 C122.692222,226.723902 119.28572,228.486016 115.467791,228.486016 C111.649986,228.486016 108.243582,226.724017 106.01691,223.968606 C103.791862,226.723902 100.38536,228.486016 96.5674312,228.486016 C90.0509214,228.486016 84.732994,223.352579 84.434432,216.907752 L84.4212115,216.335785 L84.4218976,191.335566 C82.4902975,192.629411 80.1668432,193.384066 77.6670716,193.384066 L56.0666606,193.384066 C49.3562732,193.384066 43.9164294,187.946018 43.9164294,181.237846 C43.9164294,177.421765 45.6768373,174.016713 48.4301086,171.789982 C45.6768373,169.56486 43.9164294,166.159808 43.9164294,162.343727 C43.9164294,158.527646 45.6768373,155.122594 48.4301086,152.895862 C45.6768373,150.67074 43.9164294,147.265689 43.9164294,143.449607 C43.9164294,139.633526 45.6768373,136.228474 48.4301086,134.001743 C45.6768373,131.776621 43.9164294,128.371569 43.9164294,124.555488 C43.9164294,118.451618 48.4203273,113.399343 54.2871348,112.538614 L40.4292895,100.060964 L39.2799416,101.338903 C37.6169638,103.185827 34.7716262,103.334945 32.9247022,101.671967 L1.48895065,73.3670892 C-0.357973347,71.7041114 -0.507091172,68.8587738 1.15588666,67.0118498 L60.15297,1.48895065 C61.8159479,-0.357973347 64.6612855,-0.507091172 66.5082095,1.15588666 Z M167.475805,112.567284 L167.341457,112.576823 L165.102,112.576 L164.988302,112.584633 L163.453315,112.660244 C163.182626,112.670419 162.904495,112.679383 162.618902,112.687141 L160.815659,112.719238 L158.832414,112.722559 C158.486821,112.720725 158.13369,112.7177 157.773,112.713488 C157.486292,112.71014 157.210531,112.662219 156.95223,112.576389 L146.064655,112.577421 C145.39355,112.648112 144.713127,112.666361 144.029142,112.629787 C143.890869,112.622394 143.755581,112.60472 143.623979,112.577548 L115.635401,112.576823 C110.590184,112.576823 106.468385,116.529142 106.199204,121.505549 L106.185221,122.023882 L106.185261,124.714796 C106.200449,129.932228 110.443725,134.149491 115.662881,134.134324 L162.316342,134.016277 C162.446615,133.996957 162.579924,133.986947 162.71557,133.986947 C162.847599,133.986947 162.977415,133.99643 163.104373,134.014752 L168.133852,134.002547 C175.445631,134.002547 178.919425,140.27859 178.919425,151.309677 C178.919425,152.800382 177.710571,154.008837 176.219374,154.008837 C174.728177,154.008837 173.519322,152.800382 173.519322,151.309677 C173.519322,142.863471 171.602769,139.400867 168.133852,139.400867 L165.414212,139.407503 L165.415136,206.490544 C165.493661,206.535098 165.570506,206.583935 165.645343,206.637074 L165.891498,206.834277 L189.969565,228.514108 L238.734465,174.355199 L172.741259,114.935725 C171.265098,113.606584 169.420267,112.786585 167.475805,112.567284 Z M92.2574698,42.4999385 L44.0419257,96.0487251 L62.1008688,112.310167 L62.204,112.409 L77.6670716,112.409268 C84.377459,112.409268 89.8173028,117.847316 89.8173028,124.555488 C89.8173028,128.371569 88.056895,131.776621 85.3036236,134.003352 C88.056895,136.228474 89.8173028,139.633526 89.8173028,143.449607 C89.8173028,147.265689 88.056895,150.67074 85.3036236,152.897472 C87.861845,154.964959 89.5628948,158.051119 89.7910707,161.539161 C89.7951527,161.564342 89.798437,161.589514 89.8013722,161.614794 L89.8195314,161.929677 L89.8195314,216.335785 C89.8195314,220.063778 92.8406691,223.085913 96.5674312,223.085913 C100.145123,223.085913 103.072511,220.300713 103.300978,216.779607 L103.315331,216.335785 L103.315331,153.219797 C103.315331,151.7286 104.523786,150.519746 106.014491,150.519746 C107.398717,150.519746 108.539574,151.562074 108.695492,152.904914 L108.713651,153.219797 L108.713212,161.824503 L108.719891,161.929677 L108.719891,216.335785 C108.719891,220.063778 111.741029,223.085913 115.467791,223.085913 C119.045483,223.085913 121.972871,220.300713 122.201337,216.779607 L122.215691,216.335785 L122.215691,153.219797 C122.215691,151.7286 123.424146,150.519746 124.914851,150.519746 C126.299077,150.519746 127.439934,151.562074 127.595851,152.904914 L127.614011,153.219797 L127.613212,161.813503 L127.620251,161.929677 L127.620251,216.335785 C127.620251,220.063778 130.641388,223.085913 134.36815,223.085913 C137.945842,223.085913 140.87323,220.300713 141.101697,216.779607 L141.11605,216.335785 L141.11605,153.219797 C141.11605,151.7286 142.324505,150.519746 143.81521,150.519746 C145.199436,150.519746 146.340294,151.562074 146.496211,152.904914 L146.51437,153.219797 L146.514212,161.824503 L146.52061,161.932407 L146.52061,216.338514 C146.52061,220.066507 149.541748,223.088643 153.26851,223.088643 C156.846202,223.088643 159.77359,220.303443 160.002057,216.782337 L160.01641,216.338514 L160.016212,139.420503 L115.678588,139.532621 C107.677088,139.555874 101.135229,133.248649 100.798711,125.327541 L100.785118,124.730506 L100.785118,122.023882 C100.785118,114.024978 107.113445,107.503646 115.03813,107.19029 L115.635401,107.178503 L145.736251,107.178881 C147.466427,106.939948 149.074897,106.098799 150.263483,104.77874 C152.920978,101.827293 152.789193,97.3387276 150.038036,94.5452098 L149.70898,94.2305871 L92.2574698,42.4999385 Z M77.6670716,174.489947 L56.0666606,174.489947 C52.3386676,174.489947 49.3165322,177.511084 49.3165322,181.237846 C49.3165322,184.815538 52.1017322,187.742926 55.6228378,187.971393 L56.0666606,187.985746 L77.6670716,187.985746 C81.3950646,187.985746 84.4172,184.964609 84.4172,181.237846 C84.4172,177.660155 81.632,174.732767 78.1108944,174.5043 L77.6670716,174.489947 Z M77.6670716,155.595827 L56.0666606,155.595827 C52.3386676,155.595827 49.3165322,158.616965 49.3165322,162.343727 C49.3165322,165.921418 52.1017322,168.848807 55.6228378,169.077273 L56.0666606,169.091627 L77.6670716,169.091627 C81.3950646,169.091627 84.4172,166.070489 84.4172,162.343727 C84.4172,158.766035 81.632,155.838647 78.1108944,155.61018 L77.6670716,155.595827 Z M77.6670716,136.701707 L56.0666606,136.701707 C52.3386676,136.701707 49.3165322,139.722845 49.3165322,143.449607 C49.3165322,147.027299 52.1017322,149.954687 55.6228378,150.183154 L56.0666606,150.197507 L77.6670716,150.197507 C81.3950646,150.197507 84.4172,147.176369 84.4172,143.449607 C84.4172,139.871916 81.632,136.944527 78.1108944,136.716061 L77.6670716,136.701707 Z M77.6670716,117.807588 L56.0666606,117.807588 C52.3386676,117.807588 49.3165322,120.828726 49.3165322,124.555488 C49.3165322,128.133179 52.1017322,131.060568 55.6228378,131.289034 L56.0666606,131.303388 L77.6670716,131.303388 C81.3950646,131.303388 84.4172,128.28225 84.4172,124.555488 C84.4172,120.977796 81.632,118.050408 78.1108944,117.821941 L77.6670716,117.807588 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .icnTraining { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='302px' height='296px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M155.239608,68 C169.516481,68 301.992444,95.6340477 301.992444,99.6451613 C302.473283,101.126308 280.003687,105.81448 234.583654,113.709677 L234.583654,177 C197.905967,172.202307 170.044749,169.803461 151,169.803461 C131.955251,169.803461 104.045654,172.202307 67.271208,177 L67.271208,113.709677 C59.0450616,112.13395 51.5732768,110.689232 44.8558536,109.375522 L44.8577763,177.863441 C46.7156077,178.826551 48,180.892504 48,183.285714 C48,185.043384 47.3071959,186.62453 46.203238,187.721898 L48,227 L37,227 L38.9428817,187.862095 C37.75428,186.761519 37,185.11971 37,183.285714 C37,180.892504 38.2843923,178.826551 40.1422237,177.863441 L40.1419804,108.450778 C13.7299739,103.252437 0.349313733,100.317231 0,99.6451613 C0,95.7501008 140.962734,68 155.239608,68 Z' id='Combined-Shape' fill='%23E50072'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); width: 88px; height: 46px; } .icnBubble { background-image: url(../graphics/icn-bubble.png); width: 19px; height: 16px; } .icnEmail { background-image: url(../graphics/icn-email.png); width: 16px; height: 13px; } .icnForm { background-image: url(../graphics/icon-form.png); width: 70px; height: 71px; } .icnHeaderSearch { background-image: url(../graphics/icn-header-search.png); width: 15px; height: 16px; } .icnCategory { margin-right: 2.5%; width: 8.33%; height: 100px; background-size: contain; background-position: top center; } .introCategory { width: 89%; } .introCategory p { font-size: 1.222em; } .icnFileWord { width: 16px; height: 19px; background-image: url(../graphics/icn-file-word.png); display: inline-block; } .icnFileZip { width: 16px; height: 19px; background-image: url(../graphics/icn-file-zip.png); display: inline-block; } .icnFilePdf { width: 16px; height: 19px; background-image: url(../graphics/icn-file-pdf.png); display: inline-block; } .icnPhone { width: 16px; height: 28px; background-image: url(../graphics/icn-phone.png); display: inline-block; } .nav .icnBubble, .nav .icnEmail, .nav .icnHeaderSearch { display: inline-block; margin-right: 5px; } .nav .icnBubble { margin-top: 5px; } .arrowRight { display: inline-block; width: 5px; height: 9px; background: url(../graphics/icn-arrow-right.png); background-size: contain; line-height: 8px; margin-left: 5px; } .limeBreadcrumb .arrowRight { display: inline-block; width: 5px; height: 9px; background: url(../graphics/icn-arrow-right-303909.png); background-size: cover; line-height: 8px; margin-left: 5px; } .limeBreadcrumb .arrowRightLarge { width: 8px; height: 14px; background: url(../graphics/icn-arrow-right-large.png) top left no-repeat; display: inline-block; background-size: cover; } .categoryNav.limeBlock .arrowRightLarge { width: 8px; height: 14px; background: url(../graphics/icn-arrow-right-large-303909.png) top left no-repeat; display: inline-block; background-size: cover; } .sectionBlockTitleLink .arrowRightLarge { float: right; margin-top: 7px; } /* breadcrumbs */ .breadcrumbs { background: #fafafc; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .breadcrumbs ul { list-style: none !important; padding: 0; margin: 0; } .breadcrumbs li { float: left; padding: 10px 0 10px 10px; } .limeBreadcrumb { background: #fafcef; border-top: 1px solid #B7D042; } .limeBreadcrumb a { color: #4B580E; } .limeBreadcrumb a:hover { color: #303909; } /* generic responsive classes */ /*.mobileOnly { display:none } .desktopOnly { display:block } */ /* news */ .news, .wysiwyg .news { padding: 0 !important; list-style: none; } .news .headline { margin-bottom: 10px; font-size: 1.111rem; line-height: normal; } .news .date { color: #4A4A4A; display: block; float: right; font-size: 14px; display: inline-block; margin-left: 20px; } .news img { margin: 5px 20px 10px 0; vertical-align: text-top; width: 147px; } .news li { margin-bottom: 15px; border-bottom: 1px solid #e4e4e4; } /* buttons */ .buttonAlt, .button, a.buttonAlt, a.button { display: inline-block; border-radius: 5px; border: none; padding: 10px 20px; margin-top: 10px; line-height: 20px; box-sizing: border-box; text-align: center; text-decoration: none !important; } .buttonAlt.small { font-size: 0.778rem; margin-bottom: 20px; } .buttonAlt, .button.buttonAlt, .button.hollow { border: 2px solid #51509B !important; background: #fff !important; color: #51509B !important; } .borderHidden { border-color: transparent !important; } .button, .buttonAlt:hover, .button.hollow:hover, .button.active, .buttonAlt.active { background: #454483 !important; color: #fff !important; border: 2px solid #454483; text-decoration: none !important; } .button:hover { background: #3F3E79 !important; border-color: #3F3E79; } .button.expanded, .buttonAlt.expanded { display: block !important; width: 100%; } .button.brightRedButton { background-color: #B30003 !important; border-color: #B30003 !important; color: #FFF; } .button.brightRedButton.explore { border: 1px solid #8F0002 !important; } .button.brightRedButton:hover { background-color: #8F0002 !important; } /* search */ .searchLine { margin-bottom: 10px; line-height: 40px; } .searchSection { float: left; margin-right: 30px; } .searchSection.last { margin-right: 0; } .searchSection label { display: inline-block; } .checkboxWrapper { display: inline-block; } .searchSection .checkboxWrapper { margin-right: 15px; } .searchLine .mainSearch { border: 1px solid #6f92a7; font-weight: bold; height: 60px; width: 100%; padding: 20px 20px 20px 60px !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .searchLine .mainSearch:hover { background-color: #FFF; border-color: #6f92a7; } .searchLine .buttonSearch { width: 23px; height: 23px; background: url(../graphics/icn-search-button-teal.png) top left no-repeat; background-size: cover; border: none; display: inline-block; text-indent: -99999px; position: absolute; top: 20px; left: 20px; } .searchLine { position: relative; } .advancedSearchLink { display: block; margin: 20px auto 0 auto; width: 230px; background-color: #FFF; color: #4A4A4A !important; border-width: 1px 1px 0 1px; border-color: #1cabca; border-style: solid; text-align: center; padding: 15px 0 15px 0; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: -20px; } .advancedSearchLink:hover { text-decoration: none; background: #84cfe0; } .searchLine .date { width: 100px; margin-right: 3px; } .searchCalendarIcn { margin-bottom: -5px; margin-right: 12px; } .helpLink { display: inline-block; border-top-left-radius: 5px; border-top-right-radius: 5px; border-width: 1px 1px 0 1px; border-style: solid; border-color: #b7b7b7; text-align: center; color: #333 !important; line-height: 20px; padding: 10px 15px; margin-bottom: -20px; } .helpLink:hover { text-decoration: none; } .helpLink .question { border-radius: 50%; background: #4A4A4A; width: 23px; height: 22px; text-align: center; font-size: 16px; font-weight: bold; display: inline-block; color: #fff; margin-left: 5px; } .helpBlock { position: absolute; width: 50%; background: #fff; z-index: 10000; padding: 15px; right: -1px; top: -2px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #b7b7b7; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); } .helpPanel { position: absolute; z-index: 1000; width: 100%; left: -40px; } .statsHeadline .helpPanel { text-align: left !important; } /*.no-js .helpBlock { display:block !important }*/ .helpBlock .close, .helpPanel .close { display: inline-block; width: 45px; height: 45px; float: right; margin: 0 0 20px 20px; text-indent: -9999em; overflow: hidden; background-image: url(../graphics/CLOSE.png); background-size: 80%; background-repeat: no-repeat; background-position: center center; zoom: 1; filter: alpha(opacity=30); opacity: 0.3; } .helpPanel .close { margin-right: -20px; } .close:hover, .close:focus { filter: alpha(opacity=50); opacity: 0.5; } .helpBlock p:last-of-type { margin-bottom: 0; } /* twitter */ .tweets iframe { width: 100% !important; max-width: 100% !important; } iframe[id^=twitter-widget-] { width: 100% !important; margin-top: 15px !important; height: 530px; } /* article */ .articleHeader, #formsMaster h1 { border-bottom: 1px solid #ccc; margin-bottom: 20px; margin-top: 20px; } .articleHeader.fullBlock.left { width: 89%; margin-bottom: 40px; margin-left: 0%; margin-right: 0%; box-sizing: content-box; } #formsMaster h1 { padding-bottom: 20px; } #formsMaster h2, #formsMaster .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item #formsMaster .accordion-title { font-weight: normal; } .articleHeader h1 { margin-top: 0 !important; } .articleHeader h1 + h2, .articleHeader .annual-stats .accordion .accordion-item h1 + .accordion-title, .annual-stats .accordion .accordion-item .articleHeader h1 + .accordion-title { margin-top: 0; } mark, .highlight { background: #f8f9ec; padding: 20px; border-bottom: 5px solid #f3d992; font-weight: bold; display: block; line-height: 26px !important; margin-bottom: 20px; } .contentImg { width: 33.3%; } .contentImg.width200 { width: 200px; } .contentImg.width150 { width: 150px; } .contentImg.width100 { width: 100px; } .contentImg img { width: 100%; } .contentImg.right { margin: 1.5em 0 2em 4.6%; } .contentImg.left { margin: 1.5em 4.6% 2em 0; } .contentImg.center { margin: 1.5em auto 2em auto; width: 100%; } .contentImg.center img { width: 100%; } .contentImg p { font-size: 0.889em; line-height: normal; } /* video and podcast */ /* videos and podcast in general content */ .noJSmessage { display: none; } .no-js .noJSmessage { display: block; } .no-js .video-controls { display: none; } .mediaContainer, .video-controls { background-color: #fbfbfb; } .newMedia { display: block; } .newMedia.right { float: right; margin-left: 40px; width: 50% !important; } .mediaContainer { padding: 1em 1em 0 1em; margin-bottom: 1em; } .mediaContainer, video { border: 1px solid #dcdcdc; } .lt-ie9 .content video { border: 0px none; } .video-controls { padding: 20px 0 0 0; } .podcast .video-controls { padding: 0 0 0 0; } .lt-ie9 .content .video-controls, .no-js .content .video-controls { display: none; } .noJSmessage { display: none; } .no-js .noJSmessage { display: block; } .video-controls button, .legacyMediaMessage { margin-bottom: 1em; } /* at this point in time the IE does not support the fullscreen API */ /* IE9 and IE10 rule sets go here */ @media screen and (min-width: 0\0 ) { .fullscreen { display: none !important; } } video { width: 100% !important; height: auto !important; margin: 0 0 0 0 !important; } .legacyMedia { position: relative; min-width: 100% !important; margin-bottom: 1em; } .legacyMedia img { width: 100%; } .legacyDownloadLink, .legacyDownloadLink:hover, .legacyDownloadLink:hover .link { text-decoration: none !important; } .legacyDownloadLink .link { text-decoration: underline; } .legacyDownloadLink small { color: #666; text-decoration: none !important; } .podcast img { margin-bottom: 0 !important; } @media only screen and (max-width: 600px) { /* images inside main content publishing */ .contentImg, .contentImg img { width: 100% !important; } .contentImg.right, .contentImg.left, .contentImg.center { margin: 1.5em auto 2em auto !important; } .icnCategory { display: none !important; } .newMedia, .newMedia.right { width: 100% !important; } } /* labelled pairs */ .labelledPairs { min-width: 70%; margin-bottom: 40px; } .labelledPair { display: block; padding-bottom: 1em; } .labelledPair:first-of-type { padding-top: 1em; } .labelledPair span.label, .labelledPair span.value { display: block; float: left; } .labelledPair .label { width: 30%; white-space: nowrap; font-weight: bold; } .labelledPair .value { width: 65%; margin-left: 5%; } /* tables */ .content:not(.foundation) .wysiwyg table { margin: 40px 0; width: 100%; text-align: left !important; vertical-align: top !important; clear: both; } .content:not(.foundation) .wysiwyg caption { text-align: left; padding-bottom: 10px; } .content:not(.foundation) .wysiwyg table th { background-color: #4A4A4A; border: 1px solid #adadad; color: #fefefe; margin: 0; padding: 6px 10px; font-size: 0.889em; } .content:not(.foundation) .wysiwyg td { background-color: #f5f5f5; border: 1px solid #adadad; padding: 6px 10px; font-size: 0.778em; } .content:not(.foundation) .wysiwyg ol, .content:not(.foundation) .wysiwyg ul { padding-left: 40px !important; } .content:not(.foundation) .wysiwyg ul.news, .content:not(.foundation) ul.search-results, .content:not(.foundation) ul.FormFields, .content:not(.foundation) ul.pagination { padding-left: 0 !important; } .content:not(.foundation) ul.search-results { margin-top: 1rem; } .content:not(.foundation) .reports .results ul { padding-left: 0px !important; } .content:not(.foundation) .sliderModule, .content:not(.foundation) .wysiwyg .sliderModule { padding-left: 0 !important; } /* blockquote */ blockquote { position: relative; padding: 1em; margin: 40px; } blockquote:before, blockquote:after { height: 1em; opacity: 0.25; position: absolute; font-size: 4em; color: #7370b3; } blockquote:before { content: "“"; top: -30px; left: -10px; } blockquote:after { content: "”"; bottom: 0; right: 0; } /* definition terms dt { display: inline; counter-reset: definitions; } dt + dt:before { content: ", "; margin-left: -0.2em; } dd { display: block; counter-increment: definitions; margin-left: 0; } dd:before { content: counter(definitions, decimal) ". "; } */ .borderFocus { white-space: pre-line; background-color: #FAFAFC; border: 1px solid #e5e5e5; padding: 30px; margin: 20px 0; color: #000; } .wysiwyg hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; clear: both; margin-bottom: 40px; } .wysiwyg .modified-date { color: #4A4A4A; font-style: normal; font-weight: 700; } .wysiwyg blockquote cite { font-weight: 700; display: block; } /* page download */ .pageDownload { display: block; padding: 15px; border: 1px solid #d9d9e1; text-decoration: none !important; margin-bottom: 20px; } .pageDownload:last-of-type { margin-bottom: 40px; } .pageDownload:hover { background-color: #f6f6fa; } /* a to z*/ ul.atoz { list-style-type: none; overflow-y: auto; font-size: 0; margin-bottom: 30px; padding: 1px 1px 1px 1px !important; } ul.atoz li { display: inline-block; text-align: center; font-size: 24px; width: 7.6766091052%; margin: 0 0 0 0; } ul.atoz li a { display: block; line-height: 75px; background: #f6f6fa; -webkit-box-shadow: inset 0px 0px 0px 1px #d9d9e1; -moz-box-shadow: inset 0px 0px 0px 1px #d9d9e1; box-shadow: inset 0px 0px 0px 1px #d9d9e1; font-weight: 300; } ul.atoz li a.disabled { pointer-events: none; cursor: default; color: #ccc; } .ie8 .atoz li a { background-image: url(../graphics/a-zCategory-link-ie8.png); } .atoz li a:hover { background: #eaeaef; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .atoz li.active a { background: #999; color: #FFF; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } @media screen and (min-width: 0px) and (max-width: 959px) { /* .wysiwyg table { width:100%!important; border-spacing:0 !important; border-collapse:separate !important; display: block; position: relative; } .wysiwyg caption { display:block } .wysiwyg th, .wysiwyg td { margin: 0; } .wysiwyg th { text-align: left; } .wysiwyg table { } .wysiwyg thead { display: block; float: left; } .wysiwyg tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } .wysiwyg thead tr { display: block; } .wysiwyg th { display: block; text-align: right; } .wysiwyg tbody tr { display: inline-block; margin-left:-6px; } .wysiwyg td { display: block; } .wysiwyg table th { border-bottom: 0; border-left: 0; padding: 8px!important; font-size:0.750em } .wysiwyg thead tr th:last-of-type { border-bottom:1px solid #adadad; } .wysiwyg td { border-left: 1px solid #adadad; border-right: 0; border-bottom: 0; padding: 8px 13px 8px 13px!important; font-size:0.750em; margin-left:2px } .wysiwyg tbody tr:last-of-type {border-right:1px solid #adadad; } .wysiwyg tbody tr td:last-of-type { border-bottom:1px solid #adadad; } */ .content:not(.foundation) .wysiwyg table thead { display: none; } .content:not(.foundation) .wysiwyg table tfoot { display: none; } .content:not(.foundation) .wysiwyg table tr, .content:not(.foundation) .wysiwyg table th, .content:not(.foundation) .wysiwyg table td { display: block; } .content:not(.foundation) .wysiwyg table td { border-top: 0; } .content:not(.foundation) .wysiwyg table tr td:first-of-type { background-color: #4A4A4A; color: #fff; } } /* slider */ .sliderModule { margin: 0 0 0 0; padding-left: 0; } .sliderModule a, .sliderModule.fullWidthImages img { width: inherit; } .sliderModule.fullWidthImages .showMobile { display: none; } .homeSlider { background: #f4f4f4; } .homeSlider .bx-wrapper { margin-bottom: 60px !important; } .homeSlider .bx-wrapper .bx-caption span { font-size: 1.667em; font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 300; } .homeSlider .bx-wrapper .bx-caption { background: #c2986e !important; } .homeSlider .bx-wrapper .bx-pager, .homeSlider .bx-wrapper .bx-controls-auto { bottom: -45px !important; } .homeSlider .bx-wrapper .bx-pager { padding-top: 20px !important; } .bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; } .bx-wrapper img { max-width: 100%; display: block; } /** THEME ===================================*/ .bx-wrapper .bx-viewport { background: #fff; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); } .bx-wrapper .bx-pager { position: absolute; bottom: -40px; width: 100%; z-index: 99; } .bx-wrapper .bx-controls-auto { position: absolute; bottom: -40px; width: 100%; } /* LOADER */ .bx-wrapper .bx-loading { min-height: 50px; background: url(../graphics/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; } /* PAGER */ .bx-wrapper .bx-pager { text-align: center; font-size: 0.85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; } .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; } .bx-wrapper .bx-pager.bx-default-pager a { background: #6e72b1; text-indent: -9999px; display: block; width: 20px; height: 20px; margin: 0 5px; outline: 0; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #666; } /* DIRECTION CONTROLS (NEXT / PREV) */ .bx-wrapper .bx-prev { left: 10px; background: url(../graphics/controls.png) no-repeat 0 -32px; } .bx-wrapper .bx-next { right: 10px; background: url(../graphics/controls.png) no-repeat -43px -32px; } .bx-wrapper .bx-prev:hover { background-position: 0 0; } .bx-wrapper .bx-next:hover { background-position: -43px 0; } .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; } .bx-wrapper .bx-controls-direction a.disabled { display: none; } /* AUTO CONTROLS (START / STOP) */ .bx-wrapper .bx-controls-auto { text-align: center; } .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../graphics/controls.png) -86px -11px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../graphics/controls.png) -86px -44px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; } /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; } /* IMAGE CAPTIONS */ .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666 \9 ; background: rgba(80, 80, 80, 0.75); width: 100%; } .sliderModule .captionEnhanced { position: absolute; bottom: 0; left: 0; background: #666 \9 ; background: rgba(80, 80, 80, 0.75); width: 100%; z-index: 100; } .homeSlider .sliderModule .captionEnhanced { font-size: 1.667em; font-family: aktiv-grotesk, sans-serif; background: #c2986e !important; color: #FFF; padding: 10px 0; } .sliderModule .captionEnhanced a { color: #FFF; display: inline-block !important; width: auto !important; background-color: #960; padding: 2px 10px; border-radius: 5px; margin-left: 10px; font-size: 70%; } .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: 0.85em; padding: 10px; } /* sidenav */ .sideNav ul { margin: 0; padding: 0; list-style-type: none; } .sideNav ul li { clear: both; } .sideNav a, .sideNav .item { display: block; padding: 15px; } .sideNav a .icn { margin-right: 5px; } .sideNav .item .icn { float: left; } .sideNav .item .itemVal { display: inline-block; width: 80%; padding-left: 5px; vertical-align: top; } .sideNav .paddingSides { padding: 0 15px 15px 15px !important; } .sideNav .details { margin: 15px 0 0px 0; } .sideNav .details ul { border-bottom: 0; } .sideNav .h1 { font-size: 20px; font-weight: bold; border-bottom: 1px solid #d9d9e1; margin-bottom: 0 !important; color: #4A4A4A; display: block; padding-top: 10px !important; } .sideNav .h1.cyan-blue { background-color: #6F92A7; color: #fefefe; text-shadow: 1px 1px #000000; } .sideNav .h1.pastel-yellow { background-color: #F3D992; color: #000; } .sideNav .h1.lilac { background-color: #4F4E97; color: #fefefe; } .sideNav .part { color: #333; font-weight: bold; display: block; margin-bottom: 10px; } .sideNav a { border-bottom: 1px solid #d9d9e1; } .sideNav .subNav a:hover { color: #27265F; text-underline-offset: 4px; text-decoration-thickness: 0.2em; } .sideNav ul:last-child a:last-kind { border-bottom: none; } .sideNav a:hover, .sideNav a:focus { text-decoration: underline !important; background: #f6f6fa; } .sideNav a.active { background: #eeeef3; color: #333; } .subNav a { padding: 10px 10px 10px 30px !important; border-bottom: none; } .subNav { border-bottom: 1px solid #d9d9e1; } .fileSize { color: #333; } .externalLink { display: block; color: #666; font-size: 12px; } /* paginate in content split tags */ .pagination.contentSplit ul { text-align: left; margin: 0; padding: 0; } .content:not(.foundation) .wysiwyg .pagination.contentSplit ul { padding-left: 0 !important; } .pagination.contentSplit li { width: 45%; background-color: #fefefe; display: block; float: left; margin: 10px 0 10px 0; } .pagination.contentSplit li.next { margin-left: 10%; } .pagination.contentSplit li.next a, .pagination.contentSplit li.next span { text-align: right; } .pagination.contentSplit li.first a { text-align: left; } .pagination.contentSplit li.first a { background-size: 11px 18px !important; background: url(../graphics/icn-arrow-left-large.png) 12px center no-repeat; } .pagination.contentSplit li.next a { background-size: 11px 18px !important; background: url(../graphics/icn-arrow-right-large.png) 95% center no-repeat; } .pagination.contentSplit li span, .pagination.contentSplit li a { display: block; padding: 20px 40px; line-height: normal; color: #333; width: 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-decoration: none !important; } .pagination.contentSplit li .node { border: 1px solid #ccc; } .pagination.contentSplit li .node:hover, .pagination.contentSplit li .node:focus { text-decoration: underline !important; } .pagination.contentSplit li .node:hover span, .pagination.contentSplit li .node:focus span { text-decoration: underline !important; } .pagination.contentSplit li .node:hover { border: 1px solid #333; color: #333 !important; } .pagination.contentSplit .splitTitle { padding: 20px 0 0 0; color: #4F4E97; } .pagination.contentSplit li .node:focus { border: 1px solid #0a0a0a; color: #0a0a0a !important; background: none; } .pagination.contentSplit li .node:focus .splitTitle { color: #0a0a0a; } /* compliant detail page */ .fieldValues p { display: block; clear: both; width: 100%; overflow: hidden; } .backToTop { font-size: 0.75em; display: inline-block; width: auto; margin: 20px 0 50px 0; } .backToTop a { display: block; background-color: #FAFAFC; border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px 5px 10px; text-decoration: none !important; } .backToTop a:before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased !important; font: var(--fa-font-solid) !important; content: "\f106"; margin-right: 0.5rem; } .backToTop a:hover { background-color: #fefefe; } .backToTop a:focus { border-color: #0a0a0a; } .backToTop.noTopMargin { margin-top: 0; } a.anotherSearch { font-size: 0.75em; display: inline-block; float: right; margin-left: 20px; background-color: #FAFAFC; border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px 5px 10px; text-decoration: none; text-align: center; } a.anotherSearch:hover { background-color: #FFF; } .index { border: 1px solid #ccc; margin-bottom: 40px; border-bottom: 0px; } .content .wysiwyg .index ul, .index ul { list-style-type: none; padding: 0 !important; margin: 0 !important; padding-left: 0 !important; } .index ul li { margin: 0 !important; } .index ul a { display: block; padding: 10px 20px; background-color: #FAFAFC; border-bottom: 1px solid #ccc; text-decoration: none !important; } .index ul a::before { /* removed font- based rules */ display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased !important; font: var(--fa-font-solid) !important; content: "\f107"; margin-right: 1rem; } .index ul a:hover { background-color: #FFF; background-position: 15px 22px; } .index h2, .index .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .index .accordion-title { margin-bottom: 0 !important; padding: 10px 20px; font-weight: 300; background-color: #FFF; } a.printer { font-size: 0.75em; display: inline-block; background-color: #FAFAFC; border: 1px solid #ccc; border-radius: 5px; text-decoration: none; padding: 5px 10px 5px 10px; text-decoration: none !important; } a.printer:before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased !important; font: var(--fa-font-solid) !important; content: "\f02f"; margin-right: 0.5rem; } .printer:hover { background-color: #FFF; } #complaintTemplate .label, #complaintTemplate .value { display: block; float: left; } #complaintTemplate .label { width: 20%; display: block; } #complaintTemplate .value { width: 80%; display: block; } #complaintTemplate .value { font-weight: bold; } #complaintTemplate h1, #complaintTemplate h2, #complaintTemplate .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item #complaintTemplate .accordion-title { border-bottom: 1px solid #ccc; padding-bottom: 15px; } /* tabs */ .tabContent { display: none; } #tab-1 { display: block; } /* feedback block */ .application { position: relative; padding-top: 80px; padding-bottom: 0px; } .feedbackBlock { background: #fafafc; border-top: 1px solid #d9d9db; padding: 20px 0; } .feedbackBlock .block { margin: 0 40px; } .feedbackBlock .tabsMenu { display: inline-block; list-style: none; padding: 0; } .feedbackBlock .group { margin-bottom: 15px; display: block; } .socialBlock .menu { padding: 0; margin: 0; list-style: none; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } [data-whatinput=mouse] .menu li { outline: 0; } .socialBlock .menu a { line-height: 1; text-decoration: none; display: block; padding: 0.7rem 1rem; } .socialBlock .menu a.has-tip { border: none !important; } .socialBlock .menu a { margin-bottom: 0; } .socialBlock .menu { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .socialBlock menu.expanded li { -webkit-box-flex: 1; -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } .panelTabs { list-style-type: none; position: absolute; top: 14px; /*margin-top:-49px;*/ } .panelTabs span.arrow-down { display: none; } .application .panelTabs li { float: left; margin-right: 20px; } .application .panelTabs li a { display: block; padding: 10px 40px; box-sizing: border-box; background: #fafafc; border: 1px solid #d9d9db; width: 100% !important; white-space: nowrap; text-decoration: none !important; } .application .panelTabs li a:hover { text-decoration: none; text-decoration: underline !important; } .application .panelTabs li a.active { position: relative; border-bottom-color: #fafafc; padding-top: 11px; } .feedbackBlock .button { margin-right: 20px; } .errorMessage { color: #a94442; background: #f2dede; border: 1px solid #ebccd1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 15px; margin-bottom: 20px; } .errorMessage { position: relative; background: #f2dede; border: 1px solid #ebccd1; } .errorMessage:after, .errorMessage:before { bottom: 100%; left: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .errorMessage:after { border-color: rgba(242, 222, 222, 0); border-bottom-color: #f2dede; border-width: 10px; margin-left: -10px; } .errorMessage:before { border-color: rgba(235, 204, 209, 0); border-bottom-color: #ebccd1; border-width: 11px; margin-left: -11px; } .sucessMessage { background-color: #4DA971; padding: 20px; color: #FFF; margin-bottom: 15px !important; } .sucessMessage { position: relative; background: #4DA971; border: 1px solid transparent; } .sucessMessage:after, .sucessMessage:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .sucessMessage:after { border-color: rgba(77, 169, 113, 0); border-bottom-color: #4DA971; border-width: 10px; margin-left: -10px; } .sucessMessage:before { border-color: rgba(0, 0, 0, 0); border-bottom-color: transparent; border-width: 11px; margin-left: -11px; } .validation { padding: 1.5em; margin: 1.5em 0; border-radius: 5px; } .validation p, .validation a { margin: 0 0 0 0 !important; font-weight: 300; } .validation a { text-decoration: underline; } .validation, .validation h1, .validation h2, .validation .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .validation .accordion-title, .validation h3, .validation h4, .validation p, .validation a { color: #FFF !important; } .validation.success { background: #4DA971; } .validation.fail { background: #B21309; } /* sitemap */ .sitemap { margin: 0 0 20px 0; padding: 10px 0 0 0; list-style: none; background: none; width: auto; overflow: hidden; } .sitemap ul li, .sitemap ul li ul li { list-style: none; } .sitemap ul li, .sitemap ul li ul li, .sitemap ul li ul li ul li { background: url(../graphics/site_map_list.gif) 0 5px no-repeat; padding-left: 15px; } /* champion links */ .championLink { display: block; font-weight: bold; font-size: 21px; line-height: 20px; padding: 20px; line-height: 40px; padding-left: 15px; padding-right: 15px; } .championLink .icn { width: 18%; background-size: 100% !important; vertical-align: middle; margin-right: 12px; max-width: 60px; } .championLink .arrow { width: 11px; height: 19px; background-repeat: no-repeat; background-size: cover; display: block; float: right; margin-left: 10px; margin-top: 13px; } .limeChampion { color: #b7d042 !important; } .purpleChampion { color: #4F4E97 !important; } .greyChampion { color: #6f92a7 !important; } .tealChampion { color: #1cabca !important; } .pinkChampion { color: #d11b8b !important; } .brownChampion { color: #90725e !important; } .limeChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-lime.png); } .limeChampion .icn { margin-top: 10px; } .brownChampion .icn { margin-top: 10px; } .purpleChampion .icn, .tealChampion .icn, .greyChampion .icn { margin-top: -5px; } .purpleChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-purple.png); } .tealChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-teal.png); } .greyChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-grey.png); } .pinkChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-pink.png); } .brownChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-brown.png); } .standardChampion .arrow { background-image: url(../graphics/icn-arrow-right-large-standard.png); } /* gov delivery widget */ .sideNav .gdw_widget { width: 100% !important; } .sideNav .gdw_header, .sideNav .gdw_nudge_top { display: none; } .sideNav .gdw_content { display: block !important; height: auto !important; width: 100%; overflow: visible; } .sideNav .gdw_content { overflow-y: auto; height: 390px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #d9d9e1; } .sideNav .gdw_content .gdw_story { border-bottom: 1px solid #d9d9e1; } .sideNav .gdw_content a { background-color: #fefefe; border-bottom: 1px dotted #d9d9e1; } .sideNav .gdw_content a:hover { text-decoration: none; background: #f6f6fa; } .sideNav .gdw_subscribe { padding: 15px; } .sideNav .gdw_subscribe p { margin-bottom: 5px; } .sideNav .gdw_subscribe input[type=email] { display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #D9D9E0; padding: 10px; margin-bottom: 10px; } .sideNav .gdw_subscribe input[type=email]:focus { box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); outline-width: 3px; outline-style: solid; outline-color: #fd0; border-radius: 0 0 0 0; } .sideNav .gdw_subscribe input[type=submit] { border-radius: 5px; border: none; padding: 10px 20px; margin-top: 10px; line-height: 20px; width: 100%; border: 2px solid #4F4E97; background: #4F4E97; color: #fff; } .sideNav .gdw_subscribe input[type=submit]:hover { text-decoration: none; background: #5c5e98; } .sideNav .story_nav { padding: 5px 15px !important; font-size: 80%; background-color: #fefefe; } .sideNav .gdw_buttons { padding: 15px !important; clear: both; width: 100%; box-sizing: border-box; } .sideNav .gdw_buttons a { border: none !important; padding: 0px !important; display: inline; margin: 0 10px 0 0; width: auto; float: left; } .sideNav .gdw_buttons a img { margin: 0px; } .sideNav .gdw_embed * { box-sizing: border-box; } .sideNav .gdw_embed { padding: 15px; } .sideNav .gdw_embed textarea { width: 100%; } .sideNav .gdw_embed .gdw_embed_close { border-bottom: none !important; width: 100%; text-align: right; background: none; } /* map hero */ .parallax-container { overflow: hidden; position: relative; z-index: 1; } .parallax-container.smallHeight { height: 330px; } .parallax-container.mediumHeight { height: 500px; } .parallax-container.largeHeight { height: 100vh; } .parallax-container h4.h1 { margin: 10px auto 10px auto !important; padding: 0 !important; } .banner { width: 100%; height: 33vh; position: relative; display: block; overflow: hidden; } div.banner.smallHeight { height: 330px; } div.banner.mediumHeight { height: 500px; } div.banner.largeHeight { min-height: 660px; height: 100vh; } div.bannerWallpaper { display: block; background-repeat: no-repeat; background-size: cover; background-position: center top; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; } div.bannerWallpaper.parallax { display: block; position: absolute; width: 100%; top: auto; right: auto; background-repeat: no-repeat; background-size: cover; background-position: center top; background-image: url(../graphics/mapgrab.jpg); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { /* Retina-specific stuff here */ div.bannerWallpaper.parallax { background-repeat: no-repeat; background-size: cover; background-position: center top; background-image: url(../graphics/mapgrab@2x.jpg); } } .smallHeight div.bannerWallpaper.parallax { height: 600px; } .mediumHeight div.bannerWallpaper.parallax { height: 800px; } .largeHeight div.bannerWallpaper.parallax { height: 120vh; } div.banner .wrapper, div.banner .message { position: relative; z-index: 2; } div.banner.mediumHeight .button { width: 50%; margin-top: 140px; } @media screen and (max-width: 39.9375em) { div.banner .message p.h1, div.banner .message h4.h1 { font-size: 20px; } div.banner.mediumHeight .button { width: 50%; margin-top: 120px; width: 100%; } div.bannerWallpaper.parallax { top: 0; } .announcementsBlockHome { height: auto !important; } } @media screen and (min-width: 40em) and (max-width: 63.9375em) { div.banner .message p.h1, div.banner .message h4.h1 { font-size: 24px; } div.banner.mediumHeight .button { width: 50%; width: 75%; } } /* footer */ .footer { background: #f2f2f7; border-top: 8px solid #d4d4de; padding: 20px 0 30px 0; } .footer a { color: #4A4A4A; } .footer ul { list-style: none; padding: 0; } .footer .h5 { border-bottom: 1px solid #d8d8df; padding-bottom: 15px; font-weight: 600 !important; } .footer #email { width: 100%; box-sizing: border-box; } .formBlock p { margin-bottom: 10px; margin-top: 0; } .footer .FormField, .footer .button { width: 100%; } .credits { font-family: "felt-tip-roman", sans-serif; font-style: normal; font-weight: 400; } .credits p { margin: 0 0 0 0; } .credits a { text-decoration: none !important; } /* @media screen and (min-width: 320px) { .desktopOnly { display:none} .mobileOnly, .portraitOnly { display:block} } @media screen and (min-width: 991px) { .desktopOnly { display:block} .mobileOnly, .portraitOnly { display:none !important} } */ /* perfomance data layouts */ .greyDarkBg { background-color: #E5E5E5; } .greyBg { background-color: #ECECED; } .panel { background-color: #fefefe; } .negativeMarginTop { margin-top: -2px; } .rounded:not(.foundation) { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; } .shadow { box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03); } .shadowInner { box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); } .relative { position: relative; } .mapMask { position: absolute; display: block; background-color: transparent; width: 100%; z-index: 1; top: 0; cursor: not-allowed; } .totalSummarySpacer { display: block; background-color: transparent !important; width: 100%; height: 112px; } .pieChartContainer { height: 250px; width: 250px; top: 50%; left: 50%; margin-left: -125px; } .pieChartBackground { position: absolute; width: 250px; height: 250px; border-radius: 100%; } .pieChart { /*transition: all 1s;*/ position: absolute; width: 250px; height: 250px; border-radius: 100%; clip: rect(0px, 125px, 250px, 0px); } .hold { position: absolute; width: 250px; height: 250px; border-radius: 100%; clip: rect(0px, 250px, 250px, 125px); } .innerCircle { position: absolute; width: 220px; height: 220px; border-radius: 100%; top: 15px; left: 15px; } .innerCircle .statPercent { position: absolute; display: block; width: 220px; top: 55px; left: 0; text-align: center; /*font-size: 72px;*/ font-size: 4em; color: #4A4A4A; text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.64); font-family: aktiv-grotesk, sans-serif; font-weight: 700; font-style: normal; letter-spacing: -0.1rem; } .chartOrange .pieChartBackground { background-color: #FFE5B6; } .chartOrange .pieChart, .panel p.statistic span.legend span.chartOrange { background-color: #FFAF22; } .chartGreen .pieChartBackground { background-color: #BDF3D0; } .chartGreen .pieChart, .panel p.statistic span.legend span.chartGreen { background-color: #36DB70; } .chartBlue .pieChartBackground { background-color: #B5E6F7; } .chartBlue .pieChart, .panel p.statistic span.legend span.chartBlue { background-color: #00B6E7; } .panel p.statistic.offSetPie { margin-top: 53px; } .panel p.statistic { display: block; } .panel p.statistic span { display: block; float: left; } .panel p.statistic span.legend { width: 15%; } .panel p.statistic span.valueText { width: 85%; } .panel p.statistic span.legend span.icon { display: block !important; width: 23px; height: 23px; margin-top: 3px; } /* Step 1: Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */ .panel p.statistic span.legend span.docsIcon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); content: "\f681"; color: #059EC7; font-size: 1.375rem; transform: scaleX(-1); /* Flip the icon horizontally */ } .heroMinHeight { min-height: 360px !important; } .statHero .totalSummary { color: #4F4E97; /*font-size: 48px;*/ font-size: 3rem; } .statHero .totalSummaryLabel { /*font-size: 20px;*/ font-size: 1.25rem; color: #4A4A4A; } .statHero .totalSummaryText { /*font-size: 14px; */ font-size: 0.875rem; color: #545454; line-height: 22px; } .statHero .callout.primary { margin-bottom: 0; padding: 1.5rem; } .statHero .callout.primary .row.text-left { margin: 0 auto; } .statHero .callout.primary .row.text-left .columns { text-align: left !important; } .statHero .callout.primary .row.text-left .columns .has-tip { border-bottom: none !important; } @media print, screen and (min-width: 40em) { .statHero .callout.primary .row.text-left .columns i { margin-right: 0.75rem; } } @media print, screen and (max-width: 39.99875em) { .statHero .callout.primary .row.text-left .columns.shrink, .statHero .callout.primary .row.text-left .columns.auto { width: 100% !important; /* Full width */ flex: 0 0 100%; /* If using flexbox */ text-align: center !important; } .statHero .callout.primary .row.text-left .columns.shrink i, .statHero .callout.primary .row.text-left .columns.auto i { margin-bottom: 30px; } } .statHero .callout.primary .totalSummaryText { color: #0a0a0a; } .statHero .flex-container { display: flex; justify-content: center; } .accreditation small { line-height: normal !important; } .statsHeadline select, select.mapSelect { height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cacaca; border-radius: 3px; background-color: #fefefe; font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; background-image: url("data:image/svg+xml;utf8,"); background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } @media screen and (min-width: 0\0 ) { .statsHeadline select, select.mapSelect { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } } /* .statsHeadline select:focus, select.mapSelect:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fefefe; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } */ .statsHeadline select:disabled, select.mapSelect:disabled { background-color: #e6e6e6; cursor: not-allowed; } .statsHeadline select::-ms-expand, select.mapSelect::-ms-expand { display: none; } a.statsHeadlineInfo { display: inline-block; margin: 0 !important; vertical-align: middle; line-height: 32px; width: 32px; height: 32px; text-align: center; border-radius: 50%; background: #4A4A4A; color: white !important; font-size: 22px; text-decoration: none !important; position: relative; } a.statsHeadlineInfo:hover { background-color: #333333; } a.statsHeadlineInfo.active { font-size: 25px; } a.statsHeadlineInfo:active:focus, a.statsHeadlineInfo:focus { color: #000000 !important; } a.statsHeadlineInfo.active:after, a.statsHeadlineInfo.active:before { bottom: 100%; left: 17px; margin-bottom: -60px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 1001; } .h2 a.statsHeadlineInfo.active:after, .h2 a.statsHeadlineInfo.active:before { margin-bottom: -53px; } a.statsHeadlineInfo.active:after { border-bottom-color: #FFF; border-width: 20px; margin-left: -20px; } a.statsHeadlineInfo.active:before { border-color: rgba(212, 212, 212, 0); border-bottom-color: #d4d4d4; border-width: 21px; margin-left: -21px; } .feedBlockScroller { height: 400px; overflow-y: scroll; } .feedBlockScroller p.h4.feedArticleTitle { line-height: normal !important; font-weight: bold; } .feedBlockScroller .refNum { color: #4A4A4A; display: block; } .feedBlockScroller .refNum { margin: 15px 0 10px 0 !important; } .panelDesc { /*font-size: 14px; */ font-size: 0.778em; color: #4A4A4A; } .bottomPanels { min-height: 890px; } .noDataTitle { margin-top: 144px; /*font-size: 24px;*/ font-size: 1.333em; color: #4A4A4A; text-align: center; line-height: 28px; } .noDataAction { /*font-size: 14px; */ font-size: 0.778em; color: #4A4A4A; text-align: center; } .notification { padding-left: 60px; background-image: url(../graphics/notification.png); background-repeat: no-repeat; background-position: left center; } .gm-style .notification { padding-left: 40px; min-height: 30px; font-size: 16px; color: #9B9B9B; text-align: left; line-height: 26px; margin-bottom: 0px; } .gm-style .pinTitle { font-weight: 700; font-family: aktiv-grotesk, sans-serif; font-style: normal; color: #222222; text-align: left; font-size: 18px !important; line-height: 26px; margin-bottom: 10px; } select.mapSelect { margin: 0 !important; border: 1px solid #51509B; background-color: #fefefe; color: #51509B; } .mapSuggest { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 33%; height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: absolute; z-index: 1; top: 20px; left: 40px; } .mapSuggest:focus { border-color: #4d90fe; box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08); } .mapSubmit { width: 2.4375rem; height: 2.4375rem; background-color: transparent; background-image: url(../graphics/pacSubmit.png); background-repeat: no-repeat; background-position: center center; background-size: 16px 22px; z-index: 2; border: none; position: absolute; top: 20px; left: 32.5%; opacity: 0.5; } .mapSubmit:hover, .mapSubmit:focus { opacity: 1; } .tableHeader { background-color: #FAFAFC; } .tableHeader p { padding: 10px 0; line-height: 20px; } .tableRow { background-color: #fefefe; } .tableRow p { display: inline-block; padding: 10px 0; margin-top: 10px; line-height: 20px; } .block.setMobileSpace { padding-bottom: 0px !important; } .setTop { top: 20px; position: relative; } .wrapSuggest { position: absolute; right: 66%; left: 40px; } .regionSearchForm { /* .autocomplete__hint, .autocomplete__input, .autocomplete__option { font-size: 16px; line-height: 1.25 }*/ /* .autocomplete__hint, .autocomplete__option { padding: 4px }*/ /* @media (min-width:641px) { .autocomplete__hint, .autocomplete__input, .autocomplete__option { font-size: 19px; line-height: 1.31579 } }*/ } .regionSearchForm .autocomplete__wrapper { position: relative; display: block; z-index: 1; height: 2.4375rem; box-shadow: none; width: 100%; background-color: blue; } .regionSearchForm .autocomplete__input { width: 100% !important; } .regionSearchForm .mapSuggest, .regionSearchForm .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/ width: 100%; } .regionSearchForm .mapSubmit { z-index: 2; position: absolute; top: 0px; left: auto; right: 66%; } .regionSearchForm .autocomplete__hint, .regionSearchForm .autocomplete__input { height: 2.4375rem; margin: 0 0 0 0 !important; padding: 0.5rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .regionSearchForm .autocomplete__input { background-color: #fefefe; position: relative; width: 100%; box-sizing: border-box; } .regionSearchForm .autocomplete__hint { color: #4A4A4A; position: absolute; } .regionSearchForm .autocomplete__hint:hover, .regionSearchForm .autocomplete__input:hover { -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3); } .regionSearchForm .autocomplete__input--default { /*padding: 4px;*/ } .regionSearchForm .autocomplete__input--focused { outline-offset: 0; outline: 3px solid #fd0; } .regionSearchForm .autocomplete__input--show-all-values { padding: 0.5rem 34px 0.5rem 0.5rem; cursor: pointer; } .regionSearchForm .autocomplete__dropdown-arrow-down { /*z-index: -1; display: inline-block; position: absolute; right: 8px; width: 24px; height: 24px; top: 10px*/ display: none !important; } .regionSearchForm .autocomplete__menu { background-color: #fff; border: 1px solid #cacaca; border-top: 0; color: #4A4A4A; margin: 0; max-height: 342px; overflow-x: hidden; padding: 0; width: 100%; width: 100%; top: 0px; } .regionSearchForm .autocomplete__menu--visible { display: block; } .regionSearchForm .autocomplete__menu--hidden { display: none; } .regionSearchForm .autocomplete__menu--overlay { box-shadow: rgba(0, 0, 0, 0.256863) 0 2px 6px; left: 0; position: absolute; top: 100%; z-index: 100; } .regionSearchForm .autocomplete__menu--inline { position: relative; } .regionSearchForm .autocomplete__option { border-bottom: solid #cacaca; border-width: 1px 0; cursor: pointer; display: block; position: relative; padding: 0.5rem 0.5rem 0.5rem 50px; height: 2.4375rem; line-height: 1.5; font-size: 1rem; box-sizing: border-box; background-image: url(../graphics/pointer-purple.png); background-repeat: no-repeat; background-position-x: 15px; background-position-y: 10px; } .regionSearchForm .autocomplete__option > * { pointer-events: none; } .regionSearchForm .autocomplete__option:first-of-type { /*border-top-width: 0*/ border-top: 1px solid #cacaca; } .regionSearchForm .autocomplete__option:last-of-type { border-bottom-width: 0; } .regionSearchForm .autocomplete__option--odd { background-color: #fbfbfb; } .regionSearchForm .autocomplete__option--focused, .regionSearchForm .autocomplete__option:hover { background-color: #1E5D71; border-color: #cacaca; color: #fff; outline: 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); background-image: url(../graphics/pointer-white.png); } .regionSearchForm .autocomplete__option--focused { background-color: #376D7E !important; } .regionSearchForm .autocomplete__option--no-results { background-color: #fafafa; color: #646b6f; cursor: not-allowed; } .maskLoader { position: absolute; z-index: 2; display: block; width: 100%; height: 100%; background-color: white; } .loader { border: 15px solid #ECECEC; border-top: 15px solid #6163A1; border-radius: 50%; width: 120px; height: 120px; animation: spin 3s linear infinite; position: absolute; top: 175px; left: 50%; margin-left: -75px; margin-top: -60px; z-index: 2; } p.loadingMessage { position: absolute; z-index: 2; top: 175px; text-align: center; width: 100%; display: block; color: #cccccc; text-transform: uppercase; vertical-align: middle; font-size: 0.875rem; } .mainPanel .loader, .mainPanel p.loadingMessage { top: 120px; } p.loadingMessage:after { overflow: hidden; display: inline-block; vertical-align: bottom; -moz-animation: ellipsis 2s infinite; content: "…"; /* ascii code for the ellipsis character */ } @-moz-keyframes ellipsis { from { width: 2px; } to { width: 15px; } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .regionSearchForm { min-height: 15vh; } /* Customize the label (the radioCheck) */ .radioCheck { display: block; position: relative; padding-left: 65px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 42px; } .radioCheck small.instructions { display: inline-block; line-height: normal !important; } /* Hide the browser's default checkbox */ .radioCheck input { position: absolute; cursor: pointer; height: 42px; width: 42px; top: 0; left: 0; z-index: 0; opacity: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 1px; left: 0; height: 42px; width: 42px; background-color: #fefefe; border: 1px solid #cacaca; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); } /* On mouse-over, add a grey background color */ .radioCheck:hover input ~ .checkmark { background-color: #fefefe; -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3); } .radioCheck:hover input:checked ~ .checkmark { outline-width: 3px; outline-style: solid; outline-color: #fd0; border-radius: 0 0 0 0; } /* When the checkbox is checked, add a blue background */ .radioCheck input:checked ~ .checkmark { background-color: #fefefe; } .radioCheck input:disabled ~ .checkmark { border: none; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .radioCheck input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .radioCheck .checkmark:after { left: 15px; top: 9px; width: 10px; height: 22px; border: solid #376D7E; border-width: 0 5px 5px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } /* callout */ .callout { position: relative; margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 3px; background-color: white; color: #0a0a0a; } .callout > :first-child { margin-top: 0; } .callout > :last-child { margin-bottom: 0 !important; } .callout.primary { background-color: #def2f8; color: #0a0a0a; } .callout.secondary { background-color: #fcfcfc; color: #0a0a0a; } .callout.alert { background-color: #fcd6d6; color: #0a0a0a; } .callout.success { background-color: #e6f7d9; color: #0a0a0a; } .callout.warning { background-color: #fff3d9; color: #0a0a0a; } .callout.body-font { background-color: #dedede; color: #0a0a0a; } .callout.header { background-color: #dedede; color: #0a0a0a; } .callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; } .callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; } .text-center { text-align: center; } /* generic responsive classes */ .mobileOnly { display: none; } /* Gov delivery reset */ #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer input[type=submit], #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer button.prefix-big { background: #454483 !important; color: #fff !important; border: 2px solid #454483; text-decoration: none !important; } #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer input[type=submit]:hover, #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer button.prefix-big:hover { background: #3F3E79 !important; border-color: #3F3E79; } /* accordion or 'layered content' - november 2017 */ .accordion { margin-bottom: 2rem; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15); } .accordion:hover { margin-bottom: 2rem; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); } .triggerAccordionContent a { position: relative; display: block; border: 1px solid #D9D9E0; padding: 20px 60px 30px 1.5rem; font-weight: normal; text-decoration: none; background-color: #fff; transition-duration: 1s; transition-timing-function: cubic-bezier(0.28, 0.11, 0.32, 1); transition-delay: 0s; transition-property: background-color, backdrop-filter, -webkit-backdrop-filter; background-image: url(../graphics/read-more.png); background-size: 40px 40px; background-repeat: no-repeat; background-position: 97% 20px; text-decoration: none !important; } .triggerAccordionContent a:hover, .triggerAccordionContent a:focus { text-decoration: underline !important; } .triggerAccordionContent a:hover, .triggerAccordionContent a.active, .triggerAccordionContent a:focus { background-color: #F6F6FA; } .triggerAccordionContent a:hover { display: block; background-image: url(../graphics/read-more-hover.png); } .triggerAccordionContent a.active { background-image: url(../graphics/read-less.png); } .triggerAccordionContent a.active:hover { background-image: url(../graphics/read-less-hover.png); } .triggerAccordionContent h1, .triggerAccordionContent h2, .triggerAccordionContent .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .triggerAccordionContent .accordion-title, .triggerAccordionContent h3, .triggerAccordionContent h4 { margin-top: 10px !important; margin-bottom: 0 !important; font-size: 1.16667rem; } .triggerAccordionContent p { margin-top: 1.41429rem; } .triggerAccordionContent p:last-of-type { margin-bottom: 0 !important; } .triggerAccordionContent a.active { background-color: #F6F6FA; border: 1px solid #D9D9E0; } .triggerAccordionContent a.active:after, .triggerAccordionContent a.active:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .triggerAccordionContent a.active:after { border-color: rgba(246, 246, 250, 0); border-top-color: #F6F6FA; border-width: 30px; margin-left: -30px; } .triggerAccordionContent a.active:before { border-color: rgba(204, 204, 204, 0); border-top-color: #D9D9E0; border-width: 31px; margin-left: -31px; } .accordionContent { display: block; border: 1px solid #D9D9E0; border-top: 0px; border-bottom-width: 5px; padding: 2rem 1rem; } @media only screen and (max-width: 480px) { .triggerAccordionContent a { background-size: 33px 33px; background-position: 94% 25px; } .accordionContent { display: block; padding: 2rem 0.5rem 2rem 0; } } /* reset for mapping stats page */ .accordion.panelAccordion { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; margin-bottom: 0 !important; } .accordion.panelAccordion .triggerAccordionContent a { border-top: 0px; border-right: 0px; border-left: 0px; margin: 0px; background-color: #F6F6FA; background-position: 97% 25px; } .accordion.panelAccordion .triggerAccordionContent h2, .annual-stats .accordion.panelAccordion .triggerAccordionContent .accordion-item .accordion-title, .annual-stats .accordion.panelAccordion .accordion-item .triggerAccordionContent .accordion-title { font-size: 28px; font-size: 1.556rem; } .accordion.panelAccordion .accordionContent { border-right: 0px !important; border-left: 0px !important; border-bottom-width: 1px; } .stats-header { padding-top: 1rem; padding-bottom: 1rem; padding-right: 20px; padding-left: 20px; } .stats-header h1 { margin: 0 0 0 0 !important; } @media print, screen and (max-width: 63.99875em) { .stats-header h1 { margin-bottom: 1rem !important; } } .stats-header .expanded.buttonAlt { margin: 0 0 0 0; } .annual-stats .accordion { margin: 0 0 0 0; padding: 0 0 0 0; box-shadow: none; } .annual-stats .accordion .accordion-item { position: relative; } .annual-stats .accordion .accordion-item .accordion-title { text-decoration: none; text-align: center; margin: 0 0 0 0 !important; line-height: normal; background-color: #F6F6FA; padding-right: 55px; } @media print, screen and (max-width: 39.99875em) { .annual-stats .accordion .accordion-item .accordion-title { font-size: 1.375rem; text-align: left; } } @media print, screen and (min-width: 64em) { .annual-stats .accordion .accordion-item .accordion-title { padding-right: 66px; padding-left: 66px; } } .annual-stats .accordion .accordion-item .accordion-title::before { position: absolute; top: 50%; right: 0.75rem; margin-top: -1rem; font-size: 110% !important; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-thin); content: "\f13a"; background-color: #fefefe; border-radius: 100%; color: #454483; } @media print, screen and (max-width: 39.99875em) { .annual-stats .accordion .accordion-item .accordion-title::before { margin-top: -0.875rem; font-size: 120% !important; } } @media print, screen and (min-width: 40em) { .annual-stats .accordion .accordion-item .accordion-title::before { right: 1rem; } } @media print, screen and (min-width: 64em) { .annual-stats .accordion .accordion-item .accordion-title::before { right: 2rem; font-size: 140% !important; } } .annual-stats .accordion .accordion-item .accordion-title:hover, .annual-stats .accordion .accordion-item .accordion-title:focus:hover, .annual-stats .accordion .accordion-item .accordion-title:focus { text-decoration: underline; text-underline-offset: 3px !important; text-decoration-thickness: 0.1em !important; } .annual-stats .accordion .accordion-item .accordion-title:hover::before { color: #27265F; background-color: #F6F6FA; } .annual-stats .accordion .accordion-item .accordion-title:focus::before, .annual-stats .accordion .accordion-item .accordion-title:focus:hover::before { color: #0a0a0a; background-color: #fd0; } .annual-stats .accordion .accordion-item.is-active .accordion-title::before { content: "\f139"; } @keyframes fadeIn { from { opacity: 0.1; } to { opacity: 1; } } .annual-stats .accordion .accordion-item:after, .annual-stats .accordion .accordion-item:before { /* Set the initial opacity to 0 */ opacity: 0; /* Other existing styles */ } .annual-stats .accordion .accordion-item.is-active .accordion-content { position: relative; /* Ensure the accordion content has a relative position */ } .annual-stats .accordion .accordion-item.is-active .accordion-content:after, .annual-stats .accordion .accordion-item.is-active .accordion-content:before { /* Apply the animation with a 0.5-second delay */ animation: fadeIn 0.2s ease 0.5s forwards; position: absolute; top: -1px; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .annual-stats .accordion .accordion-item.is-active .accordion-content:after { border-color: rgba(246, 246, 250, 0); border-top-color: #F6F6FA; border-width: 30px; margin-left: -30px; } .annual-stats .accordion .accordion-item.is-active .accordion-content:before { border-color: rgba(204, 204, 204, 0); border-top-color: #D9D9E0; border-width: 31px; margin-left: -31px; } .annual-stats .accordion .accordion-content { padding-top: calc(1rem + 22px); padding-bottom: calc(1rem + 22px); } .annual-stats .accordion .accordion-content .stats { margin-bottom: 1.5rem; } .annual-stats .accordion .accordion-content .pieChartContainer { top: auto; } .annual-stats .accordion .accordion-content .statHero .totalSummary { color: #4f4e97; font-size: 3rem; } .annual-stats .accordion .accordion-content .statHero .totalSummary span.totalSummaryLabel { display: block; font-size: 1.25rem; color: #4a4a4a; } .annual-stats .accordion .accordion-content span.icon { display: inline-block !important; width: 23px; height: 23px; margin-right: 1rem; } .annual-stats .accordion .accordion-content span.chartOrange { background-color: #ffaf22; } .annual-stats .accordion .accordion-content span.chartGreen { background-color: #36db70; } .annual-stats .accordion .accordion-content span.chartBlue { background-color: #00b6e7; } .annual-stats .accordion .accordion-content span.docsIcon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); content: "\f681"; color: #059EC7; font-size: 1.375rem; transform: scaleX(-1); /* Flip the icon horizontally */ } @media print, screen and (min-width: 64em) { .panels-with-scrollers .row.foundation.collapse.large-unstack .columns:first-child .panel { margin-right: 0.5rem; } } @media print, screen and (min-width: 64em) { .panels-with-scrollers .row.foundation.collapse.large-unstack .columns:nth-child(2) .panel { margin-left: 0.5rem; } } @media only screen and (max-width: 400px) { body { min-width: 320px; } /*.debug .decorWrap { background-color:#fff} .debug .wrapper { background-color:purple} .debug .row:not(.foundation) { background-color:cream} .debug .row:not(.foundation) .block { background-color:#F30; } .debug .sideBarLayout .content { background-color:#CF3} .debug .sideBarLayout .sidebar { background-color:#C6C; }*/ .wrapper { width: 100%; max-width: 100%; } .fullBlock { margin-right: 20px; margin-left: 20px; } .fullWidthLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; } .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 100%; margin-right: 0%; margin-bottom: 10px; margin-top: 20px; } .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) { margin-bottom: 20px; } .fullWidthLayout .row:not(.foundation) .block.fourCol { width: 100%; margin-right: 0; margin-bottom: 10px; margin-top: 20px; } .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(2) { margin-right: 0; } .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(3), .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(4) { margin-bottom: 20px; } .fullWidthLayout .row:not(.foundation) .block.twoThirds, .fullWidthLayout .row:not(.foundation) .block.oneThirds { width: 100% !important; margin-right: 0 !important; } .fullWidthLayout .row:not(.foundation) .block.fiveCol { width: 100% !important; } /* home sections */ .homeSections { background-image: none; border-bottom: 0px; } .homeSections .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; border-bottom: 1px solid #ccc; } .homeSections.transactForms .fullWidthLayout .row:not(.foundation) .block.twoCol.last { border-bottom: 0px !important; } .wrapperFields { width: 70%; } .homeSections .fullWidthLayout .row:not(.foundation) { padding-left: 0; padding-right: 0; } .homeSections .block .promo, .homeSections .block.last .promo { margin-right: 20px; margin-left: 20px; } /* home promos */ .homeSections { background-image: none !important; } .homeSections .promo { margin-bottom: 0; } .homeSections .promo .articleTextBlock, .homeSections .promo img { float: none; width: 100%; text-align: center; } .homeSections .promo .articleTextBlock .articleDesc { display: none; } .homeSections .promo img { width: 100%; margin-right: 0%; margin-bottom: 5px; } .sideBarLayout .content, .sideBarLayout .sidebar, .sideBarLayout .side-bar { float: none; width: 100%; } .sideBarLayout .sidebar .paddingSides { padding: 0px 20px; } .sideNav { margin-left: 1rem; margin-right: 1rem; } .sideBarLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .sideBarLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.threeCol { width: 100%; margin-right: 0%; margin-bottom: 10px; margin-top: 20px; } .sideBarLayout .row:not(.foundation) .block.threeCol:nth-child(3) { margin-bottom: 20px; } .sideBarLayout .row:not(.foundation) .block.fourCol { width: 100%; margin-right: 0; margin-bottom: 10px; margin-top: 20px; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) { margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3), .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) { margin-bottom: 20px; } /* theme */ .importantTasks { background-color: transparent; } .sideBarLayout { background-image: none; } /* header */ .mobileOnly .header a.left { text-align: center; width: 100%; display: block; } .mobileOnly .shortcutNav .complaint { text-align: center !important; display: block; } .mobileOnly .shortcutNav li { width: 50%; } .mobileOnly #searchHeader { width: 100% !important; } .mobileOnly .headerSearch { margin-top: 0; padding: 20px; } .mobileOnly .headerSearchButton { bottom: 30px; } /* forms */ .searchSection { display: block; float: none; margin-bottom: 10px; } .searchSection .checkboxWrapper { display: block; } .searchLine { margin-bottom: 0; } .feedbackBlock .formField { width: 100%; box-sizing: border-box; } p.identifiers span { display: block !important; margin-bottom: 5px; } #complaintTemplate .label { width: 100%; } /* category */ .introCategory { width: 100%; } a.anotherSearch { display: block !important; clear: both; float: none !important; margin: 0 0 20px 0; } /**/ .breadcrumbs { font-size: 12px; padding: 5px 0; } .breadcrumbs li { padding: 0 5px 0 0; } /* news */ .news a.left, .news .date { float: none; display: block; margin-left: 0; } .news img { width: 100%; height: auto; } .newsButton { display: block; text-align: center; } .helpBlock { width: 100%; box-sizing: border-box; } /* sub category */ p.identifiers span { display: block; } .pagination.contentSplit li { width: 100%; float: none; margin: 10px 0 0 0 !important; } .credits .right { float: none; } .FormFields fieldset label { display: block; } .atoz { padding: 0 0 0 0; } .atoz li { font-size: 20px !important; width: 16.6666666667%; } .atoz li a { line-height: 40px !important; } .displayOptionsExpanded { display: none !important; } /* generic responsive classes */ .desktopOnly { display: none; } .mobileOnly { display: block !important; } /* perfomance data layouts */ .totalSummarySpacer { height: 0px; } .heroMinHeight { min-height: auto !important; } .statsHeadline { text-align: center; } .panel p.statistic.offSetPie { margin-top: 0px; } .feedBlockScroller { margin: 0 15px; } .bottomPanels { min-height: inherit !important; } .setMobileSpace { padding-bottom: 50px; } .wrapper.setMobileOffset { margin-top: -60px !important; margin-left: 20px; margin-right: 20px; } .block.setMobileSpace { padding-bottom: 50px !important; } .setTop { top: -60px; position: relative; } .wrapSuggest { position: absolute; right: 20px; left: 20px; } .autocomplete__wrapper { position: relative; display: block; z-index: 1; height: 2.4375rem; box-shadow: none; width: 100%; background-color: blue; } .autocomplete__input { width: 100% !important; } .mapSuggest, .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/ width: 100%; } .mapSubmit { z-index: 2; position: absolute; top: 0px; left: auto; right: 20px; } .radioCheck.withInstructions { line-height: 30px !important; } .radioCheck.withInstructions small { display: block; line-height: normal !important; margin-top: -5px; } .helpPanel { position: absolute; z-index: 1000; width: 100%; left: 0px; } .helpPanel .close { margin-right: 0px; } } @media only screen and (min-width: 401px) and (max-width: 767px) { .wysiwyg { font: normal 95%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */ } /*.debug .decorWrap { background-color:#fff} .debug .wrapper { background-color:gold} .debug .row:not(.foundation) { background-color:silver} .debug .row:not(.foundation) .block { background-color:#F30; } .debug .sideBarLayout .content { background-color:#CF3} .debug .sideBarLayout .sidebar { background-color:#C6C; }*/ .wrapper { max-width: 960px; } .fullBlock { margin-right: 20px; margin-left: 20px; } .fullWidthLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; } .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 100%; margin-right: 0%; margin-bottom: 10px; margin-top: 20px; } .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) { margin-bottom: 20px; } .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 100%; margin-right: 0; background-color: #0F0; } .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(2) { margin-right: 0% !important; } .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) { width: 100%; margin-right: 0% !important; margin-bottom: 10px; margin-top: 20px; } .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) a.taskIcon { width: 20%; } .fullWidthLayout .row:not(.foundation) .block.fourCol { width: 100%; margin-right: 0; margin-bottom: 10px; margin-top: 20px; } .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(2) { margin-right: 0; } .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(3), .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(4) { margin-bottom: 20px; } .fullWidthLayout .row:not(.foundation) .block.twoThirds, .fullWidthLayout .row:not(.foundation) .block.oneThirds { width: 100% !important; margin-right: 0 !important; } .fullWidthLayout .row:not(.foundation) .block.fiveCol { width: 100% !important; } /* home sections */ .homeSections { background-image: none !important; border-bottom: 0px; } .homeSections .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; border-bottom: 1px solid #ccc; } .homeSections.transactForms .fullWidthLayout .row:not(.foundation) .block.twoCol.last { border-bottom: 0px !important; } .wrapperFields { width: 60%; } .homeSections .fullWidthLayout .row:not(.foundation) { padding-left: 0; padding-right: 0; } .homeSections .block .promo, .homeSections .block.last .promo { margin-right: 20px; margin-left: 20px; } .sideBarLayout .content, .sideBarLayout .sidebar, .sideBarLayout .side-bar { float: none; width: 100%; } .sideBarLayout .sidebar .paddingSides { padding: 0px 20px; } .sideNav { margin-left: 1rem; margin-right: 1rem; } .sideBarLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .sideBarLayout .row:not(.foundation) .block.twoCol { width: 100%; margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.threeCol { width: 100%; margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.fourCol { width: 100%; margin-right: 0; margin-bottom: 10px; margin-top: 20px; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) { margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3), .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) { margin-bottom: 20px; } /* theme */ .sideBarLayout { background-image: none; } .importantTasks { background-color: transparent; } /* header */ .mobileOnly .header a.left { text-align: center; width: 100%; display: block; } .mobileOnly .shortcutNav .complaint { text-align: center !important; display: block; } .mobileOnly .shortcutNav li { width: 50%; } .mobileOnly #searchHeader { width: 100% !important; } .mobileOnly .headerSearch { margin-top: 0; padding: 20px; } .mobileOnly .headerSearchButton { bottom: 30px; } /**/ .breadcrumbs { font-size: 12px; padding: 5px 0; } .breadcrumbs li { padding: 0 5px 0 0; } /* news */ .news a.left, .news .date { float: none; display: block; margin-left: 0; } /* forms */ .searchSection { display: block; float: none; margin-bottom: 10px; } .searchSection .checkboxWrapper { display: block; } .searchLine { margin-bottom: 0; } .helpBlock { width: 100%; box-sizing: border-box; } .pagination.contentSplit li { width: 100%; float: none; margin: 10px 0 0 0 !important; } .feedbackBlock .formField { width: 100%; box-sizing: border-box; } p.identifiers span { display: block !important; margin-bottom: 5px; } #complaintTemplate .label { width: 100%; } /* signposts and task buttons */ .homeTasks .icon { background-size: contain; } .homeTasks .threeCol .icon, .homeTasks .twoCol .icon { background-size: 73px 73px; } .homeTasks .signpost .strings p.subs a { display: block; white-space: normal; line-height: normal; margin-bottom: 10px; } .homeTasks .signpost .strings .pipe { display: none; } .atoz { padding: 0 0 0 0; } .atoz li { font-size: 20px !important; } .atoz li a { line-height: 40px !important; } .displayOptionsExpanded { display: none !important; } .credits .right { float: none; } /* generic responsive classes */ .desktopOnly { display: none; } .mobileOnly { display: block !important; } /* perfomance data layouts */ .totalSummarySpacer { height: 0px; } .heroMinHeight { min-height: auto !important; } .statsHeadline { text-align: center; } .panel p.statistic.offSetPie { margin-top: 0px; } .feedBlockScroller { margin: 0 15px; } .bottomPanels { min-height: inherit !important; } .block.setMobileSpace { padding-bottom: 50px !important; } .setTop { top: -60px; position: relative; } .wrapSuggest { position: absolute; right: 20px; left: 20px; } .autocomplete__wrapper { position: relative; display: block; z-index: 1; height: 2.4375rem; box-shadow: none; width: 100%; background-color: blue; } .autocomplete__input { width: 100% !important; } .mapSuggest, .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/ width: 100%; } .mapSubmit { z-index: 2; position: absolute; top: 0px; left: auto; right: 20px; } .helpPanel { position: absolute; z-index: 1000; width: 100%; left: 0px; } .helpPanel .close { margin-right: 0px; } } @media only all and (min-width: 768px) and (max-width: 959px) { .wysiwyg { font: normal 100%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */ } /*.debug .decorWrap { background-color:#fff} .debug .wrapper { background-color:pink} .debug .row:not(.foundation) { background-color:green} .debug .row:not(.foundation) .block { background-color:#F30; } .debug .sideBarLayout .content { background-color:#CF3} .debug .sideBarLayout .sidebar { background-color:#C6C; }*/ .wrapper { max-width: 960px; } .fullBlock { margin-right: 20px; margin-left: 20px; } .fullWidthLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 48.5%; margin-right: 2.8%; } .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 31.4%; margin-right: 2.8%; } .fullWidthLayout .row:not(.foundation) .block.fourCol { width: 22.9%; margin-right: 2.8%; } .sideBarLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .sideBarLayout .row:not(.foundation) .block.twoCol { width: 48.2%; margin-right: 3.6%; } .sideBarLayout .row:not(.foundation) .block.threeCol { width: 30.9%; margin-right: 3.6%; } .sideBarLayout .row:not(.foundation) .block.fourCol { width: 48.2%; margin-right: 3.6%; margin-bottom: 10px; margin-top: 20px; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) { margin-right: 0; } .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3), .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) { margin-bottom: 20px; } .fullWidthLayout .row:not(.foundation) .block.fiveCol { width: 100% !important; } .sideBarLayout .sidebar .paddingSides { padding: 0px 20px; } /* theme */ /* news */ .news a.left, .news .date { float: none; display: block; margin-left: 0; } .helpBlock { width: 100%; box-sizing: border-box; } /* category */ .introCategory h1 { margin-bottom: 0.5em !important; } .championLink { font-size: 22px; text-align: center !important; line-height: 28px; } .championLink .icn { display: block; float: none !important; margin: 0 auto; width: 100%; } .championLink .arrow { display: none; } /* generic responsive classes */ .mobileOnly { display: none !important; } /* perfomance data layouts */ .pieChartContainer { height: 230px; width: 230px; /* special positioning - large 373px width */ margin-left: -125px; } .pieChartBackground { position: absolute; width: 230px; height: 230px; border-radius: 100%; } .pieChart { width: 230px; height: 230px; border-radius: 100%; clip: rect(0px, 115px, 230px, 0px); } .hold { width: 230px; height: 230px; clip: rect(0px, 230px, 230px, 115px); } .innerCircle { position: absolute; width: 200px; height: 200px; } .innerCircle .statPercent { width: 200px; top: 35px; left: 0; } .panel p.statistic.offSetPie { margin-top: 23px; } .feedBlockScroller { margin: 0 15px; } .block.setMobileSpace { padding-bottom: 50px !important; } .setTop { top: -60px; position: relative; } .wrapSuggest { position: absolute; right: 20px; left: 20px; } .autocomplete__wrapper { position: relative; display: block; z-index: 1; height: 2.4375rem; box-shadow: none; width: 100%; background-color: blue; } .autocomplete__input { width: 100% !important; } .mapSuggest, .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/ width: 100%; } .mapSubmit { z-index: 2; position: absolute; top: 0px; left: auto; right: 20px; } .radioCheck.withInstructions { line-height: 30px !important; } .radioCheck.withInstructions small { display: block; line-height: normal !important; margin-top: -5px; } .helpPanel { position: absolute; z-index: 1000; width: 100%; left: 0px; } .helpPanel .close { margin-right: 0px; } } @media only screen and (min-width: 960px) and (max-width: 1280px) { .wysiwyg { font: normal 100%/1.65 sans-serif; /*base font size 18px with 1.65 line-height */ } /*.debug .decorWrap { background-color:#fff} .debug .wrapper { background-color:orange} .debug .row:not(.foundation) { background-color:teal} .debug .row:not(.foundation) .block { background-color:#F30; } .debug .sideBarLayout .content { background-color:#CF3} .debug .sideBarLayout .sidebar { background-color:#C6C; }*/ .wrapper { max-width: 73.6842105263rem; } .fullBlock { margin-right: 20px; margin-left: 20px; } .fullWidthLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .fullWidthLayout .row:not(.foundation) .block.twoCol { width: 48.8%; margin-right: 2.1%; } .fullWidthLayout .row:not(.foundation) .block.threeCol { width: 31.8%; margin-right: 2.1%; } .fullWidthLayout .row:not(.foundation) .block.fourCol { width: 23.4%; margin-right: 2.1%; } .sideBarLayout .row:not(.foundation).paddingSides { padding: 0px 20px; } .sideBarLayout .row:not(.foundation) .block.twoCol { width: 48.5%; margin-right: 3%; } .sideBarLayout .row:not(.foundation) .block.threeCol { width: 31.3%; margin-right: 3%; } .sideBarLayout .row:not(.foundation) .block.fourCol { width: 22.7%; margin-right: 3%; } .sideBarLayout .sidebar .paddingSides { padding: 0px 20px; } /* theme */ .championLink { font-size: 22px; text-align: center !important; line-height: 28px; } .championLink .icn { display: block; float: none !important; margin: 0 auto; width: 100%; } .championLink .arrow { display: none; } /* generic responsive classes */ .mobileOnly { display: none !important; } /* perfomance data layouts */ .pieChartContainer { /* special positioning - large 373px width left:21px;*/ } .feedBlockScroller { margin: 0 10px !important; } .block.setMobileSpace { padding-bottom: 50px !important; } .setTop { top: -60px; position: relative; } .wrapSuggest { position: absolute; right: 20px; left: 20px; } .autocomplete__wrapper { position: relative; display: block; z-index: 1; height: 2.4375rem; box-shadow: none; width: 100%; background-color: blue; } .autocomplete__input { width: 100% !important; } .mapSuggest, .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/ width: 100%; } .mapSubmit { z-index: 2; position: absolute; top: 0px; left: auto; right: 20px; } .helpPanel { position: absolute; z-index: 1000; width: 100%; left: 0px; } } /* only for use when your project does not use the web labs core */ /* cookies consent and GDPR - reveal modal */ .cookieControlTrigger { display: block; position: fixed; overflow: hidden; left: 0; bottom: 0; z-index: 1003; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: green; border-top-right-radius: 5px; } .cookieControlTrigger p { margin: 0 !important; } .cookieControlTrigger a { line-height: normal !important; display: block; text-decoration: none !important; /* theme */ color: #ffffff !important; -webkit-transform: translateZ(0); padding: 10px; cursor: pointer; } .cookieControlTrigger a:focus { text-decoration: underline; box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); outline-width: 3px; outline-style: dotted; outline-color: #ffbf47; background-color: #ffbf47; color: #000 !important; } #reviewCookies a.trigger { position: relative; padding-right: 20px; } #reviewCookies a.trigger::after { content: ""; border: solid #000; border-top-width: medium; border-right-width: medium; border-bottom-width: medium; border-left-width: medium; border-width: 0 3px 3px 0; display: inline-block; padding: 4px; transform: rotate(45deg); -webkit-transform: rotate(45deg); margin-left: 15px; position: relative; } #reviewCookies a.trigger.active::after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); } @media screen and (max-width: 40em) { .reveal.gdpr { top: 0px !important; } } .reveal.gdpr .content { width: 100% !important; } .reveal.gdpr table a { white-space: nowrap; } #welcomeCookies .columns.small-8.medium-4.small-centered.text-center { flex: 0 0 100%; max-width: 100%; } #welcomeCookies img.marginBottom { max-width: 200px; } .reviewTitle { margin-top: 1rem; } a.reviewPrivacy span.icon, .reviewTitle span.icon { display: inline-block; margin-right: 10px; /* theme specific */ width: 25px; height: 29px; background-image: url(../graphics/shieldTick-green.png); background-size: contain; display: none; } a.reviewPrivacy span.icon { vertical-align: middle; /* theme specific */ width: 25px; height: 29px; background-image: url(../graphics/shieldTick-green.png); background-size: contain; display: none; } .reviewTitle span.icon { vertical-align: inherit; /* theme specific */ width: 25px; height: 29px; background-image: url(../graphics/shieldTick-green.png); background-size: contain; display: none; } /* foundation switch */ .reveal.gdpr .switch-paddle { width: 4.5rem; text-transform: uppercase; } .reveal.gdpr input:checked ~ .switch-paddle::after { left: 2.75rem; } .reveal.gdpr .switch-active { left: 14%; } .reveal.gdpr .switch-paddle { border-radius: 5px; } .switch-paddle::after { border-radius: 5px; } .reveal.gdpr input ~ .switch-paddle { /* theme */ background: red; } .reveal.gdpr input:checked ~ .switch-paddle { /* theme */ background: green; } .reveal.gdpr input:focus ~ .switch-paddle { /* theme */ background: #fd0; color: #0a0a0a; } .reveal.gdpr input:focus ~ .switch-paddle::after { background: #0a0a0a; } /*! jQuery UI - v1.12.1 - 2021-07-19 * http://jqueryui.com * Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=ui-lightness&cornerRadiusShadow=5px&offsetLeftShadow=-5px&offsetTopShadow=-5px&thicknessShadow=5px&opacityShadow=20&bgImgOpacityShadow=10&bgTextureShadow=flat&bgColorShadow=000000&opacityOverlay=50&bgImgOpacityOverlay=20&bgTextureOverlay=diagonals_thick&bgColorOverlay=666666&iconColorError=ffd27a&fcError=ffffff&borderColorError=cd0a0a&bgImgOpacityError=18&bgTextureError=diagonals_thick&bgColorError=b81900&iconColorHighlight=228ef1&fcHighlight=363636&borderColorHighlight=fed22f&bgImgOpacityHighlight=75&bgTextureHighlight=highlight_soft&bgColorHighlight=ffe45c&iconColorActive=ef8c08&fcActive=eb8f00&borderColorActive=fbd850&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ef8c08&fcHover=c77405&borderColorHover=fbcb09&bgImgOpacityHover=100&bgTextureHover=glass&bgColorHover=fdf5ce&iconColorDefault=ef8c08&fcDefault=1c94c4&borderColorDefault=cccccc&bgImgOpacityDefault=100&bgTextureDefault=glass&bgColorDefault=f6f6f6&iconColorContent=222222&fcContent=333333&borderColorContent=dddddd&bgImgOpacityContent=100&bgTextureContent=highlight_soft&bgColorContent=eeeeee&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=e78f08&bgImgOpacityHeader=35&bgTextureHeader=gloss_wave&bgColorHeader=f6a828&cornerRadius=4px&fsDefault=1.1em&fwDefault=bold&ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif * Copyright jQuery Foundation and other contributors; Licensed MIT */ .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ } .ui-front { z-index: 100; } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; pointer-events: none; } /* Icons ----------------------------------*/ .ui-icon { display: inline-block; vertical-align: middle; margin-top: -0.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-button { padding: 0.4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Support: IE <= 11 */ overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } /* to make room for the icon, a width needs to be set here */ .ui-button-icon-only { width: 2em; box-sizing: border-box; text-indent: -9999px; white-space: nowrap; } /* no icon support for input elements */ input.ui-button.ui-button-icon-only { text-indent: 0; } /* button icon element(s) */ .ui-button-icon-only .ui-icon { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; } .ui-button.ui-icon-notext .ui-icon { padding: 0; width: 2.1em; height: 2.1em; text-indent: -9999px; white-space: nowrap; } input.ui-button.ui-icon-notext .ui-icon { width: auto; height: auto; text-indent: 0; white-space: normal; padding: 0.4em 1em; } /* workarounds */ /* Support: Firefox 5 - 40 */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-controlgroup { vertical-align: middle; display: inline-block; } .ui-controlgroup > .ui-controlgroup-item { float: left; margin-left: 0; margin-right: 0; } .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; } .ui-controlgroup-vertical > .ui-controlgroup-item { display: block; float: none; width: 100%; margin-top: 0; margin-bottom: 0; text-align: left; } .ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; } .ui-controlgroup .ui-controlgroup-label { padding: 0.4em 1em; } .ui-controlgroup .ui-controlgroup-label span { font-size: 80%; } .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; } .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; } .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; } .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; } /* Spinner specific style fixes */ .ui-controlgroup-vertical .ui-spinner-input { /* Support: IE8 only, Android < 4.4 only */ width: 75%; width: calc(100% - 2.4em); } .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; } .ui-checkboxradio-label .ui-icon-background { box-shadow: inset 1px 1px 1px #ccc; border-radius: 0.12em; border: none; } .ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; } .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; } .ui-checkboxradio-disabled { pointer-events: none; } .ui-datepicker { width: 17em; padding: 0.2em 0.2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* Icons */ .ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: 0.5em; top: 0.3em; } .ui-dialog { position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-n { height: 2px; top: 0; } .ui-dialog .ui-resizable-e { width: 2px; right: 0; } .ui-dialog .ui-resizable-s { height: 2px; bottom: 0; } .ui-dialog .ui-resizable-w { width: 2px; left: 0; } .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { width: 7px; height: 7px; } .ui-dialog .ui-resizable-se { right: 0; bottom: 0; } .ui-dialog .ui-resizable-sw { left: 0; bottom: 0; } .ui-dialog .ui-resizable-ne { right: 0; top: 0; } .ui-dialog .ui-resizable-nw { left: 0; top: 0; } .ui-draggable .ui-dialog-titlebar { cursor: move; } /* Component containers ----------------------------------*/ .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } .ui-widget.ui-widget-content { border: 1px solid #cccccc; } .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("../graphics/jqueryUI/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; } .ui-widget-content a { color: #333333; } .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url("../graphics/jqueryUI/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; } .ui-widget-header a { color: #ffffff; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #cccccc; background: #f6f6f6 url("../graphics/jqueryUI/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #1c94c4; text-decoration: none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #fbcb09; background: #fdf5ce url("../graphics/jqueryUI/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #c77405; } .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #c77405; text-decoration: none; } .ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #fbd850; background: #ffffff url("../graphics/jqueryUI/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } .ui-icon-background, .ui-state-active .ui-icon-background { border: #fbd850; background-color: #eb8f00; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fed22f; background: #ffe45c url("../graphics/jqueryUI/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; } .ui-state-checked { border: 1px solid #fed22f; background: #ffe45c; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #b81900 url("../graphics/jqueryUI/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #ffffff; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: Alpha(Opacity=35); /* support: IE8 */ background-image: none; } .ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width: 16px; height: 16px; } .ui-icon, .ui-widget-content .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_222222_256x240.png"); } .ui-widget-header .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_ffffff_256x240.png"); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_ef8c08_256x240.png"); } .ui-state-active .ui-icon, .ui-button:active .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_ef8c08_256x240.png"); } .ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_228ef1_256x240.png"); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_ffd27a_256x240.png"); } .ui-button .ui-icon { background-image: url("../graphics/jqueryUI/images/ui-icons_ef8c08_256x240.png"); } /* positioning */ .ui-icon-blank { background-position: 16px 16px; } .ui-icon-caret-1-n { background-position: 0 0; } .ui-icon-caret-1-ne { background-position: -16px 0; } .ui-icon-caret-1-e { background-position: -32px 0; } .ui-icon-caret-1-se { background-position: -48px 0; } .ui-icon-caret-1-s { background-position: -65px 0; } .ui-icon-caret-1-sw { background-position: -80px 0; } .ui-icon-caret-1-w { background-position: -96px 0; } .ui-icon-caret-1-nw { background-position: -112px 0; } .ui-icon-caret-2-n-s { background-position: -128px 0; } .ui-icon-caret-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -65px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -65px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 1px -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-on { background-position: -96px -144px; } .ui-icon-radio-off { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; } /* Overlays */ .ui-widget-overlay { background: #666666 url("../graphics/jqueryUI/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: 0.5; filter: Alpha(Opacity=50); /* support: IE8 */ } .ui-widget-shadow { -webkit-box-shadow: -5px -5px 5px #000000; box-shadow: -5px -5px 5px #000000; } /* LGSCO manual build */ .sidebar.foundation, .content.foundation, .reveal .content, .reveal .modalContent, .reveal.modal, .manual-search { /* reset foundation for gov styles */ /* imported gov.uk styles for core */ /* check your answers */ /*insert text*/ /* buttons */ /* details */ /* warning text */ /* field hint text */ /* radios - reset radio check in the core to look like gov.uk */ /* reset the core indicators to look like gov.uk */ /* radio */ /*checkbox */ /* Style the checkmark/indicator */ /* text areas */ /* file upload */ /* prefix and suffix input groups */ } .sidebar.foundation .govuk-table, .content.foundation .govuk-table, .reveal .content .govuk-table, .reveal .modalContent .govuk-table, .reveal.modal .govuk-table, .manual-search .govuk-table { border: none !important; } .sidebar.foundation .govuk-table th, .sidebar.foundation .govuk-table td, .content.foundation .govuk-table th, .content.foundation .govuk-table td, .reveal .content .govuk-table th, .reveal .content .govuk-table td, .reveal .modalContent .govuk-table th, .reveal .modalContent .govuk-table td, .reveal.modal .govuk-table th, .reveal.modal .govuk-table td, .manual-search .govuk-table th, .manual-search .govuk-table td { border-bottom: 1px solid #d4d4de; } .sidebar.foundation .govuk-table tbody th, .content.foundation .govuk-table tbody th, .reveal .content .govuk-table tbody th, .reveal .modalContent .govuk-table tbody th, .reveal.modal .govuk-table tbody th, .manual-search .govuk-table tbody th { text-align: left !important; } .sidebar.foundation .govuk-table tbody th.text-right, .content.foundation .govuk-table tbody th.text-right, .reveal .content .govuk-table tbody th.text-right, .reveal .modalContent .govuk-table tbody th.text-right, .reveal.modal .govuk-table tbody th.text-right, .manual-search .govuk-table tbody th.text-right { text-align: right !important; } .sidebar.foundation .govuk-table a.has-tip, .content.foundation .govuk-table a.has-tip, .reveal .content .govuk-table a.has-tip, .reveal .modalContent .govuk-table a.has-tip, .reveal.modal .govuk-table a.has-tip, .manual-search .govuk-table a.has-tip { font-weight: normal; border-bottom: none; } .sidebar.foundation .govuk-table a.has-tip.right, .content.foundation .govuk-table a.has-tip.right, .reveal .content .govuk-table a.has-tip.right, .reveal .modalContent .govuk-table a.has-tip.right, .reveal.modal .govuk-table a.has-tip.right, .manual-search .govuk-table a.has-tip.right { padding-right: 1.25rem; } .sidebar.foundation .govuk-table.unstriped th, .sidebar.foundation .govuk-table.unstriped td, .content.foundation .govuk-table.unstriped th, .content.foundation .govuk-table.unstriped td, .reveal .content .govuk-table.unstriped th, .reveal .content .govuk-table.unstriped td, .reveal .modalContent .govuk-table.unstriped th, .reveal .modalContent .govuk-table.unstriped td, .reveal.modal .govuk-table.unstriped th, .reveal.modal .govuk-table.unstriped td, .manual-search .govuk-table.unstriped th, .manual-search .govuk-table.unstriped td { padding: 10px 20px 10px 0; } .sidebar.foundation .govuk-table thead th, .content.foundation .govuk-table thead th, .reveal .content .govuk-table thead th, .reveal .modalContent .govuk-table thead th, .reveal.modal .govuk-table thead th, .manual-search .govuk-table thead th { background-color: transparent !important; } .sidebar.foundation .govuk-table thead, .sidebar.foundation .govuk-table tbody, .sidebar.foundation .govuk-table tfoot, .content.foundation .govuk-table thead, .content.foundation .govuk-table tbody, .content.foundation .govuk-table tfoot, .reveal .content .govuk-table thead, .reveal .content .govuk-table tbody, .reveal .content .govuk-table tfoot, .reveal .modalContent .govuk-table thead, .reveal .modalContent .govuk-table tbody, .reveal .modalContent .govuk-table tfoot, .reveal.modal .govuk-table thead, .reveal.modal .govuk-table tbody, .reveal.modal .govuk-table tfoot, .manual-search .govuk-table thead, .manual-search .govuk-table tbody, .manual-search .govuk-table tfoot { border: none; background: none; } .sidebar.foundation .govuk-table th:last-child, .sidebar.foundation .govuk-table td:last-child, .content.foundation .govuk-table th:last-child, .content.foundation .govuk-table td:last-child, .reveal .content .govuk-table th:last-child, .reveal .content .govuk-table td:last-child, .reveal .modalContent .govuk-table th:last-child, .reveal .modalContent .govuk-table td:last-child, .reveal.modal .govuk-table th:last-child, .reveal.modal .govuk-table td:last-child, .manual-search .govuk-table th:last-child, .manual-search .govuk-table td:last-child { padding-right: 0; } .sidebar.foundation table.largePadding th, .sidebar.foundation table.largePadding td, .content.foundation table.largePadding th, .content.foundation table.largePadding td, .reveal .content table.largePadding th, .reveal .content table.largePadding td, .reveal .modalContent table.largePadding th, .reveal .modalContent table.largePadding td, .reveal.modal table.largePadding th, .reveal.modal table.largePadding td, .manual-search table.largePadding th, .manual-search table.largePadding td { padding: 20px !important; } .sidebar.foundation tr.header th, .sidebar.foundation tr.header td, .sidebar.foundation tr.footer th, .sidebar.foundation tr.footer td, .content.foundation tr.header th, .content.foundation tr.header td, .content.foundation tr.footer th, .content.foundation tr.footer td, .reveal .content tr.header th, .reveal .content tr.header td, .reveal .content tr.footer th, .reveal .content tr.footer td, .reveal .modalContent tr.header th, .reveal .modalContent tr.header td, .reveal .modalContent tr.footer th, .reveal .modalContent tr.footer td, .reveal.modal tr.header th, .reveal.modal tr.header td, .reveal.modal tr.footer th, .reveal.modal tr.footer td, .manual-search tr.header th, .manual-search tr.header td, .manual-search tr.footer th, .manual-search tr.footer td { padding-top: 30px !important; padding-bottom: 30px !important; font-weight: bold; } .sidebar.foundation table.invertBold tbody tr th, .content.foundation table.invertBold tbody tr th, .reveal .content table.invertBold tbody tr th, .reveal .modalContent table.invertBold tbody tr th, .reveal.modal table.invertBold tbody tr th, .manual-search table.invertBold tbody tr th { font-weight: normal !important; } .sidebar.foundation table.invertBold tbody tr td, .content.foundation table.invertBold tbody tr td, .reveal .content table.invertBold tbody tr td, .reveal .modalContent table.invertBold tbody tr td, .reveal.modal table.invertBold tbody tr td, .manual-search table.invertBold tbody tr td { font-weight: bold !important; } .sidebar.foundation table.unstriped tbody tr.footer, .content.foundation table.unstriped tbody tr.footer, .reveal .content table.unstriped tbody tr.footer, .reveal .modalContent table.unstriped tbody tr.footer, .reveal.modal table.unstriped tbody tr.footer, .manual-search table.unstriped tbody tr.footer { border-top: 2px dotted #d4d4de !important; border-bottom: 2px dotted #d4d4de !important; } .sidebar.foundation tr.footer th, .sidebar.foundation tr.footer td, .content.foundation tr.footer th, .content.foundation tr.footer td, .reveal .content tr.footer th, .reveal .content tr.footer td, .reveal .modalContent tr.footer th, .reveal .modalContent tr.footer td, .reveal.modal tr.footer th, .reveal.modal tr.footer td, .manual-search tr.footer th, .manual-search tr.footer td { background: #f5f5f5; color: #0a0a0a; } .sidebar.foundation .govuk-tag, .content.foundation .govuk-tag, .reveal .content .govuk-tag, .reveal .modalContent .govuk-tag, .reveal.modal .govuk-tag, .manual-search .govuk-tag { display: inline-block; outline: 2px solid transparent; outline-offset: -2px; color: #ffffff; background-color: #1d70b8; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 700 !important; font-size: 14px; font-size: 0.875rem; line-height: 1; padding-top: 5px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px; text-align: center; } @media screen and (max-width: 39.9375em) { .sidebar.foundation .govuk-tag, .content.foundation .govuk-tag, .reveal .content .govuk-tag, .reveal .modalContent .govuk-tag, .reveal.modal .govuk-tag, .manual-search .govuk-tag { display: block; } } @media print { .sidebar.foundation .govuk-tag, .content.foundation .govuk-tag, .reveal .content .govuk-tag, .reveal .modalContent .govuk-tag, .reveal.modal .govuk-tag, .manual-search .govuk-tag { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-tag, .content.foundation .govuk-tag, .reveal .content .govuk-tag, .reveal .modalContent .govuk-tag, .reveal.modal .govuk-tag, .manual-search .govuk-tag { font-size: 16px; font-size: 1rem; line-height: 1; } } @media print { .sidebar.foundation .govuk-tag, .content.foundation .govuk-tag, .reveal .content .govuk-tag, .reveal .modalContent .govuk-tag, .reveal.modal .govuk-tag, .manual-search .govuk-tag { font-size: 14pt; line-height: 1; } } .sidebar.foundation .govuk-tag--inactive, .content.foundation .govuk-tag--inactive, .reveal .content .govuk-tag--inactive, .reveal .modalContent .govuk-tag--inactive, .reveal.modal .govuk-tag--inactive, .manual-search .govuk-tag--inactive { background-color: #505a5f; } .sidebar.foundation .govuk-tag--grey, .content.foundation .govuk-tag--grey, .reveal .content .govuk-tag--grey, .reveal .modalContent .govuk-tag--grey, .reveal.modal .govuk-tag--grey, .manual-search .govuk-tag--grey { color: #383f43; background: #eeefef; } .sidebar.foundation .govuk-tag--purple, .content.foundation .govuk-tag--purple, .reveal .content .govuk-tag--purple, .reveal .modalContent .govuk-tag--purple, .reveal.modal .govuk-tag--purple, .manual-search .govuk-tag--purple { color: #3d2375; background: #dbd5e9; } .sidebar.foundation .govuk-tag--turquoise, .content.foundation .govuk-tag--turquoise, .reveal .content .govuk-tag--turquoise, .reveal .modalContent .govuk-tag--turquoise, .reveal.modal .govuk-tag--turquoise, .manual-search .govuk-tag--turquoise { color: #10403c; background: #bfe3e0; } .sidebar.foundation .govuk-tag--blue, .content.foundation .govuk-tag--blue, .reveal .content .govuk-tag--blue, .reveal .modalContent .govuk-tag--blue, .reveal.modal .govuk-tag--blue, .manual-search .govuk-tag--blue { color: #144e81; background: #d2e2f1; } .sidebar.foundation .govuk-tag--yellow, .content.foundation .govuk-tag--yellow, .reveal .content .govuk-tag--yellow, .reveal .modalContent .govuk-tag--yellow, .reveal.modal .govuk-tag--yellow, .manual-search .govuk-tag--yellow { color: #594d00; background: #fff7bf; } .sidebar.foundation .govuk-tag--orange, .content.foundation .govuk-tag--orange, .reveal .content .govuk-tag--orange, .reveal .modalContent .govuk-tag--orange, .reveal.modal .govuk-tag--orange, .manual-search .govuk-tag--orange { color: #6e3619; background: #fcd6c3; } .sidebar.foundation .govuk-tag--red, .content.foundation .govuk-tag--red, .reveal .content .govuk-tag--red, .reveal .modalContent .govuk-tag--red, .reveal.modal .govuk-tag--red, .manual-search .govuk-tag--red { color: #942514; background: #f6d7d2; } .sidebar.foundation .govuk-tag--pink, .content.foundation .govuk-tag--pink, .reveal .content .govuk-tag--pink, .reveal .modalContent .govuk-tag--pink, .reveal.modal .govuk-tag--pink, .manual-search .govuk-tag--pink { color: #80224d; background: #f7d7e6; } .sidebar.foundation .govuk-tag--green, .content.foundation .govuk-tag--green, .reveal .content .govuk-tag--green, .reveal .modalContent .govuk-tag--green, .reveal.modal .govuk-tag--green, .manual-search .govuk-tag--green { color: #005a30; background: #cce2d8; } .sidebar.foundation table.check-answers th, .sidebar.foundation table.check-answers td, .content.foundation table.check-answers th, .content.foundation table.check-answers td, .reveal .content table.check-answers th, .reveal .content table.check-answers td, .reveal .modalContent table.check-answers th, .reveal .modalContent table.check-answers td, .reveal.modal table.check-answers th, .reveal.modal table.check-answers td, .manual-search table.check-answers th, .manual-search table.check-answers td { vertical-align: top; } .sidebar.foundation table.check-answers td.check-answers__value p, .content.foundation table.check-answers td.check-answers__value p, .reveal .content table.check-answers td.check-answers__value p, .reveal .modalContent table.check-answers td.check-answers__value p, .reveal.modal table.check-answers td.check-answers__value p, .manual-search table.check-answers td.check-answers__value p { margin: 0; } .sidebar.foundation .check-answers__button, .content.foundation .check-answers__button, .reveal .content .check-answers__button, .reveal .modalContent .check-answers__button, .reveal.modal .check-answers__button, .manual-search .check-answers__button { text-decoration: underline; } .sidebar.foundation .check-answers__button:hover, .content.foundation .check-answers__button:hover, .reveal .content .check-answers__button:hover, .reveal .modalContent .check-answers__button:hover, .reveal.modal .check-answers__button:hover, .manual-search .check-answers__button:hover { text-decoration: none; } .sidebar.foundation .govuk-inset-text, .content.foundation .govuk-inset-text, .reveal .content .govuk-inset-text, .reveal .modalContent .govuk-inset-text, .reveal.modal .govuk-inset-text, .manual-search .govuk-inset-text { border-left: 10px solid #d4d4de; clear: both; font-weight: 400; } .sidebar.foundation .govuk-inset-text > *, .content.foundation .govuk-inset-text > *, .reveal .content .govuk-inset-text > *, .reveal .modalContent .govuk-inset-text > *, .reveal.modal .govuk-inset-text > *, .manual-search .govuk-inset-text > * { margin-bottom: 0; } .sidebar.foundation .govuk-back-link, .content.foundation .govuk-back-link, .reveal .content .govuk-back-link, .reveal .modalContent .govuk-back-link, .reveal.modal .govuk-back-link, .manual-search .govuk-back-link { font-size: 14px; font-size: 0.875rem; line-height: 1.14286; font-family: "GDS Transport", arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; position: relative; margin-top: 15px; margin-bottom: 15px; padding-left: 14px; } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-back-link, .content.foundation .govuk-back-link, .reveal .content .govuk-back-link, .reveal .modalContent .govuk-back-link, .reveal.modal .govuk-back-link, .manual-search .govuk-back-link { font-size: 16px; font-size: 1rem; line-height: 1.25; } } @media print { .sidebar.foundation .govuk-back-link, .content.foundation .govuk-back-link, .reveal .content .govuk-back-link, .reveal .modalContent .govuk-back-link, .reveal.modal .govuk-back-link, .manual-search .govuk-back-link { font-size: 14pt; line-height: 1.2; } } @media print { .sidebar.foundation .govuk-back-link, .content.foundation .govuk-back-link, .reveal .content .govuk-back-link, .reveal .modalContent .govuk-back-link, .reveal.modal .govuk-back-link, .manual-search .govuk-back-link { font-family: sans-serif; } } .sidebar.foundation .govuk-back-link:focus, .content.foundation .govuk-back-link:focus, .reveal .content .govuk-back-link:focus, .reveal .modalContent .govuk-back-link:focus, .reveal.modal .govuk-back-link:focus, .manual-search .govuk-back-link:focus { outline: 3px solid transparent; color: #0b0c0c; background-color: #fd0; box-shadow: 0 -2px #fd0, 0 4px #0b0c0c; text-decoration: none; } .sidebar.foundation .govuk-back-link:link, .sidebar.foundation .govuk-back-link:visited, .sidebar.foundation .govuk-back-link:hover, .sidebar.foundation .govuk-back-link:active, .sidebar.foundation .govuk-back-link:focus, .content.foundation .govuk-back-link:link, .content.foundation .govuk-back-link:visited, .content.foundation .govuk-back-link:hover, .content.foundation .govuk-back-link:active, .content.foundation .govuk-back-link:focus, .reveal .content .govuk-back-link:link, .reveal .content .govuk-back-link:visited, .reveal .content .govuk-back-link:hover, .reveal .content .govuk-back-link:active, .reveal .content .govuk-back-link:focus, .reveal .modalContent .govuk-back-link:link, .reveal .modalContent .govuk-back-link:visited, .reveal .modalContent .govuk-back-link:hover, .reveal .modalContent .govuk-back-link:active, .reveal .modalContent .govuk-back-link:focus, .reveal.modal .govuk-back-link:link, .reveal.modal .govuk-back-link:visited, .reveal.modal .govuk-back-link:hover, .reveal.modal .govuk-back-link:active, .reveal.modal .govuk-back-link:focus, .manual-search .govuk-back-link:link, .manual-search .govuk-back-link:visited, .manual-search .govuk-back-link:hover, .manual-search .govuk-back-link:active, .manual-search .govuk-back-link:focus { color: #0b0c0c; } @media print { .sidebar.foundation .govuk-back-link:link, .sidebar.foundation .govuk-back-link:visited, .sidebar.foundation .govuk-back-link:hover, .sidebar.foundation .govuk-back-link:active, .sidebar.foundation .govuk-back-link:focus, .content.foundation .govuk-back-link:link, .content.foundation .govuk-back-link:visited, .content.foundation .govuk-back-link:hover, .content.foundation .govuk-back-link:active, .content.foundation .govuk-back-link:focus, .reveal .content .govuk-back-link:link, .reveal .content .govuk-back-link:visited, .reveal .content .govuk-back-link:hover, .reveal .content .govuk-back-link:active, .reveal .content .govuk-back-link:focus, .reveal .modalContent .govuk-back-link:link, .reveal .modalContent .govuk-back-link:visited, .reveal .modalContent .govuk-back-link:hover, .reveal .modalContent .govuk-back-link:active, .reveal .modalContent .govuk-back-link:focus, .reveal.modal .govuk-back-link:link, .reveal.modal .govuk-back-link:visited, .reveal.modal .govuk-back-link:hover, .reveal.modal .govuk-back-link:active, .reveal.modal .govuk-back-link:focus, .manual-search .govuk-back-link:link, .manual-search .govuk-back-link:visited, .manual-search .govuk-back-link:hover, .manual-search .govuk-back-link:active, .manual-search .govuk-back-link:focus { color: #000000; } } .sidebar.foundation .govuk-back-link[href], .content.foundation .govuk-back-link[href], .reveal .content .govuk-back-link[href], .reveal .modalContent .govuk-back-link[href], .reveal.modal .govuk-back-link[href], .manual-search .govuk-back-link[href] { text-decoration: underline; } .sidebar.foundation .govuk-back-link[href]:focus, .content.foundation .govuk-back-link[href]:focus, .reveal .content .govuk-back-link[href]:focus, .reveal .modalContent .govuk-back-link[href]:focus, .reveal.modal .govuk-back-link[href]:focus, .manual-search .govuk-back-link[href]:focus { text-decoration: none; } .sidebar.foundation .govuk-back-link[href]:focus:before, .content.foundation .govuk-back-link[href]:focus:before, .reveal .content .govuk-back-link[href]:focus:before, .reveal .modalContent .govuk-back-link[href]:focus:before, .reveal.modal .govuk-back-link[href]:focus:before, .manual-search .govuk-back-link[href]:focus:before { border-color: #0b0c0c; } .sidebar.foundation .govuk-back-link:before, .content.foundation .govuk-back-link:before, .reveal .content .govuk-back-link:before, .reveal .modalContent .govuk-back-link:before, .reveal.modal .govuk-back-link:before, .manual-search .govuk-back-link:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 3px; width: 7px; height: 7px; margin: auto 0; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); border: solid; border-width: 1px 1px 0 0; border-color: #505a5f; } .sidebar.foundation .govuk-back-link:after, .content.foundation .govuk-back-link:after, .reveal .content .govuk-back-link:after, .reveal .modalContent .govuk-back-link:after, .reveal.modal .govuk-back-link:after, .manual-search .govuk-back-link:after { content: ""; position: absolute; top: -14px; right: 0; bottom: -14px; left: 0; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .sidebar.foundation .govuk-button, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .content.foundation .govuk-button, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .content .govuk-button, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .modalContent .govuk-button, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal.modal .govuk-button, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .manual-search .govuk-button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 16px; font-size: 1rem; line-height: 1.1875; box-sizing: border-box; display: inline-block; position: relative; width: 100%; margin-top: 0; margin-bottom: 1.125rem; padding: 8px 10px 7px; border: 2px solid transparent; border-radius: 0; color: #ffffff; /*background-color: #00703c;*/ background-color: #454483; box-shadow: 0 2px 0 #002d18; text-align: center; vertical-align: top; cursor: pointer; -webkit-appearance: none; } @media print { .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .sidebar.foundation .govuk-button, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .content.foundation .govuk-button, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .content .govuk-button, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .modalContent .govuk-button, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal.modal .govuk-button, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .manual-search .govuk-button { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .sidebar.foundation .govuk-button, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .content.foundation .govuk-button, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .content .govuk-button, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .modalContent .govuk-button, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal.modal .govuk-button, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .manual-search .govuk-button { font-size: 19px; font-size: 1.1875rem; line-height: 1; } } @media print { .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .sidebar.foundation .govuk-button, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .content.foundation .govuk-button, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .content .govuk-button, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .modalContent .govuk-button, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal.modal .govuk-button, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .manual-search .govuk-button { font-size: 14pt; line-height: 19px; } } @media (min-width: 40.0625em) { .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .sidebar.foundation .govuk-button, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .content.foundation .govuk-button, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .content .govuk-button, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal .modalContent .govuk-button, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .reveal.modal .govuk-button, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button, .manual-search .govuk-button { width: auto; } } .sidebar.foundation .govuk-button:link, .sidebar.foundation .govuk-button:visited, .sidebar.foundation .govuk-button:active, .sidebar.foundation .govuk-button:hover, .content.foundation .govuk-button:link, .content.foundation .govuk-button:visited, .content.foundation .govuk-button:active, .content.foundation .govuk-button:hover, .reveal .content .govuk-button:link, .reveal .content .govuk-button:visited, .reveal .content .govuk-button:active, .reveal .content .govuk-button:hover, .reveal .modalContent .govuk-button:link, .reveal .modalContent .govuk-button:visited, .reveal .modalContent .govuk-button:active, .reveal .modalContent .govuk-button:hover, .reveal.modal .govuk-button:link, .reveal.modal .govuk-button:visited, .reveal.modal .govuk-button:active, .reveal.modal .govuk-button:hover, .manual-search .govuk-button:link, .manual-search .govuk-button:visited, .manual-search .govuk-button:active, .manual-search .govuk-button:hover { color: #ffffff; text-decoration: none; } .sidebar.foundation .govuk-button::-moz-focus-inner, .content.foundation .govuk-button::-moz-focus-inner, .reveal .content .govuk-button::-moz-focus-inner, .reveal .modalContent .govuk-button::-moz-focus-inner, .reveal.modal .govuk-button::-moz-focus-inner, .manual-search .govuk-button::-moz-focus-inner { padding: 0; border: 0; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .sidebar.foundation .govuk-button:hover, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .content.foundation .govuk-button:hover, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .reveal .content .govuk-button:hover, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .reveal .modalContent .govuk-button:hover, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .reveal.modal .govuk-button:hover, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover, .manual-search .govuk-button:hover { /* background-color: #005a30; */ background-color: #3F3E79; } .sidebar.foundation .govuk-button:active, .content.foundation .govuk-button:active, .reveal .content .govuk-button:active, .reveal .modalContent .govuk-button:active, .reveal.modal .govuk-button:active, .manual-search .govuk-button:active { top: 2px; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .sidebar.foundation .govuk-button:focus, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .content.foundation .govuk-button:focus, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .reveal .content .govuk-button:focus, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .reveal .modalContent .govuk-button:focus, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .reveal.modal .govuk-button:focus, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus, .manual-search .govuk-button:focus { border-color: #fd0; outline: 3px solid transparent; box-shadow: inset 0 0 0 1px #fd0; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .sidebar.foundation .govuk-button:focus:not(:active):not(:hover), .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .content.foundation .govuk-button:focus:not(:active):not(:hover), .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .reveal .content .govuk-button:focus:not(:active):not(:hover), .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .reveal .modalContent .govuk-button:focus:not(:active):not(:hover), .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .reveal.modal .govuk-button:focus:not(:active):not(:hover), .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover), .manual-search .govuk-button:focus:not(:active):not(:hover) { border-color: #fd0; color: #0b0c0c; background-color: #fd0; box-shadow: 0 2px 0 #0b0c0c; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .sidebar.foundation .govuk-button:before, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .content.foundation .govuk-button:before, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .reveal .content .govuk-button:before, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .reveal .modalContent .govuk-button:before, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .reveal.modal .govuk-button:before, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before, .manual-search .govuk-button:before { content: ""; display: block; position: absolute; top: -2px; right: -2px; bottom: -4px; left: -2px; background: transparent; } .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .sidebar.foundation .govuk-button:active:before, .content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .content.foundation .govuk-button:active:before, .reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .reveal .content .govuk-button:active:before, .reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .reveal .modalContent .govuk-button:active:before, .reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .reveal.modal .govuk-button:active:before, .manual-search .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before, .manual-search .govuk-button:active:before { top: -4px; } .sidebar.foundation .govuk-button--disabled, .sidebar.foundation .govuk-button[disabled=disabled], .sidebar.foundation .govuk-button[disabled], .content.foundation .govuk-button--disabled, .content.foundation .govuk-button[disabled=disabled], .content.foundation .govuk-button[disabled], .reveal .content .govuk-button--disabled, .reveal .content .govuk-button[disabled=disabled], .reveal .content .govuk-button[disabled], .reveal .modalContent .govuk-button--disabled, .reveal .modalContent .govuk-button[disabled=disabled], .reveal .modalContent .govuk-button[disabled], .reveal.modal .govuk-button--disabled, .reveal.modal .govuk-button[disabled=disabled], .reveal.modal .govuk-button[disabled], .manual-search .govuk-button--disabled, .manual-search .govuk-button[disabled=disabled], .manual-search .govuk-button[disabled] { opacity: 0.5; } .sidebar.foundation .govuk-button--disabled:hover, .sidebar.foundation .govuk-button[disabled=disabled]:hover, .sidebar.foundation .govuk-button[disabled]:hover, .content.foundation .govuk-button--disabled:hover, .content.foundation .govuk-button[disabled=disabled]:hover, .content.foundation .govuk-button[disabled]:hover, .reveal .content .govuk-button--disabled:hover, .reveal .content .govuk-button[disabled=disabled]:hover, .reveal .content .govuk-button[disabled]:hover, .reveal .modalContent .govuk-button--disabled:hover, .reveal .modalContent .govuk-button[disabled=disabled]:hover, .reveal .modalContent .govuk-button[disabled]:hover, .reveal.modal .govuk-button--disabled:hover, .reveal.modal .govuk-button[disabled=disabled]:hover, .reveal.modal .govuk-button[disabled]:hover, .manual-search .govuk-button--disabled:hover, .manual-search .govuk-button[disabled=disabled]:hover, .manual-search .govuk-button[disabled]:hover { background-color: #00703c; cursor: default; } .sidebar.foundation .govuk-button--disabled:focus, .sidebar.foundation .govuk-button[disabled=disabled]:focus, .sidebar.foundation .govuk-button[disabled]:focus, .content.foundation .govuk-button--disabled:focus, .content.foundation .govuk-button[disabled=disabled]:focus, .content.foundation .govuk-button[disabled]:focus, .reveal .content .govuk-button--disabled:focus, .reveal .content .govuk-button[disabled=disabled]:focus, .reveal .content .govuk-button[disabled]:focus, .reveal .modalContent .govuk-button--disabled:focus, .reveal .modalContent .govuk-button[disabled=disabled]:focus, .reveal .modalContent .govuk-button[disabled]:focus, .reveal.modal .govuk-button--disabled:focus, .reveal.modal .govuk-button[disabled=disabled]:focus, .reveal.modal .govuk-button[disabled]:focus, .manual-search .govuk-button--disabled:focus, .manual-search .govuk-button[disabled=disabled]:focus, .manual-search .govuk-button[disabled]:focus { outline: none; } .sidebar.foundation .govuk-button--disabled:active, .sidebar.foundation .govuk-button[disabled=disabled]:active, .sidebar.foundation .govuk-button[disabled]:active, .content.foundation .govuk-button--disabled:active, .content.foundation .govuk-button[disabled=disabled]:active, .content.foundation .govuk-button[disabled]:active, .reveal .content .govuk-button--disabled:active, .reveal .content .govuk-button[disabled=disabled]:active, .reveal .content .govuk-button[disabled]:active, .reveal .modalContent .govuk-button--disabled:active, .reveal .modalContent .govuk-button[disabled=disabled]:active, .reveal .modalContent .govuk-button[disabled]:active, .reveal.modal .govuk-button--disabled:active, .reveal.modal .govuk-button[disabled=disabled]:active, .reveal.modal .govuk-button[disabled]:active, .manual-search .govuk-button--disabled:active, .manual-search .govuk-button[disabled=disabled]:active, .manual-search .govuk-button[disabled]:active { top: 0; box-shadow: 0 2px 0 #002d18; } .sidebar.foundation .govuk-button--secondary, .content.foundation .govuk-button--secondary, .reveal .content .govuk-button--secondary, .reveal .modalContent .govuk-button--secondary, .reveal.modal .govuk-button--secondary, .manual-search .govuk-button--secondary { background-color: #f3f2f1 !important; box-shadow: 0 2px 0 #929191; } .sidebar.foundation .govuk-button--secondary, .sidebar.foundation .govuk-button--secondary:link, .sidebar.foundation .govuk-button--secondary:visited, .sidebar.foundation .govuk-button--secondary:active, .sidebar.foundation .govuk-button--secondary:hover, .content.foundation .govuk-button--secondary, .content.foundation .govuk-button--secondary:link, .content.foundation .govuk-button--secondary:visited, .content.foundation .govuk-button--secondary:active, .content.foundation .govuk-button--secondary:hover, .reveal .content .govuk-button--secondary, .reveal .content .govuk-button--secondary:link, .reveal .content .govuk-button--secondary:visited, .reveal .content .govuk-button--secondary:active, .reveal .content .govuk-button--secondary:hover, .reveal .modalContent .govuk-button--secondary, .reveal .modalContent .govuk-button--secondary:link, .reveal .modalContent .govuk-button--secondary:visited, .reveal .modalContent .govuk-button--secondary:active, .reveal .modalContent .govuk-button--secondary:hover, .reveal.modal .govuk-button--secondary, .reveal.modal .govuk-button--secondary:link, .reveal.modal .govuk-button--secondary:visited, .reveal.modal .govuk-button--secondary:active, .reveal.modal .govuk-button--secondary:hover, .manual-search .govuk-button--secondary, .manual-search .govuk-button--secondary:link, .manual-search .govuk-button--secondary:visited, .manual-search .govuk-button--secondary:active, .manual-search .govuk-button--secondary:hover { color: #0b0c0c !important; } .sidebar.foundation .govuk-button--secondary:hover, .content.foundation .govuk-button--secondary:hover, .reveal .content .govuk-button--secondary:hover, .reveal .modalContent .govuk-button--secondary:hover, .reveal.modal .govuk-button--secondary:hover, .manual-search .govuk-button--secondary:hover { background-color: #dbdad9 !important; } .sidebar.foundation .govuk-button--secondary:hover[disabled], .content.foundation .govuk-button--secondary:hover[disabled], .reveal .content .govuk-button--secondary:hover[disabled], .reveal .modalContent .govuk-button--secondary:hover[disabled], .reveal.modal .govuk-button--secondary:hover[disabled], .manual-search .govuk-button--secondary:hover[disabled] { background-color: #f3f2f1; } .sidebar.foundation .govuk-button--warning, .content.foundation .govuk-button--warning, .reveal .content .govuk-button--warning, .reveal .modalContent .govuk-button--warning, .reveal.modal .govuk-button--warning, .manual-search .govuk-button--warning { background-color: #d4351c; box-shadow: 0 2px 0 #55150b; } .sidebar.foundation .govuk-button--warning, .sidebar.foundation .govuk-button--warning:link, .sidebar.foundation .govuk-button--warning:visited, .sidebar.foundation .govuk-button--warning:active, .sidebar.foundation .govuk-button--warning:hover, .content.foundation .govuk-button--warning, .content.foundation .govuk-button--warning:link, .content.foundation .govuk-button--warning:visited, .content.foundation .govuk-button--warning:active, .content.foundation .govuk-button--warning:hover, .reveal .content .govuk-button--warning, .reveal .content .govuk-button--warning:link, .reveal .content .govuk-button--warning:visited, .reveal .content .govuk-button--warning:active, .reveal .content .govuk-button--warning:hover, .reveal .modalContent .govuk-button--warning, .reveal .modalContent .govuk-button--warning:link, .reveal .modalContent .govuk-button--warning:visited, .reveal .modalContent .govuk-button--warning:active, .reveal .modalContent .govuk-button--warning:hover, .reveal.modal .govuk-button--warning, .reveal.modal .govuk-button--warning:link, .reveal.modal .govuk-button--warning:visited, .reveal.modal .govuk-button--warning:active, .reveal.modal .govuk-button--warning:hover, .manual-search .govuk-button--warning, .manual-search .govuk-button--warning:link, .manual-search .govuk-button--warning:visited, .manual-search .govuk-button--warning:active, .manual-search .govuk-button--warning:hover { color: #ffffff; } .sidebar.foundation .govuk-button--warning:hover, .content.foundation .govuk-button--warning:hover, .reveal .content .govuk-button--warning:hover, .reveal .modalContent .govuk-button--warning:hover, .reveal.modal .govuk-button--warning:hover, .manual-search .govuk-button--warning:hover { background-color: #aa2a16; } .sidebar.foundation .govuk-button--warning:hover[disabled], .content.foundation .govuk-button--warning:hover[disabled], .reveal .content .govuk-button--warning:hover[disabled], .reveal .modalContent .govuk-button--warning:hover[disabled], .reveal.modal .govuk-button--warning:hover[disabled], .manual-search .govuk-button--warning:hover[disabled] { background-color: #d4351c; } .sidebar.foundation .govuk-button--start, .content.foundation .govuk-button--start, .reveal .content .govuk-button--start, .reveal .modalContent .govuk-button--start, .reveal.modal .govuk-button--start, .manual-search .govuk-button--start { font-weight: 700; font-size: 18px; font-size: 1.125rem; line-height: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; min-height: auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-button--start, .content.foundation .govuk-button--start, .reveal .content .govuk-button--start, .reveal .modalContent .govuk-button--start, .reveal.modal .govuk-button--start, .manual-search .govuk-button--start { font-size: 24px; font-size: 1.5rem; line-height: 1; } } @media print { .sidebar.foundation .govuk-button--start, .content.foundation .govuk-button--start, .reveal .content .govuk-button--start, .reveal .modalContent .govuk-button--start, .reveal.modal .govuk-button--start, .manual-search .govuk-button--start { font-size: 18pt; line-height: 1; } } .sidebar.foundation .govuk-button__start-icon, .content.foundation .govuk-button__start-icon, .reveal .content .govuk-button__start-icon, .reveal .modalContent .govuk-button__start-icon, .reveal.modal .govuk-button__start-icon, .manual-search .govuk-button__start-icon { margin-left: 5px; vertical-align: middle; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-item-align: center; align-self: center; } @media (min-width: 48.0625em) { .sidebar.foundation .govuk-button__start-icon, .content.foundation .govuk-button__start-icon, .reveal .content .govuk-button__start-icon, .reveal .modalContent .govuk-button__start-icon, .reveal.modal .govuk-button__start-icon, .manual-search .govuk-button__start-icon { margin-left: 10px; } } .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; line-height: 1.25; color: #0b0c0c; margin-bottom: 20px; display: block; } @media print { .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { line-height: 1.31579; } } @media print { .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { font-size: 14pt; line-height: 1.15; } } @media print { .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { color: #000000; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-details, .content.foundation .govuk-details, .reveal .content .govuk-details, .reveal .modalContent .govuk-details, .reveal.modal .govuk-details, .manual-search .govuk-details { margin-bottom: 30px; } } .sidebar.foundation .govuk-details__summary, .content.foundation .govuk-details__summary, .reveal .content .govuk-details__summary, .reveal .modalContent .govuk-details__summary, .reveal.modal .govuk-details__summary, .manual-search .govuk-details__summary { display: inline-block; position: relative; margin-bottom: 5px; padding-left: 25px; color: #1d70b8; cursor: pointer; } .sidebar.foundation .govuk-details__summary:hover, .content.foundation .govuk-details__summary:hover, .reveal .content .govuk-details__summary:hover, .reveal .modalContent .govuk-details__summary:hover, .reveal.modal .govuk-details__summary:hover, .manual-search .govuk-details__summary:hover { color: #003078; } .sidebar.foundation .govuk-details__summary:focus, .content.foundation .govuk-details__summary:focus, .reveal .content .govuk-details__summary:focus, .reveal .modalContent .govuk-details__summary:focus, .reveal.modal .govuk-details__summary:focus, .manual-search .govuk-details__summary:focus { outline: 3px solid transparent; color: #0b0c0c; background-color: #fd0; box-shadow: 0 -2px #fd0, 0 4px #0b0c0c; text-decoration: none; } .sidebar.foundation .govuk-details__summary-text, .content.foundation .govuk-details__summary-text, .reveal .content .govuk-details__summary-text, .reveal .modalContent .govuk-details__summary-text, .reveal.modal .govuk-details__summary-text, .manual-search .govuk-details__summary-text { text-decoration: underline; } .sidebar.foundation .govuk-details__summary:focus .govuk-details__summary-text, .content.foundation .govuk-details__summary:focus .govuk-details__summary-text, .reveal .content .govuk-details__summary:focus .govuk-details__summary-text, .reveal .modalContent .govuk-details__summary:focus .govuk-details__summary-text, .reveal.modal .govuk-details__summary:focus .govuk-details__summary-text, .manual-search .govuk-details__summary:focus .govuk-details__summary-text { text-decoration: none; } .sidebar.foundation .govuk-details__summary::-webkit-details-marker, .content.foundation .govuk-details__summary::-webkit-details-marker, .reveal .content .govuk-details__summary::-webkit-details-marker, .reveal .modalContent .govuk-details__summary::-webkit-details-marker, .reveal.modal .govuk-details__summary::-webkit-details-marker, .manual-search .govuk-details__summary::-webkit-details-marker { display: none; } .sidebar.foundation .govuk-details__summary:before, .content.foundation .govuk-details__summary:before, .reveal .content .govuk-details__summary:before, .reveal .modalContent .govuk-details__summary:before, .reveal.modal .govuk-details__summary:before, .manual-search .govuk-details__summary:before { content: ""; position: absolute; top: -1px; bottom: 0; left: 0; margin: auto; display: block; width: 0; height: 0; border-style: solid; border-color: transparent; -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%); clip-path: polygon(0% 0%, 100% 50%, 0% 100%); border-width: 7px 0 7px 12.124px; border-left-color: inherit; } .sidebar.foundation .govuk-details[open] > .govuk-details__summary:before, .content.foundation .govuk-details[open] > .govuk-details__summary:before, .reveal .content .govuk-details[open] > .govuk-details__summary:before, .reveal .modalContent .govuk-details[open] > .govuk-details__summary:before, .reveal.modal .govuk-details[open] > .govuk-details__summary:before, .manual-search .govuk-details[open] > .govuk-details__summary:before { display: block; width: 0; height: 0; border-style: solid; border-color: transparent; -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%); clip-path: polygon(0% 0%, 50% 100%, 100% 0%); border-width: 12.124px 7px 0 7px; border-top-color: inherit; } .sidebar.foundation .govuk-details__text, .content.foundation .govuk-details__text, .reveal .content .govuk-details__text, .reveal .modalContent .govuk-details__text, .reveal.modal .govuk-details__text, .manual-search .govuk-details__text { padding: 15px; padding-left: 20px; border-left: 5px solid #d4d4de; } .sidebar.foundation .govuk-details__text p, .content.foundation .govuk-details__text p, .reveal .content .govuk-details__text p, .reveal .modalContent .govuk-details__text p, .reveal.modal .govuk-details__text p, .manual-search .govuk-details__text p { margin-top: 0; margin-bottom: 20px; } .sidebar.foundation .govuk-details__text > :last-child, .content.foundation .govuk-details__text > :last-child, .reveal .content .govuk-details__text > :last-child, .reveal .modalContent .govuk-details__text > :last-child, .reveal.modal .govuk-details__text > :last-child, .manual-search .govuk-details__text > :last-child { margin-bottom: 0; } .sidebar.foundation .govuk-warning-text, .content.foundation .govuk-warning-text, .reveal .content .govuk-warning-text, .reveal .modalContent .govuk-warning-text, .reveal.modal .govuk-warning-text, .manual-search .govuk-warning-text { position: relative; margin-bottom: 20px; padding: 10px 0; } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-warning-text, .content.foundation .govuk-warning-text, .reveal .content .govuk-warning-text, .reveal .modalContent .govuk-warning-text, .reveal.modal .govuk-warning-text, .manual-search .govuk-warning-text { margin-bottom: 30px; } } .sidebar.foundation .govuk-warning-text__assistive, .content.foundation .govuk-warning-text__assistive, .reveal .content .govuk-warning-text__assistive, .reveal .modalContent .govuk-warning-text__assistive, .reveal.modal .govuk-warning-text__assistive, .manual-search .govuk-warning-text__assistive { position: absolute !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important; } .sidebar.foundation .govuk-warning-text__icon, .content.foundation .govuk-warning-text__icon, .reveal .content .govuk-warning-text__icon, .reveal .modalContent .govuk-warning-text__icon, .reveal.modal .govuk-warning-text__icon, .manual-search .govuk-warning-text__icon { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 700; box-sizing: border-box; display: inline-block; position: absolute; left: 0; min-width: 35px; min-height: 35px; margin-top: -7px; border: 3px solid #0b0c0c; border-radius: 50%; color: #ffffff; background: #0b0c0c; font-size: 30px; line-height: 29px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media print { .sidebar.foundation .govuk-warning-text__icon, .content.foundation .govuk-warning-text__icon, .reveal .content .govuk-warning-text__icon, .reveal .modalContent .govuk-warning-text__icon, .reveal.modal .govuk-warning-text__icon, .manual-search .govuk-warning-text__icon { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-warning-text__icon, .content.foundation .govuk-warning-text__icon, .reveal .content .govuk-warning-text__icon, .reveal .modalContent .govuk-warning-text__icon, .reveal.modal .govuk-warning-text__icon, .manual-search .govuk-warning-text__icon { margin-top: -5px; } } .sidebar.foundation .govuk-warning-text__text, .content.foundation .govuk-warning-text__text, .reveal .content .govuk-warning-text__text, .reveal .modalContent .govuk-warning-text__text, .reveal.modal .govuk-warning-text__text, .manual-search .govuk-warning-text__text { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 700; line-height: 1.25; color: #0b0c0c; display: block; padding-left: 45px; } @media print { .sidebar.foundation .govuk-warning-text__text, .content.foundation .govuk-warning-text__text, .reveal .content .govuk-warning-text__text, .reveal .modalContent .govuk-warning-text__text, .reveal.modal .govuk-warning-text__text, .manual-search .govuk-warning-text__text { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-warning-text__text, .content.foundation .govuk-warning-text__text, .reveal .content .govuk-warning-text__text, .reveal .modalContent .govuk-warning-text__text, .reveal.modal .govuk-warning-text__text, .manual-search .govuk-warning-text__text { line-height: 1.31579; } } @media print { .sidebar.foundation .govuk-warning-text__text, .content.foundation .govuk-warning-text__text, .reveal .content .govuk-warning-text__text, .reveal .modalContent .govuk-warning-text__text, .reveal.modal .govuk-warning-text__text, .manual-search .govuk-warning-text__text { line-height: 1.15; } } @media print { .sidebar.foundation .govuk-warning-text__text, .content.foundation .govuk-warning-text__text, .reveal .content .govuk-warning-text__text, .reveal .modalContent .govuk-warning-text__text, .reveal.modal .govuk-warning-text__text, .manual-search .govuk-warning-text__text { color: #000000; } } .sidebar.foundation .govuk-form-group--error, .content.foundation .govuk-form-group--error, .reveal .content .govuk-form-group--error, .reveal .modalContent .govuk-form-group--error, .reveal.modal .govuk-form-group--error, .manual-search .govuk-form-group--error { padding-left: 15px; border-left: 5px solid #d4351c; } .sidebar.foundation .govuk-error-message, .sidebar.foundation .error-message, .content.foundation .govuk-error-message, .content.foundation .error-message, .reveal .content .govuk-error-message, .reveal .content .error-message, .reveal .modalContent .govuk-error-message, .reveal .modalContent .error-message, .reveal.modal .govuk-error-message, .reveal.modal .error-message, .manual-search .govuk-error-message, .manual-search .error-message { font-size: 19px; font-size: 1.1875rem; line-height: 1.31579; display: block; margin-bottom: 15px; clear: both; color: #d4351c; } .sidebar.foundation .FormFieldWordCount.govuk-hint p.count-warning, .content.foundation .FormFieldWordCount.govuk-hint p.count-warning, .reveal .content .FormFieldWordCount.govuk-hint p.count-warning, .reveal .modalContent .FormFieldWordCount.govuk-hint p.count-warning, .reveal.modal .FormFieldWordCount.govuk-hint p.count-warning, .manual-search .FormFieldWordCount.govuk-hint p.count-warning { color: #28a197; } .sidebar.foundation .FormFieldWordCount.govuk-hint p.govuk-error-message, .content.foundation .FormFieldWordCount.govuk-hint p.govuk-error-message, .reveal .content .FormFieldWordCount.govuk-hint p.govuk-error-message, .reveal .modalContent .FormFieldWordCount.govuk-hint p.govuk-error-message, .reveal.modal .FormFieldWordCount.govuk-hint p.govuk-error-message, .manual-search .FormFieldWordCount.govuk-hint p.govuk-error-message { font-size: 1rem !important; color: #d4351c; } .sidebar.foundation .govuk-hint, .content.foundation .govuk-hint, .reveal .content .govuk-hint, .reveal .modalContent .govuk-hint, .reveal.modal .govuk-hint, .manual-search .govuk-hint { font-weight: 400; line-height: 1.25; display: block; margin-bottom: 10px; color: #505a5f; } .sidebar.foundation .govuk-hint p, .content.foundation .govuk-hint p, .reveal .content .govuk-hint p, .reveal .modalContent .govuk-hint p, .reveal.modal .govuk-hint p, .manual-search .govuk-hint p { color: #505a5f; } @media print { .sidebar.foundation .govuk-hint, .content.foundation .govuk-hint, .reveal .content .govuk-hint, .reveal .modalContent .govuk-hint, .reveal.modal .govuk-hint, .manual-search .govuk-hint { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-hint, .content.foundation .govuk-hint, .reveal .content .govuk-hint, .reveal .modalContent .govuk-hint, .reveal.modal .govuk-hint, .manual-search .govuk-hint { line-height: 1.31579; } } @media print { .sidebar.foundation .govuk-hint, .content.foundation .govuk-hint, .reveal .content .govuk-hint, .reveal .modalContent .govuk-hint, .reveal.modal .govuk-hint, .manual-search .govuk-hint { font-size: 14pt; line-height: 1.15; } } .sidebar.foundation .content label.radioCheck.govuk-radio-check, .content.foundation .content label.radioCheck.govuk-radio-check, .reveal .content .content label.radioCheck.govuk-radio-check, .reveal .modalContent .content label.radioCheck.govuk-radio-check, .reveal.modal .content label.radioCheck.govuk-radio-check, .manual-search .content label.radioCheck.govuk-radio-check { line-height: 44px !important; padding-left: 64px; } .sidebar.foundation .radioCheck.govuk-radio-check .checkmark, .content.foundation .radioCheck.govuk-radio-check .checkmark, .reveal .content .radioCheck.govuk-radio-check .checkmark, .reveal .modalContent .radioCheck.govuk-radio-check .checkmark, .reveal.modal .radioCheck.govuk-radio-check .checkmark, .manual-search .radioCheck.govuk-radio-check .checkmark { height: 44px; width: 44px; background-color: #fff; border: 2px solid #0b0c0c; } .sidebar.foundation .radioCheck.govuk-radio-check.ErrorFormField .checkmark, .content.foundation .radioCheck.govuk-radio-check.ErrorFormField .checkmark, .reveal .content .radioCheck.govuk-radio-check.ErrorFormField .checkmark, .reveal .modalContent .radioCheck.govuk-radio-check.ErrorFormField .checkmark, .reveal.modal .radioCheck.govuk-radio-check.ErrorFormField .checkmark, .manual-search .radioCheck.govuk-radio-check.ErrorFormField .checkmark { border: 2px solid #d4351c; } .sidebar.foundation .radioCheck.govuk-radio-check input, .content.foundation .radioCheck.govuk-radio-check input, .reveal .content .radioCheck.govuk-radio-check input, .reveal .modalContent .radioCheck.govuk-radio-check input, .reveal.modal .radioCheck.govuk-radio-check input, .manual-search .radioCheck.govuk-radio-check input { opacity: 1; width: 44px; height: 44px; border-radius: 100%; } .sidebar.foundation .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark, .content.foundation .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark, .reveal .content .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark, .reveal .modalContent .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark, .reveal.modal .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark, .manual-search .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark { border-radius: 100%; opacity: 1; } .sidebar.foundation .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark, .content.foundation .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark, .reveal .content .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark, .reveal .modalContent .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark, .reveal.modal .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark, .manual-search .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark { border-radius: 0 0 0 0; opacity: 1; } .sidebar.foundation .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after, .content.foundation .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after, .reveal .content .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after, .reveal .modalContent .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after, .reveal.modal .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after, .manual-search .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after { left: 10px; top: 10px; width: 20px; height: 20px; background-color: #0b0c0c; border: none; -webkit-transform: none; -ms-transform: none; transform: none; border-radius: 100%; } .sidebar.foundation .radioCheck .checkmark:after, .content.foundation .radioCheck .checkmark:after, .reveal .content .radioCheck .checkmark:after, .reveal .modalContent .radioCheck .checkmark:after, .reveal.modal .radioCheck .checkmark:after, .manual-search .radioCheck .checkmark:after { top: 11px; left: 9px; width: 23px; height: 12px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); border: solid; border-top-color: #0b0c0c; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-width: 0 0 5px 5px; border-top-color: transparent; } .sidebar.foundation .radioCheck.govuk-radio-check input:focus, .content.foundation .radioCheck.govuk-radio-check input:focus, .reveal .content .radioCheck.govuk-radio-check input:focus, .reveal .modalContent .radioCheck.govuk-radio-check input:focus, .reveal.modal .radioCheck.govuk-radio-check input:focus, .manual-search .radioCheck.govuk-radio-check input:focus { outline: none; } .sidebar.foundation .radioCheck.govuk-radio-check input:focus ~ .checkmark, .content.foundation .radioCheck.govuk-radio-check input:focus ~ .checkmark, .reveal .content .radioCheck.govuk-radio-check input:focus ~ .checkmark, .reveal .modalContent .radioCheck.govuk-radio-check input:focus ~ .checkmark, .reveal.modal .radioCheck.govuk-radio-check input:focus ~ .checkmark, .manual-search .radioCheck.govuk-radio-check input:focus ~ .checkmark { box-shadow: 0 0 0 3px #ffbf47; } .sidebar.foundation textarea.FormField, .content.foundation textarea.FormField, .reveal .content textarea.FormField, .reveal .modalContent textarea.FormField, .reveal.modal textarea.FormField, .manual-search textarea.FormField { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 1rem; line-height: 1.25; box-sizing: border-box; display: block; width: 100%; min-height: 90px !important; margin-bottom: 1.125rem; padding: 5px; resize: vertical; border: 2px solid #0b0c0c; border-radius: 0; -webkit-appearance: none; } @media print { .sidebar.foundation textarea.FormField, .content.foundation textarea.FormField, .reveal .content textarea.FormField, .reveal .modalContent textarea.FormField, .reveal.modal textarea.FormField, .manual-search textarea.FormField { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation textarea.FormField, .content.foundation textarea.FormField, .reveal .content textarea.FormField, .reveal .modalContent textarea.FormField, .reveal.modal textarea.FormField, .manual-search textarea.FormField { line-height: 1.25; } } @media print { .sidebar.foundation textarea.FormField, .content.foundation textarea.FormField, .reveal .content textarea.FormField, .reveal .modalContent textarea.FormField, .reveal.modal textarea.FormField, .manual-search textarea.FormField { font-size: 14pt; line-height: 1.25; } } @media (min-width: 40.0625em) { .sidebar.foundation textarea.FormField, .content.foundation textarea.FormField, .reveal .content textarea.FormField, .reveal .modalContent textarea.FormField, .reveal.modal textarea.FormField, .manual-search textarea.FormField { margin-bottom: 30px; } } .sidebar.foundation .govuk-textarea:focus, .content.foundation .govuk-textarea:focus, .reveal .content .govuk-textarea:focus, .reveal .modalContent .govuk-textarea:focus, .reveal.modal .govuk-textarea:focus, .manual-search .govuk-textarea:focus { outline: 3px solid #fd0; outline-offset: 0; box-shadow: inset 0 0 0 2px; } .sidebar.foundation .govuk-textarea--error, .content.foundation .govuk-textarea--error, .reveal .content .govuk-textarea--error, .reveal .modalContent .govuk-textarea--error, .reveal.modal .govuk-textarea--error, .manual-search .govuk-textarea--error { border: 2px solid #d4351c; } .sidebar.foundation .govuk-textarea--error:focus, .content.foundation .govuk-textarea--error:focus, .reveal .content .govuk-textarea--error:focus, .reveal .modalContent .govuk-textarea--error:focus, .reveal.modal .govuk-textarea--error:focus, .manual-search .govuk-textarea--error:focus { border-color: #0b0c0c; } .sidebar.foundation .govuk-file-upload, .content.foundation .govuk-file-upload, .reveal .content .govuk-file-upload, .reveal .modalContent .govuk-file-upload, .reveal.modal .govuk-file-upload, .manual-search .govuk-file-upload { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 1.25rem; line-height: 1.25; color: #0b0c0c; padding-top: 5px; padding-bottom: 5px; } @media print { .sidebar.foundation .govuk-file-upload, .content.foundation .govuk-file-upload, .reveal .content .govuk-file-upload, .reveal .modalContent .govuk-file-upload, .reveal.modal .govuk-file-upload, .manual-search .govuk-file-upload { font-family: sans-serif; } } @media (min-width: 40.0625em) { .sidebar.foundation .govuk-file-upload, .content.foundation .govuk-file-upload, .reveal .content .govuk-file-upload, .reveal .modalContent .govuk-file-upload, .reveal.modal .govuk-file-upload, .manual-search .govuk-file-upload { line-height: 1.31579; } } @media print { .sidebar.foundation .govuk-file-upload, .content.foundation .govuk-file-upload, .reveal .content .govuk-file-upload, .reveal .modalContent .govuk-file-upload, .reveal.modal .govuk-file-upload, .manual-search .govuk-file-upload { font-size: 14pt; line-height: 1.15; } } @media print { .sidebar.foundation .govuk-file-upload, .content.foundation .govuk-file-upload, .reveal .content .govuk-file-upload, .reveal .modalContent .govuk-file-upload, .reveal.modal .govuk-file-upload, .manual-search .govuk-file-upload { color: #000000; } } .sidebar.foundation .govuk-file-upload:focus, .content.foundation .govuk-file-upload:focus, .reveal .content .govuk-file-upload:focus, .reveal .modalContent .govuk-file-upload:focus, .reveal.modal .govuk-file-upload:focus, .manual-search .govuk-file-upload:focus { margin-right: -5px; margin-left: -5px; padding-right: 5px; padding-left: 5px; outline: 3px solid #fd0; box-shadow: inset 0 0 0 4px #0b0c0c; } .sidebar.foundation .govuk-file-upload:focus-within, .content.foundation .govuk-file-upload:focus-within, .reveal .content .govuk-file-upload:focus-within, .reveal .modalContent .govuk-file-upload:focus-within, .reveal.modal .govuk-file-upload:focus-within, .manual-search .govuk-file-upload:focus-within { margin-right: -5px; margin-left: -5px; padding-right: 5px; padding-left: 5px; outline: 3px solid #fd0; box-shadow: inset 0 0 0 4px #0b0c0c; } .sidebar.foundation .govuk-input__prefix, .sidebar.foundation .govuk-input__suffix, .content.foundation .govuk-input__prefix, .content.foundation .govuk-input__suffix, .reveal .content .govuk-input__prefix, .reveal .content .govuk-input__suffix, .reveal .modalContent .govuk-input__prefix, .reveal .modalContent .govuk-input__suffix, .reveal.modal .govuk-input__prefix, .reveal.modal .govuk-input__suffix, .manual-search .govuk-input__prefix, .manual-search .govuk-input__suffix { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 1.125rem; line-height: 1.4; box-sizing: border-box; display: inline-block; min-width: 40px; min-width: 2.5rem; height: 40px; height: 2.5rem; padding: 5px; border: 2px solid #0b0c0c; background-color: #f3f2f1; text-align: center; white-space: nowrap; cursor: default; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .sidebar.foundation .govuk-input__prefix, .content.foundation .govuk-input__prefix, .reveal .content .govuk-input__prefix, .reveal .modalContent .govuk-input__prefix, .reveal.modal .govuk-input__prefix, .manual-search .govuk-input__prefix { border-right: none; } .sidebar.foundation .govuk-input__suffix, .content.foundation .govuk-input__suffix, .reveal .content .govuk-input__suffix, .reveal .modalContent .govuk-input__suffix, .reveal.modal .govuk-input__suffix, .manual-search .govuk-input__suffix { border-right: none; } .sidebar.foundation section.accordion .accordion-title::before, .content.foundation section.accordion .accordion-title::before, .reveal .content section.accordion .accordion-title::before, .reveal .modalContent section.accordion .accordion-title::before, .reveal.modal section.accordion .accordion-title::before, .manual-search section.accordion .accordion-title::before { font-size: inherit !important; } .sidebar.foundation .taskSummary, .content.foundation .taskSummary, .reveal .content .taskSummary, .reveal .modalContent .taskSummary, .reveal.modal .taskSummary, .manual-search .taskSummary { border: 1px solid #d4d4de; margin-bottom: 2rem; } .sidebar.foundation .taskSummary p:last-of-type, .content.foundation .taskSummary p:last-of-type, .reveal .content .taskSummary p:last-of-type, .reveal .modalContent .taskSummary p:last-of-type, .reveal.modal .taskSummary p:last-of-type, .manual-search .taskSummary p:last-of-type { margin-bottom: 0 !important; } .sidebar.foundation .taskSummary .govuk-tag, .content.foundation .taskSummary .govuk-tag, .reveal .content .taskSummary .govuk-tag, .reveal .modalContent .taskSummary .govuk-tag, .reveal.modal .taskSummary .govuk-tag, .manual-search .taskSummary .govuk-tag { display: inline-block !important; } .sidebar.foundation .row.text-center .govSignIn, .content.foundation .row.text-center .govSignIn, .reveal .content .row.text-center .govSignIn, .reveal .modalContent .row.text-center .govSignIn, .reveal.modal .row.text-center .govSignIn, .manual-search .row.text-center .govSignIn { text-align: left !important; } .sidebar.foundation .govSignIn .tabs, .content.foundation .govSignIn .tabs, .reveal .content .govSignIn .tabs, .reveal .modalContent .govSignIn .tabs, .reveal.modal .govSignIn .tabs, .manual-search .govSignIn .tabs { padding: 0 !important; margin-bottom: -1px !important; border: none; /* .tabs-title > a:focus span { text-decoration: underline !important; text-decoration-thickness: max(1px, .1875rem, .12em) !important; text-decoration-skip-ink: none; } */ } .sidebar.foundation .govSignIn .tabs .tabs-title, .content.foundation .govSignIn .tabs .tabs-title, .reveal .content .govSignIn .tabs .tabs-title, .reveal .modalContent .govSignIn .tabs .tabs-title, .reveal.modal .govSignIn .tabs .tabs-title, .manual-search .govSignIn .tabs .tabs-title { position: relative; margin-right: 5px; margin-bottom: 0; margin-left: 0; float: left; background-color: #f3f2f1; width: calc(50% - 5px); } .sidebar.foundation .govSignIn .tabs .tabs-title a, .content.foundation .govSignIn .tabs .tabs-title a, .reveal .content .govSignIn .tabs .tabs-title a, .reveal .modalContent .govSignIn .tabs .tabs-title a, .reveal.modal .govSignIn .tabs .tabs-title a, .manual-search .govSignIn .tabs .tabs-title a { padding: 20px 35px !important; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; } .sidebar.foundation .govSignIn .tabs .tabs-title.is-active, .content.foundation .govSignIn .tabs .tabs-title.is-active, .reveal .content .govSignIn .tabs .tabs-title.is-active, .reveal .modalContent .govSignIn .tabs .tabs-title.is-active, .reveal.modal .govSignIn .tabs .tabs-title.is-active, .manual-search .govSignIn .tabs .tabs-title.is-active { position: relative; margin-top: -5px; margin-bottom: -1px; border: 1px solid #e6e6e6; border-bottom-color: rgb(177, 180, 182); border-bottom-style: solid; border-bottom-width: 1px; border-bottom: 0; background-color: #fff; } .sidebar.foundation .govSignIn .tabs .tabs-title.is-active a, .content.foundation .govSignIn .tabs .tabs-title.is-active a, .reveal .content .govSignIn .tabs .tabs-title.is-active a, .reveal .modalContent .govSignIn .tabs .tabs-title.is-active a, .reveal.modal .govSignIn .tabs .tabs-title.is-active a, .manual-search .govSignIn .tabs .tabs-title.is-active a { padding-top: 24px !important; padding-right: 34px !important; padding-bottom: 26px !important; padding-left: 34px !important; } .sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type, .content.foundation .govSignIn .tabs .tabs-title:first-of-type, .reveal .content .govSignIn .tabs .tabs-title:first-of-type, .reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type, .reveal.modal .govSignIn .tabs .tabs-title:first-of-type, .manual-search .govSignIn .tabs .tabs-title:first-of-type { margin-left: 5px; width: calc(50% - 10px); } .sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type a, .content.foundation .govSignIn .tabs .tabs-title:first-of-type a, .reveal .content .govSignIn .tabs .tabs-title:first-of-type a, .reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type a, .reveal.modal .govSignIn .tabs .tabs-title:first-of-type a, .manual-search .govSignIn .tabs .tabs-title:first-of-type a { padding-left: 30px !important; } .sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active, .content.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active, .reveal .content .govSignIn .tabs .tabs-title:first-of-type.is-active, .reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type.is-active, .reveal.modal .govSignIn .tabs .tabs-title:first-of-type.is-active, .manual-search .govSignIn .tabs .tabs-title:first-of-type.is-active { width: calc(50% - 5px); margin-left: 0px; } .sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active a, .content.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active a, .reveal .content .govSignIn .tabs .tabs-title:first-of-type.is-active a, .reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type.is-active a, .reveal.modal .govSignIn .tabs .tabs-title:first-of-type.is-active a, .manual-search .govSignIn .tabs .tabs-title:first-of-type.is-active a { padding-left: 34px !important; } .sidebar.foundation .govSignIn .tabs .tabs-title:last-of-type.is-active, .content.foundation .govSignIn .tabs .tabs-title:last-of-type.is-active, .reveal .content .govSignIn .tabs .tabs-title:last-of-type.is-active, .reveal .modalContent .govSignIn .tabs .tabs-title:last-of-type.is-active, .reveal.modal .govSignIn .tabs .tabs-title:last-of-type.is-active, .manual-search .govSignIn .tabs .tabs-title:last-of-type.is-active { width: 50%; margin-right: 0px; } .sidebar.foundation .govSignIn .tabs .tabs-title > a, .content.foundation .govSignIn .tabs .tabs-title > a, .reveal .content .govSignIn .tabs .tabs-title > a, .reveal .modalContent .govSignIn .tabs .tabs-title > a, .reveal.modal .govSignIn .tabs .tabs-title > a, .manual-search .govSignIn .tabs .tabs-title > a { font-size: inherit; background: inherit; color: #0a0a0a; } .sidebar.foundation .govSignIn .tabs .tabs-title.is-active > a, .sidebar.foundation .govSignIn .tabs .tabs-title > a[aria-selected=true], .content.foundation .govSignIn .tabs .tabs-title.is-active > a, .content.foundation .govSignIn .tabs .tabs-title > a[aria-selected=true], .reveal .content .govSignIn .tabs .tabs-title.is-active > a, .reveal .content .govSignIn .tabs .tabs-title > a[aria-selected=true], .reveal .modalContent .govSignIn .tabs .tabs-title.is-active > a, .reveal .modalContent .govSignIn .tabs .tabs-title > a[aria-selected=true], .reveal.modal .govSignIn .tabs .tabs-title.is-active > a, .reveal.modal .govSignIn .tabs .tabs-title > a[aria-selected=true], .manual-search .govSignIn .tabs .tabs-title.is-active > a, .manual-search .govSignIn .tabs .tabs-title > a[aria-selected=true] { text-decoration: none !important; } .sidebar.foundation .govSignIn .tabs .tabs-title > a:focus, .content.foundation .govSignIn .tabs .tabs-title > a:focus, .reveal .content .govSignIn .tabs .tabs-title > a:focus, .reveal .modalContent .govSignIn .tabs .tabs-title > a:focus, .reveal.modal .govSignIn .tabs .tabs-title > a:focus, .manual-search .govSignIn .tabs .tabs-title > a:focus { outline: none !important; } .sidebar.foundation .govSignIn .tabs .tabs-title > a:focus span, .content.foundation .govSignIn .tabs .tabs-title > a:focus span, .reveal .content .govSignIn .tabs .tabs-title > a:focus span, .reveal .modalContent .govSignIn .tabs .tabs-title > a:focus span, .reveal.modal .govSignIn .tabs .tabs-title > a:focus span, .manual-search .govSignIn .tabs .tabs-title > a:focus span { outline: 3px solid rgba(0, 0, 0, 0); color: #0b0c0c; background-color: #fd0; -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c; box-shadow: 0 -2px #fd0, 0 4px #0b0c0c; text-decoration: none; } .sidebar.foundation .govSignIn .tabs .tabs-title > a:hover span, .content.foundation .govSignIn .tabs .tabs-title > a:hover span, .reveal .content .govSignIn .tabs .tabs-title > a:hover span, .reveal .modalContent .govSignIn .tabs .tabs-title > a:hover span, .reveal.modal .govSignIn .tabs .tabs-title > a:hover span, .manual-search .govSignIn .tabs .tabs-title > a:hover span { text-decoration: underline !important; text-decoration-thickness: max(3px, 0.1875rem, 0.12em) !important; text-decoration-skip-ink: none; } .sidebar.foundation .govSignIn .tabs .tabs-title.is-active > a:hover span, .content.foundation .govSignIn .tabs .tabs-title.is-active > a:hover span, .reveal .content .govSignIn .tabs .tabs-title.is-active > a:hover span, .reveal .modalContent .govSignIn .tabs .tabs-title.is-active > a:hover span, .reveal.modal .govSignIn .tabs .tabs-title.is-active > a:hover span, .manual-search .govSignIn .tabs .tabs-title.is-active > a:hover span { text-decoration: none !important; } .sidebar.foundation .govSignIn .tabs-content, .content.foundation .govSignIn .tabs-content, .reveal .content .govSignIn .tabs-content, .reveal .modalContent .govSignIn .tabs-content, .reveal.modal .govSignIn .tabs-content, .manual-search .govSignIn .tabs-content { border-top: 1px solid #e6e6e6; } .sidebar.foundation .govSignIn .tabs-content .tabs-panel, .content.foundation .govSignIn .tabs-content .tabs-panel, .reveal .content .govSignIn .tabs-content .tabs-panel, .reveal .modalContent .govSignIn .tabs-content .tabs-panel, .reveal.modal .govSignIn .tabs-content .tabs-panel, .manual-search .govSignIn .tabs-content .tabs-panel { padding: 0 !important; } .sidebar.foundation .notification-banner, .content.foundation .notification-banner, .reveal .content .notification-banner, .reveal .modalContent .notification-banner, .reveal.modal .notification-banner, .manual-search .notification-banner { margin-bottom: 2rem; border: 5px solid #3F3E79; background-color: #3F3E79; } .sidebar.foundation .notification-banner .notification-banner-header, .content.foundation .notification-banner .notification-banner-header, .reveal .content .notification-banner .notification-banner-header, .reveal .modalContent .notification-banner .notification-banner-header, .reveal.modal .notification-banner .notification-banner-header, .manual-search .notification-banner .notification-banner-header { padding: 0.15rem 1rem 0.25rem; } .sidebar.foundation .notification-banner .notification-banner-header *, .content.foundation .notification-banner .notification-banner-header *, .reveal .content .notification-banner .notification-banner-header *, .reveal .modalContent .notification-banner .notification-banner-header *, .reveal.modal .notification-banner .notification-banner-header *, .manual-search .notification-banner .notification-banner-header * { color: #ffffff !important; margin-bottom: 0 !important; } .sidebar.foundation .notification-banner .notification-banner-content, .content.foundation .notification-banner .notification-banner-content, .reveal .content .notification-banner .notification-banner-content, .reveal .modalContent .notification-banner .notification-banner-content, .reveal.modal .notification-banner .notification-banner-content, .manual-search .notification-banner .notification-banner-content { padding: 1rem; background-color: #fff; } .sidebar.foundation .notification-banner .notification-banner-content > :last-child, .content.foundation .notification-banner .notification-banner-content > :last-child, .reveal .content .notification-banner .notification-banner-content > :last-child, .reveal .modalContent .notification-banner .notification-banner-content > :last-child, .reveal.modal .notification-banner .notification-banner-content > :last-child, .manual-search .notification-banner .notification-banner-content > :last-child { margin-bottom: 0 !important; } .sidebar.foundation, aside.app-step-nav.sidebar { /* start step by step */ /* toggle all button */ /* listy item reset */ /* circles */ } .sidebar.foundation .app-step-nav__steps, aside.app-step-nav.sidebar .app-step-nav__steps { padding-left: 0 !important; } .sidebar.foundation .app-step-nav-related, aside.app-step-nav.sidebar .app-step-nav-related { color: #000000; border-top: 2px solid #454483; } .sidebar.foundation .app-step-nav-related__heading, aside.app-step-nav.sidebar .app-step-nav-related__heading { font-weight: 700; } @media print { .sidebar.foundation .app-step-nav-related__heading, aside.app-step-nav.sidebar .app-step-nav-related__heading { font-family: sans-serif; } } .sidebar.foundation .app-step-nav-related__pretitle, aside.app-step-nav.sidebar .app-step-nav-related__pretitle { display: block; } .sidebar.foundation .step-nav__button, aside.app-step-nav.sidebar .step-nav__button { color: #1d70b8; cursor: pointer; background: none; border: 0; margin: 0; text-decoration: underline; display: block; margin-bottom: 0 !important; } .sidebar.foundation .floatRight, aside.app-step-nav.sidebar .floatRight { float: right; } .sidebar.foundation .step-nav__button:hover, aside.app-step-nav.sidebar .step-nav__button:hover { text-decoration: none; } .sidebar.foundation p.app-step-nav__title.noMargin, aside.app-step-nav.sidebar p.app-step-nav__title.noMargin { margin-bottom: 0 !important; } .sidebar.foundation .step-nav__button.marginBottomSmall[aria-expanded=true], aside.app-step-nav.sidebar .step-nav__button.marginBottomSmall[aria-expanded=true] { margin-bottom: 1.125rem !important; padding-bottom: 0; } .sidebar.foundation .app-step-nav__step, aside.app-step-nav.sidebar .app-step-nav__step { list-style: none; padding-left: 45px; position: relative; margin-bottom: 0.625rem; } .sidebar.foundation .app-step-nav__step::after, aside.app-step-nav.sidebar .app-step-nav__step::after { content: ""; position: absolute; z-index: 2; width: 0; height: 100%; border-left: solid 2px #d4d4de; background: #ffffff; left: 0; margin-left: 12px; top: 26px; } .sidebar.foundation .app-step-nav__step.active:last-child:before, .sidebar.foundation .app-step-nav__step.active .app-step-nav__circle--number, .sidebar.foundation .app-step-nav__step.active:after, .sidebar.foundation .app-step-nav__step.active .app-step-nav__help:after, aside.app-step-nav.sidebar .app-step-nav__step.active:last-child:before, aside.app-step-nav.sidebar .app-step-nav__step.active .app-step-nav__circle--number, aside.app-step-nav.sidebar .app-step-nav__step.active:after, aside.app-step-nav.sidebar .app-step-nav__step.active .app-step-nav__help:after { border-color: #0b0c0c; } .sidebar.foundation .app-step-nav__step:last-child::before, aside.app-step-nav.sidebar .app-step-nav__step:last-child::before { content: ""; position: absolute; z-index: 6; bottom: -26px; left: 0; margin-left: 6.5px; width: 13px; height: 0; border-bottom: solid 2px #d4d4de; } .sidebar.foundation .app-step-nav__header, aside.app-step-nav.sidebar .app-step-nav__header { border-top: solid 2px #d4d4de; } .sidebar.foundation .app-step-nav__circle--number, aside.app-step-nav.sidebar .app-step-nav__circle--number { font-size: 14px !important; line-height: 22px !important; font-weight: bold; border: solid 2px #d4d4de; } .sidebar.foundation .app-step-nav__circle, aside.app-step-nav.sidebar .app-step-nav__circle { box-sizing: border-box; position: absolute; z-index: 5; top: 15px; left: 0; width: 26px; height: 26px; color: #0b0c0c; background: #ffffff; border-radius: 100px; text-align: center; } .sidebar.foundation .step-title, aside.app-step-nav.sidebar .step-title { display: block; font-weight: 700; } .sidebar.foundation .h5.step-title, aside.app-step-nav.sidebar .h5.step-title { margin-bottom: 10px !important; } .sidebar.foundation .app-step-nav__panel, aside.app-step-nav.sidebar .app-step-nav__panel { font-size: 16px; line-height: 1.3; color: #0b0c0c; } .sidebar.foundation .app-step-nav__panel, aside.app-step-nav.sidebar .app-step-nav__panel { display: none; } .sidebar.foundation .app-step-nav__panel.expanded, aside.app-step-nav.sidebar .app-step-nav__panel.expanded { display: block; } .sidebar.foundation p.app-step-nav__paragraph, aside.app-step-nav.sidebar p.app-step-nav__paragraph { margin-bottom: 1rem; } .sidebar.foundation .app-step-nav__list, aside.app-step-nav.sidebar .app-step-nav__list { padding: 0; padding-bottom: 0px; list-style: none; margin-left: 0; } .sidebar.foundation .app-step-nav__list-item, aside.app-step-nav.sidebar .app-step-nav__list-item { margin-bottom: 10px; text-decoration: underline; } .sidebar.foundation .app-step-nav__list-item--active, aside.app-step-nav.sidebar .app-step-nav__list-item--active { position: relative; } .sidebar.foundation .app-step-nav__list-item--active::before, aside.app-step-nav.sidebar .app-step-nav__list-item--active::before { box-sizing: border-box; content: ""; position: absolute; z-index: 5; top: 0.6em; left: -45px; margin-top: -1px; margin-left: 13px; width: 13px; height: 2px; background: #0b0c0c; } .sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:link, .sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:visited, .sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:hover, .sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:active, .sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:focus, aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:link, aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:visited, aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:hover, aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:active, aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:focus { color: #0b0c0c; } .sidebar.foundation .app-step-nav__context, aside.app-step-nav.sidebar .app-step-nav__context { display: inline-block; font-weight: normal; color: #505a5f; } .sidebar.foundation .app-step-nav__context:before, aside.app-step-nav.sidebar .app-step-nav__context:before { content: " – "; } .manuals-header { background: #fefefe !important; border: 5px solid #d4d4de; padding: 2rem 1rem; margin: 0 1rem 2rem 1rem; } @media print, screen and (min-width: 64em) { .manuals-header { padding: 2rem 1.5rem 2.5rem 1.5rem; margin: 0 0 2rem 0; } } .manuals-header h1, .manuals-header a, .manuals-header label { color: inherit; } .manuals-header a:hover { color: #0a0a0a; } .manuals-header .input-group { margin: 0 0 0 0; } .manuals-header .metadata dt { float: left; clear: left; padding-right: 0.5rem; margin-top: 0; font-weight: bold; } .manuals-header .metadata dt, .manuals-header .metadata dd { margin-bottom: 1rem; } @media print, screen and (max-width: 63.99875em) { .manuals-header .metadata dt, .manuals-header .metadata dd { float: none; clear: both; padding: 0px; margin: 0 0 0 0; } .manuals-header .metadata dd { margin-bottom: 1rem; } } .manuals-header .metadata::after { content: ""; display: block; clear: both; } .manuals-header .in-manual-search-field-wrapper .row .columns, .manuals-header .in-manual-search-field-wrapper .row .column { padding-right: 0; padding-left: 0; } .manuals-header .in-manual-search-field-wrapper .FormFieldLabel { margin-bottom: 0.5rem; } .manuals-header .in-manual-search-field-wrapper .FormField { margin-bottom: 0; } @media print, screen and (max-width: 39.99875em) { .manuals-header .in-manual-search-field-wrapper .input-group { flex-wrap: wrap; } .manuals-header .in-manual-search-field-wrapper .input-group-field, .manuals-header .in-manual-search-field-wrapper .input-group-button { flex: 100% !important; } .manuals-header .in-manual-search-field-wrapper .input-group-button .button { width: 100%; margin-top: 1rem; padding-top: 5px; } } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error { background: #fefefe; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 15px; border-left: 5px solid #d4351c; } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .FormFieldLabel.MandatoryFormFieldLabel { color: #0a0a0a !important; } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .FormField.MandatoryFormField.ErrorFormField.input-group-field { border: 2px solid #d4351c !important; box-shadow: none !important; } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .errorMessage.govuk-error-message { background: none; padding: 0 0 0 0; border: none; } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .errorMessage.govuk-error-message p { line-height: 1.31579; color: #d4351c; margin-bottom: 0 !important; font-size: 1rem; font-weight: 600 !important; } .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .errorMessage::after, .manuals-header .in-manual-search-field-wrapper .FormFieldGroup.FormFieldGroupError.govuk-form-group.govuk-form-group--error .errorMessage::before { display: none; } .manuals .manuals-header .panel.in-manual-search { background-color: transparent; margin-bottom: 0 !important; } .manuals .manuals-header .panel.in-manual-search fieldset { padding: 0 0 0 0 !important; margin-bottom: 0 !important; } .manuals .manuals-header .panel.in-manual-search fieldset legend { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .manuals .manuals-header .panel.in-manual-search fieldset label, .manuals .manuals-header .panel.in-manual-search fieldset .label { font-weight: bold; } .manuals .manuals-header .panel.in-manual-search fieldset .FormFieldGroup.govuk-form-group { margin-bottom: 0 !important; } .manuals .manuals-header .panel.in-manual-search fieldset .FormFieldGroup.govuk-form-group .row:first-of-type label.FormFieldLabel { font-size: 1rem !important; } .manuals .manuals-header .panel.in-manual-search fieldset .FormFieldGroup.govuk-form-group .FormField { border: 2px solid #51509B; background: #fff; } .manuals .manual-section-header { display: block; margin: 0 0 1rem 0; padding-bottom: 0.5rem; border-bottom: 1px solid #ccc; } @media print, screen and (max-width: 63.99875em) { .manuals .manual-section-header { margin: 0 1rem 1rem 1rem; } } .manuals .manual-section-header h2, .manuals .manual-section-header .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .manuals .manual-section-header .accordion-title, .manuals .manual-section-header h3 { font-weight: normal; display: inline; font-size: 1.556rem; } .manuals .manual-section-header .bullet { margin: 0 0.4rem 0 0.4rem; } .manuals .manual-section-header .manual-section-active { color: #4A4A4A; } aside.side-bar.sticky { position: sticky; top: 0; /* Other styling rules as needed */ } .manuals-nav { margin-bottom: 2rem; display: block !important; border: 1px solid #D9D9E0; border-bottom-width: 5px; } .manuals-nav .chapter-nav { border-bottom: 1px solid #D9D9E0; padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem; display: block; position: relative; } .manuals-nav .chapter-nav .h1 { font-size: 1.25rem; font-weight: bold; margin-bottom: 0 !important; color: #4A4A4A; display: block; padding-top: 0.625rem !important; border: none; } .manuals-nav .chapter-nav .chapter-index { font-size: 1rem; margin-top: 0.625rem; margin-bottom: 0; } .manuals-nav .chapter-nav .chapter-index a { padding: 0 0 0 0 !important; border: none !important; color: #0a0a0a; display: inline-block; } .manuals-nav .chapter-nav .chapter-index a:hover { background: inherit; color: #27265F; text-underline-offset: 4px; text-decoration-thickness: 0.2em; } .manuals-nav .chapter-nav .chapter-index a:focus { background-color: #fd0; color: #0a0a0a; border-bottom: 0.2em solid #0a0a0a; outline: none; } .manuals-nav .chapter-nav button.toggle-all { float: right; color: #454483; text-decoration: underline; outline: none; } .manuals-nav .chapter-nav button.toggle-all:hover { color: #27265F; text-underline-offset: 4px; text-decoration-thickness: 0.2em; } .manuals-nav .chapter-nav button.toggle-all:focus { text-decoration: none; } .manuals-nav .chapter-nav::after { content: ""; display: table; clear: both; /* Clear the float */ } .manuals-nav ul { margin: 0; padding: 0; list-style-type: none; } .manuals-nav ul.sub-nav a { padding: 0.625rem 0.625rem 0.625rem 1.875rem !important; border-bottom: none; display: block; } .manuals-nav ul.sub-nav a.focus-anchor { background-color: #fd0; color: #0a0a0a; border-bottom: 0.2em solid #0a0a0a; outline: none; text-decoration-thickness: 1px !important; } .manuals-nav ul.sub-nav a:focus { text-decoration-thickness: 1px !important; } .manuals-nav ul.sub-nav li:last-of-type { border-bottom: 1px solid #D9D9E0; } .manuals-nav button.chapter-node { border-bottom: 1px solid #d9d9e1; display: block; width: 100%; text-align: left; padding: 15px 40px 15px 15px; line-height: 1.5; cursor: pointer; position: relative; } .manuals-nav button.chapter-node .part { color: #333; font-weight: bold; display: block; margin-bottom: 10px; } .manuals-nav button.chapter-node .string { color: #454483; text-decoration: underline; outline: none; } .manuals-nav button.chapter-node:hover .string { color: #27265F; text-underline-offset: 4px; text-decoration-thickness: 0.2em; } .manuals-nav button.chapter-node:focus .string { text-decoration: underline; color: #0a0a0a !important; } .manuals-nav button.chapter-node:after { text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-regular); content: "\f078"; /* Font Awesome's content code for chevron-down */ position: absolute; right: 20px; top: 50%; transform: translateY(-50%); } .manuals-nav button.chapter-node.current:after { text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-regular); content: "\f077"; /* Font Awesome's content code for chevron-up */ } .manuals-nav button.chapter-node.current { background: #eeeef3; color: #333; } .side-nav.scrolling-y { overflow-y: auto; } @media print, screen and (min-width: 40em) { .side-nav.scrolling-y { max-height: 100vh; /* You can adjust this value as needed */ overflow-y: scroll; /* Enable scrolling */ } } .app-back-to-top { padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem; display: block; } .manual-search .search-results { padding-top: 1rem; } .breadcrumbs .row.paddingSides { padding: 0 0 !important; } @media print, screen and (min-width: 64em) { .wrapper.sideBarLayout .fullBlock.articleHeader, .wrapper.sideBarLayout .content.foundation.manuals .fullBlock.articleHeader { margin: 0 0 2rem 0; } } .wrapper.sideBarLayout .content.foundation { padding-top: 0; } @media print, screen and (min-width: 64em) { .wrapper.sideBarLayout .content .fullBlock { margin: 0 2rem 2rem 0; } } @media print, screen and (min-width: 40em) and (max-width: 63.99875em) { nav.sideNav.block.sectionBlock, .sideNav.block.sectionBlock, .manuals-nav { margin-right: 1rem; } } @media print, screen and (max-width: 63.99875em) { .contents-list-nav { margin-right: 1rem; margin-left: 1rem; } } .contents-list-nav .contents-list { list-style-type: none; padding: 0 0 0 0; } .contents-list-nav .contents-list li { list-style-type: none; margin-bottom: 1.5rem; } .contents-list-nav .contents-list .list-item-dashed { position: relative; padding-left: 1.5rem; } .contents-list-nav .contents-list .list-item-dashed::before { content: "—"; position: absolute; left: 0; width: 20px; overflow: hidden; color: #b1b4b6; } .contents-list-nav.parts li { margin-bottom: 2px; } .contents-list-nav.parts li a { display: block; text-decoration: none; padding: 0.5rem; } .contents-list-nav.parts li a span.string { text-decoration: underline; } .contents-list-nav.parts li a span.part { color: #333; display: block; text-decoration: none; padding-bottom: 10px; font-weight: bold; } .contents-list-nav.parts li a:hover { text-decoration: none; } .contents-list-nav.parts li a:hover span.part { text-decoration: none !important; } .contents-list-nav.parts li a:focus { text-decoration: underline; } .contents-list-nav.parts li a:focus span.part { text-decoration: underline !important; } .contents-list-nav.parts .list-item-dashed::before { padding-top: 0.5rem; } /* reset for govuk styles */ .content.foundation .autocomplete__dropdown-arrow-down-wrapper { background-color: orange !important; position: relative; } .content.foundation .autocomplete__wrapper { position: relative; } .content.foundation .autocomplete__wrapper .autocomplete__dropdown-arrow-down { position: absolute; z-index: 1; width: 10px; height: 8px; top: -1.4rem; right: 15px; } .content.foundation .autocomplete__hint, .content.foundation .autocomplete__input { -webkit-appearance: none; border: 2px solid #51509b; border-radius: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 0; width: 100%; background-color: #FFFFFF !important; padding: 10px !important; } .content.foundation .autocomplete__input { background-color: transparent; position: relative; } .content.foundation .autocomplete__hint { color: #bfc1c3; position: absolute; } .content.foundation .autocomplete__input--default { padding: 10px; background-color: #FFFFFF; } .content.foundation .autocomplete__input--focused { outline-offset: 0; outline: 3px solid #fd0; } .content.foundation .autocomplete__input--show-all-values { padding: 4px 34px 4px 4px; cursor: pointer; } .content.foundation .autocomplete__dropdown-arrow-down { z-index: -1; display: inline-block; position: absolute; right: 8px; width: 24px; height: 24px; top: 10px; } .content.foundation .autocomplete__menu { background-color: #fff; border: 2px solid #0b0c0c; border-top: 0; color: #34384b; margin: 0; max-height: 342px; overflow-x: hidden; padding: 0 0 0 0 !important; width: 100%; } .content.foundation .autocomplete__menu--visible { display: block; } .content.foundation .autocomplete__menu--hidden { display: none; } .content.foundation .autocomplete__menu--overlay { box-shadow: rgba(0, 0, 0, 0.256863) 0 2px 6px; left: 0; position: absolute; top: 100%; z-index: 100; } .content.foundation .autocomplete__menu--inline { position: relative; } .content.foundation li.autocomplete__option { border-bottom: solid #bfc1c3; border-width: 1px 0; cursor: pointer; display: block; position: relative; padding: 0.5rem 0.5rem 0.5rem 0.5rem !important; } .content.foundation .autocomplete__option > * { pointer-events: none; } .content.foundation .autocomplete__option:first-of-type { border-top-width: 0; } .content.foundation .autocomplete__option:last-of-type { border-bottom-width: 0; } .content.foundation .autocomplete__option--odd { background-color: #fafafa; } .content.foundation .autocomplete__option--focused, .content.foundation .autocomplete__option:hover { background-color: #005ea5; border-color: #005ea5; color: #fff; outline: 0; } .content.foundation .autocomplete__option--no-results { background-color: #FFFFFF !important; color: #646b6f; cursor: not-allowed; } .content.foundation .autocomplete__hint, .content.foundation .autocomplete__input, .content.foundation .autocomplete__option { font-size: 16px; line-height: 1.25; } .content.foundation .autocomplete__hint, .content.foundation .autocomplete__option { padding: 4px; } @media (min-width: 641px) { .content.foundation .autocomplete__hint, .content.foundation .autocomplete__input, .content.foundation .autocomplete__option { font-size: 19px; line-height: 1.31579; } } /** * fileuploader * Copyright (c) 2020 Innostudio.de * Website: https://innostudio.de/fileuploader/ * Version: 2.2 (12-Mar-2020) * Requires: jQuery v1.7.1 or later * License: https://innostudio.de/fileuploader/documentation/#license */ .fileuploader-input .fileuploader-input-button, .fileuploader-input .fileuploader-input-caption, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item span.fileuploader-action-popup, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success { -webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01); -o-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01); transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01); } .fileuploader-items .fileuploader-item, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-popup, .fileuploader-popup .fileuploader-popup-node { -webkit-animation: fileuploaderFadeIn 0.2s ease; animation: fileuploaderFadeIn 0.2s ease; } .fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success { display: inline-block; margin: 0; padding: 14px 22px; border: none; border-radius: 30px; outline: 0; font-weight: 700; cursor: pointer; vertical-align: middle; text-decoration: none; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button { background: #e6ebf4; color: #90a0bc; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover { background: #edf1f7; transform: translateY(-1px); } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active { background: #dfe5f1; transform: translateY(1px); } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success { background: #9658fe; background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%); background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%); background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%); background-size: 140% auto; background-position: center; color: #fff; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04); } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover { background-position: left; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); transform: translateY(-2px); } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active { background-position: right; box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15); transform: translateY(2px); } .fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after, .fileuploader-popup.loading:after { content: ""; position: absolute; min-width: 16px; min-height: 16px; max-width: 24px; max-height: 24px; background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=) no-repeat center; background-size: contain; } .fileuploader-items .fileuploader-item .fileuploader-item-icon i, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after, .fileuploader-popup .fileuploader-popup-move:after, .fileuploader-popup.loading:after { left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .progress-bar2 span { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .fileuploader-input .fileuploader-input-button, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar, .fileuploader-popup .fileuploader-cropper, .fileuploader-popup .fileuploader-cropper *, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success, .fileuploader-popup .fileuploader-popup-move, .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before { box-sizing: border-box; } .fileuploader, .fileuploader-popup { font-size: inherit; line-height: normal; text-align: left; } .fileuploader button, .fileuploader-popup button { display: inline-block; padding: 0; margin: 0; border: 0; font: inherit; background: 0 0; box-shadow: none; } .fileuploader button:focus, .fileuploader-popup button:focus { outline: 0; } .fileuploader { display: block; width: 100%; } .fileuploader-icon-main { display: inline-block; font-size: 18px; color: #789bec; } .fileuploader-input { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid transparent; border-radius: 30px; cursor: pointer; } .fileuploader-input .fileuploader-input-caption { position: relative; display: inline-block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-item-align: start; align-self: flex-start; padding: 13px 16px; margin-right: 16px; background: #fff; border: 1px solid #ebeef1; border-radius: 30px; color: #789bec; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.01); font-weight: 700; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .fileuploader-focused .fileuploader-input .fileuploader-input-caption { border-color: #789bec; } .fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader { position: relative; display: inline-block; vertical-align: middle; min-height: 22px; margin-right: 6px; } .fileuploader-input.fileuploader-dragging { background: #fff; border: 1px solid #ebeef1; border-style: dashed; } .fileuploader-input.fileuploader-dragging .fileuploader-input-caption { border-color: transparent; } .fileuploader-input.fileuploader-dragging .fileuploader-input-button { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0; } .fileuploader-disabled .fileuploader-input { opacity: 0.7; cursor: default; pointer-events: none !important; } .panel.fileuploader-items { background: transparent; } .fileuploader-items .fileuploader-items-list { display: block; padding: 0; list-style: none; } .fileuploader-items .fileuploader-item { position: relative; margin: 0; border-bottom: 1px solid #ebeef1; animation-duration: 0.6s; } .fileuploader-items .fileuploader-item:last-child { border-bottom: 0; margin-bottom: -16px; } .fileuploader-items .fileuploader-item.upload-failed { background: rgba(254, 84, 111, 0.06); } .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after { position: absolute; left: -24px; top: 12px; width: 24px; height: 24px; } @media screen and (max-width: 39.9375em) { .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after { left: auto; right: 10px; top: 12px; } } .fileuploader-items .fileuploader-item .columns { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 2; } .fileuploader-items .fileuploader-item .column-thumbnail { position: relative; width: 36px; height: 36px; } .fileuploader-items .fileuploader-item .column-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 16px; padding-right: 16px; color: #000000 !important; overflow: hidden; } .fileuploader-items .fileuploader-item .column-title a { display: inline-block; width: 100%; height: 100%; color: #000000 !important; text-decoration: none; } .fileuploader-items .fileuploader-item .column-title div { width: 100%; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .fileuploader-items .fileuploader-item .column-title span { font-size: inherit; color: #000000 !important; } .fileuploader-items .fileuploader-item .column-actions { margin: 0 16px; } .fileuploader-items .fileuploader-item .fileuploader-item-image { position: relative; width: 100%; height: 100%; border-radius: 6px; overflow: hidden; } .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after { content: ""; width: 50%; height: 50%; } .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img { position: absolute; max-width: none; max-height: 100%; background: #fff; } .fileuploader-items .fileuploader-item .fileuploader-item-icon { position: relative; width: 100%; height: 100%; text-align: center; color: #fff; font-size: 11px; border-radius: 4px; cursor: default; background-color: #ddd; background-position: center; background-repeat: no-repeat; background-size: 28px; } .fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color { color: #888; } .fileuploader-items .fileuploader-item .fileuploader-item-icon i { position: absolute; display: block; width: 90%; font-style: normal; font-weight: 700; overflow: hidden; white-space: nowrap; } .fileuploader-items .fileuploader-item span.fileuploader-action-popup { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(43, 56, 71, 0.2); border-radius: 6px; cursor: pointer; opacity: 0; } .fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover { opacity: 1; } .fileuploader-items .fileuploader-item span.fileuploader-action-popup:active { background: rgba(43, 56, 71, 0.4); } .fileuploader-items .fileuploader-item .fileuploader-action { position: relative; display: inline-block; width: 20px; height: 20px; color: #c0c6d2; cursor: pointer; vertical-align: top; text-align: center; } .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action { margin-left: 16px; } .fileuploader-items .fileuploader-item .fileuploader-action:hover { color: #789bec; } .fileuploader-items .fileuploader-item .fileuploader-action:active { color: #668ee9; } .fileuploader-items .fileuploader-item .fileuploader-action i { width: 100%; height: 100%; font-size: 20px; line-height: 20px; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove { color: #fff; background: #fe7676; border-radius: 50%; box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8); } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i { font-size: inherit; text-shadow: none; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover { background-color: #fe8a8a; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active { background-color: #fe6262; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success { color: #fff; background: #43d084; border-radius: 50%; box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8); } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i { font-size: inherit; text-shadow: none; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover { background-color: #53d48f; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active { background-color: #33cc79; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before { content: "\e904"; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover { background: #fe7676; box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8); } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before { content: "\e923"; } .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active { background-color: #fe6262; } .fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup { display: block; } .fileuploader-items .fileuploader-item .fileuploader-progressbar { position: absolute; left: 0; bottom: 0; width: 100%; height: 16px !important; border-radius: 0px !important; } .fileuploader-items .fileuploader-item .fileuploader-progressbar .bar { position: absolute; left: 0; top: 0; width: 0%; height: 100%; background: #3adb76 !important; border-radius: 0 !important; box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6); } .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar { position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-radius: 0; background: rgba(104, 125, 219, 0.08); box-shadow: none; } .fileuploader-items .fileuploader-item .progress-bar2 span { position: absolute; right: 0; top: -10px; color: #000; font-size: 16px; } .fileuploader-items .fileuploader-item.sorting { background: #fafbfd; border-radius: 6px; opacity: 0.8; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); z-index: 799; } .fileuploader-items .fileuploader-item.sorting, .fileuploader-items .fileuploader-item.sorting .fileuploader-action, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img { -webkit-animation: none; animation: none; } .fileuploader-items .fileuploader-sorter-placeholder { background: rgba(0, 0, 0, 0.03); margin: 0; padding: 0; -webkit-animation: none; animation: none; } .file-type-image .fileuploader-item-icon { background-color: #3982fe !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E"); } .file-type-image .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-type-audio .fileuploader-item-icon { background-color: #66d043 !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E"); } .file-type-audio .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-type-video .fileuploader-item-icon { background-color: #9868ff !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E"); } .file-type-video .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-rar .fileuploader-item-icon, .file-ext-zip .fileuploader-item-icon { background-color: #ffd236 !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E"); } .file-ext-rar .fileuploader-item-icon i, .file-ext-zip .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-pdf .fileuploader-item-icon { background-color: #ef5350 !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E"); } .file-ext-pdf .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-doc .fileuploader-item-icon, .file-ext-docx .fileuploader-item-icon, .file-ext-rtf .fileuploader-item-icon { background-color: #2372ba !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E"); } .file-ext-doc .fileuploader-item-icon i, .file-ext-docx .fileuploader-item-icon i, .file-ext-rtf .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-xls .fileuploader-item-icon, .file-ext-xlsx .fileuploader-item-icon { background-color: #14a73c !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E"); } .file-ext-xls .fileuploader-item-icon i, .file-ext-xlsx .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-pps .fileuploader-item-icon, .file-ext-ppsx .fileuploader-item-icon, .file-ext-ppt .fileuploader-item-icon, .file-ext-pptx .fileuploader-item-icon { background-color: #f26522 !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E"); } .file-ext-pps .fileuploader-item-icon i, .file-ext-ppsx .fileuploader-item-icon i, .file-ext-ppt .fileuploader-item-icon i, .file-ext-pptx .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-psd .fileuploader-item-icon { background-color: #3172eb !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E"); } .file-ext-psd .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-ai .fileuploader-item-icon { background-color: #ff9e00 !important; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E"); } .file-ext-ai .fileuploader-item-icon i { visibility: hidden; color: #fff; } .file-ext-txt .fileuploader-item-icon { background-color: #454545 !important; } .file-ext-txt .fileuploader-item-icon i { color: #fff !important; } .file-ext-css .fileuploader-item-icon { background-color: #26a69a !important; } .file-ext-css .fileuploader-item-icon i { color: #fff !important; } .file-ext-html .fileuploader-item-icon { background-color: #cf33a8 !important; } .file-ext-html .fileuploader-item-icon i { color: #fff !important; } .fileuploader-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: #191d1e; z-index: 1090; animation-duration: 0.4s; } .fileuploader-popup.loading:after { width: 48px; height: 48px; z-index: 8; } .fileuploader-popup .fileuploader-popup-preview { position: relative; width: 100%; height: 100%; overflow: auto; z-index: 2; } .fileuploader-popup .fileuploader-popup-node { position: relative; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; max-width: 100%; height: 100%; min-width: 20px; min-height: 20px; padding: 80px 56px 64px; overflow: hidden; } .fileuploader-popup .fileuploader-popup-node.is-zoomed { display: block; } .fileuploader-popup .fileuploader-popup-node .reader-node { position: relative; max-width: 100%; max-height: 100%; text-align: center; -webkit-transform: translateZ(0); transform: translateZ(0); } .fileuploader-popup .fileuploader-popup-node .reader-node.is-movable { cursor: grab; } .fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving { cursor: grabbing; } .fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point { cursor: grabbing !important; } .fileuploader-popup .fileuploader-popup-node.node-astext .reader-node > div, .fileuploader-popup .fileuploader-popup-node.node-audio .reader-node > audio, .fileuploader-popup .fileuploader-popup-node.node-image .reader-node > img, .fileuploader-popup .fileuploader-popup-node.node-video .reader-node > video { width: auto; max-width: 100%; max-height: 100%; min-width: 0; margin: 0; padding: 0; color: #47525d; background: #fafafa; box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); -webkit-transform: translateZ(0); transform: translateZ(0); border-radius: 0; outline: 0; } .fileuploader-popup .fileuploader-popup-node.node-audio .reader-node audio { width: 450px; border-radius: 34px; } .fileuploader-popup .fileuploader-popup-node.node-application .reader-node iframe { width: 100%; height: 100%; border: 0; border-radius: 3px; } .fileuploader-popup .fileuploader-popup-node.node-astext .reader-node div { max-width: 992px; padding: 20px; margin: 0 auto; font-size: inherit; line-height: 16px; text-align: left; overflow-y: auto; white-space: pre-wrap; } .fileuploader-popup .fileuploader-popup-node.has-node-centered { display: block; } .fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon { position: relative; display: inline-block; width: 80px; height: 80px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+) no-repeat center; background-size: contain; } .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div { position: absolute; bottom: 14px; left: 0; padding: 4px 6px; border-radius: 4px; color: #fff; max-width: 100%; background-image: none; word-wrap: break-word; } .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color { color: #888; } .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i { text-transform: uppercase; font-style: normal; font-weight: 700; white-space: nowrap; visibility: visible; } .fileuploader-popup .fileuploader-popup-content { color: #fdfdfd; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); } .fileuploader-popup .fileuploader-popup-content ul { list-style: none; margin: 0; padding: 0; } .fileuploader-popup .fileuploader-popup-content ul li { display: inline-block; padding: 0; margin: 0; } .fileuploader-popup .fileuploader-popup-content ul li + li { margin-left: 16px; } .fileuploader-popup .fileuploader-popup-header { position: absolute; top: 0; left: 0; display: flex; flex-direction: row; align-items: center; width: 100%; padding: 16px; background: rgba(0, 0, 0, 0.8); background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); z-index: 2; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta { display: flex; flex: 1; white-space: nowrap; overflow: hidden; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child { overflow: hidden; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span { display: block; color: #80868b; font-size: inherit; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 { max-width: 100%; margin: 4px 0 0; font-size: inherit; font-weight: 700; text-overflow: ellipsis; overflow: hidden; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) { flex: 1; margin-left: 16px; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons { margin-left: 16px; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button { padding: 14px 24px; text-shadow: none; } .fileuploader-popup .fileuploader-popup-footer { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.8); background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); z-index: 2; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] { display: inline-block; padding: 16px; padding-bottom: 13px; cursor: pointer; text-decoration: none; color: #fdfdfd; border-bottom: 3px solid transparent; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i { display: inline-block; font-size: 18px; margin-top: -4px; margin-right: 6px; vertical-align: middle; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover { border-bottom-color: #789bec; color: #fff; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer { font-size: inherit; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] { width: 24px; height: 24px; line-height: 24px; font-size: 16px; border: none; border-radius: 50%; padding: 0; vertical-align: middle; color: #fdfdfd; background: rgba(255, 255, 255, 0.1); text-shadow: none; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover { background: rgba(255, 255, 255, 0.3); } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input { display: inline-block; -webkit-appearance: none; width: 130px; padding: 0; margin: 0 16px; vertical-align: middle; background: 0 0; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus { outline: 0; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track { width: 100%; height: 4px; cursor: pointer; animate: 0.2s; box-shadow: none; background: #789bec; border-radius: 6px; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb { height: 14px; width: 14px; border-radius: 50%; border: 0; background: #fff; cursor: pointer; -webkit-appearance: none; margin-top: -5px; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track { width: 100%; height: 4px; cursor: pointer; animate: 0.2s; box-shadow: none; background: #789bec; border-radius: 6px; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb { height: 14px; width: 14px; border-radius: 50%; border: 0; background: #fff; cursor: pointer; -webkit-appearance: none; margin-top: -5px; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span { display: inline-block; min-width: 40px; text-align: center; margin-left: 6px; color: #fff; vertical-align: middle; } .fileuploader-popup .fileuploader-popup-move { position: absolute; display: none; width: 56px; height: 100%; font-size: 24px; bottom: 0; left: 0; color: #fff; opacity: 0.4; cursor: pointer; z-index: 1; } .fileuploader-popup .fileuploader-popup-move:hover { opacity: 1; } .fileuploader-popup .fileuploader-popup-move:after { position: absolute; } .fileuploader-popup .fileuploader-popup-move[data-action=next] { left: auto; right: 0; } .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move { display: inline-block; } .fileuploader-popup .fileuploader-cropper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(17, 20, 27, 0.65); z-index: 9; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area { position: absolute; left: 0; top: 0; width: 0; height: 0; z-index: 2; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before { content: ""; position: absolute; border: 1px solid rgba(250, 250, 250, 0.8); opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 1; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before { top: 0; left: 50%; height: 100%; width: 34%; border-top: 0; border-bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after { top: 50%; left: 0; height: 34%; width: 100%; border-left: 0; border-right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before { opacity: 1; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point { position: absolute; width: 24px; height: 24px; z-index: 3; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after { content: ""; width: 12px; height: 12px; position: absolute; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); border-radius: 50%; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a { top: -12px; left: -12px; cursor: nw-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b { top: -12px; left: 50%; margin-left: -12px; cursor: n-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c { top: -12px; right: -12px; cursor: ne-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d { top: 50%; right: -12px; margin-top: -12px; cursor: w-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e { bottom: -12px; right: -12px; cursor: nw-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f { bottom: -12px; left: 50%; margin-left: -12px; cursor: s-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g { bottom: -12px; left: -12px; cursor: sw-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h { left: -12px; top: 50%; margin-top: -12px; cursor: w-resize; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move { position: absolute; width: 100%; height: 100%; z-index: 2; cursor: move; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, 0.8); } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image { position: relative; overflow: hidden; width: 100%; height: 100%; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img { width: auto; height: auto; max-width: none; max-height: none; position: absolute; left: 0; top: 0; -webkit-transform-origin: top left; transform-origin: top left; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info { position: absolute; bottom: -12px; left: 50%; color: #fff; font-family: sans-serif; line-height: 1; font-size: 12px; text-align: center; padding: 4px 8px; background: rgba(0, 0, 0, 0.6); border-radius: 14px; white-space: nowrap; opacity: 0; -webkit-transform: translateX(-50%) translateY(100%); transform: translateX(-50%) translateY(100%); -webkit-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 2; } .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info { opacity: 0; } @media all and (max-width: 768px) { .fileuploader-popup .fileuploader-popup-header { display: block; padding: 0; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta { padding: 16px; } .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons { position: fixed; left: 0; bottom: 16px; width: 100%; margin: 0; text-align: center; } .fileuploader-popup .fileuploader-popup-node { padding-left: 16px; padding-right: 16px; padding-bottom: 117px; } .fileuploader-popup .fileuploader-popup-footer { bottom: 61px; background: 0 0; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer { display: none; } .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover { border-color: transparent; } .fileuploader-popup .fileuploader-popup-move { width: 30px; } .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node { padding-left: 30px; padding-right: 30px; } } @-webkit-keyframes fileuploaderFadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fileuploaderFadeIn { from { opacity: 0; } to { opacity: 1; } } /*fileuploader fileuploader-theme-lgsco*/ /* .fileuploader.fileuploader-theme-lgsco { padding: 0 0 0 0; background: transparent} //.fileuploader-input { height: 50px;} /* .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button { border-radius: 0; background: inherit; line-height: 1.125rem !important; white-space: nowrap; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; font-size: 1.125rem; line-height: 1.1875; box-sizing: border-box; display: block; position: relative; margin-top: 0; margin-bottom: 1.125rem; padding: 5px 10px; border: 2px solid transparent; border-radius: 0; color: #0b0c0c; background-color: #f3f2f1; box-shadow: none; text-align: center; vertical-align: top; cursor: pointer; -webkit-appearance: none; -webkit-appearance: none !important; border-radius: 0; background-color: transparent !important; background-image: linear-gradient(180deg, #E3E3E3 0%, #F7F7F7 100%); border: 1px solid #AFAFAF; min-height: 2.5rem; font-family: 'open_sansregular',sans-serif !important; font-style: normal; width: 100%; } .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover { transform:none; background-image: linear-gradient(180deg, #E3E3E3 0%, #E3E3E3 100%); border: 1px solid #AFADAD; } */ .fileuploader.fileuploader-theme-lgsco .fileuploader-input .fileuploader-input-caption { position: relative; display: inline-block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-item-align: start; align-self: flex-start; border-radius: 0 0 0 0; color: #000; box-shadow: none; font-weight: normal; white-space: normal; text-overflow: ellipsis; overflow: hidden; margin: 0 1rem 1rem 0; border: none; background: none; padding: 5px 0px; border-radius: 0px; font-weight: 400; min-height: 2.5rem; font-size: 1.125rem; line-height: 1.5; text-align: left; } .row.progress-row { padding: 25px 10px 10px 10px !important; } .row.progress-row .columns { background-color: #cacaca; height: 16px; } .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item { position: relative; margin: 0; padding: 20px 0.625rem; border-bottom: 1px solid #b1b4b6; animation-duration: 0.6s; } .content .fileuploader.fileuploader-theme-lgsco .fileuploader-items p { margin: 0 0 0 0 !important; } .content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .columns { padding-top: 5px; padding-bottom: 5px; } .content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .column-thumbnail { width: 44px; height: 44px; } .content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .fileuploader-item-image { border-radius: 0 0 0 0; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Pro"); font-weight: var(--fa-style, 900); } .fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fasr, .fal, .fa-light, .fasl, .fat, .fa-thin, .fad, .fa-duotone, .fass, .fa-sharp-solid, .fab, .fa-brands { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; } .fas, .fa-classic, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin { font-family: "Font Awesome 6 Pro"; } .fab, .fa-brands { font-family: "Font Awesome 6 Brands"; } .fad, .fa-classic.fa-duotone, .fa-duotone { font-family: "Font Awesome 6 Duotone"; } .fass, .fasr, .fasl, .fa-sharp { font-family: "Font Awesome 6 Sharp"; } .fass, .fa-sharp { font-weight: 900; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; } .fa-xs { font-size: 0.75em; line-height: 0.0833333337em; vertical-align: 0.125em; } .fa-sm { font-size: 0.875em; line-height: 0.0714285718em; vertical-align: 0.0535714295em; } .fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; } .fa-xl { font-size: 1.5em; line-height: 0.0416666682em; vertical-align: -0.125em; } .fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; } .fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { animation-name: fa-beat; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-bounce { animation-name: fa-bounce; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } .fa-fade { animation-name: fa-fade; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-beat-fade { animation-name: fa-beat-fade; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-flip { animation-name: fa-flip; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-shake { animation-name: fa-shake; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin { animation-name: fa-spin; animation-delay: var(--fa-animation-delay, 0s); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 2s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { animation-name: fa-spin; animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, steps(8)); } @media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { animation-delay: -1ms; animation-duration: 1ms; animation-iteration-count: 1; transition-delay: 0s; transition-duration: 0s; } } @keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0); } 10% { transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { transform: scale(1, 1) translateY(0); } 100% { transform: scale(1, 1) translateY(0); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .fa-rotate-90 { transform: rotate(90deg); } .fa-rotate-180 { transform: rotate(180deg); } .fa-rotate-270 { transform: rotate(270deg); } .fa-flip-horizontal { transform: scale(-1, 1); } .fa-flip-vertical { transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { transform: scale(-1, -1); } .fa-rotate-by { transform: rotate(var(--fa-rotate-angle, none)); } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto); } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: var(--fa-inverse, #fff); } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-0::before { content: "\30 "; } .fa-1::before { content: "\31 "; } .fa-2::before { content: "\32 "; } .fa-3::before { content: "\33 "; } .fa-4::before { content: "\34 "; } .fa-5::before { content: "\35 "; } .fa-6::before { content: "\36 "; } .fa-7::before { content: "\37 "; } .fa-8::before { content: "\38 "; } .fa-9::before { content: "\39 "; } .fa-fill-drip::before { content: "\f576"; } .fa-arrows-to-circle::before { content: "\e4bd"; } .fa-circle-chevron-right::before { content: "\f138"; } .fa-chevron-circle-right::before { content: "\f138"; } .fa-wagon-covered::before { content: "\f8ee"; } .fa-line-height::before { content: "\f871"; } .fa-bagel::before { content: "\e3d7"; } .fa-transporter-7::before { content: "\e2a8"; } .fa-at::before { content: "\@"; } .fa-rectangles-mixed::before { content: "\e323"; } .fa-phone-arrow-up-right::before { content: "\e224"; } .fa-phone-arrow-up::before { content: "\e224"; } .fa-phone-outgoing::before { content: "\e224"; } .fa-trash-can::before { content: "\f2ed"; } .fa-trash-alt::before { content: "\f2ed"; } .fa-circle-l::before { content: "\e114"; } .fa-head-side-goggles::before { content: "\f6ea"; } .fa-head-vr::before { content: "\f6ea"; } .fa-text-height::before { content: "\f034"; } .fa-user-xmark::before { content: "\f235"; } .fa-user-times::before { content: "\f235"; } .fa-face-hand-yawn::before { content: "\e379"; } .fa-gauge-simple-min::before { content: "\f62d"; } .fa-tachometer-slowest::before { content: "\f62d"; } .fa-stethoscope::before { content: "\f0f1"; } .fa-coffin::before { content: "\f6c6"; } .fa-message::before { content: "\f27a"; } .fa-comment-alt::before { content: "\f27a"; } .fa-salad::before { content: "\f81e"; } .fa-bowl-salad::before { content: "\f81e"; } .fa-info::before { content: "\f129"; } .fa-robot-astromech::before { content: "\e2d2"; } .fa-ring-diamond::before { content: "\e5ab"; } .fa-fondue-pot::before { content: "\e40d"; } .fa-theta::before { content: "\f69e"; } .fa-face-hand-peeking::before { content: "\e481"; } .fa-square-user::before { content: "\e283"; } .fa-down-left-and-up-right-to-center::before { content: "\f422"; } .fa-compress-alt::before { content: "\f422"; } .fa-explosion::before { content: "\e4e9"; } .fa-file-lines::before { content: "\f15c"; } .fa-file-alt::before { content: "\f15c"; } .fa-file-text::before { content: "\f15c"; } .fa-wave-square::before { content: "\f83e"; } .fa-ring::before { content: "\f70b"; } .fa-building-un::before { content: "\e4d9"; } .fa-dice-three::before { content: "\f527"; } .fa-tire-pressure-warning::before { content: "\f633"; } .fa-wifi-fair::before { content: "\f6ab"; } .fa-wifi-2::before { content: "\f6ab"; } .fa-calendar-days::before { content: "\f073"; } .fa-calendar-alt::before { content: "\f073"; } .fa-mp3-player::before { content: "\f8ce"; } .fa-anchor-circle-check::before { content: "\e4aa"; } .fa-tally-4::before { content: "\e297"; } .fa-rectangle-history::before { content: "\e4a2"; } .fa-building-circle-arrow-right::before { content: "\e4d1"; } .fa-volleyball::before { content: "\f45f"; } .fa-volleyball-ball::before { content: "\f45f"; } .fa-sun-haze::before { content: "\f765"; } .fa-text-size::before { content: "\f894"; } .fa-ufo::before { content: "\e047"; } .fa-fork::before { content: "\f2e3"; } .fa-utensil-fork::before { content: "\f2e3"; } .fa-arrows-up-to-line::before { content: "\e4c2"; } .fa-mobile-signal::before { content: "\e1ef"; } .fa-barcode-scan::before { content: "\f465"; } .fa-sort-down::before { content: "\f0dd"; } .fa-sort-desc::before { content: "\f0dd"; } .fa-folder-arrow-down::before { content: "\e053"; } .fa-folder-download::before { content: "\e053"; } .fa-circle-minus::before { content: "\f056"; } .fa-minus-circle::before { content: "\f056"; } .fa-face-icicles::before { content: "\e37c"; } .fa-shovel::before { content: "\f713"; } .fa-door-open::before { content: "\f52b"; } .fa-films::before { content: "\e17a"; } .fa-right-from-bracket::before { content: "\f2f5"; } .fa-sign-out-alt::before { content: "\f2f5"; } .fa-face-glasses::before { content: "\e377"; } .fa-nfc::before { content: "\e1f7"; } .fa-atom::before { content: "\f5d2"; } .fa-soap::before { content: "\e06e"; } .fa-icons::before { content: "\f86d"; } .fa-heart-music-camera-bolt::before { content: "\f86d"; } .fa-microphone-lines-slash::before { content: "\f539"; } .fa-microphone-alt-slash::before { content: "\f539"; } .fa-closed-captioning-slash::before { content: "\e135"; } .fa-calculator-simple::before { content: "\f64c"; } .fa-calculator-alt::before { content: "\f64c"; } .fa-bridge-circle-check::before { content: "\e4c9"; } .fa-sliders-up::before { content: "\f3f1"; } .fa-sliders-v::before { content: "\f3f1"; } .fa-location-minus::before { content: "\f609"; } .fa-map-marker-minus::before { content: "\f609"; } .fa-pump-medical::before { content: "\e06a"; } .fa-fingerprint::before { content: "\f577"; } .fa-ski-boot::before { content: "\e3cc"; } .fa-standard-definition::before { content: "\e28a"; } .fa-rectangle-sd::before { content: "\e28a"; } .fa-h1::before { content: "\f313"; } .fa-hand-point-right::before { content: "\f0a4"; } .fa-magnifying-glass-location::before { content: "\f689"; } .fa-search-location::before { content: "\f689"; } .fa-message-bot::before { content: "\e3b8"; } .fa-forward-step::before { content: "\f051"; } .fa-step-forward::before { content: "\f051"; } .fa-face-smile-beam::before { content: "\f5b8"; } .fa-smile-beam::before { content: "\f5b8"; } .fa-light-ceiling::before { content: "\e016"; } .fa-message-exclamation::before { content: "\f4a5"; } .fa-comment-alt-exclamation::before { content: "\f4a5"; } .fa-bowl-scoop::before { content: "\e3de"; } .fa-bowl-shaved-ice::before { content: "\e3de"; } .fa-square-x::before { content: "\e286"; } .fa-utility-pole-double::before { content: "\e2c4"; } .fa-flag-checkered::before { content: "\f11e"; } .fa-chevrons-up::before { content: "\f325"; } .fa-chevron-double-up::before { content: "\f325"; } .fa-football::before { content: "\f44e"; } .fa-football-ball::before { content: "\f44e"; } .fa-user-vneck::before { content: "\e461"; } .fa-school-circle-exclamation::before { content: "\e56c"; } .fa-crop::before { content: "\f125"; } .fa-angles-down::before { content: "\f103"; } .fa-angle-double-down::before { content: "\f103"; } .fa-users-rectangle::before { content: "\e594"; } .fa-people-roof::before { content: "\e537"; } .fa-square-arrow-right::before { content: "\f33b"; } .fa-arrow-square-right::before { content: "\f33b"; } .fa-location-plus::before { content: "\f60a"; } .fa-map-marker-plus::before { content: "\f60a"; } .fa-lightbulb-exclamation-on::before { content: "\e1ca"; } .fa-people-line::before { content: "\e534"; } .fa-beer-mug-empty::before { content: "\f0fc"; } .fa-beer::before { content: "\f0fc"; } .fa-crate-empty::before { content: "\e151"; } .fa-diagram-predecessor::before { content: "\e477"; } .fa-transporter::before { content: "\e042"; } .fa-calendar-circle-user::before { content: "\e471"; } .fa-arrow-up-long::before { content: "\f176"; } .fa-long-arrow-up::before { content: "\f176"; } .fa-person-carry-box::before { content: "\f4cf"; } .fa-person-carry::before { content: "\f4cf"; } .fa-fire-flame-simple::before { content: "\f46a"; } .fa-burn::before { content: "\f46a"; } .fa-person::before { content: "\f183"; } .fa-male::before { content: "\f183"; } .fa-laptop::before { content: "\f109"; } .fa-file-csv::before { content: "\f6dd"; } .fa-menorah::before { content: "\f676"; } .fa-union::before { content: "\f6a2"; } .fa-chevrons-left::before { content: "\f323"; } .fa-chevron-double-left::before { content: "\f323"; } .fa-circle-heart::before { content: "\f4c7"; } .fa-heart-circle::before { content: "\f4c7"; } .fa-truck-plane::before { content: "\e58f"; } .fa-record-vinyl::before { content: "\f8d9"; } .fa-bring-forward::before { content: "\f856"; } .fa-square-p::before { content: "\e279"; } .fa-face-grin-stars::before { content: "\f587"; } .fa-grin-stars::before { content: "\f587"; } .fa-sigma::before { content: "\f68b"; } .fa-camera-movie::before { content: "\f8a9"; } .fa-bong::before { content: "\f55c"; } .fa-clarinet::before { content: "\f8ad"; } .fa-truck-flatbed::before { content: "\e2b6"; } .fa-spaghetti-monster-flying::before { content: "\f67b"; } .fa-pastafarianism::before { content: "\f67b"; } .fa-arrow-down-up-across-line::before { content: "\e4af"; } .fa-leaf-heart::before { content: "\f4cb"; } .fa-house-building::before { content: "\e1b1"; } .fa-cheese-swiss::before { content: "\f7f0"; } .fa-spoon::before { content: "\f2e5"; } .fa-utensil-spoon::before { content: "\f2e5"; } .fa-jar-wheat::before { content: "\e517"; } .fa-envelopes-bulk::before { content: "\f674"; } .fa-mail-bulk::before { content: "\f674"; } .fa-file-circle-exclamation::before { content: "\e4eb"; } .fa-bow-arrow::before { content: "\f6b9"; } .fa-cart-xmark::before { content: "\e0dd"; } .fa-hexagon-xmark::before { content: "\f2ee"; } .fa-times-hexagon::before { content: "\f2ee"; } .fa-xmark-hexagon::before { content: "\f2ee"; } .fa-circle-h::before { content: "\f47e"; } .fa-hospital-symbol::before { content: "\f47e"; } .fa-merge::before { content: "\e526"; } .fa-pager::before { content: "\f815"; } .fa-cart-minus::before { content: "\e0db"; } .fa-address-book::before { content: "\f2b9"; } .fa-contact-book::before { content: "\f2b9"; } .fa-pan-frying::before { content: "\e42c"; } .fa-grid::before { content: "\e195"; } .fa-grid-3::before { content: "\e195"; } .fa-football-helmet::before { content: "\f44f"; } .fa-hand-love::before { content: "\e1a5"; } .fa-trees::before { content: "\f724"; } .fa-strikethrough::before { content: "\f0cc"; } .fa-page::before { content: "\e428"; } .fa-k::before { content: "K"; } .fa-diagram-previous::before { content: "\e478"; } .fa-gauge-min::before { content: "\f628"; } .fa-tachometer-alt-slowest::before { content: "\f628"; } .fa-folder-grid::before { content: "\e188"; } .fa-eggplant::before { content: "\e16c"; } .fa-ram::before { content: "\f70a"; } .fa-landmark-flag::before { content: "\e51c"; } .fa-lips::before { content: "\f600"; } .fa-pencil::before { content: "\f303"; } .fa-pencil-alt::before { content: "\f303"; } .fa-backward::before { content: "\f04a"; } .fa-caret-right::before { content: "\f0da"; } .fa-comments::before { content: "\f086"; } .fa-paste::before { content: "\f0ea"; } .fa-file-clipboard::before { content: "\f0ea"; } .fa-desktop-arrow-down::before { content: "\e155"; } .fa-code-pull-request::before { content: "\e13c"; } .fa-pumpkin::before { content: "\f707"; } .fa-clipboard-list::before { content: "\f46d"; } .fa-pen-field::before { content: "\e211"; } .fa-blueberries::before { content: "\e2e8"; } .fa-truck-ramp-box::before { content: "\f4de"; } .fa-truck-loading::before { content: "\f4de"; } .fa-note::before { content: "\e1ff"; } .fa-arrow-down-to-square::before { content: "\e096"; } .fa-user-check::before { content: "\f4fc"; } .fa-cloud-xmark::before { content: "\e35f"; } .fa-vial-virus::before { content: "\e597"; } .fa-book-blank::before { content: "\f5d9"; } .fa-book-alt::before { content: "\f5d9"; } .fa-golf-flag-hole::before { content: "\e3ac"; } .fa-message-arrow-down::before { content: "\e1db"; } .fa-comment-alt-arrow-down::before { content: "\e1db"; } .fa-face-unamused::before { content: "\e39f"; } .fa-sheet-plastic::before { content: "\e571"; } .fa-circle-9::before { content: "\e0f6"; } .fa-blog::before { content: "\f781"; } .fa-user-ninja::before { content: "\f504"; } .fa-pencil-slash::before { content: "\e215"; } .fa-bowling-pins::before { content: "\f437"; } .fa-person-arrow-up-from-line::before { content: "\e539"; } .fa-down-right::before { content: "\e16b"; } .fa-scroll-torah::before { content: "\f6a0"; } .fa-torah::before { content: "\f6a0"; } .fa-webhook::before { content: "\e5d5"; } .fa-blinds-open::before { content: "\f8fc"; } .fa-fence::before { content: "\e303"; } .fa-up::before { content: "\f357"; } .fa-arrow-alt-up::before { content: "\f357"; } .fa-broom-ball::before { content: "\f458"; } .fa-quidditch::before { content: "\f458"; } .fa-quidditch-broom-ball::before { content: "\f458"; } .fa-drumstick::before { content: "\f6d6"; } .fa-square-v::before { content: "\e284"; } .fa-face-awesome::before { content: "\e409"; } .fa-gave-dandy::before { content: "\e409"; } .fa-dial-off::before { content: "\e162"; } .fa-toggle-off::before { content: "\f204"; } .fa-face-smile-horns::before { content: "\e391"; } .fa-box-archive::before { content: "\f187"; } .fa-archive::before { content: "\f187"; } .fa-grapes::before { content: "\e306"; } .fa-person-drowning::before { content: "\e545"; } .fa-dial-max::before { content: "\e15e"; } .fa-circle-m::before { content: "\e115"; } .fa-calendar-image::before { content: "\e0d4"; } .fa-circle-caret-down::before { content: "\f32d"; } .fa-caret-circle-down::before { content: "\f32d"; } .fa-arrow-down-9-1::before { content: "\f886"; } .fa-sort-numeric-desc::before { content: "\f886"; } .fa-sort-numeric-down-alt::before { content: "\f886"; } .fa-face-grin-tongue-squint::before { content: "\f58a"; } .fa-grin-tongue-squint::before { content: "\f58a"; } .fa-shish-kebab::before { content: "\f821"; } .fa-spray-can::before { content: "\f5bd"; } .fa-alarm-snooze::before { content: "\f845"; } .fa-scarecrow::before { content: "\f70d"; } .fa-truck-monster::before { content: "\f63b"; } .fa-gift-card::before { content: "\f663"; } .fa-w::before { content: "W"; } .fa-code-pull-request-draft::before { content: "\e3fa"; } .fa-square-b::before { content: "\e264"; } .fa-elephant::before { content: "\f6da"; } .fa-earth-africa::before { content: "\f57c"; } .fa-globe-africa::before { content: "\f57c"; } .fa-rainbow::before { content: "\f75b"; } .fa-circle-notch::before { content: "\f1ce"; } .fa-tablet-screen-button::before { content: "\f3fa"; } .fa-tablet-alt::before { content: "\f3fa"; } .fa-paw::before { content: "\f1b0"; } .fa-message-question::before { content: "\e1e3"; } .fa-cloud::before { content: "\f0c2"; } .fa-trowel-bricks::before { content: "\e58a"; } .fa-square-3::before { content: "\e258"; } .fa-face-flushed::before { content: "\f579"; } .fa-flushed::before { content: "\f579"; } .fa-hospital-user::before { content: "\f80d"; } .fa-microwave::before { content: "\e01b"; } .fa-chf-sign::before { content: "\e602"; } .fa-tent-arrow-left-right::before { content: "\e57f"; } .fa-cart-circle-arrow-up::before { content: "\e3f0"; } .fa-trash-clock::before { content: "\e2b0"; } .fa-gavel::before { content: "\f0e3"; } .fa-legal::before { content: "\f0e3"; } .fa-sprinkler-ceiling::before { content: "\e44c"; } .fa-browsers::before { content: "\e0cb"; } .fa-trillium::before { content: "\e588"; } .fa-music-slash::before { content: "\f8d1"; } .fa-truck-ramp::before { content: "\f4e0"; } .fa-binoculars::before { content: "\f1e5"; } .fa-microphone-slash::before { content: "\f131"; } .fa-box-tissue::before { content: "\e05b"; } .fa-circle-c::before { content: "\e101"; } .fa-star-christmas::before { content: "\f7d4"; } .fa-chart-bullet::before { content: "\e0e1"; } .fa-motorcycle::before { content: "\f21c"; } .fa-tree-christmas::before { content: "\f7db"; } .fa-tire-flat::before { content: "\f632"; } .fa-sunglasses::before { content: "\f892"; } .fa-badge::before { content: "\f335"; } .fa-message-pen::before { content: "\f4a4"; } .fa-comment-alt-edit::before { content: "\f4a4"; } .fa-message-edit::before { content: "\f4a4"; } .fa-bell-concierge::before { content: "\f562"; } .fa-concierge-bell::before { content: "\f562"; } .fa-pen-ruler::before { content: "\f5ae"; } .fa-pencil-ruler::before { content: "\f5ae"; } .fa-arrow-progress::before { content: "\e5df"; } .fa-chess-rook-piece::before { content: "\f448"; } .fa-chess-rook-alt::before { content: "\f448"; } .fa-square-root::before { content: "\f697"; } .fa-album-collection-circle-plus::before { content: "\e48e"; } .fa-people-arrows::before { content: "\e068"; } .fa-people-arrows-left-right::before { content: "\e068"; } .fa-face-angry-horns::before { content: "\e368"; } .fa-mars-and-venus-burst::before { content: "\e523"; } .fa-tombstone::before { content: "\f720"; } .fa-square-caret-right::before { content: "\f152"; } .fa-caret-square-right::before { content: "\f152"; } .fa-scissors::before { content: "\f0c4"; } .fa-cut::before { content: "\f0c4"; } .fa-list-music::before { content: "\f8c9"; } .fa-sun-plant-wilt::before { content: "\e57a"; } .fa-toilets-portable::before { content: "\e584"; } .fa-hockey-puck::before { content: "\f453"; } .fa-mustache::before { content: "\e5bc"; } .fa-hyphen::before { content: "\-"; } .fa-table::before { content: "\f0ce"; } .fa-user-chef::before { content: "\e3d2"; } .fa-message-image::before { content: "\e1e0"; } .fa-comment-alt-image::before { content: "\e1e0"; } .fa-users-medical::before { content: "\f830"; } .fa-sensor-triangle-exclamation::before { content: "\e029"; } .fa-sensor-alert::before { content: "\e029"; } .fa-magnifying-glass-arrow-right::before { content: "\e521"; } .fa-tachograph-digital::before { content: "\f566"; } .fa-digital-tachograph::before { content: "\f566"; } .fa-face-mask::before { content: "\e37f"; } .fa-pickleball::before { content: "\e435"; } .fa-star-sharp-half::before { content: "\e28c"; } .fa-users-slash::before { content: "\e073"; } .fa-clover::before { content: "\e139"; } .fa-meat::before { content: "\f814"; } .fa-reply::before { content: "\f3e5"; } .fa-mail-reply::before { content: "\f3e5"; } .fa-star-and-crescent::before { content: "\f699"; } .fa-empty-set::before { content: "\f656"; } .fa-house-fire::before { content: "\e50c"; } .fa-square-minus::before { content: "\f146"; } .fa-minus-square::before { content: "\f146"; } .fa-helicopter::before { content: "\f533"; } .fa-bird::before { content: "\e469"; } .fa-compass::before { content: "\f14e"; } .fa-square-caret-down::before { content: "\f150"; } .fa-caret-square-down::before { content: "\f150"; } .fa-heart-half-stroke::before { content: "\e1ac"; } .fa-heart-half-alt::before { content: "\e1ac"; } .fa-file-circle-question::before { content: "\e4ef"; } .fa-laptop-code::before { content: "\f5fc"; } .fa-joystick::before { content: "\f8c5"; } .fa-grill-fire::before { content: "\e5a4"; } .fa-rectangle-vertical-history::before { content: "\e237"; } .fa-swatchbook::before { content: "\f5c3"; } .fa-prescription-bottle::before { content: "\f485"; } .fa-bars::before { content: "\f0c9"; } .fa-navicon::before { content: "\f0c9"; } .fa-keyboard-left::before { content: "\e1c3"; } .fa-people-group::before { content: "\e533"; } .fa-hourglass-end::before { content: "\f253"; } .fa-hourglass-3::before { content: "\f253"; } .fa-heart-crack::before { content: "\f7a9"; } .fa-heart-broken::before { content: "\f7a9"; } .fa-face-beam-hand-over-mouth::before { content: "\e47c"; } .fa-droplet-percent::before { content: "\f750"; } .fa-humidity::before { content: "\f750"; } .fa-square-up-right::before { content: "\f360"; } .fa-external-link-square-alt::before { content: "\f360"; } .fa-face-kiss-beam::before { content: "\f597"; } .fa-kiss-beam::before { content: "\f597"; } .fa-corn::before { content: "\f6c7"; } .fa-roller-coaster::before { content: "\e324"; } .fa-photo-film-music::before { content: "\e228"; } .fa-radar::before { content: "\e024"; } .fa-sickle::before { content: "\f822"; } .fa-film::before { content: "\f008"; } .fa-coconut::before { content: "\e2f6"; } .fa-ruler-horizontal::before { content: "\f547"; } .fa-shield-cross::before { content: "\f712"; } .fa-cassette-tape::before { content: "\f8ab"; } .fa-square-terminal::before { content: "\e32a"; } .fa-people-robbery::before { content: "\e536"; } .fa-lightbulb::before { content: "\f0eb"; } .fa-caret-left::before { content: "\f0d9"; } .fa-comment-middle::before { content: "\e149"; } .fa-trash-can-list::before { content: "\e2ab"; } .fa-block::before { content: "\e46a"; } .fa-circle-exclamation::before { content: "\f06a"; } .fa-exclamation-circle::before { content: "\f06a"; } .fa-school-circle-xmark::before { content: "\e56d"; } .fa-arrow-right-from-bracket::before { content: "\f08b"; } .fa-sign-out::before { content: "\f08b"; } .fa-face-frown-slight::before { content: "\e376"; } .fa-circle-chevron-down::before { content: "\f13a"; } .fa-chevron-circle-down::before { content: "\f13a"; } .fa-sidebar-flip::before { content: "\e24f"; } .fa-unlock-keyhole::before { content: "\f13e"; } .fa-unlock-alt::before { content: "\f13e"; } .fa-temperature-list::before { content: "\e299"; } .fa-cloud-showers-heavy::before { content: "\f740"; } .fa-headphones-simple::before { content: "\f58f"; } .fa-headphones-alt::before { content: "\f58f"; } .fa-sitemap::before { content: "\f0e8"; } .fa-pipe-section::before { content: "\e438"; } .fa-space-station-moon-construction::before { content: "\e034"; } .fa-space-station-moon-alt::before { content: "\e034"; } .fa-circle-dollar-to-slot::before { content: "\f4b9"; } .fa-donate::before { content: "\f4b9"; } .fa-memory::before { content: "\f538"; } .fa-face-sleeping::before { content: "\e38d"; } .fa-road-spikes::before { content: "\e568"; } .fa-fire-burner::before { content: "\e4f1"; } .fa-squirrel::before { content: "\f71a"; } .fa-arrow-up-to-line::before { content: "\f341"; } .fa-arrow-to-top::before { content: "\f341"; } .fa-flag::before { content: "\f024"; } .fa-face-cowboy-hat::before { content: "\e36e"; } .fa-hanukiah::before { content: "\f6e6"; } .fa-chart-scatter-3d::before { content: "\e0e8"; } .fa-display-chart-up::before { content: "\e5e3"; } .fa-square-code::before { content: "\e267"; } .fa-feather::before { content: "\f52d"; } .fa-volume-low::before { content: "\f027"; } .fa-volume-down::before { content: "\f027"; } .fa-xmark-to-slot::before { content: "\f771"; } .fa-times-to-slot::before { content: "\f771"; } .fa-vote-nay::before { content: "\f771"; } .fa-box-taped::before { content: "\f49a"; } .fa-box-alt::before { content: "\f49a"; } .fa-comment-slash::before { content: "\f4b3"; } .fa-swords::before { content: "\f71d"; } .fa-cloud-sun-rain::before { content: "\f743"; } .fa-album::before { content: "\f89f"; } .fa-circle-n::before { content: "\e118"; } .fa-compress::before { content: "\f066"; } .fa-wheat-awn::before { content: "\e2cd"; } .fa-wheat-alt::before { content: "\e2cd"; } .fa-ankh::before { content: "\f644"; } .fa-hands-holding-child::before { content: "\e4fa"; } .fa-asterisk::before { content: "\*"; } .fa-key-skeleton-left-right::before { content: "\e3b4"; } .fa-comment-lines::before { content: "\f4b0"; } .fa-luchador-mask::before { content: "\f455"; } .fa-luchador::before { content: "\f455"; } .fa-mask-luchador::before { content: "\f455"; } .fa-square-check::before { content: "\f14a"; } .fa-check-square::before { content: "\f14a"; } .fa-shredder::before { content: "\f68a"; } .fa-book-open-cover::before { content: "\e0c0"; } .fa-book-open-alt::before { content: "\e0c0"; } .fa-sandwich::before { content: "\f81f"; } .fa-peseta-sign::before { content: "\e221"; } .fa-square-parking-slash::before { content: "\f617"; } .fa-parking-slash::before { content: "\f617"; } .fa-train-tunnel::before { content: "\e454"; } .fa-heading::before { content: "\f1dc"; } .fa-header::before { content: "\f1dc"; } .fa-ghost::before { content: "\f6e2"; } .fa-face-anguished::before { content: "\e369"; } .fa-hockey-sticks::before { content: "\f454"; } .fa-abacus::before { content: "\f640"; } .fa-film-simple::before { content: "\f3a0"; } .fa-film-alt::before { content: "\f3a0"; } .fa-list::before { content: "\f03a"; } .fa-list-squares::before { content: "\f03a"; } .fa-tree-palm::before { content: "\f82b"; } .fa-square-phone-flip::before { content: "\f87b"; } .fa-phone-square-alt::before { content: "\f87b"; } .fa-cart-plus::before { content: "\f217"; } .fa-gamepad::before { content: "\f11b"; } .fa-border-center-v::before { content: "\f89d"; } .fa-circle-dot::before { content: "\f192"; } .fa-dot-circle::before { content: "\f192"; } .fa-clipboard-medical::before { content: "\e133"; } .fa-face-dizzy::before { content: "\f567"; } .fa-dizzy::before { content: "\f567"; } .fa-egg::before { content: "\f7fb"; } .fa-up-to-line::before { content: "\f34d"; } .fa-arrow-alt-to-top::before { content: "\f34d"; } .fa-house-medical-circle-xmark::before { content: "\e513"; } .fa-watch-fitness::before { content: "\f63e"; } .fa-clock-nine-thirty::before { content: "\e34d"; } .fa-campground::before { content: "\f6bb"; } .fa-folder-plus::before { content: "\f65e"; } .fa-jug::before { content: "\f8c6"; } .fa-futbol::before { content: "\f1e3"; } .fa-futbol-ball::before { content: "\f1e3"; } .fa-soccer-ball::before { content: "\f1e3"; } .fa-snow-blowing::before { content: "\f761"; } .fa-paintbrush::before { content: "\f1fc"; } .fa-paint-brush::before { content: "\f1fc"; } .fa-lock::before { content: "\f023"; } .fa-arrow-down-from-line::before { content: "\f345"; } .fa-arrow-from-top::before { content: "\f345"; } .fa-gas-pump::before { content: "\f52f"; } .fa-signal-bars-slash::before { content: "\f694"; } .fa-signal-alt-slash::before { content: "\f694"; } .fa-monkey::before { content: "\f6fb"; } .fa-rectangle-pro::before { content: "\e235"; } .fa-pro::before { content: "\e235"; } .fa-house-night::before { content: "\e010"; } .fa-hot-tub-person::before { content: "\f593"; } .fa-hot-tub::before { content: "\f593"; } .fa-blanket::before { content: "\f498"; } .fa-map-location::before { content: "\f59f"; } .fa-map-marked::before { content: "\f59f"; } .fa-house-flood-water::before { content: "\e50e"; } .fa-comments-question-check::before { content: "\e14f"; } .fa-tree::before { content: "\f1bb"; } .fa-arrows-cross::before { content: "\e0a2"; } .fa-backpack::before { content: "\f5d4"; } .fa-square-small::before { content: "\e27e"; } .fa-folder-arrow-up::before { content: "\e054"; } .fa-folder-upload::before { content: "\e054"; } .fa-bridge-lock::before { content: "\e4cc"; } .fa-crosshairs-simple::before { content: "\e59f"; } .fa-sack-dollar::before { content: "\f81d"; } .fa-pen-to-square::before { content: "\f044"; } .fa-edit::before { content: "\f044"; } .fa-square-sliders::before { content: "\f3f0"; } .fa-sliders-h-square::before { content: "\f3f0"; } .fa-car-side::before { content: "\f5e4"; } .fa-message-middle-top::before { content: "\e1e2"; } .fa-comment-middle-top-alt::before { content: "\e1e2"; } .fa-lightbulb-on::before { content: "\f672"; } .fa-knife::before { content: "\f2e4"; } .fa-utensil-knife::before { content: "\f2e4"; } .fa-share-nodes::before { content: "\f1e0"; } .fa-share-alt::before { content: "\f1e0"; } .fa-display-chart-up-circle-dollar::before { content: "\e5e6"; } .fa-wave-sine::before { content: "\f899"; } .fa-heart-circle-minus::before { content: "\e4ff"; } .fa-circle-w::before { content: "\e12c"; } .fa-circle-calendar::before { content: "\e102"; } .fa-calendar-circle::before { content: "\e102"; } .fa-hourglass-half::before { content: "\f252"; } .fa-hourglass-2::before { content: "\f252"; } .fa-microscope::before { content: "\f610"; } .fa-sunset::before { content: "\f767"; } .fa-sink::before { content: "\e06d"; } .fa-calendar-exclamation::before { content: "\f334"; } .fa-truck-container-empty::before { content: "\e2b5"; } .fa-hand-heart::before { content: "\f4bc"; } .fa-bag-shopping::before { content: "\f290"; } .fa-shopping-bag::before { content: "\f290"; } .fa-arrow-down-z-a::before { content: "\f881"; } .fa-sort-alpha-desc::before { content: "\f881"; } .fa-sort-alpha-down-alt::before { content: "\f881"; } .fa-mitten::before { content: "\f7b5"; } .fa-reply-clock::before { content: "\e239"; } .fa-reply-time::before { content: "\e239"; } .fa-person-rays::before { content: "\e54d"; } .fa-right::before { content: "\f356"; } .fa-arrow-alt-right::before { content: "\f356"; } .fa-circle-f::before { content: "\e10e"; } .fa-users::before { content: "\f0c0"; } .fa-face-pleading::before { content: "\e386"; } .fa-eye-slash::before { content: "\f070"; } .fa-flask-vial::before { content: "\e4f3"; } .fa-police-box::before { content: "\e021"; } .fa-cucumber::before { content: "\e401"; } .fa-head-side-brain::before { content: "\f808"; } .fa-hand::before { content: "\f256"; } .fa-hand-paper::before { content: "\f256"; } .fa-person-biking-mountain::before { content: "\f84b"; } .fa-biking-mountain::before { content: "\f84b"; } .fa-utensils-slash::before { content: "\e464"; } .fa-print-magnifying-glass::before { content: "\f81a"; } .fa-print-search::before { content: "\f81a"; } .fa-folder-bookmark::before { content: "\e186"; } .fa-om::before { content: "\f679"; } .fa-pi::before { content: "\f67e"; } .fa-flask-round-potion::before { content: "\f6e1"; } .fa-flask-potion::before { content: "\f6e1"; } .fa-face-shush::before { content: "\e38c"; } .fa-worm::before { content: "\e599"; } .fa-house-circle-xmark::before { content: "\e50b"; } .fa-plug::before { content: "\f1e6"; } .fa-calendar-circle-exclamation::before { content: "\e46e"; } .fa-square-i::before { content: "\e272"; } .fa-chevron-up::before { content: "\f077"; } .fa-face-saluting::before { content: "\e484"; } .fa-gauge-simple-low::before { content: "\f62c"; } .fa-tachometer-slow::before { content: "\f62c"; } .fa-face-persevering::before { content: "\e385"; } .fa-circle-camera::before { content: "\e103"; } .fa-camera-circle::before { content: "\e103"; } .fa-hand-spock::before { content: "\f259"; } .fa-spider-web::before { content: "\f719"; } .fa-circle-microphone::before { content: "\e116"; } .fa-microphone-circle::before { content: "\e116"; } .fa-book-arrow-up::before { content: "\e0ba"; } .fa-popsicle::before { content: "\e43e"; } .fa-command::before { content: "\e142"; } .fa-blinds::before { content: "\f8fb"; } .fa-stopwatch::before { content: "\f2f2"; } .fa-saxophone::before { content: "\f8dc"; } .fa-square-2::before { content: "\e257"; } .fa-field-hockey-stick-ball::before { content: "\f44c"; } .fa-field-hockey::before { content: "\f44c"; } .fa-arrow-up-square-triangle::before { content: "\f88b"; } .fa-sort-shapes-up-alt::before { content: "\f88b"; } .fa-face-scream::before { content: "\e38b"; } .fa-square-m::before { content: "\e276"; } .fa-camera-web::before { content: "\f832"; } .fa-webcam::before { content: "\f832"; } .fa-comment-arrow-down::before { content: "\e143"; } .fa-lightbulb-cfl::before { content: "\e5a6"; } .fa-window-frame-open::before { content: "\e050"; } .fa-face-kiss::before { content: "\f596"; } .fa-kiss::before { content: "\f596"; } .fa-bridge-circle-xmark::before { content: "\e4cb"; } .fa-period::before { content: "\."; } .fa-face-grin-tongue::before { content: "\f589"; } .fa-grin-tongue::before { content: "\f589"; } .fa-up-to-dotted-line::before { content: "\e457"; } .fa-thought-bubble::before { content: "\e32e"; } .fa-skeleton-ribs::before { content: "\e5cb"; } .fa-raygun::before { content: "\e025"; } .fa-flute::before { content: "\f8b9"; } .fa-acorn::before { content: "\f6ae"; } .fa-video-arrow-up-right::before { content: "\e2c9"; } .fa-grate-droplet::before { content: "\e194"; } .fa-seal-exclamation::before { content: "\e242"; } .fa-chess-bishop::before { content: "\f43a"; } .fa-message-sms::before { content: "\e1e5"; } .fa-coffee-beans::before { content: "\e13f"; } .fa-hat-witch::before { content: "\f6e7"; } .fa-face-grin-wink::before { content: "\f58c"; } .fa-grin-wink::before { content: "\f58c"; } .fa-clock-three-thirty::before { content: "\e357"; } .fa-ear-deaf::before { content: "\f2a4"; } .fa-deaf::before { content: "\f2a4"; } .fa-deafness::before { content: "\f2a4"; } .fa-hard-of-hearing::before { content: "\f2a4"; } .fa-alarm-clock::before { content: "\f34e"; } .fa-eclipse::before { content: "\f749"; } .fa-face-relieved::before { content: "\e389"; } .fa-road-circle-check::before { content: "\e564"; } .fa-dice-five::before { content: "\f523"; } .fa-octagon-minus::before { content: "\f308"; } .fa-minus-octagon::before { content: "\f308"; } .fa-square-rss::before { content: "\f143"; } .fa-rss-square::before { content: "\f143"; } .fa-face-zany::before { content: "\e3a4"; } .fa-tricycle::before { content: "\e5c3"; } .fa-land-mine-on::before { content: "\e51b"; } .fa-square-arrow-up-left::before { content: "\e263"; } .fa-i-cursor::before { content: "\f246"; } .fa-chart-mixed-up-circle-dollar::before { content: "\e5d9"; } .fa-salt-shaker::before { content: "\e446"; } .fa-stamp::before { content: "\f5bf"; } .fa-file-plus::before { content: "\f319"; } .fa-draw-square::before { content: "\f5ef"; } .fa-toilet-paper-under-slash::before { content: "\e2a1"; } .fa-toilet-paper-reverse-slash::before { content: "\e2a1"; } .fa-stairs::before { content: "\e289"; } .fa-drone-front::before { content: "\f860"; } .fa-drone-alt::before { content: "\f860"; } .fa-glass-empty::before { content: "\e191"; } .fa-dial-high::before { content: "\e15c"; } .fa-user-helmet-safety::before { content: "\f82c"; } .fa-user-construction::before { content: "\f82c"; } .fa-user-hard-hat::before { content: "\f82c"; } .fa-i::before { content: "I"; } .fa-hryvnia-sign::before { content: "\f6f2"; } .fa-hryvnia::before { content: "\f6f2"; } .fa-arrow-down-left-and-arrow-up-right-to-center::before { content: "\e092"; } .fa-pills::before { content: "\f484"; } .fa-face-grin-wide::before { content: "\f581"; } .fa-grin-alt::before { content: "\f581"; } .fa-tooth::before { content: "\f5c9"; } .fa-basketball-hoop::before { content: "\f435"; } .fa-objects-align-bottom::before { content: "\e3bb"; } .fa-v::before { content: "V"; } .fa-sparkles::before { content: "\f890"; } .fa-squid::before { content: "\e450"; } .fa-leafy-green::before { content: "\e41d"; } .fa-circle-arrow-up-right::before { content: "\e0fc"; } .fa-calendars::before { content: "\e0d7"; } .fa-bangladeshi-taka-sign::before { content: "\e2e6"; } .fa-bicycle::before { content: "\f206"; } .fa-hammer-war::before { content: "\f6e4"; } .fa-circle-d::before { content: "\e104"; } .fa-spider-black-widow::before { content: "\f718"; } .fa-staff-snake::before { content: "\e579"; } .fa-rod-asclepius::before { content: "\e579"; } .fa-rod-snake::before { content: "\e579"; } .fa-staff-aesculapius::before { content: "\e579"; } .fa-pear::before { content: "\e20c"; } .fa-head-side-cough-slash::before { content: "\e062"; } .fa-triangle::before { content: "\f2ec"; } .fa-apartment::before { content: "\e468"; } .fa-truck-medical::before { content: "\f0f9"; } .fa-ambulance::before { content: "\f0f9"; } .fa-pepper::before { content: "\e432"; } .fa-piano::before { content: "\f8d4"; } .fa-gun-squirt::before { content: "\e19d"; } .fa-wheat-awn-circle-exclamation::before { content: "\e598"; } .fa-snowman::before { content: "\f7d0"; } .fa-user-alien::before { content: "\e04a"; } .fa-shield-check::before { content: "\f2f7"; } .fa-mortar-pestle::before { content: "\f5a7"; } .fa-road-barrier::before { content: "\e562"; } .fa-chart-candlestick::before { content: "\e0e2"; } .fa-briefcase-blank::before { content: "\e0c8"; } .fa-school::before { content: "\f549"; } .fa-igloo::before { content: "\f7ae"; } .fa-bracket-round::before { content: "\("; } .fa-parenthesis::before { content: "\("; } .fa-joint::before { content: "\f595"; } .fa-horse-saddle::before { content: "\f8c3"; } .fa-mug-marshmallows::before { content: "\f7b7"; } .fa-filters::before { content: "\e17e"; } .fa-bell-on::before { content: "\f8fa"; } .fa-angle-right::before { content: "\f105"; } .fa-dial-med::before { content: "\e15f"; } .fa-horse::before { content: "\f6f0"; } .fa-q::before { content: "Q"; } .fa-monitor-waveform::before { content: "\f611"; } .fa-monitor-heart-rate::before { content: "\f611"; } .fa-link-simple::before { content: "\e1cd"; } .fa-whistle::before { content: "\f460"; } .fa-g::before { content: "G"; } .fa-wine-glass-crack::before { content: "\f4bb"; } .fa-fragile::before { content: "\f4bb"; } .fa-slot-machine::before { content: "\e3ce"; } .fa-notes-medical::before { content: "\f481"; } .fa-car-wash::before { content: "\f5e6"; } .fa-escalator::before { content: "\e171"; } .fa-comment-image::before { content: "\e148"; } .fa-temperature-half::before { content: "\f2c9"; } .fa-temperature-2::before { content: "\f2c9"; } .fa-thermometer-2::before { content: "\f2c9"; } .fa-thermometer-half::before { content: "\f2c9"; } .fa-dong-sign::before { content: "\e169"; } .fa-donut::before { content: "\e406"; } .fa-doughnut::before { content: "\e406"; } .fa-capsules::before { content: "\f46b"; } .fa-poo-storm::before { content: "\f75a"; } .fa-poo-bolt::before { content: "\f75a"; } .fa-tally-1::before { content: "\e294"; } .fa-face-frown-open::before { content: "\f57a"; } .fa-frown-open::before { content: "\f57a"; } .fa-square-dashed::before { content: "\e269"; } .fa-square-j::before { content: "\e273"; } .fa-hand-point-up::before { content: "\f0a6"; } .fa-money-bill::before { content: "\f0d6"; } .fa-arrow-up-big-small::before { content: "\f88e"; } .fa-sort-size-up::before { content: "\f88e"; } .fa-barcode-read::before { content: "\f464"; } .fa-baguette::before { content: "\e3d8"; } .fa-bowl-soft-serve::before { content: "\e46b"; } .fa-face-holding-back-tears::before { content: "\e482"; } .fa-square-up::before { content: "\f353"; } .fa-arrow-alt-square-up::before { content: "\f353"; } .fa-train-subway-tunnel::before { content: "\e2a3"; } .fa-subway-tunnel::before { content: "\e2a3"; } .fa-square-exclamation::before { content: "\f321"; } .fa-exclamation-square::before { content: "\f321"; } .fa-semicolon::before { content: "\;"; } .fa-bookmark::before { content: "\f02e"; } .fa-fan-table::before { content: "\e004"; } .fa-align-justify::before { content: "\f039"; } .fa-battery-low::before { content: "\e0b1"; } .fa-battery-1::before { content: "\e0b1"; } .fa-credit-card-front::before { content: "\f38a"; } .fa-brain-arrow-curved-right::before { content: "\f677"; } .fa-mind-share::before { content: "\f677"; } .fa-umbrella-beach::before { content: "\f5ca"; } .fa-helmet-un::before { content: "\e503"; } .fa-location-smile::before { content: "\f60d"; } .fa-map-marker-smile::before { content: "\f60d"; } .fa-arrow-left-to-line::before { content: "\f33e"; } .fa-arrow-to-left::before { content: "\f33e"; } .fa-bullseye::before { content: "\f140"; } .fa-sushi::before { content: "\e48a"; } .fa-nigiri::before { content: "\e48a"; } .fa-message-captions::before { content: "\e1de"; } .fa-comment-alt-captions::before { content: "\e1de"; } .fa-trash-list::before { content: "\e2b1"; } .fa-bacon::before { content: "\f7e5"; } .fa-option::before { content: "\e318"; } .fa-hand-point-down::before { content: "\f0a7"; } .fa-arrow-up-from-bracket::before { content: "\e09a"; } .fa-trash-plus::before { content: "\e2b2"; } .fa-objects-align-top::before { content: "\e3c0"; } .fa-folder::before { content: "\f07b"; } .fa-folder-blank::before { content: "\f07b"; } .fa-face-anxious-sweat::before { content: "\e36a"; } .fa-credit-card-blank::before { content: "\f389"; } .fa-file-waveform::before { content: "\f478"; } .fa-file-medical-alt::before { content: "\f478"; } .fa-microchip-ai::before { content: "\e1ec"; } .fa-mug::before { content: "\f874"; } .fa-plane-up-slash::before { content: "\e22e"; } .fa-radiation::before { content: "\f7b9"; } .fa-pen-circle::before { content: "\e20e"; } .fa-bag-seedling::before { content: "\e5f2"; } .fa-chart-simple::before { content: "\e473"; } .fa-crutches::before { content: "\f7f8"; } .fa-circle-parking::before { content: "\f615"; } .fa-parking-circle::before { content: "\f615"; } .fa-mars-stroke::before { content: "\f229"; } .fa-leaf-oak::before { content: "\f6f7"; } .fa-square-bolt::before { content: "\e265"; } .fa-vial::before { content: "\f492"; } .fa-gauge::before { content: "\f624"; } .fa-dashboard::before { content: "\f624"; } .fa-gauge-med::before { content: "\f624"; } .fa-tachometer-alt-average::before { content: "\f624"; } .fa-wand-magic-sparkles::before { content: "\e2ca"; } .fa-magic-wand-sparkles::before { content: "\e2ca"; } .fa-lambda::before { content: "\f66e"; } .fa-e::before { content: "E"; } .fa-pizza::before { content: "\f817"; } .fa-bowl-chopsticks-noodles::before { content: "\e2ea"; } .fa-h3::before { content: "\f315"; } .fa-pen-clip::before { content: "\f305"; } .fa-pen-alt::before { content: "\f305"; } .fa-bridge-circle-exclamation::before { content: "\e4ca"; } .fa-badge-percent::before { content: "\f646"; } .fa-user::before { content: "\f007"; } .fa-sensor::before { content: "\e028"; } .fa-comma::before { content: "\,"; } .fa-school-circle-check::before { content: "\e56b"; } .fa-toilet-paper-under::before { content: "\e2a0"; } .fa-toilet-paper-reverse::before { content: "\e2a0"; } .fa-light-emergency::before { content: "\e41f"; } .fa-arrow-down-to-arc::before { content: "\e4ae"; } .fa-dumpster::before { content: "\f793"; } .fa-van-shuttle::before { content: "\f5b6"; } .fa-shuttle-van::before { content: "\f5b6"; } .fa-building-user::before { content: "\e4da"; } .fa-light-switch::before { content: "\e017"; } .fa-square-caret-left::before { content: "\f191"; } .fa-caret-square-left::before { content: "\f191"; } .fa-highlighter::before { content: "\f591"; } .fa-wave-pulse::before { content: "\f5f8"; } .fa-heart-rate::before { content: "\f5f8"; } .fa-key::before { content: "\f084"; } .fa-hat-santa::before { content: "\f7a7"; } .fa-tamale::before { content: "\e451"; } .fa-box-check::before { content: "\f467"; } .fa-bullhorn::before { content: "\f0a1"; } .fa-steak::before { content: "\f824"; } .fa-location-crosshairs-slash::before { content: "\f603"; } .fa-location-slash::before { content: "\f603"; } .fa-person-dolly::before { content: "\f4d0"; } .fa-globe::before { content: "\f0ac"; } .fa-synagogue::before { content: "\f69b"; } .fa-file-chart-column::before { content: "\f659"; } .fa-file-chart-line::before { content: "\f659"; } .fa-person-half-dress::before { content: "\e548"; } .fa-folder-image::before { content: "\e18a"; } .fa-calendar-pen::before { content: "\f333"; } .fa-calendar-edit::before { content: "\f333"; } .fa-road-bridge::before { content: "\e563"; } .fa-face-smile-tear::before { content: "\e393"; } .fa-message-plus::before { content: "\f4a8"; } .fa-comment-alt-plus::before { content: "\f4a8"; } .fa-location-arrow::before { content: "\f124"; } .fa-c::before { content: "C"; } .fa-tablet-button::before { content: "\f10a"; } .fa-rectangle-history-circle-user::before { content: "\e4a4"; } .fa-building-lock::before { content: "\e4d6"; } .fa-chart-line-up::before { content: "\e0e5"; } .fa-mailbox::before { content: "\f813"; } .fa-truck-bolt::before { content: "\e3d0"; } .fa-pizza-slice::before { content: "\f818"; } .fa-money-bill-wave::before { content: "\f53a"; } .fa-chart-area::before { content: "\f1fe"; } .fa-area-chart::before { content: "\f1fe"; } .fa-house-flag::before { content: "\e50d"; } .fa-circle-three-quarters-stroke::before { content: "\e5d4"; } .fa-person-circle-minus::before { content: "\e540"; } .fa-scalpel::before { content: "\f61d"; } .fa-ban::before { content: "\f05e"; } .fa-cancel::before { content: "\f05e"; } .fa-bell-exclamation::before { content: "\f848"; } .fa-circle-bookmark::before { content: "\e100"; } .fa-bookmark-circle::before { content: "\e100"; } .fa-egg-fried::before { content: "\f7fc"; } .fa-face-weary::before { content: "\e3a1"; } .fa-uniform-martial-arts::before { content: "\e3d1"; } .fa-camera-rotate::before { content: "\e0d8"; } .fa-sun-dust::before { content: "\f764"; } .fa-comment-text::before { content: "\e14d"; } .fa-spray-can-sparkles::before { content: "\f5d0"; } .fa-air-freshener::before { content: "\f5d0"; } .fa-signal-bars::before { content: "\f690"; } .fa-signal-alt::before { content: "\f690"; } .fa-signal-alt-4::before { content: "\f690"; } .fa-signal-bars-strong::before { content: "\f690"; } .fa-diamond-exclamation::before { content: "\e405"; } .fa-star::before { content: "\f005"; } .fa-dial-min::before { content: "\e161"; } .fa-repeat::before { content: "\f363"; } .fa-cross::before { content: "\f654"; } .fa-page-caret-down::before { content: "\e429"; } .fa-file-caret-down::before { content: "\e429"; } .fa-box::before { content: "\f466"; } .fa-venus-mars::before { content: "\f228"; } .fa-clock-seven-thirty::before { content: "\e351"; } .fa-arrow-pointer::before { content: "\f245"; } .fa-mouse-pointer::before { content: "\f245"; } .fa-clock-four-thirty::before { content: "\e34b"; } .fa-signal-bars-good::before { content: "\f693"; } .fa-signal-alt-3::before { content: "\f693"; } .fa-cactus::before { content: "\f8a7"; } .fa-lightbulb-gear::before { content: "\e5fd"; } .fa-maximize::before { content: "\f31e"; } .fa-expand-arrows-alt::before { content: "\f31e"; } .fa-charging-station::before { content: "\f5e7"; } .fa-shapes::before { content: "\f61f"; } .fa-triangle-circle-square::before { content: "\f61f"; } .fa-plane-tail::before { content: "\e22c"; } .fa-gauge-simple-max::before { content: "\f62b"; } .fa-tachometer-fastest::before { content: "\f62b"; } .fa-circle-u::before { content: "\e127"; } .fa-shield-slash::before { content: "\e24b"; } .fa-square-phone-hangup::before { content: "\e27a"; } .fa-phone-square-down::before { content: "\e27a"; } .fa-arrow-up-left::before { content: "\e09d"; } .fa-transporter-1::before { content: "\e043"; } .fa-peanuts::before { content: "\e431"; } .fa-shuffle::before { content: "\f074"; } .fa-random::before { content: "\f074"; } .fa-person-running::before { content: "\f70c"; } .fa-running::before { content: "\f70c"; } .fa-mobile-retro::before { content: "\e527"; } .fa-grip-lines-vertical::before { content: "\f7a5"; } .fa-bin-bottles-recycle::before { content: "\e5f6"; } .fa-arrow-up-from-square::before { content: "\e09c"; } .fa-file-dashed-line::before { content: "\f877"; } .fa-page-break::before { content: "\f877"; } .fa-bracket-curly-right::before { content: "\}"; } .fa-spider::before { content: "\f717"; } .fa-clock-three::before { content: "\e356"; } .fa-hands-bound::before { content: "\e4f9"; } .fa-scalpel-line-dashed::before { content: "\f61e"; } .fa-scalpel-path::before { content: "\f61e"; } .fa-file-invoice-dollar::before { content: "\f571"; } .fa-pipe-smoking::before { content: "\e3c4"; } .fa-face-astonished::before { content: "\e36b"; } .fa-window::before { content: "\f40e"; } .fa-plane-circle-exclamation::before { content: "\e556"; } .fa-ear::before { content: "\f5f0"; } .fa-file-lock::before { content: "\e3a6"; } .fa-diagram-venn::before { content: "\e15a"; } .fa-x-ray::before { content: "\f497"; } .fa-goal-net::before { content: "\e3ab"; } .fa-coffin-cross::before { content: "\e051"; } .fa-spell-check::before { content: "\f891"; } .fa-location-xmark::before { content: "\f60e"; } .fa-map-marker-times::before { content: "\f60e"; } .fa-map-marker-xmark::before { content: "\f60e"; } .fa-circle-quarter-stroke::before { content: "\e5d3"; } .fa-lasso::before { content: "\f8c8"; } .fa-slash::before { content: "\f715"; } .fa-person-to-portal::before { content: "\e022"; } .fa-portal-enter::before { content: "\e022"; } .fa-calendar-star::before { content: "\f736"; } .fa-computer-mouse::before { content: "\f8cc"; } .fa-mouse::before { content: "\f8cc"; } .fa-arrow-right-to-bracket::before { content: "\f090"; } .fa-sign-in::before { content: "\f090"; } .fa-pegasus::before { content: "\f703"; } .fa-files-medical::before { content: "\f7fd"; } .fa-nfc-lock::before { content: "\e1f8"; } .fa-person-ski-lift::before { content: "\f7c8"; } .fa-ski-lift::before { content: "\f7c8"; } .fa-square-6::before { content: "\e25b"; } .fa-shop-slash::before { content: "\e070"; } .fa-store-alt-slash::before { content: "\e070"; } .fa-wind-turbine::before { content: "\f89b"; } .fa-sliders-simple::before { content: "\e253"; } .fa-grid-round::before { content: "\e5da"; } .fa-badge-sheriff::before { content: "\f8a2"; } .fa-server::before { content: "\f233"; } .fa-virus-covid-slash::before { content: "\e4a9"; } .fa-intersection::before { content: "\f668"; } .fa-shop-lock::before { content: "\e4a5"; } .fa-family::before { content: "\e300"; } .fa-hourglass-start::before { content: "\f251"; } .fa-hourglass-1::before { content: "\f251"; } .fa-user-hair-buns::before { content: "\e3d3"; } .fa-blender-phone::before { content: "\f6b6"; } .fa-hourglass-clock::before { content: "\e41b"; } .fa-person-seat-reclined::before { content: "\e21f"; } .fa-paper-plane-top::before { content: "\e20a"; } .fa-paper-plane-alt::before { content: "\e20a"; } .fa-send::before { content: "\e20a"; } .fa-message-arrow-up::before { content: "\e1dc"; } .fa-comment-alt-arrow-up::before { content: "\e1dc"; } .fa-lightbulb-exclamation::before { content: "\f671"; } .fa-layer-minus::before { content: "\f5fe"; } .fa-layer-group-minus::before { content: "\f5fe"; } .fa-chart-pie-simple-circle-currency::before { content: "\e604"; } .fa-circle-e::before { content: "\e109"; } .fa-building-wheat::before { content: "\e4db"; } .fa-gauge-max::before { content: "\f626"; } .fa-tachometer-alt-fastest::before { content: "\f626"; } .fa-person-breastfeeding::before { content: "\e53a"; } .fa-apostrophe::before { content: "\'"; } .fa-fire-hydrant::before { content: "\e17f"; } .fa-right-to-bracket::before { content: "\f2f6"; } .fa-sign-in-alt::before { content: "\f2f6"; } .fa-video-plus::before { content: "\f4e1"; } .fa-square-right::before { content: "\f352"; } .fa-arrow-alt-square-right::before { content: "\f352"; } .fa-comment-smile::before { content: "\f4b4"; } .fa-venus::before { content: "\f221"; } .fa-passport::before { content: "\f5ab"; } .fa-inbox-in::before { content: "\f310"; } .fa-inbox-arrow-down::before { content: "\f310"; } .fa-heart-pulse::before { content: "\f21e"; } .fa-heartbeat::before { content: "\f21e"; } .fa-circle-8::before { content: "\e0f5"; } .fa-clouds-moon::before { content: "\f745"; } .fa-clock-ten-thirty::before { content: "\e355"; } .fa-people-carry-box::before { content: "\f4ce"; } .fa-people-carry::before { content: "\f4ce"; } .fa-folder-user::before { content: "\e18e"; } .fa-trash-can-xmark::before { content: "\e2ae"; } .fa-temperature-high::before { content: "\f769"; } .fa-microchip::before { content: "\f2db"; } .fa-left-long-to-line::before { content: "\e41e"; } .fa-crown::before { content: "\f521"; } .fa-weight-hanging::before { content: "\f5cd"; } .fa-xmarks-lines::before { content: "\e59a"; } .fa-file-prescription::before { content: "\f572"; } .fa-calendar-range::before { content: "\e0d6"; } .fa-flower-daffodil::before { content: "\f800"; } .fa-hand-back-point-up::before { content: "\e1a2"; } .fa-weight-scale::before { content: "\f496"; } .fa-weight::before { content: "\f496"; } .fa-star-exclamation::before { content: "\f2f3"; } .fa-books::before { content: "\f5db"; } .fa-user-group::before { content: "\f500"; } .fa-user-friends::before { content: "\f500"; } .fa-arrow-up-a-z::before { content: "\f15e"; } .fa-sort-alpha-up::before { content: "\f15e"; } .fa-layer-plus::before { content: "\f5ff"; } .fa-layer-group-plus::before { content: "\f5ff"; } .fa-play-pause::before { content: "\e22f"; } .fa-block-question::before { content: "\e3dd"; } .fa-snooze::before { content: "\f880"; } .fa-zzz::before { content: "\f880"; } .fa-scanner-image::before { content: "\f8f3"; } .fa-tv-retro::before { content: "\f401"; } .fa-square-t::before { content: "\e280"; } .fa-farm::before { content: "\f864"; } .fa-barn-silo::before { content: "\f864"; } .fa-chess-knight::before { content: "\f441"; } .fa-bars-sort::before { content: "\e0ae"; } .fa-pallet-boxes::before { content: "\f483"; } .fa-palette-boxes::before { content: "\f483"; } .fa-pallet-alt::before { content: "\f483"; } .fa-face-laugh-squint::before { content: "\f59b"; } .fa-laugh-squint::before { content: "\f59b"; } .fa-code-simple::before { content: "\e13d"; } .fa-bolt-slash::before { content: "\e0b8"; } .fa-panel-fire::before { content: "\e42f"; } .fa-binary-circle-check::before { content: "\e33c"; } .fa-comment-minus::before { content: "\f4b1"; } .fa-burrito::before { content: "\f7ed"; } .fa-violin::before { content: "\f8ed"; } .fa-objects-column::before { content: "\e3c1"; } .fa-square-chevron-down::before { content: "\f329"; } .fa-chevron-square-down::before { content: "\f329"; } .fa-comment-plus::before { content: "\f4b2"; } .fa-triangle-instrument::before { content: "\f8e2"; } .fa-triangle-music::before { content: "\f8e2"; } .fa-wheelchair::before { content: "\f193"; } .fa-user-pilot-tie::before { content: "\e2c1"; } .fa-piano-keyboard::before { content: "\f8d5"; } .fa-bed-empty::before { content: "\f8f9"; } .fa-circle-arrow-up::before { content: "\f0aa"; } .fa-arrow-circle-up::before { content: "\f0aa"; } .fa-toggle-on::before { content: "\f205"; } .fa-rectangle-vertical::before { content: "\f2fb"; } .fa-rectangle-portrait::before { content: "\f2fb"; } .fa-person-walking::before { content: "\f554"; } .fa-walking::before { content: "\f554"; } .fa-l::before { content: "L"; } .fa-signal-stream::before { content: "\f8dd"; } .fa-down-to-bracket::before { content: "\e4e7"; } .fa-circle-z::before { content: "\e130"; } .fa-stars::before { content: "\f762"; } .fa-fire::before { content: "\f06d"; } .fa-bed-pulse::before { content: "\f487"; } .fa-procedures::before { content: "\f487"; } .fa-house-day::before { content: "\e00e"; } .fa-shuttle-space::before { content: "\f197"; } .fa-space-shuttle::before { content: "\f197"; } .fa-shirt-long-sleeve::before { content: "\e3c7"; } .fa-chart-pie-simple::before { content: "\f64e"; } .fa-chart-pie-alt::before { content: "\f64e"; } .fa-face-laugh::before { content: "\f599"; } .fa-laugh::before { content: "\f599"; } .fa-folder-open::before { content: "\f07c"; } .fa-album-collection-circle-user::before { content: "\e48f"; } .fa-candy::before { content: "\e3e7"; } .fa-bowl-hot::before { content: "\f823"; } .fa-soup::before { content: "\f823"; } .fa-flatbread::before { content: "\e40b"; } .fa-heart-circle-plus::before { content: "\e500"; } .fa-code-fork::before { content: "\e13b"; } .fa-city::before { content: "\f64f"; } .fa-signal-bars-weak::before { content: "\f691"; } .fa-signal-alt-1::before { content: "\f691"; } .fa-microphone-lines::before { content: "\f3c9"; } .fa-microphone-alt::before { content: "\f3c9"; } .fa-clock-twelve::before { content: "\e358"; } .fa-pepper-hot::before { content: "\f816"; } .fa-citrus-slice::before { content: "\e2f5"; } .fa-sheep::before { content: "\f711"; } .fa-unlock::before { content: "\f09c"; } .fa-colon-sign::before { content: "\e140"; } .fa-headset::before { content: "\f590"; } .fa-badger-honey::before { content: "\f6b4"; } .fa-h4::before { content: "\f86a"; } .fa-store-slash::before { content: "\e071"; } .fa-road-circle-xmark::before { content: "\e566"; } .fa-signal-slash::before { content: "\f695"; } .fa-user-minus::before { content: "\f503"; } .fa-mars-stroke-up::before { content: "\f22a"; } .fa-mars-stroke-v::before { content: "\f22a"; } .fa-champagne-glasses::before { content: "\f79f"; } .fa-glass-cheers::before { content: "\f79f"; } .fa-taco::before { content: "\f826"; } .fa-hexagon-plus::before { content: "\f300"; } .fa-plus-hexagon::before { content: "\f300"; } .fa-clipboard::before { content: "\f328"; } .fa-house-circle-exclamation::before { content: "\e50a"; } .fa-file-arrow-up::before { content: "\f574"; } .fa-file-upload::before { content: "\f574"; } .fa-wifi::before { content: "\f1eb"; } .fa-wifi-3::before { content: "\f1eb"; } .fa-wifi-strong::before { content: "\f1eb"; } .fa-messages::before { content: "\f4b6"; } .fa-comments-alt::before { content: "\f4b6"; } .fa-bath::before { content: "\f2cd"; } .fa-bathtub::before { content: "\f2cd"; } .fa-umbrella-simple::before { content: "\e2bc"; } .fa-umbrella-alt::before { content: "\e2bc"; } .fa-rectangle-history-circle-plus::before { content: "\e4a3"; } .fa-underline::before { content: "\f0cd"; } .fa-prescription-bottle-pill::before { content: "\e5c0"; } .fa-user-pen::before { content: "\f4ff"; } .fa-user-edit::before { content: "\f4ff"; } .fa-binary-slash::before { content: "\e33e"; } .fa-square-o::before { content: "\e278"; } .fa-signature::before { content: "\f5b7"; } .fa-stroopwafel::before { content: "\f551"; } .fa-bold::before { content: "\f032"; } .fa-anchor-lock::before { content: "\e4ad"; } .fa-building-ngo::before { content: "\e4d7"; } .fa-transporter-3::before { content: "\e045"; } .fa-engine-warning::before { content: "\f5f2"; } .fa-engine-exclamation::before { content: "\f5f2"; } .fa-circle-down-right::before { content: "\e108"; } .fa-square-k::before { content: "\e274"; } .fa-manat-sign::before { content: "\e1d5"; } .fa-money-check-pen::before { content: "\f872"; } .fa-money-check-edit::before { content: "\f872"; } .fa-not-equal::before { content: "\f53e"; } .fa-border-top-left::before { content: "\f853"; } .fa-border-style::before { content: "\f853"; } .fa-map-location-dot::before { content: "\f5a0"; } .fa-map-marked-alt::before { content: "\f5a0"; } .fa-tilde::before { content: "\~"; } .fa-jedi::before { content: "\f669"; } .fa-square-poll-vertical::before { content: "\f681"; } .fa-poll::before { content: "\f681"; } .fa-arrow-down-square-triangle::before { content: "\f889"; } .fa-sort-shapes-down-alt::before { content: "\f889"; } .fa-mug-hot::before { content: "\f7b6"; } .fa-dog-leashed::before { content: "\f6d4"; } .fa-car-battery::before { content: "\f5df"; } .fa-battery-car::before { content: "\f5df"; } .fa-face-downcast-sweat::before { content: "\e371"; } .fa-mailbox-flag-up::before { content: "\e5bb"; } .fa-memo-circle-info::before { content: "\e49a"; } .fa-gift::before { content: "\f06b"; } .fa-dice-two::before { content: "\f528"; } .fa-volume::before { content: "\f6a8"; } .fa-volume-medium::before { content: "\f6a8"; } .fa-transporter-5::before { content: "\e2a6"; } .fa-gauge-circle-bolt::before { content: "\e496"; } .fa-coin-front::before { content: "\e3fc"; } .fa-file-slash::before { content: "\e3a7"; } .fa-message-arrow-up-right::before { content: "\e1dd"; } .fa-treasure-chest::before { content: "\f723"; } .fa-chess-queen::before { content: "\f445"; } .fa-paintbrush-fine::before { content: "\f5a9"; } .fa-paint-brush-alt::before { content: "\f5a9"; } .fa-paint-brush-fine::before { content: "\f5a9"; } .fa-paintbrush-alt::before { content: "\f5a9"; } .fa-glasses::before { content: "\f530"; } .fa-hood-cloak::before { content: "\f6ef"; } .fa-square-quote::before { content: "\e329"; } .fa-up-left::before { content: "\e2bd"; } .fa-bring-front::before { content: "\f857"; } .fa-chess-board::before { content: "\f43c"; } .fa-burger-cheese::before { content: "\f7f1"; } .fa-cheeseburger::before { content: "\f7f1"; } .fa-building-circle-check::before { content: "\e4d2"; } .fa-repeat-1::before { content: "\f365"; } .fa-arrow-down-to-line::before { content: "\f33d"; } .fa-arrow-to-bottom::before { content: "\f33d"; } .fa-grid-5::before { content: "\e199"; } .fa-right-long-to-line::before { content: "\e444"; } .fa-person-chalkboard::before { content: "\e53d"; } .fa-mars-stroke-right::before { content: "\f22b"; } .fa-mars-stroke-h::before { content: "\f22b"; } .fa-hand-back-fist::before { content: "\f255"; } .fa-hand-rock::before { content: "\f255"; } .fa-grid-round-5::before { content: "\e5de"; } .fa-tally::before { content: "\f69c"; } .fa-tally-5::before { content: "\f69c"; } .fa-square-caret-up::before { content: "\f151"; } .fa-caret-square-up::before { content: "\f151"; } .fa-cloud-showers-water::before { content: "\e4e4"; } .fa-chart-bar::before { content: "\f080"; } .fa-bar-chart::before { content: "\f080"; } .fa-hands-bubbles::before { content: "\e05e"; } .fa-hands-wash::before { content: "\e05e"; } .fa-less-than-equal::before { content: "\f537"; } .fa-train::before { content: "\f238"; } .fa-up-from-dotted-line::before { content: "\e456"; } .fa-eye-low-vision::before { content: "\f2a8"; } .fa-low-vision::before { content: "\f2a8"; } .fa-traffic-light-go::before { content: "\f638"; } .fa-face-exhaling::before { content: "\e480"; } .fa-sensor-fire::before { content: "\e02a"; } .fa-user-unlock::before { content: "\e058"; } .fa-hexagon-divide::before { content: "\e1ad"; } .fa-00::before { content: "\e467"; } .fa-crow::before { content: "\f520"; } .fa-cassette-betamax::before { content: "\f8a4"; } .fa-betamax::before { content: "\f8a4"; } .fa-sailboat::before { content: "\e445"; } .fa-window-restore::before { content: "\f2d2"; } .fa-nfc-magnifying-glass::before { content: "\e1f9"; } .fa-file-binary::before { content: "\e175"; } .fa-circle-v::before { content: "\e12a"; } .fa-square-plus::before { content: "\f0fe"; } .fa-plus-square::before { content: "\f0fe"; } .fa-bowl-scoops::before { content: "\e3df"; } .fa-mistletoe::before { content: "\f7b4"; } .fa-custard::before { content: "\e403"; } .fa-lacrosse-stick::before { content: "\e3b5"; } .fa-hockey-mask::before { content: "\f6ee"; } .fa-sunrise::before { content: "\f766"; } .fa-panel-ews::before { content: "\e42e"; } .fa-torii-gate::before { content: "\f6a1"; } .fa-cloud-exclamation::before { content: "\e491"; } .fa-message-lines::before { content: "\f4a6"; } .fa-comment-alt-lines::before { content: "\f4a6"; } .fa-frog::before { content: "\f52e"; } .fa-bucket::before { content: "\e4cf"; } .fa-floppy-disk-pen::before { content: "\e182"; } .fa-image::before { content: "\f03e"; } .fa-window-frame::before { content: "\e04f"; } .fa-microphone::before { content: "\f130"; } .fa-cow::before { content: "\f6c8"; } .fa-file-zip::before { content: "\e5ee"; } .fa-square-ring::before { content: "\e44f"; } .fa-down-from-line::before { content: "\f349"; } .fa-arrow-alt-from-top::before { content: "\f349"; } .fa-caret-up::before { content: "\f0d8"; } .fa-shield-xmark::before { content: "\e24c"; } .fa-shield-times::before { content: "\e24c"; } .fa-screwdriver::before { content: "\f54a"; } .fa-circle-sort-down::before { content: "\e031"; } .fa-sort-circle-down::before { content: "\e031"; } .fa-folder-closed::before { content: "\e185"; } .fa-house-tsunami::before { content: "\e515"; } .fa-square-nfi::before { content: "\e576"; } .fa-forklift::before { content: "\f47a"; } .fa-arrow-up-from-ground-water::before { content: "\e4b5"; } .fa-bracket-square-right::before { content: "\]"; } .fa-martini-glass::before { content: "\f57b"; } .fa-glass-martini-alt::before { content: "\f57b"; } .fa-rotate-left::before { content: "\f2ea"; } .fa-rotate-back::before { content: "\f2ea"; } .fa-rotate-backward::before { content: "\f2ea"; } .fa-undo-alt::before { content: "\f2ea"; } .fa-table-columns::before { content: "\f0db"; } .fa-columns::before { content: "\f0db"; } .fa-square-a::before { content: "\e25f"; } .fa-tick::before { content: "\e32f"; } .fa-lemon::before { content: "\f094"; } .fa-head-side-mask::before { content: "\e063"; } .fa-handshake::before { content: "\f2b5"; } .fa-gem::before { content: "\f3a5"; } .fa-dolly::before { content: "\f472"; } .fa-dolly-box::before { content: "\f472"; } .fa-smoking::before { content: "\f48d"; } .fa-minimize::before { content: "\f78c"; } .fa-compress-arrows-alt::before { content: "\f78c"; } .fa-refrigerator::before { content: "\e026"; } .fa-monument::before { content: "\f5a6"; } .fa-octagon-xmark::before { content: "\f2f0"; } .fa-times-octagon::before { content: "\f2f0"; } .fa-xmark-octagon::before { content: "\f2f0"; } .fa-align-slash::before { content: "\f846"; } .fa-snowplow::before { content: "\f7d2"; } .fa-angles-right::before { content: "\f101"; } .fa-angle-double-right::before { content: "\f101"; } .fa-truck-ramp-couch::before { content: "\f4dd"; } .fa-truck-couch::before { content: "\f4dd"; } .fa-cannabis::before { content: "\f55f"; } .fa-circle-play::before { content: "\f144"; } .fa-play-circle::before { content: "\f144"; } .fa-arrow-up-right-and-arrow-down-left-from-center::before { content: "\e0a0"; } .fa-tablets::before { content: "\f490"; } .fa-360-degrees::before { content: "\e2dc"; } .fa-ethernet::before { content: "\f796"; } .fa-euro-sign::before { content: "\f153"; } .fa-eur::before { content: "\f153"; } .fa-euro::before { content: "\f153"; } .fa-chair::before { content: "\f6c0"; } .fa-circle-check::before { content: "\f058"; } .fa-check-circle::before { content: "\f058"; } .fa-square-dashed-circle-plus::before { content: "\e5c2"; } .fa-money-simple-from-bracket::before { content: "\e313"; } .fa-bat::before { content: "\f6b5"; } .fa-circle-stop::before { content: "\f28d"; } .fa-stop-circle::before { content: "\f28d"; } .fa-head-side-headphones::before { content: "\f8c2"; } .fa-phone-rotary::before { content: "\f8d3"; } .fa-compass-drafting::before { content: "\f568"; } .fa-drafting-compass::before { content: "\f568"; } .fa-plate-wheat::before { content: "\e55a"; } .fa-calendar-circle-minus::before { content: "\e46f"; } .fa-chopsticks::before { content: "\e3f7"; } .fa-car-wrench::before { content: "\f5e3"; } .fa-car-mechanic::before { content: "\f5e3"; } .fa-icicles::before { content: "\f7ad"; } .fa-person-shelter::before { content: "\e54f"; } .fa-neuter::before { content: "\f22c"; } .fa-id-badge::before { content: "\f2c1"; } .fa-kazoo::before { content: "\f8c7"; } .fa-marker::before { content: "\f5a1"; } .fa-bin-bottles::before { content: "\e5f5"; } .fa-face-laugh-beam::before { content: "\f59a"; } .fa-laugh-beam::before { content: "\f59a"; } .fa-square-arrow-down-left::before { content: "\e261"; } .fa-battery-bolt::before { content: "\f376"; } .fa-tree-large::before { content: "\f7dd"; } .fa-helicopter-symbol::before { content: "\e502"; } .fa-aperture::before { content: "\e2df"; } .fa-universal-access::before { content: "\f29a"; } .fa-gear-complex::before { content: "\e5e9"; } .fa-file-magnifying-glass::before { content: "\f865"; } .fa-file-search::before { content: "\f865"; } .fa-up-right::before { content: "\e2be"; } .fa-circle-chevron-up::before { content: "\f139"; } .fa-chevron-circle-up::before { content: "\f139"; } .fa-user-police::before { content: "\e333"; } .fa-lari-sign::before { content: "\e1c8"; } .fa-volcano::before { content: "\f770"; } .fa-teddy-bear::before { content: "\e3cf"; } .fa-stocking::before { content: "\f7d5"; } .fa-person-walking-dashed-line-arrow-right::before { content: "\e553"; } .fa-image-slash::before { content: "\e1b7"; } .fa-mask-snorkel::before { content: "\e3b7"; } .fa-smoke::before { content: "\f760"; } .fa-sterling-sign::before { content: "\f154"; } .fa-gbp::before { content: "\f154"; } .fa-pound-sign::before { content: "\f154"; } .fa-battery-exclamation::before { content: "\e0b0"; } .fa-viruses::before { content: "\e076"; } .fa-square-person-confined::before { content: "\e577"; } .fa-user-tie::before { content: "\f508"; } .fa-arrow-down-long::before { content: "\f175"; } .fa-long-arrow-down::before { content: "\f175"; } .fa-tent-arrow-down-to-line::before { content: "\e57e"; } .fa-certificate::before { content: "\f0a3"; } .fa-crystal-ball::before { content: "\e362"; } .fa-reply-all::before { content: "\f122"; } .fa-mail-reply-all::before { content: "\f122"; } .fa-suitcase::before { content: "\f0f2"; } .fa-person-skating::before { content: "\f7c5"; } .fa-skating::before { content: "\f7c5"; } .fa-star-shooting::before { content: "\e036"; } .fa-binary-lock::before { content: "\e33d"; } .fa-filter-circle-dollar::before { content: "\f662"; } .fa-funnel-dollar::before { content: "\f662"; } .fa-camera-retro::before { content: "\f083"; } .fa-circle-arrow-down::before { content: "\f0ab"; } .fa-arrow-circle-down::before { content: "\f0ab"; } .fa-comment-pen::before { content: "\f4ae"; } .fa-comment-edit::before { content: "\f4ae"; } .fa-file-import::before { content: "\f56f"; } .fa-arrow-right-to-file::before { content: "\f56f"; } .fa-banjo::before { content: "\f8a3"; } .fa-square-arrow-up-right::before { content: "\f14c"; } .fa-external-link-square::before { content: "\f14c"; } .fa-light-emergency-on::before { content: "\e420"; } .fa-kerning::before { content: "\f86f"; } .fa-box-open::before { content: "\f49e"; } .fa-square-f::before { content: "\e270"; } .fa-scroll::before { content: "\f70e"; } .fa-spa::before { content: "\f5bb"; } .fa-arrow-left-from-line::before { content: "\f344"; } .fa-arrow-from-right::before { content: "\f344"; } .fa-strawberry::before { content: "\e32b"; } .fa-location-pin-lock::before { content: "\e51f"; } .fa-pause::before { content: "\f04c"; } .fa-clock-eight-thirty::before { content: "\e346"; } .fa-plane-engines::before { content: "\f3de"; } .fa-plane-alt::before { content: "\f3de"; } .fa-hill-avalanche::before { content: "\e507"; } .fa-temperature-empty::before { content: "\f2cb"; } .fa-temperature-0::before { content: "\f2cb"; } .fa-thermometer-0::before { content: "\f2cb"; } .fa-thermometer-empty::before { content: "\f2cb"; } .fa-bomb::before { content: "\f1e2"; } .fa-gauge-low::before { content: "\f627"; } .fa-tachometer-alt-slow::before { content: "\f627"; } .fa-registered::before { content: "\f25d"; } .fa-trash-can-plus::before { content: "\e2ac"; } .fa-address-card::before { content: "\f2bb"; } .fa-contact-card::before { content: "\f2bb"; } .fa-vcard::before { content: "\f2bb"; } .fa-scale-unbalanced-flip::before { content: "\f516"; } .fa-balance-scale-right::before { content: "\f516"; } .fa-globe-snow::before { content: "\f7a3"; } .fa-subscript::before { content: "\f12c"; } .fa-diamond-turn-right::before { content: "\f5eb"; } .fa-directions::before { content: "\f5eb"; } .fa-integral::before { content: "\f667"; } .fa-burst::before { content: "\e4dc"; } .fa-house-laptop::before { content: "\e066"; } .fa-laptop-house::before { content: "\e066"; } .fa-face-tired::before { content: "\f5c8"; } .fa-tired::before { content: "\f5c8"; } .fa-money-bills::before { content: "\e1f3"; } .fa-blinds-raised::before { content: "\f8fd"; } .fa-smog::before { content: "\f75f"; } .fa-ufo-beam::before { content: "\e048"; } .fa-circle-caret-up::before { content: "\f331"; } .fa-caret-circle-up::before { content: "\f331"; } .fa-user-vneck-hair-long::before { content: "\e463"; } .fa-square-a-lock::before { content: "\e44d"; } .fa-crutch::before { content: "\f7f7"; } .fa-gas-pump-slash::before { content: "\f5f4"; } .fa-cloud-arrow-up::before { content: "\f0ee"; } .fa-cloud-upload::before { content: "\f0ee"; } .fa-cloud-upload-alt::before { content: "\f0ee"; } .fa-palette::before { content: "\f53f"; } .fa-transporter-4::before { content: "\e2a5"; } .fa-chart-mixed-up-circle-currency::before { content: "\e5d8"; } .fa-objects-align-right::before { content: "\e3bf"; } .fa-arrows-turn-right::before { content: "\e4c0"; } .fa-vest::before { content: "\e085"; } .fa-pig::before { content: "\f706"; } .fa-inbox-full::before { content: "\e1ba"; } .fa-circle-envelope::before { content: "\e10c"; } .fa-envelope-circle::before { content: "\e10c"; } .fa-triangle-person-digging::before { content: "\f85d"; } .fa-construction::before { content: "\f85d"; } .fa-ferry::before { content: "\e4ea"; } .fa-bullseye-arrow::before { content: "\f648"; } .fa-arrows-down-to-people::before { content: "\e4b9"; } .fa-seedling::before { content: "\f4d8"; } .fa-sprout::before { content: "\f4d8"; } .fa-clock-seven::before { content: "\e350"; } .fa-left-right::before { content: "\f337"; } .fa-arrows-alt-h::before { content: "\f337"; } .fa-boxes-packing::before { content: "\e4c7"; } .fa-circle-arrow-left::before { content: "\f0a8"; } .fa-arrow-circle-left::before { content: "\f0a8"; } .fa-flashlight::before { content: "\f8b8"; } .fa-group-arrows-rotate::before { content: "\e4f6"; } .fa-bowl-food::before { content: "\e4c6"; } .fa-square-9::before { content: "\e25e"; } .fa-candy-cane::before { content: "\f786"; } .fa-arrow-down-wide-short::before { content: "\f160"; } .fa-sort-amount-asc::before { content: "\f160"; } .fa-sort-amount-down::before { content: "\f160"; } .fa-square-dollar::before { content: "\f2e9"; } .fa-dollar-square::before { content: "\f2e9"; } .fa-usd-square::before { content: "\f2e9"; } .fa-phone-arrow-right::before { content: "\e5be"; } .fa-hand-holding-seedling::before { content: "\f4bf"; } .fa-message-check::before { content: "\f4a2"; } .fa-comment-alt-check::before { content: "\f4a2"; } .fa-cloud-bolt::before { content: "\f76c"; } .fa-thunderstorm::before { content: "\f76c"; } .fa-chart-line-up-down::before { content: "\e5d7"; } .fa-text-slash::before { content: "\f87d"; } .fa-remove-format::before { content: "\f87d"; } .fa-watch::before { content: "\f2e1"; } .fa-circle-down-left::before { content: "\e107"; } .fa-text::before { content: "\f893"; } .fa-projector::before { content: "\f8d6"; } .fa-face-smile-wink::before { content: "\f4da"; } .fa-smile-wink::before { content: "\f4da"; } .fa-tombstone-blank::before { content: "\f721"; } .fa-tombstone-alt::before { content: "\f721"; } .fa-chess-king-piece::before { content: "\f440"; } .fa-chess-king-alt::before { content: "\f440"; } .fa-circle-6::before { content: "\e0f3"; } .fa-left::before { content: "\f355"; } .fa-arrow-alt-left::before { content: "\f355"; } .fa-file-word::before { content: "\f1c2"; } .fa-file-powerpoint::before { content: "\f1c4"; } .fa-square-down::before { content: "\f350"; } .fa-arrow-alt-square-down::before { content: "\f350"; } .fa-objects-align-center-vertical::before { content: "\e3bd"; } .fa-arrows-left-right::before { content: "\f07e"; } .fa-arrows-h::before { content: "\f07e"; } .fa-house-lock::before { content: "\e510"; } .fa-cloud-arrow-down::before { content: "\f0ed"; } .fa-cloud-download::before { content: "\f0ed"; } .fa-cloud-download-alt::before { content: "\f0ed"; } .fa-wreath::before { content: "\f7e2"; } .fa-children::before { content: "\e4e1"; } .fa-meter-droplet::before { content: "\e1ea"; } .fa-chalkboard::before { content: "\f51b"; } .fa-blackboard::before { content: "\f51b"; } .fa-user-large-slash::before { content: "\f4fa"; } .fa-user-alt-slash::before { content: "\f4fa"; } .fa-signal-strong::before { content: "\f68f"; } .fa-signal-4::before { content: "\f68f"; } .fa-lollipop::before { content: "\e424"; } .fa-lollypop::before { content: "\e424"; } .fa-list-tree::before { content: "\e1d2"; } .fa-envelope-open::before { content: "\f2b6"; } .fa-draw-circle::before { content: "\f5ed"; } .fa-cat-space::before { content: "\e001"; } .fa-handshake-simple-slash::before { content: "\e05f"; } .fa-handshake-alt-slash::before { content: "\e05f"; } .fa-rabbit-running::before { content: "\f709"; } .fa-rabbit-fast::before { content: "\f709"; } .fa-memo-pad::before { content: "\e1da"; } .fa-mattress-pillow::before { content: "\e525"; } .fa-alarm-plus::before { content: "\f844"; } .fa-alicorn::before { content: "\f6b0"; } .fa-comment-question::before { content: "\e14b"; } .fa-gingerbread-man::before { content: "\f79d"; } .fa-guarani-sign::before { content: "\e19a"; } .fa-burger-fries::before { content: "\e0cd"; } .fa-mug-tea::before { content: "\f875"; } .fa-border-top::before { content: "\f855"; } .fa-arrows-rotate::before { content: "\f021"; } .fa-refresh::before { content: "\f021"; } .fa-sync::before { content: "\f021"; } .fa-circle-book-open::before { content: "\e0ff"; } .fa-book-circle::before { content: "\e0ff"; } .fa-arrows-to-dotted-line::before { content: "\e0a6"; } .fa-fire-extinguisher::before { content: "\f134"; } .fa-garage-open::before { content: "\e00b"; } .fa-shelves-empty::before { content: "\e246"; } .fa-cruzeiro-sign::before { content: "\e152"; } .fa-watch-apple::before { content: "\e2cb"; } .fa-watch-calculator::before { content: "\f8f0"; } .fa-list-dropdown::before { content: "\e1cf"; } .fa-cabinet-filing::before { content: "\f64b"; } .fa-burger-soda::before { content: "\f858"; } .fa-square-arrow-up::before { content: "\f33c"; } .fa-arrow-square-up::before { content: "\f33c"; } .fa-greater-than-equal::before { content: "\f532"; } .fa-pallet-box::before { content: "\e208"; } .fa-face-confounded::before { content: "\e36c"; } .fa-shield-halved::before { content: "\f3ed"; } .fa-shield-alt::before { content: "\f3ed"; } .fa-truck-plow::before { content: "\f7de"; } .fa-book-atlas::before { content: "\f558"; } .fa-atlas::before { content: "\f558"; } .fa-virus::before { content: "\e074"; } .fa-grid-round-2::before { content: "\e5db"; } .fa-comment-middle-top::before { content: "\e14a"; } .fa-envelope-circle-check::before { content: "\e4e8"; } .fa-layer-group::before { content: "\f5fd"; } .fa-restroom-simple::before { content: "\e23a"; } .fa-arrows-to-dot::before { content: "\e4be"; } .fa-border-outer::before { content: "\f851"; } .fa-hashtag-lock::before { content: "\e415"; } .fa-clock-two-thirty::before { content: "\e35b"; } .fa-archway::before { content: "\f557"; } .fa-heart-circle-check::before { content: "\e4fd"; } .fa-house-chimney-crack::before { content: "\f6f1"; } .fa-house-damage::before { content: "\f6f1"; } .fa-file-zipper::before { content: "\f1c6"; } .fa-file-archive::before { content: "\f1c6"; } .fa-heart-half::before { content: "\e1ab"; } .fa-comment-check::before { content: "\f4ac"; } .fa-square::before { content: "\f0c8"; } .fa-memo::before { content: "\e1d8"; } .fa-martini-glass-empty::before { content: "\f000"; } .fa-glass-martini::before { content: "\f000"; } .fa-couch::before { content: "\f4b8"; } .fa-cedi-sign::before { content: "\e0df"; } .fa-italic::before { content: "\f033"; } .fa-glass-citrus::before { content: "\f869"; } .fa-calendar-lines-pen::before { content: "\e472"; } .fa-church::before { content: "\f51d"; } .fa-person-snowmobiling::before { content: "\f7d1"; } .fa-snowmobile::before { content: "\f7d1"; } .fa-face-hushed::before { content: "\e37b"; } .fa-comments-dollar::before { content: "\f653"; } .fa-pickaxe::before { content: "\e5bf"; } .fa-link-simple-slash::before { content: "\e1ce"; } .fa-democrat::before { content: "\f747"; } .fa-face-confused::before { content: "\e36d"; } .fa-pinball::before { content: "\e229"; } .fa-z::before { content: "Z"; } .fa-person-skiing::before { content: "\f7c9"; } .fa-skiing::before { content: "\f7c9"; } .fa-deer::before { content: "\f78e"; } .fa-input-pipe::before { content: "\e1be"; } .fa-road-lock::before { content: "\e567"; } .fa-a::before { content: "A"; } .fa-bookmark-slash::before { content: "\e0c2"; } .fa-temperature-arrow-down::before { content: "\e03f"; } .fa-temperature-down::before { content: "\e03f"; } .fa-mace::before { content: "\f6f8"; } .fa-feather-pointed::before { content: "\f56b"; } .fa-feather-alt::before { content: "\f56b"; } .fa-sausage::before { content: "\f820"; } .fa-trash-can-clock::before { content: "\e2aa"; } .fa-p::before { content: "P"; } .fa-broom-wide::before { content: "\e5d1"; } .fa-snowflake::before { content: "\f2dc"; } .fa-stomach::before { content: "\f623"; } .fa-newspaper::before { content: "\f1ea"; } .fa-rectangle-ad::before { content: "\f641"; } .fa-ad::before { content: "\f641"; } .fa-guitar-electric::before { content: "\f8be"; } .fa-arrow-turn-down-right::before { content: "\e3d6"; } .fa-moon-cloud::before { content: "\f754"; } .fa-bread-slice-butter::before { content: "\e3e1"; } .fa-circle-arrow-right::before { content: "\f0a9"; } .fa-arrow-circle-right::before { content: "\f0a9"; } .fa-user-group-crown::before { content: "\f6a5"; } .fa-users-crown::before { content: "\f6a5"; } .fa-circle-i::before { content: "\e111"; } .fa-toilet-paper-check::before { content: "\e5b2"; } .fa-filter-circle-xmark::before { content: "\e17b"; } .fa-locust::before { content: "\e520"; } .fa-sort::before { content: "\f0dc"; } .fa-unsorted::before { content: "\f0dc"; } .fa-list-ol::before { content: "\f0cb"; } .fa-list-1-2::before { content: "\f0cb"; } .fa-list-numeric::before { content: "\f0cb"; } .fa-chart-waterfall::before { content: "\e0eb"; } .fa-sparkle::before { content: "\e5d6"; } .fa-face-party::before { content: "\e383"; } .fa-kidneys::before { content: "\f5fb"; } .fa-wifi-exclamation::before { content: "\e2cf"; } .fa-chart-network::before { content: "\f78a"; } .fa-person-dress-burst::before { content: "\e544"; } .fa-dice-d4::before { content: "\f6d0"; } .fa-money-check-dollar::before { content: "\f53d"; } .fa-money-check-alt::before { content: "\f53d"; } .fa-vector-square::before { content: "\f5cb"; } .fa-bread-slice::before { content: "\f7ec"; } .fa-language::before { content: "\f1ab"; } .fa-wheat-awn-slash::before { content: "\e338"; } .fa-face-kiss-wink-heart::before { content: "\f598"; } .fa-kiss-wink-heart::before { content: "\f598"; } .fa-dagger::before { content: "\f6cb"; } .fa-podium::before { content: "\f680"; } .fa-memo-circle-check::before { content: "\e1d9"; } .fa-route-highway::before { content: "\f61a"; } .fa-down-to-line::before { content: "\f34a"; } .fa-arrow-alt-to-bottom::before { content: "\f34a"; } .fa-filter::before { content: "\f0b0"; } .fa-square-g::before { content: "\e271"; } .fa-circle-phone::before { content: "\e11b"; } .fa-phone-circle::before { content: "\e11b"; } .fa-clipboard-prescription::before { content: "\f5e8"; } .fa-user-nurse-hair::before { content: "\e45d"; } .fa-question::before { content: "\?"; } .fa-file-signature::before { content: "\f573"; } .fa-toggle-large-on::before { content: "\e5b1"; } .fa-up-down-left-right::before { content: "\f0b2"; } .fa-arrows-alt::before { content: "\f0b2"; } .fa-dryer-heat::before { content: "\f862"; } .fa-dryer-alt::before { content: "\f862"; } .fa-house-chimney-user::before { content: "\e065"; } .fa-hand-holding-heart::before { content: "\f4be"; } .fa-arrow-up-small-big::before { content: "\f88f"; } .fa-sort-size-up-alt::before { content: "\f88f"; } .fa-train-track::before { content: "\e453"; } .fa-puzzle-piece::before { content: "\f12e"; } .fa-money-check::before { content: "\f53c"; } .fa-star-half-stroke::before { content: "\f5c0"; } .fa-star-half-alt::before { content: "\f5c0"; } .fa-file-exclamation::before { content: "\f31a"; } .fa-code::before { content: "\f121"; } .fa-whiskey-glass::before { content: "\f7a0"; } .fa-glass-whiskey::before { content: "\f7a0"; } .fa-moon-stars::before { content: "\f755"; } .fa-building-circle-exclamation::before { content: "\e4d3"; } .fa-clothes-hanger::before { content: "\e136"; } .fa-mobile-notch::before { content: "\e1ee"; } .fa-mobile-iphone::before { content: "\e1ee"; } .fa-magnifying-glass-chart::before { content: "\e522"; } .fa-arrow-up-right-from-square::before { content: "\f08e"; } .fa-external-link::before { content: "\f08e"; } .fa-cubes-stacked::before { content: "\e4e6"; } .fa-images-user::before { content: "\e1b9"; } .fa-won-sign::before { content: "\f159"; } .fa-krw::before { content: "\f159"; } .fa-won::before { content: "\f159"; } .fa-image-polaroid-user::before { content: "\e1b6"; } .fa-virus-covid::before { content: "\e4a8"; } .fa-square-ellipsis::before { content: "\e26e"; } .fa-pie::before { content: "\f705"; } .fa-chess-knight-piece::before { content: "\f442"; } .fa-chess-knight-alt::before { content: "\f442"; } .fa-austral-sign::before { content: "\e0a9"; } .fa-cloud-plus::before { content: "\e35e"; } .fa-f::before { content: "F"; } .fa-leaf::before { content: "\f06c"; } .fa-bed-bunk::before { content: "\f8f8"; } .fa-road::before { content: "\f018"; } .fa-taxi::before { content: "\f1ba"; } .fa-cab::before { content: "\f1ba"; } .fa-person-circle-plus::before { content: "\e541"; } .fa-chart-pie::before { content: "\f200"; } .fa-pie-chart::before { content: "\f200"; } .fa-bolt-lightning::before { content: "\e0b7"; } .fa-clock-eight::before { content: "\e345"; } .fa-sack-xmark::before { content: "\e56a"; } .fa-file-excel::before { content: "\f1c3"; } .fa-file-contract::before { content: "\f56c"; } .fa-fish-fins::before { content: "\e4f2"; } .fa-circle-q::before { content: "\e11e"; } .fa-building-flag::before { content: "\e4d5"; } .fa-face-grin-beam::before { content: "\f582"; } .fa-grin-beam::before { content: "\f582"; } .fa-object-ungroup::before { content: "\f248"; } .fa-face-disguise::before { content: "\e370"; } .fa-circle-arrow-down-right::before { content: "\e0fa"; } .fa-alien-8bit::before { content: "\f8f6"; } .fa-alien-monster::before { content: "\f8f6"; } .fa-hand-point-ribbon::before { content: "\e1a6"; } .fa-poop::before { content: "\f619"; } .fa-object-exclude::before { content: "\e49c"; } .fa-telescope::before { content: "\e03e"; } .fa-location-pin::before { content: "\f041"; } .fa-map-marker::before { content: "\f041"; } .fa-square-list::before { content: "\e489"; } .fa-kaaba::before { content: "\f66b"; } .fa-toilet-paper::before { content: "\f71e"; } .fa-helmet-safety::before { content: "\f807"; } .fa-hard-hat::before { content: "\f807"; } .fa-hat-hard::before { content: "\f807"; } .fa-comment-code::before { content: "\e147"; } .fa-sim-cards::before { content: "\e251"; } .fa-starship::before { content: "\e039"; } .fa-eject::before { content: "\f052"; } .fa-circle-right::before { content: "\f35a"; } .fa-arrow-alt-circle-right::before { content: "\f35a"; } .fa-plane-circle-check::before { content: "\e555"; } .fa-seal::before { content: "\e241"; } .fa-user-cowboy::before { content: "\f8ea"; } .fa-hexagon-vertical-nft::before { content: "\e505"; } .fa-face-rolling-eyes::before { content: "\f5a5"; } .fa-meh-rolling-eyes::before { content: "\f5a5"; } .fa-bread-loaf::before { content: "\f7eb"; } .fa-rings-wedding::before { content: "\f81b"; } .fa-object-group::before { content: "\f247"; } .fa-french-fries::before { content: "\f803"; } .fa-chart-line::before { content: "\f201"; } .fa-line-chart::before { content: "\f201"; } .fa-calendar-arrow-down::before { content: "\e0d0"; } .fa-calendar-download::before { content: "\e0d0"; } .fa-send-back::before { content: "\f87e"; } .fa-mask-ventilator::before { content: "\e524"; } .fa-signature-lock::before { content: "\e3ca"; } .fa-arrow-right::before { content: "\f061"; } .fa-signs-post::before { content: "\f277"; } .fa-map-signs::before { content: "\f277"; } .fa-octagon-plus::before { content: "\f301"; } .fa-plus-octagon::before { content: "\f301"; } .fa-cash-register::before { content: "\f788"; } .fa-person-circle-question::before { content: "\e542"; } .fa-melon-slice::before { content: "\e311"; } .fa-space-station-moon::before { content: "\e033"; } .fa-message-smile::before { content: "\f4aa"; } .fa-comment-alt-smile::before { content: "\f4aa"; } .fa-cup-straw::before { content: "\e363"; } .fa-left-from-line::before { content: "\f348"; } .fa-arrow-alt-from-right::before { content: "\f348"; } .fa-h::before { content: "H"; } .fa-basket-shopping-simple::before { content: "\e0af"; } .fa-shopping-basket-alt::before { content: "\e0af"; } .fa-hands-holding-heart::before { content: "\f4c3"; } .fa-hands-heart::before { content: "\f4c3"; } .fa-clock-nine::before { content: "\e34c"; } .fa-tarp::before { content: "\e57b"; } .fa-face-sleepy::before { content: "\e38e"; } .fa-hand-horns::before { content: "\e1a9"; } .fa-screwdriver-wrench::before { content: "\f7d9"; } .fa-tools::before { content: "\f7d9"; } .fa-arrows-to-eye::before { content: "\e4bf"; } .fa-circle-three-quarters::before { content: "\e125"; } .fa-trophy-star::before { content: "\f2eb"; } .fa-trophy-alt::before { content: "\f2eb"; } .fa-plug-circle-bolt::before { content: "\e55b"; } .fa-face-thermometer::before { content: "\e39a"; } .fa-grid-round-4::before { content: "\e5dd"; } .fa-shirt-running::before { content: "\e3c8"; } .fa-book-circle-arrow-up::before { content: "\e0bd"; } .fa-face-nauseated::before { content: "\e381"; } .fa-heart::before { content: "\f004"; } .fa-file-chart-pie::before { content: "\f65a"; } .fa-mars-and-venus::before { content: "\f224"; } .fa-house-user::before { content: "\e1b0"; } .fa-home-user::before { content: "\e1b0"; } .fa-circle-arrow-down-left::before { content: "\e0f9"; } .fa-dumpster-fire::before { content: "\f794"; } .fa-hexagon-minus::before { content: "\f307"; } .fa-minus-hexagon::before { content: "\f307"; } .fa-left-to-line::before { content: "\f34b"; } .fa-arrow-alt-to-left::before { content: "\f34b"; } .fa-house-crack::before { content: "\e3b1"; } .fa-paw-simple::before { content: "\f701"; } .fa-paw-alt::before { content: "\f701"; } .fa-arrow-left-long-to-line::before { content: "\e3d4"; } .fa-brackets-round::before { content: "\e0c5"; } .fa-parentheses::before { content: "\e0c5"; } .fa-martini-glass-citrus::before { content: "\f561"; } .fa-cocktail::before { content: "\f561"; } .fa-user-shakespeare::before { content: "\e2c2"; } .fa-arrow-right-to-arc::before { content: "\e4b2"; } .fa-face-surprise::before { content: "\f5c2"; } .fa-surprise::before { content: "\f5c2"; } .fa-bottle-water::before { content: "\e4c5"; } .fa-circle-pause::before { content: "\f28b"; } .fa-pause-circle::before { content: "\f28b"; } .fa-gauge-circle-plus::before { content: "\e498"; } .fa-folders::before { content: "\f660"; } .fa-angel::before { content: "\f779"; } .fa-value-absolute::before { content: "\f6a6"; } .fa-rabbit::before { content: "\f708"; } .fa-toilet-paper-slash::before { content: "\e072"; } .fa-circle-euro::before { content: "\e5ce"; } .fa-apple-whole::before { content: "\f5d1"; } .fa-apple-alt::before { content: "\f5d1"; } .fa-kitchen-set::before { content: "\e51a"; } .fa-diamond-half::before { content: "\e5b7"; } .fa-lock-keyhole::before { content: "\f30d"; } .fa-lock-alt::before { content: "\f30d"; } .fa-r::before { content: "R"; } .fa-temperature-quarter::before { content: "\f2ca"; } .fa-temperature-1::before { content: "\f2ca"; } .fa-thermometer-1::before { content: "\f2ca"; } .fa-thermometer-quarter::before { content: "\f2ca"; } .fa-square-info::before { content: "\f30f"; } .fa-info-square::before { content: "\f30f"; } .fa-wifi-slash::before { content: "\f6ac"; } .fa-toilet-paper-xmark::before { content: "\e5b3"; } .fa-hands-holding-dollar::before { content: "\f4c5"; } .fa-hands-usd::before { content: "\f4c5"; } .fa-cube::before { content: "\f1b2"; } .fa-arrow-down-triangle-square::before { content: "\f888"; } .fa-sort-shapes-down::before { content: "\f888"; } .fa-bitcoin-sign::before { content: "\e0b4"; } .fa-shutters::before { content: "\e449"; } .fa-shield-dog::before { content: "\e573"; } .fa-solar-panel::before { content: "\f5ba"; } .fa-lock-open::before { content: "\f3c1"; } .fa-table-tree::before { content: "\e293"; } .fa-house-chimney-heart::before { content: "\e1b2"; } .fa-tally-3::before { content: "\e296"; } .fa-elevator::before { content: "\e16d"; } .fa-money-bill-transfer::before { content: "\e528"; } .fa-money-bill-trend-up::before { content: "\e529"; } .fa-house-flood-water-circle-arrow-right::before { content: "\e50f"; } .fa-square-poll-horizontal::before { content: "\f682"; } .fa-poll-h::before { content: "\f682"; } .fa-circle::before { content: "\f111"; } .fa-cart-circle-exclamation::before { content: "\e3f2"; } .fa-sword::before { content: "\f71c"; } .fa-backward-fast::before { content: "\f049"; } .fa-fast-backward::before { content: "\f049"; } .fa-recycle::before { content: "\f1b8"; } .fa-user-astronaut::before { content: "\f4fb"; } .fa-interrobang::before { content: "\e5ba"; } .fa-plane-slash::before { content: "\e069"; } .fa-circle-dashed::before { content: "\e105"; } .fa-trademark::before { content: "\f25c"; } .fa-basketball::before { content: "\f434"; } .fa-basketball-ball::before { content: "\f434"; } .fa-fork-knife::before { content: "\f2e6"; } .fa-utensils-alt::before { content: "\f2e6"; } .fa-satellite-dish::before { content: "\f7c0"; } .fa-badge-check::before { content: "\f336"; } .fa-circle-up::before { content: "\f35b"; } .fa-arrow-alt-circle-up::before { content: "\f35b"; } .fa-slider::before { content: "\e252"; } .fa-mobile-screen-button::before { content: "\f3cd"; } .fa-mobile-alt::before { content: "\f3cd"; } .fa-clock-one-thirty::before { content: "\e34f"; } .fa-inbox-out::before { content: "\f311"; } .fa-inbox-arrow-up::before { content: "\f311"; } .fa-cloud-slash::before { content: "\e137"; } .fa-volume-high::before { content: "\f028"; } .fa-volume-up::before { content: "\f028"; } .fa-users-rays::before { content: "\e593"; } .fa-wallet::before { content: "\f555"; } .fa-octagon-check::before { content: "\e426"; } .fa-flatbread-stuffed::before { content: "\e40c"; } .fa-clipboard-check::before { content: "\f46c"; } .fa-cart-circle-plus::before { content: "\e3f3"; } .fa-truck-clock::before { content: "\f48c"; } .fa-shipping-timed::before { content: "\f48c"; } .fa-pool-8-ball::before { content: "\e3c5"; } .fa-file-audio::before { content: "\f1c7"; } .fa-turn-down-left::before { content: "\e331"; } .fa-lock-hashtag::before { content: "\e423"; } .fa-chart-radar::before { content: "\e0e7"; } .fa-staff::before { content: "\f71b"; } .fa-burger::before { content: "\f805"; } .fa-hamburger::before { content: "\f805"; } .fa-utility-pole::before { content: "\e2c3"; } .fa-transporter-6::before { content: "\e2a7"; } .fa-wrench::before { content: "\f0ad"; } .fa-bugs::before { content: "\e4d0"; } .fa-vector-polygon::before { content: "\e2c7"; } .fa-diagram-nested::before { content: "\e157"; } .fa-rupee-sign::before { content: "\f156"; } .fa-rupee::before { content: "\f156"; } .fa-file-image::before { content: "\f1c5"; } .fa-circle-question::before { content: "\f059"; } .fa-question-circle::before { content: "\f059"; } .fa-image-user::before { content: "\e1b8"; } .fa-buoy::before { content: "\e5b5"; } .fa-plane-departure::before { content: "\f5b0"; } .fa-handshake-slash::before { content: "\e060"; } .fa-book-bookmark::before { content: "\e0bb"; } .fa-border-center-h::before { content: "\f89c"; } .fa-can-food::before { content: "\e3e6"; } .fa-typewriter::before { content: "\f8e7"; } .fa-arrow-right-from-arc::before { content: "\e4b1"; } .fa-circle-k::before { content: "\e113"; } .fa-face-hand-over-mouth::before { content: "\e378"; } .fa-popcorn::before { content: "\f819"; } .fa-house-water::before { content: "\f74f"; } .fa-house-flood::before { content: "\f74f"; } .fa-object-subtract::before { content: "\e49e"; } .fa-code-branch::before { content: "\f126"; } .fa-warehouse-full::before { content: "\f495"; } .fa-warehouse-alt::before { content: "\f495"; } .fa-hat-cowboy::before { content: "\f8c0"; } .fa-bridge::before { content: "\e4c8"; } .fa-phone-flip::before { content: "\f879"; } .fa-phone-alt::before { content: "\f879"; } .fa-arrow-down-from-dotted-line::before { content: "\e090"; } .fa-file-doc::before { content: "\e5ed"; } .fa-square-quarters::before { content: "\e44e"; } .fa-truck-front::before { content: "\e2b7"; } .fa-cat::before { content: "\f6be"; } .fa-trash-xmark::before { content: "\e2b4"; } .fa-circle-caret-left::before { content: "\f32e"; } .fa-caret-circle-left::before { content: "\f32e"; } .fa-files::before { content: "\e178"; } .fa-anchor-circle-exclamation::before { content: "\e4ab"; } .fa-face-clouds::before { content: "\e47d"; } .fa-user-crown::before { content: "\f6a4"; } .fa-truck-field::before { content: "\e58d"; } .fa-route::before { content: "\f4d7"; } .fa-cart-circle-check::before { content: "\e3f1"; } .fa-clipboard-question::before { content: "\e4e3"; } .fa-panorama::before { content: "\e209"; } .fa-comment-medical::before { content: "\f7f5"; } .fa-teeth-open::before { content: "\f62f"; } .fa-user-tie-hair-long::before { content: "\e460"; } .fa-file-circle-minus::before { content: "\e4ed"; } .fa-head-side-medical::before { content: "\f809"; } .fa-tags::before { content: "\f02c"; } .fa-wine-glass::before { content: "\f4e3"; } .fa-forward-fast::before { content: "\f050"; } .fa-fast-forward::before { content: "\f050"; } .fa-face-meh-blank::before { content: "\f5a4"; } .fa-meh-blank::before { content: "\f5a4"; } .fa-user-robot::before { content: "\e04b"; } .fa-square-parking::before { content: "\f540"; } .fa-parking::before { content: "\f540"; } .fa-card-diamond::before { content: "\e3ea"; } .fa-face-zipper::before { content: "\e3a5"; } .fa-face-raised-eyebrow::before { content: "\e388"; } .fa-house-signal::before { content: "\e012"; } .fa-square-chevron-up::before { content: "\f32c"; } .fa-chevron-square-up::before { content: "\f32c"; } .fa-bars-progress::before { content: "\f828"; } .fa-tasks-alt::before { content: "\f828"; } .fa-faucet-drip::before { content: "\e006"; } .fa-arrows-to-line::before { content: "\e0a7"; } .fa-dolphin::before { content: "\e168"; } .fa-arrow-up-right::before { content: "\e09f"; } .fa-circle-r::before { content: "\e120"; } .fa-cart-flatbed::before { content: "\f474"; } .fa-dolly-flatbed::before { content: "\f474"; } .fa-ban-smoking::before { content: "\f54d"; } .fa-smoking-ban::before { content: "\f54d"; } .fa-circle-sort-up::before { content: "\e032"; } .fa-sort-circle-up::before { content: "\e032"; } .fa-terminal::before { content: "\f120"; } .fa-mobile-button::before { content: "\f10b"; } .fa-house-medical-flag::before { content: "\e514"; } .fa-basket-shopping::before { content: "\f291"; } .fa-shopping-basket::before { content: "\f291"; } .fa-tape::before { content: "\f4db"; } .fa-chestnut::before { content: "\e3f6"; } .fa-bus-simple::before { content: "\f55e"; } .fa-bus-alt::before { content: "\f55e"; } .fa-eye::before { content: "\f06e"; } .fa-face-sad-cry::before { content: "\f5b3"; } .fa-sad-cry::before { content: "\f5b3"; } .fa-heat::before { content: "\e00c"; } .fa-ticket-airline::before { content: "\e29a"; } .fa-boot-heeled::before { content: "\e33f"; } .fa-arrows-minimize::before { content: "\e0a5"; } .fa-compress-arrows::before { content: "\e0a5"; } .fa-audio-description::before { content: "\f29e"; } .fa-person-military-to-person::before { content: "\e54c"; } .fa-file-shield::before { content: "\e4f0"; } .fa-hexagon::before { content: "\f312"; } .fa-manhole::before { content: "\e1d6"; } .fa-user-slash::before { content: "\f506"; } .fa-pen::before { content: "\f304"; } .fa-tower-observation::before { content: "\e586"; } .fa-floppy-disks::before { content: "\e183"; } .fa-toilet-paper-blank-under::before { content: "\e29f"; } .fa-toilet-paper-reverse-alt::before { content: "\e29f"; } .fa-file-code::before { content: "\f1c9"; } .fa-signal::before { content: "\f012"; } .fa-signal-5::before { content: "\f012"; } .fa-signal-perfect::before { content: "\f012"; } .fa-pump::before { content: "\e442"; } .fa-bus::before { content: "\f207"; } .fa-heart-circle-xmark::before { content: "\e501"; } .fa-arrow-up-left-from-circle::before { content: "\e09e"; } .fa-house-chimney::before { content: "\e3af"; } .fa-home-lg::before { content: "\e3af"; } .fa-window-maximize::before { content: "\f2d0"; } .fa-dryer::before { content: "\f861"; } .fa-face-frown::before { content: "\f119"; } .fa-frown::before { content: "\f119"; } .fa-chess-bishop-piece::before { content: "\f43b"; } .fa-chess-bishop-alt::before { content: "\f43b"; } .fa-shirt-tank-top::before { content: "\e3c9"; } .fa-diploma::before { content: "\f5ea"; } .fa-scroll-ribbon::before { content: "\f5ea"; } .fa-screencast::before { content: "\e23e"; } .fa-walker::before { content: "\f831"; } .fa-prescription::before { content: "\f5b1"; } .fa-shop::before { content: "\f54f"; } .fa-store-alt::before { content: "\f54f"; } .fa-floppy-disk::before { content: "\f0c7"; } .fa-save::before { content: "\f0c7"; } .fa-vihara::before { content: "\f6a7"; } .fa-face-kiss-closed-eyes::before { content: "\e37d"; } .fa-scale-unbalanced::before { content: "\f515"; } .fa-balance-scale-left::before { content: "\f515"; } .fa-file-user::before { content: "\f65c"; } .fa-user-police-tie::before { content: "\e334"; } .fa-face-tongue-money::before { content: "\e39d"; } .fa-tennis-ball::before { content: "\f45e"; } .fa-square-l::before { content: "\e275"; } .fa-sort-up::before { content: "\f0de"; } .fa-sort-asc::before { content: "\f0de"; } .fa-calendar-arrow-up::before { content: "\e0d1"; } .fa-calendar-upload::before { content: "\e0d1"; } .fa-comment-dots::before { content: "\f4ad"; } .fa-commenting::before { content: "\f4ad"; } .fa-plant-wilt::before { content: "\e5aa"; } .fa-scarf::before { content: "\f7c1"; } .fa-album-circle-plus::before { content: "\e48c"; } .fa-user-nurse-hair-long::before { content: "\e45e"; } .fa-diamond::before { content: "\f219"; } .fa-square-left::before { content: "\f351"; } .fa-arrow-alt-square-left::before { content: "\f351"; } .fa-face-grin-squint::before { content: "\f585"; } .fa-grin-squint::before { content: "\f585"; } .fa-circle-ellipsis-vertical::before { content: "\e10b"; } .fa-hand-holding-dollar::before { content: "\f4c0"; } .fa-hand-holding-usd::before { content: "\f4c0"; } .fa-grid-dividers::before { content: "\e3ad"; } .fa-bacterium::before { content: "\e05a"; } .fa-hand-pointer::before { content: "\f25a"; } .fa-drum-steelpan::before { content: "\f56a"; } .fa-hand-scissors::before { content: "\f257"; } .fa-hands-praying::before { content: "\f684"; } .fa-praying-hands::before { content: "\f684"; } .fa-face-pensive::before { content: "\e384"; } .fa-user-music::before { content: "\f8eb"; } .fa-arrow-rotate-right::before { content: "\f01e"; } .fa-arrow-right-rotate::before { content: "\f01e"; } .fa-arrow-rotate-forward::before { content: "\f01e"; } .fa-redo::before { content: "\f01e"; } .fa-messages-dollar::before { content: "\f652"; } .fa-comments-alt-dollar::before { content: "\f652"; } .fa-sensor-on::before { content: "\e02b"; } .fa-balloon::before { content: "\e2e3"; } .fa-biohazard::before { content: "\f780"; } .fa-chess-queen-piece::before { content: "\f446"; } .fa-chess-queen-alt::before { content: "\f446"; } .fa-location-crosshairs::before { content: "\f601"; } .fa-location::before { content: "\f601"; } .fa-mars-double::before { content: "\f227"; } .fa-house-person-leave::before { content: "\e00f"; } .fa-house-leave::before { content: "\e00f"; } .fa-house-person-depart::before { content: "\e00f"; } .fa-ruler-triangle::before { content: "\f61c"; } .fa-card-club::before { content: "\e3e9"; } .fa-child-dress::before { content: "\e59c"; } .fa-users-between-lines::before { content: "\e591"; } .fa-lungs-virus::before { content: "\e067"; } .fa-spinner-third::before { content: "\f3f4"; } .fa-face-grin-tears::before { content: "\f588"; } .fa-grin-tears::before { content: "\f588"; } .fa-phone::before { content: "\f095"; } .fa-computer-mouse-scrollwheel::before { content: "\f8cd"; } .fa-mouse-alt::before { content: "\f8cd"; } .fa-calendar-xmark::before { content: "\f273"; } .fa-calendar-times::before { content: "\f273"; } .fa-child-reaching::before { content: "\e59d"; } .fa-table-layout::before { content: "\e290"; } .fa-narwhal::before { content: "\f6fe"; } .fa-ramp-loading::before { content: "\f4d4"; } .fa-calendar-circle-plus::before { content: "\e470"; } .fa-toothbrush::before { content: "\f635"; } .fa-border-inner::before { content: "\f84e"; } .fa-paw-claws::before { content: "\f702"; } .fa-kiwi-fruit::before { content: "\e30c"; } .fa-traffic-light-slow::before { content: "\f639"; } .fa-rectangle-code::before { content: "\e322"; } .fa-head-side-virus::before { content: "\e064"; } .fa-keyboard-brightness::before { content: "\e1c0"; } .fa-books-medical::before { content: "\f7e8"; } .fa-lightbulb-slash::before { content: "\f673"; } .fa-house-blank::before { content: "\e487"; } .fa-home-blank::before { content: "\e487"; } .fa-square-5::before { content: "\e25a"; } .fa-square-heart::before { content: "\f4c8"; } .fa-heart-square::before { content: "\f4c8"; } .fa-puzzle::before { content: "\e443"; } .fa-user-gear::before { content: "\f4fe"; } .fa-user-cog::before { content: "\f4fe"; } .fa-pipe-circle-check::before { content: "\e436"; } .fa-arrow-up-1-9::before { content: "\f163"; } .fa-sort-numeric-up::before { content: "\f163"; } .fa-octagon-exclamation::before { content: "\e204"; } .fa-dial-low::before { content: "\e15d"; } .fa-door-closed::before { content: "\f52a"; } .fa-laptop-mobile::before { content: "\f87a"; } .fa-phone-laptop::before { content: "\f87a"; } .fa-conveyor-belt-boxes::before { content: "\f46f"; } .fa-conveyor-belt-alt::before { content: "\f46f"; } .fa-shield-virus::before { content: "\e06c"; } .fa-starfighter-twin-ion-engine-advanced::before { content: "\e28e"; } .fa-starfighter-alt-advanced::before { content: "\e28e"; } .fa-dice-six::before { content: "\f526"; } .fa-starfighter-twin-ion-engine::before { content: "\e038"; } .fa-starfighter-alt::before { content: "\e038"; } .fa-rocket-launch::before { content: "\e027"; } .fa-mosquito-net::before { content: "\e52c"; } .fa-vent-damper::before { content: "\e465"; } .fa-bridge-water::before { content: "\e4ce"; } .fa-ban-bug::before { content: "\f7f9"; } .fa-debug::before { content: "\f7f9"; } .fa-person-booth::before { content: "\f756"; } .fa-text-width::before { content: "\f035"; } .fa-garage-car::before { content: "\e00a"; } .fa-square-kanban::before { content: "\e488"; } .fa-hat-wizard::before { content: "\f6e8"; } .fa-pen-fancy::before { content: "\f5ac"; } .fa-coffee-pot::before { content: "\e002"; } .fa-mouse-field::before { content: "\e5a8"; } .fa-person-digging::before { content: "\f85e"; } .fa-digging::before { content: "\f85e"; } .fa-shower-down::before { content: "\e24d"; } .fa-shower-alt::before { content: "\e24d"; } .fa-box-circle-check::before { content: "\e0c4"; } .fa-brightness::before { content: "\e0c9"; } .fa-car-side-bolt::before { content: "\e344"; } .fa-ornament::before { content: "\f7b8"; } .fa-phone-arrow-down-left::before { content: "\e223"; } .fa-phone-arrow-down::before { content: "\e223"; } .fa-phone-incoming::before { content: "\e223"; } .fa-cloud-word::before { content: "\e138"; } .fa-hand-fingers-crossed::before { content: "\e1a3"; } .fa-trash::before { content: "\f1f8"; } .fa-gauge-simple::before { content: "\f629"; } .fa-gauge-simple-med::before { content: "\f629"; } .fa-tachometer-average::before { content: "\f629"; } .fa-arrow-down-small-big::before { content: "\f88d"; } .fa-sort-size-down-alt::before { content: "\f88d"; } .fa-book-medical::before { content: "\f7e6"; } .fa-face-melting::before { content: "\e483"; } .fa-poo::before { content: "\f2fe"; } .fa-pen-clip-slash::before { content: "\e20f"; } .fa-pen-alt-slash::before { content: "\e20f"; } .fa-quote-right::before { content: "\f10e"; } .fa-quote-right-alt::before { content: "\f10e"; } .fa-scroll-old::before { content: "\f70f"; } .fa-guitars::before { content: "\f8bf"; } .fa-phone-xmark::before { content: "\e227"; } .fa-hose::before { content: "\e419"; } .fa-clock-six::before { content: "\e352"; } .fa-shirt::before { content: "\f553"; } .fa-t-shirt::before { content: "\f553"; } .fa-tshirt::before { content: "\f553"; } .fa-billboard::before { content: "\e5cd"; } .fa-square-r::before { content: "\e27c"; } .fa-cubes::before { content: "\f1b3"; } .fa-envelope-open-dollar::before { content: "\f657"; } .fa-divide::before { content: "\f529"; } .fa-sun-cloud::before { content: "\f763"; } .fa-lamp-floor::before { content: "\e015"; } .fa-square-7::before { content: "\e25c"; } .fa-tenge-sign::before { content: "\f7d7"; } .fa-tenge::before { content: "\f7d7"; } .fa-headphones::before { content: "\f025"; } .fa-hands-holding::before { content: "\f4c2"; } .fa-campfire::before { content: "\f6ba"; } .fa-circle-ampersand::before { content: "\e0f8"; } .fa-snowflakes::before { content: "\f7cf"; } .fa-hands-clapping::before { content: "\e1a8"; } .fa-republican::before { content: "\f75e"; } .fa-leaf-maple::before { content: "\f6f6"; } .fa-arrow-left::before { content: "\f060"; } .fa-person-circle-xmark::before { content: "\e543"; } .fa-ruler::before { content: "\f545"; } .fa-cup-straw-swoosh::before { content: "\e364"; } .fa-temperature-sun::before { content: "\f76a"; } .fa-temperature-hot::before { content: "\f76a"; } .fa-align-left::before { content: "\f036"; } .fa-dice-d6::before { content: "\f6d1"; } .fa-restroom::before { content: "\f7bd"; } .fa-high-definition::before { content: "\e1ae"; } .fa-rectangle-hd::before { content: "\e1ae"; } .fa-j::before { content: "J"; } .fa-galaxy::before { content: "\e008"; } .fa-users-viewfinder::before { content: "\e595"; } .fa-file-video::before { content: "\f1c8"; } .fa-cherries::before { content: "\e0ec"; } .fa-up-right-from-square::before { content: "\f35d"; } .fa-external-link-alt::before { content: "\f35d"; } .fa-circle-sort::before { content: "\e030"; } .fa-sort-circle::before { content: "\e030"; } .fa-table-cells::before { content: "\f00a"; } .fa-th::before { content: "\f00a"; } .fa-file-pdf::before { content: "\f1c1"; } .fa-siren::before { content: "\e02d"; } .fa-arrow-up-to-dotted-line::before { content: "\e0a1"; } .fa-image-landscape::before { content: "\e1b5"; } .fa-landscape::before { content: "\e1b5"; } .fa-tank-water::before { content: "\e452"; } .fa-curling-stone::before { content: "\f44a"; } .fa-curling::before { content: "\f44a"; } .fa-gamepad-modern::before { content: "\e5a2"; } .fa-gamepad-alt::before { content: "\e5a2"; } .fa-messages-question::before { content: "\e1e7"; } .fa-book-bible::before { content: "\f647"; } .fa-bible::before { content: "\f647"; } .fa-o::before { content: "O"; } .fa-suitcase-medical::before { content: "\f0fa"; } .fa-medkit::before { content: "\f0fa"; } .fa-briefcase-arrow-right::before { content: "\e2f2"; } .fa-expand-wide::before { content: "\f320"; } .fa-clock-eleven-thirty::before { content: "\e348"; } .fa-rv::before { content: "\f7be"; } .fa-user-secret::before { content: "\f21b"; } .fa-otter::before { content: "\f700"; } .fa-dreidel::before { content: "\f792"; } .fa-person-dress::before { content: "\f182"; } .fa-female::before { content: "\f182"; } .fa-comment-dollar::before { content: "\f651"; } .fa-business-time::before { content: "\f64a"; } .fa-briefcase-clock::before { content: "\f64a"; } .fa-flower-tulip::before { content: "\f801"; } .fa-people-pants-simple::before { content: "\e21a"; } .fa-cloud-drizzle::before { content: "\f738"; } .fa-table-cells-large::before { content: "\f009"; } .fa-th-large::before { content: "\f009"; } .fa-book-tanakh::before { content: "\f827"; } .fa-tanakh::before { content: "\f827"; } .fa-solar-system::before { content: "\e02f"; } .fa-seal-question::before { content: "\e243"; } .fa-phone-volume::before { content: "\f2a0"; } .fa-volume-control-phone::before { content: "\f2a0"; } .fa-disc-drive::before { content: "\f8b5"; } .fa-hat-cowboy-side::before { content: "\f8c1"; } .fa-table-rows::before { content: "\e292"; } .fa-rows::before { content: "\e292"; } .fa-location-exclamation::before { content: "\f608"; } .fa-map-marker-exclamation::before { content: "\f608"; } .fa-face-fearful::before { content: "\e375"; } .fa-clipboard-user::before { content: "\f7f3"; } .fa-bus-school::before { content: "\f5dd"; } .fa-film-slash::before { content: "\e179"; } .fa-square-arrow-down-right::before { content: "\e262"; } .fa-book-sparkles::before { content: "\f6b8"; } .fa-book-spells::before { content: "\f6b8"; } .fa-washing-machine::before { content: "\f898"; } .fa-washer::before { content: "\f898"; } .fa-child::before { content: "\f1ae"; } .fa-lira-sign::before { content: "\f195"; } .fa-user-visor::before { content: "\e04c"; } .fa-file-plus-minus::before { content: "\e177"; } .fa-chess-clock-flip::before { content: "\f43e"; } .fa-chess-clock-alt::before { content: "\f43e"; } .fa-satellite::before { content: "\f7bf"; } .fa-plane-lock::before { content: "\e558"; } .fa-steering-wheel::before { content: "\f622"; } .fa-tag::before { content: "\f02b"; } .fa-stretcher::before { content: "\f825"; } .fa-book-section::before { content: "\e0c1"; } .fa-book-law::before { content: "\e0c1"; } .fa-inboxes::before { content: "\e1bb"; } .fa-coffee-bean::before { content: "\e13e"; } .fa-circle-yen::before { content: "\e5d0"; } .fa-brackets-curly::before { content: "\f7ea"; } .fa-ellipsis-stroke-vertical::before { content: "\f39c"; } .fa-ellipsis-v-alt::before { content: "\f39c"; } .fa-comment::before { content: "\f075"; } .fa-square-1::before { content: "\e256"; } .fa-cake-candles::before { content: "\f1fd"; } .fa-birthday-cake::before { content: "\f1fd"; } .fa-cake::before { content: "\f1fd"; } .fa-head-side::before { content: "\f6e9"; } .fa-envelope::before { content: "\f0e0"; } .fa-dolly-empty::before { content: "\f473"; } .fa-face-tissue::before { content: "\e39c"; } .fa-angles-up::before { content: "\f102"; } .fa-angle-double-up::before { content: "\f102"; } .fa-bin-recycle::before { content: "\e5f7"; } .fa-paperclip::before { content: "\f0c6"; } .fa-chart-line-down::before { content: "\f64d"; } .fa-arrow-right-to-city::before { content: "\e4b3"; } .fa-lock-a::before { content: "\e422"; } .fa-ribbon::before { content: "\f4d6"; } .fa-lungs::before { content: "\f604"; } .fa-person-pinball::before { content: "\e21d"; } .fa-arrow-up-9-1::before { content: "\f887"; } .fa-sort-numeric-up-alt::before { content: "\f887"; } .fa-apple-core::before { content: "\e08f"; } .fa-circle-y::before { content: "\e12f"; } .fa-h6::before { content: "\e413"; } .fa-litecoin-sign::before { content: "\e1d3"; } .fa-circle-small::before { content: "\e122"; } .fa-border-none::before { content: "\f850"; } .fa-arrow-turn-down-left::before { content: "\e2e1"; } .fa-circle-nodes::before { content: "\e4e2"; } .fa-parachute-box::before { content: "\f4cd"; } .fa-message-medical::before { content: "\f7f4"; } .fa-comment-alt-medical::before { content: "\f7f4"; } .fa-rugby-ball::before { content: "\e3c6"; } .fa-comment-music::before { content: "\f8b0"; } .fa-indent::before { content: "\f03c"; } .fa-tree-deciduous::before { content: "\f400"; } .fa-tree-alt::before { content: "\f400"; } .fa-puzzle-piece-simple::before { content: "\e231"; } .fa-puzzle-piece-alt::before { content: "\e231"; } .fa-truck-field-un::before { content: "\e58e"; } .fa-nfc-trash::before { content: "\e1fd"; } .fa-hourglass::before { content: "\f254"; } .fa-hourglass-empty::before { content: "\f254"; } .fa-mountain::before { content: "\f6fc"; } .fa-file-xmark::before { content: "\f317"; } .fa-file-times::before { content: "\f317"; } .fa-house-heart::before { content: "\f4c9"; } .fa-home-heart::before { content: "\f4c9"; } .fa-house-chimney-blank::before { content: "\e3b0"; } .fa-meter-bolt::before { content: "\e1e9"; } .fa-user-doctor::before { content: "\f0f0"; } .fa-user-md::before { content: "\f0f0"; } .fa-slash-back::before { content: "\\"; } .fa-circle-info::before { content: "\f05a"; } .fa-info-circle::before { content: "\f05a"; } .fa-fishing-rod::before { content: "\e3a8"; } .fa-hammer-crash::before { content: "\e414"; } .fa-message-heart::before { content: "\e5c9"; } .fa-cloud-meatball::before { content: "\f73b"; } .fa-camera-polaroid::before { content: "\f8aa"; } .fa-camera::before { content: "\f030"; } .fa-camera-alt::before { content: "\f030"; } .fa-square-virus::before { content: "\e578"; } .fa-cart-arrow-up::before { content: "\e3ee"; } .fa-meteor::before { content: "\f753"; } .fa-car-on::before { content: "\e4dd"; } .fa-sleigh::before { content: "\f7cc"; } .fa-arrow-down-1-9::before { content: "\f162"; } .fa-sort-numeric-asc::before { content: "\f162"; } .fa-sort-numeric-down::before { content: "\f162"; } .fa-buoy-mooring::before { content: "\e5b6"; } .fa-square-4::before { content: "\e259"; } .fa-hand-holding-droplet::before { content: "\f4c1"; } .fa-hand-holding-water::before { content: "\f4c1"; } .fa-tricycle-adult::before { content: "\e5c4"; } .fa-waveform::before { content: "\f8f1"; } .fa-water::before { content: "\f773"; } .fa-star-sharp-half-stroke::before { content: "\e28d"; } .fa-star-sharp-half-alt::before { content: "\e28d"; } .fa-nfc-signal::before { content: "\e1fb"; } .fa-plane-prop::before { content: "\e22b"; } .fa-calendar-check::before { content: "\f274"; } .fa-clock-desk::before { content: "\e134"; } .fa-calendar-clock::before { content: "\e0d2"; } .fa-calendar-time::before { content: "\e0d2"; } .fa-braille::before { content: "\f2a1"; } .fa-prescription-bottle-medical::before { content: "\f486"; } .fa-prescription-bottle-alt::before { content: "\f486"; } .fa-plate-utensils::before { content: "\e43b"; } .fa-family-pants::before { content: "\e302"; } .fa-hose-reel::before { content: "\e41a"; } .fa-house-window::before { content: "\e3b3"; } .fa-landmark::before { content: "\f66f"; } .fa-truck::before { content: "\f0d1"; } .fa-crosshairs::before { content: "\f05b"; } .fa-cloud-rainbow::before { content: "\f73e"; } .fa-person-cane::before { content: "\e53c"; } .fa-alien::before { content: "\f8f5"; } .fa-tent::before { content: "\e57d"; } .fa-laptop-binary::before { content: "\e5e7"; } .fa-vest-patches::before { content: "\e086"; } .fa-people-dress-simple::before { content: "\e218"; } .fa-check-double::before { content: "\f560"; } .fa-arrow-down-a-z::before { content: "\f15d"; } .fa-sort-alpha-asc::before { content: "\f15d"; } .fa-sort-alpha-down::before { content: "\f15d"; } .fa-bowling-ball-pin::before { content: "\e0c3"; } .fa-bell-school-slash::before { content: "\f5d6"; } .fa-plus-large::before { content: "\e59e"; } .fa-money-bill-wheat::before { content: "\e52a"; } .fa-camera-viewfinder::before { content: "\e0da"; } .fa-screenshot::before { content: "\e0da"; } .fa-message-music::before { content: "\f8af"; } .fa-comment-alt-music::before { content: "\f8af"; } .fa-car-building::before { content: "\f859"; } .fa-border-bottom-right::before { content: "\f854"; } .fa-border-style-alt::before { content: "\f854"; } .fa-octagon::before { content: "\f306"; } .fa-comment-arrow-up-right::before { content: "\e145"; } .fa-octagon-divide::before { content: "\e203"; } .fa-cookie::before { content: "\f563"; } .fa-arrow-rotate-left::before { content: "\f0e2"; } .fa-arrow-left-rotate::before { content: "\f0e2"; } .fa-arrow-rotate-back::before { content: "\f0e2"; } .fa-arrow-rotate-backward::before { content: "\f0e2"; } .fa-undo::before { content: "\f0e2"; } .fa-tv-music::before { content: "\f8e6"; } .fa-hard-drive::before { content: "\f0a0"; } .fa-hdd::before { content: "\f0a0"; } .fa-reel::before { content: "\e238"; } .fa-face-grin-squint-tears::before { content: "\f586"; } .fa-grin-squint-tears::before { content: "\f586"; } .fa-dumbbell::before { content: "\f44b"; } .fa-rectangle-list::before { content: "\f022"; } .fa-list-alt::before { content: "\f022"; } .fa-tarp-droplet::before { content: "\e57c"; } .fa-alarm-exclamation::before { content: "\f843"; } .fa-house-medical-circle-check::before { content: "\e511"; } .fa-traffic-cone::before { content: "\f636"; } .fa-grate::before { content: "\e193"; } .fa-arrow-down-right::before { content: "\e093"; } .fa-person-skiing-nordic::before { content: "\f7ca"; } .fa-skiing-nordic::before { content: "\f7ca"; } .fa-calendar-plus::before { content: "\f271"; } .fa-person-from-portal::before { content: "\e023"; } .fa-portal-exit::before { content: "\e023"; } .fa-plane-arrival::before { content: "\f5af"; } .fa-cowbell-circle-plus::before { content: "\f8b4"; } .fa-cowbell-more::before { content: "\f8b4"; } .fa-circle-left::before { content: "\f359"; } .fa-arrow-alt-circle-left::before { content: "\f359"; } .fa-distribute-spacing-vertical::before { content: "\e366"; } .fa-signal-bars-fair::before { content: "\f692"; } .fa-signal-alt-2::before { content: "\f692"; } .fa-sportsball::before { content: "\e44b"; } .fa-game-console-handheld-crank::before { content: "\e5b9"; } .fa-train-subway::before { content: "\f239"; } .fa-subway::before { content: "\f239"; } .fa-chart-gantt::before { content: "\e0e4"; } .fa-face-smile-upside-down::before { content: "\e395"; } .fa-ball-pile::before { content: "\f77e"; } .fa-badge-dollar::before { content: "\f645"; } .fa-money-bills-simple::before { content: "\e1f4"; } .fa-money-bills-alt::before { content: "\e1f4"; } .fa-list-timeline::before { content: "\e1d1"; } .fa-indian-rupee-sign::before { content: "\e1bc"; } .fa-indian-rupee::before { content: "\e1bc"; } .fa-inr::before { content: "\e1bc"; } .fa-crop-simple::before { content: "\f565"; } .fa-crop-alt::before { content: "\f565"; } .fa-money-bill-1::before { content: "\f3d1"; } .fa-money-bill-alt::before { content: "\f3d1"; } .fa-left-long::before { content: "\f30a"; } .fa-long-arrow-alt-left::before { content: "\f30a"; } .fa-keyboard-down::before { content: "\e1c2"; } .fa-circle-up-right::before { content: "\e129"; } .fa-cloud-bolt-moon::before { content: "\f76d"; } .fa-thunderstorm-moon::before { content: "\f76d"; } .fa-dna::before { content: "\f471"; } .fa-virus-slash::before { content: "\e075"; } .fa-bracket-round-right::before { content: "\)"; } .fa-circle-sterling::before { content: "\e5cf"; } .fa-circle-5::before { content: "\e0f2"; } .fa-minus::before { content: "\f068"; } .fa-subtract::before { content: "\f068"; } .fa-fire-flame::before { content: "\f6df"; } .fa-flame::before { content: "\f6df"; } .fa-right-to-line::before { content: "\f34c"; } .fa-arrow-alt-to-right::before { content: "\f34c"; } .fa-gif::before { content: "\e190"; } .fa-chess::before { content: "\f439"; } .fa-trash-slash::before { content: "\e2b3"; } .fa-arrow-left-long::before { content: "\f177"; } .fa-long-arrow-left::before { content: "\f177"; } .fa-plug-circle-check::before { content: "\e55c"; } .fa-font-case::before { content: "\f866"; } .fa-street-view::before { content: "\f21d"; } .fa-arrow-down-left::before { content: "\e091"; } .fa-franc-sign::before { content: "\e18f"; } .fa-flask-round-poison::before { content: "\f6e0"; } .fa-flask-poison::before { content: "\f6e0"; } .fa-volume-off::before { content: "\f026"; } .fa-book-circle-arrow-right::before { content: "\e0bc"; } .fa-chart-user::before { content: "\f6a3"; } .fa-user-chart::before { content: "\f6a3"; } .fa-hands-asl-interpreting::before { content: "\f2a3"; } .fa-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-asl-interpreting::before { content: "\f2a3"; } .fa-hands-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-presentation-screen::before { content: "\f685"; } .fa-presentation::before { content: "\f685"; } .fa-circle-bolt::before { content: "\e0fe"; } .fa-face-smile-halo::before { content: "\e38f"; } .fa-cart-circle-arrow-down::before { content: "\e3ef"; } .fa-house-person-return::before { content: "\e011"; } .fa-house-person-arrive::before { content: "\e011"; } .fa-house-return::before { content: "\e011"; } .fa-message-xmark::before { content: "\f4ab"; } .fa-comment-alt-times::before { content: "\f4ab"; } .fa-message-times::before { content: "\f4ab"; } .fa-file-certificate::before { content: "\f5f3"; } .fa-file-award::before { content: "\f5f3"; } .fa-user-doctor-hair-long::before { content: "\e459"; } .fa-camera-security::before { content: "\f8fe"; } .fa-camera-home::before { content: "\f8fe"; } .fa-gear::before { content: "\f013"; } .fa-cog::before { content: "\f013"; } .fa-droplet-slash::before { content: "\f5c7"; } .fa-tint-slash::before { content: "\f5c7"; } .fa-book-heart::before { content: "\f499"; } .fa-mosque::before { content: "\f678"; } .fa-duck::before { content: "\f6d8"; } .fa-mosquito::before { content: "\e52b"; } .fa-star-of-david::before { content: "\f69a"; } .fa-flag-swallowtail::before { content: "\f74c"; } .fa-flag-alt::before { content: "\f74c"; } .fa-person-military-rifle::before { content: "\e54b"; } .fa-car-garage::before { content: "\f5e2"; } .fa-cart-shopping::before { content: "\f07a"; } .fa-shopping-cart::before { content: "\f07a"; } .fa-book-font::before { content: "\e0bf"; } .fa-shield-plus::before { content: "\e24a"; } .fa-vials::before { content: "\f493"; } .fa-eye-dropper-full::before { content: "\e172"; } .fa-distribute-spacing-horizontal::before { content: "\e365"; } .fa-tablet-rugged::before { content: "\f48f"; } .fa-temperature-snow::before { content: "\f768"; } .fa-temperature-frigid::before { content: "\f768"; } .fa-moped::before { content: "\e3b9"; } .fa-face-smile-plus::before { content: "\f5b9"; } .fa-smile-plus::before { content: "\f5b9"; } .fa-radio-tuner::before { content: "\f8d8"; } .fa-radio-alt::before { content: "\f8d8"; } .fa-face-swear::before { content: "\e399"; } .fa-water-arrow-down::before { content: "\f774"; } .fa-water-lower::before { content: "\f774"; } .fa-scanner-touchscreen::before { content: "\f48a"; } .fa-circle-7::before { content: "\e0f4"; } .fa-plug-circle-plus::before { content: "\e55f"; } .fa-person-ski-jumping::before { content: "\f7c7"; } .fa-ski-jump::before { content: "\f7c7"; } .fa-place-of-worship::before { content: "\f67f"; } .fa-water-arrow-up::before { content: "\f775"; } .fa-water-rise::before { content: "\f775"; } .fa-waveform-lines::before { content: "\f8f2"; } .fa-waveform-path::before { content: "\f8f2"; } .fa-split::before { content: "\e254"; } .fa-film-canister::before { content: "\f8b7"; } .fa-film-cannister::before { content: "\f8b7"; } .fa-folder-xmark::before { content: "\f65f"; } .fa-folder-times::before { content: "\f65f"; } .fa-toilet-paper-blank::before { content: "\f71f"; } .fa-toilet-paper-alt::before { content: "\f71f"; } .fa-tablet-screen::before { content: "\f3fc"; } .fa-tablet-android-alt::before { content: "\f3fc"; } .fa-hexagon-vertical-nft-slanted::before { content: "\e506"; } .fa-folder-music::before { content: "\e18d"; } .fa-display-medical::before { content: "\e166"; } .fa-desktop-medical::before { content: "\e166"; } .fa-share-all::before { content: "\f367"; } .fa-peapod::before { content: "\e31c"; } .fa-chess-clock::before { content: "\f43d"; } .fa-axe::before { content: "\f6b2"; } .fa-square-d::before { content: "\e268"; } .fa-grip-vertical::before { content: "\f58e"; } .fa-mobile-signal-out::before { content: "\e1f0"; } .fa-arrow-turn-up::before { content: "\f148"; } .fa-level-up::before { content: "\f148"; } .fa-u::before { content: "U"; } .fa-arrow-up-from-dotted-line::before { content: "\e09b"; } .fa-square-root-variable::before { content: "\f698"; } .fa-square-root-alt::before { content: "\f698"; } .fa-light-switch-on::before { content: "\e019"; } .fa-arrow-down-arrow-up::before { content: "\f883"; } .fa-sort-alt::before { content: "\f883"; } .fa-raindrops::before { content: "\f75c"; } .fa-dash::before { content: "\e404"; } .fa-minus-large::before { content: "\e404"; } .fa-clock::before { content: "\f017"; } .fa-clock-four::before { content: "\f017"; } .fa-input-numeric::before { content: "\e1bd"; } .fa-truck-tow::before { content: "\e2b8"; } .fa-backward-step::before { content: "\f048"; } .fa-step-backward::before { content: "\f048"; } .fa-pallet::before { content: "\f482"; } .fa-car-bolt::before { content: "\e341"; } .fa-arrows-maximize::before { content: "\f31d"; } .fa-expand-arrows::before { content: "\f31d"; } .fa-faucet::before { content: "\e005"; } .fa-cloud-sleet::before { content: "\f741"; } .fa-lamp-street::before { content: "\e1c5"; } .fa-list-radio::before { content: "\e1d0"; } .fa-pen-nib-slash::before { content: "\e4a1"; } .fa-baseball-bat-ball::before { content: "\f432"; } .fa-square-up-left::before { content: "\e282"; } .fa-overline::before { content: "\f876"; } .fa-s::before { content: "S"; } .fa-timeline::before { content: "\e29c"; } .fa-keyboard::before { content: "\f11c"; } .fa-arrows-from-dotted-line::before { content: "\e0a3"; } .fa-usb-drive::before { content: "\f8e9"; } .fa-ballot::before { content: "\f732"; } .fa-caret-down::before { content: "\f0d7"; } .fa-location-dot-slash::before { content: "\f605"; } .fa-map-marker-alt-slash::before { content: "\f605"; } .fa-cards::before { content: "\e3ed"; } .fa-house-chimney-medical::before { content: "\f7f2"; } .fa-clinic-medical::before { content: "\f7f2"; } .fa-boxing-glove::before { content: "\f438"; } .fa-glove-boxing::before { content: "\f438"; } .fa-temperature-three-quarters::before { content: "\f2c8"; } .fa-temperature-3::before { content: "\f2c8"; } .fa-thermometer-3::before { content: "\f2c8"; } .fa-thermometer-three-quarters::before { content: "\f2c8"; } .fa-bell-school::before { content: "\f5d5"; } .fa-mobile-screen::before { content: "\f3cf"; } .fa-mobile-android-alt::before { content: "\f3cf"; } .fa-plane-up::before { content: "\e22d"; } .fa-folder-heart::before { content: "\e189"; } .fa-circle-location-arrow::before { content: "\f602"; } .fa-location-circle::before { content: "\f602"; } .fa-face-head-bandage::before { content: "\e37a"; } .fa-sushi-roll::before { content: "\e48b"; } .fa-maki-roll::before { content: "\e48b"; } .fa-makizushi::before { content: "\e48b"; } .fa-car-bump::before { content: "\f5e0"; } .fa-piggy-bank::before { content: "\f4d3"; } .fa-racquet::before { content: "\f45a"; } .fa-car-mirrors::before { content: "\e343"; } .fa-industry-windows::before { content: "\f3b3"; } .fa-industry-alt::before { content: "\f3b3"; } .fa-bolt-auto::before { content: "\e0b6"; } .fa-battery-half::before { content: "\f242"; } .fa-battery-3::before { content: "\f242"; } .fa-flux-capacitor::before { content: "\f8ba"; } .fa-mountain-city::before { content: "\e52e"; } .fa-coins::before { content: "\f51e"; } .fa-honey-pot::before { content: "\e418"; } .fa-olive::before { content: "\e316"; } .fa-khanda::before { content: "\f66d"; } .fa-filter-list::before { content: "\e17c"; } .fa-outlet::before { content: "\e01c"; } .fa-sliders::before { content: "\f1de"; } .fa-sliders-h::before { content: "\f1de"; } .fa-cauldron::before { content: "\f6bf"; } .fa-people::before { content: "\e216"; } .fa-folder-tree::before { content: "\f802"; } .fa-network-wired::before { content: "\f6ff"; } .fa-croissant::before { content: "\f7f6"; } .fa-map-pin::before { content: "\f276"; } .fa-hamsa::before { content: "\f665"; } .fa-cent-sign::before { content: "\e3f5"; } .fa-swords-laser::before { content: "\e03d"; } .fa-flask::before { content: "\f0c3"; } .fa-person-pregnant::before { content: "\e31e"; } .fa-square-u::before { content: "\e281"; } .fa-wand-sparkles::before { content: "\f72b"; } .fa-router::before { content: "\f8da"; } .fa-ellipsis-vertical::before { content: "\f142"; } .fa-ellipsis-v::before { content: "\f142"; } .fa-sword-laser-alt::before { content: "\e03c"; } .fa-ticket::before { content: "\f145"; } .fa-power-off::before { content: "\f011"; } .fa-coin::before { content: "\f85c"; } .fa-laptop-slash::before { content: "\e1c7"; } .fa-right-long::before { content: "\f30b"; } .fa-long-arrow-alt-right::before { content: "\f30b"; } .fa-circle-b::before { content: "\e0fd"; } .fa-person-dress-simple::before { content: "\e21c"; } .fa-pipe-collar::before { content: "\e437"; } .fa-lights-holiday::before { content: "\f7b2"; } .fa-citrus::before { content: "\e2f4"; } .fa-flag-usa::before { content: "\f74d"; } .fa-laptop-file::before { content: "\e51d"; } .fa-tty::before { content: "\f1e4"; } .fa-teletype::before { content: "\f1e4"; } .fa-chart-tree-map::before { content: "\e0ea"; } .fa-diagram-next::before { content: "\e476"; } .fa-person-rifle::before { content: "\e54e"; } .fa-clock-five-thirty::before { content: "\e34a"; } .fa-pipe-valve::before { content: "\e439"; } .fa-arrow-up-from-arc::before { content: "\e4b4"; } .fa-face-spiral-eyes::before { content: "\e485"; } .fa-compress-wide::before { content: "\f326"; } .fa-circle-phone-hangup::before { content: "\e11d"; } .fa-phone-circle-down::before { content: "\e11d"; } .fa-gear-complex-code::before { content: "\e5eb"; } .fa-house-medical-circle-exclamation::before { content: "\e512"; } .fa-badminton::before { content: "\e33a"; } .fa-closed-captioning::before { content: "\f20a"; } .fa-person-hiking::before { content: "\f6ec"; } .fa-hiking::before { content: "\f6ec"; } .fa-right-from-line::before { content: "\f347"; } .fa-arrow-alt-from-left::before { content: "\f347"; } .fa-venus-double::before { content: "\f226"; } .fa-images::before { content: "\f302"; } .fa-calculator::before { content: "\f1ec"; } .fa-shuttlecock::before { content: "\f45b"; } .fa-user-hair::before { content: "\e45a"; } .fa-eye-evil::before { content: "\f6db"; } .fa-people-pulling::before { content: "\e535"; } .fa-n::before { content: "N"; } .fa-garage::before { content: "\e009"; } .fa-cable-car::before { content: "\f7da"; } .fa-tram::before { content: "\f7da"; } .fa-shovel-snow::before { content: "\f7c3"; } .fa-cloud-rain::before { content: "\f73d"; } .fa-face-lying::before { content: "\e37e"; } .fa-sprinkler::before { content: "\e035"; } .fa-building-circle-xmark::before { content: "\e4d4"; } .fa-person-sledding::before { content: "\f7cb"; } .fa-sledding::before { content: "\f7cb"; } .fa-game-console-handheld::before { content: "\f8bb"; } .fa-ship::before { content: "\f21a"; } .fa-clock-six-thirty::before { content: "\e353"; } .fa-battery-slash::before { content: "\f377"; } .fa-tugrik-sign::before { content: "\e2ba"; } .fa-arrows-down-to-line::before { content: "\e4b8"; } .fa-download::before { content: "\f019"; } .fa-shelves::before { content: "\f480"; } .fa-inventory::before { content: "\f480"; } .fa-cloud-snow::before { content: "\f742"; } .fa-face-grin::before { content: "\f580"; } .fa-grin::before { content: "\f580"; } .fa-delete-left::before { content: "\f55a"; } .fa-backspace::before { content: "\f55a"; } .fa-oven::before { content: "\e01d"; } .fa-cloud-binary::before { content: "\e601"; } .fa-eye-dropper::before { content: "\f1fb"; } .fa-eye-dropper-empty::before { content: "\f1fb"; } .fa-eyedropper::before { content: "\f1fb"; } .fa-comment-captions::before { content: "\e146"; } .fa-comments-question::before { content: "\e14e"; } .fa-scribble::before { content: "\e23f"; } .fa-rotate-exclamation::before { content: "\e23c"; } .fa-file-circle-check::before { content: "\e5a0"; } .fa-glass::before { content: "\f804"; } .fa-loader::before { content: "\e1d4"; } .fa-forward::before { content: "\f04e"; } .fa-user-pilot::before { content: "\e2c0"; } .fa-mobile::before { content: "\f3ce"; } .fa-mobile-android::before { content: "\f3ce"; } .fa-mobile-phone::before { content: "\f3ce"; } .fa-code-pull-request-closed::before { content: "\e3f9"; } .fa-face-meh::before { content: "\f11a"; } .fa-meh::before { content: "\f11a"; } .fa-align-center::before { content: "\f037"; } .fa-book-skull::before { content: "\f6b7"; } .fa-book-dead::before { content: "\f6b7"; } .fa-id-card::before { content: "\f2c2"; } .fa-drivers-license::before { content: "\f2c2"; } .fa-face-dotted::before { content: "\e47f"; } .fa-face-worried::before { content: "\e3a3"; } .fa-outdent::before { content: "\f03b"; } .fa-dedent::before { content: "\f03b"; } .fa-heart-circle-exclamation::before { content: "\e4fe"; } .fa-house::before { content: "\f015"; } .fa-home::before { content: "\f015"; } .fa-home-alt::before { content: "\f015"; } .fa-home-lg-alt::before { content: "\f015"; } .fa-vector-circle::before { content: "\e2c6"; } .fa-car-circle-bolt::before { content: "\e342"; } .fa-calendar-week::before { content: "\f784"; } .fa-flying-disc::before { content: "\e3a9"; } .fa-laptop-medical::before { content: "\f812"; } .fa-square-down-right::before { content: "\e26c"; } .fa-b::before { content: "B"; } .fa-seat-airline::before { content: "\e244"; } .fa-moon-over-sun::before { content: "\f74a"; } .fa-eclipse-alt::before { content: "\f74a"; } .fa-pipe::before { content: "\|"; } .fa-file-medical::before { content: "\f477"; } .fa-potato::before { content: "\e440"; } .fa-dice-one::before { content: "\f525"; } .fa-circle-a::before { content: "\e0f7"; } .fa-helmet-battle::before { content: "\f6eb"; } .fa-butter::before { content: "\e3e4"; } .fa-blanket-fire::before { content: "\e3da"; } .fa-kiwi-bird::before { content: "\f535"; } .fa-castle::before { content: "\e0de"; } .fa-golf-club::before { content: "\f451"; } .fa-arrow-right-arrow-left::before { content: "\f0ec"; } .fa-exchange::before { content: "\f0ec"; } .fa-rotate-right::before { content: "\f2f9"; } .fa-redo-alt::before { content: "\f2f9"; } .fa-rotate-forward::before { content: "\f2f9"; } .fa-utensils::before { content: "\f2e7"; } .fa-cutlery::before { content: "\f2e7"; } .fa-arrow-up-wide-short::before { content: "\f161"; } .fa-sort-amount-up::before { content: "\f161"; } .fa-chart-pie-simple-circle-dollar::before { content: "\e605"; } .fa-balloons::before { content: "\e2e4"; } .fa-mill-sign::before { content: "\e1ed"; } .fa-bowl-rice::before { content: "\e2eb"; } .fa-timeline-arrow::before { content: "\e29d"; } .fa-skull::before { content: "\f54c"; } .fa-game-board-simple::before { content: "\f868"; } .fa-game-board-alt::before { content: "\f868"; } .fa-circle-video::before { content: "\e12b"; } .fa-video-circle::before { content: "\e12b"; } .fa-chart-scatter-bubble::before { content: "\e0e9"; } .fa-house-turret::before { content: "\e1b4"; } .fa-banana::before { content: "\e2e5"; } .fa-hand-holding-skull::before { content: "\e1a4"; } .fa-people-dress::before { content: "\e217"; } .fa-loveseat::before { content: "\f4cc"; } .fa-couch-small::before { content: "\f4cc"; } .fa-tower-broadcast::before { content: "\f519"; } .fa-broadcast-tower::before { content: "\f519"; } .fa-truck-pickup::before { content: "\f63c"; } .fa-block-quote::before { content: "\e0b5"; } .fa-up-long::before { content: "\f30c"; } .fa-long-arrow-alt-up::before { content: "\f30c"; } .fa-stop::before { content: "\f04d"; } .fa-code-merge::before { content: "\f387"; } .fa-money-check-dollar-pen::before { content: "\f873"; } .fa-money-check-edit-alt::before { content: "\f873"; } .fa-up-from-line::before { content: "\f346"; } .fa-arrow-alt-from-bottom::before { content: "\f346"; } .fa-upload::before { content: "\f093"; } .fa-hurricane::before { content: "\f751"; } .fa-grid-round-2-plus::before { content: "\e5dc"; } .fa-people-pants::before { content: "\e219"; } .fa-mound::before { content: "\e52d"; } .fa-windsock::before { content: "\f777"; } .fa-circle-half::before { content: "\e110"; } .fa-brake-warning::before { content: "\e0c7"; } .fa-toilet-portable::before { content: "\e583"; } .fa-compact-disc::before { content: "\f51f"; } .fa-file-arrow-down::before { content: "\f56d"; } .fa-file-download::before { content: "\f56d"; } .fa-saxophone-fire::before { content: "\f8db"; } .fa-sax-hot::before { content: "\f8db"; } .fa-camera-web-slash::before { content: "\f833"; } .fa-webcam-slash::before { content: "\f833"; } .fa-folder-medical::before { content: "\e18c"; } .fa-folder-gear::before { content: "\e187"; } .fa-folder-cog::before { content: "\e187"; } .fa-hand-wave::before { content: "\e1a7"; } .fa-arrow-up-arrow-down::before { content: "\e099"; } .fa-sort-up-down::before { content: "\e099"; } .fa-caravan::before { content: "\f8ff"; } .fa-shield-cat::before { content: "\e572"; } .fa-message-slash::before { content: "\f4a9"; } .fa-comment-alt-slash::before { content: "\f4a9"; } .fa-bolt::before { content: "\f0e7"; } .fa-zap::before { content: "\f0e7"; } .fa-trash-can-check::before { content: "\e2a9"; } .fa-glass-water::before { content: "\e4f4"; } .fa-oil-well::before { content: "\e532"; } .fa-person-simple::before { content: "\e220"; } .fa-vault::before { content: "\e2c5"; } .fa-mars::before { content: "\f222"; } .fa-toilet::before { content: "\f7d8"; } .fa-plane-circle-xmark::before { content: "\e557"; } .fa-yen-sign::before { content: "\f157"; } .fa-cny::before { content: "\f157"; } .fa-jpy::before { content: "\f157"; } .fa-rmb::before { content: "\f157"; } .fa-yen::before { content: "\f157"; } .fa-gear-code::before { content: "\e5e8"; } .fa-notes::before { content: "\e202"; } .fa-ruble-sign::before { content: "\f158"; } .fa-rouble::before { content: "\f158"; } .fa-rub::before { content: "\f158"; } .fa-ruble::before { content: "\f158"; } .fa-trash-undo::before { content: "\f895"; } .fa-trash-arrow-turn-left::before { content: "\f895"; } .fa-champagne-glass::before { content: "\f79e"; } .fa-glass-champagne::before { content: "\f79e"; } .fa-objects-align-center-horizontal::before { content: "\e3bc"; } .fa-sun::before { content: "\f185"; } .fa-trash-can-slash::before { content: "\e2ad"; } .fa-trash-alt-slash::before { content: "\e2ad"; } .fa-screen-users::before { content: "\f63d"; } .fa-users-class::before { content: "\f63d"; } .fa-guitar::before { content: "\f7a6"; } .fa-square-arrow-left::before { content: "\f33a"; } .fa-arrow-square-left::before { content: "\f33a"; } .fa-square-8::before { content: "\e25d"; } .fa-face-smile-hearts::before { content: "\e390"; } .fa-brackets-square::before { content: "\f7e9"; } .fa-brackets::before { content: "\f7e9"; } .fa-laptop-arrow-down::before { content: "\e1c6"; } .fa-hockey-stick-puck::before { content: "\e3ae"; } .fa-house-tree::before { content: "\e1b3"; } .fa-signal-fair::before { content: "\f68d"; } .fa-signal-2::before { content: "\f68d"; } .fa-face-laugh-wink::before { content: "\f59c"; } .fa-laugh-wink::before { content: "\f59c"; } .fa-circle-dollar::before { content: "\f2e8"; } .fa-dollar-circle::before { content: "\f2e8"; } .fa-usd-circle::before { content: "\f2e8"; } .fa-horse-head::before { content: "\f7ab"; } .fa-arrows-repeat::before { content: "\f364"; } .fa-repeat-alt::before { content: "\f364"; } .fa-bore-hole::before { content: "\e4c3"; } .fa-industry::before { content: "\f275"; } .fa-image-polaroid::before { content: "\f8c4"; } .fa-wave-triangle::before { content: "\f89a"; } .fa-person-running-fast::before { content: "\e5ff"; } .fa-circle-down::before { content: "\f358"; } .fa-arrow-alt-circle-down::before { content: "\f358"; } .fa-grill::before { content: "\e5a3"; } .fa-arrows-turn-to-dots::before { content: "\e4c1"; } .fa-chart-mixed::before { content: "\f643"; } .fa-analytics::before { content: "\f643"; } .fa-florin-sign::before { content: "\e184"; } .fa-arrow-down-short-wide::before { content: "\f884"; } .fa-sort-amount-desc::before { content: "\f884"; } .fa-sort-amount-down-alt::before { content: "\f884"; } .fa-less-than::before { content: "\<"; } .fa-display-code::before { content: "\e165"; } .fa-desktop-code::before { content: "\e165"; } .fa-face-drooling::before { content: "\e372"; } .fa-oil-temperature::before { content: "\f614"; } .fa-oil-temp::before { content: "\f614"; } .fa-square-question::before { content: "\f2fd"; } .fa-question-square::before { content: "\f2fd"; } .fa-air-conditioner::before { content: "\f8f4"; } .fa-angle-down::before { content: "\f107"; } .fa-mountains::before { content: "\f6fd"; } .fa-omega::before { content: "\f67a"; } .fa-car-tunnel::before { content: "\e4de"; } .fa-person-dolly-empty::before { content: "\f4d1"; } .fa-pan-food::before { content: "\e42b"; } .fa-head-side-cough::before { content: "\e061"; } .fa-grip-lines::before { content: "\f7a4"; } .fa-thumbs-down::before { content: "\f165"; } .fa-user-lock::before { content: "\f502"; } .fa-arrow-right-long::before { content: "\f178"; } .fa-long-arrow-right::before { content: "\f178"; } .fa-tickets-airline::before { content: "\e29b"; } .fa-anchor-circle-xmark::before { content: "\e4ac"; } .fa-ellipsis::before { content: "\f141"; } .fa-ellipsis-h::before { content: "\f141"; } .fa-nfc-slash::before { content: "\e1fc"; } .fa-chess-pawn::before { content: "\f443"; } .fa-kit-medical::before { content: "\f479"; } .fa-first-aid::before { content: "\f479"; } .fa-grid-2-plus::before { content: "\e197"; } .fa-bells::before { content: "\f77f"; } .fa-person-through-window::before { content: "\e5a9"; } .fa-toolbox::before { content: "\f552"; } .fa-envelope-dot::before { content: "\e16f"; } .fa-envelope-badge::before { content: "\e16f"; } .fa-hands-holding-circle::before { content: "\e4fb"; } .fa-bug::before { content: "\f188"; } .fa-bowl-chopsticks::before { content: "\e2e9"; } .fa-credit-card::before { content: "\f09d"; } .fa-credit-card-alt::before { content: "\f09d"; } .fa-circle-s::before { content: "\e121"; } .fa-box-ballot::before { content: "\f735"; } .fa-car::before { content: "\f1b9"; } .fa-automobile::before { content: "\f1b9"; } .fa-hand-holding-hand::before { content: "\e4f7"; } .fa-user-tie-hair::before { content: "\e45f"; } .fa-podium-star::before { content: "\f758"; } .fa-user-hair-mullet::before { content: "\e45c"; } .fa-business-front::before { content: "\e45c"; } .fa-party-back::before { content: "\e45c"; } .fa-trian-balbot::before { content: "\e45c"; } .fa-microphone-stand::before { content: "\f8cb"; } .fa-book-open-reader::before { content: "\f5da"; } .fa-book-reader::before { content: "\f5da"; } .fa-family-dress::before { content: "\e301"; } .fa-circle-x::before { content: "\e12e"; } .fa-cabin::before { content: "\e46d"; } .fa-mountain-sun::before { content: "\e52f"; } .fa-chart-simple-horizontal::before { content: "\e474"; } .fa-arrows-left-right-to-line::before { content: "\e4ba"; } .fa-hand-back-point-left::before { content: "\e19f"; } .fa-message-dots::before { content: "\f4a3"; } .fa-comment-alt-dots::before { content: "\f4a3"; } .fa-messaging::before { content: "\f4a3"; } .fa-file-heart::before { content: "\e176"; } .fa-beer-mug::before { content: "\e0b3"; } .fa-beer-foam::before { content: "\e0b3"; } .fa-dice-d20::before { content: "\f6cf"; } .fa-drone::before { content: "\f85f"; } .fa-truck-droplet::before { content: "\e58c"; } .fa-file-circle-xmark::before { content: "\e5a1"; } .fa-temperature-arrow-up::before { content: "\e040"; } .fa-temperature-up::before { content: "\e040"; } .fa-medal::before { content: "\f5a2"; } .fa-bed::before { content: "\f236"; } .fa-book-copy::before { content: "\e0be"; } .fa-square-h::before { content: "\f0fd"; } .fa-h-square::before { content: "\f0fd"; } .fa-square-c::before { content: "\e266"; } .fa-clock-two::before { content: "\e35a"; } .fa-square-ellipsis-vertical::before { content: "\e26f"; } .fa-calendar-users::before { content: "\e5e2"; } .fa-podcast::before { content: "\f2ce"; } .fa-bee::before { content: "\e0b2"; } .fa-temperature-full::before { content: "\f2c7"; } .fa-temperature-4::before { content: "\f2c7"; } .fa-thermometer-4::before { content: "\f2c7"; } .fa-thermometer-full::before { content: "\f2c7"; } .fa-bell::before { content: "\f0f3"; } .fa-candy-bar::before { content: "\e3e8"; } .fa-chocolate-bar::before { content: "\e3e8"; } .fa-xmark-large::before { content: "\e59b"; } .fa-pinata::before { content: "\e3c3"; } .fa-arrows-from-line::before { content: "\e0a4"; } .fa-superscript::before { content: "\f12b"; } .fa-bowl-spoon::before { content: "\e3e0"; } .fa-hexagon-check::before { content: "\e416"; } .fa-plug-circle-xmark::before { content: "\e560"; } .fa-star-of-life::before { content: "\f621"; } .fa-phone-slash::before { content: "\f3dd"; } .fa-traffic-light-stop::before { content: "\f63a"; } .fa-paint-roller::before { content: "\f5aa"; } .fa-accent-grave::before { content: "\`"; } .fa-handshake-angle::before { content: "\f4c4"; } .fa-hands-helping::before { content: "\f4c4"; } .fa-circle-0::before { content: "\e0ed"; } .fa-dial-med-low::before { content: "\e160"; } .fa-location-dot::before { content: "\f3c5"; } .fa-map-marker-alt::before { content: "\f3c5"; } .fa-crab::before { content: "\e3ff"; } .fa-box-open-full::before { content: "\f49c"; } .fa-box-full::before { content: "\f49c"; } .fa-file::before { content: "\f15b"; } .fa-greater-than::before { content: "\>"; } .fa-quotes::before { content: "\e234"; } .fa-pretzel::before { content: "\e441"; } .fa-person-swimming::before { content: "\f5c4"; } .fa-swimmer::before { content: "\f5c4"; } .fa-arrow-down::before { content: "\f063"; } .fa-user-robot-xmarks::before { content: "\e4a7"; } .fa-message-quote::before { content: "\e1e4"; } .fa-comment-alt-quote::before { content: "\e1e4"; } .fa-candy-corn::before { content: "\f6bd"; } .fa-folder-magnifying-glass::before { content: "\e18b"; } .fa-folder-search::before { content: "\e18b"; } .fa-notebook::before { content: "\e201"; } .fa-droplet::before { content: "\f043"; } .fa-tint::before { content: "\f043"; } .fa-bullseye-pointer::before { content: "\f649"; } .fa-eraser::before { content: "\f12d"; } .fa-hexagon-image::before { content: "\e504"; } .fa-earth-americas::before { content: "\f57d"; } .fa-earth::before { content: "\f57d"; } .fa-earth-america::before { content: "\f57d"; } .fa-globe-americas::before { content: "\f57d"; } .fa-crate-apple::before { content: "\f6b1"; } .fa-apple-crate::before { content: "\f6b1"; } .fa-person-burst::before { content: "\e53b"; } .fa-game-board::before { content: "\f867"; } .fa-hat-chef::before { content: "\f86b"; } .fa-hand-back-point-right::before { content: "\e1a1"; } .fa-dove::before { content: "\f4ba"; } .fa-snowflake-droplets::before { content: "\e5c1"; } .fa-battery-empty::before { content: "\f244"; } .fa-battery-0::before { content: "\f244"; } .fa-grid-4::before { content: "\e198"; } .fa-socks::before { content: "\f696"; } .fa-face-sunglasses::before { content: "\e398"; } .fa-inbox::before { content: "\f01c"; } .fa-square-0::before { content: "\e255"; } .fa-section::before { content: "\e447"; } .fa-square-this-way-up::before { content: "\f49f"; } .fa-box-up::before { content: "\f49f"; } .fa-gauge-high::before { content: "\f625"; } .fa-tachometer-alt::before { content: "\f625"; } .fa-tachometer-alt-fast::before { content: "\f625"; } .fa-square-ampersand::before { content: "\e260"; } .fa-envelope-open-text::before { content: "\f658"; } .fa-lamp-desk::before { content: "\e014"; } .fa-hospital::before { content: "\f0f8"; } .fa-hospital-alt::before { content: "\f0f8"; } .fa-hospital-wide::before { content: "\f0f8"; } .fa-poll-people::before { content: "\f759"; } .fa-whiskey-glass-ice::before { content: "\f7a1"; } .fa-glass-whiskey-rocks::before { content: "\f7a1"; } .fa-wine-bottle::before { content: "\f72f"; } .fa-chess-rook::before { content: "\f447"; } .fa-user-bounty-hunter::before { content: "\e2bf"; } .fa-bars-staggered::before { content: "\f550"; } .fa-reorder::before { content: "\f550"; } .fa-stream::before { content: "\f550"; } .fa-diagram-sankey::before { content: "\e158"; } .fa-cloud-hail-mixed::before { content: "\f73a"; } .fa-circle-up-left::before { content: "\e128"; } .fa-dharmachakra::before { content: "\f655"; } .fa-objects-align-left::before { content: "\e3be"; } .fa-oil-can-drip::before { content: "\e205"; } .fa-face-smiling-hands::before { content: "\e396"; } .fa-broccoli::before { content: "\e3e2"; } .fa-route-interstate::before { content: "\f61b"; } .fa-ear-muffs::before { content: "\f795"; } .fa-hotdog::before { content: "\f80f"; } .fa-transporter-empty::before { content: "\e046"; } .fa-person-walking-with-cane::before { content: "\f29d"; } .fa-blind::before { content: "\f29d"; } .fa-angle-90::before { content: "\e08d"; } .fa-rectangle-terminal::before { content: "\e236"; } .fa-kite::before { content: "\f6f4"; } .fa-drum::before { content: "\f569"; } .fa-scrubber::before { content: "\f2f8"; } .fa-ice-cream::before { content: "\f810"; } .fa-heart-circle-bolt::before { content: "\e4fc"; } .fa-fish-bones::before { content: "\e304"; } .fa-deer-rudolph::before { content: "\f78f"; } .fa-fax::before { content: "\f1ac"; } .fa-paragraph::before { content: "\f1dd"; } .fa-head-side-heart::before { content: "\e1aa"; } .fa-square-e::before { content: "\e26d"; } .fa-meter-fire::before { content: "\e1eb"; } .fa-cloud-hail::before { content: "\f739"; } .fa-check-to-slot::before { content: "\f772"; } .fa-vote-yea::before { content: "\f772"; } .fa-money-from-bracket::before { content: "\e312"; } .fa-star-half::before { content: "\f089"; } .fa-car-bus::before { content: "\f85a"; } .fa-speaker::before { content: "\f8df"; } .fa-timer::before { content: "\e29e"; } .fa-boxes-stacked::before { content: "\f468"; } .fa-boxes::before { content: "\f468"; } .fa-boxes-alt::before { content: "\f468"; } .fa-grill-hot::before { content: "\e5a5"; } .fa-ballot-check::before { content: "\f733"; } .fa-link::before { content: "\f0c1"; } .fa-chain::before { content: "\f0c1"; } .fa-ear-listen::before { content: "\f2a2"; } .fa-assistive-listening-systems::before { content: "\f2a2"; } .fa-file-minus::before { content: "\f318"; } .fa-tree-city::before { content: "\e587"; } .fa-play::before { content: "\f04b"; } .fa-font::before { content: "\f031"; } .fa-cup-togo::before { content: "\f6c5"; } .fa-coffee-togo::before { content: "\f6c5"; } .fa-square-down-left::before { content: "\e26b"; } .fa-burger-lettuce::before { content: "\e3e3"; } .fa-rupiah-sign::before { content: "\e23d"; } .fa-magnifying-glass::before { content: "\f002"; } .fa-search::before { content: "\f002"; } .fa-table-tennis-paddle-ball::before { content: "\f45d"; } .fa-ping-pong-paddle-ball::before { content: "\f45d"; } .fa-table-tennis::before { content: "\f45d"; } .fa-person-dots-from-line::before { content: "\f470"; } .fa-diagnoses::before { content: "\f470"; } .fa-chevrons-down::before { content: "\f322"; } .fa-chevron-double-down::before { content: "\f322"; } .fa-trash-can-arrow-up::before { content: "\f82a"; } .fa-trash-restore-alt::before { content: "\f82a"; } .fa-signal-good::before { content: "\f68e"; } .fa-signal-3::before { content: "\f68e"; } .fa-location-question::before { content: "\f60b"; } .fa-map-marker-question::before { content: "\f60b"; } .fa-floppy-disk-circle-xmark::before { content: "\e181"; } .fa-floppy-disk-times::before { content: "\e181"; } .fa-save-circle-xmark::before { content: "\e181"; } .fa-save-times::before { content: "\e181"; } .fa-naira-sign::before { content: "\e1f6"; } .fa-peach::before { content: "\e20b"; } .fa-taxi-bus::before { content: "\e298"; } .fa-bracket-curly::before { content: "\{"; } .fa-bracket-curly-left::before { content: "\{"; } .fa-lobster::before { content: "\e421"; } .fa-cart-flatbed-empty::before { content: "\f476"; } .fa-dolly-flatbed-empty::before { content: "\f476"; } .fa-colon::before { content: "\:"; } .fa-cart-arrow-down::before { content: "\f218"; } .fa-wand::before { content: "\f72a"; } .fa-walkie-talkie::before { content: "\f8ef"; } .fa-file-pen::before { content: "\f31c"; } .fa-file-edit::before { content: "\f31c"; } .fa-receipt::before { content: "\f543"; } .fa-table-picnic::before { content: "\e32d"; } .fa-square-pen::before { content: "\f14b"; } .fa-pen-square::before { content: "\f14b"; } .fa-pencil-square::before { content: "\f14b"; } .fa-circle-microphone-lines::before { content: "\e117"; } .fa-microphone-circle-alt::before { content: "\e117"; } .fa-display-slash::before { content: "\e2fa"; } .fa-desktop-slash::before { content: "\e2fa"; } .fa-suitcase-rolling::before { content: "\f5c1"; } .fa-person-circle-exclamation::before { content: "\e53f"; } .fa-transporter-2::before { content: "\e044"; } .fa-hands-holding-diamond::before { content: "\f47c"; } .fa-hand-receiving::before { content: "\f47c"; } .fa-money-bill-simple-wave::before { content: "\e1f2"; } .fa-chevron-down::before { content: "\f078"; } .fa-battery-full::before { content: "\f240"; } .fa-battery::before { content: "\f240"; } .fa-battery-5::before { content: "\f240"; } .fa-bell-plus::before { content: "\f849"; } .fa-book-arrow-right::before { content: "\e0b9"; } .fa-hospitals::before { content: "\f80e"; } .fa-club::before { content: "\f327"; } .fa-skull-crossbones::before { content: "\f714"; } .fa-droplet-degree::before { content: "\f748"; } .fa-dewpoint::before { content: "\f748"; } .fa-code-compare::before { content: "\e13a"; } .fa-list-ul::before { content: "\f0ca"; } .fa-list-dots::before { content: "\f0ca"; } .fa-hand-holding-magic::before { content: "\f6e5"; } .fa-watermelon-slice::before { content: "\e337"; } .fa-circle-ellipsis::before { content: "\e10a"; } .fa-school-lock::before { content: "\e56f"; } .fa-tower-cell::before { content: "\e585"; } .fa-sd-cards::before { content: "\e240"; } .fa-jug-bottle::before { content: "\e5fb"; } .fa-down-long::before { content: "\f309"; } .fa-long-arrow-alt-down::before { content: "\f309"; } .fa-envelopes::before { content: "\e170"; } .fa-phone-office::before { content: "\f67d"; } .fa-ranking-star::before { content: "\e561"; } .fa-chess-king::before { content: "\f43f"; } .fa-nfc-pen::before { content: "\e1fa"; } .fa-person-harassing::before { content: "\e549"; } .fa-hat-winter::before { content: "\f7a8"; } .fa-brazilian-real-sign::before { content: "\e46c"; } .fa-landmark-dome::before { content: "\f752"; } .fa-landmark-alt::before { content: "\f752"; } .fa-bone-break::before { content: "\f5d8"; } .fa-arrow-up::before { content: "\f062"; } .fa-down-from-dotted-line::before { content: "\e407"; } .fa-tv::before { content: "\f26c"; } .fa-television::before { content: "\f26c"; } .fa-tv-alt::before { content: "\f26c"; } .fa-border-left::before { content: "\f84f"; } .fa-circle-divide::before { content: "\e106"; } .fa-shrimp::before { content: "\e448"; } .fa-list-check::before { content: "\f0ae"; } .fa-tasks::before { content: "\f0ae"; } .fa-diagram-subtask::before { content: "\e479"; } .fa-jug-detergent::before { content: "\e519"; } .fa-circle-user::before { content: "\f2bd"; } .fa-user-circle::before { content: "\f2bd"; } .fa-square-y::before { content: "\e287"; } .fa-user-doctor-hair::before { content: "\e458"; } .fa-planet-ringed::before { content: "\e020"; } .fa-mushroom::before { content: "\e425"; } .fa-user-shield::before { content: "\f505"; } .fa-megaphone::before { content: "\f675"; } .fa-wreath-laurel::before { content: "\e5d2"; } .fa-circle-exclamation-check::before { content: "\e10d"; } .fa-wind::before { content: "\f72e"; } .fa-box-dollar::before { content: "\f4a0"; } .fa-box-usd::before { content: "\f4a0"; } .fa-car-burst::before { content: "\f5e1"; } .fa-car-crash::before { content: "\f5e1"; } .fa-y::before { content: "Y"; } .fa-user-headset::before { content: "\f82d"; } .fa-arrows-retweet::before { content: "\f361"; } .fa-retweet-alt::before { content: "\f361"; } .fa-person-snowboarding::before { content: "\f7ce"; } .fa-snowboarding::before { content: "\f7ce"; } .fa-square-chevron-right::before { content: "\f32b"; } .fa-chevron-square-right::before { content: "\f32b"; } .fa-lacrosse-stick-ball::before { content: "\e3b6"; } .fa-truck-fast::before { content: "\f48b"; } .fa-shipping-fast::before { content: "\f48b"; } .fa-user-magnifying-glass::before { content: "\e5c5"; } .fa-star-sharp::before { content: "\e28b"; } .fa-comment-heart::before { content: "\e5c8"; } .fa-circle-1::before { content: "\e0ee"; } .fa-circle-star::before { content: "\e123"; } .fa-star-circle::before { content: "\e123"; } .fa-fish::before { content: "\f578"; } .fa-cloud-fog::before { content: "\f74e"; } .fa-fog::before { content: "\f74e"; } .fa-waffle::before { content: "\e466"; } .fa-music-note::before { content: "\f8cf"; } .fa-music-alt::before { content: "\f8cf"; } .fa-hexagon-exclamation::before { content: "\e417"; } .fa-cart-shopping-fast::before { content: "\e0dc"; } .fa-object-union::before { content: "\e49f"; } .fa-user-graduate::before { content: "\f501"; } .fa-starfighter::before { content: "\e037"; } .fa-circle-half-stroke::before { content: "\f042"; } .fa-adjust::before { content: "\f042"; } .fa-arrow-right-long-to-line::before { content: "\e3d5"; } .fa-square-arrow-down::before { content: "\f339"; } .fa-arrow-square-down::before { content: "\f339"; } .fa-diamond-half-stroke::before { content: "\e5b8"; } .fa-clapperboard::before { content: "\e131"; } .fa-square-chevron-left::before { content: "\f32a"; } .fa-chevron-square-left::before { content: "\f32a"; } .fa-phone-intercom::before { content: "\e434"; } .fa-link-horizontal::before { content: "\e1cb"; } .fa-chain-horizontal::before { content: "\e1cb"; } .fa-mango::before { content: "\e30f"; } .fa-music-note-slash::before { content: "\f8d0"; } .fa-music-alt-slash::before { content: "\f8d0"; } .fa-circle-radiation::before { content: "\f7ba"; } .fa-radiation-alt::before { content: "\f7ba"; } .fa-face-tongue-sweat::before { content: "\e39e"; } .fa-globe-stand::before { content: "\f5f6"; } .fa-baseball::before { content: "\f433"; } .fa-baseball-ball::before { content: "\f433"; } .fa-circle-p::before { content: "\e11a"; } .fa-award-simple::before { content: "\e0ab"; } .fa-jet-fighter-up::before { content: "\e518"; } .fa-diagram-project::before { content: "\f542"; } .fa-project-diagram::before { content: "\f542"; } .fa-pedestal::before { content: "\e20d"; } .fa-chart-pyramid::before { content: "\e0e6"; } .fa-sidebar::before { content: "\e24e"; } .fa-snowman-head::before { content: "\f79b"; } .fa-frosty-head::before { content: "\f79b"; } .fa-copy::before { content: "\f0c5"; } .fa-burger-glass::before { content: "\e0ce"; } .fa-volume-xmark::before { content: "\f6a9"; } .fa-volume-mute::before { content: "\f6a9"; } .fa-volume-times::before { content: "\f6a9"; } .fa-hand-sparkles::before { content: "\e05d"; } .fa-bars-filter::before { content: "\e0ad"; } .fa-paintbrush-pencil::before { content: "\e206"; } .fa-party-bell::before { content: "\e31a"; } .fa-user-vneck-hair::before { content: "\e462"; } .fa-jack-o-lantern::before { content: "\f30e"; } .fa-grip::before { content: "\f58d"; } .fa-grip-horizontal::before { content: "\f58d"; } .fa-share-from-square::before { content: "\f14d"; } .fa-share-square::before { content: "\f14d"; } .fa-keynote::before { content: "\f66c"; } .fa-child-combatant::before { content: "\e4e0"; } .fa-child-rifle::before { content: "\e4e0"; } .fa-gun::before { content: "\e19b"; } .fa-square-phone::before { content: "\f098"; } .fa-phone-square::before { content: "\f098"; } .fa-hat-beach::before { content: "\e606"; } .fa-plus::before { content: "\+"; } .fa-add::before { content: "\+"; } .fa-expand::before { content: "\f065"; } .fa-computer::before { content: "\e4e5"; } .fa-fort::before { content: "\e486"; } .fa-cloud-check::before { content: "\e35c"; } .fa-xmark::before { content: "\f00d"; } .fa-close::before { content: "\f00d"; } .fa-multiply::before { content: "\f00d"; } .fa-remove::before { content: "\f00d"; } .fa-times::before { content: "\f00d"; } .fa-face-smirking::before { content: "\e397"; } .fa-arrows-up-down-left-right::before { content: "\f047"; } .fa-arrows::before { content: "\f047"; } .fa-chalkboard-user::before { content: "\f51c"; } .fa-chalkboard-teacher::before { content: "\f51c"; } .fa-rhombus::before { content: "\e23b"; } .fa-claw-marks::before { content: "\f6c2"; } .fa-peso-sign::before { content: "\e222"; } .fa-face-smile-tongue::before { content: "\e394"; } .fa-cart-circle-xmark::before { content: "\e3f4"; } .fa-building-shield::before { content: "\e4d8"; } .fa-circle-phone-flip::before { content: "\e11c"; } .fa-phone-circle-alt::before { content: "\e11c"; } .fa-baby::before { content: "\f77c"; } .fa-users-line::before { content: "\e592"; } .fa-quote-left::before { content: "\f10d"; } .fa-quote-left-alt::before { content: "\f10d"; } .fa-tractor::before { content: "\f722"; } .fa-key-skeleton::before { content: "\f6f3"; } .fa-trash-arrow-up::before { content: "\f829"; } .fa-trash-restore::before { content: "\f829"; } .fa-arrow-down-up-lock::before { content: "\e4b0"; } .fa-arrow-down-to-bracket::before { content: "\e094"; } .fa-lines-leaning::before { content: "\e51e"; } .fa-square-q::before { content: "\e27b"; } .fa-ruler-combined::before { content: "\f546"; } .fa-symbols::before { content: "\f86e"; } .fa-icons-alt::before { content: "\f86e"; } .fa-copyright::before { content: "\f1f9"; } .fa-flask-gear::before { content: "\e5f1"; } .fa-highlighter-line::before { content: "\e1af"; } .fa-bracket-square::before { content: "\["; } .fa-bracket::before { content: "\["; } .fa-bracket-left::before { content: "\["; } .fa-island-tropical::before { content: "\f811"; } .fa-island-tree-palm::before { content: "\f811"; } .fa-arrow-right-from-line::before { content: "\f343"; } .fa-arrow-from-left::before { content: "\f343"; } .fa-h2::before { content: "\f314"; } .fa-equals::before { content: "\="; } .fa-cake-slice::before { content: "\e3e5"; } .fa-shortcake::before { content: "\e3e5"; } .fa-peanut::before { content: "\e430"; } .fa-wrench-simple::before { content: "\e2d1"; } .fa-blender::before { content: "\f517"; } .fa-teeth::before { content: "\f62e"; } .fa-tally-2::before { content: "\e295"; } .fa-shekel-sign::before { content: "\f20b"; } .fa-ils::before { content: "\f20b"; } .fa-shekel::before { content: "\f20b"; } .fa-sheqel::before { content: "\f20b"; } .fa-sheqel-sign::before { content: "\f20b"; } .fa-cars::before { content: "\f85b"; } .fa-axe-battle::before { content: "\f6b3"; } .fa-user-hair-long::before { content: "\e45b"; } .fa-map::before { content: "\f279"; } .fa-file-circle-info::before { content: "\e493"; } .fa-face-disappointed::before { content: "\e36f"; } .fa-lasso-sparkles::before { content: "\e1c9"; } .fa-clock-eleven::before { content: "\e347"; } .fa-rocket::before { content: "\f135"; } .fa-siren-on::before { content: "\e02e"; } .fa-clock-ten::before { content: "\e354"; } .fa-candle-holder::before { content: "\f6bc"; } .fa-video-arrow-down-left::before { content: "\e2c8"; } .fa-photo-film::before { content: "\f87c"; } .fa-photo-video::before { content: "\f87c"; } .fa-floppy-disk-circle-arrow-right::before { content: "\e180"; } .fa-save-circle-arrow-right::before { content: "\e180"; } .fa-folder-minus::before { content: "\f65d"; } .fa-planet-moon::before { content: "\e01f"; } .fa-face-eyes-xmarks::before { content: "\e374"; } .fa-chart-scatter::before { content: "\f7ee"; } .fa-display-arrow-down::before { content: "\e164"; } .fa-store::before { content: "\f54e"; } .fa-arrow-trend-up::before { content: "\e098"; } .fa-plug-circle-minus::before { content: "\e55e"; } .fa-olive-branch::before { content: "\e317"; } .fa-angle::before { content: "\e08c"; } .fa-vacuum-robot::before { content: "\e04e"; } .fa-sign-hanging::before { content: "\f4d9"; } .fa-sign::before { content: "\f4d9"; } .fa-square-divide::before { content: "\e26a"; } .fa-signal-stream-slash::before { content: "\e250"; } .fa-bezier-curve::before { content: "\f55b"; } .fa-eye-dropper-half::before { content: "\e173"; } .fa-store-lock::before { content: "\e4a6"; } .fa-bell-slash::before { content: "\f1f6"; } .fa-cloud-bolt-sun::before { content: "\f76e"; } .fa-thunderstorm-sun::before { content: "\f76e"; } .fa-camera-slash::before { content: "\e0d9"; } .fa-comment-quote::before { content: "\e14c"; } .fa-tablet::before { content: "\f3fb"; } .fa-tablet-android::before { content: "\f3fb"; } .fa-school-flag::before { content: "\e56e"; } .fa-message-code::before { content: "\e1df"; } .fa-glass-half::before { content: "\e192"; } .fa-glass-half-empty::before { content: "\e192"; } .fa-glass-half-full::before { content: "\e192"; } .fa-fill::before { content: "\f575"; } .fa-message-minus::before { content: "\f4a7"; } .fa-comment-alt-minus::before { content: "\f4a7"; } .fa-angle-up::before { content: "\f106"; } .fa-dinosaur::before { content: "\e5fe"; } .fa-drumstick-bite::before { content: "\f6d7"; } .fa-link-horizontal-slash::before { content: "\e1cc"; } .fa-chain-horizontal-slash::before { content: "\e1cc"; } .fa-holly-berry::before { content: "\f7aa"; } .fa-nose::before { content: "\e5bd"; } .fa-chevron-left::before { content: "\f053"; } .fa-bacteria::before { content: "\e059"; } .fa-clouds::before { content: "\f744"; } .fa-money-bill-simple::before { content: "\e1f1"; } .fa-hand-lizard::before { content: "\f258"; } .fa-table-pivot::before { content: "\e291"; } .fa-filter-slash::before { content: "\e17d"; } .fa-trash-can-undo::before { content: "\f896"; } .fa-trash-can-arrow-turn-left::before { content: "\f896"; } .fa-trash-undo-alt::before { content: "\f896"; } .fa-notdef::before { content: "\e1fe"; } .fa-disease::before { content: "\f7fa"; } .fa-person-to-door::before { content: "\e433"; } .fa-turntable::before { content: "\f8e4"; } .fa-briefcase-medical::before { content: "\f469"; } .fa-genderless::before { content: "\f22d"; } .fa-chevron-right::before { content: "\f054"; } .fa-signal-weak::before { content: "\f68c"; } .fa-signal-1::before { content: "\f68c"; } .fa-clock-five::before { content: "\e349"; } .fa-retweet::before { content: "\f079"; } .fa-car-rear::before { content: "\f5de"; } .fa-car-alt::before { content: "\f5de"; } .fa-pump-soap::before { content: "\e06b"; } .fa-computer-classic::before { content: "\f8b1"; } .fa-frame::before { content: "\e495"; } .fa-video-slash::before { content: "\f4e2"; } .fa-battery-quarter::before { content: "\f243"; } .fa-battery-2::before { content: "\f243"; } .fa-ellipsis-stroke::before { content: "\f39b"; } .fa-ellipsis-h-alt::before { content: "\f39b"; } .fa-radio::before { content: "\f8d7"; } .fa-baby-carriage::before { content: "\f77d"; } .fa-carriage-baby::before { content: "\f77d"; } .fa-face-expressionless::before { content: "\e373"; } .fa-down-to-dotted-line::before { content: "\e408"; } .fa-cloud-music::before { content: "\f8ae"; } .fa-traffic-light::before { content: "\f637"; } .fa-cloud-minus::before { content: "\e35d"; } .fa-thermometer::before { content: "\f491"; } .fa-shield-minus::before { content: "\e249"; } .fa-vr-cardboard::before { content: "\f729"; } .fa-car-tilt::before { content: "\f5e5"; } .fa-gauge-circle-minus::before { content: "\e497"; } .fa-brightness-low::before { content: "\e0ca"; } .fa-hand-middle-finger::before { content: "\f806"; } .fa-percent::before { content: "\%"; } .fa-percentage::before { content: "\%"; } .fa-truck-moving::before { content: "\f4df"; } .fa-glass-water-droplet::before { content: "\e4f5"; } .fa-conveyor-belt::before { content: "\f46e"; } .fa-location-check::before { content: "\f606"; } .fa-map-marker-check::before { content: "\f606"; } .fa-coin-vertical::before { content: "\e3fd"; } .fa-display::before { content: "\e163"; } .fa-person-sign::before { content: "\f757"; } .fa-face-smile::before { content: "\f118"; } .fa-smile::before { content: "\f118"; } .fa-phone-hangup::before { content: "\e225"; } .fa-signature-slash::before { content: "\e3cb"; } .fa-thumbtack::before { content: "\f08d"; } .fa-thumb-tack::before { content: "\f08d"; } .fa-wheat-slash::before { content: "\e339"; } .fa-trophy::before { content: "\f091"; } .fa-clouds-sun::before { content: "\f746"; } .fa-person-praying::before { content: "\f683"; } .fa-pray::before { content: "\f683"; } .fa-hammer::before { content: "\f6e3"; } .fa-face-vomit::before { content: "\e3a0"; } .fa-speakers::before { content: "\f8e0"; } .fa-tty-answer::before { content: "\e2b9"; } .fa-teletype-answer::before { content: "\e2b9"; } .fa-mug-tea-saucer::before { content: "\e1f5"; } .fa-diagram-lean-canvas::before { content: "\e156"; } .fa-alt::before { content: "\e08a"; } .fa-dial::before { content: "\e15b"; } .fa-dial-med-high::before { content: "\e15b"; } .fa-hand-peace::before { content: "\f25b"; } .fa-circle-trash::before { content: "\e126"; } .fa-trash-circle::before { content: "\e126"; } .fa-rotate::before { content: "\f2f1"; } .fa-sync-alt::before { content: "\f2f1"; } .fa-circle-quarters::before { content: "\e3f8"; } .fa-spinner::before { content: "\f110"; } .fa-tower-control::before { content: "\e2a2"; } .fa-arrow-up-triangle-square::before { content: "\f88a"; } .fa-sort-shapes-up::before { content: "\f88a"; } .fa-whale::before { content: "\f72c"; } .fa-robot::before { content: "\f544"; } .fa-peace::before { content: "\f67c"; } .fa-party-horn::before { content: "\e31b"; } .fa-gears::before { content: "\f085"; } .fa-cogs::before { content: "\f085"; } .fa-sun-bright::before { content: "\e28f"; } .fa-sun-alt::before { content: "\e28f"; } .fa-warehouse::before { content: "\f494"; } .fa-conveyor-belt-arm::before { content: "\e5f8"; } .fa-lock-keyhole-open::before { content: "\f3c2"; } .fa-lock-open-alt::before { content: "\f3c2"; } .fa-square-fragile::before { content: "\f49b"; } .fa-box-fragile::before { content: "\f49b"; } .fa-square-wine-glass-crack::before { content: "\f49b"; } .fa-arrow-up-right-dots::before { content: "\e4b7"; } .fa-square-n::before { content: "\e277"; } .fa-splotch::before { content: "\f5bc"; } .fa-face-grin-hearts::before { content: "\f584"; } .fa-grin-hearts::before { content: "\f584"; } .fa-meter::before { content: "\e1e8"; } .fa-mandolin::before { content: "\f6f9"; } .fa-dice-four::before { content: "\f524"; } .fa-sim-card::before { content: "\f7c4"; } .fa-transgender::before { content: "\f225"; } .fa-transgender-alt::before { content: "\f225"; } .fa-mercury::before { content: "\f223"; } .fa-up-from-bracket::before { content: "\e590"; } .fa-knife-kitchen::before { content: "\f6f5"; } .fa-border-right::before { content: "\f852"; } .fa-arrow-turn-down::before { content: "\f149"; } .fa-level-down::before { content: "\f149"; } .fa-spade::before { content: "\f2f4"; } .fa-card-spade::before { content: "\e3ec"; } .fa-line-columns::before { content: "\f870"; } .fa-arrow-right-to-line::before { content: "\f340"; } .fa-arrow-to-right::before { content: "\f340"; } .fa-person-falling-burst::before { content: "\e547"; } .fa-flag-pennant::before { content: "\f456"; } .fa-pennant::before { content: "\f456"; } .fa-conveyor-belt-empty::before { content: "\e150"; } .fa-user-group-simple::before { content: "\e603"; } .fa-award::before { content: "\f559"; } .fa-ticket-simple::before { content: "\f3ff"; } .fa-ticket-alt::before { content: "\f3ff"; } .fa-building::before { content: "\f1ad"; } .fa-angles-left::before { content: "\f100"; } .fa-angle-double-left::before { content: "\f100"; } .fa-camcorder::before { content: "\f8a8"; } .fa-video-handheld::before { content: "\f8a8"; } .fa-pancakes::before { content: "\e42d"; } .fa-album-circle-user::before { content: "\e48d"; } .fa-qrcode::before { content: "\f029"; } .fa-dice-d10::before { content: "\f6cd"; } .fa-fireplace::before { content: "\f79a"; } .fa-browser::before { content: "\f37e"; } .fa-pen-paintbrush::before { content: "\f618"; } .fa-pencil-paintbrush::before { content: "\f618"; } .fa-fish-cooked::before { content: "\f7fe"; } .fa-chair-office::before { content: "\f6c1"; } .fa-nesting-dolls::before { content: "\e3ba"; } .fa-clock-rotate-left::before { content: "\f1da"; } .fa-history::before { content: "\f1da"; } .fa-trumpet::before { content: "\f8e3"; } .fa-face-grin-beam-sweat::before { content: "\f583"; } .fa-grin-beam-sweat::before { content: "\f583"; } .fa-fire-smoke::before { content: "\f74b"; } .fa-phone-missed::before { content: "\e226"; } .fa-file-export::before { content: "\f56e"; } .fa-arrow-right-from-file::before { content: "\f56e"; } .fa-shield::before { content: "\f132"; } .fa-shield-blank::before { content: "\f132"; } .fa-arrow-up-short-wide::before { content: "\f885"; } .fa-sort-amount-up-alt::before { content: "\f885"; } .fa-arrows-repeat-1::before { content: "\f366"; } .fa-repeat-1-alt::before { content: "\f366"; } .fa-gun-slash::before { content: "\e19c"; } .fa-avocado::before { content: "\e0aa"; } .fa-binary::before { content: "\e33b"; } .fa-glasses-round::before { content: "\f5f5"; } .fa-glasses-alt::before { content: "\f5f5"; } .fa-phone-plus::before { content: "\f4d2"; } .fa-ditto::before { content: "\""; } .fa-person-seat::before { content: "\e21e"; } .fa-house-medical::before { content: "\e3b2"; } .fa-golf-ball-tee::before { content: "\f450"; } .fa-golf-ball::before { content: "\f450"; } .fa-circle-chevron-left::before { content: "\f137"; } .fa-chevron-circle-left::before { content: "\f137"; } .fa-house-chimney-window::before { content: "\e00d"; } .fa-scythe::before { content: "\f710"; } .fa-pen-nib::before { content: "\f5ad"; } .fa-ban-parking::before { content: "\f616"; } .fa-parking-circle-slash::before { content: "\f616"; } .fa-tent-arrow-turn-left::before { content: "\e580"; } .fa-face-diagonal-mouth::before { content: "\e47e"; } .fa-diagram-cells::before { content: "\e475"; } .fa-cricket-bat-ball::before { content: "\f449"; } .fa-cricket::before { content: "\f449"; } .fa-tents::before { content: "\e582"; } .fa-wand-magic::before { content: "\f0d0"; } .fa-magic::before { content: "\f0d0"; } .fa-dog::before { content: "\f6d3"; } .fa-pen-line::before { content: "\e212"; } .fa-atom-simple::before { content: "\f5d3"; } .fa-atom-alt::before { content: "\f5d3"; } .fa-ampersand::before { content: "\&"; } .fa-carrot::before { content: "\f787"; } .fa-arrow-up-from-line::before { content: "\f342"; } .fa-arrow-from-bottom::before { content: "\f342"; } .fa-moon::before { content: "\f186"; } .fa-pen-slash::before { content: "\e213"; } .fa-wine-glass-empty::before { content: "\f5ce"; } .fa-wine-glass-alt::before { content: "\f5ce"; } .fa-square-star::before { content: "\e27f"; } .fa-cheese::before { content: "\f7ef"; } .fa-send-backward::before { content: "\f87f"; } .fa-yin-yang::before { content: "\f6ad"; } .fa-music::before { content: "\f001"; } .fa-compass-slash::before { content: "\f5e9"; } .fa-clock-one::before { content: "\e34e"; } .fa-file-music::before { content: "\f8b6"; } .fa-code-commit::before { content: "\f386"; } .fa-temperature-low::before { content: "\f76b"; } .fa-person-biking::before { content: "\f84a"; } .fa-biking::before { content: "\f84a"; } .fa-display-chart-up-circle-currency::before { content: "\e5e5"; } .fa-skeleton::before { content: "\f620"; } .fa-circle-g::before { content: "\e10f"; } .fa-circle-arrow-up-left::before { content: "\e0fb"; } .fa-coin-blank::before { content: "\e3fb"; } .fa-broom::before { content: "\f51a"; } .fa-vacuum::before { content: "\e04d"; } .fa-shield-heart::before { content: "\e574"; } .fa-card-heart::before { content: "\e3eb"; } .fa-lightbulb-cfl-on::before { content: "\e5a7"; } .fa-melon::before { content: "\e310"; } .fa-gopuram::before { content: "\f664"; } .fa-earth-oceania::before { content: "\e47b"; } .fa-globe-oceania::before { content: "\e47b"; } .fa-container-storage::before { content: "\f4b7"; } .fa-face-pouting::before { content: "\e387"; } .fa-square-xmark::before { content: "\f2d3"; } .fa-times-square::before { content: "\f2d3"; } .fa-xmark-square::before { content: "\f2d3"; } .fa-face-explode::before { content: "\e2fe"; } .fa-exploding-head::before { content: "\e2fe"; } .fa-hashtag::before { content: "\#"; } .fa-up-right-and-down-left-from-center::before { content: "\f424"; } .fa-expand-alt::before { content: "\f424"; } .fa-oil-can::before { content: "\f613"; } .fa-t::before { content: "T"; } .fa-transformer-bolt::before { content: "\e2a4"; } .fa-hippo::before { content: "\f6ed"; } .fa-chart-column::before { content: "\e0e3"; } .fa-cassette-vhs::before { content: "\f8ec"; } .fa-vhs::before { content: "\f8ec"; } .fa-infinity::before { content: "\f534"; } .fa-vial-circle-check::before { content: "\e596"; } .fa-chimney::before { content: "\f78b"; } .fa-object-intersect::before { content: "\e49d"; } .fa-person-arrow-down-to-line::before { content: "\e538"; } .fa-voicemail::before { content: "\f897"; } .fa-block-brick::before { content: "\e3db"; } .fa-wall-brick::before { content: "\e3db"; } .fa-fan::before { content: "\f863"; } .fa-bags-shopping::before { content: "\f847"; } .fa-paragraph-left::before { content: "\f878"; } .fa-paragraph-rtl::before { content: "\f878"; } .fa-person-walking-luggage::before { content: "\e554"; } .fa-caravan-simple::before { content: "\e000"; } .fa-caravan-alt::before { content: "\e000"; } .fa-turtle::before { content: "\f726"; } .fa-pencil-mechanical::before { content: "\e5ca"; } .fa-up-down::before { content: "\f338"; } .fa-arrows-alt-v::before { content: "\f338"; } .fa-cloud-moon-rain::before { content: "\f73c"; } .fa-booth-curtain::before { content: "\f734"; } .fa-calendar::before { content: "\f133"; } .fa-box-heart::before { content: "\f49d"; } .fa-trailer::before { content: "\e041"; } .fa-user-doctor-message::before { content: "\f82e"; } .fa-user-md-chat::before { content: "\f82e"; } .fa-bahai::before { content: "\f666"; } .fa-haykal::before { content: "\f666"; } .fa-amp-guitar::before { content: "\f8a1"; } .fa-sd-card::before { content: "\f7c2"; } .fa-volume-slash::before { content: "\f2e2"; } .fa-border-bottom::before { content: "\f84d"; } .fa-wifi-weak::before { content: "\f6aa"; } .fa-wifi-1::before { content: "\f6aa"; } .fa-dragon::before { content: "\f6d5"; } .fa-shoe-prints::before { content: "\f54b"; } .fa-circle-plus::before { content: "\f055"; } .fa-plus-circle::before { content: "\f055"; } .fa-face-grin-tongue-wink::before { content: "\f58b"; } .fa-grin-tongue-wink::before { content: "\f58b"; } .fa-hand-holding::before { content: "\f4bd"; } .fa-plug-circle-exclamation::before { content: "\e55d"; } .fa-link-slash::before { content: "\f127"; } .fa-chain-broken::before { content: "\f127"; } .fa-chain-slash::before { content: "\f127"; } .fa-unlink::before { content: "\f127"; } .fa-clone::before { content: "\f24d"; } .fa-person-walking-arrow-loop-left::before { content: "\e551"; } .fa-arrow-up-z-a::before { content: "\f882"; } .fa-sort-alpha-up-alt::before { content: "\f882"; } .fa-fire-flame-curved::before { content: "\f7e4"; } .fa-fire-alt::before { content: "\f7e4"; } .fa-tornado::before { content: "\f76f"; } .fa-file-circle-plus::before { content: "\e494"; } .fa-delete-right::before { content: "\e154"; } .fa-book-quran::before { content: "\f687"; } .fa-quran::before { content: "\f687"; } .fa-circle-quarter::before { content: "\e11f"; } .fa-anchor::before { content: "\f13d"; } .fa-border-all::before { content: "\f84c"; } .fa-function::before { content: "\f661"; } .fa-face-angry::before { content: "\f556"; } .fa-angry::before { content: "\f556"; } .fa-people-simple::before { content: "\e21b"; } .fa-cookie-bite::before { content: "\f564"; } .fa-arrow-trend-down::before { content: "\e097"; } .fa-rss::before { content: "\f09e"; } .fa-feed::before { content: "\f09e"; } .fa-face-monocle::before { content: "\e380"; } .fa-draw-polygon::before { content: "\f5ee"; } .fa-scale-balanced::before { content: "\f24e"; } .fa-balance-scale::before { content: "\f24e"; } .fa-calendar-lines::before { content: "\e0d5"; } .fa-calendar-note::before { content: "\e0d5"; } .fa-arrow-down-big-small::before { content: "\f88c"; } .fa-sort-size-down::before { content: "\f88c"; } .fa-gauge-simple-high::before { content: "\f62a"; } .fa-tachometer::before { content: "\f62a"; } .fa-tachometer-fast::before { content: "\f62a"; } .fa-do-not-enter::before { content: "\f5ec"; } .fa-shower::before { content: "\f2cc"; } .fa-dice-d8::before { content: "\f6d2"; } .fa-desktop::before { content: "\f390"; } .fa-desktop-alt::before { content: "\f390"; } .fa-m::before { content: "M"; } .fa-grip-dots-vertical::before { content: "\e411"; } .fa-face-viewfinder::before { content: "\e2ff"; } .fa-soft-serve::before { content: "\e400"; } .fa-creemee::before { content: "\e400"; } .fa-h5::before { content: "\e412"; } .fa-hand-back-point-down::before { content: "\e19e"; } .fa-table-list::before { content: "\f00b"; } .fa-th-list::before { content: "\f00b"; } .fa-comment-sms::before { content: "\f7cd"; } .fa-sms::before { content: "\f7cd"; } .fa-rectangle::before { content: "\f2fa"; } .fa-rectangle-landscape::before { content: "\f2fa"; } .fa-clipboard-list-check::before { content: "\f737"; } .fa-turkey::before { content: "\f725"; } .fa-book::before { content: "\f02d"; } .fa-user-plus::before { content: "\f234"; } .fa-ice-skate::before { content: "\f7ac"; } .fa-check::before { content: "\f00c"; } .fa-battery-three-quarters::before { content: "\f241"; } .fa-battery-4::before { content: "\f241"; } .fa-tomato::before { content: "\e330"; } .fa-sword-laser::before { content: "\e03b"; } .fa-house-circle-check::before { content: "\e509"; } .fa-buildings::before { content: "\e0cc"; } .fa-angle-left::before { content: "\f104"; } .fa-cart-flatbed-boxes::before { content: "\f475"; } .fa-dolly-flatbed-alt::before { content: "\f475"; } .fa-diagram-successor::before { content: "\e47a"; } .fa-truck-arrow-right::before { content: "\e58b"; } .fa-square-w::before { content: "\e285"; } .fa-arrows-split-up-and-left::before { content: "\e4bc"; } .fa-lamp::before { content: "\f4ca"; } .fa-airplay::before { content: "\e089"; } .fa-hand-fist::before { content: "\f6de"; } .fa-fist-raised::before { content: "\f6de"; } .fa-shield-quartered::before { content: "\e575"; } .fa-slash-forward::before { content: "\/"; } .fa-location-pen::before { content: "\f607"; } .fa-map-marker-edit::before { content: "\f607"; } .fa-cloud-moon::before { content: "\f6c3"; } .fa-pot-food::before { content: "\e43f"; } .fa-briefcase::before { content: "\f0b1"; } .fa-person-falling::before { content: "\e546"; } .fa-image-portrait::before { content: "\f3e0"; } .fa-portrait::before { content: "\f3e0"; } .fa-user-tag::before { content: "\f507"; } .fa-rug::before { content: "\e569"; } .fa-print-slash::before { content: "\f686"; } .fa-earth-europe::before { content: "\f7a2"; } .fa-globe-europe::before { content: "\f7a2"; } .fa-cart-flatbed-suitcase::before { content: "\f59d"; } .fa-luggage-cart::before { content: "\f59d"; } .fa-hand-back-point-ribbon::before { content: "\e1a0"; } .fa-rectangle-xmark::before { content: "\f410"; } .fa-rectangle-times::before { content: "\f410"; } .fa-times-rectangle::before { content: "\f410"; } .fa-window-close::before { content: "\f410"; } .fa-tire-rugged::before { content: "\f634"; } .fa-lightbulb-dollar::before { content: "\f670"; } .fa-cowbell::before { content: "\f8b3"; } .fa-baht-sign::before { content: "\e0ac"; } .fa-corner::before { content: "\e3fe"; } .fa-chevrons-right::before { content: "\f324"; } .fa-chevron-double-right::before { content: "\f324"; } .fa-book-open::before { content: "\f518"; } .fa-book-journal-whills::before { content: "\f66a"; } .fa-journal-whills::before { content: "\f66a"; } .fa-inhaler::before { content: "\f5f9"; } .fa-handcuffs::before { content: "\e4f8"; } .fa-snake::before { content: "\f716"; } .fa-triangle-exclamation::before { content: "\f071"; } .fa-exclamation-triangle::before { content: "\f071"; } .fa-warning::before { content: "\f071"; } .fa-note-medical::before { content: "\e200"; } .fa-database::before { content: "\f1c0"; } .fa-down-left::before { content: "\e16a"; } .fa-share::before { content: "\f064"; } .fa-arrow-turn-right::before { content: "\f064"; } .fa-mail-forward::before { content: "\f064"; } .fa-face-thinking::before { content: "\e39b"; } .fa-turn-down-right::before { content: "\e455"; } .fa-bottle-droplet::before { content: "\e4c4"; } .fa-mask-face::before { content: "\e1d7"; } .fa-hill-rockslide::before { content: "\e508"; } .fa-scanner-keyboard::before { content: "\f489"; } .fa-circle-o::before { content: "\e119"; } .fa-grid-horizontal::before { content: "\e307"; } .fa-message-dollar::before { content: "\f650"; } .fa-comment-alt-dollar::before { content: "\f650"; } .fa-right-left::before { content: "\f362"; } .fa-exchange-alt::before { content: "\f362"; } .fa-columns-3::before { content: "\e361"; } .fa-paper-plane::before { content: "\f1d8"; } .fa-road-circle-exclamation::before { content: "\e565"; } .fa-dungeon::before { content: "\f6d9"; } .fa-hand-holding-box::before { content: "\f47b"; } .fa-input-text::before { content: "\e1bf"; } .fa-window-flip::before { content: "\f40f"; } .fa-window-alt::before { content: "\f40f"; } .fa-align-right::before { content: "\f038"; } .fa-scanner-gun::before { content: "\f488"; } .fa-scanner::before { content: "\f488"; } .fa-tire::before { content: "\f631"; } .fa-engine::before { content: "\e16e"; } .fa-money-bill-1-wave::before { content: "\f53b"; } .fa-money-bill-wave-alt::before { content: "\f53b"; } .fa-life-ring::before { content: "\f1cd"; } .fa-hands::before { content: "\f2a7"; } .fa-sign-language::before { content: "\f2a7"; } .fa-signing::before { content: "\f2a7"; } .fa-circle-caret-right::before { content: "\f330"; } .fa-caret-circle-right::before { content: "\f330"; } .fa-wheat::before { content: "\f72d"; } .fa-file-spreadsheet::before { content: "\f65b"; } .fa-audio-description-slash::before { content: "\e0a8"; } .fa-calendar-day::before { content: "\f783"; } .fa-water-ladder::before { content: "\f5c5"; } .fa-ladder-water::before { content: "\f5c5"; } .fa-swimming-pool::before { content: "\f5c5"; } .fa-arrows-up-down::before { content: "\f07d"; } .fa-arrows-v::before { content: "\f07d"; } .fa-chess-pawn-piece::before { content: "\f444"; } .fa-chess-pawn-alt::before { content: "\f444"; } .fa-face-grimace::before { content: "\f57f"; } .fa-grimace::before { content: "\f57f"; } .fa-wheelchair-move::before { content: "\e2ce"; } .fa-wheelchair-alt::before { content: "\e2ce"; } .fa-turn-down::before { content: "\f3be"; } .fa-level-down-alt::before { content: "\f3be"; } .fa-square-s::before { content: "\e27d"; } .fa-rectangle-barcode::before { content: "\f463"; } .fa-barcode-alt::before { content: "\f463"; } .fa-person-walking-arrow-right::before { content: "\e552"; } .fa-square-envelope::before { content: "\f199"; } .fa-envelope-square::before { content: "\f199"; } .fa-dice::before { content: "\f522"; } .fa-unicorn::before { content: "\f727"; } .fa-bowling-ball::before { content: "\f436"; } .fa-pompebled::before { content: "\e43d"; } .fa-brain::before { content: "\f5dc"; } .fa-watch-smart::before { content: "\e2cc"; } .fa-book-user::before { content: "\f7e7"; } .fa-sensor-cloud::before { content: "\e02c"; } .fa-sensor-smoke::before { content: "\e02c"; } .fa-clapperboard-play::before { content: "\e132"; } .fa-bandage::before { content: "\f462"; } .fa-band-aid::before { content: "\f462"; } .fa-calendar-minus::before { content: "\f272"; } .fa-circle-xmark::before { content: "\f057"; } .fa-times-circle::before { content: "\f057"; } .fa-xmark-circle::before { content: "\f057"; } .fa-circle-4::before { content: "\e0f1"; } .fa-gifts::before { content: "\f79c"; } .fa-album-collection::before { content: "\f8a0"; } .fa-hotel::before { content: "\f594"; } .fa-earth-asia::before { content: "\f57e"; } .fa-globe-asia::before { content: "\f57e"; } .fa-id-card-clip::before { content: "\f47f"; } .fa-id-card-alt::before { content: "\f47f"; } .fa-magnifying-glass-plus::before { content: "\f00e"; } .fa-search-plus::before { content: "\f00e"; } .fa-thumbs-up::before { content: "\f164"; } .fa-cloud-showers::before { content: "\f73f"; } .fa-user-clock::before { content: "\f4fd"; } .fa-onion::before { content: "\e427"; } .fa-clock-twelve-thirty::before { content: "\e359"; } .fa-arrow-down-to-dotted-line::before { content: "\e095"; } .fa-hand-dots::before { content: "\f461"; } .fa-allergies::before { content: "\f461"; } .fa-file-invoice::before { content: "\f570"; } .fa-window-minimize::before { content: "\f2d1"; } .fa-rectangle-wide::before { content: "\f2fc"; } .fa-comment-arrow-up::before { content: "\e144"; } .fa-garlic::before { content: "\e40e"; } .fa-mug-saucer::before { content: "\f0f4"; } .fa-coffee::before { content: "\f0f4"; } .fa-brush::before { content: "\f55d"; } .fa-tree-decorated::before { content: "\f7dc"; } .fa-mask::before { content: "\f6fa"; } .fa-calendar-heart::before { content: "\e0d3"; } .fa-magnifying-glass-minus::before { content: "\f010"; } .fa-search-minus::before { content: "\f010"; } .fa-flower::before { content: "\f7ff"; } .fa-right-left-large::before { content: "\e5e1"; } .fa-ruler-vertical::before { content: "\f548"; } .fa-circles-overlap::before { content: "\e600"; } .fa-user-large::before { content: "\f406"; } .fa-user-alt::before { content: "\f406"; } .fa-starship-freighter::before { content: "\e03a"; } .fa-train-tram::before { content: "\e5b4"; } .fa-bridge-suspension::before { content: "\e4cd"; } .fa-trash-check::before { content: "\e2af"; } .fa-user-nurse::before { content: "\f82f"; } .fa-boombox::before { content: "\f8a5"; } .fa-syringe::before { content: "\f48e"; } .fa-cloud-sun::before { content: "\f6c4"; } .fa-shield-exclamation::before { content: "\e247"; } .fa-stopwatch-20::before { content: "\e06f"; } .fa-square-full::before { content: "\f45c"; } .fa-grip-dots::before { content: "\e410"; } .fa-comment-exclamation::before { content: "\f4af"; } .fa-pen-swirl::before { content: "\e214"; } .fa-falafel::before { content: "\e40a"; } .fa-circle-2::before { content: "\e0ef"; } .fa-magnet::before { content: "\f076"; } .fa-jar::before { content: "\e516"; } .fa-gramophone::before { content: "\f8bd"; } .fa-dice-d12::before { content: "\f6ce"; } .fa-note-sticky::before { content: "\f249"; } .fa-sticky-note::before { content: "\f249"; } .fa-down::before { content: "\f354"; } .fa-arrow-alt-down::before { content: "\f354"; } .fa-hundred-points::before { content: "\e41c"; } .fa-100::before { content: "\e41c"; } .fa-paperclip-vertical::before { content: "\e3c2"; } .fa-wind-warning::before { content: "\f776"; } .fa-wind-circle-exclamation::before { content: "\f776"; } .fa-location-pin-slash::before { content: "\f60c"; } .fa-map-marker-slash::before { content: "\f60c"; } .fa-face-sad-sweat::before { content: "\e38a"; } .fa-bug-slash::before { content: "\e490"; } .fa-cupcake::before { content: "\e402"; } .fa-light-switch-off::before { content: "\e018"; } .fa-toggle-large-off::before { content: "\e5b0"; } .fa-pen-fancy-slash::before { content: "\e210"; } .fa-truck-container::before { content: "\f4dc"; } .fa-boot::before { content: "\f782"; } .fa-arrow-up-from-water-pump::before { content: "\e4b6"; } .fa-file-check::before { content: "\f316"; } .fa-bone::before { content: "\f5d7"; } .fa-cards-blank::before { content: "\e4df"; } .fa-circle-3::before { content: "\e0f0"; } .fa-bench-tree::before { content: "\e2e7"; } .fa-keyboard-brightness-low::before { content: "\e1c1"; } .fa-ski-boot-ski::before { content: "\e3cd"; } .fa-brain-circuit::before { content: "\e0c6"; } .fa-user-injured::before { content: "\f728"; } .fa-block-brick-fire::before { content: "\e3dc"; } .fa-firewall::before { content: "\e3dc"; } .fa-face-sad-tear::before { content: "\f5b4"; } .fa-sad-tear::before { content: "\f5b4"; } .fa-plane::before { content: "\f072"; } .fa-tent-arrows-down::before { content: "\e581"; } .fa-exclamation::before { content: "\!"; } .fa-arrows-spin::before { content: "\e4bb"; } .fa-face-smile-relaxed::before { content: "\e392"; } .fa-comment-xmark::before { content: "\f4b5"; } .fa-comment-times::before { content: "\f4b5"; } .fa-print::before { content: "\f02f"; } .fa-turkish-lira-sign::before { content: "\e2bb"; } .fa-try::before { content: "\e2bb"; } .fa-turkish-lira::before { content: "\e2bb"; } .fa-face-nose-steam::before { content: "\e382"; } .fa-circle-waveform-lines::before { content: "\e12d"; } .fa-waveform-circle::before { content: "\e12d"; } .fa-dollar-sign::before { content: "\$"; } .fa-dollar::before { content: "\$"; } .fa-usd::before { content: "\$"; } .fa-ferris-wheel::before { content: "\e174"; } .fa-computer-speaker::before { content: "\f8b2"; } .fa-skull-cow::before { content: "\f8de"; } .fa-x::before { content: "X"; } .fa-magnifying-glass-dollar::before { content: "\f688"; } .fa-search-dollar::before { content: "\f688"; } .fa-users-gear::before { content: "\f509"; } .fa-users-cog::before { content: "\f509"; } .fa-person-military-pointing::before { content: "\e54a"; } .fa-building-columns::before { content: "\f19c"; } .fa-bank::before { content: "\f19c"; } .fa-institution::before { content: "\f19c"; } .fa-museum::before { content: "\f19c"; } .fa-university::before { content: "\f19c"; } .fa-circle-t::before { content: "\e124"; } .fa-sack::before { content: "\f81c"; } .fa-grid-2::before { content: "\e196"; } .fa-camera-cctv::before { content: "\f8ac"; } .fa-cctv::before { content: "\f8ac"; } .fa-umbrella::before { content: "\f0e9"; } .fa-trowel::before { content: "\e589"; } .fa-horizontal-rule::before { content: "\f86c"; } .fa-bed-front::before { content: "\f8f7"; } .fa-bed-alt::before { content: "\f8f7"; } .fa-d::before { content: "D"; } .fa-stapler::before { content: "\e5af"; } .fa-masks-theater::before { content: "\f630"; } .fa-theater-masks::before { content: "\f630"; } .fa-kip-sign::before { content: "\e1c4"; } .fa-face-woozy::before { content: "\e3a2"; } .fa-cloud-question::before { content: "\e492"; } .fa-pineapple::before { content: "\e31f"; } .fa-hand-point-left::before { content: "\f0a5"; } .fa-gallery-thumbnails::before { content: "\e3aa"; } .fa-circle-j::before { content: "\e112"; } .fa-eyes::before { content: "\e367"; } .fa-handshake-simple::before { content: "\f4c6"; } .fa-handshake-alt::before { content: "\f4c6"; } .fa-page-caret-up::before { content: "\e42a"; } .fa-file-caret-up::before { content: "\e42a"; } .fa-jet-fighter::before { content: "\f0fb"; } .fa-fighter-jet::before { content: "\f0fb"; } .fa-comet::before { content: "\e003"; } .fa-square-share-nodes::before { content: "\f1e1"; } .fa-share-alt-square::before { content: "\f1e1"; } .fa-shield-keyhole::before { content: "\e248"; } .fa-barcode::before { content: "\f02a"; } .fa-plus-minus::before { content: "\e43c"; } .fa-square-sliders-vertical::before { content: "\f3f2"; } .fa-sliders-v-square::before { content: "\f3f2"; } .fa-video::before { content: "\f03d"; } .fa-video-camera::before { content: "\f03d"; } .fa-message-middle::before { content: "\e1e1"; } .fa-comment-middle-alt::before { content: "\e1e1"; } .fa-graduation-cap::before { content: "\f19d"; } .fa-mortar-board::before { content: "\f19d"; } .fa-hand-holding-medical::before { content: "\e05c"; } .fa-person-circle-check::before { content: "\e53e"; } .fa-square-z::before { content: "\e288"; } .fa-message-text::before { content: "\e1e6"; } .fa-comment-alt-text::before { content: "\e1e6"; } .fa-turn-up::before { content: "\f3bf"; } .fa-level-up-alt::before { content: "\f3bf"; } .sr-only, .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: "Font Awesome 6 Pro"; --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"; } @font-face { font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-solid-900.ttf") format("truetype"); } .fas, .fa-solid { font-weight: 900; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: "Font Awesome 6 Pro"; --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"; } @font-face { font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-regular-400.ttf") format("truetype"); } .far, .fa-regular { font-weight: 400; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ :root, :host { --fa-style-family-duotone: "Font Awesome 6 Duotone"; --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"; } @font-face { font-family: "Font Awesome 6 Duotone"; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-duotone-900.woff2") format("woff2"), url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-duotone-900.ttf") format("truetype"); } .fad, .fa-duotone { position: relative; font-weight: 900; letter-spacing: normal; } .fad::before, .fa-duotone::before { position: absolute; color: var(--fa-primary-color, inherit); opacity: var(--fa-primary-opacity, 1); } .fad::after, .fa-duotone::after { color: var(--fa-secondary-color, inherit); opacity: var(--fa-secondary-opacity, 0.4); } .fa-swap-opacity .fad::before, .fa-swap-opacity .fa-duotone::before, .fad.fa-swap-opacity::before, .fa-duotone.fa-swap-opacity::before { opacity: var(--fa-secondary-opacity, 0.4); } .fa-swap-opacity .fad::after, .fa-swap-opacity .fa-duotone::after, .fad.fa-swap-opacity::after, .fa-duotone.fa-swap-opacity::after { opacity: var(--fa-primary-opacity, 1); } .fad.fa-inverse, .fa-duotone.fa-inverse { color: var(--fa-inverse, #fff); } .fad.fa-stack-1x, .fad.fa-stack-2x, .fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x { position: absolute; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: "Font Awesome 6 Pro"; --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro"; } @font-face { font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 100; font-display: block; src: url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-thin-100.ttf") format("truetype"); } .fat, .fa-thin { font-weight: 100; } /*! * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2023 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: "Font Awesome 6 Pro"; --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"; } @font-face { font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome-pro-6-4-0-web/webfonts/fa-light-300.ttf") format("truetype"); } .fal, .fa-light { font-weight: 300; } /* in use angle-down angle-up print shoe-prints */ #enableReciteFloat { background: #fd0; width: 44px; height: 44px; bottom: 14px; right: 14px; position: fixed; border-radius: 50%; z-index: 100; cursor: pointer; } #enableReciteFloat img { width: 33px; height: 33px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #enableReciteFloat .has-tip { border-bottom: none !important; } #enableReciteFloat:hover { background: #fd0; } #recite-modal-buttons .recite-modal-button:focus, #recite-modal-buttons .recite-modal-button:hover { background: #EA1E26 !important; color: #fff !important; } /* */ #recite-wrapper #article { scroll-padding-top: 60px; } html body.scrollReciteBody { position: relative !important; top: auto !important; } html body.scrollReciteBody div#recite-header { position: relative !important; } .panel.hero { background: #f6f6fa; padding: 1rem; border-radius: 5px; } .panel.hero p { color: #0a0a0a; } body { overflow-x: hidden; } body.zoomed { overflow-x: auto !important; } ::-webkit-input-placeholder { color: transparent; } :-moz-placeholder { color: transparent; } ::-moz-placeholder { color: transparent; } :-ms-input-placeholder { color: transparent; } .stepDiagram .num-step-roundel { background: #E5E7E8; border-radius: 50%; text-align: center; display: inline-block; font-weight: 600; color: #555554; font-size: 55px; width: 100px; height: 100px; line-height: 100px; } .stepDiagram .num-step-roundel.fa-icon { background: none; } .vacanciesPromotional { background-color: #51509B; padding: 2rem 0 2rem 0; border-bottom: 1px solid #696982; /* @include breakpoint(medium) { background-image: url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png); background-position: 50% center, -100px center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; }*/ } .vacanciesPromotional p.h2, .vacanciesPromotional p, .vacanciesPromotional figcaption { color: #fff; } .vacanciesPromotional p.h2 { margin: 1rem 0 4rem 0; font-weight: 500 !important; font-style: normal !important; font-size: 2.33rem; } .vacanciesPromotional p.h1 { margin: 2rem 0 0 0 !important; font-size: 60px; font-size: 4.33333rem; font-family: aktiv-grotesk, sans-serif; font-weight: 400 !important; font-style: normal; line-height: 1 !important; } .vacanciesPromotional figure { overflow: hidden; text-align: center; } .vacanciesPromotional figure img { border-radius: 10px 10px 10px 10px !important; margin-bottom: 10px !important; } @media print, screen and (max-width: 63.99875em) { .vacanciesPromotional figure { margin: 0 2rem; } } .vacanciesPromotional .button { margin-bottom: 0 !important; } @media print, screen and (max-width: 63.99875em) { .vacanciesPromotional .button { margin: 1rem 2rem; box-sizing: content-box; width: auto; } } @media print, screen and (max-width: 39.99875em) { .vacanciesPromotional { background-image: none; } } @media print, screen and (min-width: 40em) { .vacanciesPromotional { background-image: none; } } @media print, screen and (min-width: 64em) { .vacanciesPromotional { background-image: url(../graphics/careers/arrow-ending.png); background-position: -550px top; background-repeat: no-repeat; } } @media screen and (min-width: 75em) { .vacanciesPromotional { background-image: url(../graphics/careers/arrow-ending.png); background-position: -500px top; background-repeat: no-repeat; } } @media screen and (min-width: 90em) { .vacanciesPromotional { background-image: url(../graphics/careers/arrow-ending.png); background-position: -80% top; background-repeat: no-repeat; } } @media screen and (min-width: 90em) { .vacanciesPromotional { background-image: url(../graphics/careers/arrow-ending.png); background-position: -550px top; background-repeat: no-repeat; } } .vacanciesPromotional img { margin-bottom: 2rem; width: 100%; } .subHeader.careers { border-top: 1px solid #d4d4de; background-color: #51509B; padding: 6rem 0; border-bottom: 1px solid #696982; } .subHeader.careers p.h2 { margin: 2rem 0 4rem 0; color: #fff !important; font-family: aktiv-grotesk, sans-serif; font-weight: 800; font-style: normal; } @media print, screen and (min-width: 64em) { .subHeader.careers .large-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .subHeader.careers .large-text-left { text-align: left; } } @media print, screen and (max-width: 39.99875em) { .subHeader.careers { background-image: none, none, none !important; } } @media print, screen and (max-width: 63.99875em) { .subHeader.careers { background-image: none, none, none !important; /* background-image: url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-jumper.jpg); background-position: 50% center, right top; background-repeat: no-repeat, no-repeat; background-size: cover, cover;*/ } } @media print, screen and (min-width: 64em) { .subHeader.careers { /* background-image: url(../graphics/careers/subheader-arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-jumper.jpg);*/ background-position: center bottom, 50% center, right top; background-repeat: no-repeat, no-repeat, no-repeat; background-size: cover, cover, cover; } } .subHeader.careers.alt { border-top: 1px solid #d4d4de; background-color: #51509B; padding: 6rem 0; border-bottom: 1px solid #696982; } .subHeader.careers.alt p.h2 { margin: 2rem 0 4rem 0; color: #fff !important; font-family: aktiv-grotesk, sans-serif; font-weight: 800; font-style: normal; } @media print, screen and (min-width: 64em) { .subHeader.careers.alt .large-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .subHeader.careers.alt .large-text-left { text-align: left; } } @media print, screen and (min-width: 40em) { .subHeader.careers.alt { background-image: url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-lookRight.jpg); background-position: 50% center, right top; background-repeat: no-repeat, no-repeat; background-size: cover, cover; } } @media print, screen and (min-width: 64em) { .subHeader.careers.alt { background-image: url(../graphics/careers/subheader-arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-lookRight.jpg); background-position: center bottom, 50% center, right top; background-repeat: no-repeat, no-repeat, no-repeat; background-size: cover, cover, cover; } } .subHeader.persona { border-top: 1px solid #d4d4de; background-color: #51509B; padding: 3rem 0 3rem 0; border-bottom: 1px solid #696982; margin-bottom: 2rem !important; /* @include breakpoint(1440px) { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, contain; } @include breakpoint(2316px) { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, 60%; } */ } .subHeader.persona h2, .subHeader.persona .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .subHeader.persona .accordion-title, .subHeader.persona h2.h1 { margin: 0 !important; color: #fff !important; font-family: aktiv-grotesk, sans-serif; font-weight: 800; font-style: normal; font-size: 1.778rem; } @media print, screen and (min-width: 64em) { .subHeader.persona .large-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .subHeader.persona .large-text-left { text-align: left; } } @media print, screen and (max-width: 39.99875em) { .subHeader.persona { background-image: none !important; } } @media screen and (min-width: 40em) { .subHeader.persona { background-position: 50% center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; } } @media screen and (min-width: 64em) { .subHeader.persona { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; } } @media screen and (min-width: 90em) { .subHeader.persona { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, 60%; } } .subHeader.jobVacancy { border-top: 1px solid #d4d4de; background-color: #51509B; padding: 3rem 0 3rem 0; border-bottom: 1px solid #696982; margin-bottom: 2rem !important; /* @include breakpoint(1440px) { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, contain; } @include breakpoint(2316px) { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, 60%; } */ } .subHeader.jobVacancy h2, .subHeader.jobVacancy .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .subHeader.jobVacancy .accordion-title, .subHeader.jobVacancy h2.h1 { margin: 0 !important; color: #fff !important; font-family: aktiv-grotesk, sans-serif; font-weight: 800; font-style: normal; font-size: 1.778rem; } @media print, screen and (min-width: 64em) { .subHeader.jobVacancy .large-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .subHeader.jobVacancy .large-text-left { text-align: left; } } @media print, screen and (max-width: 39.99875em) { .subHeader.jobVacancy { background-image: none !important; } } @media screen and (min-width: 40em) { .subHeader.jobVacancy { background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: cover, 60%; } } @media screen and (min-width: 64em) { .subHeader.jobVacancy { background-position: left center, right -150px; background-repeat: no-repeat, no-repeat; background-size: cover, 60%; } } .promotionalFooter { border-top: 1px solid #d4d4de; } .promotionalFooter p.h1 { font-weight: bold; } .promotionalFooter abbr { text-decoration: none !important; font-size: inherit; color: inherit; border: none !important; font-variant: inherit; font-weight: inherit; text-transform: inherit; } .promotionalFooter .stepDiagram { text-align: center; } .promotionalFooter .stepDiagram .columns:last-of-type .num-step-roundel { margin-bottom: 0 !important; } @media print, screen and (max-width: 63.99875em) { .promotionalFooter .stepDiagram .columns:first-of-type .num-step-roundel { transform: rotate(90deg); } } @media print, screen and (min-width: 64em) { .promotionalFooter .stepDiagram .columns:first-of-type .num-step-roundel { margin-left: 1rem; } } @media print, screen and (max-width: 63.99875em) { .promotionalFooter .num-step-roundel { margin-bottom: 1rem; font-size: 38px; width: 75px; height: 75px; line-height: 75px; } } @media print, screen and (min-width: 64em) { .promotionalFooter .large-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .promotionalFooter .large-text-left { text-align: left; } } .promotionalMaps { background-color: #51509B; background-image: url("../graphics/mapping-grab-lgo-bg.png"); background-repeat: repeat-y; background-size: 50% auto; background-position: right; } .promotionalMaps .columns:first-of-type { background-color: #51509B; } @media print, screen and (max-width: 63.99875em) { .promotionalMaps .columns:first-of-type { padding-left: 1rem; padding-right: 1rem; text-align: center; } } .promotionalMaps .columns:last-of-type { background-image: url("../graphics/mapping-grab-lgo-bg.png"); } .promotionalMaps p { color: #FFFFFF; } .promotionalMaps p.h1 { font-weight: 600; } .promotionalMaps .mapText { display: block; } .promotionalMaps .mappo { background-image: url("../graphics/mapping-grab-lgo.png"); background-position: left center; background-size: cover; } @media print, screen and (max-width: 63.99875em) { .promotionalMaps .mappo { min-height: 184px; } } .careersPromotional { background-color: #51509B; padding: 4rem 0; border-bottom: 1px solid #696982; } @media print, screen and (max-width: 63.99875em) { .careersPromotional { background-image: none, none, none !important; } } @media print, screen and (min-width: 40em) { .careersPromotional { /* background-image: url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png); background-position: 50% center, -100px center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; */ } } @media print, screen and (min-width: 64em) { .careersPromotional { /* background-image: url(../graphics/careers/arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png); */ background-position: center center, 50% center, right center; background-repeat: no-repeat, no-repeat, no-repeat; background-size: cover, cover, 60%; } } .careersPromotional img { margin-bottom: 2rem; width: 100%; } .careersGoVDelSignupCTA { background: #F8F9EC; padding: 1.5rem 0 1.5rem 0; } .careersGoVDelSignupCTA p, .careersGoVDelSignupCTA i { margin-bottom: 0 !important; } .careersGoVDelSignupCTA i { color: #fd0; margin-right: 1rem; } .card-image-overflow { display: block; overflow: hidden; position: relative; background-color: #EFEFEF; padding-bottom: 75%; /* set default to 4:3 */ } .card-image-overflow.img1by1 { padding-bottom: 100%; } .card-image-overflow.img16by9 { padding-bottom: 56.25%; } .card-image-overflow.img4by3 { padding-bottom: 75%; } .card-image-overflow.img3by2 { padding-bottom: 66.66%; } .card-image-overflow.img8by5 { padding-bottom: 62.5%; } .card-image-overflow.a4sheet { padding-bottom: 129%; } img.card-image { background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; width: 100%; min-height: inherit; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } /* promo image effects */ .card-image.withZoom { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.35s; -moz-transition: -moz-transform 0.35s; transition: transform 0.35s; } div.promo:hover .card-image.withZoom { -webkit-transform: scale(1.12); -moz-transform: scale(1.12); -ms-transform: scale(1.12); -o-transform: scale(1.12); transform: scale(1.12); } .newsPromos .promo { border-bottom: 1px solid #e4e4e4; padding-bottom: 1rem; margin-right: 1rem; margin-bottom: 1rem; } @media print, screen and (max-width: 39.99875em) { .newsPromos img.card-image { margin-bottom: 1rem; } .newsPromos .button { width: 100%; } } @media print, screen and (max-width: 63.99875em) { .newsPromos { padding-left: 1rem; padding-right: 1rem; } .newsPromos .promo { margin-right: 0; } } .newsPromos .promoText { padding-right: 2rem; } .newsPromos .promoText span, .newsPromos .promoText time { display: block; margin-top: 5px; } .newsPromos .promoText p, .newsPromos .promoText .h1, .newsPromos .promoText .h2, .newsPromos .promoText .h3, .newsPromos .promoText .h4, .newsPromos .promoText .h5, .newsPromos .promoText .h6 { margin-bottom: 0 !important; } .newsPromos .promoText .headline { margin-bottom: 0 !important; } .newsPromos .promoText time { color: #4A4A4A; display: block; font-size: 0.85rem; } .newsPromos .promoText a:focus * { background-color: #fd0; } .homeIntro h1, .homeIntro p { margin-bottom: 0; } .homeIntro h1 { line-height: 43px; } .homeIntro h1 span { display: block; color: #51509B; } @media print, screen and (max-width: 63.99875em) { .homeIntro { padding-left: 1rem; padding-right: 1rem; } } .homeDescription { background: #F5F5F9; } .homeDescription h2, .homeDescription .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .homeDescription .accordion-title, .homeDescription p { font-weight: 400; margin-right: 1rem; margin-bottom: 0; } .homeDescription h2, .homeDescription .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .homeDescription .accordion-title { line-height: 43px; } @media print, screen and (max-width: 63.99875em) { .homeDescription { padding-left: 1rem; padding-right: 1rem; } } .homeDescription .mission .row { margin-top: 1rem; margin-bottom: 1rem; } .homeDescription .mission .row i { color: #51509B; min-width: 54px; text-align: center; } .sectionNav { border-top: 1px solid #d4d4de; } @media print, screen and (max-width: 63.99875em) { .sectionNav { padding-left: 1rem; padding-right: 1rem; } } .sectionNav .node1 { background: #00819E; } .sectionNav .node2 { background: #01893C; } .sectionNav .node3 { background: #555554; } .sectionNav .node4 { background: #E50072; } .sectionNav a { display: block; text-align: center; color: #FFF; padding: 3rem 1rem; text-decoration: none; position: relative; overflow: hidden; height: 300px !important; -webkit-transition-property: box-shadow; -webkit-transition-duration: 0.5s; z-index: 1; /* .icnDecisions { background-image:url('../graphics/new-icns/lgo-icn-gavel.svg'); } .icnAdult { background-image:url('../graphics/new-icns/lgo-icn-shake.svg'); } .icnInfo { background-image:url('../graphics/new-icns/lgo-icn-info.svg'); } .icnTraining { background-image:url('../graphics/new-icns/lgo-icn-motar.svg'); } */ } .sectionNav a span { display: block; } .sectionNav a .nodeTitle { width: 100%; height: 45px; } .sectionNav a .icn { margin: 0 auto; width: 74px; height: 74px; background-size: contain; background-repeat: no-repeat; background-position: center center; color: #ffffff; } .sectionNav a .icnDecisions { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='74px' height='74px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='gavel-paper-icon' fill='%23ffffff'%3E%3Cpath d='M173,0 C174.656854,0 176,1.34314575 176,3 L176,10 L184,10 C185.104569,10 186,10.8954305 186,12 L186,20 L194,20 C195.104569,20 196,20.8954305 196,22 L196,186.12 L221.045745,167.92427 C219.035191,165.333639 216.919377,162.711926 214.698303,160.059131 C212.543442,158.494479 210.649006,156.562793 209.106028,154.275235 C200.921935,142.141817 205.724716,124.591183 219.833341,115.074795 C233.941966,105.558407 252.013785,107.679929 260.197878,119.813347 C261.561626,121.835185 262.564769,124.007443 263.224338,126.267881 C267.385063,133.343649 271.735296,140.158678 276.273316,146.713265 C281.732923,154.598968 287.654715,162.382688 294.038691,170.064423 C295.207153,171.181468 296.266539,172.432579 297.197878,173.813347 C305.381972,185.946764 300.57919,203.497399 286.470565,213.013786 C272.36194,222.530174 254.290121,220.408652 246.106028,208.275235 C244.673512,206.151442 243.638885,203.861677 242.982407,201.478077 C240.116276,196.445448 237.371731,191.829931 234.748974,187.631436 L196,215.784 L196,250 C196,251.104569 195.104569,252 194,252 L146.154,252 L88.8321811,293.648773 C82.0372358,297.631884 76.6432712,296.266315 72.6502874,289.552064 C68.6573035,282.837813 69.3489861,277.731247 74.7253351,274.232365 L105.325,252 L22,252 C20.8954305,252 20,251.104569 20,250 L20,242 L12,242 C10.8954305,242 10,241.104569 10,240 L10,232 L3,232 C1.34314575,232 0,230.656854 0,229 L0,3 C0,1.34314575 1.34314575,0 3,0 L173,0 Z M118.896,242.14 L24,242.14 L24,248 L110.83,248 L118.896,242.14 Z M192,218.69 L186.117,222.964 L186.117844,236.140081 C186.117844,236.544571 186.077818,236.939713 186.001511,237.321762 L186,240 C186,241.104569 185.104569,242 184,242 L181.409364,242.000734 C181.064036,242.076488 180.707568,242.122498 180.342782,242.135943 L180.117844,242.140081 L159.725,242.14 L151.659,248 L192,248 L192,218.69 Z M182.001,225.955 L175.471686,230.700715 C175.086547,231.259381 174.516897,231.681032 173.85074,231.877664 L165.422,238.001 L180.851892,238.001079 C181.385532,237.790419 181.806832,237.356866 182.001043,236.815166 L182.001,225.955 Z M132.66,232.14 L14,232.14 L14,238 L124.593,238.001 L132.66,232.14 Z M172,4 L4,4 L4,228 L138.357,228.001 L172.001,203.557 L172,4 Z M260.977353,174.675692 C249.530732,182.396535 245.634136,196.635729 252.274061,206.479823 C258.913986,216.323916 273.576027,218.045151 285.022647,210.324308 C296.469268,202.603465 300.365864,188.364271 293.725939,178.520177 C287.086014,168.676084 272.423973,166.954849 260.977353,174.675692 Z M123.508963,201.577237 C124.889675,201.577237 126.008963,202.696526 126.008963,204.077237 C126.008963,205.402721 124.977427,206.487276 123.673339,206.57192 L123.508963,206.577237 L21.7916117,206.577237 C20.4108999,206.577237 19.2916117,205.457949 19.2916117,204.077237 C19.2916117,202.751754 20.3231477,201.667199 21.627236,201.582555 L21.7916117,201.577237 L123.508963,201.577237 Z M182,14 L176.117,14 L176.117,200.566 L182.001,196.291 L182,14 Z M154.508963,192.577237 C155.889675,192.577237 157.008963,193.696526 157.008963,195.077237 C157.008963,196.402721 155.977427,197.487276 154.673339,197.57192 L154.508963,197.577237 L21.7916117,197.577237 C20.4108999,197.577237 19.2916117,196.457949 19.2916117,195.077237 C19.2916117,193.751754 20.3231477,192.667199 21.627236,192.582555 L21.7916117,192.577237 L154.508963,192.577237 Z M192,24 L186.117,24 L186.117,193.301 L192,189.026 L192,24 Z M154.508963,183.577237 C155.889675,183.577237 157.008963,184.696526 157.008963,186.077237 C157.008963,187.402721 155.977427,188.487276 154.673339,188.57192 L154.508963,188.577237 L21.7916117,188.577237 C20.4108999,188.577237 19.2916117,187.457949 19.2916117,186.077237 C19.2916117,184.751754 20.3231477,183.667199 21.627236,183.582555 L21.7916117,183.577237 L154.508963,183.577237 Z M154.508963,174.577237 C155.889675,174.577237 157.008963,175.696526 157.008963,177.077237 C157.008963,178.402721 155.977427,179.487276 154.673339,179.57192 L154.508963,179.577237 L21.7916117,179.577237 C20.4108999,179.577237 19.2916117,178.457949 19.2916117,177.077237 C19.2916117,175.751754 20.3231477,174.667199 21.627236,174.582555 L21.7916117,174.577237 L154.508963,174.577237 Z M154.508963,165.577237 C155.889675,165.577237 157.008963,166.696526 157.008963,168.077237 C157.008963,169.402721 155.977427,170.487276 154.673339,170.57192 L154.508963,170.577237 L21.7916117,170.577237 C20.4108999,170.577237 19.2916117,169.457949 19.2916117,168.077237 C19.2916117,166.751754 20.3231477,165.667199 21.627236,165.582555 L21.7916117,165.577237 L154.508963,165.577237 Z M123.508963,148.577237 C124.889675,148.577237 126.008963,149.696526 126.008963,151.077237 C126.008963,152.402721 124.977427,153.487276 123.673339,153.57192 L123.508963,153.577237 L21.7916117,153.577237 C20.4108999,153.577237 19.2916117,152.457949 19.2916117,151.077237 C19.2916117,149.751754 20.3231477,148.667199 21.627236,148.582555 L21.7916117,148.577237 L123.508963,148.577237 Z M154.508963,139.577237 C155.889675,139.577237 157.008963,140.696526 157.008963,142.077237 C157.008963,143.402721 155.977427,144.487276 154.673339,144.57192 L154.508963,144.577237 L21.7916117,144.577237 C20.4108999,144.577237 19.2916117,143.457949 19.2916117,142.077237 C19.2916117,140.751754 20.3231477,139.667199 21.627236,139.582555 L21.7916117,139.577237 L154.508963,139.577237 Z M154.508963,130.577237 C155.889675,130.577237 157.008963,131.696526 157.008963,133.077237 C157.008963,134.402721 155.977427,135.487276 154.673339,135.57192 L154.508963,135.577237 L21.7916117,135.577237 C20.4108999,135.577237 19.2916117,134.457949 19.2916117,133.077237 C19.2916117,131.751754 20.3231477,130.667199 21.627236,130.582555 L21.7916117,130.577237 L154.508963,130.577237 Z M154.508963,121.577237 C155.889675,121.577237 157.008963,122.696526 157.008963,124.077237 C157.008963,125.402721 155.977427,126.487276 154.673339,126.57192 L154.508963,126.577237 L21.7916117,126.577237 C20.4108999,126.577237 19.2916117,125.457949 19.2916117,124.077237 C19.2916117,122.751754 20.3231477,121.667199 21.627236,121.582555 L21.7916117,121.577237 L154.508963,121.577237 Z M154.508963,112.577237 C155.889675,112.577237 157.008963,113.696526 157.008963,115.077237 C157.008963,116.402721 155.977427,117.487276 154.673339,117.57192 L154.508963,117.577237 L21.7916117,117.577237 C20.4108999,117.577237 19.2916117,116.457949 19.2916117,115.077237 C19.2916117,113.751754 20.3231477,112.667199 21.627236,112.582555 L21.7916117,112.577237 L154.508963,112.577237 Z M67.508963,95.5772375 C68.8896749,95.5772375 70.008963,96.6965256 70.008963,98.0772375 C70.008963,99.4027209 68.9774271,100.487276 67.6733387,100.57192 L67.508963,100.577237 L21.7916117,100.577237 C20.4108999,100.577237 19.2916117,99.4579494 19.2916117,98.0772375 C19.2916117,96.7517541 20.3231477,95.6671988 21.627236,95.5825552 L21.7916117,95.5772375 L67.508963,95.5772375 Z M154.508963,86.5772375 C155.889675,86.5772375 157.008963,87.6965256 157.008963,89.0772375 C157.008963,90.4027209 155.977427,91.4872762 154.673339,91.5719198 L154.508963,91.5772375 L21.7916117,91.5772375 C20.4108999,91.5772375 19.2916117,90.4579494 19.2916117,89.0772375 C19.2916117,87.7517541 20.3231477,86.6671988 21.627236,86.5825552 L21.7916117,86.5772375 L154.508963,86.5772375 Z M154.508963,77.5772375 C155.889675,77.5772375 157.008963,78.6965256 157.008963,80.0772375 C157.008963,81.4027209 155.977427,82.4872762 154.673339,82.5719198 L154.508963,82.5772375 L21.7916117,82.5772375 C20.4108999,82.5772375 19.2916117,81.4579494 19.2916117,80.0772375 C19.2916117,78.7517541 20.3231477,77.6671988 21.627236,77.5825552 L21.7916117,77.5772375 L154.508963,77.5772375 Z M154.508963,68.5772375 C155.889675,68.5772375 157.008963,69.6965256 157.008963,71.0772375 C157.008963,72.4027209 155.977427,73.4872762 154.673339,73.5719198 L154.508963,73.5772375 L21.7916117,73.5772375 C20.4108999,73.5772375 19.2916117,72.4579494 19.2916117,71.0772375 C19.2916117,69.7517541 20.3231477,68.6671988 21.627236,68.5825552 L21.7916117,68.5772375 L154.508963,68.5772375 Z M154.508963,59.5772375 C155.889675,59.5772375 157.008963,60.6965256 157.008963,62.0772375 C157.008963,63.4027209 155.977427,64.4872762 154.673339,64.5719198 L154.508963,64.5772375 L21.7916117,64.5772375 C20.4108999,64.5772375 19.2916117,63.4579494 19.2916117,62.0772375 C19.2916117,60.7517541 20.3231477,59.6671988 21.627236,59.5825552 L21.7916117,59.5772375 L154.508963,59.5772375 Z M98.508963,41.5772375 C99.8896749,41.5772375 101.008963,42.6965256 101.008963,44.0772375 C101.008963,45.4027209 99.9774271,46.4872762 98.6733387,46.5719198 L98.508963,46.5772375 L77.7916117,46.5772375 C76.4108999,46.5772375 75.2916117,45.4579494 75.2916117,44.0772375 C75.2916117,42.7517541 76.3231477,41.6671988 77.627236,41.5825552 L77.7916117,41.5772375 L98.508963,41.5772375 Z M103.508963,32.5772375 C104.889675,32.5772375 106.008963,33.6965256 106.008963,35.0772375 C106.008963,36.4027209 104.977427,37.4872762 103.673339,37.5719198 L103.508963,37.5772375 L71.7916117,37.5772375 C70.4108999,37.5772375 69.2916117,36.4579494 69.2916117,35.0772375 C69.2916117,33.7517541 70.3231477,32.6671988 71.627236,32.5825552 L71.7916117,32.5772375 L103.508963,32.5772375 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .sectionNav a .icnAdult { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='74px' height='74px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='shake' transform='translate(150.999741, 128.499712) rotate(-42.000000) translate(-150.999741, -128.499712) translate(8.982941, -6.005208)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M66.5082095,1.15588666 L97.943961,29.4607645 C99.790885,31.1237423 99.9400028,33.9690799 98.277025,35.8160039 L95.8694368,38.4884427 L153.321162,90.2188536 C158.21374,94.6241512 158.941652,101.929319 155.244439,107.179176 L164.913297,107.178829 C165.035198,107.170501 165.154597,107.161822 165.271493,107.152792 C169.087071,106.858047 172.859776,108.048184 175.810085,110.457935 L176.35344,110.923991 L242.346432,170.343703 L244.753657,167.670937 C246.416635,165.824013 249.261973,165.674895 251.108897,167.337873 L282.544648,195.642751 C284.391572,197.305729 284.54069,200.151066 282.877712,201.99799 L223.880629,267.520889 C222.217651,269.367813 219.372313,269.516931 217.525389,267.853953 L186.089638,239.549076 C184.242714,237.886098 184.093596,235.04076 185.756574,233.193836 L186.357598,232.525603 L165.414,213.669 L165.41473,216.338514 C165.41473,223.048902 159.976682,228.488745 153.26851,228.488745 C149.450243,228.488745 146.043476,226.72632 143.81682,223.970333 C141.590932,226.724755 138.185156,228.486016 134.36815,228.486016 C130.550346,228.486016 127.143942,226.724017 124.91727,223.968606 C122.692222,226.723902 119.28572,228.486016 115.467791,228.486016 C111.649986,228.486016 108.243582,226.724017 106.01691,223.968606 C103.791862,226.723902 100.38536,228.486016 96.5674312,228.486016 C90.0509214,228.486016 84.732994,223.352579 84.434432,216.907752 L84.4212115,216.335785 L84.4218976,191.335566 C82.4902975,192.629411 80.1668432,193.384066 77.6670716,193.384066 L56.0666606,193.384066 C49.3562732,193.384066 43.9164294,187.946018 43.9164294,181.237846 C43.9164294,177.421765 45.6768373,174.016713 48.4301086,171.789982 C45.6768373,169.56486 43.9164294,166.159808 43.9164294,162.343727 C43.9164294,158.527646 45.6768373,155.122594 48.4301086,152.895862 C45.6768373,150.67074 43.9164294,147.265689 43.9164294,143.449607 C43.9164294,139.633526 45.6768373,136.228474 48.4301086,134.001743 C45.6768373,131.776621 43.9164294,128.371569 43.9164294,124.555488 C43.9164294,118.451618 48.4203273,113.399343 54.2871348,112.538614 L40.4292895,100.060964 L39.2799416,101.338903 C37.6169638,103.185827 34.7716262,103.334945 32.9247022,101.671967 L1.48895065,73.3670892 C-0.357973347,71.7041114 -0.507091172,68.8587738 1.15588666,67.0118498 L60.15297,1.48895065 C61.8159479,-0.357973347 64.6612855,-0.507091172 66.5082095,1.15588666 Z M167.475805,112.567284 L167.341457,112.576823 L165.102,112.576 L164.988302,112.584633 L163.453315,112.660244 C163.182626,112.670419 162.904495,112.679383 162.618902,112.687141 L160.815659,112.719238 L158.832414,112.722559 C158.486821,112.720725 158.13369,112.7177 157.773,112.713488 C157.486292,112.71014 157.210531,112.662219 156.95223,112.576389 L146.064655,112.577421 C145.39355,112.648112 144.713127,112.666361 144.029142,112.629787 C143.890869,112.622394 143.755581,112.60472 143.623979,112.577548 L115.635401,112.576823 C110.590184,112.576823 106.468385,116.529142 106.199204,121.505549 L106.185221,122.023882 L106.185261,124.714796 C106.200449,129.932228 110.443725,134.149491 115.662881,134.134324 L162.316342,134.016277 C162.446615,133.996957 162.579924,133.986947 162.71557,133.986947 C162.847599,133.986947 162.977415,133.99643 163.104373,134.014752 L168.133852,134.002547 C175.445631,134.002547 178.919425,140.27859 178.919425,151.309677 C178.919425,152.800382 177.710571,154.008837 176.219374,154.008837 C174.728177,154.008837 173.519322,152.800382 173.519322,151.309677 C173.519322,142.863471 171.602769,139.400867 168.133852,139.400867 L165.414212,139.407503 L165.415136,206.490544 C165.493661,206.535098 165.570506,206.583935 165.645343,206.637074 L165.891498,206.834277 L189.969565,228.514108 L238.734465,174.355199 L172.741259,114.935725 C171.265098,113.606584 169.420267,112.786585 167.475805,112.567284 Z M92.2574698,42.4999385 L44.0419257,96.0487251 L62.1008688,112.310167 L62.204,112.409 L77.6670716,112.409268 C84.377459,112.409268 89.8173028,117.847316 89.8173028,124.555488 C89.8173028,128.371569 88.056895,131.776621 85.3036236,134.003352 C88.056895,136.228474 89.8173028,139.633526 89.8173028,143.449607 C89.8173028,147.265689 88.056895,150.67074 85.3036236,152.897472 C87.861845,154.964959 89.5628948,158.051119 89.7910707,161.539161 C89.7951527,161.564342 89.798437,161.589514 89.8013722,161.614794 L89.8195314,161.929677 L89.8195314,216.335785 C89.8195314,220.063778 92.8406691,223.085913 96.5674312,223.085913 C100.145123,223.085913 103.072511,220.300713 103.300978,216.779607 L103.315331,216.335785 L103.315331,153.219797 C103.315331,151.7286 104.523786,150.519746 106.014491,150.519746 C107.398717,150.519746 108.539574,151.562074 108.695492,152.904914 L108.713651,153.219797 L108.713212,161.824503 L108.719891,161.929677 L108.719891,216.335785 C108.719891,220.063778 111.741029,223.085913 115.467791,223.085913 C119.045483,223.085913 121.972871,220.300713 122.201337,216.779607 L122.215691,216.335785 L122.215691,153.219797 C122.215691,151.7286 123.424146,150.519746 124.914851,150.519746 C126.299077,150.519746 127.439934,151.562074 127.595851,152.904914 L127.614011,153.219797 L127.613212,161.813503 L127.620251,161.929677 L127.620251,216.335785 C127.620251,220.063778 130.641388,223.085913 134.36815,223.085913 C137.945842,223.085913 140.87323,220.300713 141.101697,216.779607 L141.11605,216.335785 L141.11605,153.219797 C141.11605,151.7286 142.324505,150.519746 143.81521,150.519746 C145.199436,150.519746 146.340294,151.562074 146.496211,152.904914 L146.51437,153.219797 L146.514212,161.824503 L146.52061,161.932407 L146.52061,216.338514 C146.52061,220.066507 149.541748,223.088643 153.26851,223.088643 C156.846202,223.088643 159.77359,220.303443 160.002057,216.782337 L160.01641,216.338514 L160.016212,139.420503 L115.678588,139.532621 C107.677088,139.555874 101.135229,133.248649 100.798711,125.327541 L100.785118,124.730506 L100.785118,122.023882 C100.785118,114.024978 107.113445,107.503646 115.03813,107.19029 L115.635401,107.178503 L145.736251,107.178881 C147.466427,106.939948 149.074897,106.098799 150.263483,104.77874 C152.920978,101.827293 152.789193,97.3387276 150.038036,94.5452098 L149.70898,94.2305871 L92.2574698,42.4999385 Z M77.6670716,174.489947 L56.0666606,174.489947 C52.3386676,174.489947 49.3165322,177.511084 49.3165322,181.237846 C49.3165322,184.815538 52.1017322,187.742926 55.6228378,187.971393 L56.0666606,187.985746 L77.6670716,187.985746 C81.3950646,187.985746 84.4172,184.964609 84.4172,181.237846 C84.4172,177.660155 81.632,174.732767 78.1108944,174.5043 L77.6670716,174.489947 Z M77.6670716,155.595827 L56.0666606,155.595827 C52.3386676,155.595827 49.3165322,158.616965 49.3165322,162.343727 C49.3165322,165.921418 52.1017322,168.848807 55.6228378,169.077273 L56.0666606,169.091627 L77.6670716,169.091627 C81.3950646,169.091627 84.4172,166.070489 84.4172,162.343727 C84.4172,158.766035 81.632,155.838647 78.1108944,155.61018 L77.6670716,155.595827 Z M77.6670716,136.701707 L56.0666606,136.701707 C52.3386676,136.701707 49.3165322,139.722845 49.3165322,143.449607 C49.3165322,147.027299 52.1017322,149.954687 55.6228378,150.183154 L56.0666606,150.197507 L77.6670716,150.197507 C81.3950646,150.197507 84.4172,147.176369 84.4172,143.449607 C84.4172,139.871916 81.632,136.944527 78.1108944,136.716061 L77.6670716,136.701707 Z M77.6670716,117.807588 L56.0666606,117.807588 C52.3386676,117.807588 49.3165322,120.828726 49.3165322,124.555488 C49.3165322,128.133179 52.1017322,131.060568 55.6228378,131.289034 L56.0666606,131.303388 L77.6670716,131.303388 C81.3950646,131.303388 84.4172,128.28225 84.4172,124.555488 C84.4172,120.977796 81.632,118.050408 78.1108944,117.821941 L77.6670716,117.807588 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .sectionNav a .icnInfo { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='74px' height='74px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M150.5,52 C203.243194,52 246,94.7568064 246,147.5 C246,200.243194 203.243194,243 150.5,243 C97.7568064,243 55,200.243194 55,147.5 C55,94.7568064 97.7568064,52 150.5,52 Z M162.80518,120.413534 C150.536787,125.580408 138.268393,128.692039 126,129.748429 C126.011187,129.729621 126.01758,130.105163 126.019178,130.875056 L126.019178,130.875056 L126.019178,131.776399 C126.01758,132.809192 126.011187,134.236335 126,136.057829 C133.861376,136.057829 137.792064,138.324773 137.792064,142.85866 C137.79487,142.870003 137.797181,143.282174 137.799063,144.027649 L137.799844,144.367348 C137.799969,144.4273 137.800093,144.488903 137.800215,144.552133 L137.800918,144.950836 C137.801031,145.020474 137.801142,145.09169 137.801252,145.164458 L137.801881,145.619508 C137.801982,145.69839 137.802081,145.778775 137.802178,145.86064 L137.802998,146.63669 L137.802998,146.63669 L137.803248,146.912433 L137.803969,147.842561 C137.804079,148.004285 137.804186,148.169294 137.804288,148.33749 L137.80497,149.657173 L137.80497,149.657173 L137.805087,149.934637 L137.805978,153.256696 L137.805978,153.256696 L137.806025,153.58132 L137.806013,159.94275 C137.805986,160.193731 137.805955,160.446125 137.805922,160.699832 L137.805064,165.38715 C137.805002,165.653073 137.804939,165.919718 137.804874,166.186987 L137.804001,169.417836 C137.803922,169.688516 137.80384,169.959425 137.803758,170.230466 L137.803111,172.264178 L137.803111,172.264178 L137.802976,172.670695 L137.802129,175.102011 C137.802031,175.371071 137.801933,175.639669 137.801834,175.907709 L137.801078,177.905974 L137.801078,177.905974 L137.800924,178.302296 L137.800143,180.263188 L137.800143,180.263188 L137.799985,180.650705 L137.799032,182.936963 C137.798926,183.186948 137.798819,183.435485 137.798713,183.682478 L137.79808,185.145101 C137.797975,185.385518 137.79787,185.624192 137.797766,185.861026 L137.797146,187.259146 C137.797044,187.488221 137.796942,187.715258 137.796841,187.940158 L137.796098,189.585304 L137.796098,189.585304 L137.795954,189.903904 L137.79512,191.736293 C137.795031,191.932002 137.794943,192.124983 137.794856,192.315138 L137.794002,194.203643 L137.794002,194.203643 L137.79389,194.45499 L137.793006,196.490801 L137.793006,196.490801 L137.792923,196.690501 L137.792064,199.41621 C136.560001,204.201709 132.629314,206.214537 126,205.454693 L126,205.454693 L126,213 L174,213 C173.999168,212.3688 173.998443,211.777183 173.997824,211.22515 L173.997824,211.22515 L173.997133,210.58171 C173.997026,210.477637 173.996924,210.375147 173.996825,210.27424 L173.996057,209.408831 C173.995985,209.317425 173.995917,209.227601 173.995853,209.139361 L173.995952,206.177398 L173.995952,206.177398 L173.996057,206.119851 L173.996976,205.783522 L173.996976,205.783522 L173.997133,205.744975 L173.997824,205.614537 C173.998443,205.521673 173.999168,205.468391 174,205.454693 C167.841879,206.20804 164.110272,204.258197 162.80518,199.605165 L162.80518,199.605165 Z M150.080533,82 C141.971731,82 135.398248,88.6147404 135.398248,96.7744361 C135.398248,104.934132 141.971731,111.548872 150.080533,111.548872 C158.189335,111.548872 164.762818,104.934132 164.762818,96.7744361 C164.762818,88.6147404 158.189335,82 150.080533,82 Z' id='Combined-Shape' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); } .sectionNav a .icnTraining { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='74px' height='74px' viewBox='0 0 302 296' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elgo-icn- copy%3C/title%3E%3Cg id='lgo-icn--copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M155.239608,68 C169.516481,68 301.992444,95.6340477 301.992444,99.6451613 C302.473283,101.126308 280.003687,105.81448 234.583654,113.709677 L234.583654,177 C197.905967,172.202307 170.044749,169.803461 151,169.803461 C131.955251,169.803461 104.045654,172.202307 67.271208,177 L67.271208,113.709677 C59.0450616,112.13395 51.5732768,110.689232 44.8558536,109.375522 L44.8577763,177.863441 C46.7156077,178.826551 48,180.892504 48,183.285714 C48,185.043384 47.3071959,186.62453 46.203238,187.721898 L48,227 L37,227 L38.9428817,187.862095 C37.75428,186.761519 37,185.11971 37,183.285714 C37,180.892504 38.2843923,178.826551 40.1422237,177.863441 L40.1419804,108.450778 C13.7299739,103.252437 0.349313733,100.317231 0,99.6451613 C0,95.7501008 140.962734,68 155.239608,68 Z' id='Combined-Shape' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); } .sectionNav a:hover { color: #FFF; } .sectionNav a.withCSSTransitions span { position: absolute; right: 1rem; left: 1rem; width: auto !important; } .sectionNav a.withCSSTransitions .nodeTitle { top: 64px; -webkit-transition-property: top, bottom; -webkit-transition-duration: 0.5s; } @media only screen and (min-width: 1241px) and (max-width: 1280px) { .sectionNav a.withCSSTransitions .nodeTitle { font-size: 23px; } } .sectionNav a.withCSSTransitions .icn { top: 130px; -webkit-transition-property: top, bottom; -webkit-transition-duration: 0.5s; } .sectionNav a.withCSSTransitions span.desc { top: 195px; opacity: 0; display: none; vertical-align: baseline; transform: scale(0); transition-property: opacity, -webkit-transform; transition-duration: 0.7s, 0.35s; transition-timing-function: ease, ease; transition-delay: 0s, 0; hyphens: none; display: inline-block !important; } .sectionNav a.withCSSTransitions:hover span, .sectionNav a.withCSSTransitions:focus span { opacity: 1; } .sectionNav a.withCSSTransitions:hover .nodeTitle, .sectionNav a.withCSSTransitions:focus .nodeTitle { top: 34px; } .sectionNav a.withCSSTransitions:hover .icn, .sectionNav a.withCSSTransitions:focus .icn { top: 103px; } .sectionNav a.withCSSTransitions:hover span.desc, .sectionNav a.withCSSTransitions:focus span.desc { opacity: 1; display: block; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } .sectionNav a.withCSSTransitions:focus .icn { filter: brightness(0); } .sectionNav a:hover .nodeTitle, .sectionNav a:focus .nodeTitle { text-decoration: underline; } @media only screen and (max-width: 1240px) { .sectionNav a { padding: 0 15px; height: 240px !important; } .sectionNav span { right: 0.5rem; left: 0.5rem; } .sectionNav .nodeTitle { font-size: 23px; } .sectionNav .icn { width: 64px; height: 64px; } .sectionNav span.desc { font-size: 15px; } .sectionNav a.withCSSTransitions span { right: 0.5rem; left: 0.5rem; } .sectionNav a.withCSSTransitions .nodeTitle { top: 40px; } .sectionNav a.withCSSTransitions .icn { top: 95px; } .sectionNav a.withCSSTransitions span.desc { top: 155px; } .sectionNav a.withCSSTransitions:hover .nodeTitle, .sectionNav a.withCSSTransitions:focus .nodeTitle { top: 25px; } .sectionNav a.withCSSTransitions:hover .icn, .sectionNav a.withCSSTransitions:focus .icn { top: 75px; } } @media print, screen and (min-width: 64em) { .sidebar .sticky.is-stuck { padding-top: 118px; } } .sidebar .sectionBlock { display: block !important; margin-bottom: 20px; } .howToComplainDescription { background: #f8e6fe; } .howToComplainDescription h2, .howToComplainDescription .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .howToComplainDescription .accordion-title, .howToComplainDescription p { margin-right: 1rem; margin-bottom: 0; } .howToComplainDescription h2, .howToComplainDescription .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .howToComplainDescription .accordion-title { line-height: 43px; font-weight: 600; } @media print, screen and (max-width: 63.99875em) { .howToComplainDescription { padding-left: 1rem; padding-right: 1rem; } } .howToComplainDescription .options .row { margin-top: 1rem; margin-bottom: 1rem; } .howToComplainDescription .options .row .shrink { min-height: 54px; } .howToComplainDescription .options .row i { color: #0a0a0a; min-width: 54px; text-align: center; vertical-align: top; margin-top: 10px; } .howToComplainDescription .options .row .fa-shoe-prints { margin-top: 15px; padding-right: 10px; } .howToComplainDescription iframe { margin: 0 0 0 0 !important; border: none; } @media print, screen and (max-width: 63.99875em) { .howToComplainDescription iframe { width: 100% !important; } } @media print, screen and (max-width: 63.99875em) { .complainSteps { padding-left: 1rem; padding-right: 1rem; } } .complainSteps .fa-shoe-prints { font-size: 55px; width: 100px; height: 100px; transform: rotate(75deg); color: #555554; } @media print, screen and (max-width: 63.99875em) { .complainSteps .fa-shoe-prints { font-size: 25px; width: 50px; height: 50px; } } .complainSteps .complainStepsTitle { margin-bottom: 0 !important; padding-left: 80px; } @media print, screen and (max-width: 63.99875em) { .complainSteps .complainStepsTitle { padding-left: 30px; } } .complainSteps .icon { width: 100px; height: 100px; line-height: 100px; } @media print, screen and (max-width: 63.99875em) { .complainSteps .icon { width: 50px; height: 50px; line-height: 50px; } } .complainSteps .steps { margin-top: 2rem; } .complainSteps .steps .column.num, .complainSteps .steps .num.columns { background-image: url("../graphics/step-path-bg.png"); background-position: center top; background-repeat: repeat-y; } .complainSteps .steps .step:last-of-type .column.num, .complainSteps .steps .step:last-of-type .num.columns { background-image: none; } .complainSteps .steps .num-step-roundel { background: #E5E7E8; border-radius: 50%; text-align: center; display: inline-block; font-weight: 600; margin-bottom: 2rem; color: #555554; font-size: 55px; width: 100px; height: 100px; line-height: 100px; } @media print, screen and (max-width: 63.99875em) { .complainSteps .steps .num-step-roundel { font-size: 25px; width: 50px; height: 50px; line-height: 50px; } } .complainSteps .steps .num-step-title-bar { display: block; background-image: url("../graphics/step-path-bar-bg.png"); background-repeat: no-repeat; background-position: right 40px; width: 50px; height: 100px; } @media print, screen and (max-width: 63.99875em) { .complainSteps .steps .num-step-title-bar { background-image: none; width: 0px; height: 50px; } } .complainSteps .steps .num-step-title * { margin-bottom: 0 !important; } .complainSteps .steps .num-step-title { padding-left: 30px; } .complainSteps .steps .num-step-content { margin-bottom: 1rem; padding-left: 80px; } @media print, screen and (max-width: 63.99875em) { .complainSteps .steps .num-step-content { padding-left: 30px; padding-top: 1rem; } } .complainSteps .steps .num-step-content .foundation { border-bottom: 2px solid #E5E7E8; padding-bottom: 1rem; } .complainSteps .steps .wysiwyg { margin-bottom: 1rem; } @media print, screen and (min-width: 64em) { .complainSteps .steps .wysiwyg { padding-right: 30px; } } .complainSteps .steps .wysiwyg p:last-of-type { margin-bottom: 0 !important; } .complainSteps .steps .button { margin-bottom: 1rem; } .calloutAlerts { border-bottom: 1px solid #f5f5f9; clear: both; } @media only screen and (min-width: 1024px) and (max-width: 1200px) { .calloutAlerts .columns:first-of-type { padding-right: 0.9375rem; padding-left: 0.9375rem; } } @media only screen and (min-width: 1201px) { .calloutAlerts .columns:first-of-type { padding-right: 0; padding-left: 0; } } .calloutAlerts .callout:first-of-type { margin-top: 1rem; } .calloutAlerts .close-button { position: absolute; z-index: 10; right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; color: #000000; cursor: pointer; } .calloutAlerts img { width: 100%; height: auto; } @media print, screen and (max-width: 39.99875em) { .calloutAlerts img { margin-top: 1rem; } } .calloutAlerts .column p:last-of-type, .calloutAlerts .columns p:last-of-type { margin-bottom: 0; } .calloutAlerts a { color: #000; } .calloutAlerts .h1, .calloutAlerts .h2, .calloutAlerts .h3, .calloutAlerts .h4 { font-weight: 600; } .rteFooter { border-top: 1px solid #d4d4de; margin-top: 1rem; padding-top: 2rem; } [type=text].date { display: inline-block !important; } .ui-widget.ui-widget-content { border: 0px; } .ui-datepicker-trigger { background-image: url("../graphics/calendar.png"); background-repeat: no-repeat; background-size: contain; background-position: center center; display: inline-block; width: 42px; height: 42px; font-size: 0px; vertical-align: top; margin-left: 10px; } .offscreen { position: absolute; width: 1px; height: 1px; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; margin: 0; padding: 0; } .ui-datepicker-next:focus, button.ui-datepicker-trigger:focus, button.ui-datepicker-trigger:active { outline-width: 2px !important; outline-style: dotted !important; outline-color: #fd0 !important; color: #000 !important; } .ui-widget-header, .ui-widget-content { background-image: none; background-color: #28333b !important; color: #fff; } .ui-widget-content, .ui-widget-header { border-color: #2f3c45; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border-color: #2f3c45; background-color: #fff; color: #000; } .ui-datepicker td span, .ui-datepicker td a { text-align: center !important; } .ui-state-default.ui-state-hover, .ui-state-default:focus, .ui-state-default.ui-state-hover:focus { background: #fd0 !important; color: #000 !important; } .careerTabs { background-color: #EFEFEF; } .tabsContainer .tabs { padding-right: 0; padding-left: 0 !important; border-color: transparent !important; border-bottom: 1px solid #FFFFFF !important; background: transparent; } .tabsContainer .tabs .tabs-title > a { padding: 2rem; margin-right: 1rem; margin-left: 1rem; text-decoration: none !important; } .tabsContainer .tabs .tabs-title:first-of-type > a { margin-left: -1px; } .tabsContainer .tabs .tabs-title:last-of-type > a { margin-right: -1px; } .tabsContainer .tabs .tabs-title > a:focus, .tabsContainer .tabs .tabs-title > a[aria-selected=true] { background: #ffffff; } @media print, screen and (max-width: 63.99875em) { .tabsContainer .tabs .tabs-title > a { padding: 1rem; margin-right: 0; margin-left: 0; background: #ffffff; border-bottom: 1px solid #EFEFEF !important; } .tabsContainer .tabs .tabs-title > a:focus, .tabsContainer .tabs .tabs-title > a[aria-selected=true] { background: #EFEFEF !important; } } .tabsContainer .tabs-content { background: #FFFFFF; border: 1px solid #FFFFFF !important; } .tabsContainer .tabs-content .tabs-panel { padding: 2rem; } .careersnavCards { background: #F6F6F6; padding-bottom: 1rem; } .careersnavCards abbr { text-decoration: none !important; font-size: inherit; color: inherit; border: none !important; font-variant: inherit; font-weight: inherit; text-transform: inherit; } .careersnavCards .promo { background: #fff; margin-bottom: 1rem; } .careersnavCards .promo .promoText { padding: 1rem; } .careersnavCards .promo .promoText p { margin-bottom: 0 !important; } @media print, screen and (max-width: 39.99875em) { .careersnavCards .promo .promoText p { text-align: center !important; } } .careerCarosel { background: #EFEFEF; } .careerCarosel .orbit-slide { background: #ffffff !important; } .careerCarosel .orbit-slide .card { padding: 1rem 2rem; } .careerCarosel .orbit-slide .card blockquote { margin: 0rem 0 1rem 0; } .careerCarosel .orbit-slide .card blockquote p { font-size: 1.5rem; color: #F65019; font-style: italic; margin-bottom: 1rem !important; text-align: center; padding-right: 1rem; } .careerCarosel .orbit-slide .card blockquote::before, .careerCarosel .orbit-slide .card blockquote::after { color: #F65019; } .careerCarosel .orbit-slide .card .button { margin-top: 2rem !important; min-width: 50%; } @media print, screen and (max-width: 63.99875em) { .careerCarosel .orbit-slide .card .button { margin-bottom: 1rem; } } @media print, screen and (max-width: 63.99875em) { .careerCarosel .orbit-slide .card .button { display: block; } } .careerCarosel .orbit-controls { position: relative; display: block; height: 200px; vertical-align: middle; margin: 0 auto; } .careerCarosel .orbit-controls .orbit-next, .careerCarosel .orbit-controls .orbit-previous { padding: 0 0.5rem 0 0.5rem !important; color: #0B0C0C; height: 80px; background: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; box-shadow: none !important; top: 100px !important; } .careerCarosel .orbit-controls .orbit-next .circ, .careerCarosel .orbit-controls .orbit-previous .circ { display: inline-block; background: #FFFFFF; border: 1px solid #0B0C0C; border-radius: 50%; width: 80px; height: 80px; position: relative; text-align: center; vertical-align: middle; margin: 0 0.5rem; } .careerCarosel .orbit-controls .orbit-next .circ i, .careerCarosel .orbit-controls .orbit-previous .circ i { color: #0B0C0C; font-size: 44px; line-height: 80px; } .careerCarosel .orbit-controls .orbit-next:focus, .careerCarosel .orbit-controls .orbit-previous:focus { border: 0 !important; outline: 0 !important; } .careerCarosel .orbit-controls .orbit-next:focus .circ, .careerCarosel .orbit-controls .orbit-previous:focus .circ { background: #fd0; } .careerCarosel ul.orbit-container, .careerCarosel div.orbit-container { box-shadow: 0 0 15px 5px rgba(0, 0, 10, 0.03); border-radius: 30px; padding-left: 0 !important; } .careerCarosel ul.orbit-container .orbit-figure, .careerCarosel div.orbit-container .orbit-figure { position: relative !important; border-radius: 30px 0 0 30px; overflow: hidden; } @media print, screen and (max-width: 63.99875em) { .careerCarosel ul.orbit-container .orbit-figure, .careerCarosel div.orbit-container .orbit-figure { border-radius: 30px 30px 0 0; } } .careerCarosel ul.orbit-container .orbit-caption, .careerCarosel div.orbit-container .orbit-caption { padding: 0 0 0 0 !important; background: transparent; } @media print, screen and (max-width: 63.99875em) { .careerCarosel ul.orbit-container .orbit-caption, .careerCarosel div.orbit-container .orbit-caption { text-align: center; } } .careerCarosel ul.orbit-container .orbit-caption .h2, .careerCarosel div.orbit-container .orbit-caption .h2 { font-weight: 500 !important; } .careerCarosel ul.orbit-container .orbit-caption .row .columns:first-of-type, .careerCarosel div.orbit-container .orbit-caption .row .columns:first-of-type { background: #FFFFFF; color: #000 !important; padding: 1rem 2rem 1.5rem 2rem; } .careerCarosel ul.orbit-container .orbit-caption .row .columns:first-of-type *:last-child, .careerCarosel div.orbit-container .orbit-caption .row .columns:first-of-type *:last-child { margin-bottom: 0 !important; } .personaStory { padding-bottom: 0 !important; } .personaStory blockquote { margin: 0rem 0 1rem 0; display: inline-block; } .personaStory blockquote p { font-size: 1.5rem; color: #F65019; font-style: italic; margin-bottom: 1rem !important; text-align: center; padding-right: 1rem; } .personaStory blockquote::before, .personaStory blockquote::after { color: #F65019; } .personaStory .contentImg img { margin-bottom: 1rem; } @media print, screen and (min-width: 64em) { .videoSection .responsive-embed { margin: 0 0 2rem 0rem !important; } } .sectionText { margin-bottom: 3rem !important; } .sectionText .greyText { color: #444444; } .sectionText .greyText time { font-weight: bold; } .sectionText h2, .sectionText .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .sectionText .accordion-title { margin-bottom: 1.5rem !important; } .borderBottom { border-bottom: 1px solid #CCC; } .listSectionTexts .sectionText.borderBottom:last-of-type { border-bottom-color: transparent !important; } /* details */ .details { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 16px; font-size: 1rem; line-height: 1.25; color: #0b0c0c; margin-bottom: 20px; display: block; } @media print { .details { font-family: sans-serif; } } @media (min-width: 40.0625em) { .details { font-size: 19px; font-size: 1.1875rem; line-height: 1.31579; } } @media print { .details { font-size: 14pt; line-height: 1.15; } } @media print { .details { color: #000000; } } @media (min-width: 40.0625em) { .details { margin-bottom: 30px; } } .details .summary { display: block; position: relative; margin-bottom: 1rem; padding-left: 2rem; color: #454483; cursor: pointer; } .details .summary:hover { color: #27265F; } .details .summary:focus { outline: 3px solid transparent; color: #0b0c0c; background-color: #ffdd00; box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c; text-decoration: none; } .details .summary-text { text-decoration: underline; } .details .summary:focus .summary-text { text-decoration: none; } .details .summary::-webkit-details-marker { display: none; } .details .summary:before { content: ""; position: absolute; top: -1px; bottom: 0; left: 0; margin: auto; display: block; width: 0; height: 0; border-style: solid; border-color: transparent; -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%); clip-path: polygon(0% 0%, 100% 50%, 0% 100%); border-width: 7px 0 7px 12.124px; border-left-color: inherit; } .details[open] .summary:before { display: block; width: 0; height: 0; border-style: solid; border-color: transparent; -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%); clip-path: polygon(0% 0%, 50% 100%, 100% 0%); border-width: 12.124px 7px 0 7px; border-top-color: inherit; } .details[open] .text { padding: 15px; padding-left: 20px; border-left: 5px solid #444444; } .details[open] .text p { margin-top: 0; margin-bottom: 1rem; } .details[open] .text > :last-child { margin-bottom: 0; } .filter { border: none; padding: 0 !important; } .filter .count { /* background: #F8F9EC; border: 1px solid #F9C226; border-radius: 50%; display: inline-block; font-family: Helvetica; font-size: 0.725rem; color: #0B0C0C; text-align: center; line-height: 21px; min-height: 23px; min-width: 21px; padding: 1px 1px 0 1px; */ padding: 2px 5px; border-radius: 50%; height: 23px; min-width: 26px; line-height: 19px; box-sizing: border-box; background: #F8F9EC; border: 1px solid #F9C226; text-align: center; color: #0B0C0C; font-size: 11px; } .cat-filter-check { margin-right: 0.5rem; } /* reset for govuk styles */ .sidebar.foundation .row, .content.foundation .row { max-width: auto !important; display: flex !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-flow: row wrap !important; } .sidebar.foundation .row:before, .sidebar.foundation .row:after, .content.foundation .row:before, .content.foundation .row:after { content: none !important; display: none !important; } .sidebar.foundation .row, .content.foundation .row { margin-right: -0.625rem !important; margin-left: -0.625rem !important; } @media print, screen and (max-width: 63.99875em) { .sidebar.foundation .row, .content.foundation .row { max-width: none !important; } } .sidebar.foundation .noMargin, .content.foundation .noMargin { margin: 0 0 0 0 !important; } .sidebar.foundation .marginBottomSmall, .content.foundation .marginBottomSmall { margin-bottom: 0.625rem !important; } .sidebar.foundation .row .row.collapse, .content.foundation .row .row.collapse { margin-right: 0 !important; margin-left: 0 !important; } .sidebar.foundation .row .row.collapse .columns, .sidebar.foundation .row .row.collapse .column, .content.foundation .row .row.collapse .columns, .content.foundation .row .row.collapse .column { padding-right: 0; padding-left: 0; } @media print, screen and (min-width: 40em) { .sidebar.foundation .column, .sidebar.foundation .columns, .content.foundation .column, .content.foundation .columns { padding-right: 0.625rem; padding-left: 0.625rem; min-width: 0; } } .sidebar.foundation .Introductory, .content.foundation .Introductory { margin: 20px 40px 20px 40px; border-bottom: 1px solid #ccc; } .sidebar.foundation .Introductory h2, .sidebar.foundation .Introductory .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .sidebar.foundation .Introductory .accordion-title, .content.foundation .Introductory h2, .content.foundation .Introductory .annual-stats .accordion .accordion-item .accordion-title, .annual-stats .accordion .accordion-item .content.foundation .Introductory .accordion-title { font-weight: 400; } .sidebar.foundation .fullBlock .Introductory, .content.foundation .fullBlock .Introductory { margin: 20px 0 20px 0; } .sidebar.foundation .button.expanded, .content.foundation .button.expanded { display: block !important; width: 100%; } .sidebar.foundation .govuk-input__prefix, .sidebar.foundation .govuk-input__suffix, .content.foundation .govuk-input__prefix, .content.foundation .govuk-input__suffix { height: 2.4375rem; } .sidebar.foundation .InsetText.govuk-inset-text > *, .content.foundation .InsetText.govuk-inset-text > * { margin-bottom: 1rem !important; } .sidebar.foundation .InsetText.govuk-inset-text > :only-child, .sidebar.foundation .InsetText.govuk-inset-text > :last-child, .content.foundation .InsetText.govuk-inset-text > :only-child, .content.foundation .InsetText.govuk-inset-text > :last-child { margin-bottom: 0 !important; } .sidebar.foundation .introductionText, .content.foundation .introductionText { margin-bottom: 2rem; } .sidebar.foundation .wysiwyg table.govuk-table.entity-table, .content.foundation .wysiwyg table.govuk-table.entity-table { table-layout: fixed !important; } .sidebar.foundation .wysiwyg table.govuk-table, .content.foundation .wysiwyg table.govuk-table { margin: 0 0 2.25rem 0 !important; } .sidebar.foundation .wysiwyg caption, .content.foundation .wysiwyg caption { caption-side: top; text-align: left; margin-left: -10px; font-weight: normal !important; } .sidebar.foundation .wysiwyg tbody .header th, .content.foundation .wysiwyg tbody .header th { font-weight: normal !important; } .sidebar.foundation .wysiwyg a.govuk-table__edit, .sidebar.foundation .wysiwyg a.check-answers__button, .content.foundation .wysiwyg a.govuk-table__edit, .content.foundation .wysiwyg a.check-answers__button { color: #1d70b8 !important; font-size: 1rem; white-space: nowrap; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; text-align: center; font-weight: normal !important; } .sidebar.foundation .wysiwyg a.govuk-table__edit:focus, .sidebar.foundation .wysiwyg a.check-answers__button:focus, .content.foundation .wysiwyg a.govuk-table__edit:focus, .content.foundation .wysiwyg a.check-answers__button:focus { color: #0a0a0a !important; } .sidebar.foundation .panel, .content.foundation .panel { margin-bottom: 2rem; } .sidebar.foundation .panel fieldset, .content.foundation .panel fieldset { margin: 0; padding: 0 !important; border: 0; min-width: auto !important; } .sidebar.foundation .panel fieldset legend, .content.foundation .panel fieldset legend { margin: 0 0 2rem 0 !important; background: none !important; padding: 0 !important; border: none !important; box-shadow: none !important; } .sidebar.foundation .panel fieldset .FormFieldGroup, .content.foundation .panel fieldset .FormFieldGroup { margin-bottom: 2.25rem !important; } @media print, screen and (max-width: 39.99875em) { .sidebar.foundation .panel fieldset .FormFieldGroup, .content.foundation .panel fieldset .FormFieldGroup { margin-bottom: 1.75rem !important; } } .sidebar.foundation .panel fieldset .FormFieldHint.govuk-hint, .sidebar.foundation .panel fieldset .LabelHint.govuk-hint, .content.foundation .panel fieldset .FormFieldHint.govuk-hint, .content.foundation .panel fieldset .LabelHint.govuk-hint { color: #505a5f; } .sidebar.foundation .panel fieldset .FormFieldWordCount, .content.foundation .panel fieldset .FormFieldWordCount { color: #505a5f; } .sidebar.foundation .panel fieldset .FormFieldWordCount p, .content.foundation .panel fieldset .FormFieldWordCount p { margin-top: 1rem; margin-bottom: 1rem; } .sidebar.foundation .panel fieldset .govuk-form-group .row:first-of-type .FormFieldLabel, .content.foundation .panel fieldset .govuk-form-group .row:first-of-type .FormFieldLabel { font-weight: 500 !important; } .sidebar.foundation .panel fieldset label, .sidebar.foundation .panel fieldset .label, .content.foundation .panel fieldset label, .content.foundation .panel fieldset .label { font-size: 1rem; color: #000 !important; line-height: 1.5rem !important; font-weight: normal !important; margin-bottom: 1rem; } .sidebar.foundation .panel fieldset label strong, .sidebar.foundation .panel fieldset .label strong, .content.foundation .panel fieldset label strong, .content.foundation .panel fieldset .label strong { font-style: italic; } .sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type .FormFieldLabel, .sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type label.FormFieldLabel, .sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type p.FormFieldLabel, .content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type .FormFieldLabel, .content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type label.FormFieldLabel, .content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type p.FormFieldLabel { width: auto; font-weight: 600 !important; font-size: 1.125rem !important; margin-bottom: 1rem; } .sidebar.foundation .panel fieldset .FormField, .content.foundation .panel fieldset .FormField { margin-bottom: 0; box-sizing: border-box; } .sidebar.foundation .panel fieldset input:disabled, .sidebar.foundation .panel fieldset input[readonly], .sidebar.foundation .panel fieldset textarea:disabled, .sidebar.foundation .panel fieldset textarea[readonly], .sidebar.foundation .panel fieldset select:disabled, .sidebar.foundation .panel fieldset select[readonly], .content.foundation .panel fieldset input:disabled, .content.foundation .panel fieldset input[readonly], .content.foundation .panel fieldset textarea:disabled, .content.foundation .panel fieldset textarea[readonly], .content.foundation .panel fieldset select:disabled, .content.foundation .panel fieldset select[readonly] { border: 2px solid #b1b4b6 !important; background-color: #FFFFFF; } .sidebar.foundation .panel fieldset input:not([type=file]).FormField, .sidebar.foundation .panel fieldset textarea.FormField, .sidebar.foundation .panel fieldset select.FormField, .sidebar.foundation .panel fieldset .radioCheck.govuk-radio-check .checkmark, .content.foundation .panel fieldset input:not([type=file]).FormField, .content.foundation .panel fieldset textarea.FormField, .content.foundation .panel fieldset select.FormField, .content.foundation .panel fieldset .radioCheck.govuk-radio-check .checkmark { border: 2px solid #51509b; background: #FFFFFF; } .sidebar.foundation .panel fieldset .govuk-input__prefix, .sidebar.foundation .panel fieldset .govuk-input__suffix, .content.foundation .panel fieldset .govuk-input__prefix, .content.foundation .panel fieldset .govuk-input__suffix { border-color: #51509b; background: #FFFFFF; } .sidebar.foundation .panel fieldset .FormField.ErrorFormField, .sidebar.foundation .panel fieldset .ErrorFormField, .sidebar.foundation .panel fieldset .govuk-form-group--error .FormField.ErrorFormField, .sidebar.foundation .panel fieldset .govuk-form-group--error .ErrorFormField, .sidebar.foundation .panel fieldset .govuk-form-group--error .FormField, .sidebar.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check .checkmark, .content.foundation .panel fieldset .FormField.ErrorFormField, .content.foundation .panel fieldset .ErrorFormField, .content.foundation .panel fieldset .govuk-form-group--error .FormField.ErrorFormField, .content.foundation .panel fieldset .govuk-form-group--error .ErrorFormField, .content.foundation .panel fieldset .govuk-form-group--error .FormField, .content.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check .checkmark { border: 2px solid #d4351c !important; box-shadow: none !important; } .sidebar.foundation .panel fieldset .FormFieldGroupError .govuk-input__prefix, .sidebar.foundation .panel fieldset .FormFieldGroupError .govuk-input__suffix, .sidebar.foundation .panel fieldset .govuk-form-group--error .govuk-input__prefix, .sidebar.foundation .panel fieldset .govuk-form-group--error .govuk-input__suffix, .content.foundation .panel fieldset .FormFieldGroupError .govuk-input__prefix, .content.foundation .panel fieldset .FormFieldGroupError .govuk-input__suffix, .content.foundation .panel fieldset .govuk-form-group--error .govuk-input__prefix, .content.foundation .panel fieldset .govuk-form-group--error .govuk-input__suffix { border-color: #d4351c !important; } .sidebar.foundation .panel fieldset .radioCheck.govuk-radio-check, .content.foundation .panel fieldset .radioCheck.govuk-radio-check { display: inline-block; margin-bottom: 30px !important; } .sidebar.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check, .content.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check { border: none !important; } .sidebar.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check input, .content.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check input { opacity: 0 !important; } .sidebar.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check, .content.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check { margin-bottom: 30px !important; } .sidebar.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text, .content.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text { margin-top: -30px !important; padding: 2rem 0 0 1rem !important; margin-bottom: 30px; } .sidebar.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text .FormFieldGroup, .content.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text .FormFieldGroup { margin-bottom: 0 !important; } .sidebar.foundation .panel fieldset select.FormField, .content.foundation .panel fieldset select.FormField { background-image: url("data:image/svg+xml;utf8,") !important; background-position: right 10px center !important; background-repeat: no-repeat !important; background-size: 10px 8px !important; border-radius: 0 0 0 0; margin-bottom: 0 !important; } .sidebar.foundation .panel fieldset input[type=file].FormField, .content.foundation .panel fieldset input[type=file].FormField { padding: 5px 0 5px 0 !important; background-color: transparent; background: none !important; margin-bottom: 0; border: none !important; display: inline-block !important; width: auto !important; } .sidebar.foundation .panel fieldset input[type=file].FormField:focus-within, .content.foundation .panel fieldset input[type=file].FormField:focus-within { margin-right: -5px !important; margin-left: -5px !important; padding-right: 5px !important; padding-left: 5px !important; background-color: #fff !important; } .sidebar.foundation .panel fieldset input[type=file].FormField.ErrorFormField, .content.foundation .panel fieldset input[type=file].FormField.ErrorFormField { margin-right: -5px !important; margin-left: -5px !important; padding-right: 5px !important; padding-left: 5px !important; background-color: #fff !important; } .sidebar.foundation .panel fieldset .errorMessage.govuk-error-message, .content.foundation .panel fieldset .errorMessage.govuk-error-message { padding: 0 0 0 0; border-radius: 0 0 0 0; background: transparent; border: none !important; } .sidebar.foundation .panel fieldset .errorMessage.govuk-error-message p, .content.foundation .panel fieldset .errorMessage.govuk-error-message p { margin-bottom: 0 !important; font-size: 1rem; font-weight: 600 !important; } .sidebar.foundation .panel fieldset .errorMessage.govuk-error-message::after, .sidebar.foundation .panel fieldset .errorMessage.govuk-error-message::before, .content.foundation .panel fieldset .errorMessage.govuk-error-message::after, .content.foundation .panel fieldset .errorMessage.govuk-error-message::before { display: none !important; } .sidebar.foundation .panel fieldset .details, .content.foundation .panel fieldset .details { margin-bottom: 2.25rem; margin-top: 1.125rem; } .sidebar.foundation .panel fieldset .details .pairLabel, .content.foundation .panel fieldset .details .pairLabel { color: #444; } .sidebar.foundation .panel fieldset .details .pairValue, .content.foundation .panel fieldset .details .pairValue { font-weight: 600 !important; } .sidebar.foundation .panel fieldset label.radioCheck.govuk-radio-check, .content.foundation .panel fieldset label.radioCheck.govuk-radio-check { padding-top: 0.5rem; } .sidebar.foundation .panel.greyBG, .content.foundation .panel.greyBG { background-color: #F6F6F6; padding: 2.25rem 2rem 0 2rem !important; } @media print, screen and (max-width: 39.99875em) { .sidebar.foundation .panel.greyBG, .content.foundation .panel.greyBG { padding: 1.75rem 1.5rem 0 1.5rem !important; } } .sidebar.foundation .panel.transparentBG, .content.foundation .panel.transparentBG { background-color: transparent; padding: 2.25rem 2rem 0 2rem !important; } @media print, screen and (max-width: 39.99875em) { .sidebar.foundation .panel.transparentBG, .content.foundation .panel.transparentBG { padding: 1.75rem 1.5rem 0 1.5rem !important; } } .sidebar.foundation .panel.password, .content.foundation .panel.password { border: 1px solid #e6e6e6; } .content.foundation .wysiwyg ul, .content.foundation .wysiwyg ol { margin-bottom: 2.25rem; } .content.foundation .govuk-button, .content.foundation .govuk-button--start { text-decoration: none !important; } .content.foundation table button.govuk-button, .content.foundation table a.button.govuk-button { margin-bottom: 0 !important; } @media only screen and (max-width: 767px) { aside.app-step-nav.sidebar { padding-right: 1rem; padding-left: 1rem; } } @media print, screen and (min-width: 40em) { .medium-text-right { text-align: right; } } @media print, screen and (min-width: 64em) { .large-text-right { text-align: right; } } .text-right { text-align: right; } .reveal.modal { padding: 0 0 1rem 0; } .reveal.modal .modalHeader { background-color: #f2f2f7; height: 70px; } .reveal.modal .modalHeader .grid-container { padding-right: 0; padding-left: 0; } .reveal.modal .modalHeader .close-button { min-width: 44px; height: 70px; margin-right: 0.5rem; position: relative; top: -4px; font-size: 2rem; cursor: pointer; } .reveal.modal .modalHeader p { margin-bottom: 0px !important; } .reveal.modal .modalHeader .modalLogo { display: inline-block; } .reveal.modal .modalContent { padding: 1rem 1rem 0 1rem; } .reveal.modal .button, .reveal.modal button { border-radius: 0 !important; } .right.has-tip { float: none !important; } .app-step-nav__list-item.has-tip { border-bottom: none !important; } .content.foundation .borderAll { border: 1px solid #CCC; } #descisionsearch fieldset { border: 1px solid #c0c0c0; margin: 0 2px; margin-bottom: 0px; padding: 0.35em 0.625em 0 0.625em; margin-bottom: 1rem; } #descisionsearch .FormFields { list-style-type: none; } #descisionsearch .FormFields p label { display: inline-block; } #article a[name] { scroll-margin-top: 118px; } .borderTopThick.borderRightThick.borderBottomThick.borderLeftThick.borderPurple.relative { margin-right: 1rem; margin-left: 1rem; } @media print, screen and (max-width: 74.99875em) { .borderTopThick.borderRightThick.borderBottomThick.borderLeftThick.borderPurple.relative { margin-right: 20px; margin-left: 20px; } } .greyBg .wrapper.fullWidthLayout.clearfix { padding-right: 1rem; padding-left: 1rem; } @media print, screen and (max-width: 74.99875em) { .greyBg .wrapper.fullWidthLayout.clearfix { padding-right: 20px; padding-left: 20px; } } .greyBg.regionSearchForm .wrapper.fullWidthLayout.clearfix { padding-right: 0px; padding-left: 0px; } @media only screen and (max-width: 767px) { #article a[name] { scroll-margin-top: 70px; } } @media print { .pinHeader, .footer, .sidebar, .promotionalFooter, .calloutAlerts, .application, .reveal-overlay, .reveal, .sectionNav, .cookieControlTrigger { display: none !important; } .sideBarLayout .content, .content { width: 100%; } .promo { height: auto !important; } #Main, #pageContent { margin-top: 0 !important; } h2, .annual-stats .accordion .accordion-item .accordion-title, h3 { page-break-after: avoid; } p { orphans: 2; widows: 2; } }