body {
  font-family: 'Montserrat', sans-serif;
  color: #484848;
  margin: 0;
}
.checkbox-password-container {
  text-align: right;
}
.checkbox-password-container label {
  cursor: pointer;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 2em !important;
  display: inline-block !important;
  user-select: none !important;
}
.checkbox-password-container label:hover {
  text-decoration: underline;
}
.checkbox-password-container input[type="checkbox"] {
  display: none !important;
}
h2 {
  font-weight: 800;
  font-size: 28px;
}
input, select {
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 #dee8f2;
  border: solid 1px #acc1d9;
  background-color: #ffffff;
  padding: 12px;
  width: 100% !important;
}
label {
  font-size: 13px;
  font-weight: bold;
}
button {
  cursor: pointer;
  color: #484848;
}
a {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007abf;
  text-decoration: none;
}
button, a {
  opacity: 0.95;
}
button:hover, a:hover {
  opacity: 1;
}
button:disabled {
  opacity: 0.5;
  cursor: initial;
  pointer-events: none;
}
div.hph-main-layout {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
@media (min-width: 768px) {
  div.hph-main-layout {
    flex-direction: row;
  }
}
div.hph-main-layout-side-bar {
  border-bottom: solid 1px #244a6b25;
}
div.hph-main-layout-side-bar > * {
  display: none;
}
@media (min-width: 768px) {
  div.hph-main-layout-side-bar > * {
    display: initial;
  }
}
div.hph-main-layout-side-bar .hph-main-layout-side-bar-header {
  display: block;
}
@media (min-width: 768px) {
  div.hph-main-layout-side-bar .hph-main-layout-side-bar-header {
    display: flex;
    flex-direction: column;
  }
}
div.hph-main-layout-side-bar .hph-main-layout-side-bar-header > * {
  display: none;
}
@media (min-width: 768px) {
  div.hph-main-layout-side-bar .hph-main-layout-side-bar-header > * {
    display: initial;
  }
}
div.hph-main-layout-side-bar .hph-main-layout-side-bar-header > div.navigation {
  display: flex;
}
@media (min-width: 768px) {
  div.hph-main-layout-side-bar {
    flex-direction: row;
    flex-shrink: 0;
    flex-basis: 30%;
    background-color: #f2f8ff;
    display: flex;
    flex-direction: column;
    color: #244a6b;
    display: flex;
    border: none;
  }
}

div.hph-main-layout-side-bar, div.hph-main-layout-content {
  padding: 12px 18px;
}
@media (min-width: 768px) {
  div.hph-main-layout-side-bar, div.hph-main-layout-content {
    padding: 18px;
  }
}

div.hph-main-layout-side-bar p {
  font-family: 'Proxima Nova';
  font-weight: normal;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header button.back-btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header button.back-btn img {
  height: 100%;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header a {
  width: 200px;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header button.back-btn,
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header a,
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header img.hph-main-layout-side-bar-header--icon {
  height: 40px;
  display: inline-block;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header img.hph-main-layout-side-bar-header--icon {
  margin-left: 20px;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-header h2.hph-main-layout-side-bar-header--title {
  color: #244a6b;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-space {
  flex-grow: 1;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-footer span a {
  font-size: 13px;
  margin: 4px;
  display: inline-block;
}

div.hph-main-layout-side-bar div.hph-main-layout-side-bar-copyright {
  margin-top: 16px;
}
div.hph-main-layout-side-bar div.hph-main-layout-side-bar-copyright p {
  font-size: 12px;
  color: #7e97ac;
  margin: 4px;
}
div.hph-main-layout-content {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.hph-main-layout-content-l {
  width: 100% !important;
  padding: 10px !important;
}

div#api {
  margin-top: 8px;
}
@media (min-width: 768px) {
  div#api {
    margin-top: 52px;
  }
}

div#api .error {
  color: #888888;
  margin-left: 16px;
}
div#api .error p {
  display: inline;
  line-height: 40px;
}

div#api .intro p, div#api .intro h2 {
  font-size: 24px;
  margin: 0;
}

div#api {
  display: inline-flex;
  flex-direction: column-reverse;
  width: 400px;
  max-width: 100%;
}
.checkbox-password-container.checkbox-password-container-1 {
  order: 2;
}

div#api .divider {
  display: none;
}
div#api p[role=alert] {
  margin: 0;
}
div#api .entry .entry-item {
  position: relative;
}
div#api .entry .entry-item .error.itemLevel{
  font-size: 11px;
  overflow: hidden;
}
div#api .localAccount .entry {
  display: flex;
  flex-direction: column;
}
div#api .localAccount .error.pageLevel{
  margin: 0;
  font-size: 13px;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #484848;
}
div#api .localAccount .entry .entry-item {
  display: inline-flex;
  flex-direction: column;
  margin-top: 30px;
}
div#api .localAccount .entry .entry-item label {
  order: 1;
}
div#api .localAccount .entry .entry-item .error.itemLevel {
  order: 3;
}
div#api .localAccount .entry .entry-item input,
div#api .localAccount .entry .entry-item select {
  order: 2;
}
div#api .localAccount .entry .entry-item label[for=signInName] {
  margin-bottom: 16px;
}
div#api .localAccount .entry .entry-item .password-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  order: 1;
}
div#api .localAccount .entry .entry-item .password-label > * {
  order: initial;
}
div#api .localAccount .entry .entry-item .password-label a#forgotPassword {
  font-size: 13px
}
div#api .localAccount .entry .buttons button#next {
  position: relative;
  width: 170px;
  padding: 16px;
  border-radius: 5px;
  background-color: #007bbd;
  border: none;
  margin-top: 30px;
  font-weight: bold;
  color: white;
  font-size: 16px;
}

.buttons .next {
  width: 100%;
  height: 20px !important;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #007bbd;
  border: none;
  margin-top: 10px;
  font-weight: bold;
  color: white;
}

div#api .localAccount .create {
  margin-top: 30px;
}
div#api .localAccount .create p {
  font-size: 13px;
  font-weight: bold;
}
div#api .localAccount .create p a {
  margin-left: 24px;
}
div#api .localAccount .entry .entry-item .password-label a {
	visibility: hidden;
}

div#api .social {
  position: relative;
  margin-top: 20px;
}
div#api .social:before {
  display: block;
  content: '';
  background-color: #e6edf5;
  height: 4px;
  border-radius: 1px;
  pointer-events: none;
  margin-bottom: 20px;
}
div#api .social .intro {
  display: none;
}
div#api .social .options button {
  border-radius: 4px;
  background-color: #f3f7fb;
  border: none;
  padding: 11px;
  width: 100%;
  margin: 8px 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
div#api .social .options {
  margin-top: 24px;
}
div#api .social .options button#LinkedInExchange:before,
div#api .social .options button#GoogleExchange:before {
  background-size: 24px;
  background-repeat: no-repeat;
  content: '';
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

div#api .social .options button#PasswordResetUsingEmailAddressExchange {
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal; 
	color: #007abf;
	text-decoration: none;
	background-color:transparent;
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}