/* ======================================  GENERAL STYLES  ====================================== */
.page-id-2 .container {
	max-width: 100%;	
	padding: 0px;
}
.page-id-2 section {
    max-width: 1425px;
    padding: 0 30px;
    margin: 0 auto !important;
}
.page-id-2 .main-content {
	background: #ffffff;
}
/* General */
.page-id-2 .small-text {
    font-size: 14px;
}
.page-id-2 .large-text {
    font-size: 20px;
}
.page-id-2 li {
    margin-bottom: 10px;
}
.page-id-2 ul {
    padding-left: 18px;
}
.page-id-2 .center {
    text-align: center;
}
/* Headers */
.page-id-2 h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    font-style: normal;
}
.page-id-2 h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    padding-top: 100px;
}
.page-id-2 h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 100;
    font-style: normal;
	padding-bottom: 20px;
	font-family: canela-thin;
}
.page-id-2 h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    font-style: normal;
	font-family: canela-thin;
	text-transform: none;
}
.header-border:after {
    border-top: 2px solid #413e3e;
    content: '';
    display: block;
    width: 150px;
    text-align: center;
    margin: 30px auto 40px;
}
.page-id-2 .full-width-bg {
    padding: 100px 0;
}
.page-id-2 .small-caps + h2 {
    margin-top: 10px;
}
.page-id-2 .full-width-bg h2 {
    padding: 0;
}
.page-id-2 .small-caps {
    text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
}
/* Links */
.page-id-2 a {
    color: #aa6d5c;
    text-decoration: none;
    position: relative;
}
.page-id-2 a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 18px;
    bottom: 0px;
    left: 0;
    background-color: #8d4640 /*#AA6C5C*/;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*.page-id-2 a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/
.page-id-2 a.cta-button, input[type=submit] {
    font-size: 18px;
    padding: 15px;
    width: 350px;
    max-width: 100%;
    display: inline-block;
    background: #8d4640 /*#AA6C5C*/;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
}
.page-id-2 a.cta-button:hover, input[type=submit]:hover {
    background: #8c4b3d;
}
.page-id-2 a.cta-button:after {
    width: 0%; /*Cancels out underline on buttons */
}
/* BG Colors */
.bg-white {
    background: #ffffff;
}
.bg-bone {
    background: #f5f3ef;
}
.bg-bone-light {
    background: #faf9f7;
}
.bg-terracotta {
    background: #8d4640 /*#AA6C5C*/;
}
.bg-snow-bone {
    background-image: url(/wp-content/uploads/2026/05/bg-snow-bone.png);
}
.bg-snow-lilac {
    background-image: url(/wp-content/uploads/2026/05/bg-snow-lilac.png);
}
/* Text Colors */
.text-camel {
    color: #af7c56;
}
.text-terracota {
    color: #8d4640 /*#AA6C5C*/;
}
.text-purple {
    color: #9f8ab0;
}
.text-gray {
    color: #a29e93;
}
/* Images */
.page-id-2 img {
    height: auto;
    max-width: 100%;
}
.page-id-2 .img-right {
    float: right;
    margin: 0 0 0 40px;
}
.page-id-2 .img-left {
    float: left;
    margin: 0 40px 0 0;
}
/* Lists */
ul.no-bullets,
ul.no-bullets li {
    list-style: none;
}

.page-id-2 .navigation {
    background: #8d4640;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 50px;
	margin-left: -50%;
	margin-right: -50%;
}
.page-id-2 .navigation a {
    text-decoration: none;
    margin: 0 15px;
    color: #ffffff;
}
.page-id-2 .navigation a:hover {
	color: #ffffff;	
}
.page-id-2 .navigation a:after {
    background-color: #ffffff;
}
.page-id-2 .navigation-fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

/* ======================================  INTRO  ====================================== */
.page-id-2 .intro {
	padding-top: 50px;	
}	
.page-id-2 .intro ul {
    padding-left: 0;
    margin-top: 10px;
}
.page-id-2 .intro li {
    font-style: italic;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}
.page-id-2 .intro h3 {
    margin: 50px 0 0px 0;
}
.page-id-2 .intro img:last-of-type {
    margin-top: 40px;
}
.intro-new img {
    margin-top: 30px;
}
.intro-new h3:first-of-type {
    margin-top: 40px;
}
.white-bg {
    margin-bottom: 100px;
}

