/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.Prompt {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.Prompt--open {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.Prompt__container {
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
  max-width: 960px;
  width: 100%;
}
.Prompt__header {
  width: 100%;
  display: flex;
  padding: 0 1em;
  justify-content: flex-start;
  z-index: 9999;
}
.Prompt__title {
  flex: 1 auto;
  margin: 0.6em 1em;
  line-height: 1.4em;
  width: 100%;
}
.Prompt__close.Button {
  flex: 1 auto;
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  transition: all 200ms ease;
  background: transparent;
  color: #666;
  font-size: 32px;
}
.Prompt__close.Button:hover {
  transition: all 200ms ease;
  color: #e6004e;
  cursor: pointer;
}
.Prompt__header {
  background: #fff;
  justify-content: flex-start;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
}
.Prompt__container {
  max-width: 500px;
}
.Prompt__body {
  padding: 0 1em;
  background: #fff;
}
.Prompt__body > .Form {
  border: none;
}
.Prompt__footer {
  background: #eee;
  border-top: 1px solid #ccc;
  text-align: right;
}
.Prompt__footer > .Button-group {
  justify-content: flex-end;
  padding: 0 1em;
}
.Message {
  display: flex;
  width: 100%;
  margin: 15px;
  padding: 25px;
  align-items: baseline;
}
.Message.Message--info {
  margin: 15px 0;
  max-width: 550px;
  font-weight: 500;
  background: #550080;
  color: #fff;
  font-size: 14px;
}
.Message.Message--info h3,
.Message.Message--info a {
  font-weight: 700;
  background: #6e00a6;
  color: #b3dbf6;
}
.Message__content {
  flex-shrink: 0;
  flex-grow: 1;
  flex: 1 100%;
  max-width: 100%;
}
.Error .Error__msg {
  color: #f00 !important;
  margin: 0;
  padding: 5px 0 0;
}
.Message[skin~="hoshi"] {
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
[skin~="etu"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "Open Sans", sans-serif;
  background: #5d8bab;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
[skin~="etu"] .Message.Message--info h3,
[skin~="etu"] .Message.Message--info a {
  font-weight: 700;
  color: #48708b;
}
div[skin~="nteu"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "museo-sans", sans-serif;
  background: #609;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}
div[skin~="nteu"] .Message.Message--info h3,
div[skin~="nteu"] .Message.Message--info a {
  font-weight: 700;
  color: #52007a;
}
div[skin~="sovereign"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  background: #f1997e;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
div[skin~="sovereign"] .Message.Message--info h3,
div[skin~="sovereign"] .Message.Message--info a {
  font-weight: 700;
  color: #ea653c;
}
div[skin~="svh-mypage"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  background: #628db8;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
div[skin~="svh-mypage"] .Message.Message--info h3,
div[skin~="svh-mypage"] .Message.Message--info a {
  font-weight: 700;
  color: #46719b;
}
div[skin~="neu"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "museo-sans", sans-serif;
  background: #00a9ce;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
div[skin~="neu"] .Message.Message--info h3,
div[skin~="neu"] .Message.Message--info a {
  font-weight: 700;
  color: #0087a5;
}
div[skin~="asmirt"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-family: "raleway", sans-serif;
  background: #1784cd;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  border-left: 5px solid #126aa4;
}
div[skin~="asmirt"] .Message.Message--info h3,
div[skin~="asmirt"] .Message.Message--info a {
  font-weight: 700;
  color: #11639a;
}
[skin~="ou"] .Message.Message--info {
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 600px;
  font-family: "Open Sans", sans-serif;
  background: #1d4a9b;
  color: #fff;
  font-size: 15px;
}
[skin~="ou"] .Message.Message--info h3,
[skin~="ou"] .Message.Message--info a {
  font-weight: 700;
  color: #173b7c;
}
.Notices {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 350px;
  height: auto;
  z-index: 9999;
}
.Notices__item {
  width: 100%;
  margin-bottom: 10px;
}
.Notices__item:blank,
.Notices__item:empty {
  display: none;
}
.Notice {
  display: flex;
  max-width: 350px;
  width: 100%;
  padding: 20px 20px;
  background: #000;
  color: #fff;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.Notice--error {
  border-left: 5px solid #c1321f;
  background: #df4d3a;
  color: #fff;
}
.Notice--info {
  border-left: 5px solid #126aa4;
  background: #1784cd;
  color: #fff;
}
.Notice__close,
.Notice__icon {
  flex: 1 30px;
  width: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  font-size: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  align-self: baseline;
}
.Notice__close {
  transition: all 200ms ease-in-out;
  font-weight: 400;
  font-size: 21px;
}
.Notice__close:hover {
  transition: all 200ms ease-in-out;
  cursor: pointer;
  transform: scale(1.05);
}
.Notice__close:before {
  content: "\f00d";
}
.Notice__icon--error:before {
  content: "\f12a";
}
.Notice__icon--info:before {
  content: "\f129";
}
.Notice__text {
  flex: 1 100%;
  max-width: 300px;
  width: calc(100% - 30px);
  padding-left: 10px;
  font-weight: 700;
}
.Lightbox {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.Lightbox--open {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.Lightbox__container {
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
  max-width: 960px;
  width: 100%;
}
.Lightbox__header {
  width: 100%;
  display: flex;
  padding: 0 1em;
  justify-content: flex-start;
  z-index: 9999;
}
.Lightbox__title {
  flex: 1 auto;
  margin: 0.6em 1em;
  line-height: 1.4em;
  width: 100%;
}
.Lightbox__close.Button {
  flex: 1 auto;
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  transition: all 200ms ease;
  background: transparent;
  color: #666;
  font-size: 32px;
}
.Lightbox__close.Button:hover {
  transition: all 200ms ease;
  color: #e6004e;
  cursor: pointer;
}
[skin~="neu"] .Lightbox {
  background-color: rgba(255,255,255,0.8);
}
[skin~="sovereign"] .Input .Lightbox {
  background-color: transparent;
}
[skin~="sovereign"] .Input .Lightbox__container {
  margin-top: 100px;
}
[skin~="svh-mypage"] .Lightbox {
  background-color: transparent;
}
.Lightbox__container {
  max-width: 1024px !important;
}
.Form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
}
.Form__title {
  width: 100%;
  margin: 15px 1em;
}
.Form__heading {
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 0.8em;
  border-left: 5px solid #6a7989;
  padding-left: 15px;
  font-weight: 700;
  color: #550080;
}
.Form__heading--required:before {
  display: inline-block;
  content: "*";
  padding-right: 3px;
  color: #f00;
}
.Form__header {
  width: 100%;
}
.Form__body {
  width: 100%;
}
.Form__group {
  width: 100%;
}
.Form__wrapper {
  width: 100%;
  padding: 35px 25px;
}
.Form > .Form__wrapper {
  width: 100%;
}
.Form > .Form__wrapper:nth-of-type(even) {
  background: #d1d1d1;
}
.Form > .Form__wrapper--collapsed {
  padding: 35px 25px 10px;
}
.Form__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Form__list-item:nth-of-type(even) {
  background: #ddd;
}
.Form__columns {
  display: flex;
}
.Form__footer {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #eee;
}
.Fieldset {
  background: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  margin: 0;
  padding: 20px 30px 30px;
}
.Fieldset__header {
  width: 100%;
}
.Fieldset__body {
  width: 100%;
}
.Fieldset__legend {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
  color: #550080;
}
.Fieldset__legend:hover {
  cursor: pointer;
}
.Fieldset__caret {
  float: right;
  margin-right: 25px;
}
.Fieldset__caret:hover {
  cursor: pointer;
}
[skin~="basic"].Form > .Form__wrapper {
  padding: 25px;
}
[skin~="basic"].Form > .Form__wrapper:nth-of-type(even) {
  background: #eee;
}
[skin~="basic"].Form > .Form__wrapper--collapsed {
  padding: 25px 25px 10px;
}
[skin~="basic"].Form {
  background: #f4f4f4;
  font-size: 14px;
}
[skin~="basic"].Form .Form__title {
  color: #6a7989;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
[skin~="basic"].Form .Form__heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-size: 20px;
  text-transform: capitalize;
}
[skin~="basic"].Form .Form__legend {
  font-size: 22px;
}
[skin~="basic"].Form .Form__group {
  max-width: 550px;
  margin-top: 15px;
  padding: 0 15px 10px 5px;
  overflow: hidden;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #550080;
}
[skin~="basic"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="basic"].Form > .Form__wrapper {
  padding: 25px;
}
[skin~="basic"].Form > .Form__wrapper:nth-of-type(even) {
  background: #eee;
}
[skin~="basic"].Form > .Form__wrapper--collapsed {
  padding: 25px 25px 10px;
}
[skin~="sovereign"].Form > .Form__wrapper {
  padding: 25px;
}
[skin~="sovereign"].Form > .Form__wrapper:nth-of-type(even) {
  background: #eee;
}
[skin~="sovereign"].Form > .Form__wrapper--collapsed {
  padding: 25px 25px 10px;
}
[skin~="sovereign"].Form {
  background: #dae7eb;
  max-width: 750px;
  font-size: 14px;
}
[skin~="sovereign"].Form .Form__body {
  background: #dae7eb;
}
[skin~="sovereign"].Form .Fieldset {
  background: #dae7eb;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
[skin~="sovereign"].Form .Fieldset__header {
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdcf;
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 0 1em;
}
[skin~="sovereign"].Form .Fieldset__legend {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  color: #333;
}
[skin~="sovereign"].Form .Fieldset__icon {
  flex: 1 auto;
  flex-grow: 0;
  padding: 5px 15px 0 0;
}
[skin~="sovereign"].Form .Form__title {
  color: #6a7989;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
[skin~="sovereign"].Form .Form__heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-size: 21px;
  text-transform: none;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}
[skin~="sovereign"].Form .Form__heading:blank,
[skin~="sovereign"].Form .Form__heading:empty {
  display: none;
}
[skin~="sovereign"].Form .Form__legend {
  font-size: 22px;
}
[skin~="sovereign"].Form .Form__group {
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 2em 1em 1em;
  padding: 0 15px 10px 10px;
  overflow: hidden;
  background: #9cb1d0;
  border-radius: 5px;
}
[skin~="sovereign"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="sovereign"].Form .Form__wrapper {
  padding: 15px 25px 0;
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__header {
  background: #b7d6a6;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  max-width: 600px;
  border: none;
  display: flex;
}
@media screen and (max-width: 530px) {
  [skin~="sovereign"] .Fieldset--collapsable .Fieldset__header {
    width: 100%;
  }
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__heading {
  flex: 3 auto;
  font-size: 21px;
  font-weight: 700;
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__toggle {
  flex: 1 auto;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  background: #78b774;
  position: relative;
  border-radius: 50%;
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__toggle .Fieldset__open,
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__toggle .Fieldset__closed {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__toggle .Fieldset__open:before {
  content: "\f068";
}
[skin~="sovereign"] .Fieldset--collapsable .Fieldset__toggle .Fieldset__closed:before {
  content: "\f067";
}
[skin~="neu"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="neu"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="neu"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="neu"].Form .Form__title {
  color: #6a7989;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
[skin~="neu"].Form .Form__heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-family: 'Lexia', sans-serif;
  color: #0088a5;
  font-size: 20px;
  text-transform: capitalize;
}
[skin~="neu"].Form .Fieldset__legend {
  font-family: 'Lexia', sans-serif;
  font-size: 28px;
  margin-top: 0;
  line-height: 28px;
  margin: 1em 0.5em;
  color: #333;
}
[skin~="neu"].Form .Form__group {
  max-width: 500px;
  margin: 1em;
  padding: 0 15px 10px 5px;
  overflow: hidden;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #0088a5;
}
[skin~="neu"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="neu"].Form .Form__wrapper {
  padding: 15px;
}
[skin~="neu"].Form .Input--invalid + .Input-group__addon {
  margin-bottom: 3em !important;
}
[skin~="etu"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="etu"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="etu"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="etu"].Form .Form__title {
  color: #333;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #ccc;
}
[skin~="etu"].Form .Form__heading {
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
}
[skin~="etu"].Form .Fieldset__legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  margin-top: 0;
  line-height: 28px;
  margin: 1em 0.5em;
  color: #333;
}
[skin~="etu"].Form .Form__group {
  max-width: 600px;
  margin: 1em;
  padding: 0 15px 10px 5px;
  overflow: visible;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #5d8bac;
}
[skin~="etu"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="etu"].Form .Form__wrapper {
  padding: 15px;
}
[skin~="nteu"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="nteu"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="nteu"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="nteu"].Form .Form__title {
  color: #333;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #ccc;
}
[skin~="nteu"].Form .Form__heading {
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
}
[skin~="nteu"].Form .Fieldset__legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  margin-top: 0;
  line-height: 28px;
  margin: 1em 0.5em;
  color: #333;
}
[skin~="nteu"].Form .Form__group {
  max-width: 600px;
  margin: 1em;
  padding: 0 15px 10px 5px;
  overflow: visible;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #609;
}
[skin~="nteu"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="nteu"].Form .Form__wrapper {
  padding: 15px;
}
[skin~="ngo"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="ngo"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="ngo"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="ngo"].Form .Form__title {
  color: #007664;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  font-family: 'Roboto Slab', serif;
  border-bottom: 1px solid #ccc;
}
[skin~="ngo"].Form .Form__heading {
  margin-top: -10px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-family: 'Roboto Slab', serif;
  color: #007664;
  font-size: 20px;
  text-transform: capitalize;
}
[skin~="ngo"].Form .Fieldset__legend {
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  margin-top: 0;
  line-height: 28px;
  margin: 1em 0.5em;
  color: #007664;
}
[skin~="ngo"].Form .Form__group {
  max-width: 500px;
  margin: 1em;
  padding: 10px 15px 10px 5px;
  overflow: visible;
  width: 100%;
  background: #f4f4f4;
  border-left: 5px solid #007664;
}
[skin~="ngo"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="ngo"].Form .Form__wrapper {
  padding: 15px;
}
[skin~="svh-mypage"].Form > .Form__wrapper {
  padding: 0;
}
[skin~="svh-mypage"].Form > .Form__wrapper:nth-of-type(even) {
  background: #fff;
}
[skin~="svh-mypage"].Form > .Form__wrapper--collapsed {
  padding: 0;
}
[skin~="svh-mypage"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="svh-mypage"].Form p {
  font-size: 16px;
}
[skin~="svh-mypage"].Form .Form__body {
  background: #fff;
}
[skin~="svh-mypage"].Form .Fieldset {
  background: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
[skin~="svh-mypage"].Form .Fieldset__header {
  display: none;
}
[skin~="svh-mypage"].Form .Fieldset__legend {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: unset;
  font-size: 22px;
  color: #333;
}
[skin~="svh-mypage"].Form .Fieldset__icon {
  flex: 1 auto;
  flex-grow: 0;
  padding: 5px 15px 0 0;
}
[skin~="svh-mypage"].Form .Form__title {
  color: #6a7989;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
[skin~="svh-mypage"].Form .Form__heading {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-size: 21px;
  text-transform: none;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}
[skin~="svh-mypage"].Form .Form__heading:blank,
[skin~="svh-mypage"].Form .Form__heading:empty {
  display: none;
}
[skin~="svh-mypage"].Form .Form__legend {
  font-size: 22px;
}
[skin~="svh-mypage"].Form .Form__group {
  width: 100%;
  max-width: 600px;
  margin: 1em 0;
  padding: 0;
  background: #fff;
  overflow: inherit;
  border-radius: 0;
}
[skin~="svh-mypage"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="svh-mypage"].Form .Form__wrapper {
  padding: 0;
}
[skin~="asmirt"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="asmirt"].Form {
  background: none;
  font-size: 14px;
}
[skin~="asmirt"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="asmirt"].Form .Form__title {
  color: #19398a;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
[skin~="asmirt"].Form .Form__heading {
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-left: 0;
  border: none;
  font-family: "raleway", sans-serif;
  color: #19398a;
  font-size: 20px;
  text-transform: uppercase;
}
[skin~="asmirt"].Form .Fieldset__legend {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0.5em;
  line-height: 28px;
  color: #333;
}
[skin~="asmirt"].Form .Form__group {
  max-width: 500px;
  margin: 1em;
  padding: 0 15px 10px 5px;
  overflow: visible;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #19398a;
}
[skin~="asmirt"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="asmirt"].Form .Form__wrapper {
  padding: 15px;
}
[skin~="asmirt"].Form .Input--invalid + .Input-group__addon {
  margin-bottom: 3em !important;
}
[skin~="asmirt"].Form .Form__list-item:not(:first-of-type) .Input__label {
  display: none;
}
[skin~="ou"].Form > .Form__wrapper {
  padding: 25px 15px;
}
[skin~="ou"].Form {
  background: #fff;
  font-size: 14px;
}
[skin~="ou"].Form .Fieldset {
  box-shadow: none;
  padding: 0 0 15px;
}
[skin~="ou"].Form .Form__title {
  color: #333;
  width: calc(100% - 2em);
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
}
[skin~="ou"].Form .Form__heading {
  display: none;
}
[skin~="ou"].Form .Fieldset__legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin-top: 0;
  line-height: 28px;
  margin: 1em 0.5em;
  color: #333;
}
[skin~="ou"].Form .Form__group {
  max-width: 600px;
  margin: 1em;
  padding: 0 15px 10px 5px;
  overflow: visible;
  width: 100%;
  background: #f4f4f4;
  border-left: 4px solid #1d4a9b;
}
[skin~="ou"].Form .Form__list-item:nth-of-type(even) {
  background: none;
}
[skin~="ou"].Form .Form__list-item:not(:first-of-type) .Input__label {
  display: none;
}
[skin~="ou"].Form .Form__wrapper {
  padding: 15px;
}
@media screen and (max-width: 700px) {
  .Form__wrapper {
    padding: 15px 10px;
  }
}
.Spinner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.Spinner__icon {
  flex: 1 auto;
  min-width: 25px;
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 75px;
  min-height: 25px;
  border: 5px solid #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  border-right-color: #6a7989;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear;
  animation-iteration-count: infinite;
  color: #fff;
}
.Spinner__text {
  padding: 15px;
  line-height: 1.6;
  font-size: 18px;
  color: #fff;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 100%;
  width: 0.8em;
  height: 0.8em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #b7b7b7;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
[skin~="neu"] .Spinner__icon {
  border-color: #ccc;
  box-shadow: none;
  border-right-color: #6a7989;
}
[skin~="svh-mypage"] .Spinner__icon {
  border-color: #ccc;
  box-shadow: none;
  border-right-color: #628db8;
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@-o-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.dialog {
  position: absolute;
  min-width: 300px;
  background: #fff;
  z-index: 9999;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.backsplash {
  position: absolute;
  max-width: 100vw;
  min-height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.Date {
  position: relative;
  max-width: 600px;
  z-index: 999;
}
.Date__icon {
  position: absolute;
  top: 40px;
  right: 20px;
  padding: 10px;
}
.Date__icon:hover {
  cursor: pointer;
}
.Date__calendar {
  z-index: 99999;
  margin: 0 1em 1em;
  position: absolute;
  top: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% - 2em);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.Date__calendar .Calendar {
  max-width: 100% !important;
}
.period {
  width: calc(100% - 2em);
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}
.period th {
  padding: 0.8em 0;
  color: #2c4661;
}
.period th,
.period__day {
  width: 14.285714286%;
  text-align: center;
}
.period__day {
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: none;
  color: #fff;
}
.period__day:not(.period__day--active):hover {
  transition: background 0.3s ease-in-out;
  background: rgba(0,0,0,0.1) !important;
  cursor: pointer;
}
.period__day:after {
  content: '';
  display: block;
  width: 1px;
  padding-top: 100%;
  margin-left: -1px;
}
.period__day--active {
  transition: all 0.3s ease-in-out;
  background: #fff !important;
  color: #628db8;
}
.period__day--disabled {
  opacity: 0.5 !important;
}
.period__text {
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Calendar {
  width: 100%;
  max-width: 315px;
}
.Calendar__header {
  width: 100%;
  display: flex;
  background: #550080;
  color: #fff;
}
.Calendar__control {
  transition: all 0.3s ease-in-out;
  flex: 1 20%;
  flex-grow: 0;
  width: 20%;
  position: relative;
}
.Calendar__control[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.Calendar__control[disabled]:hover {
  cursor: not-allowed;
}
.Calendar__control:hover {
  transition: all 0.3s ease-in-out;
  background: #406;
  cursor: pointer;
}
.Calendar__control > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Calendar__control,
.Calendar__caption {
  padding: 25px;
  text-align: center;
}
.Calendar__caption {
  flex: 1 60%;
  flex-grow: 1;
  width: 60%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
}
.Calendar__display-year:hover {
  cursor: pointer;
}
.Calendar__years,
.Calendar__months {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.Calendar__years::-webkit-scrollbar,
.Calendar__months::-webkit-scrollbar {
  display: hidden;
}
.Calendar__week,
.Calendar__days {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  padding: 10px 15px;
}
.Calendar__week {
  background: #8ea700;
  color: #fff;
}
.Calendar__year,
.Calendar__month {
  transition: background 0.3s ease-in;
  font-weight: 700;
  flex-shrink: 0;
  width: 100%;
  padding: 10px 0;
}
.Calendar__year--active,
.Calendar__month--active,
.Calendar__year:hover,
.Calendar__month:hover {
  transition: background 0.3s ease-in;
  background: #eee;
  cursor: pointer;
}
.Calendar__body {
  transition: all 0.5s ease;
  background: #fff;
  color: #6a7989;
}
.Calendar__weekday,
.Calendar__day {
  flex: 1 14.285714286%;
  flex-shrink: 0;
  width: 14.285714286%;
  text-align: center;
}
.Calendar__day {
  position: relative;
  z-index: 1;
}
.Calendar__day:before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
}
.Calendar__day:hover {
  background: #eee;
  cursor: pointer;
}
.Calendar__day--active {
  background: #8ea700;
  color: #fff;
}
.Calendar__day--disabled {
  color: #ccc;
  pointer-events: none;
}
.Calendar__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[skin~="sovereign"] .Date__calendar {
  max-width: 315px;
  border-radius: 0;
  right: 0;
}
[skin~="sovereign"] .Date__icon {
  top: 4em;
  right: 2em;
}
[skin~="sovereign"] .period {
  background: none !important;
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}
[skin~="sovereign"] .period th {
  padding: 0.9em 0;
  color: #fff;
}
[skin~="sovereign"] .period th,
[skin~="sovereign"] .period__day {
  width: 14.285714286%;
  text-align: center;
}
[skin~="sovereign"] .period__day {
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: none;
  color: #666 !important;
}
[skin~="sovereign"] .period__day:not(.period__day--active):hover {
  transition: background 0.3s ease-in-out;
  background: rgba(0,0,0,0.1) !important;
  cursor: pointer;
}
[skin~="sovereign"] .period__day:after {
  content: '';
  display: block;
  width: 1px;
  padding-top: 50%;
  margin-left: -1px;
}
[skin~="sovereign"] .period__day--active {
  transition: all 0.3s ease-in-out;
  background: #f1997e !important;
  color: #fff !important;
}
[skin~="sovereign"] .period__day--disabled {
  opacity: 0.5 !important;
}
[skin~="sovereign"] .period__text {
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[skin~="sovereign"] .Calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #9cb1d0;
}
[skin~="sovereign"] .Calendar__date {
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  text-align: center;
}
[skin~="sovereign"] .Calendar__options,
[skin~="sovereign"] .Calendar__display {
  flex: 0 auto;
  display: flex;
  width: 100%;
}
[skin~="sovereign"] .Calendar__options {
  width: calc(100% - 5em);
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
[skin~="sovereign"] .Calendar__control {
  position: relative;
  background: none;
  flex: 0 auto;
  overflow: visible;
  transition: color 0.7s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: none !important;
  outline: none;
}
[skin~="sovereign"] .Calendar__date,
[skin~="sovereign"] .Calendar__option,
[skin~="sovereign"] .Calendar__caption {
  flex: 1 auto;
}
[skin~="sovereign"] .Calendar__option {
  font-weight: 600;
  font-size: 16px;
  padding: 0.4em 0;
  border-right: 1px solid #fff;
}
[skin~="sovereign"] .Calendar__option:not(.Calendar__option--active):hover {
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.2) !important;
}
[skin~="sovereign"] .Calendar__option:hover {
  cursor: pointer;
}
[skin~="sovereign"] .Calendar__option:last-of-type {
  border: none;
}
[skin~="sovereign"] .Calendar__option--active {
  transition: all 0.3s ease-in-out;
  background: #fff !important;
  color: #628db8;
}
[skin~="sovereign"] .Calendar__months {
  display: flex;
  width: calc(100% - 2em);
  margin: 0 1em;
  padding-bottom: 1.5em;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}
[skin~="sovereign"] .Calendar__month {
  flex: 0 calc((100% - 2em) / 3);
  margin: 0.5em 0;
  padding: 1em 0;
  text-align: center;
}
[skin~="sovereign"] .Calendar__body {
  color: #666;
  position: relative;
  overflow: hidden;
}
[skin~="sovereign"] .Calendar__body.weeks:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  background-color: #f1997e;
}
[skin~="sovereign"] .Calendar__weekday,
[skin~="sovereign"] .Calendar__control {
  color: #fff;
}
[skin~="sovereign"] .Calendar__day--disabled {
  color: rgba(255,255,255,0.3);
}
[skin~="sovereign"] .Calendar__day:hover,
[skin~="sovereign"] .Calendar__day--active {
  background: #fff !important;
  color: #628db8;
  border-radius: 5px;
}
[skin~="sovereign"] .Calendar__year:hover,
[skin~="sovereign"] .Calendar__year--active,
[skin~="sovereign"] .Calendar__month--active,
[skin~="sovereign"] .Calendar__month:hover {
  background: #628db8 !important;
  color: #fff;
}
[skin~="sovereign"] .Calendar__footer {
  display: flex;
  justify-content: flex-end;
  background: #fff;
}
[skin~="sovereign"] .Calendar__footer button {
  flex: 0 auto;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #666;
  font-weight: 600;
  font-size: 14px;
  padding: 0.8em 0;
  margin: 0.5em;
  width: 100px;
}
[skin~="sovereign"] .Calendar__footer button:hover {
  transition: background 0.2s ease;
  background: #78a971 !important;
  color: #fff;
}
[skin~="svh-mypage"] .Lightbox__container {
  border-radius: 15px;
  overflow: hidden;
}
[skin~="svh-mypage"] .Calendar {
  background: #628db8;
}
[skin~="svh-mypage"] .Calendar * {
  background: none;
}
[skin~="svh-mypage"] .Calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[skin~="svh-mypage"] .Calendar__date {
  color: #2c4661;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  text-align: center;
}
[skin~="svh-mypage"] .Calendar__options,
[skin~="svh-mypage"] .Calendar__display {
  flex: 0 auto;
  display: flex;
  width: 100%;
}
[skin~="svh-mypage"] .Calendar__options {
  width: calc(100% - 5em);
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
[skin~="svh-mypage"] .Calendar__control {
  position: relative;
  flex: 0 auto;
  overflow: visible;
  transition: color 0.7s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: none !important;
  outline: none;
}
[skin~="svh-mypage"] .Calendar__control:after {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  content: '';
  background: rgba(0,0,0,0.1);
  transform: scale(0.001, 0.001);
}
[skin~="svh-mypage"] .Calendar__control:not(:active):after {
  animation: radial_burst 0.8s ease-in-out;
}
[skin~="svh-mypage"] .Calendar__date,
[skin~="svh-mypage"] .Calendar__option,
[skin~="svh-mypage"] .Calendar__caption {
  flex: 1 auto;
}
[skin~="svh-mypage"] .Calendar__option {
  font-weight: 600;
  padding: 0.4em 0;
  border-right: 1px solid #fff;
}
[skin~="svh-mypage"] .Calendar__option:not(.Calendar__option--active):hover {
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.2) !important;
}
[skin~="svh-mypage"] .Calendar__option:hover {
  cursor: pointer;
}
[skin~="svh-mypage"] .Calendar__option:last-of-type {
  border: none;
}
[skin~="svh-mypage"] .Calendar__option--active {
  transition: all 0.3s ease-in-out;
  background: #fff !important;
  color: #628db8;
}
[skin~="svh-mypage"] .Calendar__months {
  display: flex;
  width: calc(100% - 2em);
  margin: 0 1em;
  padding-bottom: 1.5em;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}
[skin~="svh-mypage"] .Calendar__month {
  flex: 0 calc((100% - 2em) / 3);
  margin: 0.5rem 0;
  padding: 0.8rem 0;
  text-align: center;
}
[skin~="svh-mypage"] .Calendar__body {
  color: #fff;
}
[skin~="svh-mypage"] .Calendar__weekday,
[skin~="svh-mypage"] .Calendar__control {
  color: #2c4661;
}
[skin~="svh-mypage"] .Calendar__day--disabled {
  color: rgba(255,255,255,0.3);
}
[skin~="svh-mypage"] .Calendar__day:hover,
[skin~="svh-mypage"] .Calendar__day--active {
  background: #fff !important;
  color: #628db8;
  border-radius: 5px;
}
[skin~="svh-mypage"] .Calendar__year:hover,
[skin~="svh-mypage"] .Calendar__year--active,
[skin~="svh-mypage"] .Calendar__month--active,
[skin~="svh-mypage"] .Calendar__month:hover {
  background: #46719b !important;
}
[skin~="svh-mypage"] .Calendar__footer {
  display: flex;
  justify-content: flex-end;
}
[skin~="svh-mypage"] .Calendar__footer button {
  flex: 0 auto;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0.8em 0;
  margin: 0.5em;
  width: 100px;
}
[skin~="svh-mypage"] .Calendar__footer button:hover {
  background: rgba(0,0,0,0.2) !important;
}
@-moz-keyframes radial_burst {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@-webkit-keyframes radial_burst {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@-o-keyframes radial_burst {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes radial_burst {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
.Button {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: capitalize;
  -moz-osx-font-smoothing: grayscale;
}
.Button:active,
.Button:focus {
  outline: none;
}
.Button__text {
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Button[disabled] {
  opacity: 0.5;
}
.Button-group {
  display: flex;
  padding: 0 15px;
  width: 100%;
  flex-wrap: wrap;
}
.Button-group .Button {
  margin: 1em;
  min-width: 150px;
}
.Button-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.Button-bar .Button {
  margin: 1em;
  min-width: 180px;
}
[skin~="hoshi"].Button {
  border-radius: 0;
}
[skin~="hoshi"].Button--default {
  background: #550080;
  color: #fff;
}
[skin~="hoshi"].Button--default:focus > .fa {
  animation-name: flash;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
[skin~="hoshi"].Button--default:focus,
[skin~="hoshi"].Button--default:hover {
  transition: all 0.2s ease-in-out;
  color: #fff;
  background: #7b00b9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
[skin~="hoshi"].Button--primary {
  position: relative;
  padding: 0;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: #550080;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
[skin~="hoshi"].Button--primary:after {
  content: attr(text);
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  transform: translate3d(0, 25%, 0);
}
[skin~="hoshi"].Button--primary:after,
[skin~="hoshi"].Button--primary > .Button__text {
  padding: 10px 20px;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
[skin~="hoshi"].Button--primary:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  background-color: #839802;
}
[skin~="hoshi"].Button--primary.Button--inverted:hover {
  border-color: #21333c;
  background-color: #21333c;
}
[skin~="hoshi"].Button--primary:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[skin~="hoshi"].Button--primary:hover > .Button__text {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}
.Button__items {
  list-style: none;
  margin: 1px 0;
  padding: 0;
  color: #666;
  z-index: 999;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.2), 0 1px 6px rgba(0,0,0,0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.Button__item {
  padding: 10px 0;
}
.Button__item:hover {
  background: #ccc;
}
[skin~="sovereign"] .Button-group {
  padding: 0 0.5em;
}
[skin~="sovereign"] .Button-group .Button {
  margin: 1em 0.5em;
}
[skin~="sovereign"].Button--default {
  background: #f1997e;
  color: #fff;
  padding: 14px 18px;
  border-radius: 50%;
}
[skin~="sovereign"].Button--default:focus > .fa {
  animation-name: flash;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
[skin~="sovereign"].Button--default:focus,
[skin~="sovereign"].Button--default:hover {
  background: #ea653c;
}
[skin~="sovereign"].Button--default > .fa {
  margin: 2px 0 0;
  font-size: 18px;
}
[skin~="sovereign"].Button--primary,
[skin~="sovereign"].Button--secondary {
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
}
[skin~="sovereign"].Button--primary {
  background: #78a971;
}
[skin~="sovereign"].Button--primary:hover {
  background: #5c8d55;
}
[skin~="sovereign"].Button--secondary {
  background: #f1997e;
}
[skin~="sovereign"].Button--secondary:hover {
  background: #ea653c;
}
[skin~="neu"].Button--default {
  margin-top: -12px;
  height: 45px;
  width: 45px;
  background: #00a9ce;
  color: #fff;
  border: 1px solid #0087a5;
  border-radius: 5px;
}
[skin~="neu"].Button--default:active,
[skin~="neu"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  border: 2px solid #6a7989;
}
[skin~="neu"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  border: 2px solid #6a7989;
  background: #0087a5;
}
[skin~="neu"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  background: #00a9ce;
  border: 1px solid #0087a5;
  height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-family: 'museo-sans', sans-serif;
}
[skin~="neu"].Button--primary:active,
[skin~="neu"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  border: 2px solid #6a7989;
}
[skin~="neu"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #0087a5;
}
[skin~="etu"].Button--default {
  margin-top: -12px;
  height: 45px;
  width: 45px;
  background: #5d8bac;
  color: #fff;
  border-radius: 0;
}
[skin~="etu"].Button--default:active,
[skin~="etu"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="etu"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #3a4c56;
}
[skin~="etu"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  background: #5d8bac;
  height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}
[skin~="etu"].Button--primary:active,
[skin~="etu"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="etu"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #3a4c56;
}
[skin~="nteu"].Button--default {
  margin-top: -12px;
  height: 45px;
  width: 45px;
  background: #8fa700;
  color: #fff;
  border-radius: 0;
}
[skin~="nteu"].Button--default:active,
[skin~="nteu"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="nteu"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #728600;
}
[skin~="nteu"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  background: #8fa700;
  height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}
[skin~="nteu"].Button--primary:active,
[skin~="nteu"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="nteu"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #728600;
}
[skin~="ngo"].Button--default {
  margin-top: -12px;
  height: 45px;
  width: 45px;
  background: #b08f71;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}
[skin~="ngo"].Button--default:active,
[skin~="ngo"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="ngo"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #daab80;
}
[skin~="ngo"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  background: #b08f71;
  text-transform: uppercase;
  height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}
[skin~="ngo"].Button--primary:active,
[skin~="ngo"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="ngo"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #daab80;
}
[skin~="svh-mypage"] .Button-group {
  padding: 0 0.5em;
}
[skin~="svh-mypage"] .Button-group .Button {
  margin: 1em 0.5em;
}
[skin~="svh-mypage"].Button--default,
[skin~="svh-mypage"].Button--additional {
  background: #fff;
  color: #628db8;
  padding: 0;
  line-height: 40px;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[skin~="svh-mypage"].Button--default:focus > .fa,
[skin~="svh-mypage"].Button--additional:focus > .fa {
  animation-name: flash;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
[skin~="svh-mypage"].Button--default:focus,
[skin~="svh-mypage"].Button--additional:focus,
[skin~="svh-mypage"].Button--default:hover,
[skin~="svh-mypage"].Button--additional:hover {
  background: #e9f0f3;
}
[skin~="svh-mypage"].Button--default > .fa,
[skin~="svh-mypage"].Button--additional > .fa {
  margin: 2px 0 0;
  font-size: 18px;
}
[skin~="svh-mypage"].Button--additional {
  width: auto;
  padding: 0 15px;
  border-radius: 25px;
  text-transform: unset;
}
[skin~="svh-mypage"].Button--additional:after {
  display: inline-block;
  content: "Another claim";
  padding-left: 10px;
  font-size: 16px;
}
[skin~="svh-mypage"].Button--primary,
[skin~="svh-mypage"].Button--secondary {
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
}
[skin~="svh-mypage"].Button--primary {
  background: #78a971;
}
[skin~="svh-mypage"].Button--primary:hover {
  background: #5c8d55;
}
[skin~="svh-mypage"].Button--secondary {
  background: #f1997e;
}
[skin~="svh-mypage"].Button--secondary:hover {
  background: #ea653c;
}
[skin~="asmirt"].Button--default {
  margin-top: -12px;
  height: 45px;
  width: 45px;
  background: #19398a;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
[skin~="asmirt"].Button--default:active,
[skin~="asmirt"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="asmirt"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #0947df;
}
[skin~="asmirt"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  text-transform: uppercase;
  background: #19398a;
  height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-family: "raleway", sans-serif;
}
[skin~="asmirt"].Button--primary:active,
[skin~="asmirt"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="asmirt"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #0947df;
}
[skin~="ou"].Button--default {
  height: 45px;
  width: 45px;
  background: #ed2891;
  color: #fff;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
}
[skin~="ou"].Button--default:active,
[skin~="ou"].Button--default:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="ou"].Button--default:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #d9127c;
}
[skin~="ou"].Button--primary {
  transition: all 0.2s ease;
  background: transparent;
  background: #ed2891;
  height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
}
[skin~="ou"].Button--primary:active,
[skin~="ou"].Button--primary:focus {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
[skin~="ou"].Button--primary:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #d9127c;
}
.Input {
  position: relative;
  display: inline-block;
  margin: 1em;
  max-width: 600px;
  width: calc(100% - 2em);
  vertical-align: top;
}
.Input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  user-select: none;
}
.Input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none /* for box shadows to show on iOS */;
}
.Input__field--textarea {
  height: 200px;
  resize: none;
}
.Input__field--stripe {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.Input__field__required:before,
.Input__field:required + .Input__label > .Input__label-content:before {
  content: "*";
  padding-right: 10px;
  color: #f00;
}
.Input__field:focus {
  outline: none;
}
.Input__field:disabled {
  opacity: 0.5;
}
.Input__field:disabled:hover {
  cursor: not-allowed;
}
.Input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.Input__label-content.Input__label-content--required:before {
  content: "*";
  padding-right: 10px;
  color: #f00;
}
.Input__error {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #db472e;
  opacity: 0;
  width: 100%;
  max-width: 300px;
  padding: 20px 30px;
  color: #fff;
  align-items: baseline;
}
.Input__error:before {
  z-index: 9999;
  display: block;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #db472e;
  transition: all 0.2s ease-in-out;
  position: absolute;
  transform: cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  top: 100%;
  left: 50%;
}
.Input__message {
  flex-shrink: 0;
  flex-grow: 0;
  flex: 1 100%;
  max-width: 100%;
  text-transform: uppercase;
}
.Input:hover > .Input__error {
  transition: opacity 0.3s ease;
  display: flex;
  opacity: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
  animation: pulse 1s;
}
.Input-group {
  width: 100%;
}
.Input-group__addon {
  display: flex;
  margin-left: 1em;
}
.Input-group__addon > * {
  flex: 1 auto;
  flex-grow: 0;
  margin-bottom: 1em;
}
.Autocomplete {
  width: 100%;
  position: relative;
  max-width: 500px;
  background: #fff;
}
.Autocomplete__list {
  list-style: none;
  position: absolute;
  top: calc(100% - 1.33em);
  z-index: 99;
  margin: 0 1em;
  width: calc(100% - 2em);
  max-height: 300px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.2);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  background: #f4f4f4;
  z-index: 9999;
}
.Autocomplete__item {
  display: block;
  width: 100%;
  padding: 15px;
  color: #666;
  font-weight: 600;
}
.Autocomplete__item.Autocomplete__item--active,
.Autocomplete__item:hover {
  transition: all 0.2s ease;
  background: #550080;
  cursor: pointer;
  color: #fff;
}
.Autocomplete__highlight {
  background: #ff0;
  color: #6a7989;
}
.Autocomplete__field {
  position: relative;
}
.Autocomplete__loader {
  position: absolute;
  top: 45px;
  right: 1em;
}
[skin~="svh-mypage"].Input {
  display: flex;
  flex-direction: column-reverse;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="svh-mypage"].Input .fa-calendar {
  display: none;
}
[skin~="svh-mypage"].Input .Input__group {
  display: block;
}
[skin~="svh-mypage"].Input .Input__group .Input__field {
  flex: 1 auto;
  margin: 0 7.5px;
}
[skin~="svh-mypage"].Input .Input__group .Input__field:first-of-type {
  margin-left: 0;
}
[skin~="svh-mypage"].Input .Input__group .Input__field:last-of-type {
  margin-right: 0;
}
[skin~="svh-mypage"].Input .Input__field {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  font-family: sans-serif;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out;
  background-color: #fff;
  color: #333;
  border: 1px solid rgba(157,177,208,0.5);
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  font-weight: 400;
  order: 2;
}
[skin~="svh-mypage"].Input .Input__field:focus {
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  border-color: #1784cd;
}
[skin~="svh-mypage"].Input .Input__field--textarea {
  height: 220px;
}
[skin~="svh-mypage"].Input .Input__label {
  order: 3;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
}
[skin~="svh-mypage"].Input .Input__label-content {
  color: #628db8;
  padding: 10px 0 0;
}
[skin~="svh-mypage"] .Input-group .Date {
  flex: 1 100% !important;
}
[skin~="svh-mypage"] .Input-group__addon {
  min-width: 168px;
}
[skin~="svh-mypage"] .Input__label {
  font-size: 16px;
}
[skin~="svh-mypage"] .Input--invalid .Input__group > .Input__field,
[skin~="svh-mypage"] .Input--invalid .Input__field {
  border-color: #db472e !important;
  animation: shake 1s;
}
[skin~="svh-mypage"] .Autocomplete {
  width: 100%;
  max-width: calc(500px + 2em);
  background: transparent;
}
[skin~="svh-mypage"] .Autocomplete .Autocomplete__list {
  top: 100%;
}
[skin~="svh-mypage"] .Autocomplete .Autocomplete__item:hover {
  background-color: #9cb1d0;
}
@media (max-width: 576px) {
  [skin~="svh-mypage"] .Input-group {
    flex-direction: column !important;
  }
  [skin~="svh-mypage"] .Input-group > *:not(.Input-group__addon) {
    flex: 1 auto;
    width: calc(100% - 2em) !important;
  }
  [skin~="svh-mypage"] .Input-group .Dropdown {
    min-width: 200px !important;
  }
  [skin~="svh-mypage"] .Input-group .Button--default {
    margin-top: 0;
    margin: 1em;
    float: right;
  }
  [skin~="svh-mypage"] .Input-group__addon {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 0;
    text-align: right;
    display: block;
  }
  [skin~="svh-mypage"] .Input-group .Input__label {
    display: block !important;
  }
}
.CheckList {
  margin: 1em;
  max-width: 500px;
  position: relative;
}
.CheckList__placeholder {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  line-height: 1.42857143;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out;
}
.CheckList__caret {
  float: right;
}
.CheckList__dropdown {
  width: 100%;
  position: absolute;
  z-index: 9999;
  list-style: none;
  overflow: hidden;
  margin: 0;
  margin-top: -5px;
  padding: 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
  border-top: none;
}
.CheckList__dropdown:empty {
  display: none;
}
.CheckList__item {
  transition: all 0.2s ease-in-out;
  background: #f4f4f4;
  overflow: hidden;
  width: 100%;
  clear: left;
  color: #666;
  font-size: 16px;
}
.CheckList__item:hover {
  transition: all 0.2s ease-in-out;
  background: #c3c3c3;
}
.Check {
  width: 100%;
  margin-top: 15px;
  min-height: 40px;
  padding: 14px 15px;
  max-width: 550px;
  overflow: hidden;
  display: flex;
  background: #550080;
  color: #fff;
}
.Check.Check--error .Check__indicator {
  border-color: #db472e;
}
.Check__label {
  width: 100%;
  padding-top: 5px;
  font-weight: 700;
  min-width: 1px;
  flex: 1;
  flex-grow: 2;
}
.Check__label:empty,
.Check__label:blank {
  display: none;
}
.Check__append {
  padding-top: 3px;
  padding-left: 15px;
}
.Check__control {
  display: flex;
  min-width: 1px;
  position: relative;
  min-width: 25px;
  min-height: 25px;
  align-self: center;
  flex-shrink: 1;
  font-size: 18px;
  color: #fff;
}
.Check__field {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.Check__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  background: transparent;
}
.Check__indicator:after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0;
}
.Check__control .Check__field:checked ~ .Check__indicator:after {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.Check__control .Check__indicator:after {
  left: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
}
.Check__control:hover .Check__field ~ .Check__indicator {
  cursor: pointer;
}
.Check__control:hover .Check__field ~ .Check__indicator,
.Check__control .Check__field:focus ~ .Check__indicator {
  background: #8794a2;
}
.Check__control:hover .Check__field:disabled ~ .Check__indicator {
  background: transparent;
  pointer-events: none;
  cursor: not-allowed;
}
.Check__control .Check__field:disabled ~ .Check__indicator {
  background: transparent;
  opacity: 0.5;
}
.Check__control .Check__field:checked ~ .Check__indicator {
  background: transparent;
}
[skin~="basic"] .Check__indicator {
  border: 2px solid #fff;
}
[skin~="basic"] .Check__indicator:after {
  background: #fff;
}
[skin~="sovereign"] .Check {
  background: #9cb1d0 !important;
  border-radius: 5px;
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 1em;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="sovereign"] .Check .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
}
[skin~="sovereign"] .Form__group .Check {
  margin: 0;
  width: 100%;
}
[skin~="neu"] .Check {
  background: #00a9ce;
  margin: 1em;
  max-width: 500px;
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
}
[skin~="neu"] .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
  color: #fff;
}
[skin~="neu"] .Form__group .Check {
  margin: 1em;
  width: calc(100% - 2em);
}
[skin~="etu"] .Check {
  background: #5d8bac;
  margin: 1em;
  max-width: 500px;
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
}
[skin~="etu"] .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
}
[skin~="nteu"] .Check {
  background: #609;
  margin: 1em;
  max-width: 500px;
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
}
[skin~="nteu"] .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
}
[skin~="ngo"] .Check {
  background: #007664;
  margin: 1em;
  border-radius: 4px;
  max-width: 500px;
  font-size: 16px;
  width: calc(100% - 2em);
  font-family: 'Open Sans', sans-serif;
}
[skin~="asmirt"] .Check {
  background: #19398a;
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 500px;
  font-size: 16px;
  font-family: "raleway", sans-serif;
}
[skin~="asmirt"] .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
  color: #fff;
}
[skin~="asmirt"] .Check__control:hover .Check__field ~ .Check__indicator,
[skin~="asmirt"] .Check__control .Check__field:focus ~ .Check__indicator {
  background: #0947df;
}
[skin~="asmirt"] .Form__group .Check {
  margin: 1em;
  width: calc(100% - 2em);
}
[skin~="svh-mypage"] .Check {
  background: #fff !important;
  border-radius: 0;
  min-width: 100px;
  width: fit-content;
  max-width: 500px;
  padding: 0 15px;
  margin: -5px;
  float: left;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="svh-mypage"] .Check .Check__control {
  margin-right: 10px;
}
[skin~="svh-mypage"] .Check .Check__label {
  order: 2;
  color: #9db1d0;
  align-self: center;
  font-size: 16px;
}
[skin~="svh-mypage"] .Check .Check__indicator {
  order: 1;
  border-color: #606161;
}
[skin~="svh-mypage"] .Check .Check__indicator:after {
  content: "\f00c";
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  background: none;
  color: #666;
}
[skin~="svh-mypage"] .Form__group .Check {
  margin: 0;
  width: 100%;
}
[skin~="ou"] .Check {
  background: #fff;
  color: #333;
}
[skin~="ou"] .Check[skin~="ou"] .Check--error .Check__indicator {
  border-color: #db472e;
}
[skin~="ou"] .Check__label {
  width: fit-content;
  padding-top: 8px;
  font-weight: 500;
  font-size: 16px;
  flex: 1 auto;
  flex-grow: 0;
  margin-right: 10px;
}
[skin~="ou"] .Check__label:empty,
[skin~="ou"] .Check__label:blank {
  display: none;
}
[skin~="ou"] .Check__append {
  padding-top: 3px;
  padding-left: 15px;
}
[skin~="ou"] .Check__control {
  display: block;
  position: relative;
  min-width: 30px;
  min-height: 30px;
  align-self: center;
  flex-shrink: 1;
  font-size: 18px;
  color: #fff;
}
[skin~="ou"] .Check__field {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
[skin~="ou"] .Check__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 3px solid #ddd;
  background: transparent;
}
[skin~="ou"] .Check__indicator:after {
  background: none;
  color: #333;
  content: "\f00c";
  left: 4px;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.Dropdown {
  position: relative;
  max-width: calc(600px + 2em);
}
.Dropdown__field {
  position: relative;
  width: 100%;
}
.Dropdown__indicator {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: calc(1em + 15px);
  bottom: 10px;
  cursor: pointer;
}
.Dropdown__indicator:after {
  content: "\f0da";
}
.Dropdown__indicator--open:after {
  content: "\f0d7";
}
.Dropdown__menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
  list-style: none;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 1em;
  max-height: 200px;
  max-width: 600px;
  animation-duration: 200ms;
}
.Dropdown__item {
  transition: all 0.2s ease-in-out;
  background: #eee;
  padding: 10px 15px;
  width: 100%;
  clear: left;
  color: #666;
  font-weight: 700;
  font-size: 16px;
}
.Dropdown__item--active {
  background: #cacaca;
}
.Dropdown__item:hover {
  transition: all 0.2s ease-in-out;
  background: #bebebe;
}
.Autosuggest {
  max-width: 610px;
  position: relative;
}
.Autosuggest__list {
  width: calc(100% - 2em);
  list-style: none;
  background: #f9f8f8;
  margin: -1.3em 1em;
  padding: 0;
  position: absolute;
  z-index: 99;
}
.Autosuggest__list:blank,
.Autosuggest__list:empty {
  display: none;
}
.Autosuggest__loading {
  position: relative;
  height: 250px;
  width: 100%;
}
.Autosuggest__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Autosuggest__item {
  padding: 1em;
}
.Autosuggest__item:hover {
  transition: background 0.3 ease-in-out;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}
.Dropdown[skin~="hoshi"] .Dropdown__indicator {
  right: calc(1em + 5px);
  bottom: 38px;
}
.Dropdown[skin~="hoshi"] .Dropdown__menu {
  margin-top: -20px;
  border: none;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.Dropdown[skin~="hoshi"] .Dropdown__item {
  background: #f4f4f4;
}
.Dropdown[skin~="hoshi"] .Dropdown__item--active {
  background: #cacaca;
}
.Dropdown[skin~="hoshi"] .Dropdown__item:hover {
  color: #fff;
  background: #550080;
  cursor: pointer;
}
[skin~="sovereign"] .Input .Input__field--textarea {
  line-height: 36px;
}
[skin~="sovereign"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  width: calc(100% - 2em);
}
[skin~="sovereign"] .Autosuggest__item,
[skin~="sovereign"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="sovereign"] .Autosuggest__item:hover,
[skin~="sovereign"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #9cb1d0;
}
[skin~="sovereign"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="sovereign"] .Autosuggest {
  display: flex;
}
[skin~="sovereign"] .Autosuggest .Autosuggest__input {
  flex: 1 auto;
  position: relative;
  min-width: 1px;
}
[skin~="sovereign"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  max-height: 300px;
  overflow: auto;
}
[skin~="sovereign"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 90px;
  width: 100%;
  max-width: 150px;
}
[skin~="sovereign"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin: 4.9em 0 1em;
}
[skin~="svh-mypage"] .Input .Input__field--textarea {
  line-height: 36px;
}
[skin~="svh-mypage"] .Form__group .Dropdown__menu {
  top: calc(100% - 1em);
}
[skin~="svh-mypage"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  width: calc(100% - 2em);
}
[skin~="svh-mypage"] .Autosuggest__item,
[skin~="svh-mypage"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
  font-size: 15px;
}
[skin~="svh-mypage"] .Autosuggest__item:hover,
[skin~="svh-mypage"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #9cb1d0;
}
[skin~="svh-mypage"] .Dropdown__indicator {
  bottom: 10px;
  color: #ccc;
}
[skin~="svh-mypage"] .Autosuggest {
  display: flex;
}
[skin~="svh-mypage"] .Autosuggest .Autosuggest__input {
  flex: 1 auto;
  position: relative;
  min-width: 1px;
}
[skin~="svh-mypage"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  max-height: 300px;
  overflow: auto;
}
[skin~="svh-mypage"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 90px;
  width: 100%;
  max-width: 150px;
}
[skin~="svh-mypage"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin: 3.9em 0 1em;
}
[skin~="neu"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  width: calc(100% - 2em);
}
[skin~="neu"] .Autosuggest__item,
[skin~="neu"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="neu"] .Autosuggest__item:hover,
[skin~="neu"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #00a9ce;
}
[skin~="neu"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="neu"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="neu"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="neu"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="neu"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="neu"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
[skin~="etu"] .Dropdown {
  flex: 1 auto;
}
[skin~="etu"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  top: calc(100% - 1em);
  width: calc(100% - 2em);
}
[skin~="etu"] .Autosuggest__item,
[skin~="etu"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="etu"] .Autosuggest__item:hover,
[skin~="etu"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #00a9ce;
}
[skin~="etu"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="etu"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="etu"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="etu"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="etu"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="etu"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
[skin~="nteu"] .Dropdown {
  flex: 1 auto;
}
[skin~="nteu"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  top: 100%;
  width: calc(100% - 2em);
}
[skin~="nteu"] .Autosuggest__item,
[skin~="nteu"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="nteu"] .Autosuggest__item:hover,
[skin~="nteu"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #609;
}
[skin~="nteu"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="nteu"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="nteu"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="nteu"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="nteu"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="nteu"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
[skin~="ngo"] .Dropdown {
  flex: 1 auto;
  width: 100%;
}
[skin~="ngo"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  top: calc(100% - 1px);
  width: calc(100% - 2em);
}
[skin~="ngo"] .Autosuggest__item,
[skin~="ngo"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="ngo"] .Autosuggest__item:hover,
[skin~="ngo"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #007664;
}
[skin~="ngo"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="ngo"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="ngo"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="ngo"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="ngo"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="ngo"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
[skin~="asmirt"] .Dropdown {
  flex: 1 auto;
}
[skin~="asmirt"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  top: 100%;
  width: calc(100% - 2em);
}
[skin~="asmirt"] .Autosuggest__item,
[skin~="asmirt"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="asmirt"] .Autosuggest__item:hover,
[skin~="asmirt"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #00b4cd;
}
[skin~="asmirt"] .Dropdown__indicator {
  bottom: 15px;
  color: #ccc;
}
[skin~="asmirt"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="asmirt"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="asmirt"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="asmirt"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="asmirt"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
[skin~="ou"] .Dropdown {
  flex: 1 auto;
}
[skin~="ou"] .Dropdown__field {
  overflow: hidden !important;
}
[skin~="ou"] .Dropdown__menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  top: calc(100% - 1em);
  width: calc(100% - 2em);
}
[skin~="ou"] .Autosuggest__item,
[skin~="ou"] .Dropdown__item {
  background: #fff;
  font-weight: 700;
  color: #666;
  font-family: sans-serif;
}
[skin~="ou"] .Autosuggest__item:hover,
[skin~="ou"] .Dropdown__item:hover {
  transition: all 0.2s ease;
  color: #fff;
  background: #ed2891;
}
[skin~="ou"] .Dropdown__indicator {
  bottom: 25px;
  color: #ccc;
}
[skin~="ou"] .Autosuggest {
  display: flex;
  align-items: flex-end;
}
[skin~="ou"] .Autosuggest .Autosuggest__input {
  flex: 3 auto;
  position: relative;
}
[skin~="ou"] .Autosuggest .Autosuggest__list {
  background: #fff;
  margin: -1em 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
[skin~="ou"] .Autosuggest .Autosuggest__action {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
}
[skin~="ou"] .Autosuggest .Autosuggest__action .Button {
  min-width: 90px;
  margin-bottom: 0.9em;
}
.Rad-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.Rad-group .Rad-group__item {
  flex: 1 auto;
  margin: 15px 7.5px 0;
}
.Rad-group .Rad-group__item:nth-of-type(2n) {
  margin-right: 0;
}
.Rad {
  width: 100%;
  padding: 7px 15px;
  background: #550080;
  color: #fff;
  display: flex;
  align-items: center;
}
.Rad__label {
  width: 100%;
  font-weight: 700;
  flex: 1;
}
.Rad__control {
  display: block;
  position: relative;
  min-width: 25px;
  min-height: 25px;
  flex-grow: 0;
  cursor: pointer;
  font-size: 18px;
}
.Rad__field {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.Rad__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
}
.Rad__indicator:after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
}
.Rad__control .Rad__field:checked ~ .Rad__indicator:after {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.Rad__control .Rad__indicator:after {
  left: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
}
.Rad__control:hover .Rad__field ~ .Rad__indicator,
.Rad__control .Rad__field:focus ~ .Rad__indicator {
  background: #6e00a6;
}
.Rad__control .Rad__field:checked ~ .Rad__indicator {
  background: transparent;
}
[skin~="etu"] .Rad {
  background: #5d8bac;
}
[skin~="sovereign"] .Rad {
  border-radius: 5px;
  background: #6b8ab9;
}
[skin~="sovereign"] .Checked .Checked__input {
  display: none;
}
[skin~="sovereign"] .Checked .Checked__input + .Checked__control {
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  position: relative;
  display: inline-block;
}
[skin~="sovereign"] .Checked .Checked__input + .Checked__control:before {
  transition: all 0.3s ease-out;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #78b774;
  border-radius: 50%;
  position: absolute;
  margin: 3px;
  left: 0;
  top: 0;
  opacity: 0;
}
[skin~="sovereign"] .Checked .Checked__input:checked + .Checked__control {
  transition: all 0.3s ease-in;
  border-color: #295077;
}
[skin~="sovereign"] .Checked .Checked__input:checked + .Checked__control:before {
  transition: all 0.3s ease-in;
  opacity: 1;
}
[skin~="ngo"] .Rad {
  border-radius: 5px;
  background: #007664;
}
[skin~="asmirt"] .Rad-group__item {
  flex: 0 1 calc(100% - 2em);
  width: calc(100% - 2em);
  max-width: 100%;
  margin: 15px 7.5px 0;
}
[skin~="asmirt"] .Rad-group__item:nth-of-type(2n) {
  margin-right: 7.5px;
}
.Rad {
  background: #19398a;
}
[skin~="nteu"] .Rad-group__item {
  flex: 0 1 auto;
  width: calc(100% - 2em);
  margin: 0.5em 1em;
}
[skin~="nteu"] .Rad-group__item:first-of-type {
  margin-top: 1em;
}
[skin~="nteu"] .Rad-group__item:nth-of-type(2n) {
  margin-right: unset;
}
[skin~="nteu"] .Rad {
  background: #609;
}
.Tabs {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.Tabs__list {
  display: flex;
  list-style: none;
  background: #eee;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.Tabs__list:first-of-type .Tab {
  border-left: none;
}
.Tabs__item {
  margin-bottom: -1px;
}
.Tabs__content {
  background: ;
}
.Tab {
  transition: all 0.2s ease;
  display: flex;
  background: #eee;
  border: 1px solid;
  border-color: #ddd;
  color: #666;
}
.Tab:hover {
  transition: all 0.2s ease;
  color: #666;
  background: #ddd;
  border-bottom-color: #ddd;
  cursor: pointer;
}
.Tab.Tab--active {
  color: #000;
  background: #fff;
  border-bottom: 1px solid;
  border-bottom-color: #fff;
}
.Tab__name {
  text-align: center;
  padding: 20px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
[skin~="basic"].Tabs {
  position: relative;
}
.Panels {
  display: flex;
  background: #fff;
  border-top: 1px solid;
  border-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 600px;
  width: 100%;
}
.Panels:hover {
  cursor: pointer;
}
.Panel {
  transition: all 200ms ease;
  flex: 1 33.33333333333333%;
  width: 33.33333333333333%;
  background: #999;
  min-height: 300px;
  max-width: 250px;
  margin-right: 30px;
  border: 2px solid transparent;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  text-align: center;
}
.Panel:last-of-type {
  margin-right: 0;
}
.Panel:hover {
  transition: all 200ms ease;
  transform: scale(1.1);
  color: inherit;
  background: #fff;
  border-color: #6a7989;
}
.Panel.Panel__active {
  transition: all 200ms;
  border-color: #1091d3;
}
.Panel__header {
  padding: 15px;
}
.Panel__title {
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.Panel__body {
  padding: 0 25px;
}
.Panel__body .Button {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .Panels {
    flex-direction: column;
  }
  .Panel {
    margin-right: 0;
    margin-top: 15px;
    flex: 1 100%;
    width: 100%;
  }
}
.Tiles {
  background: transparent;
  border: none;
  display: flex;
  padding: 60px 7.5px;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
.Tile {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 300px;
  border: none;
  background: transparent;
  margin: 15px;
  position: relative;
  max-width: 250px;
  box-shadow: none;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.Tile__background {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: -5px;
}
.Tile__pentagon1,
.Tile__pentagon2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  width: 264px;
  border-width: 140px 60px 0;
  border-style: solid;
  border-color: #9c2a8b transparent;
  -webkit-transform: scale(0.9) rotate(30deg);
  transform: scale(0.9) rotate(30deg);
}
.Tile__pentagon1 {
  transform: scale(0.9) rotate(10deg);
  border-color: #771569 transparent;
  opacity: 0.9;
}
.Tile__pentagon2 {
  opacity: 0.7;
}
.Tile__pentagon1:before,
.Tile__pentagon2:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -247.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 0px 132px 108px;
  border-style: solid;
  border-color: transparent transparent #9c298b;
}
.Tile__pentagon1:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #771569 transparent;
}
.Tile__body {
  background: rgba(0,0,0,0.4);
  width: 200px;
  padding: 15px 15px;
  position: absolute;
  top: -2px;
  right: -20px;
}
.Tile__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 5px;
}
.Tile__icon:after {
  position: absolute;
  text-shadow: 0 0 30px #000;
  margin-left: -10px;
}
.Tile__icon[title="Address"]:after {
  content: "\f041";
}
.Tile__icon[title="Access"]:after {
  content: "\f023";
}
.Tile__icon[title="Personal"]:after {
  content: "\f007";
}
.Tile__icon[title="Manage Payment Cards"]:after {
  content: "\f09d";
  margin-left: -20px;
}
.Tile__icon[title="Contacts"]:after {
  content: "\f095";
}
.Tile__icon[title="Equality"]:after {
  content: "\f24e";
  margin-left: -20px;
}
.Tile__icon[title="Workplace"]:after {
  content: "\f0b1";
  margin-left: -15px;
}
.Tile__icon[title="Detail Change"]:after {
  content: "\f022";
  margin-left: -15px;
}
.Tile__icon[title="Communication"]:after {
  content: "\f27b";
}
.Tile__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Lexia";
  text-shadow: 0 0 30px #000;
}
.Tile:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1.1);
  cursor: pointer;
}
.Tile:hover .Tile__pentagon1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
.Tile:hover .Tile__pentagon2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
.Tile:hover .Tile__pentagon1:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
.Tile:hover .Tile__pentagon2:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
[skin~="etu"] .Tiles {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
[skin~="etu"] .Tile {
  background: #00f;
  width: 100%;
  max-width: 265px;
  min-height: 265px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="etu"] .Tile:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
[skin~="etu"] .Tile:nth-of-type(4n+4) {
  background-color: #394a56;
}
[skin~="etu"] .Tile:nth-of-type(4n+3) {
  background-color: #963156;
}
[skin~="etu"] .Tile:nth-of-type(4n+2) {
  background: #5d8bac;
}
[skin~="etu"] .Tile:nth-of-type(4n+1) {
  background-color: #e17000;
}
[skin~="etu"] .Tile:hover:nth-of-type(4n+4) {
  background-color: #567082;
}
[skin~="etu"] .Tile:hover:nth-of-type(4n+3) {
  background-color: #c24372;
}
[skin~="etu"] .Tile:hover:nth-of-type(4n+2) {
  background: #7da2bd;
}
[skin~="etu"] .Tile:hover:nth-of-type(4n+1) {
  background-color: #ff8c1b;
}
[skin~="etu"] .Tile__background {
  display: none;
}
[skin~="etu"] .Tile__pentagon1,
[skin~="etu"] .Tile__pentagon2 {
  display: none;
}
[skin~="etu"] .Tile__body {
  background: none;
  width: 100%;
  padding: 15px 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
[skin~="etu"] .Tile__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 10px;
}
[skin~="etu"] .Tile__icon:after {
  position: initial;
  text-shadow: none;
  margin-left: 0;
  display: inline-block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="etu"] .Tile__icon[title="Address"]:after {
  content: "\f041";
}
[skin~="etu"] .Tile__icon[title="Access"]:after {
  content: "\f023";
}
[skin~="etu"] .Tile__icon[title="Personal"]:after {
  content: "\f007";
}
[skin~="etu"] .Tile__icon[title="Receipts"]:after {
  content: "\f09d";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Postal Address"]:after {
  content: "\f003";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Residential Address"]:after {
  content: "\f041";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Interests"]:after {
  content: "\f005";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Events"]:after {
  content: "\f073";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Subscriptions"]:after {
  content: "\f079";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Special Requirements"]:after {
  content: "\f0fa";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Employment"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Documents"]:after {
  content: "\f0c5";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Contacts"]:after {
  content: "\f2b9";
}
[skin~="etu"] .Tile__icon[title="Equality"]:after {
  content: "\f24e";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Workplace"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Detail Change"]:after {
  content: "\f022";
  margin-left: 0;
}
[skin~="etu"] .Tile__icon[title="Communication"]:after {
  content: "\f27b";
}
[skin~="etu"] .Tile__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="etu"] .Tile:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1.1);
  cursor: pointer;
}
[skin~="etu"] .Tile:hover .Tile__pentagon1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="etu"] .Tile:hover .Tile__pentagon2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
[skin~="etu"] .Tile:hover .Tile__pentagon1:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="etu"] .Tile:hover .Tile__pentagon2:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
[skin~="ngo"] .Tiles {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
[skin~="ngo"] .Tile {
  background: #007664;
  border: 3px solid #b08f71;
  width: 100%;
  max-width: calc(25% - 15px);
  margin: 15px 7.5px;
  min-height: 180px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="ngo"] .Tile[title="Person"] {
  order: 1;
}
[skin~="ngo"] .Tile[title="Address"] {
  order: 2;
}
[skin~="ngo"] .Tile[title="Contact Preferences"] {
  order: 3;
}
[skin~="ngo"] .Tile[title="Communication Preferences"] {
  order: 4;
}
[skin~="ngo"] .Tile[title="Interests"] {
  order: 5;
}
[skin~="ngo"] .Tile[title="Login Details"] {
  order: 6;
}
[skin~="ngo"] .Tile[title="Events"] {
  order: 7;
}
[skin~="ngo"] .Tile[title="Accreditation"] {
  order: 8;
}
[skin~="ngo"] .Tile[title="Setup Direct Debit"] {
  order: 9;
}
[skin~="ngo"] .Tile[title="Pay By Card"] {
  order: 10;
}
[skin~="ngo"] .Tile[title="Manage Payment Cards"] {
  order: 11;
}
[skin~="ngo"] .Tile[title="Receipts"] {
  order: 12;
}
[skin~="ngo"] .Tile:hover {
  transition: all 0.2s ease-in-out;
  background: #b08f71;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
[skin~="ngo"] .Tile__background {
  display: none;
}
[skin~="ngo"] .Tile__pentagon1,
[skin~="ngo"] .Tile__pentagon2 {
  display: none;
}
[skin~="ngo"] .Tile__body {
  background: none;
  width: 100%;
  padding: 15px 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
[skin~="ngo"] .Tile__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 10px;
}
[skin~="ngo"] .Tile__icon:after {
  position: initial;
  text-shadow: none;
  margin-left: 0;
  display: inline-block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="ngo"] .Tile__icon[title="Address"]:after {
  content: "\f041";
}
[skin~="ngo"] .Tile__icon[title="Access"]:after,
[skin~="ngo"] .Tile__icon[title="Login Details"]:after {
  content: "\f023";
}
[skin~="ngo"] .Tile__icon[title="Personal"]:after {
  content: "\f007";
}
[skin~="ngo"] .Tile__icon[title="Receipts"]:after {
  content: "\f0f6";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Interests"]:after {
  content: "\f005";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="CPD"]:after {
  content: "\f201";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Events"]:after {
  content: "\f073";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Accreditation"]:after {
  content: "\f2c2";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Setup Direct Debit"]:after {
  content: "\f0d6";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Subscriptions"]:after {
  content: "\f079";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Special Requirements"]:after {
  content: "\f0fa";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Documents"]:after {
  content: "\f0c5";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Contacts"]:after,
[skin~="ngo"] .Tile__icon[title="Contact Preferences"]:after {
  content: "\f2b9";
}
[skin~="ngo"] .Tile__icon[title="Equality"]:after {
  content: "\f24e";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Workplace"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Detail Change"]:after {
  content: "\f022";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Individual"]:after {
  content: "\f007";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Trade"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Family"]:after {
  content: "\f0c0";
  margin-left: 0;
}
[skin~="ngo"] .Tile__icon[title="Communication"]:after,
[skin~="ngo"] .Tile__icon[title="Communication Preferences"]:after {
  content: "\f27b";
}
[skin~="ngo"] .Tile__icon[title="Manage Payment Cards"]:after,
[skin~="ngo"] .Tile__icon[title="Pay By Card"]:after {
  content: "\f09d";
  margin-left: 0;
}
[skin~="ngo"] .Tile__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: 'Open Sans', serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="ngo"] .Tile:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1.1);
  cursor: pointer;
}
[skin~="ngo"] .Tile:hover .Tile__pentagon1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="ngo"] .Tile:hover .Tile__pentagon2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
[skin~="ngo"] .Tile:hover .Tile__pentagon1:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="ngo"] .Tile:hover .Tile__pentagon2:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
@media screen and (max-width: 600px) and (min-width: 400px) {
  [skin~="ngo"] .Tile {
    max-width: calc(50% - 15px);
    min-height: 180px;
  }
}
@media screen and (max-width: 400px) {
  [skin~="ngo"] .Tile {
    max-width: calc(100% - 15px);
    min-height: 180px;
  }
}
[skin~="asmirt"] .Tiles {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
[skin~="asmirt"] .Tile {
  background: #193a8b;
  border: 3px solid #193a8b;
  width: 100%;
  max-width: calc(25% - 15px);
  margin: 15px 7.5px;
  min-height: 180px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="asmirt"] .Tile[title="Person"] {
  order: 1;
}
[skin~="asmirt"] .Tile[title="Address"] {
  order: 2;
}
[skin~="asmirt"] .Tile[title="Contact Preferences"] {
  order: 3;
}
[skin~="asmirt"] .Tile[title="Communication Preferences"] {
  order: 4;
}
[skin~="asmirt"] .Tile[title="Interests"] {
  order: 5;
}
[skin~="asmirt"] .Tile[title="Login Details"] {
  order: 6;
}
[skin~="asmirt"] .Tile[title="Events"] {
  order: 7;
}
[skin~="asmirt"] .Tile[title="Accreditation"] {
  order: 8;
}
[skin~="asmirt"] .Tile[title="Setup Direct Debit"] {
  order: 9;
}
[skin~="asmirt"] .Tile[title="Pay By Card"] {
  order: 10;
}
[skin~="asmirt"] .Tile[title="Manage Payment Cards"] {
  order: 11;
}
[skin~="asmirt"] .Tile[title="Receipts"] {
  order: 12;
}
[skin~="asmirt"] .Tile:hover {
  transition: all 0.2s ease-in-out;
  border-color: #004aff;
  background: #004aff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
[skin~="asmirt"] .Tile__background {
  display: none;
}
[skin~="asmirt"] .Tile__pentagon1,
[skin~="asmirt"] .Tile__pentagon2 {
  display: none;
}
[skin~="asmirt"] .Tile__body {
  background: none;
  width: 100%;
  padding: 15px 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
[skin~="asmirt"] .Tile__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 10px;
}
[skin~="asmirt"] .Tile__icon:after {
  position: initial;
  text-shadow: none;
  margin-left: 0;
  display: inline-block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="asmirt"] .Tile__icon[title="Address"]:after {
  content: "\f041";
}
[skin~="asmirt"] .Tile__icon[title="Access"]:after,
[skin~="asmirt"] .Tile__icon[title="Login Details"]:after {
  content: "\f023";
}
[skin~="asmirt"] .Tile__icon[title="Personal"]:after {
  content: "\f007";
}
[skin~="asmirt"] .Tile__icon[title="Awards"]:after {
  content: "\f091";
}
[skin~="asmirt"] .Tile__icon[title="Document"]:after {
  content: "\f0f6";
}
[skin~="asmirt"] .Tile__icon[title="Receipts"]:after {
  content: "\f0f6";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Interests"]:after {
  content: "\f005";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="CPD"]:after {
  content: "\f201";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Events"]:after {
  content: "\f073";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Accreditation"]:after {
  content: "\f2c2";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Setup Direct Debit"]:after {
  content: "\f0d6";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Subscriptions"]:after {
  content: "\f079";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Special Requirements"]:after {
  content: "\f0fa";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Documents"]:after {
  content: "\f0c5";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Contacts"]:after,
[skin~="asmirt"] .Tile__icon[title="Contact Preferences"]:after {
  content: "\f2b9";
}
[skin~="asmirt"] .Tile__icon[title="Equality"]:after {
  content: "\f24e";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Workplace"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Detail Change"]:after {
  content: "\f022";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Individual"]:after {
  content: "\f007";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Trade"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Family"]:after {
  content: "\f0c0";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__icon[title="Communication"]:after,
[skin~="asmirt"] .Tile__icon[title="Communication Preferences"]:after {
  content: "\f27b";
}
[skin~="asmirt"] .Tile__icon[title="Manage Payment Cards"]:after,
[skin~="asmirt"] .Tile__icon[title="Pay By Card"]:after {
  content: "\f09d";
  margin-left: 0;
}
[skin~="asmirt"] .Tile__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: 'Open Sans', serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="asmirt"] .Tile:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1.1);
  cursor: pointer;
}
[skin~="asmirt"] .Tile:hover .Tile__pentagon1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="asmirt"] .Tile:hover .Tile__pentagon2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
[skin~="asmirt"] .Tile:hover .Tile__pentagon1:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #0087a5 transparent;
}
[skin~="asmirt"] .Tile:hover .Tile__pentagon2:before {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #00a9ce transparent;
}
@media screen and (max-width: 600px) and (min-width: 400px) {
  [skin~="asmirt"] .Tile {
    max-width: calc(50% - 15px);
    min-height: 180px;
  }
}
@media screen and (max-width: 400px) {
  [skin~="asmirt"] .Tile {
    max-width: calc(100% - 15px);
    min-height: 180px;
  }
}
[skin~="ou"] .Tiles {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin-left: -15px;
  margin-right: -15px;
}
[skin~="ou"] .Tile {
  width: 100%;
  height: auto;
  max-width: calc(25% - 1.2vw);
  margin: 0.6vw;
  min-height: 0;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="ou"] .Tile:after {
  content: '';
  display: block;
  margin-left: -1px;
  padding-top: 100%;
  width: 1px;
}
[skin~="ou"] .Tile:nth-of-type(4),
[skin~="ou"] .Tile:nth-of-type(5) {
  background-color: #00b7b2;
}
[skin~="ou"] .Tile:nth-of-type(1),
[skin~="ou"] .Tile:nth-of-type(7) {
  background-color: #f26522;
}
[skin~="ou"] .Tile:nth-of-type(2),
[skin~="ou"] .Tile:nth-of-type(8) {
  background: #ed2891;
}
[skin~="ou"] .Tile:nth-of-type(3),
[skin~="ou"] .Tile:nth-of-type(6) {
  background-color: #1d4a9b;
}
[skin~="ou"] .Tile__background {
  display: none;
}
[skin~="ou"] .Tile__pentagon1,
[skin~="ou"] .Tile__pentagon2 {
  display: none;
}
[skin~="ou"] .Tile__body {
  background: none;
  width: 100%;
  padding: 25px 25px 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
[skin~="ou"] .Tile__icon {
  display: inline-block;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10vmin;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 20px;
  min-height: 150px;
  min-width: 150px;
  height: 10vw;
  width: 10vw;
  border: 5px solid #fff;
  border-radius: 50%;
}
[skin~="ou"] .Tile__icon:after {
  position: absolute;
  text-shadow: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: inline-block;
  text-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[skin~="ou"] .Tile:hover .Tile__icon:after {
  transition: all 0.3s ease;
  font-size: 12vmin;
}
[skin~="ou"] .Tile__icon[title="Address"]:after {
  content: "\f041";
}
[skin~="ou"] .Tile__icon[title="Access"]:after {
  content: "\f023";
}
[skin~="ou"] .Tile__icon[title="Personal"]:after {
  content: "\f007";
}
[skin~="ou"] .Tile__icon[title="Receipts"]:after {
  content: "\f09d";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Postal Address"]:after {
  content: "\f003";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Residential Address"]:after {
  content: "\f041";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Interests"]:after {
  content: "\f005";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Events"]:after {
  content: "\f073";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Subscriptions"]:after {
  content: "\f079";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Special Requirements"]:after {
  content: "\f0fa";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Employment"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Documents"]:after {
  content: "\f0c5";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Contacts"]:after,
[skin~="ou"] .Tile__icon[title="Contact Info"]:after {
  content: "\f2b9";
}
[skin~="ou"] .Tile__icon[title="Equality"]:after {
  content: "\f24e";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Workplace"]:after {
  content: "\f0b1";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Detail Change"]:after {
  content: "\f022";
  margin-left: 0;
}
[skin~="ou"] .Tile__icon[title="Contact Preferences"]:after,
[skin~="ou"] .Tile__icon[title="Communication"]:after {
  content: "\f27b";
}
[skin~="ou"] .Tile__icon[title="Donations"]:after {
  content: "\f06b";
}
[skin~="ou"] .Tile__icon[title="Qualifications"]:after {
  content: "\f19d";
}
[skin~="ou"] .Tile__title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.5;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-shadow: none;
}
[skin~="ou"] .Tile:hover .Tile__title {
  transition: all 0.3s ease;
  font-size: 18px;
  text-decoration: none;
}
[skin~="ou"] .Tile:hover {
  transform: scale(1);
  cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  [skin~="ou"] .Tile {
    max-width: calc(33.333333333% - 2vw);
    margin: 1vw;
  }
  [skin~="ou"] .Tile__icon {
    font-size: 10vmin;
    margin-bottom: 1vmin;
    min-height: 150px;
    min-width: 150px;
    height: 10vw;
    width: 10vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 520px) {
  [skin~="ou"] .Tile {
    max-width: calc(50% - 2vw);
    margin: 1vw;
  }
  [skin~="ou"] .Tile__icon {
    font-size: 11vmin;
    margin-bottom: 3vmin;
    min-height: 150px;
    min-width: 150px;
    height: 10vw;
    width: 10vw;
  }
}
@media screen and (max-width: 520px) {
  [skin~="ou"] .Tile {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  [skin~="ou"] .Tile__icon {
    font-size: 19vmin;
    margin-bottom: 3vmin;
    min-height: 150px;
    min-width: 150px;
    height: 10vw;
    width: 10vw;
  }
}
.Cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f2f4f8;
}
.Card {
  flex: 1 calc(25% - 20px);
  width: calc(25% - 20px);
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
  margin: 10px;
  height: 300px;
}
.Card--list-data {
  display: flex;
  height: auto;
}
.Card__item {
  flex: 1 auto;
  padding: 10px 15px;
}
.Card:hover {
  cursor: pointer;
}
.Card:hover > .Card__flipper {
  transform: rotateY(180deg);
}
.Card__flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  height: 300px;
}
.Card__front,
.Card__back {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Card__front {
  width: 100%;
  text-align: center;
  z-index: 2;
  transform: rotateY(0deg);
}
.Card__back {
  background: #955f39;
  padding: 0 25px;
  color: #fff;
  transform: rotateY(180deg);
}
.Card__title,
.Card__icon {
  width: 100%;
}
.Card__icon {
  position: relative;
  height: 180px;
}
.Card__icon > i {
  font-size: 128px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Card__title {
  font-size: 24px;
  padding: 15px 0 25px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Card__description {
  font-size: 15px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 1000px) {
  .Card {
    flex: 1 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 700px) {
  .Card {
    flex: 1 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.Window {
  width: calc(100% - 30px);
  margin: 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
}
.Window__header {
  text-align: right;
}
.Window__close {
  margin-bottom: -50px;
  opacity: 0.6;
  padding: 0 20px;
  font-size: 38px;
}
.Window__close:hover {
  opacity: 1;
}
.Window__body {
  min-height: 500px;
}
.Window__form {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .Window {
    margin: 15px 0;
    width: 100%;
  }
  .Window__form {
    width: calc(100% - 10px);
  }
}
.Paginator {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.Paginator__prev,
.Paginator__next {
  background-color: transparent;
  color: #fff;
  padding: 0 14px;
  margin: 0 5px;
  font-size: 24px;
  cursor: pointer;
}
.Paginator__prev:hover,
.Paginator__next:hover {
  transition: all 0.2s ease;
  background-color: #b7c0d1;
}
.Paginator__prev[disabled],
.Paginator__next[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.Paginator__input {
  width: 35px;
  height: 35px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: rgba(255,255,255,0.3);
  text-align: center;
}
.Paginator__meta {
  color: #fff;
  line-height: 34px;
  font-size: 15px;
}
.Pager {
  width: 100%;
  display: flex;
}
.Pager__text {
  padding: 5px;
}
.Pager__prev,
.Pager__next {
  background-color: #fff;
  border: 1px solid #1784cd;
  border-radius: 15px;
  padding: 5px 14px;
  margin: 0 5px;
  cursor: pointer;
}
.Pager__prev:hover,
.Pager__next:hover {
  transition: all 0.2s ease;
  text-decoration: none;
  background-color: #1784cd;
  color: #fff;
}
.Pager__prev[disabled],
.Pager__next[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.Pager__input {
  width: 35px;
  height: 35px;
  text-align: center;
}
.Pager__meta {
  line-height: 30px;
}
[skin~="ngo"] .Pager {
  padding: 1em;
}
[skin~="ngo"] .Pager__next,
[skin~="ngo"] .Pager__prev {
  background: #b08f71;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 15px;
}
[skin~="svh-mypage"] .Pager__next,
[skin~="svh-mypage"] .Pager__prev {
  background-color: #78a971;
  border-color: #78a971;
  color: #fff !important;
  font-size: 16px;
}
[skin~="svh-mypage"] .Pager__next:hover,
[skin~="svh-mypage"] .Pager__prev:hover {
  background-color: #5c8d55;
  border-color: #5c8d55;
}
.Stepper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}
.Step {
  display: inline-block;
  width: 33.333333333%;
  flex: 1 calc(100% / 3);
  max-width: calc(100% / 3);
  flex-grow: 0;
}
.Step:hover {
  cursor: pointer;
}
.Step--disabled,
.Step--disabled:hover {
  cursor: not-allowed;
  pointer-events: none;
}
.Step:first-of-type > .Step__header:before,
.Step:last-of-type > .Step__header:after {
  display: none;
}
.Step__header {
  width: 100%;
  position: relative;
}
.Step__header:before,
.Step__header:after {
  content: "";
  display: block;
  height: 1px;
  background: #9e9e9e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
}
.Step__header:before {
  left: 0;
}
.Step__header:after {
  right: 0;
}
.Step__indicator {
  border-radius: 50%;
  background: #9e9e9e;
  color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.Step__symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.Step__body {
  padding: 10px 0;
  text-align: center;
}
.Step .Step__title {
  font-weight: 400;
  color: #333;
}
.Step.Step--active .Step__indicator {
  background: #9cb1d0;
  color: #fff;
  animation-name: pulse;
  animation-duration: 1s;
}
.Step.Step--complete .Step__indicator {
  background: #4cb050;
}
.Step.Step--complete .Step__title {
  font-weight: 700;
  color: #4cb050;
}
@media screen and (max-width: 700px) {
  .Stepper {
    display: none;
  }
}
[skin~="sovereign"] .Step__header:before,
[skin~="sovereign"] .Step__header:after {
  width: 20%;
}
[skin~="sovereign"] .Step__indicator {
  width: 65px;
  height: 65px;
  background: #e9f0f3;
  color: #bfc0bf;
}
[skin~="sovereign"] .Step__symbol {
  font-size: 28px;
  font-weight: 500;
  text-shadow: none;
}
[skin~="sovereign"] .Step__title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
.Button[tooltip]:not([tooltip=""]) {
  position: relative;
}
.Button[tooltip]:not([tooltip=""]):after {
  display: none;
  content: attr(tooltip);
  border-radius: 15px;
  position: absolute;
  z-index: 9999;
  width: 200px;
  background: #353535;
  padding: 0.5em;
  margin: 0;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
}
.Button[tooltip]:not([tooltip=""]):before {
  display: none;
  position: absolute;
  top: 100%;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #353535;
}
.Button[tooltip]:not([tooltip=""]):hover:after,
.Button[tooltip]:not([tooltip=""]):hover:before {
  display: block;
}
.Tooltip {
  border-radius: 15px;
  position: fixed;
  z-index: 9999;
  width: 200px;
  background: #353535;
}
.Tooltip--is-visible {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.Tooltip--is-hidden {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.Tooltip:after {
  position: absolute;
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #353535;
}
.Tooltip__text {
  padding: 30px;
  margin: 0;
  text-align: center;
  color: #fff !important;
}
.Tooltip__text > span {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #f1997f;
}
.datagrid a:hover {
  cursor: pointer !important;
}
@media (min-width: 900px) {
  .datagrid {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 16px;
    z-index: 1;
    background-color: none;
    position: relative;
    font-family: $font-family-serif;
    font-size: 14px;
  }
  .datagrid__processing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
  }
  .datagrid__spinner {
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .datagrid__msg {
    clear: both;
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
  }
  .datagrid--fullscreen {
    position: fixed;
    padding: 15px;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
    height: 100%;
  }
  .datagrid--fullscreen .datagrid__table-wrapper {
    margin-bottom: 2.5em;
  }
  .datagrid__table-wrapper {
    max-width: 100%;
    overflow-x: auto;
  }
  .datagrid__table {
    max-width: 100%;
    margin: 0 auto;
    table-layout: auto;
    width: 99.9%;
    background: #fff;
    border-radius: 5px;
    border-collapse: collapse;
    overflow: hidden;
  }
  .datagrid__columns {
    background: #6a89b2;
    color: #fff;
  }
  .datagrid__column {
    background: #6a89b2;
    border-bottom: 1px solid #6a89b2;
  }
  .datagrid__column-head:hover + .datagrid__column-sort,
  .datagrid__column-sort {
    padding-left: 8px;
  }
  .datagrid__column-head:hover + .datagrid__column-sort--unsorted,
  .datagrid__column-sort--unsorted {
    color: rgba(255,255,255,0.5);
  }
  .datagrid__controls,
  .datagrid__settings {
    display: flex;
    width: 100%;
    padding: 15px 0;
  }
  .datagrid__setting--pages {
    flex: 1 auto;
  }
  .datagrid__setting--action {
    flex: 1 30px;
    width: 30px;
    flex-grow: 0;
  }
  .datagrid__cell,
  .datagrid__column {
    padding: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .datagrid__cell--expanded {
    padding: 20px 25px;
  }
  .datagrid__cell--action {
    transition: all 0.2s ease;
    position: relative;
  }
  .datagrid__cell--action a {
    transition: all 0.2s ease;
    color: $brand-primary;
    display: block;
    font-weight: 600;
  }
  .datagrid__cell--action:hover {
    transition: all 0.2s ease;
    background: $brand-secondary;
  }
  .datagrid__cell--action:hover a {
    transition: all 0.2s ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .datagrid__cell--action:hover:before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
  }
  .datagrid__cell--action:before {
    position: absolute;
    top: 50% #6a89b2;
    right: 15px;
    color: transparent;
    content: "•";
    text-shadow: transparent 0px 0px;
    font-size: 1.2em;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: text-shadow 0.3s, color 0.3s;
  }
  .datagrid__column {
    text-transform: capitalize;
    border-color: rgba(231,236,241,0.1);
  }
  .datagrid__column--expander,
  .datagrid__column--overflow {
    width: 80px;
  }
  .datagrid__overflow {
    width: 60px;
    text-align: right;
    padding: 0;
  }
  .datagrid__key {
    display: none;
  }
  .datagrid__row {
    transition: all 0.3s ease;
  }
  .datagrid__row:first-of-type() .datagrid__cell {
    border-top: none;
  }
  .datagrid__row .datagrid__cell {
    border-top: 1px solid #666;
    border-right: 1px solid #f4f4f4;
  }
  .datagrid__row .datagrid__cell:last-of-type {
    border-right: none;
  }
  .datagrid__row--expanded {
    background: #f9f9f9;
  }
  .datagrid__row--expanded .datagrid__cell {
    border-top: none;
    animation-name: expand;
    animation-duration: 0.5s;
  }
  .datagrid__row:not(.datagrid__row--is-expanded):hover .datagrid__cell {
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.04);
  }
  .datagrid__control {
    flex: 1 auto;
    flex-grow: 1;
  }
  .datagrid__control.datagrid__control--index {
    line-height: 30px;
  }
  .datagrid__control--format,
  .datagrid__control--download {
    flex: 1 30px;
    width: 30px;
    flex-grow: 0;
    line-height: 30px;
  }
  .datagrid__control--format:hover,
  .datagrid__control--download:hover {
    cursor: pointer;
  }
  .datagrid__label {
    margin-right: 15px;
  }
  .datagrid__field {
    background: none;
    border-color: #ccc;
    padding: 5px;
  }
  .datagrid__footer tr {
    background: #6a89b2;
  }
  .datagrid__footer tr td {
    padding: 8px 24px;
  }
}
@media (max-width: 900px) {
  .datagrid__head {
    display: none;
  }
  .datagrid__table,
  .datagrid__body {
    display: block;
  }
  .datagrid__row {
    display: flex;
    flex-direction: column;
    background: $brand-primary;
    color: #fff;
    margin-bottom: 1em;
    padding: 1.5em;
    position: relative;
    font-weight: 600;
  }
  .datagrid__row--is-expanded {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .datagrid__row--expanded {
    background: #e4e4e4;
  }
  .datagrid__cell {
    flex: 1 auto;
    border: none;
    display: flex;
  }
  .datagrid__cell--expander {
    flex: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e4e4;
    padding: 5px;
  }
  .datagrid__overflow {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .datagrid__value,
  .datagrid__key {
    flex: 0 50%;
    padding: 0 0 1em;
  }
  .datagrid__value--widget:hover {
    cursor: pointer;
  }
}
.toolbar {
  width: 100%;
  display: inline-block;
}
.toolbar__control {
  align-self: center;
}
.toolbar__control button {
  background: none;
  border: none;
  width: 20px;
  margin-right: 1em;
}
.toolbar__control,
.toolbar__menu {
  flex: 1 auto;
}
.toolbar__item {
  flex: 0 auto;
  padding: 10px 9px;
  margin: 10px 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-self: center;
  transition: background 0.3s ease-in-out;
  float: right;
}
.toolbar__item:hover {
  background: #f4f4f4;
}
.toolbar__item button {
  background: none;
  border: none;
  width: 28px;
  height: 28px;
}
.toolbar__item svg {
  fill: #333 !important;
}
.toolbar__item a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #333 !important;
}
.toolbar__item a svg {
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
@media (max-width: 430px) {
  .toolbar {
    flex-wrap: wrap;
  }
  .toolbar__menu {
    flex: 1 100%;
  }
}
.apt-dropdown {
  position: relative;
}
.apt-dropdown__list {
  opacity: 0;
  visibility: 0;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, z-index 0.15s ease-in-out 0.15s, visibility 0.15s ease-in-out 0.15s;
  top: 100%;
  right: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  list-style: none;
  margin-left: -10000px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.apt-dropdown--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  z-index: 9999;
}
.apt-dropdown__item {
  font-weight: 600;
}
.apt-dropdown__item .checkbox {
  margin: 1em 1.5em;
}
.apt-dropdown__option {
  padding: 0.8em 1.5em;
  text-align: center;
  text-transform: capitalize;
}
.apt-dropdown__option--active {
  cursor: pointer;
  background: $brand-primary;
  color: #fff;
}
.apt-dropdown__option:hover:not(.apt-dropdown__option--active) {
  background: #f4f4f4;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.button--expand {
  background: #8ec28b;
  border-radius: 50%;
  border: none !important;
}
.button--expand svg {
  color: #fff;
  fill: #fff;
}
.button--expanded svg {
  transform: rotate(90deg);
}
.datagrid__cell--expander .button--expand {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.datagrid__cell--expander .button--expand svg {
  height: 15px;
}
.datagrid__cell--expander .button--expanded svg {
  transform: rotate(0) !important;
}
.svg-spinner {
  animation: spin 0.6s linear;
  animation-iteration-count: infinite;
}
a.circle-green,
a.circle-red {
  display: block;
  width: 30px;
  height: 30px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
a.circle-red {
  background: #ea9880;
}
a.circle-red span {
  padding-bottom: 8px;
}
a.circle-green {
  background: #8ec28b;
}
.Tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Tag {
  flex: 1 auto;
  margin-bottom: 10px;
}
.Tag__label,
.Tag__text {
  border: 1px solid #c9d4e0;
  padding: 10px;
}
.Tag__label {
  background-color: #c9d4e0;
}
.Tag__text {
  border-left: 0;
  background-color: #fff;
}
.Table-list {
  display: flex;
  flex-direction: column;
}
.Table-list__row {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex: 1 auto;
  margin-bottom: 15px;
}
.Table-list__col {
  background: #a5c7cf;
  color: #fff;
  flex: 1 40%;
}
.Table-list__cell {
  flex: 1 60%;
}
.Table-list__col,
.Table-list__cell {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}
table.ddtable {
  width: 75% !important;
  color: #223;
}
table.ddtable .border {
  border: 1px solid;
  padding: 10px;
}
table.ddtable tr td {
  color: #222 !important;
}
table.ddtable h1 {
  color: #000;
}
table.ddtable tbody > tr:nth-child(3) > td {
  width: 50%;
  padding: 10px;
}
table.ddtable table.account_holder,
table.ddtable table.bankNumber,
table.ddtable table.bankSortCode,
table.ddtable table.reference {
  margin-top: 0px;
  background: #fff !important;
}
table.ddtable table.account_holder tr,
table.ddtable table.bankNumber tr,
table.ddtable table.bankSortCode tr,
table.ddtable table.reference tr {
  border: 1px solid;
}
table.ddtable table.account_holder tr td,
table.ddtable table.bankNumber tr td,
table.ddtable table.bankSortCode tr td,
table.ddtable table.reference tr td {
  padding: 10px !important;
}
table.ddtable table.bankNumber,
table.ddtable table.bankSortCode,
table.ddtable table.reference {
  letter-spacing: 10px;
}
table.ddtable table.origIdentNumber {
  background: #fff !important;
}
table.ddtable table.origIdentNumber td.border {
  padding: 10px !important;
  text-align: center;
}
table.ddtable table.nameAddress {
  background: #fff !important;
}
table.ddtable table.nameAddress tr:last-of-type td:last-of-type {
  padding: 0px !important;
}
table.ddtable table.nameAddress tr:last-of-type table {
  background: #fff !important;
  margin-top: 0px !important;
  border: 1px solid;
  border-top: none;
}
table.ddtable table.nameAddress tr:last-of-type table > tbody > tr > td:first-of-type {
  width: 50% !important;
}
table.ddtable table.nameAddress tr:last-of-type table > tbody > tr > td:last-of-type {
  padding: 0px !important;
}
table.ddtable table.nameAddress td.border {
  padding: 10px !important;
}
table.ddtable table.nameAddress td.border table {
  background: #fff;
}
table.ddtable table.nameAddress td.border table > tbody > tr > td:first-of-type {
  width: auto !important;
}
table.ddtable table.nameAddress td.border table > tbody > tr > td:last-of-type {
  padding: 0px !important;
}
table.ddtable table.signature {
  background: #fff !important;
}
table.ddtable table.signature table {
  background: #fff !important;
}
table.ddtable table.signature tbody {
  border: 1px solid;
}
table.ddtable table.signature tbody td {
  padding: 10px !important;
}
table.ddtable table.signature tbody tr:last-of-type td:first-of-type {
  width: 25% !important;
  text-align: center;
}
table:not(.Datagrid__table):not(.Table):not(.ddtable):not(table[class]) {
  background: #550080;
  margin-top: 15px;
  width: 100%;
  max-width: 550px;
}
table:not(.Datagrid__table):not(.Table):not(.ddtable):not(table[class]) > tbody > tr > td {
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px;
}
table:not(.Datagrid__table):not(.Table):not(.ddtable):not(table[class]) > tbody > tr > td:first-of-type {
  width: 250px;
}
table:not(.Datagrid__table):not(.Table):not(.ddtable):not(table[class]) > tbody > tr > td > .Check {
  margin: 0 !important;
}
@media (max-width: 565px) {
  .Data__left {
    display: none;
  }
}
.Grid,
.Table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  background-color: #fff;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 1em;
}
.Grid__head,
.Table__head,
.Grid__columns,
.Table__columns {
  color: #708eba;
  border-bottom: 1px solid #eceeef;
}
.Grid__col,
.Table__col,
.Grid__column,
.Table__column {
  line-height: 40px;
  padding: 0 15px;
}
.Grid__rows,
.Table__rows,
.Grid__row,
.Table__row {
  border-bottom: 1px solid #eceeef;
}
.Grid__cell,
.Table__cell {
  line-height: 40px;
  min-height: 40px;
  padding: 0 15px;
  color: #708eba;
  border-left: 1px solid #eceeef;
}
.Grid__cell:first-of-type,
.Table__cell:first-of-type,
.Grid__cell--actions,
.Table__cell--actions {
  border-left: none;
}
.apttable table {
  width: 100%;
  table-layout: fixed;
}
.apttable td {
  padding-bottom: 0.5rem;
}
@-moz-keyframes expand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes expand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes expand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes expand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.Dropzone {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  min-height: 200px;
  position: relative;
  border: 2px dashed #1784cd;
}
.Dropzone__backdrop {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
.File {
  flex: 1 auto;
  min-width: 150px;
  width: 100%;
  max-width: calc(25% - 11.5px);
  background: #1784cd;
  margin: 0 15px 15px 0;
  color: #fff;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.File:last-of-type {
  margin-right: 0px;
}
.File__header,
.File__footer,
.File__body,
.File__icon,
.File__title {
  width: 100%;
}
.File__header,
.File__footer,
.File__body {
  padding: 5px 30px;
}
.File__title {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.File__progress {
  -webkit-appearance: none;
  margin: 5px 0;
}
.File__progress::-webkit-progress-bar {
  border-radius: 10px;
  background: #1470ae;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset, 0 0 2px 2px rgba(255,255,255,0.05);
}
.File__btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
}
.List {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.List--data {
  padding: 0 1em;
}
.List__item {
  flex: 1 auto;
  width: 100%;
}
.Pricing {
  width: 100%;
  max-width: 600px;
  background: #fff;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.Pricing__header {
  text-align: center;
  background: #9cb1d0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.Pricing__heading {
  color: #fff;
  padding: 12px;
  font-size: 23px !important;
  margin: 0;
}
.Pricing__body {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 530px) {
  .Pricing__body {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.Pricing__option {
  transition: background 0.3s ease-in-out;
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #9cb1d0;
  cursor: pointer;
}
.Pricing__option:last-of-type {
  border: none;
}
.Pricing__option--active {
  transition: all 0.3s ease-in-out;
  background: #eaeaea;
}
@media screen and (max-width: 530px) {
  .Pricing__option {
    flex-direction: row;
    border: none;
    border-bottom: 1px solid #9cb1d0;
    height: 75px;
  }
}
.Pricing__item {
  flex: 1 auto;
  padding: 25px 0;
  border-bottom: 1px solid #9cb1d0;
}
.Pricing__item:first-of-type {
  color: #9cb1d0;
  font-size: 12.65px;
  text-transform: uppercase;
}
.Pricing__item:nth-of-type(2) {
  color: #295077;
  font-size: 19px;
}
.Pricing__item:last-of-type {
  border: none;
}
@media screen and (max-width: 530px) {
  .Pricing__item {
    border: none;
    width: calc(100% / 3);
    padding: 5px 0;
    align-self: center;
  }
  .Pricing__item:nth-of-type(2) {
    border-right: 1px solid #9cb1d0;
    border-left: 1px solid #9cb1d0;
  }
}
.sortable {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 1em;
}
.sortable__item,
.sortable__drag-item {
  transition: all 0.5s ease-out;
  background: #618cb8;
  order: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  will-change: order;
  position: relative;
  z-index: 2;
  flex: 0 auto;
  margin-bottom: 8px;
  color: #fff;
  padding: 8px 16px 0;
  border-radius: 5px;
}
.sortable__item--taken,
.sortable__drag-item--taken {
  opacity: 0;
  z-index: 1;
}
.sortable__values,
.sortable__actions {
  flex: 1 auto;
}
.sortable__values {
  display: flex;
  flex-wrap: wrap;
}
.sortable__value {
  display: flex;
  flex: 1 20%;
  flex-direction: column;
  margin-right: 16px;
  margin-bottom: 8px;
}
.sortable__value span {
  flex: 0 auto;
}
.sortable__value span:first-of-type {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}
.sortable__value span:last-of-type {
  font-weight: 600;
}
.sortable__actions {
  max-width: 100px;
}
.sortable__actions button {
  transition: background 0.2s ease-in-out;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5em;
  position: relative;
}
.sortable__actions button:last-of-type {
  margin-right: 0;
}
.sortable__actions button:hover {
  background: rgba(255,255,255,0.3);
}
.sortable__actions button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sortable__drag-item {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
}
.group {
  position: relative;
  z-index: 10;
}
.group .icon-plus:before {
  display: none !important;
}
.group__fields {
  transform-origin: top;
  transform: scaleY(0);
  will-change: height;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.group__fields--open {
  transform: scaleY(1);
  opacity: 1;
  max-height: 1000vh;
}
.group .group__action .fa {
  padding-left: 8px;
}
.Action {
  color: #186ea2;
  border-bottom: 1px solid #186ea2;
  margin: 0 1em;
  font-size: 20px;
  width: max-content;
}
.Action:hover {
  cursor: pointer;
}
.Tag {
  background: #78b774;
  padding: 15px 30px;
  display: flex;
  border-radius: 5px;
  margin: 15px 0;
  width: 100%;
  max-width: 600px;
}
.Tag__line {
  flex: 3 auto;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
}
.Tag__action {
  flex: 1 auto;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  background: #b7d6a6;
  position: relative;
  border-radius: 50%;
  color: #659862;
}
.Tag__action:after {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[skin~="neu"] .Action {
  color: #014e99;
  border-bottom: 1px solid #014e99;
  font-family: 'museo-sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.Chart {
  background: #fff;
}
.Chart__title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #ea606d;
}
.Chart__content {
  display: flex;
  width: 100%;
}
.Chart__wrapper {
  flex: 8 auto;
  display: flex;
  flex-wrap: wrap;
}
.Chart__heading {
  flex: 10 auto;
  width: 100%;
  font-weight: 600;
  color: #a6a6a6;
  text-align: center;
  padding-bottom: 60px;
}
.Chart__labels {
  flex: 1 auto;
  flex-grow: 0;
}
.Chart__row {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.Chart__label {
  color: #a6a6a6;
  font-weight: 600;
}
.Chart__bars {
  flex: 9 auto;
  position: relative;
  margin: 0 40px 0 30px;
}
.Chart__x-axis {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  border-left: 2px solid #d9d9d8;
}
.Chart__x-axis:before {
  content: "0";
  position: absolute;
  display: inline-block;
  bottom: calc(100% + 3px);
  left: 0;
  transform: translateX(-50%);
  color: #f1997f;
  font-weight: 600;
  font-size: 13px;
}
.Chart__y-axis {
  width: 100%;
  padding-left: 2px;
  overflow: hidden;
}
.Chart__col {
  position: relative;
  flex: 1 auto;
  display: block;
  height: 100%;
  border-right: 1px dashed #cfdfe3;
}
.Chart__unit {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  transform: translateX(50%);
  color: #f1997f;
  font-weight: 600;
  font-size: 13px;
}
.Chart__bar {
  position: relative;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  animation: 2s anim-bars ease forwards;
}
.Chart__claimed {
  background-color: #f1997f;
  height: 12px;
  position: absolute;
  z-index: 1;
}
.Chart__claimed:hover {
  cursor: pointer;
}
.Chart__remaining {
  background-color: #cfdfe3;
  height: 12px;
  position: absolute;
  z-index: 0;
}
.Chart__aside {
  flex: 2 auto;
  flex-grow: 0;
}
.Chart__name {
  display: none;
}
.Chart__expires,
.Chart__limit {
  text-align: center;
  display: inline-block;
  width: 50%;
  color: #a6a6a6;
  font-weight: 600;
}
.Chart__limit {
  color: #f1997f;
}
.DotChart {
  flex: 1 auto;
  width: calc(50% - 10px);
  padding: 30px 0;
}
.DotChart__title {
  text-align: center;
  margin-bottom: 5px;
  color: #a6a6a6;
  font-weight: 600;
}
.DotChart__meta {
  color: #78b875;
}
.DotChart__body {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.DotChart__circle {
  flex: 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  background-color: #cfdfe3;
  width: 17px;
  height: 17px;
  margin: 5px;
  border-radius: 50%;
}
.DotChart__circle--claimed {
  background-color: #f1997f;
}
.DotChart__circle--claimed:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .Chart__col {
    border: none;
  }
  .Chart__col .Chart__unit {
    display: none;
  }
  .Chart__x-axis {
    border: none;
  }
  .Chart__x-axis:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .Chart__bars {
    display: none;
  }
  .Chart__heading {
    text-align: left;
  }
}
@-moz-keyframes anim-bars {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-bars {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes anim-bars {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-bars {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.progress-radial {
  width: 180px;
  height: 180px;
}
.progress-radial__meter {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 2;
}
.progress-radial__pct {
  fill: none;
  stroke: #19398a;
  animation: dash-fill 3s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 2;
}
.progress-radial__text {
  text-anchor: middle;
  color: #777;
  fill: currentColor;
  alignment-baseline: middle;
  font-size: 7px;
}
.progress-radial__label {
  padding: 1em;
  font-size: 16px;
}
.progress-radial__points {
  color: #19398a;
  font-weight: 600;
}
@-moz-keyframes dash-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes dash-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-o-keyframes dash-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes dash-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
.Carousel {
  position: relative;
}
.Carousel__frame {
  overflow: hidden;
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}
.Carousel__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: -100%;
  transform: translateX(100%);
}
@media (min-width: 30em) {
  .Carousel__list {
    left: -50%;
    transform: translateX(50%);
  }
}
@media (min-width: 40em) {
  .Carousel__list {
    left: -25%;
    transform: translateX(25%);
  }
}
.Carousel__list.Carousel__list--is-reversing {
  transform: translateX(-100%);
}
@media (min-width: 30em) {
  .Carousel__list.Carousel__list--is-reversing {
    transform: translateX(-50%);
  }
}
@media (min-width: 40em) {
  .Carousel__list.Carousel__list--is-reversing {
    transform: translateX(-25%);
  }
}
.Carousel__list.Carousel__list--is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Carousel__item {
  flex: 1 0 100%;
  flex-grow: 0;
  background: #ddd;
  min-height: 200px;
  font-size: 36px;
  color: #666;
  order: 2;
}
.Carousel__item:nth-of-type(even) {
  background: #d5d5d5;
}
@media (min-width: 30em) {
  .Carousel__item {
    flex-basis: 50%;
  }
}
@media (min-width: 40em) {
  .Carousel__item {
    flex-basis: calc(25% - 15px);
    margin: 0 7.5px;
  }
}
.Carousel__item.Carousel__item--is-ref {
  order: 1;
}
.Carousel__previous,
.Carousel__next {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  padding: 10px 25px;
  font-size: 28px;
  opacity: 0.5;
}
.Carousel__previous:hover,
.Carousel__next:hover {
  transition: all 0.2s ease;
  font-size: 36px;
  cursor: pointer;
}
.Carousel__previous {
  left: 0;
}
.Carousel__next {
  right: 0;
}
[skin~="ngo"] .c-card {
  width: 100%;
  height: 100%;
  background: #fff;
}
[skin~="ngo"] .c-card__image {
  width: 100%;
  background: #b08f71;
  padding-top: 80%;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
}
[skin~="ngo"] .c-card__image[skin~="ngo"] .c-card__image__placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  content: "\f073";
  font-size: 42px;
  display: inline-block;
}
[skin~="ngo"] .c-card__backdrop {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
[skin~="ngo"] .c-card__content {
  position: relative;
}
[skin~="ngo"] .c-card__date {
  background: #007663;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  position: absolute;
  transform: translateY(20%);
  bottom: 100%;
  z-index: 9999;
  left: 20px;
  border-radius: 100px;
}
[skin~="ngo"] .c-card__text {
  font-size: 14px;
  color: #464646;
  line-height: 21px;
  font-weight: 600;
  padding: 0 0 10px;
}
[skin~="ngo"] .c-card__title {
  color: #464646;
  text-transform: capitalize;
  text-align: left;
  line-height: 1.7;
  padding: 20px 0 0;
  margin: 0;
  margin-bottom: 10px;
}
[skin~="ngo"] .c-card__actions .Button-group {
  margin: 0;
  padding: 0;
}
[skin~="ngo"] .c-card__actions .Button-group .Button--primary {
  font-size: 13px;
  color: #007663;
  background: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: left;
  min-width: fit-content;
  padding-right: 20px;
  margin-right: 15px;
}
[skin~="ngo"] .c-card__actions .Button-group .Button--primary:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #007663;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
}
[skin~="ngo"] .c-card__actions .Button-group .Button--primary:after {
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 9px;
  right: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  display: inline-block;
}
[skin~="ngo"] .c-card__actions .Button-group .Button--primary:hover:before {
  transition: all 0.2s ease;
  background: #b08f71;
}
[skin~="ngo"] .c-card__actions .Button-group .Button--primary:hover {
  transition: all 0.2s ease;
  color: #b08f71;
}
.link {
  margin-bottom: 10px;
  text-decoration: none;
  line-height: 1.5;
  font-size: 16px;
  color: #5d8bac;
}
.link__icon {
  margin-right: 10px;
}
.download__link {
  align-items: center;
}
.download__link .download__image {
  max-width: 40%;
}
.Panel {
  background: #fff;
}
.Panel:first-of-type:hover,
.Panel:first-of-type.Panel__active {
  border-color: #0d73b7;
}
.Panel:first-of-type .Panel__header {
  background-color: #0d73b7;
  background-image: url("http://vergemagazine.co.uk/wp-content/uploads/2015/07/a5488c78-c6bf-4a99-8acd-f240988d0dc9.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
.Panel:first-of-type .Panel__body:after {
  border-color: transparent transparent #0d73b7 transparent;
}
.Panel:last-of-type:hover,
.Panel:last-of-type.Panel__active {
  border-color: #bb7206;
}
.Panel:last-of-type .Panel__header {
  background-color: #bb7206;
  background-image: url("http://vergemagazine.co.uk/wp-content/uploads/2015/07/a5488c78-c6bf-4a99-8acd-f240988d0dc9.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
.Panel:last-of-type .Panel__body:after {
  border-color: transparent transparent #bb7206 transparent;
}
.Panel:nth-of-type(2):hover,
.Panel:nth-of-type(2).Panel__active {
  border-color: #00796b;
}
.Panel:nth-of-type(2) .Panel__header {
  background-color: #00796b;
  background-image: url("http://vergemagazine.co.uk/wp-content/uploads/2015/07/a5488c78-c6bf-4a99-8acd-f240988d0dc9.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
.Panel:nth-of-type(2) .Panel__body:after {
  border-color: transparent transparent #00796b transparent;
}
.Panel__header {
  height: 107px;
}
.Panel__title {
  border: 2px solid #fff;
  background: rgba(0,0,0,0.25);
  padding: 10px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
.Panel__body {
  position: relative;
  padding: 20px 20px 45px;
  color: #666;
}
.Panel__active .Panel__body:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  z-index: 1;
}
.Panel__active .Panel__body:before {
  content: "\f00c";
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  bottom: 5px;
  z-index: 10;
  right: 5px;
}
.Window .Fieldset__body .Button-group {
  padding: 10px 0;
}
.main {
  overflow: visible !important;
}
.content-wrap {
  transition: none !important;
  position: static !important;
  max-width: none !important;
  overflow-x: visible !important;
  overflow-y: visible;
}
.dynamic-workflow[skin~="asmirt"] .Lightbox__container {
  padding: 0 15px 15px;
}
.dynamic-workflow[skin~="asmirt"] .Lightbox__container .Input,
.dynamic-workflow[skin~="asmirt"] .Lightbox__container .Check,
.dynamic-workflow[skin~="asmirt"] .Lightbox__container .Fieldset__legend {
  margin-left: 0;
  margin-right: 0;
}
.dynamic-workflow[skin~="asmirt"] .Lightbox__container .Dropdown__indicator {
  right: calc(1em + 30px);
}
.dynamic-workflow[skin~="asmirt"] .Lightbox__container .Dropdown__menu {
  margin-left: 0;
}
.Chart + p {
  text-align: center;
}
#member-ncpd-period-overview #member-ncpd-period-dtl .Table {
  margin: 0 15px;
  width: calc(100% - 30px);
}
#member-ncpd-period-overview #b-period-information {
  background: #eff4f9;
  padding: 15px;
}
#member-ncpd-period-overview #b-period-information .Fieldset__legend {
  margin-left: 0;
  margin-right: 0;
}
#member-ncpd-period-overview #b-period-information .Fieldset__body,
#member-ncpd-overview #b-period-information .Fieldset__body,
#member-ncpd-period-dtl #b-overview .Fieldset__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#member-ncpd-period-overview #b-period-information .Check,
#member-ncpd-overview #b-period-information .Check,
#member-ncpd-period-dtl #b-overview .Check {
  flex: 1 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5em;
}
#member-ncpd-period-overview #b-period-information .graph,
#member-ncpd-overview #b-period-information .graph,
#member-ncpd-period-dtl #b-overview .graph {
  flex: 1 auto;
}
button[title="Edit access to fragment"] {
  display: none !important;
}
/**
NEU
**/
.neu-text {
  font-family: 'museo-sans', sans-serif;
  font-size: 16px;
  padding-left: 30px;
}
.neu-text h1 {
  text-align: center;
}
.Fragment[skin~="svh-mypage"] {
  padding: 15px;
}
.Fragment ::-webkit-scrollbar {
  width: 0.8em;
}
.Fragment ::-webkit-scrollbar-track {
  background: #dcdcdc;
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
.Fragment ::-webkit-scrollbar-thumb {
  background: #00a9ce;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
.Fragment ::-webkit-scrollbar-thumb:window-inactive {
  background: #f1997e;
}
.Fragment p {
  padding: 15px 0;
  color: #666;
  line-height: 1.5;
}
.Fragment .noData-message {
  margin: 1em;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
.Fragment input:-webkit-autofill {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.Fragment .Form__group input:-webkit-autofill {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.Fragment component {
  width: 100%;
}
.Lightbox #delegate-booking-login-check,
.Lightbox #member-event-register-interest-login {
  padding: 0 30px 15px;
}
[skin~="nteu"] table:not([class]) {
  background: #609;
  margin: 1em;
  width: calc(100% - 2em);
  max-width: 600px;
  color: #fff;
}
[skin~="nteu"] table:not([class]) td > * {
  margin: 0;
}
[skin~="neu"] .Fieldset__body > .Error .Error__msg {
  margin: 0 1em;
}
[skin~="asmirt"] p,
[skin~="nteu"] p,
[skin~="neu"] p,
[skin~="ngo"] p,
[skin~="etu"] p,
[skin~="ou"] p,
[skin~="asmirt"] .intro,
[skin~="nteu"] .intro,
[skin~="neu"] .intro,
[skin~="ngo"] .intro,
[skin~="etu"] .intro,
[skin~="ou"] .intro,
[skin~="asmirt"] .info-message,
[skin~="nteu"] .info-message,
[skin~="neu"] .info-message,
[skin~="ngo"] .info-message,
[skin~="etu"] .info-message,
[skin~="ou"] .info-message,
[skin~="asmirt"] .error-message,
[skin~="nteu"] .error-message,
[skin~="neu"] .error-message,
[skin~="ngo"] .error-message,
[skin~="etu"] .error-message,
[skin~="ou"] .error-message,
[skin~="asmirt"] .warning-message,
[skin~="nteu"] .warning-message,
[skin~="neu"] .warning-message,
[skin~="ngo"] .warning-message,
[skin~="etu"] .warning-message,
[skin~="ou"] .warning-message,
[skin~="asmirt"] .completed-message,
[skin~="nteu"] .completed-message,
[skin~="neu"] .completed-message,
[skin~="ngo"] .completed-message,
[skin~="etu"] .completed-message,
[skin~="ou"] .completed-message {
  margin: 1em;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  font-family: 'museo-sans', sans-serif;
  max-width: 500px;
  position: relative;
}
[skin~="asmirt"] .warning-message,
[skin~="nteu"] .warning-message,
[skin~="neu"] .warning-message,
[skin~="ngo"] .warning-message,
[skin~="etu"] .warning-message,
[skin~="ou"] .warning-message,
[skin~="asmirt"] .error-message,
[skin~="nteu"] .error-message,
[skin~="neu"] .error-message,
[skin~="ngo"] .error-message,
[skin~="etu"] .error-message,
[skin~="ou"] .error-message {
  background: #df4d3a;
  color: #fff;
  padding: 15px;
  border-left: 5px solid #c1321f;
  padding-left: 35px;
}
[skin~="asmirt"] .warning-message:before,
[skin~="nteu"] .warning-message:before,
[skin~="neu"] .warning-message:before,
[skin~="ngo"] .warning-message:before,
[skin~="etu"] .warning-message:before,
[skin~="ou"] .warning-message:before,
[skin~="asmirt"] .error-message:before,
[skin~="nteu"] .error-message:before,
[skin~="neu"] .error-message:before,
[skin~="ngo"] .error-message:before,
[skin~="etu"] .error-message:before,
[skin~="ou"] .error-message:before {
  content: "\f129";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
}
[skin~="asmirt"] .info-message,
[skin~="nteu"] .info-message,
[skin~="neu"] .info-message,
[skin~="ngo"] .info-message,
[skin~="etu"] .info-message,
[skin~="ou"] .info-message {
  background: #1784cd;
  color: #fff;
  padding: 15px;
  border-left: 5px solid #126aa4;
  padding-left: 35px;
}
[skin~="asmirt"] .info-message:before,
[skin~="nteu"] .info-message:before,
[skin~="neu"] .info-message:before,
[skin~="ngo"] .info-message:before,
[skin~="etu"] .info-message:before,
[skin~="ou"] .info-message:before {
  content: "\f129";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
}
[skin~="asmirt"] .success-message,
[skin~="nteu"] .success-message,
[skin~="neu"] .success-message,
[skin~="ngo"] .success-message,
[skin~="etu"] .success-message,
[skin~="ou"] .success-message,
[skin~="asmirt"] .completed-message,
[skin~="nteu"] .completed-message,
[skin~="neu"] .completed-message,
[skin~="ngo"] .completed-message,
[skin~="etu"] .completed-message,
[skin~="ou"] .completed-message {
  background: #43a047;
  color: #fff;
  padding: 15px;
  border-left: 5px solid #368039;
  padding-left: 40px;
}
[skin~="asmirt"] .success-message:before,
[skin~="nteu"] .success-message:before,
[skin~="neu"] .success-message:before,
[skin~="ngo"] .success-message:before,
[skin~="etu"] .success-message:before,
[skin~="ou"] .success-message:before,
[skin~="asmirt"] .completed-message:before,
[skin~="nteu"] .completed-message:before,
[skin~="neu"] .completed-message:before,
[skin~="ngo"] .completed-message:before,
[skin~="etu"] .completed-message:before,
[skin~="ou"] .completed-message:before {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
}
[skin~="asmirt"] .warning-message,
[skin~="nteu"] .warning-message,
[skin~="neu"] .warning-message,
[skin~="ngo"] .warning-message,
[skin~="etu"] .warning-message,
[skin~="ou"] .warning-message {
  background: #efdb8c;
  color: #a0892e;
  border-color: #a0892e;
}
[skin~="asmirt"] .intro,
[skin~="nteu"] .intro,
[skin~="neu"] .intro,
[skin~="ngo"] .intro,
[skin~="etu"] .intro,
[skin~="ou"] .intro {
  margin: 1em calc(1em + 15px) 0;
}
[skin~="asmirt"] .test-message,
[skin~="nteu"] .test-message,
[skin~="neu"] .test-message,
[skin~="ngo"] .test-message,
[skin~="etu"] .test-message,
[skin~="ou"] .test-message {
  display: none;
}
#msa-contact-details-view .completed-message,
#msa-personal-address-view .completed-message,
#msa-contact-prefs-view .completed-message {
  display: none;
}
.alert-success {
  font-size: 18px !important;
}
[skin~="etu"] .Button-group {
  padding: 0 !important;
}
[skin~="etu"] h2 {
  margin-left: 0.5em;
}
[skin~="etu"] dl {
  flex-wrap: wrap;
}
[skin~="etu"] .Display,
[skin~="etu"] dl {
  display: flex;
  margin: 1em;
  max-width: 700px;
}
[skin~="etu"] .Display dt,
[skin~="etu"] dl dt,
[skin~="etu"] .Display__label,
[skin~="etu"] dl__label {
  background: #5d8bac;
  margin: 0 0.5em 0 0;
  color: #fff;
}
[skin~="etu"] .Display dd,
[skin~="etu"] dl dd,
[skin~="etu"] .Display__text,
[skin~="etu"] dl__text {
  background: #f4f4f4;
  font-weight: 600;
  color: #444;
  max-width: calc(50% - 2em);
}
[skin~="etu"] .Display dd,
[skin~="etu"] dl dd,
[skin~="etu"] .Display dt,
[skin~="etu"] dl dt,
[skin~="etu"] .Display__label,
[skin~="etu"] dl__label,
[skin~="etu"] .Display__text,
[skin~="etu"] dl__text {
  line-height: 1.5;
  padding: 1em;
  min-width: 0;
  flex: 1 auto;
  max-width: calc(50% - 2em);
}
[skin~="etu"] dl dd,
[skin~="etu"] dl dt {
  flex: 0 50% !important;
  margin-bottom: 1em !important;
}
[skin~="etu"] #b-interests .Form__list-item:not(:first-of-type) .Input__label {
  display: none;
}
[skin~="etu"] .info-message {
  background: #5d8bab;
  border-left: 5px solid #48708b;
}
[skin~="etu"] .apt-form-item.output {
  margin: 0 1em;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
#event-intro[skin~="ngo"] br {
  display: none;
}
#event-intro[skin~="ngo"] .Fieldset__body,
#event-intro[skin~="ngo"] .Fieldset__body > p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  font-family: 'museo-sans', sans-serif;
}
#event-intro[skin~="ngo"] .Fieldset__body > p {
  margin: 0;
}
#event-intro[skin~="ngo"] .em-primary p {
  margin: 0;
  font-weight: 400;
  max-width: 500px;
  padding: 0;
}
.Lightbox .Message.Message--info {
  margin: 0 2em 1em;
}
.Lightbox #event-intro[skin~="ngo"] .Button {
  display: none !important;
}
[skin~="ngo"] #event-intro .em-primary ul,
[skin~="ngo"] #event-intro .em-primary li {
  list-style: inside;
}
[skin~="ngo"] #event-intro .em-primary br {
  display: unset;
}
[skin~="ngo"] #event-intro .Form__wrapper {
  padding: 0 15px 15px;
}
[skin~="ngo"] #event-intro .Fieldset__body {
  padding: 0 1em;
}
[skin~="ngo"] .Fieldset .Button-group {
  padding: 0;
}
[skin~="ngo"] .Button-group .Button {
  margin: 1em 0;
}
[skin~="ngo"] .info-message {
  background: #007664;
  border-left: 5px solid #005e50;
}
[skin~="ngo"] .info-message .Button-group {
  padding: 0;
}
[skin~="ngo"] .info-message .Button-group .Button {
  margin-left: 0 !important;
}
[skin~="ngo"] .success-message {
  padding: 0 1em 1em;
  font-family: "Open Sans", sans-serif;
}
[skin~="ngo"] .eventfee,
[skin~="ngo"] dl {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 1em;
  border: 2px solid #ddd;
  border-radius: 4px;
}
[skin~="ngo"] .eventfee > dd,
[skin~="ngo"] dl > dd,
[skin~="ngo"] .eventfee > dt,
[skin~="ngo"] dl > dt {
  flex: 1 auto;
  width: 50%;
  border-bottom: 2px solid #ddd;
  padding: 15px;
}
[skin~="ngo"] .eventfee > dd:last-of-type,
[skin~="ngo"] dl > dd:last-of-type,
[skin~="ngo"] .eventfee > dt:last-of-type,
[skin~="ngo"] dl > dt:last-of-type {
  border-bottom: none;
}
[skin~="ngo"] .eventfee > dt,
[skin~="ngo"] dl > dt {
  border-right: 2px solid #ddd;
}
#msa-payment-info-view[skin~="svh-mypage"] {
  background: transparent;
}
#msa-payment-info-view[skin~="svh-mypage"] .Form {
  background: transparent;
}
#msa-payment-info-view[skin~="svh-mypage"] .Form__body {
  background: transparent;
}
#msa-payment-info-view[skin~="svh-mypage"] .payment-info {
  font-size: 21.5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
#member-register[skin~="svh-mypage"] p,
#member-password-reset[skin~="svh-mypage"] p,
#member-register[skin~="svh-mypage"] .intro,
#member-password-reset[skin~="svh-mypage"] .intro {
  color: #606161;
  padding: 0;
  margin: 0 1em 1em;
  line-height: 1.7;
  font-size: 16px;
}
#member-register[skin~="svh-mypage"] .Fieldset__header,
#member-password-reset[skin~="svh-mypage"] .Fieldset__header {
  display: block;
  margin: 1em;
}
#corporate-main-details-contact[skin~="svh-mypage"] .Fieldset__header,
#corporate-main-details-address[skin~="svh-mypage"] .Fieldset__header,
#corporate-main-details-general[skin~="svh-mypage"] .Fieldset__header {
  display: block;
  margin: 0.5em;
}
#member-password-reset[skin~="svh-mypage"] .Button-group {
  width: fit-content;
  float: right;
}
#member-password-reset[skin~="svh-mypage"] .Button-group button[title="Cancel"] {
  background: #f1997f !important;
}
#member-password-reset[skin~="svh-mypage"] .Button-group button[title="Cancel"]:hover {
  background: #ec714d !important;
}
#member-password-reset[skin~="svh-mypage"] .Button--primary {
  padding: 10px 15px;
}
#msa-personal-address[skin~="svh-mypage"] .Form__group {
  margin: 0 !important;
}
#personal-details[skin~="svh-mypage"] .Form__group {
  margin: 0 !important;
}
#personal-details[skin~="svh-mypage"] .Form__heading {
  display: none !important;
}
#personal-details[skin~="svh-mypage"] .Form__list-item {
  display: none;
}
#personal-details[skin~="svh-mypage"] .Form__list-item:first-of-type {
  display: block;
}
#personal-details[skin~="svh-mypage"] .Form__list-item .Input {
  margin-bottom: 0 !important;
}
#personal-details[skin~="svh-mypage"] .Form__list-item .Input-group__addon {
  display: none;
}
[id^="upgrade"][skin~="svh-mypage"] p,
[id^="partner"][skin~="svh-mypage"] p {
  margin: 0 1em;
  font-size: 16px;
}
[id^="upgrade"][skin~="svh-mypage"] .Form__heading,
[id^="partner"][skin~="svh-mypage"] .Form__heading {
  display: none;
}
[id^="upgrade"][skin~="svh-mypage"] .Input-group,
[id^="partner"][skin~="svh-mypage"] .Input-group {
  align-items: flex-start;
}
#msa-scheme-listing {
  padding: 0 0 1em;
}
#corporate-committee-select[skin~="svh-mypage"] .Rad-group .Rad-group__item:nth-of-type(2n) {
  margin-right: 7.5px !important;
}
#corporate-hompage-invoices {
  background-color: #628bb6;
  width: 100%;
  height: 100%;
}
#corporate-hompage-invoices div,
#corporate-hompage-invoices form {
  width: 100%;
  height: 100%;
}
#corporate-hompage-invoices .Form__body {
  background-color: #628bb6;
}
#corporate-hompage-invoices .Form__body p {
  font-size: 2em;
  width: 65%;
  text-align: center;
  margin: auto;
  color: #fff;
}
#corporate-hompage-invoices .Form__body .Button {
  margin: 0 auto;
  height: 3rem;
}
[skin~="svh-mypage"] small {
  font-size: 100%;
}
#benefit-claim-dtl[skin~="svh-mypage"],
#msa-benefit-all-claim-dtl[skin~="svh-mypage"],
#msa-scheme-listing[skin~="svh-mypage"] {
  padding: 0 0 1em;
  background: none;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Form__body,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Form__body,
#msa-scheme-listing[skin~="svh-mypage"] .Form__body {
  background: none;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list {
  display: flex;
  flex-direction: column;
  color: #708eba;
  margin-bottom: 15px;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list__row,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list__row,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list__row {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  margin-bottom: 1em;
  border: none;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list__col,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list__col,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list__col {
  background: #a5c7cf !important;
  color: #fff !important;
  font-weight: 600;
  flex: 1 auto;
  border-right: none;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list__cell,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list__cell,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list__cell {
  flex: 1 auto;
  background: #fff;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button-group,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button-group,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button-group {
  justify-content: flex-end;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list__col,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list__col,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list__col,
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list__cell,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list__cell,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list__cell {
  padding: 0.8em 1em;
  border-bottom: none;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button-group,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button-group,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button-group,
#benefit-claim-dtl[skin~="svh-mypage"] .Grid .Button-group,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Grid .Button-group,
#msa-scheme-listing[skin~="svh-mypage"] .Grid .Button-group {
  display: block !important;
  text-align: right;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button--primary,
#benefit-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary,
#msa-scheme-listing[skin~="svh-mypage"] .Grid .Button--primary {
  background: none;
  color: #708eba;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary:hover,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary:hover,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button--primary:hover,
#benefit-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary:hover,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary:hover,
#msa-scheme-listing[skin~="svh-mypage"] .Grid .Button--primary:hover {
  color: #4e6fa1;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary:after,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary:after,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button--primary:after,
#benefit-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary:after,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary:after,
#msa-scheme-listing[skin~="svh-mypage"] .Grid .Button--primary:after {
  content: "\f05a";
  font-size: 24px;
}
#benefit-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary > .Button__text,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Table-list .Button--primary > .Button__text,
#msa-scheme-listing[skin~="svh-mypage"] .Table-list .Button--primary > .Button__text,
#benefit-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary > .Button__text,
#msa-benefit-all-claim-dtl[skin~="svh-mypage"] .Grid .Button--primary > .Button__text,
#msa-scheme-listing[skin~="svh-mypage"] .Grid .Button--primary > .Button__text {
  display: none;
}
#msa-remittance-dtl[skin~="svh-mypage"] {
  padding: 0 1em 1em;
}
#benefit-input[skin~="svh-mypage"] > .Form__body {
  display: flex;
  flex-wrap: wrap;
}
#benefit-input[skin~="svh-mypage"] > .Form__body > .Form__wrapper:nth-of-type(2) {
  flex: 1 0 65%;
  width: 65%;
}
#benefit-input[skin~="svh-mypage"] > .Form__body > .Form__wrapper:nth-of-type(3) {
  flex: 1 0 35%;
  width: 35%;
}
#benefit-input[skin~="svh-mypage"] > .Form__body > .Button-group {
  flex: 2 0 100%;
  width: 100%;
}
#member-password-reset[skin~="svh-mypage"] .Fieldset__legend {
  display: none;
}
@media (max-width: 905px) {
  #benefit-input[skin~="svh-mypage"] > .Form__body {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #benefit-input[skin~="svh-mypage"] > .Form__body > .Form__wrapper {
    flex: 1 auto !important;
    width: 100% !important;
  }
  #benefit-input[skin~="svh-mypage"] > .Form__body > .Button-group {
    flex: 1 auto;
    width: 100%;
  }
  .upload {
    min-height: 63px !important;
    padding: 10px 15px !important;
    max-width: 500px !important;
  }
  .upload__icon {
    float: left !important;
  }
  .upload__icon > svg {
    width: 45px !important;
  }
  .upload__title {
    margin: 0 !important;
    display: block !important;
    width: calc(100% - 45px) !important;
    float: left !important;
    line-height: 43px !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    position: relative !important;
  }
  .upload__list {
    max-width: 500px !important;
    clear: both !important;
  }
}
@media (max-width: 401px) {
  .upload {
    min-height: 84px !important;
  }
  .upload__title {
    line-height: 27px !important;
    font-size: 18px !important;
  }
}
#msa-my-plan-details[skin~="svh-mypage"] .Display {
  margin: 0.5em 1em;
}
[skin~="svh-mypage"] #contact-prefs .Form__body {
  display: flex;
  flex-wrap: wrap;
}
[skin~="svh-mypage"] #contact-prefs .Form__body p {
  flex: 0 auto;
}
[skin~="svh-mypage"] #contact-prefs .Form__body p:first-of-type {
  flex: 1 100%;
}
[skin~="svh-mypage"] #contact-prefs .Form__body .Check {
  flex: 0 auto;
  width: auto;
}
[skin~="svh-mypage"] small {
  font-size: 100%;
}
[skin~="svh-mypage"] #member-password-completed {
  padding: 1.5em;
}
[skin~="svh-mypage"] #member-password-completed .warning-message {
  margin: 1em 0;
}
[skin~="svh-mypage"] #refer-a-friend .Fieldset__body {
  display: flex;
}
[skin~="svh-mypage"] .Fieldset__body > .info-message,
[skin~="svh-mypage"] .Fieldset__body > .warning-message,
[skin~="svh-mypage"] .Fieldset__body > .success-message {
  background: #628db8;
  position: relative;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  margin: 1em;
  border-left: none;
  padding-left: 35px;
  max-width: 500px;
}
[skin~="svh-mypage"] .Fieldset__body > .info-message a,
[skin~="svh-mypage"] .Fieldset__body > .warning-message a,
[skin~="svh-mypage"] .Fieldset__body > .success-message a {
  color: #fff !important;
  text-decoration: underline;
}
[skin~="svh-mypage"] .Fieldset__body > .info-message:before,
[skin~="svh-mypage"] .Fieldset__body > .warning-message:before,
[skin~="svh-mypage"] .Fieldset__body > .success-message:before {
  content: "\f129";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
}
[skin~="svh-mypage"] .Fieldset__body > .warning-message {
  background: #ff6f00;
}
[skin~="svh-mypage"] .Fieldset__body > .warning-message:before {
  content: "\f12a";
}
[skin~="svh-mypage"] .Fieldset__body > .success-message {
  background: #5c8d55;
}
[skin~="svh-mypage"] .Fieldset__body > .success-message:before {
  content: "\f00c";
}
[skin~="svh-mypage"] #b-claim-details .Fieldset__body {
  position: relative;
}
[skin~="svh-mypage"] button[title="back"] {
  background-color: #f1997f !important;
}
[skin~="svh-mypage"] .upload {
  position: relative;
  width: calc(100% - 2em);
  max-width: 300px;
  margin: 1em;
  min-height: 200px;
  border-radius: 6px;
  background: #628db8;
  text-align: center;
  padding: 20px;
}
[skin~="svh-mypage"] .upload input[type="file"]:disabled {
  pointer-events: none;
  opacity: 0.8;
}
[skin~="svh-mypage"] .upload:hover {
  cursor: pointer;
}
[skin~="svh-mypage"] .upload__tooltip {
  transition: all 0.5s ease;
  display: none;
  position: absolute;
  background: #606161;
  top: calc(100% + 1em);
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  text-align: left;
  padding: 20px;
  color: #fff;
  z-index: 999;
}
[skin~="svh-mypage"] .upload__tooltip:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #606161;
}
[skin~="svh-mypage"] .upload:hover .upload__tooltip {
  transition: all 0.5s ease;
  display: block;
}
[skin~="svh-mypage"] .upload__icon > svg {
  width: 80px;
}
[skin~="svh-mypage"] .upload__icon polygon,
[skin~="svh-mypage"] .upload__icon rect {
  fill: #fff;
}
[skin~="svh-mypage"] .upload__title {
  margin-top: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
[skin~="svh-mypage"] .upload__list {
  width: calc(100% - 2em);
  max-width: 300px;
  margin: 1em;
  border-radius: 5px;
  border: 2px solid #628db8;
  text-align: center;
  color: #606161;
  padding: 20px 10px;
}
[skin~="svh-mypage"] .upload__list h3 {
  margin-top: 0;
}
[skin~="svh-mypage"] .upload__image {
  width: 100%;
}
@media (min-width: 1035px) and (max-width: 1400px) {
  [skin~="svh-mypage"] .upload__title {
    font-size: 2.5vw;
  }
}
[skin~="svh-mypage"] .upload__list {
  list-style: none;
}
[skin~="svh-mypage"] .upload__item {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 2px solid #628db8;
  border-radius: 5px;
  padding: 0.5rem;
}
[skin~="svh-mypage"] .upload__item:hover {
  background-color: #628db8;
}
[skin~="svh-mypage"] .o-file {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
[skin~="svh-mypage"] .o-file__name {
  flex: 1 auto;
  line-height: 25px;
}
[skin~="svh-mypage"] .o-file__size,
[skin~="svh-mypage"] .o-file__icon,
[skin~="svh-mypage"] .o-file__action {
  flex: 0 auto;
  line-height: 25px;
}
[skin~="svh-mypage"] .o-file__size {
  width: 75px;
}
[skin~="svh-mypage"] .upload__link {
  flex: 1 auto;
}
[skin~="svh-mypage"] .o-file__action {
  margin-left: 5px;
  width: 50px;
}
[skin~="svh-mypage"] .o-file__action:hover {
  cursor: pointer;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}
[skin~="svh-mypage"] .o-file__size,
[skin~="svh-mypage"] .o-file__icon {
  flex-grow: 0;
  flex-shrink: 0;
}
[skin~="svh-mypage"] .o-file__name {
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[skin~="svh-mypage"] #benefit-complete p {
  font-size: 18px;
  margin: 0 1em;
}
[skin~="svh-mypage"] .completed-message {
  font-family: brandon-grotesque, sans-serif;
  background: #78b875;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 15px;
}
[skin~="svh-mypage"] .Fragment {
  padding: 15px;
}
[skin~="svh-mypage"] .Display {
  display: flex;
  font-size: 19.2px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="svh-mypage"] .Display__text {
  flex: 1 auto;
  width: 65%;
  color: #606161;
  font-weight: 500;
}
[skin~="svh-mypage"] .Display__label {
  flex: 1 auto;
  width: calc(35% - 10px);
  padding-right: 10px;
  font-weight: 500;
  color: #a5c7cf;
}
[skin~="svh-mypage"] #contact-prefs p {
  color: #606161;
  padding: 0;
  margin: 0 1em 1em;
  float: left;
  font-size: 16px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="svh-mypage"] #contact-prefs p:last-of-type {
  font-weight: 600;
}
[skin~="svh-mypage"] #contact-prefs p strong {
  font-size: 18.72px;
}
@media (max-width: 575px) {
  [skin~="svh-mypage"] .Display {
    flex-direction: column;
  }
  [skin~="svh-mypage"] #refer-a-friend .Fieldset__body {
    flex-direction: column;
  }
}
[skin~="sovereign"] #b-your-marketing-contact-preferences .Check {
  width: 120px !important;
  float: left !important;
}
[skin~="sovereign"] #b-data-protection-act .Check,
[skin~="sovereign"] #b-data-protection-act .Check__control {
  background: none !important;
  color: #333;
}
[skin~="sovereign"] #b-data-protection-act .Check__indicator {
  border-color: #333;
}
[skin~="sovereign"] #membership-jol-2 .applicationpartner {
  background: #9cb1d0;
  color: #fff !important;
  font-size: 16px !important;
  margin: 1.5em 1em 0 -3em;
  width: 100%;
  max-width: 550px;
  padding: 25px;
  border-radius: 5px;
}
[skin~="sovereign"] #membership-jol-2 .Message.Message--info {
  background: none;
  color: #333;
}
[skin~="sovereign"] #membership-jol-2 #Add-dependent-children .Wrapper .Message.Message--info {
  background: #9cb1d0;
  color: #fff !important;
  font-size: 16px !important;
  max-width: 550px;
}
[skin~="sovereign"] #membership-jol-2 #Add-dependent-children .Wrapper .Message.Message--info p {
  color: #fff !important;
  padding: 0 !important;
  font-size: 16px !important;
}
[skin~="sovereign"] #membership-jol-2 #Add-dependent-children .Wrapper .Message.Message--info i {
  display: none;
}
[skin~="sovereign"] .Container {
  margin-top: 30px;
}
[skin~="sovereign"] .Display {
  margin: 0.3em 1em;
  font-size: 21px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="sovereign"] .Display__label {
  padding-right: 10px;
}
[skin~="sovereign"] #b-your-cover .Display:nth-of-type(2) {
  color: #ea606d;
}
[skin~="sovereign"] #b-your-partners-cover .Display:nth-of-type(2) {
  color: #ea606d;
}
[skin~="sovereign"] #b-your-cover .Display:first-of-type {
  color: #3593ce;
}
[skin~="sovereign"] #b-your-partners-cover .Display:first-of-type {
  color: #3593ce;
}
[skin~="sovereign"] #b-your-childrens-cover .Container > .Display:last-of-type {
  display: none;
}
[skin~="sovereign"] #b-your-childrens-cover div[title="Firstnames"],
[skin~="sovereign"] #b-your-childrens-cover div[title="Surname"],
[skin~="sovereign"] #b-your-childrens-cover div[title="Title"] {
  float: left;
  margin-left: 6px;
  margin-right: 0;
}
[skin~="sovereign"] #b-your-childrens-cover div[title="Firstnames"] .Display__label,
[skin~="sovereign"] #b-your-childrens-cover div[title="Surname"] .Display__label,
[skin~="sovereign"] #b-your-childrens-cover div[title="Title"] .Display__label {
  display: none;
}
[skin~="sovereign"] #b-your-childrens-cover div[title="Dateofbirth"] {
  clear: both;
}
[skin~="sovereign"] #b-your-childrens-cover div[title="Title"] {
  margin-left: 1em;
}
[skin~="sovereign"] .form_text {
  padding: 20px 0 0;
}
[skin~="sovereign"] .form_text p {
  color: #333;
  width: calc(100% - 2em);
  max-width: 550px;
  margin: 0 1em 1em;
  padding: 0;
  font-size: 18px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
[skin~="sovereign"] .form_text p:empty,
[skin~="sovereign"] .form_text p:blank {
  display: none;
}
[skin~="sovereign"] .form_text ul {
  list-style: none;
  list-style-image: none;
  margin: 0 1em;
  padding: 0;
  width: calc(100% - 2em);
  max-width: 550px;
}
[skin~="sovereign"] .form_text ul li {
  font-size: 18px;
  padding: 0 0 0 1em;
  margin: 0 0 1em;
  position: relative;
}
[skin~="sovereign"] .form_text ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #f1997e;
  left: 0;
  position: absolute;
  top: 0.6em;
}
[skin~="sovereign"] .form_text ul li:last-of-type {
  margin-bottom: 0;
}
[skin~="asmirt"]#member-self-amend .Form__body {
  padding: 20px 15px 10px !important;
  margin-bottom: 15px;
}
[skin~="asmirt"]#member-self-amend .Form:not(#member-amend-buttons) {
  display: block !important;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto !important;
}
[skin~="asmirt"]#member-self-amend .Input {
  max-width: 700px !important;
}
[skin~="asmirt"]#member-self-amend .Dropdown {
  max-width: calc(700px + 2em) !important;
}
[skin~="asmirt"]#member-self-amend .Dropdown__menu {
  max-width: 100%;
}
[skin~="asmirt"]#member-self-amend .Form__group {
  max-width: 644px !important;
}
[skin~="asmirt"]#member-self-amend .info-message {
  max-width: 700px;
}
[skin~="asmirt"]#msa-member-ncpd-period-view .Form__body {
  padding: 0 1em 1em;
}
[skin~="asmirt"]#msa-member-ncpd-period-view .remote-fragment {
  margin: 1em;
}
[skin~="asmirt"]#msa-member-ncpd-period-view h1,
[skin~="asmirt"]#msa-member-ncpd-period-view h2 {
  padding: 0 0.5em;
}
[skin~="asmirt"] .remote-fragment {
  padding: 1em;
  background: rgba(0,0,0,0.05);
}
[skin~="asmirt"] .remote-fragment h2 {
  padding: 0 0.5em;
}
[skin~="asmirt"] .remote-fragment .remote-fragment {
  margin: 1em;
  padding: 1em;
  background: none !important;
  border: 2px solid rgba(0,0,0,0.2);
}
[skin~="asmirt"] .upload {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 15px;
  min-height: 63px;
  background: #19398a;
  text-align: center;
  padding: 10px 15px;
}
[skin~="asmirt"] .upload:hover {
  background: #0947df;
  cursor: pointer;
}
[skin~="asmirt"] .upload__tooltip {
  display: none;
}
[skin~="asmirt"] .upload__icon {
  float: left;
}
[skin~="asmirt"] .upload__icon > svg {
  width: 45px;
}
[skin~="asmirt"] .upload__icon polygon,
[skin~="asmirt"] .upload__icon rect {
  fill: #fff;
}
[skin~="asmirt"] .upload__title {
  margin: 0;
  display: block;
  color: transparent;
  width: 200px;
  float: left;
  line-height: 43px;
  font-size: 21px;
  font-weight: 400;
  position: relative;
}
[skin~="asmirt"] .upload__title > span {
  display: none;
}
[skin~="asmirt"] .upload__title:after {
  color: #fff;
  content: "Add Documents";
  position: absolute;
  top: 0;
  left: 15px;
}
[skin~="asmirt"] .upload__list {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
[skin~="asmirt"] .upload__item {
  padding: 0 15px;
  margin-bottom: 5px;
}
[skin~="asmirt"] .o-file {
  display: flex;
}
[skin~="asmirt"] .o-file__name,
[skin~="asmirt"] .o-file__size,
[skin~="asmirt"] .o-file__icon {
  flex: 1 auto;
  color: #fff;
}
[skin~="asmirt"] .o-file__size,
[skin~="asmirt"] .o-file__icon {
  flex-grow: 0;
  flex-shrink: 0;
}
[skin~="asmirt"] .o-file__name {
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[skin~="asmirt"] .Display {
  margin: 10px 1em;
  display: flex;
  max-width: 500px;
  font-size: 16px;
  width: calc(100% - 2em);
}
[skin~="asmirt"] .Display__label {
  background: #e7e7e7;
}
[skin~="asmirt"] .Display__text,
[skin~="asmirt"] .Display__label {
  flex: 1 0 50%;
  border: 2px solid #e7e7e7;
  line-height: 45px;
  padding: 0 15px;
}
[skin~="asmirt"] .success-message,
[skin~="asmirt"] .warning-message {
  font-family: "raleway", sans-serif;
  position: relative;
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 0.5em 1em;
}
[skin~="asmirt"] #msa-ncpd-view h1,
[skin~="asmirt"] #msa-ncpd-list h1,
[skin~="asmirt"] #msa-amend h1,
[skin~="asmirt"] #member-document h1,
[skin~="asmirt"] #member-manage-payment-cards1 h1,
[skin~="asmirt"] #staff-member-ncpd-add h1,
[skin~="asmirt"] #staff-ncpd-note-add h1,
[skin~="asmirt"] #msa-member-ncpd-year-dtl-view h1 {
  margin: 0.67em 0.5em;
}
[skin~="asmirt"] #msa-ncpd-view .Form__body,
[skin~="asmirt"] #msa-ncpd-list .Form__body,
[skin~="asmirt"] #msa-amend .Form__body,
[skin~="asmirt"] #member-document .Form__body,
[skin~="asmirt"] #member-manage-payment-cards1 .Form__body,
[skin~="asmirt"] #staff-member-ncpd-add .Form__body,
[skin~="asmirt"] #staff-ncpd-note-add .Form__body,
[skin~="asmirt"] #msa-member-ncpd-year-dtl-view .Form__body {
  padding: 0 1em;
}
[skin~="asmirt"] #msa-ncpd-view .Table,
[skin~="asmirt"] #msa-ncpd-list .Table,
[skin~="asmirt"] #msa-amend .Table,
[skin~="asmirt"] #member-document .Table,
[skin~="asmirt"] #member-manage-payment-cards1 .Table,
[skin~="asmirt"] #staff-member-ncpd-add .Table,
[skin~="asmirt"] #staff-ncpd-note-add .Table,
[skin~="asmirt"] #msa-member-ncpd-year-dtl-view .Table {
  margin: 0 1em;
  width: calc(100% - 2em);
}
[skin~="asmirt"] #msa-ncpd-view .Button-group,
[skin~="asmirt"] #msa-ncpd-list .Button-group,
[skin~="asmirt"] #msa-amend .Button-group,
[skin~="asmirt"] #member-document .Button-group,
[skin~="asmirt"] #member-manage-payment-cards1 .Button-group,
[skin~="asmirt"] #staff-member-ncpd-add .Button-group,
[skin~="asmirt"] #staff-ncpd-note-add .Button-group,
[skin~="asmirt"] #msa-member-ncpd-year-dtl-view .Button-group {
  padding: 0;
}
[skin~="asmirt"] #msa-ncpd-view .Form__wrapper,
[skin~="asmirt"] #staff-ncpd-note-add .Form__wrapper {
  padding: 0;
}
[skin~="asmirt"] #staff-member-ncpd-add h1,
[skin~="asmirt"] #msa-ncpd-view .Fieldset h1 {
  margin: 0.67em 1em;
}
[skin~="asmirt"] #staff-member-ncpd-add .Button-group,
[skin~="asmirt"] #msa-ncpd-view .Fieldset .Button-group {
  padding: 0 15px;
}
[skin~="ou"]#member-self-amend {
  margin-left: -2em;
}
[skin~="ou"] .info-message {
  max-width: 600px;
}
[skin~="ou"] .Table {
  max-width: calc(100% - 2em);
  margin: 1em 1em 2.5em;
}
[skin~="ou"] .Input__field:disabled {
  opacity: 1 !important;
}
[skin~="ou"] .Tiles {
  margin-left: 1em;
  margin-right: 1em;
}
[skin~="ou"] .Table__header {
  background: #1d4a9b;
}
[skin~="ou"] #b-employers > .Fieldset__body > .Dropdown {
  margin-left: 0 !important;
}
[skin~="ou"] #mailing-preferences .intro {
  margin: 1em;
}
[skin~="ou"] #mailing-preferences .Form__group {
  background: none;
  border-left: none;
}
[skin~="ou"] #mailing-preferences .Form__heading {
  display: block;
  float: left;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0.5em 0.5em 0 0;
  padding-top: 1.5em;
  border: none;
  padding-left: 0;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  min-width: 100px;
}
[skin~="ou"] #mailing-preferences .Rad-group .Rad-group__item {
  flex: 0 calc(33.333333333% - 15px);
}
@media (max-width: 640px) {
  [skin~="ou"] #mailing-preferences .Rad-group .Rad-group__item {
    flex: 0 calc(100% - 15px);
  }
}
[skin~="ou"] #mailing-preferences .Rad {
  background: none;
}
[skin~="ou"] #mailing-preferences .Rad__label {
  font-weight: 500;
  order: 2;
  padding-left: 1em;
  color: #333;
}
[skin~="ou"] #mailing-preferences .Rad__indicator {
  border-color: #1d4a9b !important;
}
[skin~="ou"] #mailing-preferences .Rad__indicator:after {
  background: #1d4a9b;
}
[skin~="ou"] #employment-detail .Form__body .Dropdown,
[skin~="ou"] #employment-detail .Form__body .Autocomplete,
[skin~="ou"] #employment-detail .Form__body .Input {
  margin-left: 1em;
}
[skin~="ou"] #employment-detail .Table {
  max-width: calc(100% - 2em);
  margin: 1em 1em 2.5em;
}
[skin~="ou"] #employment-detail .Table .Input,
[skin~="ou"] #employment-detail .Table .Autocomplete,
[skin~="ou"] #employment-detail .Table .Dropdown {
  margin: 0;
}
[skin~="ou"] #employment-detail .Table .Input__label {
  display: none;
}
[skin~="ou"] #employment-detail .Form__group {
  max-width: calc(100% - 2em) !important;
  margin: 1em 1em 2.5em;
  padding: 1em;
  overflow: visible;
}
[skin~="ou"] #employment-detail .Form__group .Input-group {
  flex-direction: row !important;
}
[skin~="ou"] #employment-detail .Form__group .Input-group__addon {
  align-self: flex-end !important;
  margin: 0 0.5em 0.5em !important;
  min-width: 120px !important;
}
[skin~="ou"] #employment-detail .Form__group .Input-group .Autocomplete,
[skin~="ou"] #employment-detail .Form__group .Input-group .Dropdown,
[skin~="ou"] #employment-detail .Form__group .Input-group .Input {
  margin: 0 !important;
}
[skin~="ou"] #employment-detail .Form__group .Input-group > .Autocomplete,
[skin~="ou"] #employment-detail .Form__group .Input-group > .Dropdown,
[skin~="ou"] #employment-detail .Form__group .Input-group > .Input {
  margin: 0 0.5em 0.5em !important;
}
[skin~="ou"] #employment-detail .Form__group .Input-group .Input {
  width: 100% !important;
}
[skin~="ou"] #employment-detail .Form__group .Input-group .Dropdown__menu {
  top: 100%;
  width: 100%;
  margin: 0;
}
[skin~="ou"] #employment-detail .Form__group .Input-group .Dropdown__indicator {
  right: 15px;
  bottom: 15px;
}
[skin~="ou"] #personal-name p {
  padding: 0 0 1em 1em;
  margin: 0 0 1em 1em;
}
[skin~="ou"] .Display {
  display: flex;
  margin: 1em;
  max-width: calc(600px);
}
[skin~="ou"] .Display__label {
  background: #1d4a9b;
  margin: 0 0.5em 0 0;
  color: #fff;
}
[skin~="ou"] .Display__text {
  background: #f4f4f4;
  font-weight: 600;
  color: #444;
  max-width: calc(50% - 2em);
}
[skin~="ou"] .Display__label,
[skin~="ou"] .Display__text {
  line-height: 1.5;
  padding: 1em;
  min-width: 0;
  flex: 1 auto;
  max-width: calc(50% - 2em);
}
[skin~="asmirt"] .Autocomplete {
  border: none;
}
[skin~="asmirt"] .Button-group {
  padding: 0;
}
[skin~="asmirt"] h1 {
  margin: 0.5em;
}
[skin~="asmirt"] .upload__list {
  max-width: 500px;
}
[skin~="asmirt"] .upload__item {
  padding: 1em;
  margin: 0.5em 1em;
  background: #e7ecf1;
}
[skin~="asmirt"] .o-file__icon,
[skin~="asmirt"] .o-file__name,
[skin~="asmirt"] .o-file__size {
  color: #666;
}
[skin~="asmirt"] .o-file__action {
  flex: 0 auto;
  margin-left: 10px;
}
@media (min-width: 695px) {
  .applicationpartner {
    width: 550px !important;
  }
}
@media (max-width: 1024px) {
  [skin~="ou"] #employment-detail .Table,
  [skin~="ou"] #employment-detail .Table__body {
    display: block;
  }
  [skin~="ou"] #employment-detail .Table__header {
    display: none;
  }
  [skin~="ou"] #employment-detail .Table__row {
    display: flex;
    padding: 1em 1.5em;
    margin-bottom: 1.5em;
    flex-direction: column;
    background: #f4f4f4;
  }
  [skin~="ou"] #employment-detail .Table__cell {
    display: flex;
    flex: 1 100%;
  }
  [skin~="ou"] #employment-detail .Table__cell:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  [skin~="ou"] #employment-detail .Table__key {
    display: block;
    font-weight: 600;
  }
  [skin~="ou"] #employment-detail .Table__key,
  [skin~="ou"] #employment-detail .Table__value {
    flex: 0 50%;
  }
  [skin~="ou"] #employment-detail .Table__text {
    padding: 0.5em;
  }
  [skin~="ou"] #employment-detail .Form__group {
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: unset;
    width: 100%;
    background: transparent;
    border-left: none;
  }
  [skin~="ou"] #employment-detail .Form__group .Form__list-item {
    max-width: 100%;
    margin: 1em 1em 2.5em;
    padding: 1em;
    overflow: hidden;
    width: 100%;
    background: #f4f4f4;
    border-left: 4px solid #1d4a9b;
    margin-bottom: 1.5em;
  }
  [skin~="ou"] #employment-detail .Form__group .Form__list-item .Input-group {
    flex-direction: column !important;
  }
  [skin~="ou"] #employment-detail .Form__group .Form__list-item .Input-group .Input__label {
    display: block;
  }
  [skin~="ou"] #employment-detail .Form__group .Form__list-item .Input-group__addon {
    align-self: flex-start !important;
    margin-top: 1em !important;
  }
  [skin~="ou"] #employment-detail .Form__group .Form__list-item .Input-group .Dropdown__indicator {
    right: 2.5em;
    bottom: 1em;
  }
}
.upload--disabled {
  pointer-events: none;
  opacity: 0.8;
}
.upload--disabled:hover {
  cursor: not-allowed !important;
}
#policy-key-documents .toolbar {
  display: none !important;
}
#policy-key-documents-view .navigation {
  display: flex !important;
}
#policy-key-documents-view .navigation .Button-group {
  width: auto !important;
}
.verifying_receipt {
  background: rgba(165,199,207,0.4);
  border: solid 2px #a5c7cf;
  color: #628db8;
  font-weight: bold;
  padding: 18px;
  margin: 1em;
  text-align: center;
}
.verifying_receipt i {
  font-size: 1.8rem;
}
.verifying_receipt p {
  margin: 0;
  text-align: center;
  color: #628db8;
}

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