.site-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.hsdp-buttons {
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 100%;
}

.hsdp-btn {
  display: inline-block;
  text-align: center;
  margin: 1em;
  padding: .8em 1.5em .8em;
  background: #074579;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
  width: 384px;
}

img {
  display:block;
  max-width: 100%;
  height: auto;
}

.hide {display: none;}
