﻿﻿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 {
  background-color: #fff;
  font-family: "Helvetica Neue", 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: #004b7d;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #003283;
}

a:visited {
  color: #004b7d;
}

a:focus {
  color: #004b7d;
}

strong {
  font-weight: bold;
}

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: "Helvetica Neue", Arial, 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 #004b7d;
  -webkit-box-shadow: 0px 0px 3px #004b7d;
  box-shadow: 0px 0px 3px #004b7d;
  border: 1px solid #004b7d;
  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: 24px;
  padding-right: 1.5rem;
  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 6px center;
  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: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  -webkit-appearance: menulist;
  outline: none;
}

select:focus {
  -moz-box-shadow: 0px 0px 3px #004b7d;
  -webkit-box-shadow: 0px 0px 3px #004b7d;
  box-shadow: 0px 0px 3px #004b7d;
  border: 1px solid #004b7d;
}

select.disabled,
select[disabled],
select[disabled="disabled"] {
  border: 1px solid #ccc;
  color: #888;
}

option {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.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 {
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  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: 1.125rem;
}

.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.125rem;
}

.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: 0.4em;
}

.ids-label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #555;
}

.ids-required-marker {
  color: #004b7d;
}

.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;
}

.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 #004b7d;
  color: #004b7d;
  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: #004b7d;
  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: 0.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-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-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;
  background-size: 24px;
  position: absolute;
  background-size: 22px;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 0px;
  z-index: 999999;
}

.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%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%23008fd3%22%20cx%3D%2216.001%22%20cy%3D%2216%22%20r%3D%2214.001%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.998c-5.18%200-9.692%202.82-12.114%207.002%202.42%204.182%206.934%207.002%2012.115%207.002%205.18%200%209.692-2.82%2012.114-7C25.692%2011.817%2021.18%208.997%2016%208.997z%22%2F%3E%3Ccircle%20fill%3D%22%23008fd3%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%225%22%2F%3E%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%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%23555%22%20cx%3D%2216.001%22%20cy%3D%2216%22%20r%3D%2214.001%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.998c-5.18%200-9.692%202.82-12.114%207.002%202.42%204.182%206.934%207.002%2012.115%207.002%205.18%200%209.692-2.82%2012.114-7C25.692%2011.817%2021.18%208.997%2016%208.997z%22%2F%3E%3Ccircle%20fill%3D%22%23555%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%225%22%2F%3E%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: 8px;
  right: 6px;
  opacity: 0.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: 0.3em;
}

