@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* custom */
#header {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #FFFDFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 1000px) {
  #header {
    grid-template-columns: 1fr auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header .logowrap {
  height: 100%;
  display: grid;
  align-items: center;
}
#header .logo {
  max-width: 225px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
#header .menuwrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1000px) {
  #header .menuwrap {
    display: none;
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}
#header .menuwrap.active {
  display: grid;
}
#header .mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1000px) {
  #header .mainmenu {
    width: 100%;
  }
}
#header .mainmenu .mainmenu-item {
  display: inline-block;
  position: relative;
  padding: 21px;
  box-sizing: border-box;
  padding-right: 0px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #header .mainmenu .mainmenu-item {
    display: block;
  }
}
#header .mainmenu .mainmenu-item:hover .hsubmenu {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  align-items: center;
  justify-self: start;
}
#header .mainmenu .mainmenu-item .mgrid img {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid .triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
#header .mainmenu .hsubmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 7px;
  min-width: 180px;
}
@media (max-width: 1000px) {
  #header .mainmenu .hsubmenu {
    position: relative;
    top: 0;
    border: none;
  }
}
#header .mainmenu .hsubmenu li {
  padding: 7px;
  color: #1B1816;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 180px;
}
#header .mainmenu .hsubmenu li img {
  display: block;
}
#header .mainmenu .hsubmenu li a {
  text-decoration: none;
  color: #1B1816;
}
#header .hbutton {
  box-sizing: border-box;
  text-align: center;
  display: grid;
  align-items: center;
  padding: 15px;
}
#header .hbutton a {
  color: #FFFDFF;
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
  background: #4A208C;
  display: block;
  border-radius: 23px;
  justify-self: center;
  padding: 0.5rem 1rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
#header .burger {
  display: none;
  cursor: pointer;
}
#header .burger img {
  max-width: 34px;
  display: block;
}
@media (max-width: 1000px) {
  #header .burger {
    display: block;
  }
}

body {
  
  color: #1f1b2c;
  background-color: #f5f5fb !important;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-left: 1px solid rgba(67, 29, 127, 0.07);
}

.main {
  display: grid;
  grid-template-columns: 40% 1fr;
  height: 742px;
}
@media (max-width: 768px) {
  .main {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.main .col1 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-Main.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .main .col1 {
    height: 400px;
  }
}
.main .col2 {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 128px;
  padding-bottom: 64px;
  display: grid;
  background: white;
}
@media (max-width: 768px) {
  .main .col2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.main h1 {
  color: #1B1816;
  
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
  max-width: 700px;
}
@media (max-width: 400px) {
  .main h1 {
    font-size: 35px;
  }
}
.main p {
  color: #54504D;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
.main .main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  align-self: end;
}
@media (max-width: 400px) {
  .main .main-grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-top: 50px;
  }
}
.main .main-grid div {
  border-left: 1px solid #4A208C;
  padding-left: 16px;
}
.main .main-grid .title {
  color: #1B1816;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  margin: 0;
  margin-bottom: 12px;
}
.main .main-grid p {
  color: #54504D;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}

.section-2 {
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
}
@media (max-width: 400px) {
  .section-2 {
    grid-template-columns: 1fr;
  }
}
.section-2 .col1 {
  border-left: 12px solid #4A208C;
  background: rgba(67, 29, 127, 0.02);
  padding-left: 15px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: white;
}
.section-2 .col1 p {
  color: #54504D;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-bottom: 40px;
}
.section-2 .col1 .name {
  color: #1B1816;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
.section-2 .col2 {
  background: #4A208C;
  display: grid;
  align-items: center;
  justify-content: center;
}
.section-2 .col2 p a {
  color: #FFFDFF;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}
.section-2 .col3 {
  background: #C7BADB;
  color: #351763;
  display: grid;
  align-items: center;
  justify-content: center;
}
.section-2 .col3 p a {
 
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  color: #351763;
  text-decoration: none;
}

.section-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .section-3 {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.section-3 .col2 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-College2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .section-3 .col2 {
    height: 431px;
    order: 1;
  }
}
.section-3 .col1 {
  display: grid;
  grid-template-rows: 1fr auto;
  background: white
}
@media (max-width: 768px) {
  .section-3 .col1 {
    order: 2;
  }
}
.section-3 .col1 .col1-sub1 {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 64px;
  padding-bottom: 17px;
  max-width: 800px;
}
.section-3 .eyebrow {
  color: #1B1816;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-3 .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-3 h2 {
  color: #1B1816;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .section-3 h2 {
    font-size: 28px;
  }
}
.section-3 p {
  color: #54504D;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 800px;
}
.section-3 .col1-sub2 {
  background: #C7BADB;
  padding: 48px;
  text-align: center;
}
.section-3 .col1-sub2 a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 550px;
}
@media (max-width: 768px) {
  .section-5 {
    height: auto;
  }
}
@media (max-width: 400px) {
  .section-5 {
    grid-template-columns: 1fr;
  }
}
.section-5 .col1 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-Family1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 400px) {
  .section-5 .col1 {
    height: 550px;
  }
}
.section-5 .col2 {
  display: grid;
  grid-template-rows: 1fr auto;
  background: white
}
.section-5 .col2 .col2-sub1 {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 64px;
  padding-bottom: 17px;
  max-width: 800px;
}
.section-5 .eyebrow {
  color: #1B1816;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-5 .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-5 h2 {
  color: #1B1816;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .section-5 h2 {
    font-size: 28px;
  }
}
.section-5 p {
  color: #54504D;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 800px;
}
.section-5 .col2-sub2 {
  background: #C7BADB;
  padding: 48px;
  text-align: center;
}
.section-5 .col2-sub2 a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-6 {
  padding: 64px 32px;
  background: white;
}
.section-6 h3 {
  color: #1B1816;
  text-align: center;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 400px) {
  .section-6 h3 {
    font-size: 28px;
  }
}

