.fullwidth {
  padding: 100px 0;
}

.stepper {
  padding: 0 15px 180px 0;
}

.stepper .key .tabs-title h3 {
  max-width: 400px;
}

.stepper .key .tabs-title > a {
  display: flex;
  align-items: center;
}

.goals a {
  color: #fff;
}

a.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

.callout__wrapper {
  border-top: 0;
}

.callout {
  padding: 0;
  margin: 0;
}

.callout .callout__wrapper--overlay span {
  color: #4a4a4a;
}

.callout .callout__wrapper--overlay h2 {
  color: #4a4a4a;
}

.hero__wrapper--overlay h2 {
  margin: -10px 0 28px 0;
}

footer .social li {
  padding: 7px 0 0 1px;
}

.page-template-contact .hero {
  background-position: 50% 28%;
  min-height: 300px;
}

.page-template-contact .hero__wrapper {
  min-height: 300px;
}

.results .content ul {
  margin-left: 0;
}

.results .grid-x {
  padding: 10px 0;
}

.framework p {
  text-transform: none !important;
}

.framework-drawer .info {
  padding-right: 10px;
}

header {
  text-transform: none;
}

header #main-nav {
  text-transform: uppercase;
}

.book-overlay .closer {
  background: url('./images/close.svg');
}

.book-overlay .wrapper {
  padding: 5% 10%;
}

a.button__blue-rev:hover {
  color: #fff;
}

.search header .top {
  padding: 10px 0 10px 10px;
}

.button__trans:hover {
  color: #fff;
  padding: 0 10px;
}

.who-said .grid-x .cell {
  display: flex;
  align-items: center;
}

.who-said__wrapper--what {
  padding: 50px 80px 50px 120px
}

.cta ul li:after{
  top: 5%;
}

.key-steps .step-wrapper .notes ul li {
  display: block;
}


.key-steps .step-wrapper ul li > ul {
  margin: 0;
  list-style-type: disc;
}

.key-steps .step-wrapper ul li > ul li {
  box-shadow: none;
  padding: 0;
}

.workbook-container {
  margin-top: 80px;
}

.page-template-key-steps .hero__wrapper--overlay {
  max-width: 1200px;
  padding: 65px 0;
}

.page-template-key-steps .cif-guide-img {
  text-align: right;
}

.page-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inside-list {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: .5rem;
  padding: .5rem .5rem .5rem 25px;
  margin-right: -15px;
}

.inside-list ul {
  margin-left: 0;
}

.inside-list ul li {
  box-shadow: none !important;
  padding: .5rem 0px !important;
}

.page-template-who-we-are h2 {
  margin-bottom: 40px;
}

.home .stepper .tabs-panel#key6-1 {
  padding: 10px 2px 130px 0;
}

.stepper .tabs-panel#key6-1 {
  padding: 10px 2px 60px 0;
}

.stepper .key .step {
  padding: 70px 15px 5px 30px;
}

.button:focus {
  background-color: transparent;
  color: #00addb;
}

.cif {
  margin: 100px 0;
}

.cif .grid-container {
  max-width: 1200px;
}

.cif p {
  margin: 0;
}

.cif .curriculum {
  background: #f5f5f5;
  padding: 8px;
  margin: 10px;
}

.cif .phase {
  background: #f36924;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: flex-end;
}

.cif .phase-notes {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.cif .curriculum.blue .phase {
  background: #22b6dd;
}

.cif .curriculum.green .phase {
  background: #7ac776;
}

.cif .phase .vertical {
  transform: rotate(-90deg);
  transform-origin: left 25px;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: 55px;
}

.cif .phase .phase-number {
  padding-right: 10px;
  line-height: 65px;
  margin-bottom: 0;
}

.cif .phase .phase-desc {
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
}

.cif .phase .phase-desc strong {
  line-height: 10px;
  text-transform: uppercase;
}

.cif .phase .phase-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.cif .key-action-container {
  border: 2px solid #f36924;
  padding: 45px;
}

.cif .curriculum.blue .key-action-container {
  border: 2px solid #22b6dd;
}

.cif .key-action.dark-blue {
  border: 2px solid #33388F !important;
}

.cif .key-action-desc.dark-blue {
  color: #33388F !important;
}

.cif .key-action-number.dark-blue {
  background-color: #33388F !important;
}

.cif .curriculum.green .key-action-container {
  border: 2px solid #7ac776;
}

.cif .key-action {
  display: flex;
  background: #fff;
  border: 2px solid #f36924;
  border-radius: 40px;
  margin: 40px 0;
  transition: all .1s ease-in-out;
}

.cif .curriculum.blue .key-action {
  border: 2px solid #22b6dd;
}

.cif .curriculum.green .key-action {
  border: 2px solid #7ac776;
}

.cif .key-action-container a:hover .key-action {
  transform: scale(1.1);
}

/* .cif .curriculum.green .key-action-container a:hover .key-action {
  border: 2px solid #62a15f;
} */

.cif .key-action-number {
  background: #f36924;
  padding: 20px 15px 20px 20px;
  color: #fff;
  font-weight: 600;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  transform: scale(1.2);
  display: flex;
  align-items: center;
}

.cif .key-action.image .key-action-number {
  border-bottom-left-radius: unset;
  height: 65px;
}

.cif .curriculum.blue .key-action-number {
  background: #22b6dd;
}

.cif .curriculum.green .key-action-number {
  background: #7ac776;
}

/* .cif .curriculum.green a:hover .key-action-number {
  background: #62a15f;
} */

.cif .key-action-number h2 {
  margin: 0;
}

.cif .key-action.image .key-action-right {
  padding: 15px;
}

.cif .key-action-desc {
  padding: 20px 20px 20px 30px;
  font-weight: 600;
  color: #f36924;
  font-size: 11px;
}

.cif .curriculum.blue .key-action-desc {
  color: #22b6dd;
}

.cif .curriculum.green .key-action-desc {
  color: #7ac776;
}

.pagination-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pagination-button a {
  font-weight: bold;
  font-size: 20px;
}

.pagination-button a:focus,
.pagination-button a:hover {
  color: #fff;
}

.pagination-button .alignright {
  margin: auto 0 auto auto;
}

.button__gray {
  background-color: #cecfd0;
}

.button__gray:hover {
  background-color: #3d4299;
}

.key-steps .step-wrapper ul li .val {
  padding-left: 10px;
}

.single-resource .resource-header-image {
  min-height: 200px;
  margin-top: 180px;
}

.single-resource .resource-content {
  padding: 50px 0;
}

.single-resource .resource-content .content a:first-of-type {
  margin-right: 40px;
}

.resource .content p {
  margin-bottom: 0;
}

.resource .content ul {
  margin-bottom: 0;
}

/* .results .icon {
  max-height: unset;
  max-width: unset;
} */

@media screen and (max-width: 39.975em) {
  
  h1 {
    line-height: 40px;
  }

  .callout__wrapper--overlay {
    padding: 65px 10px;
  }


  .cta .grid-x .button {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .key-steps .tabs-title {
    width: 100%;
    filter: none;
    background: transparent;
  }

  .key-steps .tabs-title.is-active,
  .key-steps .tabs-title:hover {
    filter: drop-shadow(0px 12px 10px rgba(0, 0, 0, 0.2));
  }

  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: transparent;
  }
}