.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-status.ids-status--twitter {
  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%2355acee%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-status.ids-status--facebook {
  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%233b5998%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-status.ids-status--linkedin {
  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%230e76a8%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-status.ids-status--google {
  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%3Cg%20fill%3D%22%23db4437%22%3E%3Cpath%20d%3D%22M12%205C9.85%205%208.717%206.328%208.717%208.478c0%204.303%202.507%205.553%203.94%205.553%201.253%200%203.044-.716%203.044-3.224C15.7%207.94%2014.15%205%2012%205zM7.104%2022.985C7.104%2025.313%209.776%2027%2013%2027c2.687%200%204.492-1.687%204.492-3.478%200-1.433-1.61-3.224-3.582-4.478-4.477%200-6.806%201.612-6.806%203.94z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23db4437%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%202zM11.224%2028c-4.63%200-6.806-1.612-6.806-4.3%200-3.4%203.39-5.7%208.582-5.7-.716-.716-.7-1.26-.7-2%200-.716-.074-.463.283-1-4.12%200-6.553-1.865-6.553-5.27C6.03%205.97%209.53%204%2013.194%204H20l-1.79%201h-2.15s2.328%201.112%202.328%204.157c0%204.298-3.582%204.335-3.582%206.306%200%201.61%204.657%203.045%204.657%206.447%200%203.582-2.463%206.09-8.24%206.09z%22%2F%3E%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%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%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M12%205C9.85%205%208.717%206.328%208.717%208.478c0%204.303%202.507%205.553%203.94%205.553%201.253%200%203.044-.716%203.044-3.224C15.7%207.94%2014.15%205%2012%205zM7.104%2022.985C7.104%2025.313%209.776%2027%2013%2027c2.687%200%204.492-1.687%204.492-3.478%200-1.433-1.61-3.224-3.582-4.478-4.477%200-6.806%201.612-6.806%203.94z%22%2F%3E%3C%2Fg%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%202zM11.224%2028c-4.63%200-6.806-1.612-6.806-4.3%200-3.4%203.39-5.7%208.582-5.7-.716-.716-.7-1.26-.7-2%200-.716-.074-.463.283-1-4.12%200-6.553-1.865-6.553-5.27C6.03%205.97%209.53%204%2013.194%204H20l-1.79%201h-2.15s2.328%201.112%202.328%204.157c0%204.298-3.582%204.335-3.582%206.306%200%201.61%204.657%203.045%204.657%206.447%200%203.582-2.463%206.09-8.24%206.09z%22%2F%3E%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-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: 0.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: 0.85;
}

.ids-dropdown .ids-overlay-close {
  top: 10;
}

.ids-footer {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: small;
}

.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__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: #004b7d;
  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 #005189;
  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: 0.97em;
}

.ids-button--primary:hover,
a.ids-button--primary:hover {
  background-color: #005189;
  border-color: #005189;
  -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: #005f8c;
  border-color: #005f8c;
  -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: #4da7d3;
  border-color: #4da7d3;
  color: rgba(255, 255, 255, 0.5);
  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: 0.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: 0.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--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: 0.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: 0.75em;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.6em;
}

.ids-badge:not(first-child) {
  margin-left: 0.2em;
}

.ids-badge:not(last-child) {
  margin-right: 0.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: 0.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: 0.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 #004b7d;
  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: #db4437;
  border-color: #b42c20;
  color: #fff;
}

.ids-message--google.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: #004b7d;
  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: #004b7d;
  color: #fff;
}

.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: 0.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-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.467%200.5%2028%2028%22%20enable-background%3D%22new%200.467%200.5%2028%2028%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28.467%205.41c-.818.421-2.156.638-3.178.638.408-.632%202.928-2.58%203.178-3.798-1.096.614-3.461%201.916-4.867%202.077-1.086-1.272-2.68-2.077-4.453-2.077-3.279%200-5.938%202.74-5.938%206.12%200%20.502.082%201.403.195%201.871-3.82-.258-7.854-2.173-11.867-6.513-1.626%203.614%202.883%208.268%202.883%208.268s-2.565-.372-3.792-1.218c.614%204.642%205.511%206.872%205.511%206.872s-2.617.21-3.435%200c.737%202.472%202.706%203.107%205.171%203.646-2.171%201.442-4.691%201.691-7.406%201.937%202.453%201.518%205.849%202.517%208.451%202.517%207.656%200%2016.004-6.823%2016.004-16.114%200-.232%200-.232-.066-.52l-.055-.131.012-.305c1.503-.899%203.335-2.29%203.652-3.27z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M.469.5h27.998v28h-27.998z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #55acee;
}

.ids-social-button--twitter:hover {
  background-color: #55acee;
}

.ids-social-button--facebook {
  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%20fill%3D%22%23fff%22%20d%3D%22M9.188%2010.613h2.067v-2.01c0-.886.022-2.252.666-3.099.678-.896%201.609-1.506%203.21-1.506%202.608%200%203.706.372%203.706.372l-.517%203.065s-.861-.249-1.665-.249c-.805%200-1.524.288-1.524%201.092v2.336h3.297l-.23%202.992h-3.066v10.394h-3.876v-10.395h-2.068v-2.992z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #3b5998;
}

.ids-social-button--facebook:hover {
  background-color: #3b5998;
}

