html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a {
    text-decoration: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

button {
    margin: 0
}

@-webkit-keyframes spinner-animation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinner-animation {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes spinner-animation {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes spinner-animation {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(100deg)
    }
}

@keyframes spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

html {    
    font-family: "Poppins", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-size: 100%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    text-decoration: none;
    color: #0076cb;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

a:active {
    color: #003283
}

a:visited {
    color: #0076cb
}

a:focus {
    color: #0076cb
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

p {
    max-width: 720px;
    max-width: 45rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

textarea,
/* input[type="text"], */
input[type="password"],
input[type="email"],
input[type="tel"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 6px;
    padding: 0.3125rem 0.375rem;
    min-width: 182px;
    min-width: 11.375rem;
    -webkit-appearance: none;
    font-family: "Poppins", sans-serif;
    margin: 0;
    outline: none;
    border: 1px solid #bbb;
    color: #333
    
}

textarea:focus,
/* input[type="text"]:focus, */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    -moz-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    -moz-box-shadow: 0px 0px 3px #494a4b;
    -webkit-box-shadow: 0px 0px 3px #494a4b;
    box-shadow: 0px 3px 8px #494a4b;
    border: 0px solid #494a4b;
    background-color: #fff
}

textarea.disabled,
textarea[disabled],
textarea[disabled="disabled"] textarea.readonly,
textarea[readonly],
textarea[readonly="readonly"],
textarea.readonly:focus,
textarea[readonly]:focus,
textarea[readonly="readonly"]:focus,
textarea.readonly:active,
textarea[readonly]:active,
textarea[readonly="readonly"]:active,
input[type="text"].disabled,
input[type="text"][disabled],
input[type="text"][disabled="disabled"] textarea.readonly,
input[type="text"][readonly],
input[type="text"][readonly="readonly"],
input[type="text"].readonly:focus,
input[type="text"][readonly]:focus,
input[type="text"][readonly="readonly"]:focus,
input[type="text"].readonly:active,
input[type="text"][readonly]:active,
input[type="text"][readonly="readonly"]:active,
input[type="password"].disabled,
input[type="password"][disabled],
input[type="password"][disabled="disabled"] textarea.readonly,
input[type="password"][readonly],
input[type="password"][readonly="readonly"],
input[type="password"].readonly:focus,
input[type="password"][readonly]:focus,
input[type="password"][readonly="readonly"]:focus,
input[type="password"].readonly:active,
input[type="password"][readonly]:active,
input[type="password"][readonly="readonly"]:active,
input[type="email"].disabled,
input[type="email"][disabled],
input[type="email"][disabled="disabled"] textarea.readonly,
input[type="email"][readonly],
input[type="email"][readonly="readonly"],
input[type="email"].readonly:focus,
input[type="email"][readonly]:focus,
input[type="email"][readonly="readonly"]:focus,
input[type="email"].readonly:active,
input[type="email"][readonly]:active,
input[type="email"][readonly="readonly"]:active,
input[type="tel"].disabled,
input[type="tel"][disabled],
input[type="tel"][disabled="disabled"] textarea.readonly,
input[type="tel"][readonly],
input[type="tel"][readonly="readonly"],
input[type="tel"].readonly:focus,
input[type="tel"][readonly]:focus,
input[type="tel"][readonly="readonly"]:focus,
input[type="tel"].readonly:active,
input[type="tel"][readonly]:active,
input[type="tel"][readonly="readonly"]:active,
textarea[disabled="disabled"] input[type="text"].readonly,
input[type="text"][disabled="disabled"] input[type="text"].readonly,
input[type="password"][disabled="disabled"] input[type="text"].readonly,
input[type="email"][disabled="disabled"] input[type="text"].readonly,
input[type="tel"][disabled="disabled"] input[type="text"].readonly,
textarea[disabled="disabled"] input[type="password"].readonly,
input[type="text"][disabled="disabled"] input[type="password"].readonly,
input[type="password"][disabled="disabled"] input[type="password"].readonly,
input[type="email"][disabled="disabled"] input[type="password"].readonly,
input[type="tel"][disabled="disabled"] input[type="password"].readonly,
textarea[disabled="disabled"] input[type="email"].readonly,
input[type="text"][disabled="disabled"] input[type="email"].readonly,
input[type="password"][disabled="disabled"] input[type="email"].readonly,
input[type="email"][disabled="disabled"] input[type="email"].readonly,
input[type="tel"][disabled="disabled"] input[type="email"].readonly,
textarea[disabled="disabled"] input[type="tel"].readonly,
input[type="text"][disabled="disabled"] input[type="tel"].readonly,
input[type="password"][disabled="disabled"] input[type="tel"].readonly,
input[type="email"][disabled="disabled"] input[type="tel"].readonly,
input[type="tel"][disabled="disabled"] input[type="tel"].readonly {
    box-shadow: none;
    outline: 0 none;
    border: 1px solid #d3d4d5;
    color: #777;
    -webkit-text-fill-color: #888;
    -webkit-opacity: 1;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M22%2C14v-2c0-3.313-2.686-6-6-6c-3.313%2C0-6%2C2.687-6%2C6v2H8v12h16V14H22z%20M20%2C14h-8v-2c0-2.209%2C1.791-4%2C4-4%0D%0A%09s4%2C1.791%2C4%2C4V14z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20d%3D%22M0%2C0h32v32H0V0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: right center;
    padding-right: 1.25em
}

textarea.is-valid,
input[type="text"].is-valid,
input[type="password"].is-valid,
input[type="email"].is-valid,
input[type="tel"].is-valid {
    -moz-transition: background-position 0.3s ease-out;
    -o-transition: background-position 0.3s ease-out;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out;
    padding-right: 44px;
    padding-right: 2.75rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23247230%22%20d%3D%22M1.5%2010.97l5%204.53%209-9.5-2-2-7%207.5-3-3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 24px bottom 8px;
    border: 1px solid #93c939;
    background-color: #eaf5d9
}

textarea.is-valid:focus,
input[type="text"].is-valid:focus,
input[type="password"].is-valid:focus,
input[type="email"].is-valid:focus,
input[type="tel"].is-valid:focus {
    -moz-box-shadow: 0px 0px 3px #4fb81c;
    -webkit-box-shadow: 0px 0px 3px #4fb81c;
    box-shadow: 0px 0px 3px #4fb81c;
    border: 1px solid #4fb81c
}

textarea.ids-input--stretch,
input[type="text"].ids-input--stretch,
input[type="password"].ids-input--stretch,
input[type="email"].ids-input--stretch,
input[type="tel"].ids-input--stretch {
    min-width: 0;
    width: 100%
}

select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    height: 32px;
    height: 2rem;
    min-width: 182px;
    min-width: 11.375rem;
    color: #333;
    border: 1px solid #bbb;
    font-family: "Poppins", Arial, sans-serif;
    margin: 0;
    -webkit-appearance: menulist;
    outline: none
}

select:focus {
    transition: box-shadow 0.3s ease-out;
    -moz-box-shadow: 0px 0px 3px #494a4b;
    -webkit-box-shadow: 0px 0px 3px #494a4b;
    box-shadow: 0px 3px 8px #494a4b;
}

select.disabled,
select[disabled],
select[disabled="disabled"] {
    border: 1px solid #ccc;
    color: #888
}

option {
    font-family: "Poppins", Arial, sans-serif
}

input[type="password"][readonly].ids-input--reveal,
input[type="text"][readonly].ids-input--reveal {
    background-image: none;
    padding-right: 28px
}

.ids-main {
    background-color: #fff
}

.ids-container {
    *zoom: 1;
    max-width: 720px;
    margin: 0 auto
}

.ids-container:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 804px) {
    .ids-container {
        margin: 0 42px;
        margin: 0rem 2.625rem
    }
}

@media only screen and (max-width: 719px) {
    .ids-container {
        margin: 0 20px;
        margin: 0rem 1.25rem
    }
}

.ids-banner {
    min-height: 120px;
    min-height: 7.5rem
}

.ids-main__content {
    min-height: 0;
    min-height: 0rem
}

.ids-main__content--dropdown {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 0;
    min-height: 0
}

.ids-section {
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.ids-section .ids-section {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-section .ids-section:last-child {
    margin-bottom: 0
}

.ids-grid-2-columns {
    *zoom: 1;
    width: auto
}

.ids-grid-2-columns:after {
    content: "";
    display: table;
    clear: both
}

.ids-grid-2-columns .ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 24px
}

@media only screen and (max-width: 484px) {
    .ids-grid-2-columns .ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-2-columns .ids-column:last-child {
    padding-right: 0
}

.ids-grid-3-columns {
    *zoom: 1;
    width: auto
}

.ids-grid-3-columns:after {
    content: "";
    display: table;
    clear: both
}

.ids-grid-3-columns .ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
    padding-right: 24px
}

@media only screen and (max-width: 684px) {
    .ids-grid-3-columns .ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-3-columns .ids-column:last-child {
    padding-right: 0
}

.ids-grid-4-columns {
    *zoom: 1;
    width: auto
}

.ids-grid-4-columns:after {
    content: "";
    display: table;
    clear: both
}

.ids-grid-4-columns .ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-right: 24px
}

@media only screen and (max-width: 884px) {
    .ids-grid-4-columns .ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-4-columns .ids-column:last-child {
    padding-right: 0
}

.ids-grid-5-columns {
    *zoom: 1;
    width: auto
}

.ids-grid-5-columns:after {
    content: "";
    display: table;
    clear: both
}

.ids-grid-5-columns .ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding-right: 24px
}

@media only screen and (max-width: 1084px) {
    .ids-grid-5-columns .ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-5-columns .ids-column:last-child {
    padding-right: 0
}

.ids-grid-auto {
    *zoom: 1
}

.ids-grid-auto:after {
    content: "";
    display: table;
    clear: both
}

.ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child~.ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 24px
}

@media only screen and (max-width: 484px) {

    .ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child,
    .ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child~.ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child:last-child,
.ids-grid-auto .ids-column:nth-last-child(n+2):nth-last-child(-n+2):first-child~.ids-column:last-child {
    padding-right: 0
}

.ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child~.ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
    padding-right: 24px
}

@media only screen and (max-width: 684px) {

    .ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child,
    .ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child~.ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child:last-child,
.ids-grid-auto .ids-column:nth-last-child(n+3):nth-last-child(-n+3):first-child~.ids-column:last-child {
    padding-right: 0
}

.ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child,
.ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child~.ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-right: 24px
}

@media only screen and (max-width: 884px) {

    .ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child,
    .ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child~.ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child:last-child,
.ids-grid-auto .ids-column:nth-last-child(n+4):nth-last-child(-n+4):first-child~.ids-column:last-child {
    padding-right: 0
}

.ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child,
.ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child~.ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding-right: 24px
}

@media only screen and (max-width: 1084px) {

    .ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child,
    .ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child~.ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child:last-child,
.ids-grid-auto .ids-column:nth-last-child(n+5):nth-last-child(-n+5):first-child~.ids-column:last-child {
    padding-right: 0
}

.ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child,
.ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child~.ids-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 16.66667%;
    padding-right: 24px
}

@media only screen and (max-width: 1284px) {

    .ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child,
    .ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child~.ids-column {
        width: 100%;
        padding-right: 0
    }
}

.ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child:last-child,
.ids-grid-auto .ids-column:nth-last-child(n+6):nth-last-child(-n+6):first-child~.ids-column:last-child {
    padding-right: 0
}

.ids-dropdown .ids-main__content {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0
}

.ids-heading-hero {
    font-size: 44px;
    font-size: 2.75rem
}

.ids-heading-1 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem
}

.ids-heading-2 {
    font-size: 24px;
    font-size: 1.5rem
}

.ids-heading-3 {
    font-size: 18px;
    font-size: 1.125rem
}

.ids-heading-4 {
    font-weight: bold
}

.ids-heading-form {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold
}

.ids-heading-fieldset {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem
}

.ids-colophon {
    font-size: 12px;
    font-size: 0.75rem
}

.ids-centered {
    text-align: center
}

.ids-fieldset {
    padding-bottom: 18px;
    padding-bottom: 0rem
}

.ids-input-group {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    position: relative;
    line-height: 1
}

.ids-input-group.is-help-active .ids-help-container {
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 99999
}

.ids-input-group--text,
.ids-input-group--select,
.ids-input-group--textarea,
.ids-input-group--doc,
.ids-input-group--aligned {
    padding-bottom: 18px;
    padding-bottom: 1.125rem
}

.ids-input-group--radio,
.ids-input-group--checkbox {
    padding-bottom: 18px;
    padding-bottom: 1.5rem
}

.ids-input-group--radio .ids-label-container,
.ids-input-group--checkbox .ids-label-container {
    padding-bottom: 8px;
    padding-bottom: 0.5rem
}

@media only screen and (max-width: 600px) {

    .ids-input-group--radio .ids-label-container,
    .ids-input-group--checkbox .ids-label-container {
        padding-bottom: 16px;
        padding-bottom: 1rem
    }
}

.ids-input-group--radio .ids-input-group__item,
.ids-input-group--checkbox .ids-input-group__item {
    padding-bottom: 8px;
    padding-bottom: 0.5rem
}

@media only screen and (max-width: 600px) {

    .ids-input-group--radio .ids-input-group__item,
    .ids-input-group--checkbox .ids-input-group__item {
        padding-bottom: 16px;
        padding-bottom: 1rem
    }
}

.ids-input-group--horizontal .ids-input-group__items {
    *zoom: 1
}

.ids-input-group--horizontal .ids-input-group__items:after {
    content: "";
    display: table;
    clear: both
}

.ids-input-group--horizontal .ids-input-group__item {
    margin-right: 1.5em;
    float: left
}

.ids-input-group--horizontal .ids-input-group__item:last-child {
    margin-right: 0
}

.ids-label-container {
    margin-bottom: 4px;
    margin-bottom: 0.25rem
}

.ids-input-group--text .ids-label-container,
.ids-input-group--select .ids-label-container {
    margin-top: .4em
}

.ids-label {
    font-size: 1.1rem;
    line-height: 0.75;
    font-weight: bold;
}

.ids-required-marker {
    color: #0076cb
}

.ids-control-container {
    position: relative
}

.ids-control-container textarea,
.ids-control-container input[type="text"],
.ids-control-container input[type="password"],
.ids-control-container input[type="email"],
.ids-control-container input[type="tel"],
.ids-control-container select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    width: 100%
}

.ids-control-container textarea {
    min-height: 120px;
    min-height: 7.5rem;
    resize: vertical
}

.ids-input-option {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 3px
}

.ids-control-container--help {
    padding-right: 25px;
    padding-right: 1.5625rem
}

.ids-help-container {
    position: absolute;
    display: none;
    opacity: 0;
    text-align: right
}

.ids-help-block {
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 8px;
    padding: 0.1875rem 0.5rem;
    background: #fed977;
    border: 1px solid #fdbd12;
    color: #543900;
    display: inline-block;
    position: relative
}

.ids-help-block:after {
    width: 14px;
    height: 12px;
    content: '';
    display: block;
    background-color: red;
    position: absolute;
    right: 3px;
    bottom: -12px
}

.ids-help-icon {
    font-size: 16px;
    font-size: 1rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    border: 1px solid #008fd3;
    color: #008fd3;
    display: inline-block;
    position: absolute;
    text-align: center;
    line-height: 1.3;
    right: 0;
    top: 0;
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-top: 4px;
    margin-top: 0.25rem
}

.ids-help-icon,
.ids-help-icon:hover,
.ids-help-icon:active {
    color: #008fd3;
    text-decoration: none
}

.ids-tooltip {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #543900;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 3px 8px;
    padding: 0.1875rem 0.5rem;
    background: #fed977;
    border: 1px solid #fdbd12;
    color: #543900;
    display: none;
    position: absolute;
    min-width: 250px;
    max-width: 500px
}

.ids-tooltip.fade {
    display: block;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.ids-tooltip.in {
    display: block;
    opacity: 1
}

.ids-tooltip-content {
    margin-bottom: 0
}

.ids-tooltip-pointer {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23FED977%22%20stroke%3D%22%23FDBD12%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0%200l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px
}

.ids-error-block {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 4px 6px;
    padding: 0.25rem 0.375rem;
    background-color: #ffe0e0;
    border: 1px solid #ff6666;
    color: #d20808;
    margin-bottom: 0;
    max-width: none;
    display: none
}

.has-error .ids-error-block {
    display: block
}

.has-error textarea,
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="email"],
.has-error input[type="tel"] {
    border: 1px solid #ff6666
}

.ids-input-hint {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 8px 12px 5px 12px;
    padding: 0.5rem 0.75rem 0.3125rem 0.75rem;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
    background-color: #f6f7f8;
    border: 1px solid #c1c2c3;
    color: #555;
    line-height: 1.25;
    position: absolute;
    left: 8px;
    top: 40px;
    right: 8px;
    display: none;
    opacity: 0
}

.ids-input-hint:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%3E%3Cpath%20stroke%3D%22%23aeb1b4%22%20fill%3D%22%23f6f6f8%22%20d%3D%22M0%2012L9%200l9%2012%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    top: -10px;
    left: 45%;
    content: ''
}

