/* Minification failed. Returning unminified contents.
(454,1521): run-time error CSS1039: Token not allowed after unary operator: 'Cg'
(454,1523): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@font-face {
    font-family: "SSStandard";
    src: url(/Content/css/fonts/framework/font_ss-standard/ss-standard.eot);
    src: url(/Content/css/fonts/framework/font_ss-standard/ss-standard.eot?#iefix) format("embedded-opentype"), url(/Content/css/fonts/framework/font_ss-standard/ss-standard.woff) format("woff"), url(/Content/css/fonts/framework/font_ss-standard/ss-standard.ttf) format("truetype"), url(/Content/css/fonts/framework/font_ss-standard/ss-standard.svg#SourceSansProSemibold) format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #212529;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Inter";
    margin: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

    html.gecko11,
    .gecko11 body {
        display: flex;
    }

.gecko11 input[type="text"],
.gecko11 input[type="tel"],
.gecko11 input[type="password"] {
    height: calc(1.5em + 0.75rem + 14px);
    padding: 0.8rem 1rem;
}

.firefox input[type="text"],
.firefox input[type="password"],
.firefox input[type="tel"] {
    height: calc(1.5em + 0.75rem + 14px);
    padding: 0.8rem 1rem;
}

body,
body.login {
    background: #fff;
}

p {
    margin: 0 0 1.5rem;
    line-height: 1.5rem;
    color: #69747a;
}

h1,
h2,
h3 {
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    color: #535b60;
    font-family: "Inter";
    letter-spacing: normal;
}

h2,
h3 {
    text-align: left;
    font-size: 1.286em;
}

h3 {
    font-size: 1.214rem;
}

h4 {
    font-weight: 400;
}

br {
    display: none;
}

a,
.btn {
    border: 1px solid transparent;
    background: transparent;
    color: #007791;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
}

    a:visited {
        color: #007791;
    }

    a:hover {
        color: #005F74;
        text-decoration: underline;
    }

    a:focus-visible {
        outline: 1px solid #66ADBD;
        outline-offset: 0px;
    }

    a:focus,
    .btn:hover,
    .btn:active,
    .btn:focus {
        color: #006B83;
    }

.btn {
    font-family: "Inter";
}

.clickable {
    text-decoration: none !important;
}

    .clickable:hover {
        color: #006B83 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

label {
    display: inline-block;
    font-size: 1.09rem;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: #535b60;
    line-height: 1.5;
}

.login__help a {
    font-size: 14px;
    font-weight: 500;
    color: #007791;
    line-height: 19.6px;
}

.chk + label,
label > .chk {
    color: #535b60;
    font-size: 1rem;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: calc(0.5rem + 2px) 1rem;
    color: #495057;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #dbdfe1;
    margin-bottom: 1rem;
    height: 46px;
    border-radius: 8px;
    border-color: #dbdfe1;
}

    input[type="text"].pwd-text {
        display: inline-block;
    }

input[type="text"],
input[type="tel"] {
    display: block;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus {
        color: #494F4F;
        background-color: #fff;
        border: 2px solid #66ADBD;
        outline: none;
        box-shadow: 0px 0px 0px 2px #CDE4EA !important;
    }

    input[type="text"]:disabled,
    input[type="password"]:disabled,
    input[type="tel"]:disabled {
        background-color: #f1f1f1 !important;
        cursor: not-allowed !important;
    }

form label,
.form-element__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px;
    color: #525959;
}

.p-top-5 {
    padding-top: 5px;
}

.noteText {
    position: relative;
    font-size: 0.875rem;
    color: #69747a;
    display: inline-flex;
    line-height: 1.1;
}

.noteTopMargin {
    top: -1.1rem;
}

.btn.btn-success,
.btn.login__btn,
.btn.btn-sqcontinue,
.divApplicationList h4 a {
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    font-size: 18px !important;
    border-radius: 8px;
    height: 56px;
    padding: 0px 24px 0px 24px;
    color: #fff;
    background-color: #007791 !important;
    cursor: pointer;
}

.btn.btn-success,
.btn.login__btn,
.btn.btn-sqcontinue,
.divApplicationList h4 a {
    display: inline-block;
    margin-top: 0;
    font-size: 1em;
    width: auto;
}

    .btn.btn-success:hover,
    .btn.login__btn:hover,
    .btn.btn-sqcontinue:hover,
    .divApplicationList h4 a:hover {
        color: #fff;
        background-color: #006B83 !important;
    }

    .btn.btn-success:focus,
    .btn.btn-success:focus-visible,
    .btn.btn-success:active,
    .btn.login__btn:focus,
    .btn.login__btn:focus-visible,
    .btn.login__btn:active,
    .btn.btn-sqcontinue:focus,
    .btn.btn-sqcontinue:focus-visible,
    .btn.btn-sqcontinue:active,
    .divApplicationList h4 a:focus,
    .divApplicationList h4 a:focus-visible,
    .divApplicationList h4 a:active {
        color: #fff;
        border: 1px solid #66ADBD;
        box-shadow: 0px 0px 0px 2px #CDE4EA;
        background-color: #006B83 !important;
        outline: none;
        text-decoration: none;
    }

.seconday__btn,
a.seconday__btn,
.btn.secondary__btn {
    display: inline-block;
    width: auto;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 56px;
    border-radius: 8px;
    padding: 0px 24px 0px 24px;
    color: #525959;
    background-color: #EDEFF0 !important;
    cursor: pointer;
}

    .seconday__btn:hover,
    a.seconday__btn:hover,
    .btn.secondary__btn:hover {
        color: #404545;
        background-color: #F2F3F3 !important;
        text-decoration: none;
    }

    .seconday__btn:active,
    .seconday__btn:focus,
    .seconday__btn:focus-visible,
    a.seconday__btn:active,
    a.seconday__btn:focus,
    a.seconday__btn:focus-visible,
    .btn.seconday__btn:active,
    .btn.seconday__btn:focus,
    .btn.seconday__btn:focus-visible {
        color: #525959;
        border: 1px solid #CBD0D2;
        box-shadow: 0px 0px 0px 2px #EDEFF0;
        outline: none;
    }

.divider-container {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

    .divider-container hr {
        flex: 1;
        border: none;
        border-top: 1px solid #ccc;
        margin: 0 10px;
    }

    .divider-container span {
        padding: 0 10px;
        color: #666;
        font-weight: bold;
    }

.ssoLoginForm {
    margin-top: -20px;
}
button.btn.btn-large.sso-login {
    margin: 1rem 0;
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    border: 1px solid #007791;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #007791;
    background-color: #fff !important;
    cursor: pointer;
}
    button.btn.btn-large.sso-login:hover {
        color: #005f74 !important;
        background-color: #fff;
        border-color: #005f74;
        text-decoration: none;
    }

a.btn-style,
button.btn.btn-large.sign-in {
    margin: 1rem 0;
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    border: 1px solid #007791;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #007791 !important;
    cursor: pointer;
}

a.btn-style {
    display: inline-block;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
    padding: 1rem 1rem;
    width: 100%;
    font-weight: 400;
}

    a.btn-style:hover,
    button.btn.btn-large.sign-in:hover {
        color: #fff;
        background-color: #005f74 !important;
        border-color: #005f74;
        text-decoration: none;
    }

    a.btn-style:active,
    a.btn-style:focus-visible,
    button.btn.btn-large.sign-in:active,
    button.btn.btn-large.sign-in:focus-visible {
        border: 1px solid #66ADBD;
        box-shadow: 0px 0px 0px 2px #CDE4EA;
        background-color: #006B83 !important;
        outline: none;
    }

#divSupportedLangContainer .select {
    color: #525959;
    height: 23px;
    font-size: 1rem;
    font-family: "Inter";
    border: none;
    background-color: transparent;
}

#divSupportedLangContainer select:focus,
#divSupportedLangContainer select:focus-visible {
    color: #494F4F;
    background-color: #fff;
    border: 2px solid #66ADBD;
    border-radius: 8px;
    outline: none;
    box-shadow: 0px 0px 0px 2px #CDE4EA !important;
}

#divSupportedLangContainer ::before {
    content: url(data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjk5IDJDNi40NyAyIDIgNi40OCAyIDEyQzIgMTcuNTIgNi40NyAyMiAxMS45OSAyMkMxNy41MiAyMiAyMiAxNy41MiAyMiAxMkMyMiA2LjQ4IDE3LjUyIDIgMTEuOTkgMlpNMTguOTIgOEgxNS45N0MxNS42NSA2Ljc1IDE1LjE5IDUuNTUgMTQuNTkgNC40NEMxNi40MyA1LjA3IDE3Ljk2IDYuMzUgMTguOTIgOFpNMTIgNC4wNEMxMi44MyA1LjI0IDEzLjQ4IDYuNTcgMTMuOTEgOEgxMC4wOUMxMC41MiA2LjU3IDExLjE3IDUuMjQgMTIgNC4wNFpNNC4yNiAxNEM0LjEgMTMuMzYgNCAxMi42OSA0IDEyQzQgMTEuMzEgNC4xIDEwLjY0IDQuMjYgMTBINy42NEM3LjU2IDEwLjY2IDcuNSAxMS4zMiA3LjUgMTJDNy41IDEyLjY4IDcuNTYgMTMuMzQgNy42NCAxNEg0LjI2Wk01LjA4IDE2SDguMDNDOC4zNSAxNy4yNSA4LjgxIDE4LjQ1IDkuNDEgMTkuNTZDNy41NyAxOC45MyA2LjA0IDE3LjY2IDUuMDggMTZaTTguMDMgOEg1LjA4QzYuMDQgNi4zNCA3LjU3IDUuMDcgOS40MSA0LjQ0QzguODEgNS41NSA4LjM1IDYuNzUgOC4wMyA4Wk0xMiAxOS45NkMxMS4xNyAxOC43NiAxMC41MiAxNy40MyAxMC4wOSAxNkgxMy45MUMxMy40OCAxNy40MyAxMi44MyAxOC43NiAxMiAxOS45NlpNMTQuMzQgMTRIOS42NkM5LjU3IDEzLjM0IDkuNSAxMi42OCA5LjUgMTJDOS41IDExLjMyIDkuNTcgMTAuNjUgOS42NiAxMEgxNC4zNEMxNC40MyAxMC42NSAxNC41IDExLjMyIDE0LjUgMTJDMTQuNSAxMi42OCAxNC40MyAxMy4zNCAxNC4zNCAxNFpNMTQuNTkgMTkuNTZDMTUuMTkgMTguNDUgMTUuNjUgMTcuMjUgMTUuOTcgMTZIMTguOTJDMTcuOTYgMTcuNjUgMTYuNDMgMTguOTMgMTQuNTkgMTkuNTZaTTE2LjM2IDE0QzE2LjQ0IDEzLjM0IDE2LjUgMTIuNjggMTYuNSAxMkMxNi41IDExLjMyIDE2LjQ0IDEwLjY2IDE2LjM2IDEwSDE5Ljc0QzE5LjkgMTAuNjQgMjAgMTEuMzEgMjAgMTJDMjAgMTIuNjkgMTkuOSAxMy4zNiAxOS43NCAxNEgxNi4zNloiIGZpbGw9IiM1MjU5NTkiLz4KPC9zdmc+Cg==);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

#divLanguageSelector {
    padding-top: 0;
    font-size: 1rem;
    color: #535b60;
    display: flex;
}

#content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex: 1;
    align-content: center;
    align-items: center;
}

#disclosure-container {
    color: #6B7373;
    font-size: 0.875rem;
    margin-top: 20px;
    text-align: center;
}

    #disclosure-container p {
        padding-bottom: 1.5rem;
        font-size: 14px;
    }

        #disclosure-container p a {
            color: #007791;
            font-size: 14px;
            font-weight: 400;
        }

.footer {
    margin: 0 0 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #69747a;
    text-align: center;
}

    .footer .contact-info {
        display: table;
        border-spacing: 5px 0;
        width: 100%;
        margin-bottom: 15px;
    }

        .footer .contact-info .contact-label {
            display: table-cell;
            text-align: right;
            width: 50%;
        }

        .footer .contact-info .contact-data {
            color: #264e52;
            font-weight: 400;
            font-size: 14px;
            display: table-cell;
            text-align: left;
        }

.copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.login__help {
    text-align: left;
}

.login__help_userid {
    text-align: right;
}

#spanPlayIcon {
    display: none !important;
}

#loginFormPanel .signInButtonText {
    float: none;
    height: auto;
}

#loginFormPanel .text-center {
    font-size: 16px;
}

    #loginFormPanel .text-center a {
        font-weight: 400;
        text-decoration: underline;
        font-size: 16px !important;
    }

.right-footer {
    height: 88px;
    bottom: 20px;
    font-size: 14px;
    gap: 12px;
    flex-direction: column;
    display: flex !important;
    align-items: center;
}

    .right-footer .contact-data a {
        font-weight: 500;
        font-size: 14px;
        color: #007791;
    }

.login-container {
    display: block;
    width: 400px;
    max-width: 420px;
    margin: auto;
}

    .login-container h1 {
        color: #002F33;
        margin-bottom: 24px;
    }

.login-footer br {
    display: none;
}

.panel-container {
    min-height: 740px;
    display: flex;
    flex: 1;
    height: 100%;
}

.selector-container {
    display: flex;
    flex: 1;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.left-side,
.right-side {
    display: block;
    position: relative;
    order: 1;
    width: calc(100% - 675px);
    padding-top: 20px;
}

    .right-side .small_logo {
    }

.small_logo {
    margin-left: 13px;
}

.left-side {
    flex: 1;
    min-width: 380px;
    background: transparent;
    overflow: hidden;
    padding: 20px;
}

    .left-side .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 16px;
        position: relative;
        padding: 0px 20px;
        color: #fff;
        background: #f1f7eb;
        height: 100%;
    }

    .left-side .selector {
        display: flex;
        gap: 12px;
        margin-block: 40px;
        flex: 1;
        max-width: 420px;
    }

    .left-side .selectors {
        width: 100%;
        align-content: center;
        align-items: center;
        display: flex;
    }

    .left-side .selector div {
        width: 50%;
        height: 6px;
        border-radius: 4px;
        background-color: #ffffff;
    }

        .left-side .selector div.active {
            background-color: #007791;
        }

    .left-side h2,
    .left-side h3,
    .left-side p {
        color: #002F33;
    }

.right-side {
    flex: 1;
    background: #fff;
    order: 2;
    display: flex;
    flex-direction: column;
}

    .right-side .inner {
        display: flex;
        flex-direction: column;
        padding: 0px 0;
        margin-top: auto;
        margin-bottom: auto;
    }

.left_top-bottom-panel_container {
    display: flex;
    position: relative;
}

.left_top-bottom-panel {
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}

    .left_top-bottom-panel.active {
        position: relative;
        opacity: 1;
        transition-delay: 0.1s;
    }

.selector div {
    cursor: pointer;
}

    .selector div.active {
        transition: background-color 1s ease-in-out;
        transition-delay: 0.1s;
    }

.panel-content-container {
    padding: 0px;
    background: transparent;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-content: center;
    align-items: center;
}

    .panel-content-container p {
        margin-block-end: 8px;
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
        color: #002f33;
        text-align: center;
    }

.panel-container img {
    margin-bottom: 16px;
    width: 100%;
    max-width: 600px;
}

.panel-content-container span {
    margin-block-end: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #264e52;
    text-align: center;
}

.errorPanel,
.errorPanel h2 {
    text-align: center;
}

#loginRememberContainer {
    height: 20px;
    margin-bottom: 16px;
    clear: both;
}

    #loginRememberContainer label {
        margin-bottom: 0px;
    }

#loginButtonsPanel {
    height: 56px;
    margin-bottom: 8px;
}

    #loginButtonsPanel #btnPinTouchLogin {
        display: none;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    flex: 1;
    flex-direction: column;
    height: 100%;
}

.modal-dialog {
    height: 80%;
    overflow: hidden;
    border: none;
    border-radius: 8px;
    margin: auto;
}

.modal-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-header {
    height: 119px;
    padding: 32px 36px !important;
}

.modal-title {
    font-weight: 600;
    font-size: 24px;
    color: #002f33;
    margin: 0px;
    line-height: 125%;
}

.modal-subtitle {
    font-weight: 400;
    font-size: 18px !important;
    color: #454a4a;
    padding: 0px;
    margin: 0px;
    line-height: 140%;
}

.country {
    display: flex;
    flex-direction: row;
    text-align: right;
    border-bottom: 1px solid #d8d9da;
    height: 54px;
    line-height: 54px;
}

    .country h2 {
        flex: 1;
        line-height: 54px;
        margin: 0;
        color: #002F33;
    }

.country,
.country-region h3 {
    padding-inline: 16px;
}

    .country p {
        line-height: inherit;
        margin: 0;
    }

    .country .numbers {
        color: #454A4A;
        font-size: 16px;
    }

.country-region {
    padding: 10px 0px 0px;
}

    .country-region .country:first-child {
        border-top: 1px solid #d8d9da;
    }

    .country-region:first-child {
        margin-bottom: 34px;
    }

.regions :first-child > .country {
    height: auto;
    padding: 26px 16px 16px 16px;
}

    .regions :first-child > .country h2 {
        line-height: initial;
    }

    .regions :first-child > .country p {
        line-height: 25px;
    }

.country-region h3 {
    color: #002F33;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 10px;
}

.country-region h2 {
    font-size: 16px;
    font-weight: 400;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-body {
    position: relative;
}

.modal-body {
    overflow-y: scroll;
    height: 100%;
    padding: 24px !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.close {
    float: right;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    padding: 0px;
    color: #002F33;
    background: transparent;
    border: none;
}

    .close:focus,
    .close:hover {
        color: #002F33;
        text-decoration: none;
        cursor: pointer;
    }

.chk {
    display: none;
}

    .chk + label,
    label > .chk {
        color: #525959;
        font-size: 1rem;
    }

    .chk + label,
    label > .chk {
        cursor: pointer;
        font-weight: normal;
    }

        .chk + span:before,
        .chk + label:before {
            content: " ";
            font-family: "Inter";
            display: inline-block;
            line-height: normal;
            margin-right: 10px;
            border: 1px solid #cbccce;
            vertical-align: text-top;
            border-radius: 4px;
            height: 16px;
            width: 16px;
        }

    .chk:checked + span:before,
    .chk:checked + label:before {
        content: '✓';
        color: #2d3039;
        border: 1px solid transparent;
        font-weight: normal;
        top: -3px;
        position: relative;
        left: 2px;
    }

#divRememberMyUserName,
.login__help_left {
    float: left;
    text-align: left;
}

#divSupportedLangContainer,
.login__help_right {
    float: right;
    text-align: right;
}

.login__help {
    clear: both;
    margin: auto;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.ssosingonlink,
.ssocompanysingonlink {
    text-align: center;
}

#resetPasswordInlineDiv,
#forgotUserNameInlineDiv {
    display: none;
}

#qnAFormPanel .form_title {
    margin-block-start: -20px;
}

    #qnAFormPanel .form_title h4 {
        font-size: 18px;
        margin-block: 0px 8px;
    }

.form_title.legendUserAction h4 {
    margin-block-end: 24px;
}

.form_title.legendUserAction,
.form_title.reset__form {
    margin-block-start: -16px;
    font-size: 16px;
}

    .form_title.reset__form h4 {
        display: none;
    }

fieldset {
    padding: 0;
    border: none;
}

.form-actions {
    height: 56px;
    margin-top: 0.5rem;
    text-align: end;
}

    .form-actions .btn {
        height: 100%;
        font-size: 18px !important;
        padding: 0px 24px;
    }

        .form-actions .btn.btn-success,
        .form-actions .btn.btn-sqcontinue {
            margin-left: 16px;
        }

.page_Questions #logindisplay .form_title h4,
.page_SecurityQuestions #logindisplay .form_title h4 {
    display: none;
}

.page_SecurityQuestions .form-actions {
    margin-top: 1em;
}

.qna-reset-link {
    text-align: center;
    margin-top: 16px;
}

    .qna-reset-link a {
        font-size: 16px;
    }

.userNameText {
    margin-bottom: 20px;
}

    .userNameText label {
        margin-bottom: 0px;
    }

.labelUserName,
.labelUserName b {
    color: #002F33;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}

.rememberMyUsername1 {
    margin-block-end: 16px;
}

    .rememberMyUsername1 label {
        padding: 0 3px;
    }

.rememberMyUsername label {
    font-size: 14px;
    font-weight: 500;
}

.regform .iti,
.baseForm .iti {
    width: 100%;
    margin-bottom: 1em;
}

.iti .disabledPhoneInput:hover {
    cursor: not-allowed !important;
}

    .iti .disabledPhoneInput:hover > div {
        background-color: inherit !important;
    }

div.iti__selected-flag:focus {
    outline: 0;
}

.fieldsetUserAction_mobile_number {
    position: relative;
}

    .fieldsetUserAction_mobile_number .input-button-group {
        margin-top: 0;
        position: absolute;
        top: 40px;
        right: 3%;
    }

.alert-success {
    margin: 20px 0;
    color: #69747a;
    border-left: 8px solid #26b894;
    padding-left: 16px;
}

#otpErrorMessagePanel,
#qnaErrorMessagePanel,
#passwordExpiryInfoMessagePanel,
#errorMessagePanel {
    margin: 20px 0;
    padding-left: 16px;
    color: #d55744;
    border-left: 8px solid #d55744;
}

    otpErrorMessagePanel,
    #qnaErrorMessagePanel,
    #passwordExpiryInfoMessagePanel,
    #errorMessagePanel .close {
        position: relative;
        top: 1px;
    }

.fieldsetUserAction_mobile_number .error-msg i {
    color: #ffd24a !important;
}

.fieldsetUserAction_mobile_number .valid-msg i {
    color: #65a733 !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.hide {
    display: none;
}

strong {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        margin-top: 3%;
    }
}

@media screen and (max-width:920px) {
    .panel-container {
        display: inherit;
        width: 100%;
    }

        .panel-container .left-side {
            display: none;
        }

        .panel-container .right-side {
            width: 100%;
        }

    .right-side .small_logo {
        align-items: center;
        align-content: center;
        align-self: center;
    }

        .right-side .small_logo svg {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-dialog.modal-browser-outdated {
        margin: 0;
        position: absolute;
        top: 47%;
        left: 50%;
        -webkit-transform: translate(-50%, -47%) !important;
        -ms-transform: translate(-50%, -47%) !important;
        -o-transform: translate(-50%, -47%) !important;
        transform: translate(-50%, -47%) !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.errorText {
    color: #d55744;
    padding-bottom: 5px;
}

.inline-radio-container {
    display: inline-block;
    margin-right: 15px;
}

.radio-container {
    display: block;
    margin-right: 15px;
}

.form_title {
    text-align: center;
}

    .form_title h4,
    .form_title p {
        color: #264E52;
    }

    .form_title p {
        margin-block-end: 24px;
    }

form p {
    color: #264E52;
}

.form-body a {
    font-size: 1rem;
}

.form-body small a {
    font-size: 0.875rem;
}

.form-body > .form_title {
    display: block;
}

    .form-body > .form_title.text-center {
        width: 100%;
    }

.text-center {
    text-align: center;
}

.hr {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    font-size: 0.876rem;
    font-weight: 700;
    color: #69747a;
}

    .hr span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
    }

    .hr::before,
    .hr::after {
        content: "";
        display: inline-block;
        width: 30px;
        vertical-align: middle;
        height: 2px;
        background-color: #e2eaef;
    }

.icon-col {
    display: block;
    position: relative;
    width: 100%;
}

    .icon-col::before,
    .icon-col::after {
        content: "";
        display: table;
        clear: both;
    }

    .icon-col > div {
        display: block;
        position: relative;
        float: left;
    }

        .icon-col > div:first-child {
            width: 44px;
        }

            .icon-col > div:first-child img {
                width: 100%;
                height: auto;
            }

#sendTokenPanel {
    margin-bottom: 30px;
    text-align: center;
}

    #sendTokenPanel #btnSendOtpToken {
        margin-top: 30px;
    }

.authy-alt-setup_jquerySelector {
    display: block;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 750ms ease-out, max-height 600ms ease-in-out;
    -moz-transition: opacity 750ms ease-out, max-height 600ms ease-in-out;
    -o-transition: opacity 750ms ease-out, max-height 600ms ease-in-out;
    transition: opacity 750ms ease-out, max-height 600ms ease-in-out;
}

.alt-active .authy-alt-setup_jquerySelector {
    max-height: 800px;
    overflow: hidden;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.d-block {
    display: block;
}

.mb-0,
.mfa-message.mb-0,
input.mb-0 {
    margin-bottom: 0;
}

.mb-15px {
    margin-bottom: 15px;
}

.my-30px,
.mfa-message.my-30px,
#verifyTokenPanel #btnVerifyOtp.my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mb-30px,
p.mb-30px {
    margin-bottom: 30px;
}

.mt-30px {
    margin-top: 30px;
}

.my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-text-color {
    color: #69747a;
}

.page_ProfileData .legendUserAction h4,
.page_Password .form_title h4,
.page_mfa-setup #logindisplay > .form_title,
.page_QuestionAndAnswer .form_title h4,
.page_SecurityQuestions .form_title h4,
#selectMfaChannelForm h4,
#confirmSendTokenForm h4 {
    line-height: 1.2;
    font-weight: 400;
    color: #535b60;
    font-family: "Inter";
    letter-spacing: normal;
    margin: 0;
    font-size: 1.286rem;
    text-transform: capitalize;
    text-align: center;
}

.page_Password .form_title h4,
.page_QuestionAndAnswer .form_title h4,
.page_SecurityQuestions .form_title h4,
#confirmSendTokenForm h4 {
    margin-bottom: 1em;
}

.page_QuestionAndAnswer #divLanguageSelector {
    margin-bottom: 1em;
}

.page_mfa-setup #logindisplay > .form_title,
#verifyTokenPanel .margintop-10px {
    margin-bottom: 1rem;
}

#verifyTokenPanel #btnVerifyTotp,
#verifyTokenPanel #btnVerifyOtp {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    margin-top: 1rem;
}

.form-body > .form_title {
    display: inline-block;
    font-size: 1.09rem;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: #535b60;
    line-height: 1.5;
}

.mfa-message {
    margin-bottom: 1rem;
}

.intl-tel-input {
    margin-bottom: 1em;
    width: 100%;
}

select.form-control {
    height: 40px;
    margin-bottom: 1em;
    border: 2px solid #e2eaef;
    padding: 0 13px;
}

.securityQuestion select.form-control {
    margin-bottom: 0.3em;
}

.page_QuestionAndAnswer {
    margin-bottom: 1em;
}

#pwValidations div:before {
    content: "X";
    color: #d55744;
    font-family: "Inter";
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

#pwValidations div.valid:before {
    content: "✓";
    color: #26b894;
}

#pwValTitle {
    color: #535b60;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.contained-img img {
    width: 68%;
    margin: 0 auto 16px;
}

.fr-CA .login__help {
    padding-bottom: 0;
}

.fr-CA .login__help_userid,
.fr-CA .login__help_forgot {
    float: none;
    text-align: center;
}

.fieldsetUserAction_mobile_number .iti {
    width: 100%;
}

.pwd-container {
    position: relative;
}

.view-pwd {
    position: absolute;
    right: 20px;
    padding-left: 14px;
    bottom: 26px;
    color: #525959;
    cursor: pointer;
    line-height: 16px;
}

    .view-pwd > .ss-icon {
        font-family: "SSStandard";
        position: relative;
    }

    .view-pwd > .hide-pwd {
        position: absolute;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
        font-size: 26px;
        right: 5px;
        bottom: 3px;
        text-shadow: 0 0 12px whitesmoke;
        line-height: 16px;
    }

.logo-container {
    text-align: center;
}

.notified-logo {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
}

.loading_text {
    text-align: center;
    padding: 25px;
}

.shielded-username {
    position: absolute;
    left: 2px;
    top: 2px;
    margin-left: 1px;
    background: #fff;
    width: 90%;
    padding: calc(0.5rem + 2px) 1rem;
    font-size: 14px;
    color: #495057;
}

.username-2 {
    left: 2px;
    top: 2px;
    margin-left: 1px;
    background: #EDEFF0;
    width: 100%;
    padding: calc(0.5rem + 5px) 1rem;
    border: 1px solid #dbdfe1;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
}

.shielded-password {
    color: #495057 !important;
}

.filter-none {
    filter: none;
}

.hide-autofill-color {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #333 !important;
    filter: none;
}

.notified-logo {
    text-align: center;
}

    .notified-logo img {
        opacity: 0.3;
        max-width: 90%;
    }

.browserWarningIcon {
    color: #f90;
    cursor: default;
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 5px;
    cursor: default;
    font-size: 24px;
}

.btn.btn-browser-continue {
    margin: 0;
}

.separator-line {
    border: solid 3px;
    color: #25818c;
}

.login-icons {
    font-family: "SSStandard" !important;
}

@charset "UTF-8";

@font-face {
    font-family: "SSSymbolicons";
    src: url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.eot);
    src: url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.eot?#iefix) format("embedded-opentype"), url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.woff) format("woff"), url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.ttf) format("truetype"), url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.svg#SSSymboliconsLine) format("svg");
    font-weight: 300;
    font-style: normal;
}

.ss-icon,
.ss-icon.ss-symbolicons-line,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-symbolicons-line:before,
[class*=" ss-"].ss-symbolicons-line:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-symbolicons-line.right:after,
[class*=" ss-"].ss-symbolicons-line.right:after {
    font-family: "SSSymbolicons";
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].ss-symbolicons-line.right:before {
    display: none;
    content: "";
}

/* overrides */
#divLanguageSelector::before {
    content: url(/content/images/notified/globe.svg);
}