.ids-social-button--linkedin {
  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%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.899%2023h-3.899v-12h3.899v12zm15.101%200h-4.25v-6.456c0-1.69-.861-2.843-2.383-2.843-1.162%200-1.97.778-2.271%201.529-.113.269-.095.644-.095%201.02v6.75h-4.001s.058-10.96%200-12h4.001l-.022%201.724c.259-.855%201.841-2.318%204.074-2.318%202.77-.001%204.947%201.594%204.947%205.657v6.937z%22%2F%3E%3Cellipse%20fill%3D%22%23fff%22%20cx%3D%226.984%22%20cy%3D%227%22%20rx%3D%222.484%22%20ry%3D%222.268%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M3%203h22v21h-22z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: #0e76a8;
}

.ids-social-button--linkedin:hover {
  background-color: #0e76a8;
}

.ids-social-button--google {
  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%226.5%206.5%2032%2032%22%20enable-background%3D%22new%206.5%206.5%2032%2032%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.723%2021.81c0-2.11%203.833-2.452%203.833-7.051%200-3.051-3.057-4.258-3.057-4.258h4l1-1h-8c-3.64%200-7.281%202.027-7.281%206.051%200%203.641%202.221%205.619%206.629%205.619-.17.33-.254.714-.254%201.33%200%20.791.446%201.593%201.212%202.36-5.558%200-9.2%202.116-9.2%205.759%200%202.874%202.683%204.603%207.283%204.603%205.75%200%208.815-2.682%208.815-6.516.002-3.643-4.98-5.174-4.98-6.897zm-2.3-1.534c-1.533%200-4.216-1.338-4.216-5.941%200-2.3.958-3.834%203.259-3.834%202.299%200%204.217%203.258%204.217%206.326-.001%202.682-1.919%203.449-3.26%203.449zm.191%2013.606c-3.45%200-6.132-1.531-6.132-4.023s2.492-4.216%207.282-4.216c2.108%201.341%203.833%203.257%203.833%204.79%200%201.918-2.107%203.449-4.983%203.449z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M12.214%207.643h18.286v28.571h-18.286z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: #db4437;
}

.ids-social-button--google:hover {
  background-color: #db4437;
}

.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: 0.2em;
  margin-bottom: -0.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 0.15em;
  background-size: 1em;
  background-repeat: no-repeat;
  font-weight: bold;
}

.ids-status.ids-status--info {
  background-position: 0 0.2em;
}

.ids-status.ids-status--error {
  background-position: 0 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: 0.3em;
  font-weight: bold;
  color: #fff;
  font-size: 0.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: 0.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 #004b7d;
  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: 0.5em;
  display: block;
}

.ids-login-container {
  *zoom: 1;
}

.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: right;
  width: 50%;
}

@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%;
  }
}

.ids-login-sp__logo {
  text-align: center;
}

.ids-login-sp__logo img {
  max-height: 48px;
  width: auto;
  max-width: 100%;
}

@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;
  }
}

@media only screen and (max-width: 600px) {
  .ids-login-login {
    width: 100%;
  }
}

@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: 0;
}

.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-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: #004b7d 0px 0px 3px 0px inset;
    -webkit-box-shadow: #004b7d 0px 0px 3px 0px inset;
    box-shadow: #004b7d 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 12px;
    padding: 0.5rem 0.75rem;
    border-top: none;
  }
  .ids-input-group--password .ids-input:focus {
    border-top: none;
    -moz-box-shadow: #004b7d 0px 0px 3px 0px inset;
    -webkit-box-shadow: #004b7d 0px 0px 3px 0px inset;
    box-shadow: #004b7d 0px 0px 3px 0px inset;
  }
  .ids-input-group--password .ids-input-clear {
    top: 10px;
  }
}

.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-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: 2.3125em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.5;
}

.ids-profile-tfa-step-1:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 1.25em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  background-color: #888;
  content: "1";
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.ids-profile-tfa-step-2 {
  position: relative;
  padding-left: 2.3125em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.5;
}

.ids-profile-tfa-step-2:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 1.25em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  background-color: #888;
  content: "2";
  line-height: 1.4;
  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;
  }
}

.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: 0.1em 0.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: #004b7d;
}

.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;
  }
}

/* Farben wurden einfach im ganzen dokument ersetzt */
/* ab hier sonst cust kram */