.ids-input-hint.is-active {
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: block;
    opacity: 1
}

.ids-input-hint li {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem
}

.ids-input-hint-check {
    padding-left: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M12%207c5.514%200%2010%204.486%2010%2010s-4.486%2010-10%2010S2%2022.514%202%2017%206.486%207%2012%207m0-1C5.925%206%201%2010.925%201%2017s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%206%2012%206z%22%2F%3E%3C%2Fsvg%3E");
    background-position: 0 3px
}

.ids-input-hint-check.is-ok {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M12%207c5.514%200%2010%204.486%2010%2010s-4.486%2010-10%2010S2%2022.514%202%2017%206.486%207%2012%207m0-1C5.925%206%201%2010.925%201%2017s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%206%2012%206z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%232A7A44%22%20stroke%3D%22%232A7B44%22%20stroke-width%3D%222%22%20d%3D%22M4.5%2016.5l2-2%205%205%2013-13%202%202-15%2015-7-7z%22%2F%3E%3Cpath%20d%3D%22M0%200h32v32H0V0z%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    color: #247230;
    font-weight: bold
}

.ids-input-hint__close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M12.95%203.257L11.742%202.05%207.5%206.292%203.257%202.05%202.05%203.257%206.292%207.5%202.05%2011.742l1.207%201.208L7.5%208.707l4.242%204.243%201.208-1.208L8.707%207.5z%22%2F%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    background-size: 18px;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: .5;
    display: none;
    background-position: center
}

.ids-touch .ids-input-hint__close {
    display: block
}

.ids-form__required-index {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right
}

.ids-doc-container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px #ccc inset;
    -webkit-box-shadow: 0px 0px 4px #ccc inset;
    box-shadow: 0px 0px 4px #ccc inset;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    min-height: 280px;
    min-height: 17.5rem;
    max-height: 460px;
    max-height: 28.75rem;
    background-color: #f7f8f9;
    border: 1px solid #bbb;
    overflow-y: auto
}

.ids-doc-version {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    color: #777
}

.ids-form {
    max-width: 720px;
    max-width: 45rem
}

.ids-form .ids-input-area {
    padding-left: 0;
    padding-right: 0
}

.ids-form--horizontal {
    max-width: 720px;
    max-width: 45rem
}

.ids-form--horizontal .ids-input-area {
    padding-left: 0;
    padding-right: 0
}

.ids-form--horizontal .ids-input-group--text,
.ids-form--horizontal .ids-input-group--select,
.ids-form--horizontal .ids-input-group--aligned {
    *zoom: 1
}

.ids-form--horizontal .ids-input-group--text:after,
.ids-form--horizontal .ids-input-group--select:after,
.ids-form--horizontal .ids-input-group--aligned:after {
    content: "";
    display: table;
    clear: both
}

.ids-form--horizontal .ids-input-group--text .ids-label-container,
.ids-form--horizontal .ids-input-group--select .ids-label-container,
.ids-form--horizontal .ids-input-group--aligned .ids-label-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 40%;
    min-width: 210px;
    min-width: 13.125rem;
    padding-right: 32px;
    padding-right: 2rem
}

@media screen and (max-width: 566px) {

    .ids-form--horizontal .ids-input-group--text .ids-label-container,
    .ids-form--horizontal .ids-input-group--select .ids-label-container,
    .ids-form--horizontal .ids-input-group--aligned .ids-label-container {
        float: none;
        text-align: left;
        width: auto;
        padding-right: 0
    }
}

.ids-form--horizontal .ids-input-group--text .ids-label-container.ids-label-container--left,
.ids-form--horizontal .ids-input-group--select .ids-label-container.ids-label-container--left,
.ids-form--horizontal .ids-input-group--aligned .ids-label-container.ids-label-container--left {
    text-align: left
}

.ids-form--horizontal .ids-input-group--text .ids-label-container.ids-label-container--fullwidth,
.ids-form--horizontal .ids-input-group--select .ids-label-container.ids-label-container--fullwidth,
.ids-form--horizontal .ids-input-group--aligned .ids-label-container.ids-label-container--fullwidth {
    width: 100%
}

.ids-form--horizontal .ids-input-group--text .ids-control-container,
.ids-form--horizontal .ids-input-group--select .ids-control-container,
.ids-form--horizontal .ids-input-group--aligned .ids-control-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    min-width: 240px;
    min-width: 15rem
}

@media screen and (max-width: 566px) {

    .ids-form--horizontal .ids-input-group--text .ids-control-container,
    .ids-form--horizontal .ids-input-group--select .ids-control-container,
    .ids-form--horizontal .ids-input-group--aligned .ids-control-container {
        float: none;
        width: auto
    }
}

.ids-form--horizontal .ids-input-group--text .ids-control-container.ids-control-container--fullwidth,
.ids-form--horizontal .ids-input-group--select .ids-control-container.ids-control-container--fullwidth,
.ids-form--horizontal .ids-input-group--aligned .ids-control-container.ids-control-container--fullwidth {
    width: 100%
}

@media screen and (max-width: 566px) {

    .ids-form--horizontal .ids-input-group--text .ids-control-display-only,
    .ids-form--horizontal .ids-input-group--select .ids-control-display-only,
    .ids-form--horizontal .ids-input-group--aligned .ids-control-display-only {
        margin-top: 6px;
        margin-top: 0.375rem
    }
}

.ids-form--horizontal .ids-input-group--text .ids-label-wrap,
.ids-form--horizontal .ids-input-group--select .ids-label-wrap,
.ids-form--horizontal .ids-input-group--aligned .ids-label-wrap {
    position: relative
}

.ids-form--horizontal .ids-input-group--text .ids-required-marker,
.ids-form--horizontal .ids-input-group--select .ids-required-marker,
.ids-form--horizontal .ids-input-group--aligned .ids-required-marker {
    position: absolute;
    right: -10px;
    top: -1px
}

@media screen and (max-width: 566px) {

    .ids-form--horizontal .ids-input-group--text .ids-required-marker,
    .ids-form--horizontal .ids-input-group--select .ids-required-marker,
    .ids-form--horizontal .ids-input-group--aligned .ids-required-marker {
        position: static
    }
}

.ids-form--horizontal .ids-input-group--text .ids-label-container--option .ids-required-marker,
.ids-form--horizontal .ids-input-group--select .ids-label-container--option .ids-required-marker,
.ids-form--horizontal .ids-input-group--aligned .ids-label-container--option .ids-required-marker {
    position: static
}

.ids-form--h-fullwidth {
    max-width: 100%
}

.ids-form--h-fullwidth .ids-input-area {
    padding-left: 0;
    padding-right: 0
}

.ids-form--h-fullwidth .ids-input-group--text,
.ids-form--h-fullwidth .ids-input-group--select,
.ids-form--h-fullwidth .ids-input-group--aligned {
    *zoom: 1
}

.ids-form--h-fullwidth .ids-input-group--text:after,
.ids-form--h-fullwidth .ids-input-group--select:after,
.ids-form--h-fullwidth .ids-input-group--aligned:after {
    content: "";
    display: table;
    clear: both
}

.ids-form--h-fullwidth .ids-input-group--text .ids-label-container,
.ids-form--h-fullwidth .ids-input-group--select .ids-label-container,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-label-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 40%;
    min-width: 210px;
    min-width: 13.125rem;
    padding-right: 32px;
    padding-right: 2rem
}

@media screen and (max-width: 566px) {

    .ids-form--h-fullwidth .ids-input-group--text .ids-label-container,
    .ids-form--h-fullwidth .ids-input-group--select .ids-label-container,
    .ids-form--h-fullwidth .ids-input-group--aligned .ids-label-container {
        float: none;
        text-align: left;
        width: auto;
        padding-right: 0
    }
}

.ids-form--h-fullwidth .ids-input-group--text .ids-label-container.ids-label-container--left,
.ids-form--h-fullwidth .ids-input-group--select .ids-label-container.ids-label-container--left,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-label-container.ids-label-container--left {
    text-align: left
}

.ids-form--h-fullwidth .ids-input-group--text .ids-label-container.ids-label-container--fullwidth,
.ids-form--h-fullwidth .ids-input-group--select .ids-label-container.ids-label-container--fullwidth,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-label-container.ids-label-container--fullwidth {
    width: 100%
}

.ids-form--h-fullwidth .ids-input-group--text .ids-control-container,
.ids-form--h-fullwidth .ids-input-group--select .ids-control-container,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-control-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    min-width: 240px;
    min-width: 15rem
}

@media screen and (max-width: 566px) {

    .ids-form--h-fullwidth .ids-input-group--text .ids-control-container,
    .ids-form--h-fullwidth .ids-input-group--select .ids-control-container,
    .ids-form--h-fullwidth .ids-input-group--aligned .ids-control-container {
        float: none;
        width: auto
    }
}

.ids-form--h-fullwidth .ids-input-group--text .ids-control-container.ids-control-container--fullwidth,
.ids-form--h-fullwidth .ids-input-group--select .ids-control-container.ids-control-container--fullwidth,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-control-container.ids-control-container--fullwidth {
    width: 100%
}

@media screen and (max-width: 566px) {

    .ids-form--h-fullwidth .ids-input-group--text .ids-control-display-only,
    .ids-form--h-fullwidth .ids-input-group--select .ids-control-display-only,
    .ids-form--h-fullwidth .ids-input-group--aligned .ids-control-display-only {
        margin-top: 6px;
        margin-top: 0.375rem
    }
}

.ids-form--h-fullwidth .ids-input-group--text .ids-label-wrap,
.ids-form--h-fullwidth .ids-input-group--select .ids-label-wrap,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-label-wrap {
    position: relative
}

.ids-form--h-fullwidth .ids-input-group--text .ids-required-marker,
.ids-form--h-fullwidth .ids-input-group--select .ids-required-marker,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-required-marker {
    position: absolute;
    right: -10px;
    top: -1px
}

@media screen and (max-width: 566px) {

    .ids-form--h-fullwidth .ids-input-group--text .ids-required-marker,
    .ids-form--h-fullwidth .ids-input-group--select .ids-required-marker,
    .ids-form--h-fullwidth .ids-input-group--aligned .ids-required-marker {
        position: static
    }
}

.ids-form--h-fullwidth .ids-input-group--text .ids-label-container--option .ids-required-marker,
.ids-form--h-fullwidth .ids-input-group--select .ids-label-container--option .ids-required-marker,
.ids-form--h-fullwidth .ids-input-group--aligned .ids-label-container--option .ids-required-marker {
    position: static
}

input.ids-input--reveal {
    padding-right: 28px
}

.ids-input-reveal {
    background-repeat: no-repeat;
    position: absolute;
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: 12px;
    right: 0.75rem;    
}

.ids-control-container--reveal ::-ms-reveal {
    display: none
}

.ids-input-group--help .ids-input-reveal {
    right: 28px
}

.ids-input-group--help .is-input-clear-active .ids-input-reveal {
    right: 52px
}

.is-input-clear-active .ids-input-reveal {
    right: 24px
}

.is-input-clear-active input.ids-input--reveal {
    padding-right: 52px
}

.is-show .ids-input-reveal {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Cpath%20fill%3D%22%23475E75%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.4283%209.25633C10.8401%209.62427%2010.8757%2010.2564%2010.5078%2010.6683C10.1912%2011.0226%2010%2011.4878%2010%2012C10%2013.1046%2010.8954%2014%2012%2014C12.5143%2014%2012.9812%2013.8072%2013.3361%2013.4883C13.7469%2013.1191%2014.3791%2013.1529%2014.7483%2013.5637C15.1174%2013.9745%2015.0837%2014.6067%2014.6729%2014.9759C13.9652%2015.6118%2013.0267%2016%2012%2016C9.79086%2016%208%2014.2091%208%2012C8%2010.9775%208.38496%2010.0425%209.01628%209.33585C9.38423%208.92399%2010.0164%208.88838%2010.4283%209.25633Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3Cpath%20fill%3D%22%23475E75%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.29289%202.29289C2.68342%201.90237%203.31658%201.90237%203.70711%202.29289L21.7071%2020.2929C22.0976%2020.6834%2022.0976%2021.3166%2021.7071%2021.7071%2021.3166%2022.0976%2020.6834%2022.0976%2020.2929%2021.7071L2.29289%203.70711C1.90237%203.31658%201.90237%202.68342%202.29289%202.29289ZM9.78696%204.22903C10.5065%204.07585%2011.2447%204%2012%204%2016.4797%204%2020.0928%206.64744%2022.8682%2011.5038%2023.0512%2011.824%2023.0431%2012.2189%2022.8472%2012.5313%2021.9503%2013.9613%2021.2272%2015.0146%2020.6901%2015.6478%2020.3328%2016.069%2019.7017%2016.1208%2019.2806%2015.7635%2018.8594%2015.4062%2018.8076%2014.7752%2019.1649%2014.354%2019.5471%2013.9034%2020.099%2013.1221%2020.8286%2011.9809%2018.3331%207.864%2015.3817%206%2012%206%2011.3794%206%2010.781%206.06223%2010.2034%206.18519%209.66324%206.3002%209.13211%205.95552%209.01711%205.41534%208.90211%204.87517%209.24678%204.34404%209.78696%204.22903Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3Cpath%20fill%3D%22%23475E75%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.95538%206.39467C7.28916%206.83468%207.20305%207.46196%206.76304%207.79574C5.94681%208.41492%204.75893%209.79204%203.18596%2012.0431C5.67817%2016.1432%208.62467%2018%2012%2018C13.6171%2018%2015.1023%2017.5777%2016.4761%2016.7276C16.9458%2016.437%2017.5621%2016.5821%2017.8527%2017.0517C18.1433%2017.5214%2017.9982%2018.1377%2017.5285%2018.4283C15.8383%2019.4742%2013.9886%2020%2012%2020C7.52007%2020%203.90695%2017.3526%201.13176%2012.4962C0.941655%2012.1635%200.958358%2011.7514%201.17477%2011.4352C2.92549%208.87719%204.39089%207.08488%205.5543%206.20233C5.99431%205.86855%206.62159%205.95466%206.95538%206.39467Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E")
}

