.user-guide-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maps-table-row-highlight td {
  background: #d4d4d4;
  text-transform: uppercase;
}

.maps-underline {
  text-decoration: underline;
}

/* Smb frequently-asked-questions*/
#cloud-site .frequently-asked-questions .qa-item .question {
  margin-bottom: 24px;
}

/* Devsite standard site footer */
footer.devsite-footer-linkboxes,
.devsite-footer-linkboxes {
  height: 0;
  overflow: hidden;
}

.cloud-carousel__slide {
  overflow: hidden;
}

.devsite-dialog.devsite-henhouse-dialog {
  /*
   * This will override the padding set on regular DevSite dialog and allow the
   * iframe to span the whole page.
   */
  max-height: 100%;
  max-width: 100%;
}

/* Button full-width */
@media handheld and (max-width: 480px),
    screen and (max-device-width: 480px),
    screen and (max-width: 780px) {
  #cloud-site .button {
    width: 100%;
  }
}

/* Modal */
.hh-modal {
  display: none;
}

.hh-modal.show {
  display: inline-block;
}

.hh-buttons .devsite-dialog-continue {
  display: none;
}

.hh-buttons .hh-default-button {
  display: none;
}

.hh-buttons .show {
  display: inline-block;
}

.hh-modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
  overflow: auto;
}

.hh-modal__container {
  max-width: 700px;
  width: 100%;
  height: auto;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  pointer-events: all;
}

.hh-modal__header {
  margin: 25px 40px 50px;
  display: flex;
  align-items: center;
}

.hh-modal__content {
  padding: 0 40px 0;
  text-align: left;
}

.hh-modal__content input:focus {
  outline: #18417e;
  outline-style: auto;
}

.hh-modal__step-list {
  padding: 0 15px;
  font-size: 16px;
}

.hh-modal__step-list li {
  margin: 0;
  opacity: 0.6;
  padding-top: 10px;
}

.hh-modal__title {
  font-size: 24px;
}

.hh-modal__step-list li:first-child {
  font-weight: 500;
  opacity: 1;
}

.hh-modal__logo {
  display: block;
  margin-right: 0px;
  width: 48px;
  padding-right: 24px;
  height: auto;
}

/* Options */
.hh-options__container {
  display: flex;
  margin-top: 40px;
}

.hh-options__option {
  display: flex;
  flex-basis: 33%;
}

.hh-options__copy {
  position: relative;
}

.hh-options__title {
  margin: 0;
  font-size: 16px;
  line-height: initial;
  color: #565656;
}

.hh-options__copy p {
  margin: 0;
  font-size: 14px;
  line-height: initial;
  color: #9a9a9a;
}

.hh-options__copy:hover .hh-tooltip {
  display: block;
}

.hh-options__copy label {
  font-size: 18px;
  line-height: initial;
  margin-bottom: 10px;
  font-weight: 500;
  color: #464646;
  position: relative;
}


/* Buttons */
.hh-buttons {
  text-align: right;
  margin: 40px;
}

.hh-buttons__signed-in {
  color: #7bc62d;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}

.hh-buttons__no-charge-msg {
    text-align: left;
    color: #9a9a9a;
    font-size: 12px;
    width: 350px;
    margin-left: 20px;
    float: left;
    line-height: 1.2;
}

/* Tooltip */
.hh-tooltip {
  display: none;
  position: absolute;
  background: white;
  box-shadow: #dedede 0 0 12px 1px;
  top: -80px;
  left: 40%;
  border-radius: 3px;
  padding: 10px 15px;
  z-index: 100;
  pointer-events: none;
  width: 300px;
}

.hh-tooltip__list {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.hh-tooltip__list li {
  margin: 0;
  font-size: 14px;
  color: #6d6d6d;
}

.hh-tooltip__list:last-child {
  margin-bottom: 0;
}

.devsite-nav-list > .devsite-nav-item-heading:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hh-api_label {
  margin-top: 10px;
  font-size: 16px;
  color: #464646;
}

.hh-api_list {
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.hh-api_list li {
  margin: 0;
  font-size: 14px;
  color: #9a9a9a;
}
