#signOutLinkContainer {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#signOutLinkContainer a {
  background-color: #1b48e0;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Endzone Sans Medium", sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: -0.3px;
  line-height: 40px;
  opacity: 1;
  overflow: hidden;
  padding: 0px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-in-out 0ms;
  margin-bottom: 24px;
}
#signOutLinkContainer a:hover {
  text-decoration: underline;
}
#accountSubscriptionsContainer {
  margin: 24px auto;
  max-width: 640px;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
#page-content .gigya-screen a:link {
  color: #1b48e0;
}
#page-content .gigya-screen a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* global changes */
  body.g-a #errors {
    width: 100%;
  }
  body.g-a #doc {
    min-width: 20px;
  }
  body.g-a #bd {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  body.g-a .subHeaderTOPPERcontainer {
    width: auto;
  }
  body.g-a .subHeaderTOPPERcontainer h1 {
    font-size: 18px;
    line-height: 22px;
  }
  body.g-a #footer {
    display: none;
  }
  body.g-a #primary,
  body.g-a #secondary {
    width: auto;
    float: none;
  }
  body.g-a #secondary {
    margin-right: 10px;
  }
}