@media only screen and (min-width: 600px) {
  .ids-login-login {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 320px;
    min-height: 20rem;
    float: left;
    width: 50%;
  }

  .ids-login-login--border {
    padding-right: 32px;
    padding-right: 2rem;
    border-right: 1px solid #ddd;
    border-left: none;
  }
}

.ids-footer__logo {
  visibility: hidden !important;
}

.ids-footer__inner::after {
  position: relative;
  top: -50px;
  white-space: pre-wrap;
}

.ids-footer__inner::after {
  content: "\A The Bär Cargolift WebShop is optimized for Google Chrome, Firefox, Safari and Internet Explorer 11. \A\A In the B\00E4r Cargolift WebShop you may order original parts for your B\00E4r Cargolift, download documents or transmit warranty claims (in Germany, Austria and the Netherlands also return parts). With the serial number you will receive the right B\00E4r original parts and documents for your Cargolift.\A\A You do not have a password? You may request a password via e-mail to login@baer-cargolift.de. Please mention your customer number.";
}

:lang(en) .ids-footer__inner::after {
  content: "\A The Bär Cargolift WebShop is optimized for Google Chrome, Firefox, Safari and Internet Explorer 11. \A\A In the B\00E4r Cargolift WebShop you may order original parts for your B\00E4r Cargolift, download documents or transmit warranty claims (in Germany, Austria and the Netherlands also return parts). With the serial number you will receive the right B\00E4r original parts and documents for your Cargolift.\A\A You do not have a password? You may request a password via e-mail to login@baer-cargolift.de. Please mention your customer number.";
}

:lang(fr) .ids-footer__inner::after {
  content: "\A Le Bär Cargolift WebShop (la boutique en ligne) est optimisé pour Google Chrome, Firefox, Safari et Internet Explorer 11. \A\A Dans la boutique en ligne B\00E4r Cargolift vous pouvez commander des pi\00E8 ces d\00E9tach\00E9 es d\2019origine, t\00E9l\00E9 charger des documents ou transmettre votre demande de garantie (\00E9galement la demande de retour de pi\00E8 ces pour les Pays-Bas, l\2019 Allemagne et l\2019 Autriche). Sur la base du num\00E9ro de s\00E9rie vous trouverez la pi\00E8 ce d\00E9tach\00E9 e d\00E9sir\00E9 e ainsi que les documents pour votre Cargolift.\A\A Vous n\2019 avez pas encore de mot de passe ? Veuillez le demander par e-mail \00E0  login@baer-cargolift.de en indiquant votre num\00E9ro de client.";
}

:lang(de) .ids-footer__inner::after {
  content: "\A Der Bär Cargolift WebShop ist optimiert für Google Chrome, Firefox, Safari und Internet Explorer 11.  \A\A Im B\00E4r Cargolift WebShop k\00F6nnen Sie B\00E4r Original-Ersatzteile f\00FCr Ihren Cargolift bestellen, Dokumente downloaden oder Gew\00E4hrleistungsf\00E4lle abwickeln (inklusive Retouren in Deutschland, \00D6sterreich und den Niederlanden). Auf Basis der Serialnummer erhalten Sie die richtigen B\00E4r Original-Ersatzteile und Dokumente f\00FCr Ihren Cargolift.\A\A Sie haben noch kein Kennwort? Sie k\00F6nnen ein Kennwort unter Angabe Ihrer Kundennummer per E-Mail an login@baer-cargolift.de anfordern. ";
}

:lang(da) .ids-footer__inner::after {
  content: "\A Denne WebShop er optimeret ift. Google Chrome, Firefox, Safari og Internet Explorer 11.  \A\A I B\00E4r Cargolift webshoppen kan du bestille originale dele til din Bär Cargolift, downloade dokumenter eller transmittere garantikrav (inklusiv returnering i Tyskland, Østrig og Holland). Med Serienummeret vil du modtage den korrekte og originale Bär del og dokumenter til din Cargolift. \A\A Du har ikke et kodeord? Du kan anmode om et kodeord via e-mail login@baer-cargolift.de. Venligst oplys dit kunde nummer.";
}

