@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

.placeholder_page_placeholder_settings #wpcontent{
  padding-left: 0;
}

.sqhp-wrapper {
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.sqhp-header {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #2c3e50;
  background-color: #f25159;
}
.sqhp-header h1 {
  color: #f25159;
  color: #eee;
  font-weight: bold;
}

.sqhp-header .logo {
  max-width: 180px;
}

.sqhp-main {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.sqhp-main ul, .sqhp-main ol {
  list-style-position: inside;
  /* font-size: 24px; */
  padding: 0;
  margin: 0;
}
.sqhp-main ul li {
  list-style-type: disc;
  padding: 0.6rem 0 0.3rem 0;
  font-size: 16px;
  line-height: 1.7;
}

.sqhp-content {
  width: 65%;
}

.sqhp-toc {
  max-width: 40%;

}
.sqhp-toc a {
  display: block;
  color: #fff;
  background-color: #F25159;
  margin: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid #2c3e50;
  transition: all .3s ease-out;
}
.sqhp-toc a:first-child {
  border-top: 1px solid #2c3e50;
}
.sqhp-toc a:hover {
  background-color: #f1f1f1;
  color: #2c3e50;
}

.sqhp-content h2 {
  margin: 2rem 0 0;
  font-size: 24px;
  line-height: 1.7;
  color: #f25159;
  color: #2c3e50;
}
.sqhp-content h3 {
  margin: 2rem 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #2c3e50;
  border-bottom: 2px solid #f25159;
}

.sqhp-content  p {
  font-size: 18px;
  line-height: 1.7;
}

.sqhp-content img {
  max-width: 100%;
  height: auto;
  padding: 1rem;
  border: 1px solid #cecece;
}

.sqhp-side {
  width: 30%;
}

.sqhp-side-block {
  padding: 2rem;
  background-color: #f1f1f1;
  border-bottom: 1px solid #2c3e50;
  margin-bottom: 2rem;
}
.sqhp-side-block p {
  margin: 0;
}

.sqhp-side h2 {
  background-color: #2c3e50;
  color: #fff;
  padding: 1.5rem;
  margin: 0;
}

.sqhp-footer {
  padding: 2rem;
  color: #f25159;
  background-color: #2c3e50;

}