#divLanguageSelector {
    position: absolute;
    top: 20px;
    right: 20px;
}

    #divLanguageSelector span {
        display: none;
    }

.username-link {
    position: relative;
    padding: calc(0.5rem + 2px) 0;
}
    .username-link a {
        font-size: 16px;
        font-weight: 500;
    }

    .username-link a:hover {
        text-decoration: none;
    }

/* end */

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-symbolicons-line.css" rel="stylesheet" />
*/

@font-face {
  font-family: "SSSymbolicons";
  src: url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.eot);
  src: url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.eot?#iefix) format('embedded-opentype'),
       url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.woff) format('woff'),
       url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.ttf)  format('truetype'),
       url(/Content/css/fonts/framework/font_ss-line/ss-symbolicons-line.svg#SSSymboliconsLine) format('svg');
  font-weight: 300;
  font-style: normal;
}

.ss-icon, .ss-icon.ss-symbolicons-line,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-symbolicons-line:before, [class*=" ss-"].ss-symbolicons-line:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-symbolicons-line.right:after, [class*=" ss-"].ss-symbolicons-line.right:after {
  font-family: "SSSymbolicons";
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before, [class*=" ss-"].ss-symbolicons-line.right:before{display:none;content:'';}

.ss-crosshair:before,.ss-crosshair.right:after{content:'⌖'}.ss-search:before,.ss-search.right:after{content:'🔍'}.ss-zoomin:before,.ss-zoomin.right:after{content:''}.ss-zoomout:before,.ss-zoomout.right:after{content:''}.ss-binoculars:before,.ss-binoculars.right:after{content:''}.ss-raisedhand:before,.ss-raisedhand.right:after{content:'✋'}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-write:before,.ss-write.right:after{content:'✎'}.ss-compose:before,.ss-compose.right:after{content:'📝'}.ss-lock:before,.ss-lock.right:after{content:'🔒'}.ss-unlock:before,.ss-unlock.right:after{content:'🔓'}.ss-key:before,.ss-key.right:after{content:'🔑'}.ss-backspace:before,.ss-backspace.right:after{content:'⌫'}.ss-ban:before,.ss-ban.right:after{content:'🚫'}.ss-nosmoking:before,.ss-nosmoking.right:after{content:'🚭'}.ss-trash:before,.ss-trash.right:after{content:''}.ss-target:before,.ss-target.right:after{content:'◎'}.ss-stopsign:before,.ss-stopsign.right:after{content:''}.ss-radioactive:before,.ss-radioactive.right:after{content:'☢'}.ss-skull:before,.ss-skull.right:after{content:'💀'}.ss-lightning:before,.ss-lightning.right:after{content:'☇'}.ss-tag:before,.ss-tag.right:after{content:''}.ss-newtag:before,.ss-newtag.right:after{content:''}.ss-flag:before,.ss-flag.right:after{content:'⚑'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-dislike:before,.ss-dislike.right:after{content:'👎'}.ss-heart:before,.ss-heart.right:after{content:'♥'}.ss-addheart:before,.ss-addheart.right:after{content:''}.ss-deleteheart:before,.ss-deleteheart.right:after{content:'💔'}.ss-star:before,.ss-star.right:after{content:'⋆'}.ss-trophy:before,.ss-trophy.right:after{content:'🏆'}.ss-award:before,.ss-award.right:after{content:''}.ss-medal:before,.ss-medal.right:after{content:''}.ss-badge:before,.ss-badge.right:after{content:'📛'}.ss-crown:before,.ss-crown.right:after{content:'👑'}.ss-bullseye:before,.ss-bullseye.right:after{content:'🎯'}.ss-sample:before,.ss-sample.right:after{content:''}.ss-crop:before,.ss-crop.right:after{content:''}.ss-layers:before,.ss-layers.right:after{content:''}.ss-magicwand:before,.ss-magicwand.right:after{content:''}.ss-cut:before,.ss-cut.right:after{content:'✂'}.ss-cutpaste:before,.ss-cutpaste.right:after{content:''}.ss-clipboard:before,.ss-clipboard.right:after{content:'📋'}.ss-rules:before,.ss-rules.right:after{content:'📏'}.ss-rulerpencil:before,.ss-rulerpencil.right:after{content:''}.ss-gridlines:before,.ss-gridlines.right:after{content:''}.ss-pen:before,.ss-pen.right:after{content:'✒'}.ss-pencilbrush:before,.ss-pencilbrush.right:after{content:''}.ss-pencilbrushpen:before,.ss-pencilbrushpen.right:after{content:''}.ss-brush:before,.ss-brush.right:after{content:''}.ss-paintroller:before,.ss-paintroller.right:after{content:''}.ss-fill:before,.ss-fill.right:after{content:''}.ss-stroke:before,.ss-stroke.right:after{content:''}.ss-crayons:before,.ss-crayons.right:after{content:''}.ss-palette:before,.ss-palette.right:after{content:'🎨'}.ss-fliphorizontally:before,.ss-fliphorizontally.right:after{content:''}.ss-flipvertically:before,.ss-flipvertically.right:after{content:''}.ss-effects:before,.ss-effects.right:after{content:''}.ss-bezier:before,.ss-bezier.right:after{content:''}.ss-pixels:before,.ss-pixels.right:after{content:''}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-rotaryphone:before,.ss-rotaryphone.right:after{content:'☎'}.ss-touchtonephone:before,.ss-touchtonephone.right:after{content:'☏'}.ss-phonebook:before,.ss-phonebook.right:after{content:''}.ss-voicemail:before,.ss-voicemail.right:after{content:'⌕'}.ss-megaphone:before,.ss-megaphone.right:after{content:'📢'}.ss-rss:before,.ss-rss.right:after{content:''}.ss-podcast:before,.ss-podcast.right:after{content:''}.ss-mailbox:before,.ss-mailbox.right:after{content:'📫'}.ss-send:before,.ss-send.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-incomingmail:before,.ss-incomingmail.right:after{content:'📩'}.ss-inbox:before,.ss-inbox.right:after{content:'📥'}.ss-outbox:before,.ss-outbox.right:after{content:'📤'}.ss-stamp:before,.ss-stamp.right:after{content:''}.ss-chat:before,.ss-chat.right:after{content:'💬'}.ss-chats:before,.ss-chats.right:after{content:''}.ss-textchat:before,.ss-textchat.right:after{content:''}.ss-exclamationchat:before,.ss-exclamationchat.right:after{content:''}.ss-questionchat:before,.ss-questionchat.right:after{content:''}.ss-ellipsischat:before,.ss-ellipsischat.right:after{content:''}.ss-smile:before,.ss-smile.right:after{content:'☻'}.ss-frown:before,.ss-frown.right:after{content:'☹'}.ss-toothsmile:before,.ss-toothsmile.right:after{content:'😃'}.ss-toothlesssmile:before,.ss-toothlesssmile.right:after{content:'😀'}.ss-user:before,.ss-user.right:after{content:'👤'}.ss-users:before,.ss-users.right:after{content:'👥'}.ss-adduser:before,.ss-adduser.right:after{content:''}.ss-removeuser:before,.ss-removeuser.right:after{content:''}.ss-deleteuser:before,.ss-deleteuser.right:after{content:''}.ss-heartuser:before,.ss-heartuser.right:after{content:''}.ss-males:before,.ss-males.right:after{content:'👬'}.ss-females:before,.ss-females.right:after{content:'👭'}.ss-malefemale:before,.ss-malefemale.right:after{content:'👫'}.ss-userportrait:before,.ss-userportrait.right:after{content:''}.ss-userframe:before,.ss-userframe.right:after{content:''}.ss-usersframe:before,.ss-usersframe.right:after{content:''}.ss-baby:before,.ss-baby.right:after{content:'👶'}.ss-swaddledbaby:before,.ss-swaddledbaby.right:after{content:''}.ss-robot:before,.ss-robot.right:after{content:''}.ss-happyrobot:before,.ss-happyrobot.right:after{content:''}.ss-alien:before,.ss-alien.right:after{content:'👽'}.ss-ghost:before,.ss-ghost.right:after{content:'👻'}.ss-contacts:before,.ss-contacts.right:after{content:'📇'}.ss-addressbook:before,.ss-addressbook.right:after{content:'📑'}.ss-footsteps:before,.ss-footsteps.right:after{content:'👣'}.ss-cart:before,.ss-cart.right:after{content:''}.ss-shoppingbag:before,.ss-shoppingbag.right:after{content:''}.ss-gift:before,.ss-gift.right:after{content:'🎁'}.ss-store:before,.ss-store.right:after{content:'🏪'}.ss-safe:before,.ss-safe.right:after{content:''}.ss-bill:before,.ss-bill.right:after{content:''}.ss-creditcard:before,.ss-creditcard.right:after{content:'💳'}.ss-banknote:before,.ss-banknote.right:after{content:'💵'}.ss-moneybag:before,.ss-moneybag.right:after{content:'💰'}.ss-calculator:before,.ss-calculator.right:after{content:''}.ss-bank:before,.ss-bank.right:after{content:'🏦'}.ss-gavel:before,.ss-gavel.right:after{content:'🔨'}.ss-meeting:before,.ss-meeting.right:after{content:''}.ss-barchart:before,.ss-barchart.right:after{content:'📊'}.ss-piechart:before,.ss-piechart.right:after{content:''}.ss-activity:before,.ss-activity.right:after{content:'📈'}.ss-flowchart:before,.ss-flowchart.right:after{content:''}.ss-box:before,.ss-box.right:after{content:'📦'}.ss-crate:before,.ss-crate.right:after{content:''}.ss-home:before,.ss-home.right:after{content:'⌂'}.ss-fence:before,.ss-fence.right:after{content:''}.ss-buildings:before,.ss-buildings.right:after{content:'🏢'}.ss-bridge:before,.ss-bridge.right:after{content:''}.ss-barn:before,.ss-barn.right:after{content:''}.ss-lodging:before,.ss-lodging.right:after{content:'🏨'}.ss-earth:before,.ss-earth.right:after{content:'🌎'}.ss-globe:before,.ss-globe.right:after{content:'🌐'}.ss-compass:before,.ss-compass.right:after{content:''}.ss-signpost:before,.ss-signpost.right:after{content:''}.ss-map:before,.ss-map.right:after{content:''}.ss-location:before,.ss-location.right:after{content:''}.ss-pushpin:before,.ss-pushpin.right:after{content:'📌'}.ss-script:before,.ss-script.right:after{content:''}.ss-playscript:before,.ss-playscript.right:after{content:''}.ss-stopscript:before,.ss-stopscript.right:after{content:''}.ss-recordscript:before,.ss-recordscript.right:after{content:''}.ss-bug:before,.ss-bug.right:after{content:'🐛'}.ss-puzzle:before,.ss-puzzle.right:after{content:''}.ss-window:before,.ss-window.right:after{content:''}.ss-database:before,.ss-database.right:after{content:''}.ss-adddatabase:before,.ss-adddatabase.right:after{content:''}.ss-deletedatabase:before,.ss-deletedatabase.right:after{content:''}.ss-hdd:before,.ss-hdd.right:after{content:''}.ss-networkhdd:before,.ss-networkhdd.right:after{content:''}.ss-downloadhdd:before,.ss-downloadhdd.right:after{content:''}.ss-airplay:before,.ss-airplay.right:after{content:''}.ss-music:before,.ss-music.right:after{content:'♫'}.ss-mic:before,.ss-mic.right:after{content:'🎤'}.ss-headphones:before,.ss-headphones.right:after{content:'🎧'}.ss-volume:before,.ss-volume.right:after{content:'🔈'}.ss-radio:before,.ss-radio.right:after{content:'📻'}.ss-phonograph:before,.ss-phonograph.right:after{content:''}.ss-disc:before,.ss-disc.right:after{content:'💿'}.ss-discs:before,.ss-discs.right:after{content:''}.ss-playlist:before,.ss-playlist.right:after{content:''}.ss-musichome:before,.ss-musichome.right:after{content:''}.ss-itunes:before,.ss-itunes.right:after{content:''}.ss-camera:before,.ss-camera.right:after{content:'📷'}.ss-picture:before,.ss-picture.right:after{content:'🌄'}.ss-pictures:before,.ss-pictures.right:after{content:''}.ss-searchpicture:before,.ss-searchpicture.right:after{content:''}.ss-video:before,.ss-video.right:after{content:'📹'}.ss-clapboard:before,.ss-clapboard.right:after{content:'🎬'}.ss-film:before,.ss-film.right:after{content:''}.ss-playfilm:before,.ss-playfilm.right:after{content:''}.ss-tv:before,.ss-tv.right:after{content:'📺'}.ss-flatscreen:before,.ss-flatscreen.right:after{content:''}.ss-projector:before,.ss-projector.right:after{content:''}.ss-videogame:before,.ss-videogame.right:after{content:'🎮'}.ss-play:before,.ss-play.right:after{content:'▶'}.ss-pause:before,.ss-pause.right:after{content:''}.ss-stop:before,.ss-stop.right:after{content:'■'}.ss-record:before,.ss-record.right:after{content:'●'}.ss-rewind:before,.ss-rewind.right:after{content:'⏪'}.ss-fastforward:before,.ss-fastforward.right:after{content:'⏩'}.ss-skipback:before,.ss-skipback.right:after{content:'⏮'}.ss-skipforward:before,.ss-skipforward.right:after{content:'⏭'}.ss-eject:before,.ss-eject.right:after{content:'⏏'}.ss-shuffle:before,.ss-shuffle.right:after{content:'🔀'}.ss-filecabinet:before,.ss-filecabinet.right:after{content:''}.ss-storagebox:before,.ss-storagebox.right:after{content:''}.ss-books:before,.ss-books.right:after{content:'📚'}.ss-bookspencil:before,.ss-bookspencil.right:after{content:''}.ss-openbook:before,.ss-openbook.right:after{content:'📖'}.ss-bookinsert:before,.ss-bookinsert.right:after{content:''}.ss-notebook:before,.ss-notebook.right:after{content:'📓'}.ss-ledger:before,.ss-ledger.right:after{content:'📒'}.ss-album:before,.ss-album.right:after{content:''}.ss-newspaper:before,.ss-newspaper.right:after{content:'📰'}.ss-spiralbound:before,.ss-spiralbound.right:after{content:''}.ss-notepad:before,.ss-notepad.right:after{content:''}.ss-notice:before,.ss-notice.right:after{content:''}.ss-grid:before,.ss-grid.right:after{content:''}.ss-thumbnails:before,.ss-thumbnails.right:after{content:''}.ss-filter:before,.ss-filter.right:after{content:''}.ss-desktop:before,.ss-desktop.right:after{content:'💻'}.ss-laptop:before,.ss-laptop.right:after{content:''}.ss-tablet:before,.ss-tablet.right:after{content:''}.ss-cell:before,.ss-cell.right:after{content:'📱'}.ss-cellbars:before,.ss-cellbars.right:after{content:'📶'}.ss-battery:before,.ss-battery.right:after{content:'🔋'}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:''}.ss-emptybattery:before,.ss-emptybattery.right:after{content:''}.ss-chargingbattery:before,.ss-chargingbattery.right:after{content:''}.ss-screwdrivermobile:before,.ss-screwdrivermobile.right:after{content:''}.ss-brushmobile:before,.ss-brushmobile.right:after{content:''}.ss-pencilmobile:before,.ss-pencilmobile.right:after{content:''}.ss-door:before,.ss-door.right:after{content:'🚪'}.ss-washer:before,.ss-washer.right:after{content:''}.ss-dryer:before,.ss-dryer.right:after{content:''}.ss-fireplace:before,.ss-fireplace.right:after{content:''}.ss-toilet:before,.ss-toilet.right:after{content:'🚽'}.ss-toiletpaper:before,.ss-toiletpaper.right:after{content:''}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'💡'}.ss-cfl:before,.ss-cfl.right:after{content:''}.ss-flashlight:before,.ss-flashlight.right:after{content:'🔦'}.ss-candle:before,.ss-candle.right:after{content:''}.ss-campfire:before,.ss-campfire.right:after{content:'🔥'}.ss-picnictable:before,.ss-picnictable.right:after{content:''}.ss-frame:before,.ss-frame.right:after{content:''}.ss-heartframe:before,.ss-heartframe.right:after{content:'💟'}.ss-starframe:before,.ss-starframe.right:after{content:''}.ss-treeframe:before,.ss-treeframe.right:after{content:''}.ss-flowerframe:before,.ss-flowerframe.right:after{content:''}.ss-questionframe:before,.ss-questionframe.right:after{content:''}.ss-utensilsframe:before,.ss-utensilsframe.right:after{content:''}.ss-atom:before,.ss-atom.right:after{content:'⚛'}.ss-fluxcapacitor:before,.ss-fluxcapacitor.right:after{content:''}.ss-rings:before,.ss-rings.right:after{content:'💍'}.ss-balloons:before,.ss-balloons.right:after{content:'🎈'}.ss-easteregg:before,.ss-easteregg.right:after{content:''}.ss-jackolantern:before,.ss-jackolantern.right:after{content:'🎃'}.ss-menorah:before,.ss-menorah.right:after{content:''}.ss-christmastree:before,.ss-christmastree.right:after{content:'🎃'}.ss-teddy:before,.ss-teddy.right:after{content:''}.ss-blocks:before,.ss-blocks.right:after{content:''}.ss-rattle:before,.ss-rattle.right:after{content:''}.ss-diaper:before,.ss-diaper.right:after{content:''}.ss-pailshovel:before,.ss-pailshovel.right:after{content:''}.ss-sweep:before,.ss-sweep.right:after{content:''}.ss-headstone:before,.ss-headstone.right:after{content:'⛼'}.ss-onedie:before,.ss-onedie.right:after{content:'⚀'}.ss-twodie:before,.ss-twodie.right:after{content:'⚁'}.ss-threedie:before,.ss-threedie.right:after{content:'⚂'}.ss-fourdie:before,.ss-fourdie.right:after{content:'⚃'}.ss-fivedie:before,.ss-fivedie.right:after{content:'⚄'}.ss-sixdie:before,.ss-sixdie.right:after{content:'⚅'}.ss-fuzzydice:before,.ss-fuzzydice.right:after{content:''}.ss-download:before,.ss-download.right:after{content:''}.ss-downloadbox:before,.ss-downloadbox.right:after{content:''}.ss-downloadcrate:before,.ss-downloadcrate.right:after{content:''}.ss-upload:before,.ss-upload.right:after{content:''}.ss-uploadbox:before,.ss-uploadbox.right:after{content:''}.ss-uploadcrate:before,.ss-uploadcrate.right:after{content:''}.ss-transfer:before,.ss-transfer.right:after{content:'⇆'}.ss-refresh:before,.ss-refresh.right:after{content:'↻'}.ss-sync:before,.ss-sync.right:after{content:''}.ss-wifi:before,.ss-wifi.right:after{content:''}.ss-connection:before,.ss-connection.right:after{content:''}.ss-usb:before,.ss-usb.right:after{content:''}.ss-files:before,.ss-files.right:after{content:''}.ss-addfile:before,.ss-addfile.right:after{content:''}.ss-removefile:before,.ss-removefile.right:after{content:''}.ss-deletefile:before,.ss-deletefile.right:after{content:''}.ss-searchfile:before,.ss-searchfile.right:after{content:''}.ss-folder:before,.ss-folder.right:after{content:'📁'}.ss-addfolder:before,.ss-addfolder.right:after{content:''}.ss-removefolder:before,.ss-removefolder.right:after{content:''}.ss-deletefolder:before,.ss-deletefolder.right:after{content:''}.ss-downloadfolder:before,.ss-downloadfolder.right:after{content:''}.ss-uploadfolder:before,.ss-uploadfolder.right:after{content:''}.ss-undo:before,.ss-undo.right:after{content:'↩'}.ss-redo:before,.ss-redo.right:after{content:'↪'}.ss-quote:before,.ss-quote.right:after{content:'“'}.ss-font:before,.ss-font.right:after{content:''}.ss-anchor:before,.ss-anchor.right:after{content:''}.ss-print:before,.ss-print.right:after{content:'⎙'}.ss-fax:before,.ss-fax.right:after{content:'📠'}.ss-shredder:before,.ss-shredder.right:after{content:''}.ss-typewriter:before,.ss-typewriter.right:after{content:''}.ss-list:before,.ss-list.right:after{content:''}.ss-action:before,.ss-action.right:after{content:''}.ss-redirect:before,.ss-redirect.right:after{content:'↗'}.ss-expand:before,.ss-expand.right:after{content:'⤢'}.ss-contract:before,.ss-contract.right:after{content:''}.ss-scaleup:before,.ss-scaleup.right:after{content:''}.ss-scaledown:before,.ss-scaledown.right:after{content:''}.ss-power:before,.ss-power.right:after{content:''}.ss-lifepreserver:before,.ss-lifepreserver.right:after{content:''}.ss-help:before,.ss-help.right:after{content:'❓'}.ss-info:before,.ss-info.right:after{content:'ℹ'}.ss-alert:before,.ss-alert.right:after{content:'⚠'}.ss-caution:before,.ss-caution.right:after{content:'⛔'}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'✓'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-dogface:before,.ss-dogface.right:after{content:'🐶'}.ss-catface:before,.ss-catface.right:after{content:'🐱'}.ss-bearface:before,.ss-bearface.right:after{content:'🐻'}.ss-bird:before,.ss-bird.right:after{content:'🐦'}.ss-dog:before,.ss-dog.right:after{content:'🐕'}.ss-sheep:before,.ss-sheep.right:after{content:'🐑'}.ss-pig:before,.ss-pig.right:after{content:'🐖'}.ss-bone:before,.ss-bone.right:after{content:''}.ss-tooth:before,.ss-tooth.right:after{content:''}.ss-palmtree:before,.ss-palmtree.right:after{content:'🌴'}.ss-tree:before,.ss-tree.right:after{content:'🌲'}.ss-leaf:before,.ss-leaf.right:after{content:'🍂'}.ss-flower:before,.ss-flower.right:after{content:'⚘'}.ss-settings:before,.ss-settings.right:after{content:'⚙'}.ss-dashboard:before,.ss-dashboard.right:after{content:''}.ss-notifications:before,.ss-notifications.right:after{content:'🔔'}.ss-toggles:before,.ss-toggles.right:after{content:''}.ss-switch:before,.ss-switch.right:after{content:''}.ss-switchoff:before,.ss-switchoff.right:after{content:''}.ss-brightness:before,.ss-brightness.right:after{content:'🔆'}.ss-flashoff:before,.ss-flashoff.right:after{content:''}.ss-toolbox:before,.ss-toolbox.right:after{content:''}.ss-tools:before,.ss-tools.right:after{content:''}.ss-wrench:before,.ss-wrench.right:after{content:'🔧'}.ss-wrenches:before,.ss-wrenches.right:after{content:''}.ss-wrenchpencil:before,.ss-wrenchpencil.right:after{content:''}.ss-screwdriverpencil:before,.ss-screwdriverpencil.right:after{content:''}.ss-hammerscrewdriver:before,.ss-hammerscrewdriver.right:after{content:''}.ss-tapemeasure:before,.ss-tapemeasure.right:after{content:''}.ss-hourglass:before,.ss-hourglass.right:after{content:'⏳'}.ss-clock:before,.ss-clock.right:after{content:'⏲'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'⏱'}.ss-alarmclock:before,.ss-alarmclock.right:after{content:'⏰'}.ss-calendar:before,.ss-calendar.right:after{content:'📅'}.ss-keyboardup:before,.ss-keyboardup.right:after{content:''}.ss-keyboarddown:before,.ss-keyboarddown.right:after{content:''}.ss-heavyasterisk:before,.ss-heavyasterisk.right:after{content:'✱'}.ss-egg:before,.ss-egg.right:after{content:''}.ss-cheese:before,.ss-cheese.right:after{content:''}.ss-hotdog:before,.ss-hotdog.right:after{content:''}.ss-burger:before,.ss-burger.right:after{content:'🍔'}.ss-birthdaycake:before,.ss-birthdaycake.right:after{content:'🎂'}.ss-pancakes:before,.ss-pancakes.right:after{content:''}.ss-pizza:before,.ss-pizza.right:after{content:'🍕'}.ss-frenchfries:before,.ss-frenchfries.right:after{content:'🍟'}.ss-apple:before,.ss-apple.right:after{content:'🍏'}.ss-mug:before,.ss-mug.right:after{content:'☕'}.ss-coffee:before,.ss-coffee.right:after{content:''}.ss-growler:before,.ss-growler.right:after{content:''}.ss-beer:before,.ss-beer.right:after{content:'🍺'}.ss-bottle:before,.ss-bottle.right:after{content:''}.ss-wine:before,.ss-wine.right:after{content:''}.ss-wineglass:before,.ss-wineglass.right:after{content:'🍷'}.ss-cocktail:before,.ss-cocktail.right:after{content:'🍸'}.ss-soda:before,.ss-soda.right:after{content:''}.ss-cup:before,.ss-cup.right:after{content:''}.ss-babybottle:before,.ss-babybottle.right:after{content:'🍼'}.ss-jug:before,.ss-jug.right:after{content:''}.ss-oven:before,.ss-oven.right:after{content:''}.ss-takeout:before,.ss-takeout.right:after{content:''}.ss-paperbag:before,.ss-paperbag.right:after{content:''}.ss-utensils:before,.ss-utensils.right:after{content:'🍴'}.ss-tshirt:before,.ss-tshirt.right:after{content:'👕'}.ss-graduationcap:before,.ss-graduationcap.right:after{content:'🎓'}.ss-fabric:before,.ss-fabric.right:after{content:''}.ss-swatch:before,.ss-swatch.right:after{content:''}.ss-weave:before,.ss-weave.right:after{content:''}.ss-thread:before,.ss-thread.right:after{content:''}.ss-yarn:before,.ss-yarn.right:after{content:''}.ss-crochet:before,.ss-crochet.right:after{content:''}.ss-needles:before,.ss-needles.right:after{content:''}.ss-scissorsneedles:before,.ss-scissorsneedles.right:after{content:''}.ss-button:before,.ss-button.right:after{content:''}.ss-zipper:before,.ss-zipper.right:after{content:''}.ss-sun:before,.ss-sun.right:after{content:'☀'}.ss-partlycloudy:before,.ss-partlycloudy.right:after{content:'⛅'}.ss-rainbow:before,.ss-rainbow.right:after{content:'🌈'}.ss-umbrella:before,.ss-umbrella.right:after{content:'☂'}.ss-crescentmoon:before,.ss-crescentmoon.right:after{content:'🌙'}.ss-newmoon:before,.ss-newmoon.right:after{content:'🌑'}.ss-waxingcrescentmoon:before,.ss-waxingcrescentmoon.right:after{content:'🌒'}.ss-firstquartermoon:before,.ss-firstquartermoon.right:after{content:'🌓'}.ss-waxinggibbousmoon:before,.ss-waxinggibbousmoon.right:after{content:'🌔'}.ss-fullmoon:before,.ss-fullmoon.right:after{content:'🌕'}.ss-waninggibbousmoon:before,.ss-waninggibbousmoon.right:after{content:'🌖'}.ss-lastquartermoon:before,.ss-lastquartermoon.right:after{content:'🌗'}.ss-waningcrescentmoon:before,.ss-waningcrescentmoon.right:after{content:'🌘'}.ss-car:before,.ss-car.right:after{content:'🚘'}.ss-carrepair:before,.ss-carrepair.right:after{content:''}.ss-taxi:before,.ss-taxi.right:after{content:'🚖'}.ss-train:before,.ss-train.right:after{content:'🚆'}.ss-bus:before,.ss-bus.right:after{content:'🚍'}.ss-truck:before,.ss-truck.right:after{content:'🚚'}.ss-trailer:before,.ss-trailer.right:after{content:''}.ss-trailerdump:before,.ss-trailerdump.right:after{content:''}.ss-plane:before,.ss-plane.right:after{content:'✈'}.ss-bike:before,.ss-bike.right:after{content:'🚲'}.ss-motorcycle:before,.ss-motorcycle.right:after{content:''}.ss-boat:before,.ss-boat.right:after{content:'🚢'}.ss-rocket:before,.ss-rocket.right:after{content:'🚀'}.ss-ufo:before,.ss-ufo.right:after{content:''}.ss-squarekey:before,.ss-squarekey.right:after{content:''}.ss-tire:before,.ss-tire.right:after{content:''}.ss-fuel:before,.ss-fuel.right:after{content:'⛽'}.ss-parking:before,.ss-parking.right:after{content:''}.ss-wheelchair:before,.ss-wheelchair.right:after{content:'♿'}.ss-restroom:before,.ss-restroom.right:after{content:'🚻'}.ss-elevator:before,.ss-elevator.right:after{content:''}.ss-briefcase:before,.ss-briefcase.right:after{content:'💼'}.ss-theatre:before,.ss-theatre.right:after{content:'🎭'}.ss-ticket:before,.ss-ticket.right:after{content:'🎫'}.ss-golf:before,.ss-golf.right:after{content:''}.ss-billiards:before,.ss-billiards.right:after{content:'🎱'}.ss-baseball:before,.ss-baseball.right:after{content:'⚾'}.ss-tennis:before,.ss-tennis.right:after{content:'🎾'}.ss-basketball:before,.ss-basketball.right:after{content:'🏀'}.ss-football:before,.ss-football.right:after{content:'🏈'}.ss-soccer:before,.ss-soccer.right:after{content:'⚽'}.ss-flaginhole:before,.ss-flaginhole.right:after{content:'⛳'}.ss-paddles:before,.ss-paddles.right:after{content:''}.ss-skiboot:before,.ss-skiboot.right:after{content:''}.ss-skis:before,.ss-skis.right:after{content:'🎿'}.ss-hiker:before,.ss-hiker.right:after{content:''}.ss-runner:before,.ss-runner.right:after{content:'🏃'}.ss-hottub:before,.ss-hottub.right:after{content:''}.ss-exercise:before,.ss-exercise.right:after{content:''}.ss-hospital:before,.ss-hospital.right:after{content:'⛨'}.ss-medicalcross:before,.ss-medicalcross.right:after{content:''}.ss-medicalbag:before,.ss-medicalbag.right:after{content:''}.ss-bandage:before,.ss-bandage.right:after{content:''}.ss-flask:before,.ss-flask.right:after{content:''}.ss-testtube:before,.ss-testtube.right:after{content:''}.ss-up:before,.ss-up.right:after{content:'⬆'}.ss-right:before,.ss-right.right:after{content:'➡'}.ss-down:before,.ss-down.right:after{content:'⬇'}.ss-left:before,.ss-left.right:after{content:'⬅'}.ss-navigateup:before,.ss-navigateup.right:after{content:''}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:''}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-share:before,.ss-share.right:after{content:''}

