﻿:root {
  --bg: rgb(236, 236, 234);
  --primary-color: rgb(0, 159, 227);
  --primary-color-light: rgb(0, 177, 252);
  --primary-color-dark: rgb(0, 103, 184);

  --logo-top: -125px;
  --logo-left: -25px;
  --logo-width: 290px;
  --logo-height: 100px;
}

* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/adfs/portal/OpenSansCondensed-Light.css');
}

html,
body {
  height: 100%;
  width: 100%;
  background: var(--bg);
  color: #000000;
  font-weight: normal;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', 'Roboto', 'Ebrima', 'Nirmala UI',
    'Gadugi', 'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI',
    'Tunga', 'Lao UI', 'Raavi', 'Iskoola Pota', 'Latha', 'Leelawadee',
    'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic',
    'Estrangelo Edessa', 'Microsoft Himalaya', 'Microsoft New Tai Lue',
    'Microsoft PhagsPa', 'Microsoft Tai Le', 'Microsoft Yi Baiti',
    'Mongolian Baiti', 'MV Boli', 'Myanmar Text', 'Cambria Math';
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-size: 0.9em;
}

#noScript {
  margin: 16px;
  color: Black;
}

:lang(en-GB) {
  quotes: '\2018''\2019''\201C''\201D';
}

:lang(zh) {
  font-family: 微软雅黑;
}

@-ms-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Theme layout styles */

#fullPage {
  position: absolute;
  bottom: 170px;
  top: 0px;
  width: 100%;
}

#brandingWrapper {
  background: var(--bg);
  height: 100%;
  width: 100%;
}

#branding {
  /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 0% 0%;
}

#contentWrapper {
  background-color: transparent;
  height: 0px;
  width: 100%;
}

#content {
  /* Set content to center */
  position: fixed;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);

  background-color: #fff;
  /* Always on top layer */
  z-index: 999;

  /* Set size margins */
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
  min-height: 264px;
  min-width: 320px;
  max-width: 412px;
  width: 360px;
  height: auto;
  padding: 8px 36px;

  /* Add drop shadow */
  border-top: 5px solid var(--primary-color);
}

#header {
  font-size: 2em;
  font-weight: lighter;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', 'Roboto', 'Ebrima', 'Nirmala UI',
    'Gadugi', 'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI',
    'Tunga', 'Lao UI', 'Raavi', 'Iskoola Pota', 'Latha', 'Leelawadee',
    'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic',
    'Estrangelo Edessa', 'Microsoft Himalaya', 'Microsoft New Tai Lue',
    'Microsoft PhagsPa', 'Microsoft Tai Le', 'Microsoft Yi Baiti',
    'Mongolian Baiti', 'MV Boli', 'Myanmar Text', 'Cambria Math';
  padding: 0px 0px 0px 0px;
  margin: 0px;
  height: 0px;
  width: 0px;
  background-color: transparent;
}

#header img {
  /* Logo image recommended dimension: 108x24  or 338x24 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
  position: relative;
  top: var(--logo-top);
  left: var(--logo-left);
  width: var(--logo-width);
  height: var(--logo-height);
}

#loginMessage {
  box-sizing: border-box;
  color: rgb(38, 38, 38);
  direction: ltr;
  display: block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-weight: 300;
  font-size: 1.3em;
  height: auto;
  line-height: 28px;
  margin-bottom: 12px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
  background-color: transparent;
}

#introduction {
  font-size: 1.1em;
}

#emailIntroduction {
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-weight: 300;
  font-size: 1.3em;
  height: auto;
  line-height: 28px;
  margin-bottom: 12px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
  background-color: transparent;
}

#emailInput {
  width: 100%;
}

#loginForm {
  width: 100%;
}

#workArea,
#header {
  word-wrap: break-word;
}

#workArea {
  margin-bottom: 4%;
  margin-top: 16px;
  background-color: transparent;
}

#footerPlaceholder {
  height: auto;
}

#footer {
  background-color: rgb(236, 236, 234);
  bottom: 0px;
  box-sizing: border-box;
  clear: both;
  color: rgb(38, 38, 38);
  direction: ltr;
  display: block;
  filter: none;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-weight: normal;
  height: 170px;
  padding: 35px;
  line-height: 20px;
  overflow-x: visible;
  overflow-y: visible;
  position: fixed;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
}

#footerLinks {
  padding-left: 10px;
  color: rgb(38, 38, 38);
}

.pageLink.footerLink {
  color: rgb(38, 38, 38);
}

#footer .info img {
  float: right;
  margin-right: -10px;
}

#footer .info .title {
  color: rgb(44 175 220);
  font-size: 30px;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  float: left;
  display: block;
}

#footer .company-data {
  text-align: center;
  margin-top: 35px;
  font-size: 0.85em;
}

#copyright {
  box-sizing: border-box;
  color: rgb(38, 38, 38);
  direction: ltr;
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 12px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-size-adjust: 100%;
  display: none;
}

#userNameArea,
#passwordArea {
  box-sizing: border-box;
  color: rgb(38, 38, 38);
  direction: ltr;
  display: block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-weight: normal;
  height: 52px;
  line-height: 20px;
  margin-left: 0px;
  margin-right: -2px;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
}

#updatePasswordForm #submitButton,
#cancelButton {
  width: 48%;
}

#oldPasswordArea,
#newPasswordArea {
  margin-bottom: 7px;
}

#errorMessage {
  margin-top: 5px;
}

.pageLink {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  direction: ltr;
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 12px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  text-size-adjust: 100%;
  text-decoration: underline;
}

/* Common content styles */

