body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1.25em;
  font-size:1rem;
  font-weight: 400;
  background:#EDECF6;
}

h1 {
  display: block;
  max-width: 880px;
  margin: 0px auto 0.5em;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #005a70;
  font-size: 3.125rem;
  line-height: 1.15em;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1.5em;
  color: #005a70;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1.375rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #444;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #005a70;
  font-size: 1.876rem;
  line-height: 1.45em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #005a70;
  text-decoration: none;
}

li {
  margin-bottom: 10px;
}

.section-head {
  border-bottom: 6px none #007a9c;
}

.utility-nav {
  height: 34px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #05001c;
}

.head-nav {
  padding: 0px 5%;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.rule-bottom {
  border-bottom: 1px solid #505759;
}

.utility-nav-link {
  padding: 10px;
  float: right;
  color: #fff;
  font-size: 0.7em;
  line-height: 1em;
  text-decoration: none;
}

.site-logo {
  width: 120px;
  height: 59px;
  float: left;
  background-image: url('../images/pearson_logo_white_bg.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.head-nav-links {
  float: right;
}

.head-nav-link {
  height: 38px;
  margin-top: 17px;
  margin-left: 10px;
  padding: 5px 10px 10px;
  float: right;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #0D004D;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight:500;
}

.head-nav-link:hover {
  border-bottom: 4px solid #512eabff;
}

.section-hero {
  position: relative;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #0D004D;
  background-position: 50% 102%;
  background-size: 110%;
  background-repeat: no-repeat;
  padding-bottom:60px;
  padding-top:60px;
}

.site-main
{
  padding-top:60px;
}

.section-hero *
{
  color:#FFF !important;
}

.section:not(:first-child) {
  padding: 2% 5% 0px;
}

.para-intro {
  display: block;
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 0.75em;
  margin-left: auto;
  padding-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.45em;
  text-align: center;
}

.section-hero .para-intro {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.col-wrapper {
  width: 102%;
  margin-left: -1%;
}

.col-left {
  width: 31.333%;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 60px;
  float: left;
}

.col-right {
  width: 64.333%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}

.left-hand-link {
  display: block;
  margin-bottom: 0.75em;
  color: #12b2a6;
  font-size: 0.8em;
  text-decoration: none;
}

.left-hand-link-wrapper {
  margin-bottom: 1.5em;
}

.left-hand-link-small {
  color: #444;
  font-size: 0.8rem;
}

.post-date {
  margin-bottom: 0.75em;
  color: #505759;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section-foot {
  margin-top: 60px;
  padding: 3em 1.5em;
  background-color: #0D004D;
}

.foot-text {
  color: #fff;
  font-size: 0.8em;
}

.submit-button {
  height: 50px;
  border-radius: 0.22em;
  background-color: #007fa3;
  font-size: 0.8em;
  font-weight: 400;
}

.input-text {
  height: 50px;
  padding-top: 2px;
  padding-bottom: 6px;
  border-radius: 0.22em;
  font-size: 0.8em;
  line-height: 1em;
}

.input-select {
  height: 50px;
  padding-top: 2px;
  padding-bottom: 6px;
  border-radius: 0.22em;
  font-size: 0.8em;
}

.para-small {
  font-size: 0.7em;
}

.list {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

h3 + .question-wrapper
{
    padding-top:1.375rem;
    margin-top:-1.375rem;
    padding-bottom:1.375rem;
    margin-bottom:1.375rem;
    background:#FFF;
    position:relative;
    top:-1px;
    border-bottom:1px solid #C1BFFF;
}

/* 1. Target the ordered list wrapper */
.question-wrapper .list {
  list-style: none;               /* Hides default browser numbers */
  counter-reset: custom-counter;  /* Initializes the CSS counter */
  padding-left: 0;                /* Resets default padding */
}

/* 2. Style the list items and layout structure */
.question-wrapper .list li {
  counter-increment: custom-counter; /* Increments counter for each item */
  padding-left: 2rem;                         /* Space between the circle and your question text */
  margin-bottom: 1rem;             /* Vertical spacing between questions */
}

/* 3. Build and style the perfect circles */
.question-wrapper .list li::before {
  content: counter(custom-counter);
    display: inline-flex;
    position: absolute;
    left: 0px;
    justify-content: center;
    height: 1.5rem;
    line-height: 1.5rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #C1BFFF;
    color: #512EAB;
    font-size: 0.75rem;
}

.heading-4 {
  margin-bottom: 30px;
}

.post-wrapper {
  padding:32px;
  background:#FFF;
  border-radius:1.5rem;
}

.descriptor-nav {
  padding-top:32px;
  padding-bottom:32px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #0D004D;
}

.descriptor-text {
  color: #FFF;
  font-size: 0.7em;
  font-weight: 500;
}

.descriptor-text p:last-of-type{
  margin-bottom:0px;
}

.jacket-row {
  display: block;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
}

.hero-jacket {
  width: 25%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
}

.inline-img {
  width: 40%;
  margin-bottom: 15px;
  margin-left: 15px;
  float: right;
}

.left-filters {
  display: block;
}

.filters-button {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0.22em;
  background-color: #007fa3;
  text-align: center;
}

.filters-button-text {
  color: #fff;
  font-weight: 400;
}

.form-block {
  margin-bottom: 0.75em;
}

.left-filters-mobile {
  display: none;
}

.list-large {
  margin-bottom: 1.5em;
}

.image-row {
  width: 102%;
  margin-left: -1%;
}

.image-6 {
  width: 14.666%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  float: left;
}

.para-first {
  font-weight: 700;
}

.socializer {
  margin-bottom: 1.5em;
}

.h1-home {
  font-size: 2.2em;
}

.tag-heading {
  color: #512EAB;
  text-transform:uppercase;
  font-size:0.75rem;
  font-weight: 800;
  letter-spacing: 10%;
  display:block;
}

.image-jacket {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.h1-post {
  margin-bottom: 1em;
  font-size: 1.8em;
  text-align: left;
}

.site-footer .widget-area{
    padding-bottom: 0px;
    padding-top: 0px;
}

.site-footer .widget-area p:last-child{
  margin-bottom:0px;
}

@media (max-width: 991px) {
  body {
    font-size: 1em;
  }

  h1{
    font-size:2.5rem;
  }

  h2{
    font-size:1.75rem;
  }

  .col-left {
    padding-right: 0px;
  }
  .descriptor-nav {
    height: 39px;
  }
  .hamburger {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    float: right;
  }
  .hamburger-top {
    width: 40px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #003057;
  }
  .filters-button {
    padding-top: 12px;
  }

  .section-hero{
    padding-bottom:32px;
    padding-top:32px;
  }

  .site-main
  {
    padding-top:32px;
  }

  .section-foot{
    margin-top:32px;
  }
}

@media (max-width: 767px) {
  .col-left {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-right {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .left-filters {
    display: block;
  }
  .filters-button {
    padding-top: 13px;
  }

  .col-wrapper{
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 0.8em;
  }
  .descriptor-nav {
    height: 34px;
  }
  .filters-button {
    padding-top: 15px;
  }
}

