/*/////////////////////////////////////////////////////////
// Webfonts
/////////////////////////////////////////////////////////*/
/*@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=47be683f-c660-4b11-84fa-7cd215ef1353");*/

@font-face {
  font-family: "Calibri W02 Light";
  src: url("../assets/fonts/0243429e-494c-4145-9cde-079c0a716390.woff2") format("woff2"), url("../assets/fonts/c9e4b93e-12ea-4d36-959b-ca784281b056.woff") format("woff");
}

@font-face {
  font-family: "Calibri W02 Regular";
  src: url("../assets/fonts/eddca627-1285-4078-8527-442a93fb062e.woff2") format("woff2"), url("../assets/fonts/67262388-98cb-4d91-a364-b35af76b9b1e.woff") format("woff");
}

@font-face {
  font-family: "Calibri W02 Italic";
  src: url("../assets/fonts/40040824-2b78-41ad-aa4d-b22a3e9fc59e.woff2") format("woff2"), url("../assets/fonts/a692d46c-1cca-4302-b90e-44c70c8ae03e.woff") format("woff");
}

@font-face {
  font-family: "Calibri W02 Bold";
  src: url("../assets/fonts/f7916c07-ab29-44f5-9e10-3846e10a48ec.woff2") format("woff2"), url("../assets/fonts/87dc3446-f284-479a-8034-f02bdae49b84.woff") format("woff");
}

@font-face {
  font-family: "Legacy Serif ITC W02 Bk";
  src: url("../assets/fonts/4c92c268-4668-4591-9705-5b5d596564b1.woff2") format("woff2"), url("../assets/fonts/02905646-9401-48e0-9a04-7767fbbe89af.woff") format("woff");
}

@font-face {
  font-family: "LegacySerifITCW02-BkIt";
  src: url("../assets/fonts/c0ab3937-479c-4052-a01e-5328601f7eb5.woff2") format("woff2"), url("../assets/fonts/331faef9-6a15-41f1-996c-758b838002f9.woff") format("woff");
}

html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* START sticky footer */

body {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #d82034;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

main {
  flex: 1;
  visibility: hidden;
}
/* END sticky footer */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body {
  background-color: #f4f4f4;
  font-family: "Calibri W02 Regular", Arial, Helvetica, sans-serif;
}

header {
  height: 64px;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Legacy Serif ITC W02 Bk", "Times New Roman", serif;
  color: #353535;
  font-weight: 100;
  line-height: 1.1;
}

strong {
  color: #353535;
  font-family: "Calibri", Arial, sans-serif;
}

.spacer-32 {
  height: 32px;
}

.alignment--h-end {
  display: flex;
  justify-content: flex-end;
}

.logo__image {
  display: inline-flex;
  width: 12.5rem;
  height: 3.2rem;
}

.container__inner {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1440px;
  margin: 0 auto;
}

.content__flex {
  display: flex;
  flex-wrap: wrap;
}

  .content__flex > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: fill;
  }

  .content__flex .card {
    background-color: #fff;
    padding: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .content__flex .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content__flex .card-header-h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px;
    text-align: left;
  }

.card-header-checkbox {
  display: flex;
  align-items: center;
}

  .card-header-checkbox label {
    margin-left: 2px;
    font-size: 12px;
  }

.content__flex .card-content {
  padding: 12px;
}

  .content__flex .card-content p {
    margin: 0 0 32px;
  }

.signout__iframe {
  display: none;
}

.content__flex.signout {
  width: 50%;
  min-height: 250px;
}

.content__flex .extension {
  margin-bottom: 32px;
  font-family: "Calibri W02 Light", Arial, Helvetica, sans-serif;
}

  .content__flex .extension .card {
    display: flex;
    min-height: 140px;
  }

    .content__flex .extension .card .card__section {
      width: 50%;
    }

      .content__flex .extension .card .card__section a {
        text-decoration: none;
        border-bottom: none;
        cursor: pointer;
      }