.clear {
  clear: both;
}

.float {
  float: left;
}

.floatReverse {
  float: right;
}

.indent {
  margin-left: 0px;
}

.indentNonCollapsible {
  padding-left: 16px;
}

.hidden {
  display: none;
}

.notHidden {
  display: inherit;
}

.error {
  color: #e81123;
}

.actionLink {
  margin-top: 5px;
  margin-bottom: 8px;
  display: block;
}

a {
  color: #0067b8;
  text-decoration: none;
  background-color: transparent;
  word-wrap: normal;
}

ul {
  list-style-type: disc;
}

ul,
ol,
dd {
  padding: 0 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
label {
  margin-bottom: 8px;
}

.submitMargin {
  margin-top: 18px;
  margin-bottom: 2px;
}

.topFieldMargin {
  margin-top: 8px;
}

.fieldMargin {
  margin-bottom: 8px;
}

.groupMargin {
  margin-bottom: 0px;
}

.sectionMargin {
  margin-bottom: 64px;
}

.block {
  display: block;
}

.autoWidth {
  width: auto;
}

.fullWidth {
  width: 100%;
}

.fullWidthIndent {
  width: 326px;
}

.smallTopSpacing {
  margin-top: 15px;
}

.mediumTopSpacing {
  margin-top: 25px;
}

.largeTopSpacing {
  margin-top: 35px;
}

.smallBottomSpacing {
  margin-bottom: 5px;
}

.mediumBottomSpacing {
  margin-bottom: 15px;
}

.largeBottomSpacing {
  margin-bottom: 25px;
}

#openingMessage {
  box-sizing: border-box;
  color: rgb(38, 38, 38);
  direction: ltr;
  display: block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-weight: 300;
  font-size: 1.3em;
  height: auto;
  line-height: 28px;
  margin-bottom: 12px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
  background-color: transparent;
}

input {
  max-width: 100%;
  font-family: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: middle;
  margin-bottom: 0px;
}

.paginatedPageForm {
  height: 43px;
}

.errorUsernamePaginated {
  top: -10px;
}

.errorText {
  display: inline-block;
}

.authOptionsError {
  display: inline-block;
}

.authOptionsErrorText {
  padding-bottom: 20px;
  display: inline-block;
}

.error {
  position: relative;
}

#kmsiArea {
  padding-bottom: 16px;
}

#kmsiArea.kmsiAreaPaginated {
  padding-top: 5px;
  padding-bottom: 0;
}

.authOptionsTitlePaginated {
  font-weight: normal;
  font-size: 1.25em;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', 'Roboto', 'Ebrima', 'Nirmala UI',
    'Gadugi', 'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI',
    'Tunga', 'Lao UI', 'Raavi', 'Iskoola Pota', 'Latha', 'Leelawadee',
    'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic',
    'Estrangelo Edessa', 'Microsoft Himalaya', 'Microsoft New Tai Lue',
    'Microsoft PhagsPa', 'Microsoft Tai Le', 'Microsoft Yi Baiti',
    'Mongolian Baiti', 'MV Boli', 'Myanmar Text', 'Cambria Math';
}

.buttonAreaPaginated {
  padding: 0px 0px 55px 0px;
  position: relative;
}

.bannerContainer {
  padding-bottom: 20px;
}

.identityBanner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.09em;
  padding-left: 8px;
}

.back {
  float: left;
}

.back:hover {
  background: #f4f4f4;
}

#optionIcon {
  float: left;
}

.optionButtonContainer:hover {
  background: #f4f4f4;
}

