/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
Version: .1
*/
/* handy shortcuts */
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.magic-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
/* basics */
img {
  max-width: 100%;
}
a {
  transition: ease all .3s;
  outline: none;
}
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  font-family: 'Nunito Sans', Arial, sans-serif;
}
* {
  transition: .3s ease all;
}
#site-frame {
  margin: auto;
  max-width: 400px;
  padding: 0 10px 60px;
  overflow: hidden;
  opacity: 1 !important;
}
#header {
  position: relative;
  padding: 8px 0 0;
}
#header strong {
  display: block;
  line-height: 34px;
  font-weight: bold;
  font-size: 17px;
}
#header strong a {
  color: #000000;
}
#header strong a span {
  color: #2C2C83;
}
#header strong a small {
  color: #000000;
}
#header h1 {
  padding-top: 1.5em;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-bottom: 1em;
}
#header p {
  font-size: 16px;
  padding-bottom: 1em;
}
#header a {
  color: #2C2C83;
}
#details li {
  position: relative;
  min-height: 45px;
  margin-bottom: 25px;
}
#details li.active:after {
  background: #40d147;
}
#details li:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 45px;
  content: "";
  background: #dcdcdc;
}
#details h2,
#details p {
  line-height: 1.2;
}
#details h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-top: 2px;
}
#share {
  padding: 35px 0 50px;
  min-height: 45px;
}
#share strong {
  float: left;
  font-weight: bold;
  line-height: 45px;
}
#share a {
  float: right;
  line-height: 45px;
  height: 45px;
  color: #fff;
  background: #2C2C83;
  padding: 0 12px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Poppins', Arial, sans-serif;
  text-decoration: none;
}
#qna dt {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-top: 2px;
}
#qna dd {
  padding-bottom: 22px;
}
#qna p + p {
  padding-top: 1em;
}
#qna a {
  color: #2C2C83;
}
#qna strong {
  color: #000000;
}

.logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hdk-logo {
  margin-top: 1.2em;
  max-width: 10em;
}

h2.how-to {
    font-size: 20px;
    font-weight: bold;
    padding-top: 2px;
}