.is-hide .ids-input-reveal {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20fill%3D%22%23475E75%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.99994%2012C7.99994%209.79086%209.7908%208%2011.9999%208C14.2091%208%2015.9999%209.79086%2015.9999%2012C15.9999%2014.2091%2014.2091%2016%2011.9999%2016C9.7908%2016%207.99994%2014.2091%207.99994%2012ZM11.9999%2010C10.8954%2010%209.99994%2010.8954%209.99994%2012C9.99994%2013.1046%2010.8954%2014%2011.9999%2014C13.1045%2014%2013.9999%2013.1046%2013.9999%2012C13.9999%2010.8954%2013.1045%2010%2011.9999%2010Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23475E75%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.04303%207.79288C5.86485%205.97113%208.60694%204%2011.9999%204C15.3929%204%2018.135%205.97113%2019.9569%207.79288C20.8805%208.71646%2021.6031%209.63657%2022.0948%2010.325C22.3413%2010.6701%2022.5315%2010.9592%2022.6614%2011.1645C22.7264%2011.2673%2022.7764%2011.3492%2022.811%2011.4068C22.8283%2011.4357%2022.8418%2011.4585%2022.8513%2011.4748L22.8627%2011.4943L22.8662%2011.5003L22.8673%2011.5024C22.8675%2011.5027%2022.8682%2011.5038%2021.9999%2012C22.8682%2012.4962%2022.868%2012.4965%2022.8678%2012.4968L22.8662%2012.4996L22.8627%2012.5057L22.8513%2012.5252C22.8418%2012.5415%2022.8283%2012.5643%2022.811%2012.5931C22.7764%2012.6508%2022.7264%2012.7327%2022.6614%2012.8354C22.5315%2013.0408%2022.3414%2013.3299%2022.0949%2013.675C21.6032%2014.3634%2020.8806%2015.2835%2019.957%2016.2071C18.1352%2018.0289%2015.3931%2020%2011.9999%2020C8.60676%2020%205.86467%2018.0289%204.04288%2016.2071C3.1193%2015.2835%202.39672%2014.3634%201.90498%2013.675C1.65849%2013.3299%201.46838%2013.0408%201.33847%2012.8354C1.27348%2012.7327%201.22344%2012.6508%201.18884%2012.5931C1.17154%2012.5643%201.15809%2012.5415%201.14855%2012.5252L1.13718%2012.5057L1.1337%2012.4996L1.13252%2012.4976C1.13233%2012.4972%201.13171%2012.4962%201.99994%2012C1.13173%2011.5038%201.1319%2011.5035%201.13208%2011.5032L1.13372%2011.5003L1.1372%2011.4943L1.14857%2011.4748C1.15811%2011.4585%201.17156%2011.4357%201.18887%2011.4068C1.22347%2011.3492%201.27351%2011.2673%201.3385%2011.1645C1.46842%2010.9592%201.65855%2010.6701%201.90505%2010.325C2.39681%209.63657%203.11942%208.71646%204.04303%207.79288ZM1.99994%2012L1.13208%2011.5032C0.956381%2011.8106%200.956014%2012.1887%201.13171%2012.4962L1.99994%2012ZM3.17995%2012C3.27627%2012.1458%203.39409%2012.3188%203.53244%2012.5125C3.97822%2013.1366%204.63067%2013.9665%205.45709%2014.7929C7.13533%2016.4711%209.39324%2018%2011.9999%2018C14.6066%2018%2016.8646%2016.4711%2018.5428%2014.7929C19.3692%2013.9665%2020.0217%2013.1366%2020.4674%2012.5125C20.6058%2012.3188%2020.7236%2012.1458%2020.8199%2012C20.7236%2011.8542%2020.6058%2011.6812%2020.4674%2011.4875C20.0216%2010.8634%2019.3691%2010.0335%2018.5427%209.20712C16.8644%207.52887%2014.6065%206%2011.9999%206C9.39344%206%207.13552%207.52887%205.45722%209.20712C4.63077%2010.0335%203.97828%2010.8634%203.53247%2011.4875C3.39411%2011.6812%203.27628%2011.8542%203.17995%2012ZM21.9999%2012L22.8678%2012.4968C23.0435%2012.1893%2023.0439%2011.8113%2022.8682%2011.5038L21.9999%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ids-input-clear {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20d%3D%22M0%200h28v28h-28z%22%20fill%3D%22none%22%2F%3E%3Ccircle%20fill%3D%22%23333%22%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2213.75%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9%207l-2%202%205%205-5%205%202%202%204.5-5%205.5%205%202-2-5.5-5%205.25-5-1.875-2-4.937%205z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 0.75rem;
    opacity: .5;
    display: none
}

.ids-control-container--help .ids-input-clear {
    right: 33px
}

.is-input-clear-active .ids-input-clear {
    display: block
}

.is-input-clear-active .ids-input {
    padding-right: 24px;
    padding-right: 1.5rem
}

.is-input-clear-active .ids-input.is-valid {
    background-position: right 28px center;
    padding-right: 48px;
    padding-right: 3rem
}

.ids-input-group--display-only {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-input-group--display-only .ids-label-container {
    margin-top: 4px;
    margin-top: 0.25rem
}

.ids-control-display-only {
    font-weight: bold;
    margin-top: .3em
}

.ids-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.ids-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.ids-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.ids-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.ids-slider {
    background-color: #008fd3
}

input:focus+.ids-slider {
    box-shadow: 0 0 1px #008fd3
}

input:checked+.ids-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.ids-slider.round {
    border-radius: 34px
}

.ids-slider.round:before {
    border-radius: 50%
}

.ids-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px
}

.ids-icon--info,
.ids-message--info.ids-message--icon,
.ids-status.ids-status--info {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Ccircle%20fill%3D%22%230076CB%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014h4v12h-4z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%229.539%22%20r%3D%222.461%22%2F%3E%3C%2Fsvg%3E")
}

.ids-icon--success,
.ids-message--success.ids-message--icon,
.ids-status.ids-status--success {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23247230%22%20d%3D%22M1.5%2010.97l5%204.53%209-9.5-2-2-7%207.5-3-3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-icon--warning,
.ids-message--warning.ids-message--icon,
.ids-status.ids-status--warning {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D4652D%22%20d%3D%22M17.488%204.604c-.818-1.432-2.158-1.432-2.977%200L1.49%2027.396C.67%2028.828%201.35%2030%203%2030h26c1.65%200%202.33-1.172%201.512-2.604L17.488%204.604z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0zM0%200h32v32H0z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M15%2021l-1-10h4l-1%2010z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ids-icon--error,
.ids-message--danger.ids-message--icon,
.ids-message--error.ids-message--icon,
.ids-status.ids-status--error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-.042%200h32v32h-32z%22%2F%3E%3Ccircle%20fill%3D%22%23D20808%22%20cx%3D%2215.958%22%20cy%3D%2216%22%20r%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%208l-2%202%206%206-6%206%202%202%206-6%206%206%202-2-6-6%206-6-2-2-6%206z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-social-button--twitter,
.ids-status.ids-status--twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%204%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%2355ACEE%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Unknown-1%22%20transform%3D%22translate%287.619048%2C%208.380952%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.2857143%2C2.81094225%20C17.751472%2C3.0839311%2016.8776137%2C3.22464032%2016.2101375%2C3.22464032%20C16.4766055%2C2.81483283%2018.1224373%2C1.551692%2018.2857143%2C0.761904762%20C17.5699081%2C1.16004053%2016.0253079%2C2.00429585%2015.1070383%2C2.10869301%20C14.3977631%2C1.28389058%2013.3567092%2C0.761904762%2012.1987489%2C0.761904762%20C10.0572082%2C0.761904762%208.32059433%2C2.53860182%208.32059433%2C4.73029382%20C8.32059433%2C5.05580547%208.37414917%2C5.64004053%208.44795036%2C5.94350557%20C5.95307828%2C5.77621074%203.31844111%2C4.53446809%200.697519211%2C1.72028369%20C-0.364434194%2C4.06370821%202.58042921%2C7.08149949%202.58042921%2C7.08149949%20C2.58042921%2C7.08149949%200.905207515%2C6.84028369%200.103844152%2C6.29171226%20C0.504852387%2C9.30172239%203.70312165%2C10.7477204%203.70312165%2C10.7477204%20C3.70312165%2C10.7477204%201.99393834%2C10.8838906%201.4596961%2C10.7477204%20C1.9410366%2C12.3506383%203.22700601%2C12.7623911%204.83691692%2C13.1118946%20C3.41901973%2C14.0469301%201.77318788%2C14.2083891%200%2C14.3679027%20C1.60207362%2C15.3522188%203.82002796%2C16%205.51941465%2C16%20C10.5196085%2C16%2015.9717531%2C11.5757649%2015.9717531%2C5.55120567%20C15.9717531%2C5.40077001%2015.9717531%2C5.40077001%2015.928648%2C5.21402229%20L15.892727%2C5.12907801%20L15.9005643%2C4.93130699%20C16.8821855%2C4.34836879%2018.0786791%2C3.44640324%2018.2857143%2C2.81094225%20L18.2857143%2C2.81094225%20Z%22%20id%3D%22Path%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%220%200%2018.2857143%200%2018.2857143%2018.2857143%207.9760494e-16%2018.2857143%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.ids-social-button--facebook,
.ids-status.ids-status--facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%205%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy%22%20fill%3D%22%233C5998%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Unknown-2%22%20transform%3D%22translate%2811.428571%2C%206.857143%29%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C6.04739526%20L1.95857454%2C6.04739526%20L1.95857454%2C4.20986473%20C1.95857454%2C3.39988858%201.97942052%2C2.15109918%202.58963919%2C1.37677661%20C3.23207438%2C0.55765852%204.11423834%2C0%205.63125713%2C0%20C8.10245325%2C0%209.14285714%2C0.340080278%209.14285714%2C0.340080278%20L8.65297662%2C3.14208579%20C8.65297662%2C3.14208579%207.83714078%2C2.91445141%207.07531498%2C2.91445141%20C6.31254164%2C2.91445141%205.63125713%2C3.17773937%205.63125713%2C3.91275158%20L5.63125713%2C6.04830945%20L8.75531143%2C6.04830945%20L8.53737619%2C8.78357878%20L5.63220467%2C8.78357878%20L5.63220467%2C18.2857143%20L1.95952208%2C18.2857143%20L1.95952208%2C8.78266459%20L0%2C8.78266459%20L0%2C6.04739526%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.ids-social-button--apple,
.ids-status.ids-status--apple {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%2014%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cfilter%20id%3D%22filter-1%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%201.000000%200%22%3E%3C%2FfeColorMatrix%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Ffilter%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-3%22%20fill%3D%22%23404040%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20filter%3D%22url%28%23filter-1%29%22%20id%3D%22apple-logo-svgrepo-com%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%288.380952%2C%206.095238%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.2802097%2C0%20C11.3240176%2C0%2011.3678255%2C0%2011.4141131%2C0%20C11.5215664%2C1.62813334%2011.0148828%2C2.84467133%2010.3990927%2C3.72564759%20C9.79487454%2C4.60054116%208.96748415%2C5.44907641%207.62927731%2C5.32032613%20C7.54000842%2C3.71550977%208.04751861%2C2.58919835%208.6624821%2C1.71024966%20C9.23281114%2C0.891114076%2010.2784144%2C0.162205065%2011.2802097%2C0%20Z%22%20id%3D%22Path%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.2380952%2C14.7357586%20C15.2380952%2C14.7491613%2015.2380952%2C14.7608887%2015.2380952%2C14.7734537%20C14.8646527%2C15.9277625%2014.3319842%2C16.9170504%2013.6819481%2C17.8351364%20C13.0885438%2C18.6686177%2012.3613569%2C19.7902574%2011.0629261%2C19.7902574%20C9.9409571%2C19.7902574%209.19571362%2C19.0539458%208.04583904%2C19.0338417%20C6.82948349%2C19.0137376%206.16057001%2C19.6495289%205.04845006%2C19.8095238%20C4.92123339%2C19.8095238%204.79401671%2C19.8095238%204.6692623%2C19.8095238%20C3.85261333%2C19.6888994%203.19354888%2C19.0288157%202.71340853%2C18.4340702%20C1.29761007%2C16.6766392%200.203546678%2C14.4065544%200%2C11.5015159%20C0%2C11.2167082%200%2C10.9327382%200%2C10.6479305%20C0.0861790369%2C8.56883439%201.07600683%2C6.87841698%202.39167346%2C6.05917603%20C3.08603028%2C5.6235878%204.0405657%2C5.25250013%205.10344049%2C5.41835872%20C5.55895826%2C5.49039832%206.02432506%2C5.64955556%206.43223917%2C5.80703746%20C6.8188137%2C5.95865567%207.30223706%2C6.22754763%207.76021709%2C6.21330725%20C8.07046162%2C6.20409288%208.37906465%2C6.03907196%208.69177144%2C5.92263587%20C9.60773149%2C5.58505499%2010.505635%2C5.1980516%2011.6891604%2C5.37982592%20C13.1115249%2C5.59929538%2014.1210508%2C6.24430103%2014.7448228%2C7.23945261%20C13.5415993%2C8.02099842%2012.5903469%2C9.19876199%2012.752856%2C11.2100069%20C12.8973084%2C13.0369645%2013.9380229%2C14.105831%2015.2380952%2C14.7357586%20Z%22%20id%3D%22Path%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.ids-social-button--linkedin,
.ids-status.ids-status--linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%206%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-2%22%20fill%3D%22%230F76A8%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Unknown-3%22%20transform%3D%22translate%286.857143%2C%207.619048%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.80717794%2C16.7619044%20L1.52380952%2C16.7619044%20L1.52380952%2C6.59833555%20L4.80717794%2C6.59833555%20L4.80717794%2C16.7619044%20Z%20M17.5238095%2C16.7619044%20L13.9448622%2C16.7619044%20L13.9448622%2C11.2939043%20C13.9448622%2C9.86253507%2013.2198095%2C8.8859855%2011.9381253%2C8.8859855%20C10.959599%2C8.8859855%2010.2791779%2C9.54492354%2010.0257043%2C10.1809936%20C9.93054637%2C10.4088269%209.94570426%2C10.7264384%209.94570426%2C11.0448969%20L9.94570426%2C16.7619044%20L6.5764411%2C16.7619044%20C6.5764411%2C16.7619044%206.62528321%2C7.47917818%206.5764411%2C6.59833555%20L9.94570426%2C6.59833555%20L9.92717794%2C8.0585016%20C10.1452832%2C7.33434732%2011.4774937%2C6.09523849%2013.3579148%2C6.09523849%20C15.6905464%2C6.09439193%2017.5238095%2C7.44529962%2017.5238095%2C10.8865146%20L17.5238095%2C16.7619044%20L17.5238095%2C16.7619044%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20cx%3D%223.42857143%22%20cy%3D%223.42857143%22%20r%3D%221.9047619%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%220%200%2018.2857143%200%2018.2857143%2017.5238095%200%2017.5238095%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.ids-social-button--google,
.ids-status.ids-status--google {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%203%20Copy%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3-Copy%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-2%22%20fill%3D%22%23A8280F%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Unknown%22%20transform%3D%22translate%286.857143%2C%206.857143%29%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.6%2C-6.55560262e-14%20C12.16%2C-6.55560262e-14%2014.4%2C0.96%2016%2C2.45333333%20L16%2C2.45333333%20L13.2266667%2C5.22666667%20C12.2666667%2C4.37333333%2010.9866667%2C3.84%209.6%2C3.84%20C7.14666667%2C3.84%205.01333333%2C5.54666667%204.26666667%2C7.78666667%20C4.05333333%2C8.32%203.94666667%2C8.96%203.94666667%2C9.6%20C3.94666667%2C10.24%204.05333333%2C10.88%204.26666667%2C11.4133333%20C5.01333333%2C13.6533333%207.14666667%2C15.36%209.6%2C15.36%20C10.88%2C15.36%2011.9466667%2C15.04%2012.8%2C14.5066667%20L12.8%2C14.5066667%20L13.0062854%2C14.3558479%20C13.9363556%2C13.6448%2014.4142222%2C12.8284444%2014.6133333%2C11.7333333%20L14.6133333%2C11.7333333%20L9.6%2C11.7333333%20L9.6%2C8%20L18.4533333%2C8%20C18.56%2C8.53333333%2018.6666667%2C9.28%2018.6666667%2C9.92%20C18.6666667%2C12.8%2017.7066667%2C15.2533333%2015.8933333%2C16.96%20L15.8933333%2C16.96%20L15.8829132%2C16.9604487%20C14.2915741%2C18.3874025%2012.0981491%2C19.2%209.6%2C19.2%20C5.86666667%2C19.2%202.56%2C17.0666667%201.06666667%2C13.8666667%20L1.06666667%2C13.8666667%20L0.901884388%2C13.5675922%20C0.272662722%2C12.3569231%20-3.64364623e-14%2C10.9784615%20-3.64364623e-14%2C9.6%20C-3.64364623e-14%2C8.10666667%200.426666667%2C6.61333333%201.06666667%2C5.33333333%20L1.06666667%2C5.33333333%20L1.19527892%2C5.06915866%20C2.74403292%2C2.01646091%205.97037037%2C-6.55560262e-14%209.6%2C-6.55560262e-14%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.ids-message--twitter.ids-message--icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.105%209.852c1.174-.512%203.686-2.53%204.035-3.61-.904.464-2.38.703-3.512.703.452-.698%203.236-2.85%203.512-4.194-1.21.68-3.823%202.117-5.376%202.294-1.2-1.406-2.962-2.293-4.922-2.293-3.622%200-6.56%203.027-6.56%206.76%200%20.556.09%201.55.215%202.068-4.22-.285-8.676-2.402-13.11-7.196-1.795%203.993%203.187%209.133%203.187%209.133s-2.833-.41-4.19-1.344c.678%205.128%206.087%207.59%206.087%207.59s-2.89.234-3.794%200c.815%202.73%202.988%203.435%205.712%204.028-2.397%201.593-5.183%201.87-8.18%202.14%202.708%201.675%207.477%202.778%209.335%202.778%208.46%200%2017.682-7.522%2017.682-17.8.002-.725-.12-1.054-.12-1.054z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-message--facebook.ids-message--icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.005%203.895L2%2028.147S2.854%2030%203.854%2030H18V19h-3v-4h3v-4c0-2.625%201.43-4%204.214-4%201.04%200%203.786.142%203.786.142V10h-2c-1.416%200-2%20.348-2%202v3h4l-.783%204H22v11s5.146-.01%206.146-.01S30%2029.188%2030%2028.188V3.875s-.79-1.86-1.79-1.86L3.853%202.01s-1.85.885-1.85%201.885z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M.008%200h32v32h-32z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-message--linkedin.ids-message--icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.926%202H4.066C2.926%202%202%202.904%202%204.018V27.98C2%2029.095%202.926%2030%204.066%2030h23.86C29.067%2030%2030%2029.095%2030%2027.98V4.017C30%202.904%2029.068%202%2027.926%202zM10%2026H6V12h4v14zM8.227%2010.67c-1.33%200-2.407-1.078-2.407-2.408%200-1.328%201.076-2.406%202.407-2.406%201.328%200%202.407%201.078%202.407%202.406%200%201.33-1.08%202.41-2.407%202.41zM26%2026h-4v-6.638c0-1.55-.205-3.544-2.334-3.544-2.16%200-2.666%201.688-2.666%203.432V26h-4V12h4v2h-.05c.554-1%201.98-1.997%204-1.997%204.202%200%205.05%202.93%205.05%206.528V26z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-message--google.ids-message--icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M28.7%2017.22c0-.84-.14-1.82-.28-2.52H16.8v4.9h6.58c-.28%201.54-.98%202.66-2.38%203.64v3.22h4.06c2.38-2.24%203.64-5.46%203.64-9.24z%22%20fill%3D%22%234285f4%22%2F%3E%3Cpath%20d%3D%22M16.8%2029.4c3.36%200%206.3-1.12%208.4-3.08L21%2023.24c-1.12.7-2.52%201.12-4.2%201.12-3.22%200-6.02-2.24-7-5.18H5.6v3.22c1.96%204.2%206.3%207%2011.2%207z%22%20fill%3D%22%2334a853%22%2F%3E%3Cpath%20d%3D%22M9.8%2019.18c-.28-.7-.42-1.54-.42-2.38s.14-1.68.42-2.38V11.2H5.6c-.84%201.68-1.4%203.64-1.4%205.6s.42%203.92%201.4%205.6l4.2-3.22z%22%20fill%3D%22%23fbbc05%22%2F%3E%3Cpath%20d%3D%22M16.8%209.24c1.82%200%203.5.7%204.76%201.82l3.64-3.64c-2.1-1.96-5.04-3.22-8.4-3.22-4.9%200-9.24%202.8-11.2%207l4.2%203.22c.98-2.94%203.78-5.18%207-5.18z%22%20fill%3D%22%23ea4335%22%2F%3E%3C%2Fsvg%3E")
}

.ids-message--apple.ids-message--icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%2014%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22End-User%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-3%22%20fill%3D%22%23ffffff%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22apple-logo-svgrepo-com%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%288.380952%2C%206.095238%29%22%20fill%3D%22%23404040%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path%22%20fill%3D%22%23404040%22%20d%3D%22M11.2802097%2C0%20C11.3240176%2C0%2011.3678255%2C0%2011.4141131%2C0%20C11.5215664%2C1.62813334%2011.0148828%2C2.84467133%2010.3990927%2C3.72564759%20C9.79487454%2C4.60054116%208.96748415%2C5.44907641%207.62927731%2C5.32032613%20C7.54000842%2C3.71550977%208.04751861%2C2.58919835%208.6624821%2C1.71024966%20C9.23281114%2C0.891114076%2010.2784144%2C0.162205065%2011.2802097%2C0%20Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path%22%20fill%3D%22%23404040%22%20d%3D%22M15.2380952%2C14.7357586%20C15.2380952%2C14.7491613%2015.2380952%2C14.7608887%2015.2380952%2C14.7734537%20C14.8646527%2C15.9277625%2014.3319842%2C16.9170504%2013.6819481%2C17.8351364%20C13.0885438%2C18.6686177%2012.3613569%2C19.7902574%2011.0629261%2C19.7902574%20C9.9409571%2C19.7902574%209.19571362%2C19.0539458%208.04583904%2C19.0338417%20C6.82948349%2C19.0137376%206.16057001%2C19.6495289%205.04845006%2C19.8095238%20C4.92123339%2C19.8095238%204.79401671%2C19.8095238%204.6692623%2C19.8095238%20C3.85261333%2C19.6888994%203.19354888%2C19.0288157%202.71340853%2C18.4340702%20C1.29761007%2C16.6766392%200.203546678%2C14.4065544%200%2C11.5015159%20C0%2C11.2167082%200%2C10.9327382%200%2C10.6479305%20C0.0861790369%2C8.56883439%201.07600683%2C6.87841698%202.39167346%2C6.05917603%20C3.08603028%2C5.6235878%204.0405657%2C5.25250013%205.10344049%2C5.41835872%20C5.55895826%2C5.49039832%206.02432506%2C5.64955556%206.43223917%2C5.80703746%20C6.8188137%2C5.95865567%207.30223706%2C6.22754763%207.76021709%2C6.21330725%20C8.07046162%2C6.20409288%208.37906465%2C6.03907196%208.69177144%2C5.92263587%20C9.60773149%2C5.58505499%2010.505635%2C5.1980516%2011.6891604%2C5.37982592%20C13.1115249%2C5.59929538%2014.1210508%2C6.24430103%2014.7448228%2C7.23945261%20C13.5415993%2C8.02099842%2012.5903469%2C9.19876199%2012.752856%2C11.2100069%20C12.8973084%2C13.0369645%2013.9380229%2C14.105831%2015.2380952%2C14.7357586%20Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.ids-icon--device,
.ids-status.ids-status--device {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M21.438%2C1h-13c-0.829%2C0-1.5%2C0.671-1.5%2C1.5v27c0%2C0.828%2C0.671%2C1.5%2C1.5%2C1.5h13c0.828%2C0%2C1.5-0.672%2C1.5-1.5%0D%0A%09%09%09%09v-27C22.938%2C1.671%2C22.266%2C1%2C21.438%2C1z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Crect%20y%3D%220%22%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%228.438%22%20y%3D%224.5%22%20fill%3D%22%23555555%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20width%3D%2213%22%20height%3D%2221%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2214.938%22%20cy%3D%222.5%22%20r%3D%220.5%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2214.938%22%20cy%3D%2228.5%22%20r%3D%221.25%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.ids-status.ids-status--totp {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-passcode%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-passcode%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.109375%2C20.5%20C19.5260417%2C20.5%2019.890625%2C20.421875%2020.203125%2C20.265625%20C20.5416667%2C20.1614583%2020.8541667%2C19.9661458%2021.140625%2C19.6796875%20C21.4010417%2C19.3671875%2021.609375%2C19.0677083%2021.765625%2C18.78125%20C21.921875%2C18.4427083%2022%2C18.078125%2022%2C17.6875%20L22%2C17.6875%20L22%2C7.9609375%20L17.0390625%2C3%20L4.8515625%2C3%20C4.43489583%2C3%204.05729167%2C3.078125%203.71875%2C3.234375%20C3.38020833%2C3.41666667%203.08072917%2C3.61197917%202.8203125%2C3.8203125%20C2.69010417%2C3.95052083%202.57942708%2C4.09375%202.48828125%2C4.25%20C2.39713542%2C4.40625%202.3125%2C4.5625%202.234375%2C4.71875%20C2.078125%2C5.08333333%202%2C5.4609375%202%2C5.8515625%20L2%2C5.8515625%20L2%2C17.6875%20C2%2C18.078125%202.078125%2C18.4427083%202.234375%2C18.78125%20C2.3125%2C18.9375%202.39713542%2C19.0872396%202.48828125%2C19.2304688%20C2.57942708%2C19.3736979%202.69010417%2C19.5234375%202.8203125%2C19.6796875%20C3.1328125%2C19.9401042%203.43229167%2C20.1354167%203.71875%2C20.265625%20C4.05729167%2C20.421875%204.43489583%2C20.5%204.8515625%2C20.5%20L4.8515625%2C20.5%20L19.109375%2C20.5%20Z%20M19.109375%2C19.0546875%20L4.8515625%2C19.0546875%20C4.43489583%2C19.0546875%204.10286458%2C18.9244792%203.85546875%2C18.6640625%20C3.60807292%2C18.4036458%203.484375%2C18.078125%203.484375%2C17.6875%20L3.484375%2C17.6875%20L3.484375%2C5.8515625%20C3.484375%2C5.43489583%203.60807292%2C5.09635417%203.85546875%2C4.8359375%20C4.10286458%2C4.57552083%204.43489583%2C4.4453125%204.8515625%2C4.4453125%20L4.8515625%2C4.4453125%20L15.75%2C4.4453125%20L15.75%2C7.84375%20C15.75%2C8.234375%2015.8867188%2C8.56640625%2016.1601562%2C8.83984375%20C16.4335938%2C9.11328125%2016.765625%2C9.25%2017.15625%2C9.25%20L17.15625%2C9.25%20L20.515625%2C9.25%20L20.515625%2C17.6875%20C20.515625%2C18.078125%2020.3854167%2C18.4036458%2020.125%2C18.6640625%20C19.8645833%2C18.9244792%2019.5260417%2C19.0546875%2019.109375%2C19.0546875%20L19.109375%2C19.0546875%20Z%20M5.515625%2C14.2890625%20L5.515625%2C6.75%20L4.8515625%2C6.75%20L4.8515625%2C14.2890625%20L5.515625%2C14.2890625%20Z%20M9.109375%2C14.2890625%20L9.109375%2C6.75%20L8.40625%2C6.75%20L8.40625%2C14.2890625%20L9.109375%2C14.2890625%20Z%20M10.515625%2C14.2890625%20L10.515625%2C6.75%20L9.8515625%2C6.75%20L9.8515625%2C14.2890625%20L10.515625%2C14.2890625%20Z%20M14.0703125%2C14.2890625%20L14.0703125%2C6.75%20L13.3671875%2C6.75%20L13.3671875%2C14.2890625%20L14.0703125%2C14.2890625%20Z%20M7.625%2C14.2890625%20L7.625%2C6.75%20L6.296875%2C6.75%20L6.296875%2C14.2890625%20L7.625%2C14.2890625%20Z%20M12.703125%2C14.2890625%20L12.703125%2C6.75%20L11.2578125%2C6.75%20L11.2578125%2C14.2890625%20L12.703125%2C14.2890625%20Z%20M17.5859375%2C14.2890625%20L17.5859375%2C10.109375%20L16.921875%2C10.109375%20L16.921875%2C14.2890625%20L17.5859375%2C14.2890625%20Z%20M18.9921875%2C14.2890625%20L18.9921875%2C10.109375%20L18.3671875%2C10.109375%20L18.3671875%2C14.2890625%20L18.9921875%2C14.2890625%20Z%20M16.1796875%2C14.2890625%20L16.1796875%2C10.109375%20L14.8125%2C10.109375%20L14.8125%2C14.2890625%20L16.1796875%2C14.2890625%20Z%20M5.515625%2C17.9609375%20L5.515625%2C15.4609375%20L4.8515625%2C15.4609375%20L4.8515625%2C17.9609375%20L5.515625%2C17.9609375%20Z%20M6.9609375%2C17.9609375%20L6.9609375%2C15.4609375%20L6.296875%2C15.4609375%20L6.296875%2C17.9609375%20L6.9609375%2C17.9609375%20Z%20M9.109375%2C17.9609375%20L9.109375%2C15.4609375%20L8.40625%2C15.4609375%20L8.40625%2C17.9609375%20L9.109375%2C17.9609375%20Z%20M10.515625%2C17.9609375%20L10.515625%2C15.4609375%20L9.8515625%2C15.4609375%20L9.8515625%2C17.9609375%20L10.515625%2C17.9609375%20Z%20M11.921875%2C17.9609375%20L11.921875%2C15.4609375%20L11.2578125%2C15.4609375%20L11.2578125%2C17.9609375%20L11.921875%2C17.9609375%20Z%20M14.0703125%2C17.9609375%20L14.0703125%2C15.4609375%20L13.3671875%2C15.4609375%20L13.3671875%2C17.9609375%20L14.0703125%2C17.9609375%20Z%20M15.4765625%2C17.9609375%20L15.4765625%2C15.4609375%20L14.8125%2C15.4609375%20L14.8125%2C17.9609375%20L15.4765625%2C17.9609375%20Z%20M17.5859375%2C17.9609375%20L17.5859375%2C15.4609375%20L16.921875%2C15.4609375%20L16.921875%2C17.9609375%20L17.5859375%2C17.9609375%20Z%20M18.9921875%2C17.9609375%20L18.9921875%2C15.4609375%20L18.3671875%2C15.4609375%20L18.3671875%2C17.9609375%20L18.9921875%2C17.9609375%20Z%22%20id%3D%22passcode%22%20fill%3D%22%23007BFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 1.5em
}

.ids-status.ids-status--rsa {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-rsa%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-rsa%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.3515625%2C20.1328125%20C21.7682292%2C20.1328125%2022.1328125%2C19.9505208%2022.4453125%2C19.5859375%20C22.7578125%2C19.2213542%2022.9140625%2C18.8177083%2022.9140625%2C18.375%20L22.9140625%2C18.375%20L22.9140625%2C5.5234375%20C22.9140625%2C5.10677083%2022.7578125%2C4.74869792%2022.4453125%2C4.44921875%20C22.1328125%2C4.14973958%2021.7682292%2C4%2021.3515625%2C4%20L21.3515625%2C4%20L2.6015625%2C4%20C2.15885417%2C4%201.78125%2C4.14973958%201.46875%2C4.44921875%20C1.15625%2C4.74869792%201%2C5.10677083%201%2C5.5234375%20L1%2C5.5234375%20L1%2C18.375%20C1%2C18.8177083%201.15625%2C19.2213542%201.46875%2C19.5859375%20C1.78125%2C19.9505208%202.15885417%2C20.1328125%202.6015625%2C20.1328125%20L2.6015625%2C20.1328125%20L21.3515625%2C20.1328125%20Z%20M19.75%2C15.1328125%20L18.265625%2C15.1328125%20L18.265625%2C9.46875%20C17.71875%2C9.98958333%2017.0677083%2C10.3671875%2016.3125%2C10.6015625%20L16.3125%2C10.6015625%20L16.3125%2C9.234375%20C16.703125%2C9.13020833%2017.1197917%2C8.89583333%2017.5625%2C8.53125%20C18.03125%2C8.19270833%2018.34375%2C7.77604167%2018.5%2C7.28125%20L18.5%2C7.28125%20L19.75%2C7.28125%20L19.75%2C15.1328125%20Z%20M7.25%2C15.1328125%20L5.765625%2C15.1328125%20L5.765625%2C9.46875%20C5.24479167%2C9.98958333%204.59375%2C10.3671875%203.8125%2C10.6015625%20L3.8125%2C10.6015625%20L3.8125%2C9.234375%20C4.22916667%2C9.10416667%204.66536458%2C8.86979167%205.12109375%2C8.53125%20C5.57682292%2C8.19270833%205.8828125%2C7.77604167%206.0390625%2C7.28125%20L6.0390625%2C7.28125%20L7.25%2C7.28125%20L7.25%2C15.1328125%20Z%20M11.1953125%2C15.1328125%20L9.59375%2C15.1328125%20L11.4296875%2C12.515625%20L9.671875%2C10.0546875%20L11.3125%2C10.0546875%20L12.2109375%2C11.421875%20L13.1484375%2C10.0546875%20L14.75%2C10.0546875%20L13.03125%2C12.4765625%20L14.90625%2C15.1328125%20L13.2265625%2C15.1328125%20L12.2109375%2C13.53125%20L11.1953125%2C15.1328125%20Z%20M18.2265625%2C18.453125%20L11.9765625%2C18.453125%20L11.9765625%2C16.8515625%20L18.2265625%2C16.8515625%20L18.2265625%2C18.453125%20Z%22%20id%3D%22rsa%22%20fill%3D%22%23007BFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 1.5em
}

.ids-status.ids-status--sms {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-sms%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-sms%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.4296875%2C20.5%20C17.6380208%2C20.5%2017.8268229%2C20.4283854%2017.9960938%2C20.2851562%20C18.1653646%2C20.1419271%2018.25%2C19.9401042%2018.25%2C19.6796875%20L18.25%2C19.6796875%20L18.25%2C16.75%20L19.5%2C16.75%20C20.203125%2C16.75%2020.7955729%2C16.5026042%2021.2773438%2C16.0078125%20C21.7591146%2C15.5130208%2022%2C14.9270833%2022%2C14.25%20L22%2C14.25%20L22%2C5.5%20C22%2C4.82291667%2021.7591146%2C4.23697917%2021.2773438%2C3.7421875%20C20.7955729%2C3.24739583%2020.203125%2C3%2019.5%2C3%20L19.5%2C3%20L4.5%2C3%20C3.82291667%2C3%203.23697917%2C3.24739583%202.7421875%2C3.7421875%20C2.24739583%2C4.23697917%202%2C4.82291667%202%2C5.5%20L2%2C5.5%20L2%2C14.25%20C2%2C14.9270833%202.24739583%2C15.5130208%202.7421875%2C16.0078125%20C3.23697917%2C16.5026042%203.82291667%2C16.75%204.5%2C16.75%20L4.5%2C16.75%20L13.875%2C16.75%20L16.9609375%2C20.34375%20C17.0911458%2C20.4479167%2017.2473958%2C20.5%2017.4296875%2C20.5%20Z%20M17%2C18.625%20L14.5%2C15.5%20L4.5%2C15.5%20C4.16145833%2C15.5%203.86848958%2C15.3828125%203.62109375%2C15.1484375%20C3.37369792%2C14.9140625%203.25%2C14.6145833%203.25%2C14.25%20L3.25%2C14.25%20L3.25%2C5.5%20C3.25%2C5.16145833%203.37369792%2C4.86848958%203.62109375%2C4.62109375%20C3.86848958%2C4.37369792%204.16145833%2C4.25%204.5%2C4.25%20L4.5%2C4.25%20L19.5%2C4.25%20C19.8645833%2C4.25%2020.1640625%2C4.37369792%2020.3984375%2C4.62109375%20C20.6328125%2C4.86848958%2020.75%2C5.16145833%2020.75%2C5.5%20L20.75%2C5.5%20L20.75%2C14.25%20C20.75%2C14.6145833%2020.6328125%2C14.9140625%2020.3984375%2C15.1484375%20C20.1640625%2C15.3828125%2019.8645833%2C15.5%2019.5%2C15.5%20L19.5%2C15.5%20L17%2C15.5%20L17%2C18.625%20Z%20M16.375%2C8%20C16.5572917%2C8%2016.7070312%2C7.93489583%2016.8242188%2C7.8046875%20C16.9414062%2C7.67447917%2017%2C7.53125%2017%2C7.375%20C17%2C6.95833333%2016.7916667%2C6.75%2016.375%2C6.75%20L16.375%2C6.75%20L7.625%2C6.75%20C7.46875%2C6.75%207.32552083%2C6.80859375%207.1953125%2C6.92578125%20C7.06510417%2C7.04296875%207%2C7.19270833%207%2C7.375%20C7%2C7.53125%207.06510417%2C7.67447917%207.1953125%2C7.8046875%20C7.32552083%2C7.93489583%207.46875%2C8%207.625%2C8%20L7.625%2C8%20L16.375%2C8%20Z%20M16.375%2C11.75%20C16.5572917%2C11.75%2016.7070312%2C11.6848958%2016.8242188%2C11.5546875%20C16.9414062%2C11.4244792%2017%2C11.28125%2017%2C11.125%20C17%2C10.7083333%2016.7916667%2C10.5%2016.375%2C10.5%20L16.375%2C10.5%20L7.625%2C10.5%20C7.46875%2C10.5%207.32552083%2C10.5585938%207.1953125%2C10.6757812%20C7.06510417%2C10.7929688%207%2C10.9427083%207%2C11.125%20C7%2C11.28125%207.06510417%2C11.4244792%207.1953125%2C11.5546875%20C7.32552083%2C11.6848958%207.46875%2C11.75%207.625%2C11.75%20L7.625%2C11.75%20L16.375%2C11.75%20Z%22%20id%3D%22sms%22%20fill%3D%22%23007BFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 1.5em
}

.ids-status.ids-status--webauth {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-webauth%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-webauth%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2191612%2C9.5%20C14.8962445%2C9.5%2015.482182%2C9.25260417%2015.9769737%2C8.7578125%20C16.4717654%2C8.26302083%2016.7191612%2C7.67708333%2016.7191612%2C7%20L16.7191612%2C7%20L16.7191612%2C4.5%20C16.7191612%2C3.82291667%2016.4717654%2C3.23697917%2015.9769737%2C2.7421875%20C15.482182%2C2.24739583%2014.8962445%2C2%2014.2191612%2C2%20L14.2191612%2C2%20L6.71916118%2C2%20C6.04207785%2C2%205.45614035%2C2.24739583%204.96134868%2C2.7421875%20C4.46655702%2C3.23697917%204.21916118%2C3.82291667%204.21916118%2C4.5%20L4.21916118%2C4.5%20L4.21916118%2C7%20C4.21916118%2C7.67708333%204.46655702%2C8.26302083%204.96134868%2C8.7578125%20C5.45614035%2C9.25260417%206.04207785%2C9.5%206.71916118%2C9.5%20L6.71916118%2C9.5%20L6.71916118%2C8.25%20C6.38061952%2C8.25%206.08765077%2C8.12630208%205.84025493%2C7.87890625%20C5.5928591%2C7.63151042%205.46916118%2C7.33854167%205.46916118%2C7%20L5.46916118%2C7%20L5.46916118%2C4.5%20C5.46916118%2C4.13541667%205.5928591%2C3.8359375%205.84025493%2C3.6015625%20C6.08765077%2C3.3671875%206.38061952%2C3.25%206.71916118%2C3.25%20L6.71916118%2C3.25%20L14.2191612%2C3.25%20C14.5837445%2C3.25%2014.8832237%2C3.3671875%2015.1175987%2C3.6015625%20C15.3519737%2C3.8359375%2015.4691612%2C4.13541667%2015.4691612%2C4.5%20L15.4691612%2C4.5%20L15.4691612%2C7%20C15.4691612%2C7.33854167%2015.3519737%2C7.63151042%2015.1175987%2C7.87890625%20C14.8832237%2C8.12630208%2014.5837445%2C8.25%2014.2191612%2C8.25%20L14.2191612%2C8.25%20L14.2191612%2C9.5%20Z%20M10.0785362%2C22%20C10.1306195%2C22%2010.1957237%2C21.9934896%2010.2738487%2C21.9804688%20L10.3476334%2C21.9696181%20C10.3939297%2C21.963831%2010.434439%2C21.9609375%2010.4691612%2C21.9609375%20L10.4691612%2C21.9609375%20L15.6254112%2C21.9609375%20L15.7816612%2C21.921875%20C16.0160362%2C21.8697917%2016.3871299%2C21.6744792%2016.8949424%2C21.3359375%20C17.4027549%2C20.9973958%2017.9170779%2C20.5872396%2018.4379112%2C20.1054688%20C18.9587445%2C19.6236979%2019.4209841%2C19.109375%2019.8246299%2C18.5625%20C20.2282758%2C18.015625%2020.4431195%2C17.5078125%2020.4691612%2C17.0390625%20L20.4691612%2C17.0390625%20L20.4691612%2C14.4609375%20C20.4691612%2C14.0963542%2020.3845258%2C13.7838542%2020.2152549%2C13.5234375%20C20.0459841%2C13.2630208%2019.8246299%2C13.0351562%2019.5511924%2C12.8398438%20C19.2777549%2C12.6445312%2018.9652549%2C12.4817708%2018.6136924%2C12.3515625%20C18.2621299%2C12.2213542%2017.9170779%2C12.0911458%2017.5785362%2C11.9609375%20C16.9014529%2C11.7786458%2016.2764529%2C11.5963542%2015.7035362%2C11.4140625%20C15.2087445%2C11.2838542%2014.7204633%2C11.1471354%2014.2386924%2C11.0039062%20C13.7569216%2C10.8606771%2013.4248904%2C10.7630208%2013.2425987%2C10.7109375%20L13.2425987%2C10.7109375%20L12.9691612%2C10.671875%20L12.9691612%2C7%20C12.9691612%2C6.296875%2012.7217654%2C5.70442708%2012.2269737%2C5.22265625%20C11.732182%2C4.74088542%2011.1462445%2C4.5%2010.4691612%2C4.5%20C9.79207785%2C4.5%209.20614035%2C4.74088542%208.71134868%2C5.22265625%20C8.21655702%2C5.70442708%207.96916118%2C6.296875%207.96916118%2C7%20L7.96916118%2C7%20L7.96916118%2C13.2890625%20L7.38322368%2C12.5859375%20C6.88843202%2C12.0130208%206.26343202%2C11.7265625%205.50822368%2C11.7265625%20C4.85718202%2C11.7265625%204.31030702%2C11.9348958%203.86759868%2C12.3515625%20C3.34676535%2C12.7942708%203.06030702%2C13.3606771%203.00822368%2C14.0507812%20C2.95614035%2C14.7408854%203.15145285%2C15.3463542%203.59416118%2C15.8671875%20L3.59416118%2C15.8671875%20L8.20353618%2C21.140625%20C8.69832785%2C21.7135417%209.32332785%2C22%2010.0785362%2C22%20Z%20M12.8129112%2C20.75%20L10.0785362%2C20.75%20C9.68791118%2C20.75%209.37541118%2C20.6067708%209.14103618%2C20.3203125%20L9.14103618%2C20.3203125%20L4.57072368%2C15.046875%20C4.33634868%2C14.7604167%204.23218202%2C14.4609375%204.25822368%2C14.1484375%20C4.31030702%2C13.7578125%204.45353618%2C13.4713542%204.68791118%2C13.2890625%20C4.94832785%2C13.0807292%205.22176535%2C12.9765625%205.50822368%2C12.9765625%20C5.89884868%2C12.9765625%206.21134868%2C13.1197917%206.44572368%2C13.40625%20C6.65405702%2C13.640625%206.84936952%2C13.875%207.03166118%2C14.109375%20C7.18791118%2C14.3177083%207.3506716%2C14.5130208%207.51994243%2C14.6953125%20C7.68921327%2C14.8776042%207.83895285%2C15.0338542%207.96916118%2C15.1640625%20L7.96916118%2C15.1640625%20L8.00822368%2C15.1640625%20C8.19051535%2C15.4765625%208.38582785%2C15.6588542%208.59416118%2C15.7109375%20C8.75041118%2C15.7630208%208.89364035%2C15.7434896%209.02384868%2C15.6523438%20C9.15405702%2C15.5611979%209.21916118%2C15.3723958%209.21916118%2C15.0859375%20L9.21916118%2C15.0859375%20L9.21916118%2C7%20C9.21916118%2C6.63541667%209.3428591%2C6.3359375%209.59025493%2C6.1015625%20C9.83765077%2C5.8671875%2010.1306195%2C5.75%2010.4691612%2C5.75%20C10.8337445%2C5.75%2011.1332237%2C5.8671875%2011.3675987%2C6.1015625%20C11.6019737%2C6.3359375%2011.7191612%2C6.63541667%2011.7191612%2C7%20L11.7191612%2C7%20L11.7191612%2C13.8359375%20L12.9691612%2C13.8359375%20L12.9691612%2C11.9609375%20C13.3597862%2C12.0390625%2013.7569216%2C12.1367188%2014.1605674%2C12.2539062%20C14.5642133%2C12.3710938%2014.9873904%2C12.4947917%2015.4300987%2C12.625%20L15.4300987%2C12.625%20L15.4691612%2C14.4609375%20L16.7191612%2C14.4609375%20L16.7191612%2C12.9765625%20C17.4222862%2C13.2369792%2018.0147341%2C13.4583333%2018.4965049%2C13.640625%20C18.9782758%2C13.8229167%2019.2191612%2C14.0963542%2019.2191612%2C14.4609375%20L19.2191612%2C14.4609375%20L19.2191612%2C16.9609375%20C19.1931195%2C17.3255208%2019.0043174%2C17.7226562%2018.6527549%2C18.1523438%20C18.3011924%2C18.5820312%2017.904057%2C18.9856771%2017.4613487%2C19.3632812%20C17.0186404%2C19.7408854%2016.5954633%2C20.0598958%2016.1918174%2C20.3203125%20C15.7881716%2C20.5807292%2015.5472862%2C20.7109375%2015.4691612%2C20.7109375%20C14.4795779%2C20.7369792%2013.5941612%2C20.75%2012.8129112%2C20.75%20L12.8129112%2C20.75%20Z%22%20id%3D%22webauth%22%20fill%3D%22%23007BFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 1.5em
}

.ids-status.ids-status--emailauth {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-email%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-email%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.75%2C20%20C21.1145833%2C20%2021.4140625%2C19.8763021%2021.6484375%2C19.6289062%20C21.8828125%2C19.3815104%2022%2C19.0885417%2022%2C18.75%20L22%2C18.75%20L22%2C6.25%20C22%2C5.88541667%2021.8828125%2C5.5859375%2021.6484375%2C5.3515625%20C21.4140625%2C5.1171875%2021.1145833%2C5%2020.75%2C5%20L20.75%2C5%20L3.25%2C5%20C2.91145833%2C5%202.61848958%2C5.1171875%202.37109375%2C5.3515625%20C2.12369792%2C5.5859375%202%2C5.88541667%202%2C6.25%20L2%2C6.25%20L2%2C18.75%20C2%2C19.0885417%202.12369792%2C19.3815104%202.37109375%2C19.6289062%20C2.61848958%2C19.8763021%202.91145833%2C20%203.25%2C20%20L3.25%2C20%20L20.75%2C20%20Z%20M12%2C12.5%20L4.5%2C6.25%20L19.5%2C6.25%20L12%2C12.5%20Z%20M20.125%2C18.75%20L3.875%2C18.75%20L9.1875%2C13.515625%20L8.4453125%2C12.8125%20L3.25%2C18.125%20L3.25%2C6.875%20L12%2C13.75%20L20.75%2C6.875%20L20.75%2C18.125%20L15.515625%2C12.8125%20L14.8515625%2C13.515625%20L20.125%2C18.75%20Z%22%20id%3D%22email%22%20fill%3D%22%23007BFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 1.5em
}

.ids-overlay-close {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.75%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%221.925%22%20y%3D%2210.05%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2010.9632%20-4.4681%29%22%20fill%3D%22%23333333%22%20width%3D%2217.9%22%20height%3D%221.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%221.925%22%20y%3D%2210.051%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-4.5931%2010.9117%29%22%20fill%3D%22%23333333%22%20width%3D%2217.899%22%20height%3D%221.899%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20fill%3D%22none%22%20width%3D%2222%22%20height%3D%2222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    opacity: .65
}

.ids-overlay-close:active {
    opacity: 1
}

.ids-no-touch .ids-overlay-close:hover {
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    opacity: .85
}

.ids-dropdown .ids-overlay-close {
    top: 10
}

.ids-footer {
    padding-bottom: 16px;
    padding-bottom: 1rem
}

.ids-footer__inner {
    *zoom: 1;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 5px;
    padding-top: 0.3125rem;
    border-top: 1px solid #ccc
}

.ids-footer__inner:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 804px) {
    .ids-footer__inner {
        margin: 0 42px;
        margin: 0rem 2.625rem
    }
}

@media only screen and (max-width: 719px) {
    .ids-footer__inner {
        margin: 0 20px;
        margin: 0rem 1.25rem
    }
}

.ids-footer__logo-container {
    *zoom: 1;
    float: left
}

.ids-footer__logo-container:after {
    content: "";
    display: table;
    clear: both
}

.ids-footer__logo {
    width: 144px;
    height: 38px
}

.ids-footer__links {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    float: right;
    max-width: 450px;
    text-align: right
}

@media only screen and (max-width: 634px) {
    .ids-footer__links {
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
        max-width: none;
        text-align: left;
        float: none
    }
}

.ids-footer__links__item {
    display: inline-block;
    margin-left: 12px
}

.ids-footer__links__item:first-child {
    margin-left: 0
}

@media only screen and (max-width: 634px) {
    .ids-footer__links__item {
        margin-left: 0;
        margin-right: 12px
    }

    .ids-footer__links__item:last-child {
        margin-right: 0
    }
}

.ids-footer__logo-container+.ids-footer__links {
    margin-top: 12px;
    margin-top: 0.75rem;
    float: right;
    text-align: right;
    max-width: 70%
}

.ids-dropdown .ids-footer {
    display: none
}

button,
input[type="button"],
input[type="submit"],
.ids-button,
a.ids-button {
    background-color: #ddd;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    min-width: 5.625rem;
    -webkit-font-smoothing: antialiased
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.ids-button:hover,
a.ids-button:hover {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: none
}

button:active,
input[type="button"]:active,
input[type="submit"]:active,
.ids-button:active,
a.ids-button:active {
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

button:visted,
input[type="button"]:visted,
input[type="submit"]:visted,
.ids-button:visted,
a.ids-button:visted {
    color: #333;
    text-decoration: none
}

button.disabled,
button[disabled],
button[disabled=disabled],
input[type="button"].disabled,
input[type="button"][disabled],
input[type="button"][disabled=disabled],
input[type="submit"].disabled,
input[type="submit"][disabled],
input[type="submit"][disabled=disabled],
.ids-button.disabled,
.ids-button[disabled],
.ids-button[disabled=disabled],
a.ids-button.disabled,
a.ids-button[disabled],
a.ids-button[disabled=disabled] {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: rgba(51, 51, 51, 0.5);
    cursor: not-allowed
}

@media screen and (high-contrast: active) {

    button,
    input[type="button"],
    input[type="submit"],
    .ids-button,
    a.ids-button {
        background: #000;
        border: 12px solid #fff
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    .ids-button:focus,
    a.ids-button:focus {
        outline: 3px solid #000
    }
}

@media screen and (-webkit-high-contrast: active) {

    button,
    input[type="button"],
    input[type="submit"],
    .ids-button,
    a.ids-button {
        background: #000;
        border: 12px solid #fff
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    .ids-button:focus,
    a.ids-button:focus {
        outline: 3px solid #000
    }
}

@media screen and (-moz-high-contrast: active) {

    button,
    input[type="button"],
    input[type="submit"],
    .ids-button,
    a.ids-button {
        background: #000;
        border: 12px solid #fff
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    .ids-button:focus,
    a.ids-button:focus {
        outline: 3px solid #000
    }
}

@media screen and (-ms-high-contrast: active) {

    button,
    input[type="button"],
    input[type="submit"],
    .ids-button,
    a.ids-button {
        background: #000;
        border: 12px solid #fff
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    .ids-button:focus,
    a.ids-button:focus {
        outline: 3px solid #000
    }
}

@media screen and (-o-high-contrast: active) {

    button,
    input[type="button"],
    input[type="submit"],
    .ids-button,
    a.ids-button {
        background: #000;
        border: 12px solid #fff
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    .ids-button:focus,
    a.ids-button:focus {
        outline: 3px solid #000
    }
}

.ids-button--primary,
a.ids-button--primary {
    background-color: #777;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    min-width: 5.625rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: .97em
}

.ids-button--primary:hover,
a.ids-button--primary:hover {
    background-color: #494a4b;
    border-color: #494a4b;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: none
}

.ids-button--primary:active,
a.ids-button--primary:active {
    background-color: #222222;
    border-color: #222222;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

.ids-button--primary:visted,
a.ids-button--primary:visted {
    color: #fff;
    text-decoration: none
}

.ids-button--primary.disabled,
.ids-button--primary[disabled],
.ids-button--primary[disabled=disabled],
a.ids-button--primary.disabled,
a.ids-button--primary[disabled],
a.ids-button--primary[disabled=disabled] {
    background-color: #acacac;
    border: none;
    color: rgba(236, 239, 255, 0.658);
    cursor: not-allowed
}

@media screen and (high-contrast: active) {

    .ids-button--primary,
    a.ids-button--primary {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--primary:focus,
    a.ids-button--primary:focus {
        outline: 3px solid #000
    }
}

@media screen and (-webkit-high-contrast: active) {

    .ids-button--primary,
    a.ids-button--primary {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--primary:focus,
    a.ids-button--primary:focus {
        outline: 3px solid #000
    }
}

@media screen and (-moz-high-contrast: active) {

    .ids-button--primary,
    a.ids-button--primary {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--primary:focus,
    a.ids-button--primary:focus {
        outline: 3px solid #000
    }
}

@media screen and (-ms-high-contrast: active) {

    .ids-button--primary,
    a.ids-button--primary {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--primary:focus,
    a.ids-button--primary:focus {
        outline: 3px solid #000
    }
}

@media screen and (-o-high-contrast: active) {

    .ids-button--primary,
    a.ids-button--primary {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--primary:focus,
    a.ids-button--primary:focus {
        outline: 3px solid #000
    }
}

.ids-button--danger,
a.ids-button--danger {
    background-color: #d20808;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d20808;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    min-width: 5.625rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: .97em
}

.ids-button--danger:hover,
a.ids-button--danger:hover {
    background-color: #ab0707;
    border-color: #ab0707;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: none
}

.ids-button--danger:active,
a.ids-button--danger:active {
    background-color: #8d0505;
    border-color: #8d0505;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

.ids-button--danger:visted,
a.ids-button--danger:visted {
    color: #fff;
    text-decoration: none
}

.ids-button--danger.disabled,
.ids-button--danger[disabled],
.ids-button--danger[disabled=disabled],
a.ids-button--danger.disabled,
a.ids-button--danger[disabled],
a.ids-button--danger[disabled=disabled] {
    background-color: #cc5b5b;
    border-color: #cc5b5b;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed
}

@media screen and (high-contrast: active) {

    .ids-button--danger,
    a.ids-button--danger {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--danger:focus,
    a.ids-button--danger:focus {
        outline: 3px solid #000
    }
}

@media screen and (-webkit-high-contrast: active) {

    .ids-button--danger,
    a.ids-button--danger {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--danger:focus,
    a.ids-button--danger:focus {
        outline: 3px solid #000
    }
}

@media screen and (-moz-high-contrast: active) {

    .ids-button--danger,
    a.ids-button--danger {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--danger:focus,
    a.ids-button--danger:focus {
        outline: 3px solid #000
    }
}

@media screen and (-ms-high-contrast: active) {

    .ids-button--danger,
    a.ids-button--danger {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--danger:focus,
    a.ids-button--danger:focus {
        outline: 3px solid #000
    }
}

@media screen and (-o-high-contrast: active) {

    .ids-button--danger,
    a.ids-button--danger {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--danger:focus,
    a.ids-button--danger:focus {
        outline: 3px solid #000
    }
}

.ids-button--green,
a.ids-button--green {
    background-color: #4fb81c;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4fb81c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    min-width: 5.625rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: .97em
}

.ids-button--green:hover,
a.ids-button--green:hover {
    background-color: #409517;
    border-color: #409517;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: none
}

.ids-button--green:active,
a.ids-button--green:active {
    background-color: #347a13;
    border-color: #347a13;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

.ids-button--green:visted,
a.ids-button--green:visted {
    color: #fff;
    text-decoration: none
}

.ids-button--green.disabled,
.ids-button--green[disabled],
.ids-button--green[disabled=disabled],
a.ids-button--green.disabled,
a.ids-button--green[disabled],
a.ids-button--green[disabled=disabled] {
    background-color: #83b56b;
    border-color: #83b56b;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed
}

@media screen and (high-contrast: active) {

    .ids-button--green,
    a.ids-button--green {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--green:focus,
    a.ids-button--green:focus {
        outline: 3px solid #000
    }
}

@media screen and (-webkit-high-contrast: active) {

    .ids-button--green,
    a.ids-button--green {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--green:focus,
    a.ids-button--green:focus {
        outline: 3px solid #000
    }
}

@media screen and (-moz-high-contrast: active) {

    .ids-button--green,
    a.ids-button--green {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--green:focus,
    a.ids-button--green:focus {
        outline: 3px solid #000
    }
}

@media screen and (-ms-high-contrast: active) {

    .ids-button--green,
    a.ids-button--green {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--green:focus,
    a.ids-button--green:focus {
        outline: 3px solid #000
    }
}

@media screen and (-o-high-contrast: active) {

    .ids-button--green,
    a.ids-button--green {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--green:focus,
    a.ids-button--green:focus {
        outline: 3px solid #000
    }
}

.ids-button--transparent,
a.ids-button--transparent {
    background-color: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    min-width: 5.625rem;
    -webkit-font-smoothing: antialiased;
    font-size: .97em
}

.ids-button--transparent:hover,
a.ids-button--transparent:hover {
    background-color: white;
    border-color: white;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: none
}

.ids-button--transparent:active,
a.ids-button--transparent:active {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

.ids-button--transparent:visted,
a.ids-button--transparent:visted {
    color: #000;
    text-decoration: none
}

.ids-button--transparent.disabled,
.ids-button--transparent[disabled],
.ids-button--transparent[disabled=disabled],
a.ids-button--transparent.disabled,
a.ids-button--transparent[disabled],
a.ids-button--transparent[disabled=disabled] {
    background-color: white;
    border-color: white;
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed
}

@media screen and (high-contrast: active) {

    .ids-button--transparent,
    a.ids-button--transparent {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--transparent:focus,
    a.ids-button--transparent:focus {
        outline: 3px solid #000
    }
}

@media screen and (-webkit-high-contrast: active) {

    .ids-button--transparent,
    a.ids-button--transparent {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--transparent:focus,
    a.ids-button--transparent:focus {
        outline: 3px solid #000
    }
}

@media screen and (-moz-high-contrast: active) {

    .ids-button--transparent,
    a.ids-button--transparent {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--transparent:focus,
    a.ids-button--transparent:focus {
        outline: 3px solid #000
    }
}

@media screen and (-ms-high-contrast: active) {

    .ids-button--transparent,
    a.ids-button--transparent {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--transparent:focus,
    a.ids-button--transparent:focus {
        outline: 3px solid #000
    }
}

@media screen and (-o-high-contrast: active) {

    .ids-button--transparent,
    a.ids-button--transparent {
        background: #000;
        border: 12px solid #fff
    }

    .ids-button--transparent:focus,
    a.ids-button--transparent:focus {
        outline: 3px solid #000
    }
}

.ids-button--primary.ids-button--icon.ids-button--busy:before,
.ids-button--danger.ids-button--icon.ids-button--busy:before,
.ids-button--green.ids-button--icon.ids-button--busy:before {
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: spinner-animation 0.65s infinite linear;
    -moz-animation: spinner-animation 0.65s infinite linear;
    -o-animation: spinner-animation 0.65s infinite linear;
    -ms-animation: spinner-animation 0.65s infinite linear;
    animation: spinner-animation 0.65s infinite linear
}

.ids-button--icon:before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: '';
    margin-right: .25em
}

.ids-button--small,
a.ids-button--small {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem
}

.ids-button--large,
a.ids-button--large {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 16px;
    padding: 0.625rem 1rem
}

.ids-button--bold {
    font-weight: bold
}

.ids-button-group {
    *zoom: 1;
    padding: 12px 0;
    padding: 0.75rem 0rem
}

.ids-button-group:after {
    content: "";
    display: table;
    clear: both
}

.ids-button-group .ids-button {
    margin-right: 5px;
    margin-right: 0.3125rem;
    float: right
}

.ids-button-group .ids-button:first-child {
    margin-right: 0
}

@media only screen and (max-width: 600px) {
    .ids-button-group .ids-button {
        display: block;
        width: 100%;
        margin: 0 0 16px 0;
        margin: 0rem 0rem 1rem 0rem;
        padding: 12px 10px;
        padding: 0.75rem 0.625rem
    }
}

@media only screen and (max-width: 600px) {
    .ids-button-group .ids-button--small {
        padding: 12px 10px;
        padding: 0.75rem 0.625rem;
        font-size: 16px;
        font-size: 1rem
    }
}

.ids-button-group--left .ids-button {
    float: left
}

.ids-button-group--left .ids-button:first-child {
    margin-right: 5px;
    margin-right: 0.3125rem
}

.ids-button-group--left .ids-button:last-child {
    margin-right: 0
}

.ids-button-group--centered {
    text-align: center
}

.ids-button-group--centered .ids-button {
    float: none
}

.ids-segmented-button {
    *zoom: 1
}

.ids-segmented-button:after {
    content: "";
    display: table;
    clear: both
}

.ids-segmented-button li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.35)
}

.ids-segmented-button li button,
.ids-segmented-button li .ids-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis
}

.ids-segmented-button li:first-child button,
.ids-segmented-button li:first-child ids-button {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ids-segmented-button li:last-child {
    border-right: none
}

.ids-segmented-button li:last-child button,
.ids-segmented-button li:last-child .ids-button {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ids-segmented-button li:first-child:nth-last-child(1) {
    width: 100%
}

.ids-segmented-button li:first-child:nth-last-child(2),
.ids-segmented-button li:first-child:nth-last-child(2)~li {
    width: 50%
}

.ids-segmented-button li:first-child:nth-last-child(3),
.ids-segmented-button li:first-child:nth-last-child(3)~li {
    width: 33.3333%
}

.ids-segmented-button li:first-child:nth-last-child(4),
.ids-segmented-button li:first-child:nth-last-child(4)~li {
    width: 25%
}

.ids-segmented-button li:first-child:nth-last-child(6),
.ids-segmented-button li:first-child:nth-last-child(6)~li {
    width: 20%
}

.ids-badge {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #eee;
    vertical-align: baseline;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: .75em;
    font-weight: bold;
    display: inline-block;
    padding: .2em .6em
}

.ids-badge:not(first-child) {
    margin-left: .2em
}

.ids-badge:not(last-child) {
    margin-right: .2em
}

.ids-badge--green,
.ids-badge--success {
    background-color: #4fb81c;
    color: #fff
}

.ids-badge--warning {
    background-color: #ffecbd;
    color: #81361e
}

.ids-badge--danger {
    background-color: #d20808;
    color: #fff
}

.ids-badge--demo {
    background-color: red;
    color: green
}

.ids-message {
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
    background-color: #efefef;
    border: 1px solid #ccc;
    color: #333
}

.ids-message:after {
    content: "";
    display: table;
    clear: both
}

.ids-message p {
    max-width: none
}

.ids-message p:last-child {
    margin-bottom: 0
}

.ids-message__heading {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold
}

.ids-message--close {
    padding-right: 24px;
    padding-right: 1.5rem;
    position: relative
}

.ids-message__close {
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M12.95%203.257L11.742%202.05%207.5%206.292%203.257%202.05%202.05%203.257%206.292%207.5%202.05%2011.742l1.207%201.208L7.5%208.707l4.242%204.243%201.208-1.208L8.707%207.5z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    top: 12px;
    right: 12px;
    opacity: .55
}

.ids-message__close:hover {
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    opacity: .85
}

.ids-message__close:active {
    opacity: 1
}

.ids-message--icon {
    padding-left: 42px;
    padding-left: 2.625rem;
    background-repeat: no-repeat;
    background-position: 14px 11px
}

.ids-message--info {
    background-color: #daeef8;
    border: 1px solid #00abfc;
    color: #003283
}

.ids-message--info.ids-message--icon {
    background-size: 18px
}

.ids-message--warning {
    background-color: #ffecbd;
    border: 1px solid #e99f71;
    color: #81361e
}

.ids-message--warning.ids-message--icon {
    background-size: 18px
}

.ids-message--danger,
.ids-message--error {
    background-color: #f3cccc;
    border: 1px solid #d20808;
    color: #880505
}

.ids-message--danger.ids-message--icon,
.ids-message--error.ids-message--icon {
    background-size: 19px
}

.ids-message--success {
    background-color: #d8ecce;
    border: 1px solid #4fb81c;
    color: #184b20
}

.ids-message--success.ids-message--icon {
    background-size: 16px
}

.ids-message--busy {
    background-color: #daeef8;
    border: 1px solid #00abfc;
    color: #003283;
    position: relative
}

.ids-message--busy:before {
    background-color: transparent;
    border: 3px solid #008fd3;
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: spinner-animation 0.65s infinite linear;
    -moz-animation: spinner-animation 0.65s infinite linear;
    -o-animation: spinner-animation 0.65s infinite linear;
    -ms-animation: spinner-animation 0.65s infinite linear;
    animation: spinner-animation 0.65s infinite linear;
    font-size: 1.3em;
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 12px
}

.ids-message--twitter {
    background-color: #55acee;
    border-color: #1d91e8;
    color: #fff
}

.ids-message--twitter.ids-message--icon {
    background-size: 16px
}

.ids-message--facebook {
    background-color: #3b5998;
    border-color: #263961;
    color: #fff
}

.ids-message--facebook.ids-message--icon {
    background-size: 16px
}

.ids-message--linkedin {
    background-color: #0e76a8;
    border-color: #0a5579;
    color: #fff
}

.ids-message--linkedin.ids-message--icon {
    background-size: 16px
}

.ids-message--google {
    background-color: #ffffff;
    border-color: #0e76a8;
    color: #333
}

.ids-message--google.ids-message--icon {
    background-size: 16px
}

.ids-message--apple {
    background-color: #efefef;
    border-color: #404040;
    color: #333
}

.ids-message--apple.ids-message--icon {
    background-size: 16px
}

.ids-message--global {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-align: center;
    margin: 0
}

.ids-list__item {
    padding: 8px;
    padding: 0.5rem
}

.ids-list__item:first-child {
    border-top: 2px solid #aaa
}

.ids-list__item+.ids-list__item {
    border-top: 1px solid #e2e2e2
}

.ids-list__item.is-selected {
    background-color: #008fd3;
    color: #fff
}

.ids-list__item .ids-status {
    margin-bottom: 0
}

.ids-list {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-list.ids-list--alternate-rows .ids-list__item:nth-child(even) {
    background-color: #f6f7f8
}

.ids-list.ids-list--alternate-rows .ids-list__item.is-selected {
    background-color: #008fd3;
    color: #fff
}

.ids-list.ids-list-borders {
    border: 0.1em solid #ccc;
    width: 60%;
    float: right;
    border-radius: 5px;
    display: block
}

.ids-list.ids-list-borders .ids-list__item {
    border-top: 0.1em solid #ccc
}

.ids-list.ids-list-borders .ids-list__item:first-child {
    border: none
}

.ids-list.ids-list--no-border .ids-list__item:first-child {
    border-top: none
}

@media only screen and (max-width: 600px) {
    .ids-list.ids-list--rwd-tiles .ids-list__item {
        padding: 12px;
        padding: 0.75rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #f6f7f8;
        border: none
    }

    .ids-list.ids-list--rwd-tiles .ids-list__item+.ids-list__item {
        margin-top: 12px;
        margin-top: 0.75rem
    }
}

.ids-list.ids-list--button .ids-list__item {
    padding-right: 0
}

.ids-list.ids-list--profile .ids-list__item:first-child {
    border-top: 1px solid #e2e2e2
}

@media only screen and (max-width: 600px) {
    .ids-list.ids-list--profile.ids-list--profile-docs .ids-list-item {
        display: block
    }

    .ids-list.ids-list--profile.ids-list--profile-docs .ids-list-item+.ids-list-item--shrink {
        padding-left: 0
    }
}

.ids-no-touch .ids-list.ids-list--highlight-hover .ids-list__item:hover {
    background-color: #d4e7f6;
    cursor: default
}

.ids-list--tabular {
    display: table;
    table-layout: fixed;
    width: 100%
}

.ids-list-item {
    display: table-cell
}

.ids-list-item+.ids-list-item {
    padding-left: .5em
}

.ids-list-item--shrink {
    width: 1%;
    white-space: nowrap
}

.ids-list-item--stretch {
    width: 100%
}

.ids-list-item--icon {
    width: 1%;
    min-width: 16px
}

.ids-list__header {
    padding: 8px 0 6px 0;
    padding: 0.5rem 0rem 0.375rem 0rem
}

.ids-list__footer {
    *zoom: 1;
    padding: 8px 0;
    padding: 0.5rem 0rem;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.ids-list__footer:after {
    content: "";
    display: table;
    clear: both
}

.ids-list__footer .ids-button {
    float: left
}

.ids-list__footer .ids-button--primary {
    float: right
}

.ids-list__footer .ids-button+.ids-button {
    margin-left: 4px;
    margin-left: 0.25rem
}

.ids-list--multiaccount {
    margin-bottom: 0
}

.ids-list--multiaccount .ids-list__item:first-child {
    border-top: none
}

.ids-list--multiaccount .ids-list__item.ids-list__item--logged-in {
    font-weight: bold
}

.ids-multiaccount-container {
    max-height: 400px;
    overflow-y: scroll
}

.ids-horizontal-divider {
    background-color: #ddd;
    height: 1px;
    text-align: center
}

.ids-horizontal-divider__text {
    background-color: #fff;
    color: #555;
    display: inline;
    line-height: 1;
    padding: 2px 8px;
    padding: 0.125rem 0.5rem;
    position: relative;
    top: -0.75em
}

.ids-horizontal-divider--widget {
    background-color: #ccc
}

.ids-horizontal-divider__text--widget {
    background-color: #f2f3f4
}

.ids-vertical-divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221%22%20height%3D%221%22%20viewBox%3D%220%200%201%201%22%3E%0A%20%20%3Cpath%20fill%3D%22%23DDDDDD%22%20d%3D%22M0%200%20H%201%20V%200%20H1%20V1%20H0%20V0%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: repeat-y;
    width: 1%;
    position: relative
}

.ids-vertical-divider__text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #555;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -1.25em
}

.ids-social-buttons {
    *zoom: 1;
    text-align: center
}

.ids-social-buttons:after {
    content: "";
    display: table;
    clear: both
}

.ids-social-buttons__item {
    padding: 0 6px;
    padding: 0rem 0.375rem;
    display: inline-block;
    text-align: center
}

.ids-social-button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    border: none;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0
}

.ids-social-button--twitter {
    background-size: 42px
}

.ids-social-button--facebook {
    background-size: 42px
}

.ids-social-button--linkedin {
    background-size: 42px
}

.ids-social-button--google {
    background-size: 42px
}

.ids-social-button--apple {
    background-size: 42px
}

.ids-expand {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    border-bottom: 1px solid #ddd
}

.ids-expand a.ids-expand__toggle,
.ids-expand .ids-expand__toggle a {
    text-decoration: none
}

.ids-expand .ids-expand__header {
    color: #333;
    border-bottom: 1px solid #bbb
}

.ids-expand.is-expanded .ids-expand__header {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.ids-expand.is-expanded .ids-expand__icon-toggle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -moz-transition: -moz-transform 0.1s;
    -o-transition: -o-transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s
}

.ids-expand.is-expanded .ids-expand__content {
    display: block
}

.ids-expand__toggle {
    display: block;
    cursor: pointer
}

.ids-expand__icon-toggle {
    width: 1em;
    height: 1em;
    margin-right: .2em;
    margin-bottom: -.1em;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23008fd3%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2016L14%207l-2%202%208%207-8%207%202%202z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    -moz-transition: -moz-transform 0.1s;
    -o-transition: -o-transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    color: green
}

.ids-expand__header {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.ids-expand__content {
    display: none
}

.ids-expand__content--padded {
    padding: 10px 12px;
    padding: 0.625rem 0.75rem
}

.ids-expand--box {
    border: none
}

.ids-expand--box .ids-expand__header {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
    border: 1px solid #ddd;
    background-color: #eee
}

.ids-expand--box .ids-expand__content {
    border: 1px solid #ddd;
    border-top: none
}

.ids-expand--box--info .ids-expand__header {
    border: 1px solid #00abfc;
    background-color: #daeef8;
    color: #003283
}

.ids-expand--box--info .ids-expand__content {
    border: 1px solid #00abfc;
    border-top: none
}

.ids-expand--box--warning .ids-expand__icon-toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23e99f71%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2016L14%207l-2%202%208%207-8%207%202%202z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-expand--box--warning .ids-expand__header {
    border: 1px solid #e99f71;
    background-color: #ffecbd;
    color: #81361e
}

.ids-expand--box--warning .ids-expand__content {
    border: 1px solid #e99f71;
    border-top: none
}

.ids-expand--box--error .ids-expand__icon-toggle,
.ids-expand--box--danger .ids-expand__icon-toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23d20808%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2016L14%207l-2%202%208%207-8%207%202%202z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-expand--box--error .ids-expand__header,
.ids-expand--box--danger .ids-expand__header {
    border: 1px solid #d20808;
    background-color: #f3cccc;
    color: #880505
}

.ids-expand--box--error .ids-expand__content,
.ids-expand--box--danger .ids-expand__content {
    border: 1px solid #d20808;
    border-top: none
}

.ids-expand--box--success .ids-expand__icon-toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%234fb81c%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2016L14%207l-2%202%208%207-8%207%202%202z%22%2F%3E%3C%2Fsvg%3E")
}

.ids-expand--box--success .ids-expand__header {
    border: 1px solid #4fb81c;
    background-color: #d8ecce;
    color: #184b20
}

.ids-expand--box--success .ids-expand__content {
    border: 1px solid #4fb81c;
    border-top: none
}

.ids-login-widget .ids-fieldset {
    margin-bottom: 0
}

.ids-login-widget .ids-input-group:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 600px) {
    .ids-login-widget .ids-label-container {
        display: none
    }
}

.ids-login-widget--bg {
    background-color: #f4f5f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 20px 4px 20px;
    padding: 0.5rem 1.25rem 0.25rem 1.25rem
}

.ids-login-widget--bg .ids-horizontal-divider__text {
    background-color: #f4f5f6
}

@media only screen and (max-width: 600px) {
    .ids-login-widget--bg {
        background-color: #fff
    }

    .ids-login-widget--bg .ids-horizontal-divider__text {
        background-color: #fff
    }
}

.ids-status {
    padding-left: 26px;
    padding-left: 1.625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    background-position: 0 .15em;
    background-size: 1em;
    background-repeat: no-repeat;
    font-weight: bold
}

.ids-status.ids-status--info {
    background-position: 0 .2em
}

.ids-status.ids-status--error {
    background-position: 0 .2em
}

.ids-status.ids-status--button {
    *zoom: 1
}

.ids-status.ids-status--button:after {
    content: "";
    display: table;
    clear: both
}

.ids-status.ids-status--button .ids-button {
    float: right
}

@media only screen and (max-width: 600px) {
    .ids-status.ids-status--button .ids-button {
        margin-top: 12px;
        margin-top: 0.75rem;
        margin-right: 12px;
        margin-right: 0.75rem;
        margin-left: -20px;
        margin-left: -1.25rem;
        padding: 8px;
        padding: 0.5rem;
        float: none;
        width: 100%
    }
}

.ids-numbered-list {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    counter-reset: ol-counter;
    padding-left: 1.5em
}

.ids-numbered-list li:before {
    position: absolute;
    left: -2em;
    top: .3em;
    font-weight: bold;
    color: #fff;
    font-size: .75em;
    width: 1.4em;
    height: 1.4em;
    background-color: #888;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    content: counter(ol-counter);
    counter-increment: ol-counter
}

.ids-numbered-list__item {
    position: relative;
    margin-bottom: .75em
}

.ids-inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0px;
    left: 0px;
    display: none
}

.ids-inner-overlay.is-active {
    display: block
}

.ids-inner-overlay__wrap {
    position: fixed;
    font-weight: bold;
    text-align: center;
    width: 100%;
    top: 35%;
    display: none
}

.ids-inner-overlay__wrap.is-active {
    display: block
}

.ids-inner-overlay__spinner {
    background-color: transparent;
    border: 8px solid #008fd3;
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.15);
    width: 4em;
    height: 4em;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: spinner-animation 0.65s infinite linear;
    -moz-animation: spinner-animation 0.65s infinite linear;
    -o-animation: spinner-animation 0.65s infinite linear;
    -ms-animation: spinner-animation 0.65s infinite linear;
    animation: spinner-animation 0.65s infinite linear
}

.ids-inner-overlay__content {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: .5em;
    display: block
}

.ids-login-container:after {
    content: "";
    display: table;
    clear: both
}

.ids-login-sp {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 72px;
    padding-top: 4.5rem;
    padding-right: 28px;
    padding-right: 1.75rem;
    float: left;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
    .ids-login-sp {
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
        padding-top: 0;
        padding-right: 0;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
}

.ids-login-sp__logo {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media only screen and (max-width: 600px) {
    .ids-login-sp__logo img {
        max-height: 32px
    }
}

.ids-login-sp__logo img.ids-sp-logo-login__narrow {
    max-height: 100px
}

.ids-login-sp__sp-name {
    text-align: center
}

@media only screen and (max-width: 600px) {
    .ids-login-sp__cta {
        display: none
    }
}

.ids-login-login {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 320px;
    min-height: 20rem;
    /* max-height: 545px; */
    float: left;
    width: 50%
}

@media only screen and (max-width: 600px) {
    .ids-login-login {
        width: 100%
    }
}

.ids-login-login--border {
    padding-left: 32px;
    padding-left: 2rem;
    border-left: 1px solid #ddd
}

@media only screen and (max-width: 600px) {
    .ids-login-login--border {
        padding-left: 0;
        border-left: none
    }
}

.ids-heading-1--login {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

@media only screen and (max-width: 600px) {
    .ids-heading-1--login {
        display: none
    }
}

.ids-button--login,
a.ids-button--login {
    min-width: 120px
}

.ids-input-group--login {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-input-group--login input[type="text"],
.ids-input-group--login input[type="password"],
.ids-input-group--login input[type="tel"],
.ids-input-group--login input[type="email"] {
    margin-bottom: 4px;
}

.ids-button-group--login {
    margin-bottom: 12px;
    margin-bottom: 0.75rem
}

.ids-fieldset--login {
    margin-bottom: 0
}

.ids-fieldset--login .ids-input-group:last-child {
    margin-bottom: 0
}

.ids-login-section {
    padding: 12px 0;
    padding: 0.75rem 0rem
}

.ids-login-section--social {
    padding-top: 16px;
    padding-top: 1rem
}

.ids-login-options {
    text-align: center;
    display: none
}

@media only screen and (max-width: 600px) {
    .ids-login-options {
        display: block
    }
}

.ids-login-options__item {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-button-group--register {
    margin-bottom: 0
}

.ids-button-group--register .ids-button {
    margin-bottom: 0
}

.ids-button-group--passwordless {
    margin-bottom: 0
}

.ids-button-group--passwordless .ids-button {
    margin-bottom: 0
}

.ids-login__forgotpassword {
    text-align: center
}

@media only screen and (max-width: 600px) {
    .ids-input-group--user {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .ids-input-group--user .ids-input {
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        padding: 8px 12px;
        padding: 0.5rem 0.75rem
    }

    .ids-input-group--user .ids-input:focus {
        -moz-box-shadow: #008fd3 0px 0px 3px 0px inset;
        -webkit-box-shadow: #008fd3 0px 0px 3px 0px inset;
        box-shadow: #008fd3 0px 0px 3px 0px inset
    }

    .ids-input-group--user .ids-input-clear {
        top: 11px
    }

    .ids-input-group--password .ids-input {
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        padding: 8px 28px 8px 12px;
        padding: 0.5rem 1.75rem 0.5rem 0.75rem;
        border-top: none
    }

    .ids-input-group--password .ids-input:focus {
        border-top: none;
        -moz-box-shadow: #008fd3 0px 0px 3px 0px inset;
        -webkit-box-shadow: #008fd3 0px 0px 3px 0px inset;
        box-shadow: #008fd3 0px 0px 3px 0px inset
    }

    .ids-input-group--password .ids-input-clear {
        top: 10px
    }

    .ids-input-reveal {
        top: 7px
    }
}

.ids-dropdown .ids-login-container {
    padding-top: 36px;
    padding-top: 2.25rem
}

.ids-dropdown .ids-login-sp {
    display: none
}

.ids-dropdown .ids-fieldset--login {
    margin: 0;
    padding: 0
}

.ids-login-otp-left-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 28px;
    padding-right: 1.75rem;
    float: left;
    width: 50%
}

@media only screen and (max-width: 600px) {
    .ids-login-otp-left-section {
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
        padding-top: 0;
        padding-right: 0;
        width: 100%
    }
}

.ids-login-otp-left-section .ids-heading-3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: bold
}

.ids-login-otp-left-section .ids-qr__illustration {
    background-size: 100px
}

.ids-login-otp-right-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%
}

@media only screen and (max-width: 600px) {
    .ids-login-otp-right-section {
        width: 100%
    }
}

.ids-tfa-otp-step-1 {
    position: relative;
    padding-left: 2em;
    padding-bottom: 2em;
    line-height: 2;
    float: left;
    cursor: pointer
}

.ids-tfa-otp-step-1:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 1em;
    width: 2em;
    height: 2em;
    color: #fff;
    background-color: #099eda;
    content: "1";
    text-align: center;
    font-weight: bold
}

.ids-tfa-otp-step-2 {
    position: relative;
    padding-left: 2em;
    padding-bottom: 2em;
    line-height: 2;
    float: left;
    cursor: pointer
}

.ids-tfa-otp-step-2:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 1em;
    width: 2em;
    height: 2em;
    color: #fff;
    background-color: #099eda;
    content: "2";
    text-align: center;
    font-weight: bold
}

body[data-page="ids-two_factor/logon"]>.ids-tooltip {
    background: white;
    border: 1px solid #cccccc;
    color: black
}

body[data-page="ids-two_factor/logon"]>.ids-tooltip .ids-tooltip-pointer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23cccccc%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0%200l6%206%206-6%22%2F%3E%3C%2Fsvg%3E")
}

.ids-social-link-container {
    *zoom: 1;
    margin-top: 42px;
    margin-top: 2.625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    position: relative
}

.ids-social-link-container:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 600px) {
    .ids-social-link-container {
        *zoom: 1;
        margin-top: 36px;
        margin-top: 2.25rem;
        display: block;
        margin-bottom: 0
    }

    .ids-social-link-container:after {
        content: "";
        display: table;
        clear: both
    }
}

.ids-social-link-new {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 46%;
    height: 230px
}

@media only screen and (max-width: 600px) {
    .ids-social-link-new {
        display: block;
        width: 100%;
        height: auto
    }
}

.ids-social-link-link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
    padding-left: 1.75rem;
    float: right;
    width: 46%
}

@media only screen and (max-width: 600px) {
    .ids-social-link-link {
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
        display: block;
        padding-left: 0;
        width: 100%
    }
}

.ids-button-group--link-social-new {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 600px) {
    .ids-button-group--link-social-new {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.ids-social-link-divider-text {
    background: #fff;
    padding: 2px 8px;
    padding: 0.125rem 0.5rem;
    position: absolute;
    top: 50%;
    right: -1.1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 600px) {
    .ids-social-link-divider-text {
        display: none
    }
}

.ids-horizontal-divider--social-link {
    display: none
}

@media only screen and (max-width: 600px) {
    .ids-horizontal-divider--social-link {
        display: block;
        margin-bottom: 12px;
        margin-bottom: 0.75rem
    }
}

.ids-vertical-divider--social-link {
    width: 8%;
    height: 300px;
    float: right
}

@media only screen and (max-width: 600px) {
    .ids-vertical-divider--social-link {
        display: none
    }
}

.ids-section--profile {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding: 6px 0;
    padding: 0.375rem 0rem
}

@media only screen and (max-width: 600px) {
    .ids-section--profile {
        margin-bottom: 12px;
        margin-bottom: 0.75rem
    }
}

.ids-section--profile+.ids-section--profile {
    border-top: 1px solid #ddd
}

.ids-section--profile .ids-heading-2 {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ids-section--profile .ids-heading-3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    line-height: 1.23;
    font-weight: bold
}

.ids-section--profile .ids-expand {
    margin-bottom: 0
}

.ids-subsection--profile+.ids-subsection--profile {
    margin-top: 36px;
    margin-top: 2.25rem
}

.ids-profile-tfa-step-1 {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    float: left;
    line-height: 1.5
}

.ids-profile-tfa-step-1:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 1.25em;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    background-color: #888;
    content: "1";
    text-align: center;
    font-weight: bold
}

.ids-profile-tfa-step-2 {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    float: left;
    line-height: 1.5
}

.ids-profile-tfa-step-2:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 1.25em;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    background-color: #888;
    content: "2";
    text-align: center;
    font-weight: bold
}

.ids-profile-tfa-box {
    position: relative;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #d1d2d3
}

.ids-profile-tfa-box:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2218%22%20viewBox%3D%220%200%2028%2018%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23D1D2D3%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2018L14%201%200%2018%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h28v18H0z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 28px 18px;
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
    bottom: -18px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ids-profile-tfa-code {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: table;
    width: 100%
}

.ids-qr__illustration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%20viewBox%3D%220%200%20400%20400%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23808080%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M47%20339s42.87-64.96%2044.17-73.726%201.297-31.17%202.596-36.364%209.74-25.028%2011.364-28.91%201.623-11.024%204.545-15.895%205.844-10.065%2010.065-15.584%2019.805-29.22%2021.104-33.765%204.22-8.118%205.844-9.416%2012.013-14.936%2014.61-16.56%207.792-7.142%207.792-7.142l46.43%2044.805%2050-5.844s5.843-2.923%209.09-2.923%2015.585%204.87%2014.936%2013.96-16.884%2013.313-23.377%2013.313-9.417%203.247-9.417%203.247v15.26l2.273%202.922h8.44s10.714.648%2012.987%201.623%209.092%201.623%2012.663%202.272%209.416%204.517%209.09%209.726-2.27%2013.327-13.31%2013.327-21.106-1.298-23.703-.974-11.688%2012.662-11.688%2012.662l-6.17%2018.83s1.3%204.222%204.546%205.845%208.12%204.546%2011.365%204.546%2011.036%202.598%2010.063%207.468-8.765%2014.285-19.804%2012.662-11.04-1.624-13.312-2.598l2.272.974s-5.193.975-8.44.975-7.468-2.273-9.416-1.948-11.688.648-11.688.648-3.246%207.793-5.844%2010.065%201.947%203.246-.325%206.817-17.712%2027.874-24.025%2035.39C175.91%20332.807%20152.5%20341%20152.5%20341%22%2F%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M273.31%20239.312c0%206.6-5.4%2012-12%2012h-83.79c-6.6%200-12-5.4-12-12V50.792c0-6.6%205.4-12%2012-12h83.79c6.6%200%2012%205.4%2012%2012v188.52z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M273.31%20239.312c0%206.6-5.4%2012-12%2012h-83.79c-6.6%200-12-5.4-12-12V50.792c0-6.6%205.4-12%2012-12h83.79c6.6%200%2012%205.4%2012%2012v188.52z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%234D4D4D%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M175.414%2050.053h88v167h-88z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23808080%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M126.244%20213.85c5.844-1.95%2013.96-6.495%2016.56-10.716s9.09-23.7%2012.012-27.597%203.57-9.09%208.44-10.065%208.118-2.272%2011.69-2.922%2011.037-6.818%2013.635-7.143c2.6-.325%2010.065-4.545%2013.638-4.545%203.57%200%2011.688%204.87%2011.688%207.792v12.013s-10.39%2014.936-11.363%2017.533c-.975%202.597-11.04%2013.312-13.96%2013.312-2.923%200-.325%201.623-.976%203.57-.648%201.95-5.194%207.623-4.87%2012.416.147%202.173.228%202.557-.24%205.03-.562%202.98%203.168%204.818%203.168%204.818s4.54%204.686%205.19%2014.1c.647%209.416-1.612%2020.456-5.19%2029.222-3.578%208.766-12.993%2015.527-15.59%2022.346s-15.135%2020.01-20.005%2020.333%22%2F%3E%3Ccircle%20fill%3D%22%234D4D4D%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%22219.414%22%20cy%3D%22232.104%22%20r%3D%228.586%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    width: 100%;
    display: table-cell
}

@media screen and (max-width: 400px) {
    .ids-qr__illustration {
        display: none
    }
}

.ids-qr__code {
    width: 120px;
    height: 120px;
    display: inline-block;
    display: table-cell
}

.ids-qr__code img {
    border: 1px solid #e1e2e3
}

@media screen and (max-width: 400px) {
    .ids-qr__code {
        text-align: center
    }
}

#form-tfa-edit .ids-input-group.ids-input-group--radio.ids-input-group--horizontal {
    max-width: 570px;
    display: inline-block
}

#form-tfa-edit #test-btn-tfa-reset {
    margin-top: 2px
}

.ids-listing--border--rows {
    border: 1px solid #d4d4d4;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px
}

.ids-list-item-bordered {
    border: 1px solid #d4d4d4;
    padding: 20px 20px 20px 20px
}

.ids-vertical-middle {
    vertical-align: middle;
    white-space: normal
}

.ids-list-item--transfer-center {
    transform: translateY(50%)
}

.ids-span--gray {
    color: #909090
}

.ids-label--current-session {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    background-color: #008fd3;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 15px
}

.ids-select-inline-left {
    white-space: nowrap;
    width: 60%
}

@media screen and (max-width: 600px) {
    .ids-select-inline-left {
        width: 100% !important
    }
}

.ids-select-inline-block-button {
    display: inline-block
}

@media screen and (max-width: 450px) {
    .ids-select-inline-block-button {
        width: 30% !important
    }
}

@media screen and (max-width: 450px) {
    .ids-select-inline-block-button {
        width: 30% !important
    }
}

.ids-button-for-select {
    height: 2rem;
    margin-top: 0.5rem
}

.ids-no-min-width {
    width: 100% !important;
    min-width: 0 !important
}

.float-none {
    float: none !important
}

.ids-1dx-profile-story {
    font-size: 14px;
    font-size: 0.875rem
}

.ids-1dx-profile-story select,
.ids-1dx-profile-story input {
    max-width: 100%;
    font-size: inherit
}

.ids-heading-1dx-story-profile {
    margin-bottom: 12px;
    margin-bottom: 0.75rem
}

.ids-1dx-profile-story-form {
    line-height: 2
}

.ids-1dx-profile-story-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    background-color: #eee;
    padding: .1em .4em;
    display: inline-block;
    line-height: 1.5
}

.ids-1dx-profile-story-link,
.ids-1dx-profile-story-link:visited,
.ids-1dx-profile-story-link:hover,
.ids-1dx-profile-story-link:active {
    color: #333
}

.ids-1dx-profile-story-link--undone,
.ids-1dx-profile-story-link--undone:visited,
.ids-1dx-profile-story-link--undone:hover,
.ids-1dx-profile-story-link--undone:active {
    color: #008fd3
}

.ids-1dx-profile-story-link--profile {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold
}

.is-hidden {
    display: none
}

.ids-utils-full-width {
    width: 100%;
    max-width: none
}

.ids-utils-centered {
    text-align: center
}

.ids-utils-no-break {
    white-space: nowrap
}

.ids-utils-no-margin {
    margin: 0
}

@media only screen and (max-width: 600px) {
    .ids-utils-hide-mobile {
        display: none
    }
}

.ids-utils-numbered-item-text {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
    padding-top: 5px;
    padding-top: 0.3125rem;
    overflow: hidden;
    line-height: 1.5;
    text-align: left
}

.ids-utils-right-top-margin {
    margin-right: 70px;
    margin-right: 4.375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    float: right
}