.optionButton {
  align-items: flex-start;
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: normal;
  line-height: 18px;
  margin-bottom: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  min-width: 165px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  position: relative;
  text-indent: 0px;
  text-overflow: ellipsis;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}

span.next {
  align-items: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: normal;
  line-height: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  position: relative;
  text-align: center;
  user-select: none;
  text-indent: 0px;
  text-overflow: ellipsis;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  height: 32px;
  width: 108px;
  background-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-left-color: var(--primary-color);
  color: rgb(255, 255, 255);
  margin-left: -2px;
  left: 236px;
}

#nextButtonArea {
  margin-top: 87px;
}

span.submit.submitPaginated {
  height: 32px;
  line-height: 21px;
  min-width: 15px;
  bottom: -75px;
  width: 108px;
  float: right;
}

span.submit,
input[type='submit'] {
  align-items: flex-start;
  background-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: var(--primary-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: var(--primary-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: var(--primary-color);
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  min-width: 165px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  text-overflow: ellipsis;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}

input[type='submit']:hover,
span.submit:hover,
span.next:hover {
  background: var(--primary-color-light);
  border: 1px solid var(--primary-color-light);
}

span.rightHalfWidthButton {
  width: 108px;
  float: right;
}

input.text.textPaginated {
  border-top: none;
  border-left: none;
  border-right: none;
}

input.text.textPaginated:focus {
  border: 1px solid var(--primary-color-dark);
  border-top: none;
  border-left: none;
  border-right: none;
}

input.text {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
  border-bottom-color: rgb(212, 212, 213);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(212, 212, 213);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(212, 212, 213);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(212, 212, 213);
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(38, 38, 38);
  cursor: auto;
  direction: ltr;
  display: block;
  font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
    'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
    'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
    'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
    'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
    'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
    'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
    'Myanmar Text', 'Cambria Math';
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  outline-color: rgb(38, 38, 38);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: none;
  user-select: text;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-locale: 'en';
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}

select {
  height: 28px;
  min-width: 60px;
  max-width: 100%;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  padding: 2px;
  font-family: inherit;
}

h1,
.giantText {
  font-size: 2em;
  font-weight: lighter;
}

h2,
.bigText {
  font-size: 1.33em;
  font-weight: lighter;
}

h3,
.normalText {
  font-size: 1em;
  font-weight: normal;
}

h4,
.smallText {
  font-size: 0.9em;
  font-weight: normal;
}

h4 {
  font-size: 0.7em;
  font-weight: normal;
}

h5,
.tinyText {
  font-size: 0.8em;
  font-weight: normal;
}

.hint {
  color: #999999;
}

.emphasis {
  font-weight: 700;
  color: #2f2f2f;
}

.smallIcon {
  height: 20px;
  padding-right: 12px;
  vertical-align: middle;
}

.largeIcon {
  height: 48px;
  /* width:48px; */
  vertical-align: middle;
}

.largeTextNoWrap {
  height: 48px;
  display: table-cell; /* needed when in float*/
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2em;
}

.idp {
  height: 48px;
  clear: both;
  padding: 8px;
  overflow: hidden;
  cursor: pointer;
}

.idp:hover {
  background-color: #cccccc;
  cursor: pointer;
}

.idpDescription {
  width: 80%;
  cursor: pointer;
}

.submit.nextButton {
  margin-left: -2px;
}

.submitMargin.submitModified {
  margin-bottom: 60px;
}

.submit.modifiedSignIn {
  display: block;
  width: auto;
  float: right;
}

#submissionArea {
  margin-top: 8px;
}

@media (max-width: 600px), (max-height: 760px) {	
	
  #content {
    /* Set content to center */
    position: relative;
    top: calc(20px + var(--logo-height));
    left: 0;
    transform: none;
    background-color: #fff;
    /* Set size margins */
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    min-height: 290px;
    min-width: 320px;
    max-width: 412px;
    width: calc(100% - 40px);
    height: auto;
    padding: 23px 18px 18px 18px;
    /* Add drop shadow */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
  }
  
  #header{
	width: 100%;
  }
  
  #header img {
	left: 50%;
    transform: translateX(-55%);
  }

  #footer {
    background-color: rgb(236, 236, 234);
    bottom: 91px;
    box-sizing: border-box;
    clear: both;
    color: rgb(38, 38, 38);
    direction: ltr;
    display: block;
    filter: none;
    font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
      'Helvetica Neue', 'Lucida Grande', Roboto, Ebrima, 'Nirmala UI', Gadugi,
      'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI', Tunga,
      'Lao UI', Raavi, 'Iskoola Pota', Latha, Leelawadee, 'Microsoft YaHei UI',
      'Microsoft JhengHei UI', 'Malgun Gothic', 'Estrangelo Edessa',
      'Microsoft Himalaya', 'Microsoft New Tai Lue', 'Microsoft PhagsPa',
      'Microsoft Tai Le', 'Microsoft Yi Baiti', 'Mongolian Baiti', 'MV Boli',
      'Myanmar Text', 'Cambria Math';
    font-size: 15px;
    font-weight: normal;
    height: 170px;
    line-height: 20px;
    overflow-x: visible;
    overflow-y: visible;
    position: relative;
	bottom: -107px;	
    text-align: center;
    text-size-adjust: 100%;
    width: 100%;
	font-size: 0.95em;
  }
  
   #footer .info {
	   display: none;	  
   }
   
    #footer .company-data {
	   margin: 0;	  
   }

  #brandingWrapper {
    /* display: none; */
	position: absolute;
	min-height: 475px;
  }
  
  #branding {
	  
  }

  input.text {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.8);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgba(0, 0, 0, 0.8);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0.8);
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(38, 38, 38);
    direction: ltr;
    display: block;
    font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
      'Helvetica Neue', 'Lucida Grande', 'Roboto', 'Ebrima', 'Nirmala UI',
      'Gadugi', 'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI',
      'Tunga', 'Lao UI', 'Raavi', 'Iskoola Pota', 'Latha', 'Leelawadee',
      'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic',
      'Estrangelo Edessa', 'Microsoft Himalaya', 'Microsoft New Tai Lue',
      'Microsoft PhagsPa', 'Microsoft Tai Le', 'Microsoft Yi Baiti',
      'Mongolian Baiti', 'MV Boli', 'Myanmar Text', 'Cambria Math';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 15px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    outline-color: rgb(38, 38, 38);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    text-align: start;
    width: 100%;
  }

  input.text:focus {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(38, 38, 38);
    direction: ltr;
    display: block;
    font-family: 'Open Sans Condensed', 'Segoe UI Webfont', -apple-system,
      'Helvetica Neue', 'Lucida Grande', 'Roboto', 'Ebrima', 'Nirmala UI',
      'Gadugi', 'Segoe Xbox Symbol', 'Segoe UI Symbol', 'Meiryo UI', 'Khmer UI',
      'Tunga', 'Lao UI', 'Raavi', 'Iskoola Pota', 'Latha', 'Leelawadee',
      'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic',
      'Estrangelo Edessa', 'Microsoft Himalaya', 'Microsoft New Tai Lue',
      'Microsoft PhagsPa', 'Microsoft Tai Le', 'Microsoft Yi Baiti',
      'Mongolian Baiti', 'MV Boli', 'Myanmar Text', 'Cambria Math';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 15px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    outline-color: rgb(38, 38, 38);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    text-align: start;
    width: 100%;
    border-color: var(--primary-color);
  }

  .identityBanner {
    margin: 16px 0px;
    padding: 0px 80px 0px 40px;
  }

  .identityBannerImage {
    left: -50px;
  }
}

