.site-branding-container {
  min-height: 60px;
}
.site-branding-container .site-logo {
  margin-right: 0.5em;
}
.genesis-nav-menu a {
  padding: 30px 18px;
}
#pricing {
  padding-top: 3rem;
  text-align: center;
}
#pricing h3 {
  font-size: 1.8em;
}
#pricing ul {
  list-style-type: none;
  margin: 0;
}
#pricing ul > li {
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem 0;
}
#pricing .price {
  font-size: 3em;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
#pricing .price span {
  font-size: 0.3em;
  color: #777;
  line-height: 1.2;
}
#pricing .highlighted {
  position: relative;
  border: 2px solid #5774fc;
  background-color: #fbfafd;
}
#pricing .highlighted h2, #pricing .highlighted h3 {
  color: #5774fc;
  font-weight: bold;
}
#pricing .billed-at {
  color: #777;
  margin-bottom: 0.875em !important;
}
#pricing .value-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: block;
  background: #5774fc;
  margin-left: -2px;
  margin-right: -2px;
  color: #fff;
  padding: 1rem;
}
#pricing p {
  margin-bottom: 0;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container .inside-article {
  float: none;
  margin: 0 0.3rem;
}
.flex-container .footer {
  margin-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background), .wp-block-button a {
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  margin-bottom: 5px;
}
.inside-article, .sidebar .widget, .comments-area {
  border: 1px solid #e8eaed;
  -webkit-box-shadow: 0 15px 35px 0 rgba(42, 51, 83, .12), 0 5px 15px rgba(0, 0, 0, .06) !important;
  box-shadow: 0 15px 35px 0 rgba(42, 51, 83, .12), 0 5px 15px rgba(0, 0, 0, .06) !important;
}
.boxes h3 {
  color: #5774fc;
  font-weight: bold;
}
.boxes .wp-block-column {
  padding: 1em;
  border: 1px solid #e8eaed;
  border-radius: 0.3em;
}
.page-hero .inside-page-hero {
  max-width: 800px;
}
.page-hero h1 {
  font-weight: bold;
}
.page-hero h2 {
  font-size: 24px;
  font-weight: 400;
  color: #555;
}
.popup-box {
  border-color: #5774fc;
}
.popup-box h3 {
  background: #5774fc;
}
.narrow #page {
  max-width: 700px;
}
.rcp_form input {
  width: 100%;
}
.rcp_form input[type="radio"], .rcp_form input[type="checkbox"] {
  width: auto;
}
.wp-block-columns.nudge {
  align-items: center;
  justify-content: center;
  border: 2px solid #5774fc;
  border-radius: 0.4em;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
}
.wp-block-columns.nudge .wp-block-column:nth-of-type(1) {
  flex-basis: 90%;
  margin: 0;
}
.wp-block-columns.nudge p {
  margin: 0;
}
.wp-block-columns.nudge .button {
  font-size: initial;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  margin-top: 1em;
}
.wp-block-columns.has-2-columns.boxes.listing-columns {
  flex-wrap: wrap;
}
.wp-block-column.listing-details {
  flex-basis: 44%;
}
.wp-block-column.listing-details:not(:first-child) {
  margin-left: 0;
}
.wp-block-column.listing-details:nth-child(even) {
  margin-left: 32px;
}
@media (max-width: 963px) {
  .wp-block-column.listing-details {
    flex-basis: 100%;
  }
  .wp-block-column.listing-details:nth-child(even) {
    margin-left: 0;
  }
}
.eqb_single_question_div {
  border: 1px solid #eee;
  padding: 1em;
}
.eqb_single_question_div .eqb_single_question {
  font-size: 22px;
}
.eqb_single_question_div .eqb_single_question_answers_div, .eqb_single_question_div .eqb_single_question {
  margin-bottom: 20px;
}
.quiz-list .fl-post-feed .tag-single-quiz:nth-of-type(1) h2 > a:after, .quiz-list .fl-post-feed .tag-single-quiz:nth-of-type(2) h2 > a:after {
  content: "Free Sample";
  font-size: 13px;
  padding: 2px 5px;
  margin-left: 10px;
  background: #5774fc;
  color: white;
  vertical-align: middle;
}
