/*
base.scss
This file is for
- Overriding or modifying the style of the B2C form elements
- Basic styles for all of the B2C related pages
*/
div.intro, #cancel, .helpLink {
  display: none; }

.show {
  display: inherit !important; }

.hide {
  display: none !important;
  visibility: hidden !important; }

li.TextBox, li.Password {
  list-style: none; }

/*
base.scss
This file is for
- Overriding or modifying the style of the B2C form elements
- Basic styles for all of the B2C related pages
*/
div.intro, #cancel, .helpLink {
  display: none; }

.show {
  display: inherit !important; }

.hide {
  display: none !important;
  visibility: hidden !important; }

li.TextBox, li.Password {
  list-style: none; }

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2469B2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 footer, header, main {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

a {
  color: #2469B2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #174372;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

[hidden] {
  display: none !important; }

.hc-corporate-logo {
  width: 100px;
  height: auto; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #73a9e3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 105, 178, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 105, 178, 0.25); }
   .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.btn-primary {
  color: #fff;
  background-color: #2469B2;
  border-color: #2469B2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1e5692;
    border-color: #1b5088; }
  .btn-primary:focus {
    color: #fff;
    background-color: #1e5692;
    border-color: #1b5088;
    box-shadow: 0 0 0 0.2rem rgba(69, 128, 190, 0.5); }
   .btn-primary:disabled {
    color: #fff;
    background-color: #2469B2;
    border-color: #2469B2; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1b5088;
    border-color: #194a7d; }
    .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 0 0 0.2rem rgba(69, 128, 190, 0.5); }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2469B2;
    background-color: #2469B2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(36, 105, 178, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #73a9e3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9dc3eb;
    border-color: #9dc3eb; }
   .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
     .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2469B2;
  background-color: #2469B2; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(36, 105, 178, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(36, 105, 178, 0.5); }

.custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before {
      transition: none; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.d-flex {
  display: flex !important; }

.flex-row {
  flex-direction: row !important; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-auto {
  margin-right: auto !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  
  img {
    page-break-inside: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; } }

@font-face {
  font-family: 'BB Badaboom';
  src: url("../../fonts/BADABB_.ttf") format("truetype"); }

.alert {
  background: none;
  border: none; }

.alert-danger {
  background: none;
  border: none; }

header {
  padding: 12px 20px;
  background: #fff; }

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) {
  #top-section {
    padding: 16px; } }

#auth-intro {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #auth-intro div#logo {
    margin-top: 60px; }

a, a:hover, a:visited {
  color: #2469B2 !important; }

#continue {
  width: 100%; }

.img-check {
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }

.password-requirements {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: none; }

.input-error {
  border: 2px solid #E60000 !important;
  border-color: red !important; }

.pageLevel {
  display: none !important; }

.itemLevel {
  display: none !important; }

.verifying-modal {
  text-align: center; }

.textInput-Error-Label {
  font-size: 12px;
  line-height: 9px;
  text-align: left;
  color: red;
  padding: 8px; }

header {
  background-color: white; }

body {
  font-family: "Roboto";
  background-color: #36363C; }

.btn-primary {
  background-color: #2469B2;
  border-color: #2469B2; }

.btn-primary:hover {
  background-color: #0059B2;
  border-color: #0059B2; }

.btn-primary:focus {
  background-color: #0059B2;
  border-color: #0059B2; }

.colored-background {
  background-color: #F5F7F9;
  min-height: 82vh; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .colored-background {
    height: auto; } }

.header-logo {
  background: no-repeat center center / contain url("../../../Common/images/HC_Corporate_Logo.png");
  width: 100px; }

#top-section {
  padding: 16px 16px 34px;
  margin-left: 0 !important;
  margin-right: 0 !important; }

#logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0px 16px 16px 16px; }

.byline {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .byline {
    font-size: 24px;
    line-height: 32px; } }

#auth-container {
  max-width: 600px !important;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 12px; }

#auth-section {
  width: 100%; }

#api li.TextBox, #api li.Password {
  margin: 10px 0; }

#api label {
  font-size: 14px;
  color: #141414;
  font-weight: 500; }

#api .error {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }

#api .buttons {
  text-align: center; }

/* Show Password */
.eye {
  margin-top: -51px;
  float: right;
  padding-right: 12px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 12px;
  color: #0000008A;
  cursor: pointer;
  z-index: 1000;
  position: relative; }

footer {
  background-color: #36363C;
  padding: 20px 0; }
  footer .container-fluid {
    margin: 0; }
  footer .copyright {
    color: #fff; }
    footer .copyright p {
      text-align: center; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      margin-bottom: 20px;
      font-size: 15px;
      padding: 0;
      letter-spacing: 0.5px;
      color: #A8A8A8 !important;
      list-style: none;
      text-align: left; }
      footer ul li a, footer ul li a:hover, footer ul li a:visited {
        color: #A8A8A8 !important;
        text-decoration: none;
        font-style: none; }

footer .col-12 {
  display: flex;
  justify-content: center;
  align-content: center; }
  footer .col-12 p {
    margin: 0 16px 1rem; }
  footer .col-12 .copyright {
    text-align: center;
    color: #fff;
    font-weight: 500; }
  footer .col-12 ul#policy-items {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center; }
    footer .col-12 ul#policy-items li {
      display: inline-block;
      margin-left: 12px; }

#content {
  padding: 0;
  margin: 0; }

#sign-in-section {
  text-align: center;
  padding-top: 16px; }
  #sign-in-section p {
    margin-bottom: 0; }

.attr ul {
  margin-left: 0;
  padding-left: 0; }