/* Targets displays using any of Windows’ High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
  textarea::-webkit-input-placeholder {
    color: #00ff00;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #00ff00;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #00ff00;
  }

  textarea:-ms-input-placeholder {
    color: #00ff00;
  }
}

/* Targets displays using the Windows’ "High Contrast Black" theme: */
@media screen and (-ms-high-contrast: white-on-black) {
  #contentWrapper {
    background-color: #000000;
    color: #ffffff;
  }
  .idp:hover {
    background-color: #ffffff;
    color: #000000;
  }
  #brandingWrapper {
    background-color: #000000;
    color: #ffffff;
  }
  html,
  body {
    background-color: #000000;
    color: #ffffff;
  }

  textarea::-webkit-input-placeholder {
    color: #ffffff;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }

  textarea:-ms-input-placeholder {
    color: #ffffff;
  }
}

/* Targets displays using the Windows’ "High Contrast White" theme: */
@media screen and (-ms-high-contrast: black-on-white) {
  #contentWrapper {
    background-color: #ffffff;
    color: #000000;
  }

  .idp:hover {
    background-color: #000000;
    color: #ffffff;
  }

  #brandingWrapper {
    background-color: #ffffff;
    color: #000000;
  }

  html,
  body {
    background-color: #ffffff;
    color: #000000;
  }

  textarea::-webkit-input-placeholder {
    color: #000000;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
  }

  textarea:-ms-input-placeholder {
    color: #000000;
  }
}