.section-7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: white;
}
@media (max-width: 768px) {
  .section-7 {
    grid-template-columns: 1fr;
  }
}
.section-7 .post {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
}
.section-7 .post .post-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
}
.section-7 .post-content {
  padding: 32px;
}
.section-7 .post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
}
.section-7 .post-content ul li {
  margin-right: 5px;
  display: inline;
}
.section-7 .post-content ul li span {
  color: #1B1816;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-7 .post-content ul li span::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-7 .post-content ul li.date span::after {
  color: #FF816F;
}
.section-7 .post-content h4 {
  color: #1B1816;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .section-7 .post-content h4 {
    font-size: 18px;
  }
}
.section-7 .post-content p {
  color: #8C8784;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
  margin: 0;
}
@media (max-width: 400px) {
  .section-7 .post-content p {
    font-size: 12px;
  }
}

.section-8 {
  padding: 48px;
  background: #C7BADB;
  text-align: center;
}
.section-8 a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-9 {
  padding: 160px;
  background-color: #4A208C;
}
@media (max-width: 768px) {
  .section-9 {
    padding: 40px;
  }
}
.section-9 .maincontainer {
  background-color: #fff;
  text-align: center;
  padding-top: 64px;
}
.section-9 .maincontainer .eyebrow {
  color: #1B1816;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-9 .maincontainer .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-9 .maincontainer h2 {
  color: #1B1816;
  text-align: center;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 64px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 400px) {
  .section-9 .maincontainer h2 {
    font-size: 28px;
  }
}
.section-9 .maincontainer .section-9-insidegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-top: 1px solid rgba(67, 29, 127, 0.07);
}
@media (max-width: 768px) {
  .section-9 .maincontainer .section-9-insidegrid {
    grid-template-columns: 1fr;
  }
}
.section-9 .maincontainer .section-9-insidegrid div {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-9 .maincontainer .section-9-insidegrid div:nth-child(odd) {
  background: #FFFDFF;
}
.section-9 .maincontainer .section-9-insidegrid div:nth-child(even) {
  background: rgba(67, 29, 127, 0.02);
}
.section-9 .maincontainer .section-9-insidegrid div h3 {
  color: #1B1816;
  text-align: center;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 32px;
  margin-bottom: 15px;
}
.section-9 .maincontainer .section-9-insidegrid div p {
  color: #54504D;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  margin: 0;
}
.section-9 .linkbox {
  background: #C7BADB;
  padding: 48px;
}
.section-9 .linkbox a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-10 {
  background: #351763;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 768px) {
  .section-10 {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-10 .eyebrow {
  color: #FFFDFF;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  text-align: center;
  margin: 0;
}
.section-10 h2 {
  color: #FFFDFF;
  text-align: center;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 400px) {
  .section-10 h2 {
    font-size: 35px;
  }
}
.section-10 .pricegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
@media (max-width: 768px) {
  .section-10 .pricegrid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.section-10 .pricegrid .box {
  background: #FFFDFF;
  border: 1px solid #fff;
}
.section-10 .pricegrid .box .boxwrap {
  padding: 32px;
}
.section-10 .pricegrid .box .boxwrap p {
  color: #1B1816;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 18px;
}
.section-10 .pricegrid .box .boxwrap .price {
  color: #1B1816;
  
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 18px;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .boxwrap .price {
    font-size: 45px;
  }
}
.section-10 .pricegrid .box .boxwrap .subtitle {
  color: #1B1816;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
  margin-bottom: 24px;
}
.section-10 .pricegrid .box .boxwrap .winclu {
  color: #1B1816;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  margin: 0;
  margin-bottom: 16px;
}
.section-10 .pricegrid .box .boxwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-10 .pricegrid .box .boxwrap ul li {
  color: #1B1816;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-bottom: 12px;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .boxwrap ul li {
    font-size: 14px;
  }
}
.section-10 .pricegrid .box .boxwrap ul li:last-child {
  margin-bottom: 0;
}
.section-10 .pricegrid .box .linkbox {
  background: #4A208C;
  padding: 31px;
  text-align: center;
}
.section-10 .pricegrid .box .linkbox a {
  color: #FFFDFF;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .linkbox a {
    font-size: 20px;
  }
}

.section-11 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-Teacher+Lg2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
}

.section-12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .section-12 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .section-12 .col1 {
    order: 1;
  }
}
.section-12 .footerbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: white;
}
@media (max-width: 768px) {
  .section-12 .footerbox {
    order: 2;
  }
}
@media (max-width: 500px) {
  .section-12 .footerbox {
    grid-template-columns: 1fr;
  }
}
.section-12 .footerbox div {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.section-12 .footerbox div h4 {
  color: #1B1816;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
  margin: 0;
  margin-bottom: 16px;
}
.section-12 .footerbox div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-12 .footerbox div ul li {
  margin-bottom: 0;
}
.section-12 .footerbox div ul li a {
  color: #1B1816;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.section-12 .linkbox {
  padding: 49px;
  height: 111px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #C7BADB;
}
.section-12 .linkbox a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}
.section-12 .credits {
  background: #351763;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-12 .credits p {
  text-align: center;
  color: #C7BADB;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.section-12 .footerlogo {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/img/FooterLogo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .section-12 .footerlogo {
    height: 400px;
    order: 1;
  }
}