.content__flex .provider {
  text-align: center;
  max-width: 50%;
}

  .content__flex .provider .button-group {
    display: flex;
    flex-wrap: wrap;
  }

.button-group {
  text-align: center;
  display: flex;
  justify-content: left;
}

  .button-group .button-group__button__text {
    text-decoration: none;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
  }

    .button-group .button-group__button__text:hover {
      border-color: #d82034;
    }

    .button-group .button-group__button__text label {
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 128px;
      height: 128px;
      cursor: pointer;
      color: #d82034;
      font-family: "Legacy Serif ITC W02 Bk", "Times New Roman", serif;
    }

  .button-group .button-group__button__icon-only {
    text-decoration: none;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
  }

    .button-group .button-group__button__icon-only:hover {
      border-color: #d82034;
    }

    .button-group .button-group__button__icon-only .icon__image-logo {
      /*height: 64px;
      padding-top: 32px;*/
    }

    .button-group .button-group__button__icon-only label {
      display: none;
    }

.provider .button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.provider .provider-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
}

  .provider .provider-item:hover {
    border-color: #d82034;
    background-color: #f9f9f9;
  }

    .provider .provider-item:hover .provider-text {
      color: #000;
    }

.provider .provider-icon {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.provider .provider-text {
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

  .provider .provider-text .provider-scope {
    font-size: 12px;
  }

.content__flex .user {
  /*max-width: 50%;*/
  /*margin-bottom: 32px;*/
}

  .content__flex .user .mobile-number {
    border: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .content__flex .user .form-element .text-input__input {
    font-family: "Calibri W02 Light", Arial, Helvetica, sans-serif;
    border: 0;
    border-bottom: 1px solid #353535;
    outline: 0;
    width: calc(100% - 32px);
    display: block;
    appearance: none;
    color: #000;
    padding: 16px;
    font-size: 16px;
  }

    .content__flex .user .form-element .text-input__input.text-input_input--error {
      border-color: #d82034;
    }

.input-message.input-message--error {
  color: #d82034;
  font-size: 12px;
  margin: 8px 0;
  display: inline-block;
}

.form-actions {
  margin: 12px;
}

.button {
  background-color: #fff;
  border: 0;
  padding: 15px 32px;
  font-family: "Legacy Serif ITC W02 Bk", "Times New Roman", serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

  .button.button--primary {
    background-color: #d82034;
    color: #fff;
  }

    .button.button--primary:hover {
      background-color: #a11c36;
    }

.button--icon-right .button__text::after {
  content: url(../assets/img/arrow-right-16-white.svg);
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.a--icon-right .a__text::after {
  content: url(../assets/img/arrow-right-16-red.svg);
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.a-link {
  color: #353535;
  display: block;
}

.toast {
  padding: 24px 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #f7d2d6;
}

  .toast.toast--error {
    background-color: #f7d2d6;
  }

.content__flex .toast.toast--error .toast__icon,
.content__flex .toast.toast--info .toast__icon {
  position: absolute;
  margin-top: 5px;
}

.toast.toast--error .toast__message,
.toast.toast--info .toast__message {
  margin-left: 48px;
}

.toast.toast--info {
  background-color: #666;
  color: #fff;
}

  .toast.toast--info p,
  .toast.toast--info strong {
    color: #fff;
  }

.support {
  padding: 24px 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

.PostLogoutRedirectUri {
  color: #fff;
}

footer {
  background-color: #353535;
  color: #d2d2d2;
}

  footer strong,
  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer p {
    color: #d2d2d2;
  }

@media only screen and (max-width: 600px) {
  .container__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content__flex .provider {
    max-width: 100%;
  }

  .content__flex .card {
    width: auto;
    margin-right: 0;
  }

  .button--mobile-full-width {
    width: 100%;
  }

  .toast {
    margin-right: 0;
  }

  .content__flex .toast.toast--error .toast__icon {
    position: inherit;
    margin-top: 0;
    display: none;
  }

  .toast.toast--error .toast__message {
    margin-left: 0;
  }
}