:lang(nl) .ids-footer__inner::after {
  content: "\A De Bär Cargolift WebShop is geoptimaliseerd voor Google Chrome, Firefox, Safari en Internet Explorer 11.  \A\A In de Bär Cargolift WebShop kunt u originele Bär-onderdelen voor uw Cargolift bestellen, documenten downloaden of garantieclaims afhandelen (inclusief retourzendingen in Duitsland, Oostenrijk en Nederland). Op basis van het serienummer ontvangt u de juiste originele Bär-onderdelen en documenten voor uw Cargolift. \A\A Heeft u nog geen wachtwoord? U kunt een wachtwoord aanvragen door een e-mail te sturen naar login@baer-cargolift.de onder vermelding van uw klantnummer.";
}

:lang(es) .ids-footer__inner::after {
  content: "\A La tienda web de Bär Cargolift está optimizada para Google Chrome, Firefox, Safari e Internet Explorer 11.  \A\A En el WebShop de Bär Cargolift puede solicitar piezas de recambio originales de Bär Bär para su Cargolift, descargar documentos o tramitar reclamaciones de garantía (incluidas las devoluciones en Alemania, Austria y los Países Bajos). En base al número de serie recibirá los recambios y documentos originales de Bär para su Cargolift. \A\A ¿Aún no tienes una contraseña? Puede solicitar una contraseña enviando un correo electrónico a login@baer-cargolift.de, indicando su número de cliente.";
}

:lang(it) .ids-footer__inner::after {
  content: "\A Nel Bär Cargolift WebShop potete ordinare i ricambi originali per il vostro Bär Cargolift, scaricare i documenti o trasmettere richieste di garanzia (compresi i resi in Germania, Austria e Paesi Bassi). Con il numero di serie riceverete i ricambi originali Bär e i documenti giusti per il vostro Cargolift.  \A\A Non hai ancora una password? Puoi richiedere una password inviando un'e-mail a login@baer-cargolift.de, indicando il tuo numero di cliente.";
}
:lang(pl) .ids-footer__inner::after {
  content: "\A W sklepie internetowym Bär Cargolift możesz zamówić oryginalne części zamienne do Twojego urządzenia Bär Cargolift, pobrać dokumenty lub złożyć wnioski gwarancyjne (dotyczy także zwrotów w Niemczech, Austrii i Holandii). Z numerem seryjnym otrzymasz odpowiednie oryginalne części zamienne Bär Cargolift oraz dokumenty do Twojego urządzenia Bär Cargolift.  \A\A Nie masz jeszcze hasła? Możesz poprosić o hasło wysyłając e-mail na adres: serwis@baer-cargolift.pl";
}
:lang(cs) .ids-footer__inner::after {
  content: "\A Bär Cargolift WebShop je optimalizován pro Google Chrome, Firefox, Safari a Internet Explorer 11. \A\A V e-shopu Bär Cargolift si můžete vyhledat originální náhradní díly pro váš Cargolift, stáhnout dokumenty nebo odeslat záruční případy (včetně zpětného zaslání dílů v Německu, Rakousku a Nizozemsku). Podle výrobního čísla obdržíte správné originální náhradní díly a dokumenty pro váš Cargolift. \A\A Nemáte heslo? O heslo můžete zažádat na e-mailu baer-praha@iol.cz.";
}
#rememberme-group {
  position: relative;
  top: 100px;
  left: -5px;
}

.ids-login-section {
  position: relative;
  top: -160px; 
}

.ids-button-group--centered {
  text-align: left;
}
.ids-login__forgotpassword {
  text-align: left;
}

.ids-utils-centered {
  text-align: left;
}

.ids-button-group.ids-button-group--centered.ids-button-group--login {
  position: relative;
  top: -50px;
}

@media only screen and (max-width: 600px) {
  .ids-login-section {
    position: relative;
	top: -190px;
  }

  .ids-button-group.ids-button-group--centered.ids-button-group--login {
    position: relative;
    top: -65px;
  }
}