.mainfooter {
  background: #351763;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mainfooter p {
  text-align: center;
  color: #C7BADB;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
/* =========================================================
   OVERRIDES: Keep style1.css design while using style.css
   Paste this AT THE END of style.css
   ======================================================= */

/* ------------------------------
   MAIN / HERO SECTION
   ------------------------------ */

/* Hero text block spacing from style1.css */
.main .col2 {
  padding-top: 64px;   /* instead of 128px */
  /* keep padding-bottom from style.css */
}

/* Hero body copy – larger, darker text like style1.css */
.main p {
  color: #1B1816;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Hero mini-column titles: slightly larger */
.main .main-grid .title {
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
}

/* Hero mini-column text: larger & darker */
.main .main-grid p {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}


/* ------------------------------
   SECTION 2
   ------------------------------ */

/* Left column paragraph – darker, larger like style1.css */
.section-2 .col1 p {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

/* Name line – slightly larger */
.section-2 .col1 .name {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
}


/* ------------------------------
   SECTION 3
   ------------------------------ */

/* Wider text column like style1.css */
.section-3 .col1 .col1-sub1 {
  max-width: 620px;
}

/* Body text – larger & darker */
.section-3 p {
  color: #1B1816;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


/* ------------------------------
   SECTION 5
   ------------------------------ */

/* Restore style1.css hero-family image */
.section-5 .col1 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-Family1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Wider text block */
.section-5 .col2 .col2-sub1 {
  max-width: 620px;
}

/* Section 5 body text – larger & darker */
.section-5 p {
  color: #1B1816;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


/* ------------------------------
   SECTION 7 (POSTS GRID)
   ------------------------------ */

/* Taller images as in style1.css */
.section-7 .post .post-img {
  height: 340px;
}

/* Post copy – darker color from style1.css */
.section-7 .post-content p {
  color: #1B1816;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
}


/* ------------------------------
   SECTION 9
   ------------------------------ */

/* Slightly wider heading block */
.section-9 .maincontainer h2 {
  max-width: 500px;
}

/* Inside-grid text – darker like style1.css */
.section-9 .maincontainer .section-9-insidegrid div p {
  color: #1B1816;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
}


/* ------------------------------
   SECTION 10
   ------------------------------ */

/* Subtitle color from style1.css */
.section-10 .pricegrid .box .boxwrap .subtitle {
  color: #1B1816;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