/* =========  SOLUTION  ========= */
.page-id-2 .content-box {
	max-width: 1080px;
    padding: 60px;
	margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.page-id-2 .content-box h2 {
	padding-bottom: 20px;
}
.solution h3 {
    margin-top: 0;
}
.solution .testimonial:first-of-type {
    margin-top: 15px;
}
.solution .testimonial:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.solution ul {
    margin-left: 25px;
}
.solution li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}
.solution li:before {
    content: "\2714";
    color: #8d4640 /*#AA6C5C*/;
}
.solution-grads {
    margin: 10px 0px;
}

/* ======================================  LETTER  ====================================== */
.letter {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
}
.letter .content-box {
    background: white;
    border: 2px solid #f5f3ef;
}
.letter img.img-right {
    max-width: 50%;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* ======================================  INFO BOXES - MODEL OVERVIEW & HOW IT WORKS  ====================================== */
.results {
    background: url(/wp-content/uploads/2026/05/hero-notebook.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.for-you {
    background: url(/wp-content/uploads/2026/05/hero-woman-laptop.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.info-box .content {
    background: rgba(229,224,228,.9);
    margin: 0 auto;
    padding: 60px 80px;
}
.info-box .header-border:after {
    margin: 30px auto 40px;
}
.info-box p {
    margin-bottom: 40px;
}
.info-box p:last-of-type {
    margin-bottom: 0;
}
.info-box img {
    max-width: 32% !important;
    margin-bottom: 35px;
}

/* ======================================  TESTIMONIALS  ====================================== */
.page-id-2 .testimonials {
    margin: 0 auto;
	max-width: 1080px;
}
.page-id-2 .testimonial {
    border-bottom: 2px #f7f2ee dotted;
    margin: 0 auto 60px;
    display: block;
    padding-bottom: 60px;
}
.page-id-2 .testimonial-icon {
    background: #8d4640 /*#AA6C5C*/;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    color: #ffffff;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    vertical-align: middle;
    line-height: 80px;
    font-size: 30px;
}
.page-id-2 .testimonial:first-of-type {
    margin-top: 60px;
}
.page-id-2 .testimonial:last-of-type {
    border-bottom: none;
}
.page-id-2 .testimonial img {
    border-radius: 10px;
    max-width: 140px;
}
.page-id-2 .testimonial .content {
    display: table;
}
.page-id-2 .testimonial p {
    margin-top: 0;
}
.page-id-2 .testimonial .name {
    font-size: 14px;
    line-height: 20px;
    color: #aa9384 /*#AE7C59*/;
}
/* Expandable Testimonials */
.testimonials-category .title {
    cursor: pointer;
    padding: 28px;
    margin-bottom: 5px;
    margin-top: 30px;
    text-align: center;
}
.testimonials-category .title .header {
    font-family: canela-thin;
	font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    color: #8d4640 /*#AA6C5C*/;
}
.testimonials-category .title:hover {
    background-color: #7d6579;
    color: #ffffff;
    transition: all 0.5s ease;
}
.testimonials-category .title:hover .header {
    color: #ffffff;
    transition: all 0.5s ease;
}
.testimonials-category .testimonial:last-of-type {
    margin-bottom: 0;
}
.full-width-bg.grads {
    padding-top: 0;
}
.full-width-bg.grads h2 {
    padding-top: 100px;
}
.grad-image:first-of-type {
    margin-top: 60px;
}
.grad-image {
    margin-top: 35px;
}
/* Testimonial List */

.testimonial-list .content-box {
    background: white;
    border: 2px solid #f5f3ef;
}
.testimonial-list .content-box {
    padding-top: 0;
}
.testimonial-list > .content-box > h2 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.testimonial-list .testimonial:last-of-type {
    border-bottom: 2px #f7f2ee dotted;
    margin: 0 auto 20px;
}
.testimonial-list li {
    border-bottom: 2px #f7f2ee dotted;
    padding-bottom: 40px;
    text-align: center;
    font-style: italic;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}
.testimonial-list li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ======================================  AS SEEN IN  ====================================== */
.page-id-2 .logo-container {
    display: table;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.page-id-2 .logo {
    display: inline-block;
    padding: 2%;
    max-width: 180px;
    vertical-align: -webkit-baseline-middle;
}

/* =========  PROCESS  ========= */
.process .col-2 {
    display: table-cell;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
    padding: 0 20px;
}
.process .content-box {
    background: #ffffff;
}
.process .col-2 img {
    display: block;
    margin: 20px auto 30px auto;
    max-width: 150px;
}
.process .col-2 {
    display: table-cell;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
    padding: 0 30px;
}
.process h4 {
    color: #8d4640 /*#AA6C5C*/;
    font-size: 22px;
    margin: 0 auto 10px;
	font-family: canela-thin;
	font-weight: 600;
	text-transform: none !important;
}
.process .column-container p:first-of-type {
    margin-top: 0;
}
.process .column-container:first-of-type {
    margin-bottom: 20px;
}

/* ======================================  SIGN UP ====================================== */
.sign-up {
    background: url('/wp-content/uploads/2026/05/hero-signup.jpg') no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.full-width-bg.sign-up {
    padding-top: 200px;
}
.sign-up .content {
    background: rgba(255,255,255,.9);
    padding: 80px 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
	max-width: 1080px;
	margin: 0 auto;
}
.sign-up-img {
    margin-top: -200px;
    margin-bottom: 20px;
    width: 240px;
}
.sign-up .small-caps {
    display: block;
}
.sign-up a.cta-button {
    margin: 20px 20px 0;
}
.sign-up form {
    margin-top: 30px;
}
.sign-up input[type=text], .sign-up input[type=email] {
    margin: 10px;
}
.sign-up input[type=text], .sign-up input[type=email] {
    width: 40%;
    padding: 15px;
    font-size: 16px;
    border: none;
    border: 1px solid #413e3e;
    -webkit-appearance: none;
    border-radius: 5px;
}
.sign-up input[type=submit] {
    border: none;
    margin-top: 20px;
    -webkit-appearance: none;
    border-radius: 5px;
}
.signup-cta-bottom {
    display: none!important;
}

/* ======================================  CURRICULUM  ====================================== */
.curriculum .header-border:after {
    margin: 30px auto 40px;
}
.module {
    display: table;
    margin: 0 auto 100px auto;
	max-width: 1080px;
}
.module:first-of-type {
    margin-top: 100px;
}
.module:last-of-type {
    margin-bottom: 0;
}
.module-title {
    background: #f2ece5 /*#e5e0e4*/;
    text-align: center;
    display: table;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.module .number {
    background: #8d4640 /*#7d6579*/;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: block;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    line-height: 56px;
    left: 50%;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
}
.module-title h3 {
    font-size: 30px;
    padding: 0 20px;
    display: block;
    margin-top: 60px;
	margin-bottom: 30px;
    font-family: Canela-Light;
    color: #8d4640 /*#7d6579*/;
}
.module-title .small-caps {
    color: #bdb8ad;
}
.module-content {
    background: #fff;
    padding: 40px;
    border-left: 2px solid #f5f3ef;
    border-right: 2px solid #f5f3ef;
    border-bottom: 2px solid #f5f3ef;
}
.module-content h3 {
    font-size: 28px;
    color: #8d4640 /*#AA6C5C*/;
	margin-top: 20px;
	margin-bottom: 20px;
}
.module-content p:first-of-type {
    margin-top: 0;
}
.module-content p:last-of-type {
    margin-bottom: 0;
}
.module-number {
    background: #8d4640 /*#7d6579*/;
    padding: 5px 10px 5px;
    display: inline-block;
    color: #ffffff;
}
.module-number.small-caps {
    font-size: 12px;
    border-radius: 3px;
}
.curriculum hr {
    border: 0;
    border-top: 2px #f7f2ee dotted;
    margin: 40px 0 48px 0;
}

/* ======================================  HOW IT WORKS  ====================================== */

.how-it-works.content-box {
    border-radius: 10px 10px 0px 0px;
}
.how-it-works img {
    max-width: 32%;
    margin-bottom: 35px;
}
.bonuses {
    padding: 60px;
    background: #ece8e1;
    border-top: 5px #8d4640 /*#AA6C5C*/ solid;
}
.bonuses.content-box {
    border-radius: 0px 0px 10px 10px;
}
.bonuses .small-caps {
    border-top: 1px dashed;
    margin-top: 30px;
    padding-top: 30px;
}
.bonuses .small-caps:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.bonuses p:last-of-type {
    margin-bottom: 0;
}
.how-it-works h3, .bonuses h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ======================================  ABOUT PB  ====================================== */
.about-pb {
    background: white;
}
.about-pb.content-box {
    border-radius: 10px 10px 0px 0px;
}
.about-pb .col-3 img {
    display: block;
    margin: 20px auto 30px auto;
    max-width: 150px;
}
.about-pb .col-3 {
    display: table-cell;
    margin-bottom: 20px;
    width: 33.3%;
    text-align: center;
    padding: 0 20px;
}
.about-pb .col-3 strong {
    border-bottom: 1px dashed #8d4640 /*#AA6C5C*/;
    color: #8d4640 /*#AA6C5C*/;
}
.about-pb h3 {
    font-size: 26px;
    margin: 30px 0;
}
.about-pb-cta {
    padding: 60px;
    background: #ece8e1;
    border-top: 5px #8d4640 /*#AA6C5C*/ solid;
}
.about-pb-cta.content-box {
    border-radius: 0px 0px 10px 10px;
}
.about-pb-cta img {
    max-width: 28%;
    margin-bottom: 35px;
    margin-top: 100px;
}

/* =========  MISSION  ========= */
.mission {
    background-image: url('/wp-content/uploads/2026/05/bg-snow-bone.png');
}
.mission .content-box {
    background: #f5f3ef;
    border: 15px solid #ffffff;
    border-radius: 0px!important;
}
.mission img {
    width: 50%;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* ======================================  FAQS ====================================== */
.faqs section {
	max-width: 1080px;
	margin: 0 auto;
}
.faq-title {
    cursor: pointer;
    padding: 15px 30px;
    margin-top: 30px;
    background: #ffffff;
    font-weight: 600;
    border-radius: 8px;
}
.faq-title:hover {
    background-color: #8d4640 /*#AA6C5C*/;
    transition: all 0.5s ease;
}
.faq-title:before {
    content: "+";
    float: right;
    color: #8d4640 /*#AA6C5C*/;
    padding-left: 20px;
    font-size: 20px;
}
.faq-title:hover:before, .faq-title:hover {
    color: #ffffff;
}
.faq-content {
    padding: 30px;
    position: relative;
}
.faq-content p:first-child {
    margin-top: 0;
}
.faq-content p:last-child {
    margin-bottom: 0;
}
.faqs h3 {
    margin-top: 50px;
    font-size: 28px;
}

/* ======================================  RESPONSIVE  ====================================== */
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {
.process .col-2 {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.page-id-2 .navigation {
    line-height: 25px;
    padding: 10px 0;
}
.page-id-2 .nav-mobile {
    display: block;
}
.page-id-2 .navigation a {
    margin: 0 10px;
}
.page-id-2 .content-box, 
.page-id-2 .info-box .content {
    padding: 40px;
}
.page-id-2 .img-left, .img-right {
    float: none;
    margin: 0 auto 40px auto;
    text-align: center;
    display: block;
}
.page-id-2 .testimonial .content {
    text-align: center;
}
.full-width-bg {
    padding: 60px 0;
}

.white-bg {
    margin-bottom: 60px;
}
.sign-up .content {
    padding: 40px;
}
.sign-up a.cta-button {
    margin: 20px 0 0 0;
}
.sign-up input[type=text], .sign-up input[type=email], .sign-up input[type=submit] {
    width: 100%;
    margin: 0 0 10px 0;
}
.sign-up a.cta-button {
    margin-left: 0;
    margin-right: 0;
}
.signup-cta-top {
    display: none!important;
}
.signup-cta-bottom {
    display: block!important;
}
img.signup-cta-bottom {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 30px;
}
.bio img, .letter img.img-right {
    max-width: 100%;
}
.about-pb .col-3 {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.mission img {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
img.signup-cta-bottom {
    max-width: 80%;
}
