:root {
    /* --white: ##F3DAC0; */
    --theo-red: #8b0e04;
    --black: black;
    --theo-black: #222323;
    --theo-gold: #b9a779;
    --theo-navy: #082149;
    --light-grey: #ccc;
    --tint: #eee;
    --dblue: #002a77;
    --med-grey: #7c7c7c;
    --theo-cream: #ede0d4;
    --gold: #8c7651;
    --menuwhite: whitesmoke;
    --menu-highlight: #0000002b;
    --tint-2: #0000001a;
    --tint-hover: #0006;
    --75-white: #ffffffbf;
    --tan-tint: #c2ae8d38;
    --studioform-library--sf-color--subtle-black-20: #2223;
    --dark-gold-tint: #50432ecc;
    --dim-grey: #d6ccba36;
    --studioform-library--sf-corner--medium: .3125rem;
    --studioform-library--sf-color--blue: #175ada;
    --studioform-library--sf-color--subtle-black-21: #222;
    --studioform-library--sf-color--subtle-black-10: #2222221a;
    --studioform-library--sf-color--subtle-white: #fbfbfb;
    --studioform-library--sf-color--subtle-black-50: #22222280;
    --studioform-library--sf-color--red: #dd2d4a;
    --studioform-library--sf-color--light-blue: #b1c9f6;
    --studioform-library--sf-color--light-red: #fbe5e8;
    --studioform-library--sf-corner--large: .625rem;
    --studioform-library--sf-corner--small: .15625rem;
    --studioform-library--sf-color--tag-blue: #0073e6;
    --studioform-library--base-color-neutral--neutral-lightest: #eee;
    --studioform-library--sf-color--green: #41f182;
    --studioform-library--sf-color--light-green: #cffce0;
    --studioform-library--sf-color--grey: #e9e9e9;
    --theo-green: #006443
}

body {
    background-color: var(--white);
    color: #363636;
    height: 100%;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 18px
}

/*About*/
.container-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row {
    display: flex;
    /* width: 100%; */
    margin-bottom: 10px;
    margin-left: 5%;
    /* border: 1px red solid; */
}

.column {
    flex-basis: 48%;
    padding: 10px;
    /* border: 1px solid #21759b; */
}

.zoomable {
  cursor: zoom-in;
  transition: transform .3s;
}

.zoomable:hover {
  transform: scale(1.2);
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .column {
        flex-basis: 50%;
    }
}

.c_church {
    width: 80%;
    height: 400px;
    /* margin: 20% 0 0 0; */
    margin-left: 10%;
    border-radius: 0.9em;
}


.container-about {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column {
    flex: 0 0 auto;
    /* prevent stretching */
    max-width: 500px;
    padding: 10px;
    vertical-align: middle;
}

.column h3 {
    text-align: center;
}

.column table {
    margin: 0;
    padding: 0;

}



.shadow {
    text-shadow: 2px 2px 4px rgba(0.9, 0.9, 0.9, 0.9);
    /* Offset X, Offset Y, Blur Radius, Color */
}

.hrformat {
    margin: 20px;
    background-color: #DBB667;
    border-top: 2px solid DBB667;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #bf5700; */
    color: #bf5700;
    text-decoration: none;
    border: 2px solid #bf5700;
    /* Add a border to the link/button */
    border-radius: 20px;
}

.button-link:hover {
    display: inline-block;
    padding: 10px 20px;
    background-color: #bf5700;
    color: #fef5e9;
    text-decoration: none;
    border: 2px solid #bf5700;
    /* Add a border to the link/button */
    border-radius: 20px;
}

.row1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.ellipse {
    width: 220px;
    height: 280px;
    border: 1px solid #c6a75e;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    /* centers and adds space below */
    display: flex;
    justify-content: center;
    align-items: center;

}

.ellipse img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;

}

.center {
    justify-content: center;
}

.text_center {
    text-align: center;
}

.shadow2 {
    font-size: 1.5em;
    margin-top: 10px;
    text-shadow: 1px 1px 4px rgba(0.9, 0.9, 0.9, 0.9);
}


.container-about-2 {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
}

.row2 {
    display: flex;
    justify-content: center;
    /* center both images as a group */
    align-items: center;
    gap: 400px;
    margin-top: -270px;
}

.logo-row {
    text-align: center;
    margin-bottom: 0;
}

.top-logo {
    width: 350px;
    max-width: 95%;
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;

    }

    .row2 {
        flex-direction: column;
        /* stack */
        gap: 25px;
        /* normal spacing */
        margin-top: 15px;
        /* remove the big negative */
        align-items: center;
    }

    /* Order: Logo, then Pope, then Bishop */
    .logo-row {
        order: 1;
    }

    .row2 .column.center:last-child {
        order: 2;
    }

    /* Pope */
    .row2 .column.center:first-child {
        order: 3;
    }

    /* Bishop */

    /* Optional: tighten overall spacing */
    .container-about-2 {
        padding-top: 20px;
    }

    .ellipse {
        margin-bottom: 10px;
    }

    .column {
        max-width: 100%;
    }

    .c_church {
        margin: auto;
    }

    .container-about-2 {
        padding-top: 10%;
    }


    .bottom-footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .top-logo {
        width: 280px;
        max-width: 90%;
    }

    .ellipse {
        width: 200px;
        height: 260px;
    }
}

h1 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 51px
}

h2 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family: Libre Baskerville, sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 43px
}

h3 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 41px
}

h4 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px
}

h5 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

h6 {
    color: var(--theo-red);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

p {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px
}

a {
    color: var(--theo-red);
    font-weight: 400;
    text-decoration: none
}

a:hover {
    color: var(--theo-red)
}

a.w--current {
    margin-bottom: 21px
}

ul {
    text-align: left;
    margin-top: 0;
    margin-bottom: 17px;
    padding-left: 17px
}

li {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

blockquote {
    border-left: 5px solid #4f65be;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px 0 30px;
    font-size: 18px;
    line-height: 27px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    /* padding: 20px */
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    border: 1px solid #c6a75e;;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.container.hero-slide-container {
    text-align: center;
    flex: 1;
    margin-top: 454px
}

.container.hero-slide-container.logos {
    margin-top: 80px
}

.container.hero-slide-container._6 {
    margin-top: 118px;
    padding-left: 240px;
    display: block
}

.container.hero-slide-container._7 {
    clear: none;
    flex: none;
    margin-top: -5px;
    padding-left: 143px;
    padding-right: 143px;
    position: absolute
}

.container.centered {
    text-align: center;
    line-height: 24px
}

.container.centered.equip {
    margin-top: -270px
}

.container.centered.sub {
    mix-blend-mode: normal;
    margin-top: -540px;
    display: block
}

.container.course-header {
    padding-left: 300px
}

.container.fp-guide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block
}

.container.file-header {
    padding-left: 300px
}

.container.board {
    margin-top: 72px;
    margin-bottom: 61px
}

.container.hero-slide-container-engage {
    text-align: center;
    flex: 1;
    margin-top: -293px;
    padding-left: 69px;
    padding-right: 69px;
    display: block
}

.container.hero-slide-container-copy {
    z-index: auto;
    text-align: left;
    text-align: center;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-top: 539px;
    display: block;
    position: static;
    inset: 0%
}

.container.blogpage {
    margin-top: 0
}

.button {
    background-color: var(--theo-red);
    text-align: left;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    line-height: 21px;
    transition: background-color .2s;
    display: inline-block
}

.button:hover {
    background-color: var(--theo-red);
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.button.slider-button {
    background-color: var(--theo-red);
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    border-radius: 6px;
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    transition: background-color .2s
}

.button.slider-button:hover {
    background-color: var(--theo-black)
}

.button.submit-button {
    background-color: var(--theo-red);
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    transition: background-color .2s;
    display: block
}

.button.submit-button:hover {
    background-color: var(--theo-black)
}

.button.events-learn-more {
    background-color: var(--theo-red);
    flex: none;
    align-self: flex-start;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block
}

.button.take-course {
    text-align: center;
    width: 100%;
    margin-top: 0
}

.button.blog-read-more {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    position: relative
}

.button.text-button {
    background-color: var(--theo-red);
    color: #fff;
    margin-top: 15px;
    padding: 9px 14px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block
}

.button.download-file {
    text-align: center;
    width: 100%;
    margin-top: 0
}

.button.file-download {
    margin-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
    line-height: 11px
}

.button.blog-button {
    background-color: var(--theo-red);
    align-self: flex-start;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px
}

.button.freelecture {
    text-align: center;
    display: inline
}

.button.wide {
    letter-spacing: 3px;
    margin-top: 0;
    padding: 21px 90px;
    font-size: 21px;
    font-weight: 300
}

.button.gold {
    border: 3px solid var(--theo-gold);
    background-color: #0000
}

.button.gold.center {
    display: inline-block
}

.button.tickets {
    text-align: center;
    margin-left: auto;
    display: block
}

.button.fphero {
    align-self: flex-start
}

.button.blue {
    background-color: var(--theo-navy);
    background-color: var(--theo-navy)
}

.header-wrapper {
    z-index: 1000;
    max-height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* border-bottom: 1.5px solid rgba(77, 40, 21, 0.1); */
}

.header-wrapper.new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 77px;
    display: block
}


.navbar {
    background-color: var(--white);
    max-height: 75px;
    display: block
}

.navbar._2 {
    display: flex
}

.logo-block {
    float: left
}

.logo-block:hover {
    text-decoration: none
}

.logo-block.right {
    float: right
}

.logo-block._2 {
    margin-left: -176px
}

.nav-menu {
    max-height: 75px
}

.nav-menu.left {
    float: left
}

.nav-link {
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    border-bottom: 3px solid #0000;
    margin-left: 20px;
    margin-right: 0;
    padding: 36px 0 33px;
    font-size: 18px;
    font-weight: 500;
    transition: border .2s, color .2s
}

.nav-link:hover {
    color: var(--theo-red);
    border-bottom-color: #0000;
    text-decoration: none
}

.nav-link.w--current {
    color: var(--theo-red)
}

.nav-link.left {
    margin-left: 0;
    margin-right: 20px
}

.nav-link.dropdown-toggle {
    letter-spacing: 0;
    border-bottom-color: #0000;
    max-height: 75px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 19px;
    display: block
}

.nav-link.dropdown-toggle:focus {
    color: var(--theo-red)
}

.nav-link.dropdown-toggle.w--open {
    border-bottom-color: var(--theo-red)
}

.nav-link.menu-text {
    max-height: 75px;
    margin: auto -17px auto 20px;
    padding-top: 29px;
    padding-bottom: 14px;
    padding-right: 0;
    display: inline-block
}

.dropdown-icon {
    opacity: .33;
    margin-right: 0;
    font-size: 12px
}

.section {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

.section.categories {
    padding-bottom: 50px;
    display: none
}

.section.fp-guide {
    opacity: 1;
    background-color: #0000;
    background-image: linear-gradient(#00000042, #00000042), url(https://cdn.prod.website-files.com/5d752a577288d55cc93bcc16/5dc9a91b673bd98e4cfa3115_ben-white-mO9vKbG5csg-unsplash.jpg);
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    display: none
}

.section.cost {
    background-color: var(--tint);
    display: block
}

.section.hide {
    display: none
}

.section.application {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 60px;
    padding-bottom: 0
}

.section.knoxbluetint {
    background-color: var(--theo-navy);
    background-image: linear-gradient(336deg, var(--theo-navy)36%, var(--dblue)82%)
}

.section.tall {
    padding-top: 205px;
    padding-bottom: 205px;
    display: block
}

.section.tint {
    background-color: #8b520412;
    display: block
}

.section.tint.event {
    border: 1px solid var(--light-grey);
    color: var(--theo-red);
    font-weight: 700
}

.section.tint.stats {
    padding-top: 50px;
    padding-bottom: 50px
}

.section.tint.hide {
    display: none
}

.section.tint.tight {
    padding-top: 5px;
    padding-bottom: 5px
}

.section-title-wrapper {
    opacity: 1;
    margin-bottom: 23px
}

.section-title-wrapper.course {
    margin-top: 21px;
    margin-bottom: 20px
}

.section-title-wrapper.tint {
    opacity: 1;
    background-color: #0000
}

.section-title-wrapper.contactpage {
    margin-bottom: 17px;
    padding-top: 0
}

.section-title-wrapper.cost-section {
    margin-bottom: 10px
}

.section-title-wrapper.column {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 30px
}

.section-title {
    color: var(--theo-red);
    font-size: 40px;
    font-weight: 400
}

.section-title.subtitle {
    color: var(--med-grey);
    margin-top: 10px
}

.section-title.subtitle.with-name {
    margin-right: 5px;
    display: inline-block
}

.section-title.subtitle.white {
    color: var(--white)
}

.section-title.subtitle.get-answers {
    color: var(--theo-cream);
    font-family: Lato, sans-serif;
    font-size: 30px
}

.section-title.sidebar {
    color: var(--theo-red);
    margin-bottom: 20px;
    font-size: 20px
}

.section-title.light {
    color: var(--gold)
}

.section-title.light.fancy {
    color: var(--theo-red);
    font-family: Libre Baskerville, sans-serif
}

.section-title.white {
    font-weight: 300
}

.section-title.about-page {
    font-size: 40px
}

.section-title.sidebar {
    color: #a10017;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 500
}

.section-title.program-page {
    color: var(--theo-red);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.section-title.fancy {
    text-transform: capitalize;
    font-family: Libre Baskerville, sans-serif
}

.section-title.fancy.gold {
    color: var(--theo-cream)
}

.section-title.red {
    color: var(--theo-red);
    margin-top: 0
}

.section-title.main-page {
    color: var(--theo-red)
}

.section-title.main-page.fbp {
    margin-top: 0;
    font-size: 40px;
    font-weight: 400
}

.section-title.lectures {
    margin-top: 64px
}

.section-title.knoxcream {
    color: var(--theo-cream);
    padding-bottom: 21px;
    font-size: 70px
}

.section-title.blog_news_headers {
    font-size: 30px
}

.section-title-divider {
    opacity: .1;
    background-color: #000;
    width: 130px;
    height: 1px;
    margin-bottom: 18px
}

.course-info-icon {
    color: #bebebe;
    margin-right: 6px;
    padding-left: 0;
    font-family: "Fa solid 900", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.course-info-icon.time {
    padding-left: 16px
}

.field {
    text-align: left;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 5px;
    transition: border .2s, background-color .2s
}

.field:hover {
    background-color: #fff;
    border-color: #d1d1d1
}

.field:focus {
    background-color: #fff;
    border-color: #4f65be
}

.field.area {
    height: 135px;
    padding-top: 12px
}

.field.register {
    text-align: center;
    text-align: center
}

.contact-form-title {
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    line-height: 28px
}

.bottom-info-text {
    color: var(--black);
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400
}

.blog-post-title-link {
    color: var(--black);
    letter-spacing: 0;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: block
}

.blog-post-title-link.blog-page {
    margin-bottom: 17px;
    font-size: 20px
}

.blog-post-title-link.blog-page:hover {
    text-decoration: none
}

.blog-post-title-link.profile {
    border-bottom: 1px solid var(--light-grey);
    color: var(--black);
    font-size: 20px;
    font-weight: 400
}

.blog-post-info-block.blog-overview {
    margin-bottom: 10px
}

.blog-info-title {
    color: #979797;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block
}

.blog-post-item {
    border-bottom: 1px solid #00000012;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.dropdown-list.w--open {
    background-color: var(--tint);
    /* text-transform: uppercase; */
    width: 220px;
    height: 150px
}

.dropdown-list.admissions {
    width: 218px;
    height: auto
}

.dropdown-list.about-us {
    width: 210px;
    height: auto
}

.dropdown-list.degrees {
    background-color: var(--menuwhite);
    height: auto
}

.dropdown-link {
    color: var(--theo-red);
    /* font-size: 14px; */
    transition: background-color .2s, color .2s
}

.dropdown-link:hover {
    background-color: var(--menu-highlight)
}

.dropdown-link.w--current {
    background-color: var(--menu-highlight);
    color: var(--theo-red);
    margin-bottom: 0
}

.dropdown-link.w--current:hover {
    color: #fff
}

.footer {
    background-color: var(--theo-navy);
    color: #7c7c7c;
    /* padding-top: 59px; */
    padding-bottom: 34px;

}

.footer-column {
    padding-right: 20px
}

.bottom-footer-block {
    border-top: 1px solid #ffffff24;
    margin-top: 21px;
    padding-top: 13px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social-icon {
    width: 32px;
    height: auto;
}

.bottom-footer-text {
    float: left;
    font-size: 15px;
    font-weight: 400;
    display: inline-block
}

.footer-title {
    color: var(--theo-cream);
    /* text-transform: uppercase; */
    margin-bottom: 13px;
    font-family: "Fa 400", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.footer-list-link {
    color: var(--light-grey);
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    display: block
}

.footer-list-link:hover {
    color: #fff
}

.footer-social-button {
    background-color: var(--theo-red);
    text-align: center;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin-top: 13px;
    margin-right: 4px;
    padding-top: 3px;
    padding-left: 2px;
    transition: background-color .2s, border .2s
}

.footer-social-button:hover {
    background-color: #5f616b
}

.footer-social-icon {
    width: 15px;
    margin-right: 2px
}

.page-header-title {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 0 1px 10px #000;
    font-family: Libre Baskerville, sans-serif;
    font-size: 49px;
    font-weight: 400
}

.page-header-title.course-title {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--gold);
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 50px
}

.page-header-title.course-title.degree-program {
    margin-top: 53px;
    padding-left: 0;
    font-family: Libre Baskerville, sans-serif;
    font-size: 59px
}

.page-header-title.teacher-name {
    margin-top: -9px
}

.page-header-title.teacher-name.fancyfont {
    margin-top: 0;
    font-size: 60px
}

.page-header-title.blog-post-title {
    color: var(--white);
    letter-spacing: 0;
    text-shadow: 0 1px 10px #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 63px
}

.page-header-title.news {
    color: var(--theo-cream);
    text-transform: capitalize;
    text-shadow: 0 0 12px var(--theo-black);
    margin-top: 142px;
    font-size: 49px;
    font-weight: 700;
    line-height: 60px
}

.page-header-title.fancy {
    font-family: Libre Baskerville, sans-serif
}

.page-header-title.board {
    text-align: center;
    line-height: 68px
}

.page-header-title.long {
    color: var(--theo-cream);
    width: 700px
}

.page-header-title.ccp {
    text-align: center;
    padding-bottom: 39px
}

.page-header-title.engage {
    color: var(--white);
    margin-top: -87px;
    margin-bottom: 51px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 70px
}

.page-header-title.center {
    text-align: center
}

.page-header-title.course-title-copy {
    margin-top: 140px;
    margin-bottom: 10px;
    padding-left: 18px
}

.empty-state {
    text-align: center;
    background-color: #00000012;
    border-radius: 3px;
    padding-top: 26px
}

.image-logo {
    height: 49px;
    margin-top: 15px;
    margin-bottom: auto
}

.image-logo.landingpage {
    margin-bottom: 19px
}

.blog-list-wrapper.blogpage {
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.blog-list {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    display: flex
}

.blog-list.blogpage {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block
}

.blog-list-item.blogpage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr
}

.small-events-list-item {
    height: 66px;
    margin-bottom: 13px;
    padding-top: 16px;
    padding-left: 75px;
    padding-right: 10px;
    position: relative
}

.small-events-date-block {
    background-color: var(--theo-navy);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 64px;
    height: 62px;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: hidden
}

.small-event-date-title {
    opacity: .5;
    /* text-transform: uppercase; */
    margin-bottom: -8px;
    font-weight: 600;
    line-height: 27px
}

.small-event-date-title.day {
    opacity: 1;
    text-align: right;
    opacity: 1;
    text-align: right;
    margin-right: -3px;
    padding-top: 1px;
    font-size: 51px;
    font-weight: 700;
    line-height: 50px
}

.small-events-list-link-title {
    border-bottom: 1px solid var(--theo-red);
    color: var(--black);
    letter-spacing: 0;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block
}

.news-column {
    padding-right: 20px
}

.events-column,
.about-us-column {
    padding-left: 20px
}

.white {
    color: #fff;
    font-weight: 300
}

.blue {
    color: #082149;
    font-weight: 300
}

.paragraph-large-2.blue {
    margin-top: auto;
    margin-bottom: 33px;
    font-size: 26px;
}

.button-2 {
    pointer-events: auto;
    /* text-transform: uppercase; */
    background-color: #8b0e04;
    border: 1px solid #8b0e04;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 4px 11px #013a7554
}

.button-2:hover {
    color: #fff;
    background-color: #8b0e04;
    border: 1px solid #8b0e04;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px #013a7554
}

.button-2.ghost {
    box-shadow: none;
    color: #8b0e04;
    background-color: #0000;
    border: 1px solid #8b0e04
}

.button-2.ghost:hover {
    color: #fff;
    background-color: #8b0e04;
    background-image: none;
    transform: none
}

.button-2.ghost.reversed {
    color: #fff;
    background-color: #0000;
    border-color: #fff
}

.button-2.ghost.reversed:hover,
.button-2.reversed {
    color: #8b0e04;
    background-color: #fff
}

.button-2.reversed:hover {
    background-image: none
}

.button-2.large {
    padding: 22px 45px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 700
}

.button-2.questions-footer {
    clear: none;
    flex-wrap: nowrap;
    flex: none;
    order: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 220px;
    font-weight: 400;
    display: flex
}

.button-2.wide {
    text-align: center;
    align-self: stretch
}

.button-2.fp {
    width: 210px;
    position: absolute;
    inset: auto 0% -13% 18%
}

.button-2.fp.hero {
    align-self: flex-start;
    width: auto;
    position: static
}

.button-2.gray {
    background-color: var(--light-grey);
    color: var(--black);
    border-style: none;
    transition-property: none
}

.button-2.gray:hover {
    border-style: none
}

.button-2.push {
    /* text-transform: uppercase; */
    margin-bottom: 26px
}

.menu-text {
    color: var(--theo-red);
    /* letter-spacing: 1px; */
    font-size: 18px;
    font-weight: 500
}

.container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 75px
}

.container-2._2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.text-span-3 {
    padding-left: 17px;
    padding-right: 0;
    font-family: "Fa solid 900", sans-serif;
    font-size: 16px;
    font-weight: 400
}

.footer-icon {
    font-family: "Fa solid 900", sans-serif
}

.body {
    color: var(--theo-black);
    line-height: 23px
}

.tagline {
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 500
}

.tagline.news-type {
    color: var(--theo-red);
    font-size: 12px;
    font-weight: 900
}

.tagline.news-date {
    border-bottom: 1px solid var(--tint);
    color: var(--theo-red);
    border-radius: 0;
    margin-bottom: 23px;
    padding-bottom: 6px;
    font-size: 11px;
    font-weight: 400
}

.tagline.blog-title {
    color: var(--theo-red);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 35px;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    display: flex
}

.tagline.featured-fp {
    border-bottom: 1px solid var(--theo-navy);
    color: var(--theo-navy);
    text-align: left;
    border-radius: 0;
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: auto;
    font-size: 11px;
    font-weight: 400;
    display: flex
}

.tint {
    background-color: #0000000a
}

.text-block-10 {
    color: var(--med-grey);
    font-size: 12px;
    font-weight: 500
}

.footer-knox-logo {
    max-width: 100%;
    margin-top: 17px;
    margin-bottom: 33px;
    display: block
}

.menubutton {
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    background-color: #a10017;
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    line-height: 21px;
    transition: background-color .2s
}

.menubutton:hover {
    color: #fff;
    background-color: #a10017;
    font-weight: 400;
    text-decoration: none
}

.menubutton.header {
    background-color: var(--theo-red);
    border-radius: 8px;
    margin-left: 39px;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    position: relative
}

.menubutton.header._2 {
    margin-left: 235px;
    margin-right: -200px
}

.section-description-2 {
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 200;
    line-height: 28px;
    display: block
}

.section-description-2.centered {
    color: var(--tint);
    text-transform: capitalize;
    width: 80%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    font-family: Lato, sans-serif;
    font-size: 27px;
    font-weight: 700;
    display: block
}

.section-description-2.logos-blurb {
    color: var(--black);
    text-align: center;
    flex: 1;
    width: 100%;
    margin-top: 42px;
    font-weight: 300
}

.section-description-2.fp22-copy {
    text-align: center;
    flex: 1;
    margin-top: 1px;
    margin-bottom: 77px;
    font-weight: 300
}

.section-description-2.fp22 {
    color: var(--theo-cream);
    text-align: center;
    flex: 1;
    margin-top: 1px;
    font-weight: 300;
    display: none
}

.section-description-2.fp22.left-j {
    text-align: left;
    width: 100%;
    margin-bottom: 39px
}

.section-description-2.fp22.left-j-copy {
    color: var(--theo-navy);
    text-align: left;
    text-align: left;
    width: 100%;
    margin-bottom: 39px;
    font-weight: 400;
    display: block
}

.blog-image-block {
    background-image: url(https://cdn.prod.website-files.com/5d752a577288d55cc93bcc16/5e3448f45b79244fba2a493e_knox-includes-26.jpg);
    background-position: 50% 22%;
    background-size: cover;
    border-radius: 4px;
    display: block
}

.blog-image-block.tint {
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden
}

.blog-date-block {
    background-color: var(--tan-tint);
    background-image: linear-gradient(274deg, #d3d3d387, #fff);
    border-radius: 4px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    min-width: 150px;
    height: 260px;
    padding: 20px;
    display: flex
}

.blog-div-tint {
    background-color: var(--studioform-library--sf-color--subtle-black-20);
    background-image: linear-gradient(270deg, #4242425c 46%, #0000);
    border-radius: 3px;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex
}

.blog-post-block-fp {
    background-color: #fff;
    border-radius: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 260px;
    margin-bottom: 20px;
    transition: box-shadow .2s;
    display: block;
    overflow: hidden;
    box-shadow: 5px 5px 13px #0000001a
}

.blog-post-block-fp:hover {
    box-shadow: 12px 12px 33px #0003
}

.fblog-post-fp {
    color: var(--white);
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: flex
}

.section-header {
    text-align: center;
    justify-content: center;
    display: block
}

.section-header.left-j {
    text-align: center;
    margin-bottom: 12px
}

.section-header.left-j.np {
    color: var(--theo-navy);
    text-transform: capitalize;
    text-transform: capitalize;
    font-family: Lato, sans-serif
}

.avatar-cover {
    object-fit: fill;
    position: static
}

.avatar-cover.flip {
    margin-bottom: 29px
}

.avatar-wrap {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin-bottom: 24px;
    overflow: hidden
}

.avatar-wrap.logos-mp {
    width: 425px;
    height: 425px;
    margin-top: 30px;
    margin-left: 29px
}

.h3-heading {
    letter-spacing: -.02em;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.2
}

.h3-heading.text-weight-medium {
    font-weight: 500
}

.h3-heading.resize {
    color: var(--theo-red);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 400
}

.h3-heading.navy {
    color: var(--theo-navy)
}

.h3-heading.centered {
    text-align: center
}

.h3-heading.nomargin {
    margin-top: 0
}

.margin-bottom-48 {
    margin-bottom: 24px;
    display: block
}

.t-content-button-wrapper {
    margin-top: 24px
}

.t-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr;
    margin-top: -43px;
    margin-bottom: -43px
}

.div-block-21 {
    background-image: url(https://cdn.prod.website-files.com/5d752a577288d55cc93bcc16/608b39110216397360e28c7f_Logo_Logos_RGB-2020-small.png);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px;
    padding-top: 87px
}

.div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: -36px;
    margin-bottom: 26px;
    display: grid
}

.footer-title-copy {
    color: var(--theo-cream);
    /* text-transform: uppercase; */
    margin-top: 33px;
    margin-bottom: 13px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.header-32-section {
    background-color: #f6efe6;
    background-image:
        linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)),
        url('/images/Background4.png');

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;

    min-height: 100vh;
    padding-top: 20px;
    width: 100%;


    /* position: absolute;
  width: 100%;
  min-height: 100svh; /* better on mobile than 100vh */


    /* background:
    linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)),
    url('/images/Background3.png') center center / cover no-repeat; */
}

/* Keep overlay under the fixed navbar */
.navbar.w-nav .w-nav-overlay {
    top: 55px !important;
    /* same as navbar height */
}

/* Make the dropdown menu panel solid */

.paragraph-large-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5
}

.paragraph-large-2.center {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.paragraph-large-2.white {
    margin-top: auto;
    margin-bottom: 33px;
    font-size: 26px
}

.paragraph-large-2.push {
    text-align: center;
    padding-bottom: 5px;
    font-weight: 400
}

.paragraph-large-2.push.bold {
    padding-bottom: 32px;
    font-weight: 700
}

.paragraph-large-2.push.space {
    padding-bottom: 29px
}

.form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: block
}

.column-regular-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex
}

.column-regular-3 p,
.column-regular-3 .button-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 53px;
    display: block
}

.subheading-large-2 {
    color: var(--theo-red);
    background-color: #0000;
    align-self: center;
    margin-top: 24px;
    padding-bottom: 25px;
    font-size: 19px;
    font-weight: 700
}

.paragraph-x-large {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5
}

.paragraph-x-large.bento-text {
    margin-top: 32px
}

.paragraph-x-large.programs-text {
    color: var(--theo-gold);
    margin-top: 24px;
    padding-bottom: 31px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 21px;
    font-weight: 700
}

.image-cover {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border-radius: 8px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: inline-flex
}

.image-cover.bento {
    object-fit: cover;
    width: 100%;
    max-width: 660px;
    height: auto;
    max-height: 320px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: clip
}

.image-cover.expect {
    aspect-ratio: 1;
    object-fit: cover;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 7px
}

.paragraph-regular-4 {
    text-align: left;
    margin-bottom: 29px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5
}

.paragraph-regular-4.text-color-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    margin-top: 13px;
    font-size: 18px;
    font-weight: 400;
    display: block
}

.text-color-secondary {
    color: #2e3138;
    font-weight: 900
}

.text-color-secondary.sub {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px
}

.text-color-secondary.next {
    color: var(--med-grey);
    text-align: left;
    font-weight: 700;
    line-height: 23px
}

.text-color-secondary.larger {
    font-size: 23px;
    font-weight: 700
}

.text-color-secondary.medium {
    font-size: 18px;
    font-weight: 400
}


.button-group-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.button-group-4.left {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center
}

.section_features {
    display: none
}

.padding-global {
    padding-left: 5%;
    padding-right: 5%
}

.padding-global.padding-section-medium {
    background-color: var(--tan-tint);
    background-color: var(--tan-tint)
}

.button-7 {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .5rem;
    padding: .625rem .875rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none
}

.button-7.w--current {
    background-color: #344256;
    border-color: #48566a
}

.button-7.is-large {
    border-radius: .625rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.button-7.is-secondary {
    color: #000;
    background-color: #f5f7f8
}

.button-7.is-secondary.is-large {
    background-color: var(--white);
    border-radius: 0
}

.button-7.is-outline {
    color: #000;
    background-color: #fff;
    box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8
}

.feature_content-small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex
}

.image-cover-2 {
    object-fit: cover;
    width: 400px;
    height: 300px
}

.text-size-large {
    letter-spacing: -.32px;
    font-size: 1.25rem;
    line-height: 2rem
}

.text-size-large.text-color-secondary.right {
    text-align: right;
    text-align: right;
    text-align: right;
    font-weight: 300
}

.subheading-regular-2 {
    text-align: center;
    justify-content: center;
    margin-top: 13px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    display: flex
}

.subheading-regular-2.move {
    margin-top: -16px
}

.bento-31-description {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: 1;
    padding: 24px;
    display: flex
}

.bento-31-card {
    object-fit: fill;
    border: 1px solid #c9d2d9;
    border-radius: 8px;
    flex-flow: column;
    height: 412px;
    display: flex
}

.container-large-10 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    position: relative
}

.container-large-10.narrow {
    background-color: #0000;
    margin-top: 36px;
    margin-bottom: 36px;
    position: relative
}

.bento-31-image {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    max-height: 320px;
    display: block;
    overflow: clip
}

.testimonial_image-wrapper {
    background-color: #edf0f2;
    border: 1px solid #dde3e8;
    border-radius: .5rem;
    padding: .5rem
}

.testimonial_slide-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 13px;
    padding: 13px 2rem 2rem;
    display: flex
}

.heading-style-h6 {
    letter-spacing: -.1px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem
}

.heading-style-h6.text-weight-bold.red {
    color: var(--theo-red);
    font-size: 39px;
    font-weight: 700
}

.testimonial_slider-embed {
    display: none
}

.testimonial_divider {
    background-color: #c8d1d9;
    height: 1px
}

.testimonial_image {
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px .5px #95a0b214
}

.testimonial_slider-nav {
    display: none
}

.testimonial_details-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex
}

.text-size-small {
    letter-spacing: -.08px;
    font-size: .875rem;
    line-height: 1.5rem
}

.text-weight-semibold {
    font-weight: 600
}

.testimonial_arrow-hidden {
    display: none
}

.testimonial_slider-buttons-left {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    display: flex
}

.icon-embed-xsmall {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex
}

.testimonial_slide-grid-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    margin-top: 89px;
    padding: 1.5rem
}

.testimonial_slider {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto
}

.testimonial_left_slider-button {
    color: #000;
    background-color: #fff;
    border: 1px solid #dde3e8;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
    inset: auto auto 0% 0%;
    box-shadow: 0 2px 1px #95a0b214
}

.testimonial_content-large {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex
}

.heading-style-h3 {
    letter-spacing: -.64px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 3.5rem
}

.container-large-11 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.header-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.feature_grid-3-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.feature_card-medium {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border: 1px solid #dde3e8;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
    display: flex
}

.feature_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.feature_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.feature_image-wrapper-small {
    border: 1px solid #dde3e8;
    border-radius: .375rem;
    width: 100%;
    height: 18rem;
    overflow: hidden
}

.header-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    margin-bottom: 4.75rem
}

.paragraph-80 {
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px
}

.heading-29 {
    color: var(--black);
    text-align: left;
    margin-top: 27px;
    margin-bottom: 27px;
    font-size: 28px;
    font-weight: 400;
    line-height: 31px
}

.text-block-22 {
    text-align: right
}

.text-block-24 {
    color: var(--white);
    font-weight: 400
}

.quick-stack {
    /* grid-column-gap: 52px; */
    grid-row-gap: 52px;
    margin-bottom: 40px
}

.italic-text-7 {
    font-size: 22px
}

.cell {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 135px
}

.cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0
}

.image-2 {
    border: 1px solid #0000;
    border-radius: 8px
}

.paragraph-82 {
    color: var(--theo-black);
    margin-top: auto;
    margin-bottom: -1px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 300;
    line-height: 23px
}

.cell-3 {
    justify-content: space-between;
    align-items: center;
    padding: 22px 57px 0 75px
}

.cell-4 {
    padding-right: 159px
}

.quick-stack-2 {
    margin-bottom: 39px;
    padding-left: 0;
    padding-right: 0
}

.cell-5 {
    padding-left: 57px
}

.quick-stack-3 {
    margin-top: 77px;
    margin-bottom: 31px
}

.cell-8 {
    flex-flow: column;
    align-items: stretch
}

.button-8 {
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    background-color: #4f65be;
    border-radius: 3px;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    line-height: 21px;
    transition: background-color .2s
}

.button-8:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none
}

.button-8.submit-button {
    background-color: var(--theo-red);
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    transition: background-color .2s;
    display: block
}

.button-8.submit-button:hover {
    background-color: #000
}

.contact-form-block-2 {
    background-color: var(--theo-red);
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 40px
}

.contact-form-block-2._2 {
    background-color: #fff;
    border-bottom-width: 0
}

.div-block-32 {
    margin-top: 55px
}

.hp-mailing-list {
    float: right;
    background-color: #fff;
    border-radius: 4px;
    width: 350px;
    overflow: hidden;
    box-shadow: 7px 7px 30px #0006
}

.div-block-36 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex
}

.testimonial_right_slider-button {
    color: #000;
    background-color: #fff;
    border: 1px solid #dde3e8;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
    inset: auto auto 0% 0%;
    box-shadow: 0 2px 1px #95a0b214
}

.link-block {
    pointer-events: none
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 40px;
        line-height: 52px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    h3 {
        font-size: 27px
    }

    h4 {
        font-size: 21px;
        line-height: 30px
    }

    h5 {
        font-size: 18px;
        line-height: 26px
    }

    h6 {
        font-size: 14px;
        line-height: 23px
    }

    p {
        font-size: 17px;
        line-height: 20px
    }

    .hero-slide {
        background-position: 50%
    }

    .hero-slide._6 {
        background-position: 20%
    }

    .hero-slide-overlay {
        padding-left: 26px;
        padding-right: 26px
    }

    .hero-slide-overlay.padding {
        padding-top: 220px;
        padding-bottom: 90px
    }

    .container.course-header,
    .container.file-header {
        padding-left: 260px
    }

    .container.hero-slide-container.logos {
        margin-top: 206px
    }

    .container.hero-slide-container._6 {
        margin-bottom: 301px;
        padding-left: 79px
    }

    .container.hero-slide-container._7 {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: -477px;
        padding-left: 0;
        padding-right: 237px;
        display: block
    }

    .container.course-header,
    .container.file-header {
        padding-left: 260px
    }

    .hero-slide-content-block {
        width: 580px
    }

    .hero-slide-content-block._6 {
        width: 600px;
        margin-bottom: 45px;
        margin-left: 67px;
        position: fixed;
        inset: 44% auto 0% 0%
    }

    .hero-slide-content-block._7 {
        margin-left: -4px;
        margin-right: -4px
    }

    .hero-slide-title {
        margin-bottom: 0;
        font-size: 54px;
        line-height: 67px
    }

    .hero-slide-title.first-slide,
    .hero-slide-title.first-slide-copy,
    .hero-slide-title.first-slide,
    .hero-slide-title.first-slide-copy {
        font-size: 70px;
        line-height: 60px
    }

    .hero-content-overlay-block {
        display: none
    }

    .hero-overlay-row {
        padding-left: 0;
        padding-right: 0
    }

    .hero-overlay-block {
        height: 105px;
        padding-top: 25px;
        padding-left: 90px;
        padding-right: 18px
    }

    .hero-overlay-number {
        font-size: 58px;
        line-height: 58px;
        top: 21px;
        left: 18px
    }

    .hero-slider-button {
        width: 40px
    }

    .hero-slider-button:hover {
        width: 50px
    }

    .navbar {
        height: 65px
    }

    .logo-block {
        display: block
    }

    .nav-menu {
        /* background-color: #fff; */
        margin-left: 61px;
        margin-right: 0;
        /* box-shadow: 0 0 40px #000 */
    }

    .nav-menu.left {
        margin-left: 0;
        margin-right: 60px
    }

    .nav-link {
        border-bottom-width: 1px;
        border-bottom-color: #f8f8f8;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        transition: border .2s, color .2s, background-color .2s
    }

    .nav-link:hover {
        border-bottom-color: #f5f5f5
    }

    .nav-link.dropdown-toggle:hover {
        background-color: var(--light-grey)
    }

    .nav-link.dropdown-toggle.w--open {
        border-bottom-color: #eee
    }

    .nav-link.left {
        margin-right: 0
    }

    .nav-link.menu-text {
        background-color: var(--white);
        margin-top: -15px;
        /* padding-bottom: 198px; */
        padding-left: 12px;
        display: block
    }

    .top-navbar {
        z-index: 1001
    }

    .slide-intro-paragraph {
        margin-top: 10px;
        margin-bottom: 0
    }

    .link-block-paragraph {
        font-size: 12px;
        line-height: 18px
    }

    .dropdown {
        background-color: var(--white)
    }

    .dropdown-icon {
        margin-right: 25px
    }

    .section {
        padding: 40px
    }

    .section.tint.event {
        padding-top: 60px
    }

    .section.fp-guide {
        background-image: url(https://cdn.prod.website-files.com/5d752a577288d55cc93bcc16/5dc9a91b673bd98e4cfa3115_ben-white-mO9vKbG5csg-unsplash.jpg), linear-gradient(#00000091, #00000091);
        background-position: 0 0, 0 0;
        background-repeat: no-repeat, repeat;
        background-size: auto, auto
    }

    .section-title-wrapper {
        margin-bottom: 30px
    }

    .section-title {
        font-size: 25px;
        line-height: 26px
    }

    .section-title.subtitle {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px
    }

    .section-title.sidebar {
        margin-bottom: 10px;
        font-size: 18px
    }

    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured,
    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured {
        height: 350px
    }

    .course-image-link-block {
        height: 130px
    }

    .course-image-link-block.home-featured {
        height: 220px
    }

    .course-content-block {
        padding: 25px 15px 15px
    }

    .course-content-block._2 {
        padding-right: 5px
    }

    .course-title-link {
        font-size: 13px;
        line-height: 18px
    }

    .course-info-icon,
    .course-info-title {
        margin-right: 4px;
        font-size: 12px
    }

    .teacher-overlay-title {
        font-size: 11px
    }

    .teacher-overlay-photo {
        width: 35px;
        height: 35px;
        margin-left: 15px;
        margin-right: 7px
    }

    .image-section-overlay {
        padding: 70px 40px
    }

    .image-section-content-block {
        width: 390px
    }

    .image-section-title {
        margin-bottom: 20px
    }

    .image-section-contact-form {
        width: 250px
    }

    .event-item {
        padding-left: 300px;
        padding-right: 20px
    }

    .event-image-block {
        width: 260px
    }

    .event-title-link {
        font-size: 22px
    }

    .bottom-info-text {
        margin-top: 20px
    }

    .blog-post-title-link {
        font-size: 14px;
        font-weight: 400
    }

    .blog-info-title {
        font-size: 13px
    }

    .dropdown-list.w--open {
        background-color: var(--light-grey);
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        box-shadow: 0 0 #0000
    }

    .dropdown-link {
        background-color: var(--white);
        color: var(--theo-red);
        border-bottom: 1px solid #f5f5f5;
        font-size: 12px
    }

    .dropdown-link:hover {
        background-color: var(--light-grey);
        color: var(--theo-red)
    }

    .dropdown-link.w--current {
        background-color: var(--theo-black);
        color: #fff
    }

    .dropdown-link.w--current:hover {
        background-color: var(--theo-gold)
    }

    .featured-course-right {
        width: 46%
    }

    .footer {
        padding: 45px
    }

    .footer-column {
        padding-right: 10px
    }

    .featured-courses-row {
        margin-bottom: 10px
    }

    ._404-section {
        height: auto;
        padding: 190px 60px 100px
    }

    .page-header-overlay {
        padding: 150px 40px 35px
    }

    .page-header-overlay.course {
        padding-top: 180px;
        padding-bottom: 60px
    }

    .page-header-overlay.blog-post {
        padding-top: 200px;
        padding-bottom: 110px
    }

    .page-header-overlay.knox-black {
        margin-top: -52px
    }

    .page-header-overlay.board {
        padding-bottom: 50px
    }

    .page-header-title {
        margin-bottom: 37px;
        font-size: 49px;
        line-height: 60px
    }

    .page-header-title.course-title {
        font-size: 30px;
        line-height: 31px
    }

    .page-header-title.course-title-copy,
    .page-header-title.course-title {
        font-size: 30px;
        line-height: 31px
    }

    .page-header-title.course-title.degree-program {
        font-size: 43px;
        line-height: 70px
    }

    .page-header-title.teacher-name {
        margin-top: 16px;
        font-size: 34px;
        line-height: 34px
    }

    .page-header-title.teacher-name.fancyfont {
        margin-bottom: 13px;
        font-size: 40px
    }

    .page-header-title.blog-post-title {
        font-size: 40px;
        line-height: 45px
    }

    .page-header-title.engage {
        margin-top: 26px;
        font-size: 60px;
        line-height: 80px
    }

    .page-header-title.course-title-copy {
        font-size: 30px;
        line-height: 31px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        margin-top: 10px;
        font-size: 29px;
        line-height: 33px
    }

    .page-subtitle.teacher-subtitle {
        margin-top: 7px;
        font-size: 21px;
        line-height: 24px
    }

    .page-subtitle.pricing {
        margin-top: 10px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        margin-top: 10px;
        font-size: 29px;
        line-height: 33px
    }

    .pricing-content-block {
        padding: 20px
    }

    .pricing-content-block.feature.with-button {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pricing-title {
        font-size: 20px
    }

    .pricing-title.subtitle {
        margin-top: 7px;
        font-size: 16px
    }

    .pricing-feature-title {
        font-size: 16px
    }

    .contact-us-row {
        margin-top: -195px
    }

    .contact-us-block {
        padding: 28px
    }

    .faq-title {
        width: 100%;
        margin-bottom: 17px
    }

    .faq-item {
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .faq-answer {
        width: 100%
    }

    .course-block-left {
        width: 220px;
        margin-top: -215px
    }

    .course-info-block {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .main-course-info-title.info {
        font-size: 13px
    }

    .course-main-info-block {
        width: 430px
    }

    .teacher-class-photo {
        width: 35px;
        height: 35px
    }

    .teacher-title {
        font-size: 12px;
        line-height: 18px
    }

    .course-main-info-wrapper.last {
        margin-bottom: 0
    }

    .image-logo {
        height: 45px;
        margin-top: 10px
    }

    .teacher-overview-block {
        max-height: 294px
    }

    .teacher-overview-block.online-faculty {
        max-height: 0
    }

    .teacher-main-title {
        font-size: 17px
    }

    .teacher-main-title.job-title {
        min-height: 51px;
        font-weight: 300;
        line-height: 15px
    }

    .blog-post-image-block {
        height: 180px
    }

    .blog-post-content-block {
        padding: 25px
    }

    .blog-list {
        flex-flow: wrap
    }

    .course-category-fixed-block {
        border-radius: 0;
        position: static
    }

    .fixed-block-title {
        padding-left: 40px;
        padding-right: 40px
    }

    .category-link-title {
        border-bottom: 1px solid #f3f3f3;
        padding-left: 40px;
        padding-right: 40px
    }

    .blog-post-wrapper {
        margin-top: -110px
    }

    .blog-post-content-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    .blog-post-content-wrapper.first {
        padding-top: 40px
    }

    .blog-post-header-info-block {
        margin-top: 20px
    }

    .menu-button {
        float: right;
        text-align: center;
        /* background-color: #f3f3f3; */
        width: 65px;
        height: 65px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        display: none
    }

    .menu-button.w--open {
        background-color: #fff
    }

    .menu-button.left {
        float: left;
        float: left
    }

    .small-events-list-item {
        padding-left: 75px;
        padding-right: 0
    }

    .small-events-list-link-title {
        font-size: 14px;
        line-height: 20px
    }

    .video-hero {
        background-image: linear-gradient(#00000080, #00000080);
        padding: 86px 30px
    }

    .dropdown-list-2 {
        background-color: #330f14
    }

    .dropdown-list-2.w--open {
        height: 50vh;
        overflow: auto
    }

    .page-preview-link {
        height: 22px
    }

    .logo-navbar.white {
        width: 70px
    }

    .white-burger {
        color: #fff
    }

    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-2.wider-padding {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .button-2.fp {
        width: 170px;
        left: 14%
    }

    .button-2.questions-footer {
        justify-content: space-between;
        margin-right: 51px
    }

    .nav-dropdown-link {
        float: left;
        color: #fff;
        background-color: #76232f17;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px
    }

    .margin-bottom {
        margin-bottom: 40px
    }

    .text-block-2 {
        text-align: left
    }

    .navbar-2 {
        align-items: center;
        padding-top: 37px;
        padding-bottom: 37px
    }

    .menu-button-3,
    .menu-button-3.w--open {
        background-color: #330f14
    }

    .nav-link-3 {
        color: #fff;
        text-align: left;
        background-color: #330f14;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        padding-top: 31px;
        padding-bottom: 31px;
        display: flex
    }

    .nav-menu-container {
        background-color: #330f14;
        width: 100%;
        min-height: 100vh;
        display: flex;
        position: absolute;
        top: 60px
    }

    .col {
        width: 50%;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .col.lg-10.md-2,
    .col.lg-4 {
        width: 50%
    }

    .col.lg-1,
    .col.lg-1.hidden-lg-down {
        display: none
    }

    .col.lg-11.md-3 {
        width: 75%
    }

    .col.lg-10.md-2,
    .col.lg-4 {
        width: 50%
    }

    .col.lg-1,
    .col.lg-1.hidden-lg-down,
    .col.lg-1.hidden-lg-down {
        display: none
    }

    .col.lg-5 {
        width: 50%
    }

    .col.lg-9.md-1 {
        width: 25%
    }

    .col.lg-3 {
        flex-wrap: nowrap;
        width: 33.33%
    }

    .col.lg-3.no-padding {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .row {
        flex-flow: wrap;
        justify-content: flex-start
    }

    .row.flex-horizontal.no-bottom-margin {
        flex-wrap: wrap
    }

    .row.flex-horizontal.blue.padding {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.no-bottom-margins {
        margin-bottom: 0
    }

    .wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .wrapper.navbar {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .menu-text {
        font-size: 13px
    }

    .text-span-3 {
        padding-left: 9px;
        display: inline-block
    }

    .about-rtext h4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 27px
    }

    .button-3.header {
        margin-left: 25px;
        margin-right: 25px;
        display: block
    }

    .button-3.header.landingpage {
        float: right;
        float: right;
        flex-direction: row;
        justify-content: space-around;
        margin: 12px 11px;
        display: inline-block
    }

    .div-block-4 {
        margin-top: -37px
    }

    .column-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr
    }

    .html-embed {
        text-align: center
    }

    .file-info-block {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .page-header-sub-right {
        font-size: 48px
    }

    .file-overview-block,
    .board-overview-block {
        max-height: 294px
    }

    .board-subtitle {
        font-size: 10px
    }

    .board-main-title {
        font-size: 17px
    }

    .section-title-2 {
        font-size: 25px;
        line-height: 26px
    }

    .menubutton.header {
        margin-top: -100px;
        margin-left: 38px;
        margin-right: 38px;
        padding: 10px;
        font-size: 14px;
        display: block
    }

    .grid-2 {
        flex-direction: column;
        grid-template-areas: ".Area";
        display: flex
    }

    .lecture-block-left-copy {
        width: 220px;
        margin-top: -215px
    }

    .course-info-block-copy {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .lecture-image-link-block {
        height: 130px
    }

    .lecture-content-block {
        padding: 25px 15px 15px
    }

    .wrap {
        width: 645px
    }

    .hero2-text-wrap {
        width: 100%
    }

    .headline-8-col {
        text-align: center;
        width: auto
    }

    .content1-item-description {
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0
    }

    .heading-6 {
        font-size: 23px;
        line-height: 40px
    }

    .engage-section {
        margin-bottom: 89px;
        padding: 45px
    }

    .engage-section.color {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .section-title-3 {
        margin-bottom: 15px;
        font-size: 37px;
        line-height: 30px
    }

    .section-title-wrapper-2 {
        width: 85%;
        margin-bottom: 60px
    }

    .section-title-wrapper-2.full-centered {
        margin-bottom: 40px
    }

    .section-description {
        width: 80%;
        margin-top: 10px
    }

    .large-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .timeline-content-block {
        padding: 25px
    }

    .feature-info-title {
        margin-top: 0;
        font-size: 17px
    }

    .section-title-4 {
        margin-bottom: 15px;
        font-size: 37px;
        line-height: 30px
    }

    .section-description-2 {
        width: 80%;
        margin-top: 10px
    }

    .section-description-2.fp22.left-j-copy {
        margin-bottom: -2px;
        font-size: 18px;
        line-height: 24px
    }

    .cta4-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px
    }

    .cta3-content {
        padding-right: 67px
    }

    .cta3-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px
    }

    .section-8 {
        padding-left: 24px;
        padding-right: 24px
    }

    .blog-image-block.tint {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        display: flex
    }

    .blog-date-block {
        justify-content: center;
        align-items: flex-start;
        min-width: 110px
    }

    .cta-h1 {
        font-size: 49px
    }

    .card-pricing-title {
        font-size: 20px
    }

    .certificate-item {
        height: 320px;
        padding-left: 300px;
        padding-right: 20px
    }

    .certificate-image-block {
        width: 260px;
        height: 320px
    }

    .certtitle-link {
        font-size: 14px
    }

    .cert-header-title {
        margin-bottom: 37px;
        font-size: 60px;
        line-height: 54px
    }

    .cta-h1-2 {
        font-size: 49px
    }

    .container-large.align-center.wider {
        display: inline-block
    }

    .grid-halves {
        grid-template-columns: 1fr
    }

    .medium-heading {
        font-size: 32px;
        line-height: 38px
    }

    .medium-heading.no-bottom-margin {
        font-size: 20px;
        line-height: 27px
    }

    .section-large {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .display-heading-2 {
        letter-spacing: 0;
        font-size: 54px;
        line-height: 54px
    }

    .medium-heading-2 {
        font-size: 32px;
        line-height: 38px;
        display: inline
    }

    .section-title-5 {
        margin-bottom: 56px
    }

    .portrait-image-section {
        grid-template-columns: 1fr
    }

    .portrait-image-container {
        max-width: 497px
    }

    .checklist-item-text {
        margin-top: 8px;
        font-size: 18px;
        font-weight: 400;
        line-height: 17px
    }

    .checklist-item.align-top {
        margin-top: -3px;
        padding-top: 3px
    }

    .large-heading {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 46px
    }

    .image-border-white {
        border-width: 0
    }

    .text-block-11 {
        padding-bottom: 3px;
        padding-right: 0
    }

    .hero-intro-paragraph {
        margin-top: 10px;
        margin-bottom: 0
    }

    .hero-heading {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 46px
    }

    .section-large-2 {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .image-border-dark {
        border-width: 0
    }

    .hero-small-text-copy {
        margin-bottom: 8px
    }

    .page-header-overlay-copy {
        padding: 150px 40px 35px
    }

    .product-image {
        background-position: 50%
    }

    .product4-grid-2 {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px
    }

    .section-fbp {
        padding: 40px 0
    }

    .schedule-item {
        padding-left: 300px;
        padding-right: 20px
    }

    .schedule-item.fp {
        margin-bottom: 18px;
        padding-left: 192px
    }

    .schedule-block {
        width: 180px
    }

    .block-text.course-id {
        font-size: 20px
    }

    .block-text.course-type {
        margin-top: -32px;
        font-size: 20px
    }

    .schedule-title-link {
        font-size: 22px
    }

    .schedule-title-link.fancy {
        letter-spacing: -1px;
        letter-spacing: -1px;
        font-size: 16px;
        font-weight: 700
    }

    .schedule-info-title.link {
        color: var(--theo-red);
        text-align: right;
        flex: 1;
        margin-right: 18px;
        padding-left: 0
    }

    .schedule-info-title.link:hover {
        color: var(--theo-gold)
    }

    .testimonial-name.subtitle._2 {
        line-height: 22px
    }

    .intro-paragraph {
        font-size: 18px;
        line-height: 25px
    }

    .lightbox-image-block-2.graphic-design {
        width: 350px
    }

    .heading-16._2 {
        margin-left: -4px;
        font-size: 28px
    }

    .image-section-overlay-2 {
        padding: 70px 45px
    }

    .hero-slide-title-engage {
        margin-bottom: 0;
        font-size: 54px;
        line-height: 47px
    }

    .slide-intro-paragraph-engage {
        margin-top: 10px;
        margin-bottom: 0
    }

    .div-block-14 {
        padding-right: 13px
    }

    .sub-section {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .justify-content-center-partner {
        margin-top: -2px
    }

    .hero-intro-paragraph-partner {
        margin-top: 10px;
        margin-bottom: 42px
    }

    .page-header-overlay-partner {
        padding: 150px 40px 35px
    }

    .fblog-post-fp {
        flex: 1;
        display: flex
    }

    .slide-7 {
        background-position: 60%
    }

    .heading-17 {
        font-size: 50px;
        line-height: 60px
    }

    .fp22-engage-section {
        padding: 45px 45px 101px
    }

    .section-header {
        margin-bottom: 40px
    }

    .section-header.left-j {
        font-size: 48px
    }

    .member-wrap {
        flex-flow: column wrap;
        place-content: space-around space-between;
        align-items: stretch;
        width: 40%;
        min-height: 300px;
        padding-left: 12px;
        padding-right: 12px
    }

    .member-wrap._2nd {
        padding-left: 12px;
        padding-right: 12px
    }

    .avatar-wrap {
        flex: none;
        order: -1;
        align-self: center
    }

    .avatar-wrap.logos-mp {
        margin-left: 123px
    }

    .hero-slide-content-block-2 {
        width: 580px
    }

    .hero-slide-content-block-2.simple {
        margin-top: -117px;
        margin-left: 80px
    }

    .video-hero-2 {
        background-image: linear-gradient(#00000080, #00000080);
        padding-top: 180px;
        padding-left: 30px;
        padding-right: 30px
    }

    .grid-three-column {
        grid-template-columns: 1fr 1fr
    }

    .logos-section-mp {
        padding: 45px 45px 101px
    }

    .t-content-button-wrapper {
        text-align: center
    }

    .t-content-grid {
        grid-template-columns: 1fr
    }

    .div-block-21 {
        margin-left: auto
    }

    .event-block-left {
        width: 220px;
        margin-top: -215px
    }

    .event-info-block-new {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-no-shadow {
        display: block
    }

    .container-regular {
        flex-direction: row
    }

    .navbar-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex
    }

    .heading-21 {
        margin-left: 27px;
        line-height: 30px
    }

    .testimonial-grid {
        grid-template-columns: 1fr 1fr
    }

    .testimonial-card-large {
        padding: 16px
    }

    .paragraph-small-3 {
        font-size: 14px;
        line-height: 19px
    }

    .hero-heading-2 {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 46px
    }

    .section-large-_2 {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .hero-heading-2-copy {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 46px
    }

    .italic-text-3-copy {
        color: var(--white);
        font-size: 24px;
        line-height: 35px
    }

    .section-large-_5,
    .section-large-_3 {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .section-large-_3.border-dark.bg-dark-copy {
        background-color: var(--gold);
        background-color: var(--gold);
        background-color: var(--gold)
    }

    .container-large-copy.align-center.wider {
        display: inline-block
    }

    .medium-heading-2-copy-copy {
        font-size: 32px;
        line-height: 38px;
        display: inline
    }

    .section-large-_2-copy {
        padding-top: 112px;
        padding-bottom: 112px
    }

    .page-header-title-copy.equip,
    .page-header-title-copy.sub,
    .page-header-title-copy.equip,
    .page-header-title-copy.sub {
        margin-top: -94px;
        font-size: 60px;
        line-height: 80px
    }

    .page-header-overlay-equip {
        padding: 150px 40px 35px
    }

    .main-container-copy-copy {
        margin-top: 0;
        padding: 0 69px
    }

    .hero-small-text-copy-copy {
        margin-top: 59px
    }

    .bold-text-12 {
        line-height: 30px
    }

    .page-header-overlay-salem,
    .page-header-overlay-logos {
        padding: 150px 40px 35px
    }

    .page-header-title-2 {
        margin-bottom: 37px;
        font-size: 60px;
        line-height: 54px
    }

    .page-subtitle-2.pricing {
        margin-top: 10px
    }

    .f-grid-three-column {
        grid-template-columns: 1fr 1fr
    }

    .medium-heading-2-copy {
        font-size: 32px;
        line-height: 38px;
        display: inline
    }

    .how-it-works {
        padding: 45px 45px 101px
    }

    .page-header-overlay-sub {
        padding: 150px 40px 35px
    }

    .subscribe-h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 70px
    }

    .subscribe-bold {
        font-weight: 400;
        line-height: 30px
    }

    .faq-grid-large {
        grid-template-columns: 1fr
    }

    .faq-card {
        max-width: none
    }

    .page-header-title-copy {
        margin-bottom: 37px;
        font-size: 60px;
        line-height: 54px
    }

    .page-header-overlay-faithlife,
    .page-header-overlay-ct {
        padding: 150px 40px 35px
    }

    .page-header-title-copy-copy {
        margin-bottom: 37px;
        font-size: 60px;
        line-height: 54px
    }

    .blog-post-header-info-block-copy {
        margin-top: 20px
    }

    .page-header-title-landing1 {
        margin-bottom: 37px;
        font-size: 60px;
        line-height: 54px
    }

    .video-hero-2-copy {
        background-image: linear-gradient(#00000080, #00000080);
        padding-top: 180px;
        padding-left: 30px;
        padding-right: 30px
    }

    .section-header-fp {
        margin-bottom: 40px
    }

    .header-32-section {
        padding-left: 5%;
        padding-right: 5%;
        background-image:
            linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)),
            url('/images/Background4_M.png');
        background-size: cover;
        background-position: center center;
    }

    .paragraph-large-2.white {
        margin-top: auto
    }

    .paragraph-large-2.push {
        font-size: 14px;
        line-height: 20px
    }

    .h1-heading.white {
        margin-top: 60px;
        margin-bottom: 24px;
        font-size: 50px
    }

    .column-regular-3 {
        margin-left: 0
    }

    .title-center {
        margin-bottom: 60px
    }

    .paragraph-x-large.programs-text {
        margin-top: auto;
        margin-bottom: 28px;
        padding-bottom: 0;
        font-size: 17px
    }

    .image-cover {
        box-sizing: border-box;
        aspect-ratio: 1;
        object-fit: cover;
        max-width: 100%;
        overflow: hidden
    }

    .hiw-15-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        place-items: center start
    }

    .h2-heading-7 {
        font-size: 48px
    }

    .feature_grid-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .text-color-secondary.sub {
        font-size: 14px;
        line-height: 20px
    }

    .text-color-secondary.larger {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 23px
    }

    .text-color-secondary.medium {
        font-size: 17px;
        font-weight: 350;
        line-height: 1.5;
        
    }

    .button-group-4.left {
        margin-left: 1px
    }

    .padding-global.padding-section-medium {
        padding-bottom: 74px
    }

    .title-center-2 {
        margin-bottom: 60px
    }

    .h2-heading-8 {
        font-size: 48px
    }

    .bento-31-grid {
        grid-column-gap: 24px;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row
    }

    .bento-31-card {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex: 0 auto;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: stretch;
        height: 560px;
        display: block
    }

    .bento-31-image {
        width: auto;
        height: auto;
        max-height: 487px
    }

    .testimonial_image-wrapper {
        height: 24rem
    }

    .testimonial_slide-content {
        padding: 0
    }

    .testimonial_slide-grid-left {
        grid-template-columns: 1fr;
        padding: 0
    }

    .testimonial_content-large {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .feature_grid-3-col {
        grid-template-columns: 1fr 1fr
    }

    .header-grid {
        grid-template-columns: 1fr
    }

    .margin-bottom-50 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .content-16-component {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch
    }

    .content-16-image {
        max-width: none;
        height: 520px
    }

    .paragraph-80 {
        margin-bottom: 34px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 15px;
        line-height: 20px
    }

    .heading-29 {
        font-size: 19px;
        line-height: 24px
    }

    .heading-30.center {
        margin-top: auto;
        margin-bottom: 26px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 40px;
        line-height: 48px
    }

    .heading-30.tight {
        font-size: 30px
    }

    .quick-stack {
        grid-column-gap: 52px
    }

    .cell {
        padding: 36px 27px
    }

    .cell-2 {
        padding-left: 0;
        padding-right: 0
    }

    .heading-31 {
        font-size: 20px
    }

    .cell-3 {
        padding-left: 27px;
        padding-right: 27px
    }

    .heading-32 {
        padding-left: 69px;
        font-size: 38px;
        line-height: 58px
    }

    .image-seminary-possible {
        object-fit: cover;
        align-self: auto;
        width: 350px;
        max-width: none
    }

    .cell-4 {
        padding-right: 0
    }

    .cell-6 {
        justify-content: center;
        align-items: center
    }

    .hp-mailing-list {
        width: 250px
    }

    .sf-form_step {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sf-heading-style-h4 {
        font-size: 1.75rem
    }

    .sf-form_divider {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .sf-form_component-main-wrapper {
        grid-template-columns: 1fr
    }

    .sf-form_component-image-wrapper {
        display: none
    }

    .sf-form_instructions-delete-this {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 33px;
        line-height: 44px
    }

    h2 {
        font-size: 25px;
        line-height: 37px
    }

    h3 {
        font-size: 21px;
        line-height: 39px
    }

    h4 {
        font-size: 19px;
        line-height: 29px
    }

    h5 {
        font-size: 18px;
        line-height: 25px
    }

    p {
        font-size: 15px;
        line-height: 17px
    }

    .hero-section {
        height: auto;
        min-height: 0
    }

    .hero-slider {
        width: 100%;
        height: 410px
    }

    .hero-slide-overlay {
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 35px
    }

    .hero-slide-overlay.padding {
        padding-top: 160px;
        padding-bottom: 50px
    }

    .hero-slide-overlay._5 {
        padding: 103px 33px 0
    }

    .container.hero-slide-container {
        margin-top: -104px
    }

    .container.hero-slide-container._6 {
        margin-top: 95px;
        margin-bottom: 88px;
        padding-left: 45px
    }

    .container.hero-slide-container._7 {
        margin-top: -146px;
        padding-left: 0;
        padding-right: 295px
    }

    .container.course-header {
        padding-left: 0
    }

    .container.teacher-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: block
    }

    .container.file-header {
        padding-left: 0
    }

    .container.hero-slide-container-engage {
        margin-top: -53px
    }

    .container.hero-slide-container-copy {
        margin-top: 0
    }

    .hero-slide-content-block {
        width: 90%
    }

    .hero-slide-content-block._6 {
        margin-left: 37px;
        padding-right: 104px
    }

    .hero-slide-content-block._5 {
        width: auto
    }

    .hero-slide-title {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 36px;
        line-height: 34px
    }

    .hero-slide-title.first-slide,
    .hero-slide-title.first-slide-copy,
    .hero-slide-title.first-slide,
    .hero-slide-title.first-slide-copy {
        margin-bottom: 41px;
        font-size: 50px
    }

    .button.events-learn-more,
    .button.blog-button {
        margin-left: 24px
    }

    .button.slider-button {
        margin-top: 10px
    }

    .button.events-learn-more,
    .button.blog-button {
        margin-left: 24px
    }

    .navbar {
        height: 55px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;

        background: transparent !important;
        transition: background-color 0.25s ease, box-shadow 0.25s ease;
    }

    /* When scrolling */
    .navbar.scrolled {
        background-color: #fbf4e8 !important;
        /* solid */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .top-navbar {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-right: 20px
    }

    .top-nav-menu {
        float: none;
        text-align: center
    }

    .top-nav-link {
        margin-left: 10px;
        margin-right: 10px
    }

    .slide-intro-paragraph {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .section {
        padding: 20px
    }

    .section.tint.event {
        padding-top: 20px
    }

    .section.tint.stats {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .section-title-wrapper {
        margin-bottom: 20px
    }

    .section-title-wrapper.course {
        margin-bottom: 10px
    }

    .section-title.subtitle.with-name,
    .section-title.subtitle.with-name.first {
        font-size: 16px;
        font-weight: 200
    }

    .section-title.subtitle.with-name,
    .section-title.subtitle.with-name.first,
    .section-title.subtitle.with-name,
    .section-title.subtitle.with-name.first,
    .section-title.subtitle.with-name.first {
        font-size: 16px;
        font-weight: 200
    }

    .section-title.profile-page {
        font-weight: 400
    }

    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured {
        height: auto
    }

    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured {
        height: auto
    }

    .course-block-wrapper.list-view {
        height: auto;
        padding-left: 0
    }

    .course-image-link-block.home-featured {
        height: 130px
    }

    .course-image-link-block.list-view {
        width: 100%;
        height: 80px;
        position: static
    }

    .course-content-block._2.list-view {
        padding-bottom: 5px
    }

    .course-title-link {
        font-size: 16px
    }

    .course-info-icon {
        margin-right: 7px;
        font-size: 13px
    }

    .course-info-title {
        margin-right: 6px;
        font-size: 13px
    }

    .teacher-overlay-block {
        padding-top: 30px;
        padding-bottom: 0
    }

    .teacher-overlay-title {
        padding-top: 9px;
        padding-bottom: 10px;
        font-size: 12px
    }

    .teacher-overlay-photo {
        width: 40px;
        height: 40px;
        margin-bottom: -18px;
        margin-right: 13px;
        position: relative;
        bottom: -9px
    }

    .teacher-overlay-photo.list-view-photo {
        margin-top: -2px;
        bottom: 0
    }

    .image-section-overlay {
        text-align: center;
        padding: 30px 20px
    }

    .image-section-content-block {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .image-section-title {
        font-size: 36px;
        line-height: 35px
    }

    .image-section-contact-form {
        width: 100%;
        margin-top: 20px
    }

    .field {
        margin-bottom: 4px
    }

    .event-item {
        height: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .event-date-block {
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px
    }

    .event-image-block {
        border-radius: 0;
        width: 100%;
        height: 150px;
        position: relative
    }

    .bottom-info-text {
        margin-top: 10px
    }

    .about-column-right {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .news-column-left {
        padding-left: 0;
        padding-right: 0
    }

    .dropdown-link {
        font-size: 12px
    }

    .featured-course-column-left {
        padding-left: 0;
        padding-right: 0
    }

    .featured-course-column-right {
        padding-right: 0
    }

    .featured-course-right {
        width: 100%;
        margin-left: 0
    }

    .footer {
        padding: 20px
    }

    .footer-column {
        padding-bottom: 20px;
        padding-left: 0
    }

    .bottom-footer-block {
        margin-top: 10px;
        padding-top: 20px
    }

    .bottom-footer-text {
        float: none
    }

    .footer-title {
        margin-bottom: 20px
    }

    ._404-section {
        padding: 150px 25px 80px
    }

    .page-header-certp.engage-sf {
        height: 410px
    }

    .page-header-overlay {
        padding: 120px 20px 20px
    }

    .page-header-overlay.course {
        padding-top: 120px;
        padding-bottom: 70px
    }

    .page-header-overlay.blog-post {
        padding-top: 180px;
        padding-bottom: 120px
    }

    .page-header-overlay.knox-black {
        margin-top: -29px
    }

    .page-header-title {
        margin-bottom: 51px;
        font-size: 37px;
        line-height: 52px
    }

    .page-header-title.course-title {
        font-size: 25px;
        line-height: 31px
    }

    .page-header-title.course-title-copy,
    .page-header-title.course-title {
        font-size: 25px;
        line-height: 31px
    }

    .page-header-title.course-title.degree-program {
        line-height: 70px
    }

    .page-header-title.teacher-name.fancyfont {
        flex-flow: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        display: flex
    }

    .page-header-title.blog-post-title {
        font-size: 30px;
        line-height: 35px
    }

    .page-header-title.long {
        display: inline
    }

    .page-header-title.engage {
        margin-top: 15px;
        font-size: 40px
    }

    .page-header-title.course-title-copy {
        font-size: 25px;
        line-height: 31px
    }

    .page-subtitle {
        margin-top: 5px;
        font-size: 20px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        font-size: 23px;
        line-height: 29px
    }

    .page-subtitle.teacher-subtitle {
        color: var(--tint);
        margin-top: 0;
        margin-right: 23px;
        font-size: 15px;
        font-weight: 700;
        line-height: 17px;
        display: flex
    }

    .page-subtitle.pricing {
        line-height: 27px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        font-size: 23px;
        line-height: 29px
    }

    .featured-course-item,
    .courses-list-item {
        padding-left: 0;
        padding-right: 0
    }

    .contact-column-left {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .contact-column-right {
        padding-left: 0;
        padding-right: 0
    }

    .contact-us-row {
        margin-top: -185px
    }

    .contact-us-column-right {
        padding-left: 0;
        padding-right: 0
    }

    .contact-us-column-left {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .contact-us-block {
        height: auto
    }

    .fields-row {
        margin-bottom: 1px
    }

    .fields-col-left {
        padding-left: 0
    }

    .fields-col-right {
        padding-left: 0;
        padding-right: 0
    }

    .faq-title {
        font-size: 19px
    }

    .course-block-left {
        width: 100%;
        margin-top: -60px
    }

    .course-image-block {
        height: 190px
    }

    .course-main-info-block {
        width: 100%;
        margin-top: 20px
    }

    .teacher-block-wrapper {
        margin-bottom: 6px
    }

    .teacher-class-photo {
        width: 45px;
        height: 45px
    }

    .teacher-title {
        margin-top: 6px;
        font-size: 16px
    }

    .teacher-title._2 {
        margin-top: 2px;
        font-size: 13px
    }

    .course-content-wrapper {
        margin-bottom: 10px
    }

    .course-category-title {
        font-size: 15px
    }

    .course-category-title.icon {
        font-size: 13px
    }

    .teacher-photo-block {
        width: 160px;
        height: 160px;
        margin-bottom: 20px;
        margin-right: 30px
    }

    .image-logo {
        height: 40px;
        margin-right: 20px
    }

    .teacher-overview-block {
        margin-bottom: 10px
    }

    .teacher-main-title {
        font-size: 25px
    }

    .teacher-main-title.job-title {
        min-height: 50px;
        font-size: 14px
    }

    .blog-post-image-block {
        height: 290px
    }

    .blog-list {
        flex-flow: column
    }

    .blog-list-item {
        padding-left: 0;
        padding-right: 0
    }

    .fixed-block-title {
        padding-left: 20px;
        padding-right: 20px
    }

    .category-link-title {
        padding: 5px 20px
    }

    .blog-post-wrapper {
        width: 90%
    }

    .blog-post-content-wrapper {
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px
    }

    .blog-post-content-wrapper.first {
        padding: 30px 30px 10px
    }

    .blog-title-wrapper {
        width: 90%
    }

    .blog-author-photo {
        width: 70px;
        height: 70px;
        margin-right: 17px
    }

    .blog-author-title-link {
        font-size: 24px;
        line-height: 20px
    }

    .menu-button {
        height: 55px;
        padding-top: 17px
    }

    .course-teacher-item {
        padding-left: 0;
        padding-right: 0
    }

    .event-info-block {
        padding: 25px
    }

    .hero-slider-nav {
        text-align: right;
        height: 50px;
        padding-right: 20px;
        font-size: 8px
    }

    .teacher-item {
        padding-left: 0;
        padding-right: 0
    }

    .stats-column {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .category-block.right {
        width: 100%;
        height: 150px;
        margin-bottom: 10px
    }

    .category-block.large {
        height: 150px;
        margin-bottom: 10px
    }

    .category-column-left {
        padding-left: 0
    }

    .category-column-right {
        padding-right: 0
    }

    .small-events-list-link-title {
        font-size: 17px
    }

    .news-column {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .events-column {
        padding-left: 0;
        padding-right: 0
    }

    .about-us-column {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .video-hero {
        padding: 61px 20px 67px
    }

    .page-preview-link {
        height: 220px
    }

    .logo-navbar.white {
        width: 60px
    }

    .button-2.fp {
        left: 33%
    }

    .button-2.questions-footer {
        margin-right: 17px
    }

    .col.lg-10.md-2.sm-2,
    .col.lg-5 {
        width: 100%
    }

    .col.lg-11.md-3.sm-1 {
        width: 50%
    }

    .col.lg-10.md-2.sm-2,
    .col.lg-5 {
        width: 100%
    }

    .col.lg-3.no-padding.sm-2 {
        width: 50%
    }

    .col.lg-6 {
        width: 100%
    }

    .row {
        flex-wrap: wrap
    }

    .row.flex-horizontal {
        flex-flow: wrap;
        margin-bottom: 0
    }

    .button-3.header.landingpage {
        float: right;
        clear: right;
        float: right;
        clear: right;
        float: right;
        clear: right;
        margin: 10px 22px 10px 10px;
        padding: 6px 17px;
        font-size: 13px;
        display: inline
    }

    .div-block-4 {
        margin-top: -20px
    }

    .file-image-block {
        height: 190px
    }

    .page-header-sub-right {
        font-size: 38px;
        line-height: 34px
    }

    .file-item {
        padding-left: 0;
        padding-right: 0
    }

    .file-overview-block {
        margin-bottom: 10px
    }

    .news-title-wrapper {
        width: 90%
    }

    .board-item {
        padding-left: 0;
        padding-right: 0
    }

    .board-overview-block {
        margin-bottom: 10px
    }

    .board-subtitle {
        font-size: 14px
    }

    .board-main-title {
        font-size: 25px
    }

    .bold-text-2 {
        line-height: 50px
    }

    .rte-faculty {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 27px;
        margin-bottom: 35px;
        padding-top: 0;
        padding-bottom: 0;
        display: block
    }

    .lecture-block-left-copy {
        width: 100%;
        margin-top: -60px
    }

    .lecture-image-block {
        height: 190px
    }

    .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .heading-6 {
        font-size: 26px;
        line-height: 34px
    }

    .process-title {
        top: 37px
    }

    .process-number {
        top: 0
    }

    .engage-section {
        margin-bottom: 91px;
        padding: 25px
    }

    .engage-section.color {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-title-3 {
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 30px
    }

    .process-block {
        margin-bottom: 40px
    }

    .process-title-wrapper {
        margin-bottom: 90px
    }

    .section-title-wrapper-2 {
        width: 95%;
        margin-bottom: 40px
    }

    .section-description {
        font-size: 20px;
        line-height: 30px
    }

    .timeline-block-title {
        font-size: 27px
    }

    .large-container {
        padding-left: 0;
        padding-right: 0
    }

    .timeline-content-block {
        padding: 20px
    }

    .feature-info-row {
        flex-direction: column;
        margin-top: 0
    }

    .feature-info-row.fp {
        flex-direction: column;
        margin-top: -71px
    }

    .feature-info-title {
        margin-bottom: 13px
    }

    .feature-info-column {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .feature-info-block {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .section-title-4 {
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 30px
    }

    .section-description-2 {
        font-size: 20px;
        line-height: 30px
    }

    .section-description-2.fp22-copy {
        margin-bottom: 0
    }

    .cta4-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none
    }

    .cta3-content {
        padding-right: 0
    }

    .cta3-pictures-feed {
        min-height: 360px;
        margin-bottom: 36px
    }

    .cta3-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none
    }

    .section-8 {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero-slide-engage {
        background-size: cover;
        background-attachment: scroll;
        height: 430px
    }

    .cta-h1 {
        margin-bottom: 3px;
        padding-bottom: 14px;
        font-size: 34px;
        line-height: 42px
    }

    .fpp-payment-block {
        grid-template-columns: 1fr
    }

    .certificate-item {
        height: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .certificate-image-block {
        border-radius: 0;
        width: 100%;
        height: 150px;
        position: relative
    }

    .cert-header-title {
        margin-bottom: 32px;
        font-size: 47px;
        line-height: 46px
    }

    .cta-h1-2 {
        margin-bottom: 3px;
        padding-bottom: 14px;
        font-size: 34px;
        line-height: 42px
    }

    .grid-halves {
        grid-row-gap: 56px;
        max-width: 497px;
        margin-left: auto;
        margin-right: auto
    }

    .section-9,
    .section-large {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .medium-heading-2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 0
    }

    .section-title-5 {
        margin-bottom: 35px
    }

    .boxed {
        padding: 35px
    }

    .image-border-white {
        border-width: 0
    }

    .hero-intro-paragraph {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .section-large-2 {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .section-large-2.border-dark {
        border-width: 21px
    }

    .section-9-copy {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .page-header-overlay-copy {
        padding: 120px 20px 20px
    }

    .product4-grid-2 {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none
    }

    .section-fbp {
        padding: 20px
    }

    .schedule-item {
        height: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .schedule-item.fp {
        padding-left: 0
    }

    .schedule-block {
        border-radius: 0;
        width: 100%;
        height: 60px;
        position: relative
    }

    .schedule-date-block {
        padding: 6px 23px 21px;
        overflow: hidden
    }

    .block-text.course-id {
        margin-top: -10px;
        font-size: 30px
    }

    .block-text.course-type {
        margin-top: -24px
    }

    .schedule-title-link.fancy {
        letter-spacing: 0;
        letter-spacing: 0
    }

    .schedule-info-block {
        padding: 25px 25px 0
    }

    .schedule-syear-header {
        margin-left: 16px
    }

    .italic-text {
        font-size: 20px;
        line-height: 10px
    }

    .heading-15 {
        margin-top: 28px
    }

    .testimonial-name.subtitle._2 {
        line-height: 22px
    }

    .text-column-right {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0
    }

    .gallery-column-left {
        padding-left: 0;
        padding-right: 0
    }

    .image-text-row {
        display: block
    }

    .intro-paragraph {
        font-size: 22px;
        font-weight: 300;
        line-height: 21px
    }

    .block-border {
        height: 270px
    }

    .text-column-left {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .gallery-column-right {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .heading-16 {
        margin-bottom: 18px
    }

    .image-section-overlay-2 {
        padding: 60px 25px
    }

    .italic-text-2 {
        font-size: 30px
    }

    .hero-slide-title-engage {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 36px;
        line-height: 34px
    }

    .slide-intro-paragraph-engage {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .sub-section {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .sub-section.border-dark {
        border-width: 21px
    }

    .hero-intro-paragraph-partner {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .page-header-overlay-partner {
        padding: 120px 20px 20px
    }

    .heading-17 {
        font-size: 40px;
        line-height: 50px
    }

    .fp22-engage-section {
        margin-bottom: 0;
        padding: 25px
    }

    .section-header.left-j.np {
        line-height: 42px
    }

    .member-wrap._2nd {
        flex-direction: column
    }

    .avatar-wrap.logos-mp {
        margin-left: 33px
    }

    .hero-slide-content-block-2 {
        width: 90%
    }

    .hero-slide-content-block-2.simple {
        margin-top: -92px;
        margin-left: 30px
    }

    .video-hero-2 {
        padding: 120px 20px 30px
    }

    .container-14 {
        flex-direction: column;
        align-items: center
    }

    .sub-heading-regular {
        text-align: center
    }

    .section-large-4 {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .h3-heading {
        font-size: 35px
    }

    .margin-bottom-08.text-weight-medium {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        text-align: center;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        text-align: center;
        flex: 0 auto;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: block
    }

    .grid-three-column {
        grid-template-columns: 1fr
    }

    .logos-section-mp {
        margin-bottom: 0;
        padding: 25px
    }

    .t-section-large {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .div-block-21 {
        margin-left: 114px
    }

    .event-block-left {
        width: 100%;
        margin-top: -60px
    }

    .event-image-block-new {
        height: 190px
    }

    .heading-21 {
        align-self: flex-start;
        font-size: 30px;
        display: block
    }

    .testimonial-grid {
        grid-template-columns: 1fr
    }

    .hero-heading-2.centered {
        margin-bottom: 49px
    }

    .section-large-_2 {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .section-large-_2.border-dark {
        border-width: 21px
    }

    .italic-text-3-copy {
        font-size: 20px;
        line-height: 30px
    }

    .page-header-certp-copy.engage-sf,
    .page-header-certp-copy.subscription,
    .page-header-certp-copy.engage-sf,
    .page-header-certp-copy.subscription {
        height: 410px
    }

    .section-large-_5 {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .section-large-_5.border-dark {
        border-width: 21px
    }

    .section-large-_3 {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .section-large-_3.border-dark {
        border-width: 21px
    }

    .italic-text-3-copy-copy {
        font-size: 20px;
        line-height: 29px
    }

    .link-4 {
        font-size: 18px
    }

    .section-large-_2-copy {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .section-large-_2-copy.border-dark {
        border-width: 21px
    }

    .page-header-title-copy.equip,
    .page-header-title-copy.sub,
    .page-header-title-copy.equip,
    .page-header-title-copy.sub {
        margin-top: -28px;
        margin-bottom: 21px;
        font-size: 40px
    }

    .italic-text-copy {
        font-size: 20px;
        line-height: 10px
    }

    .page-header-overlay-equip {
        padding: 120px 20px 20px
    }

    .main-container-copy {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        overflow: visible
    }

    .page-header-overlay-salem,
    .page-header-overlay-logos {
        padding: 120px 20px 20px
    }

    .page-header-title-2 {
        margin-bottom: 32px;
        font-size: 47px;
        line-height: 46px
    }

    .page-subtitle-2 {
        margin-top: 5px;
        font-size: 20px
    }

    .page-subtitle-2.pricing {
        line-height: 27px
    }

    .f-section-large {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .f-grid-three-column {
        grid-template-columns: 1fr
    }

    .section-regular {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .medium-heading-2-copy {
        font-size: 25px;
        font-weight: 700;
        line-height: 0
    }

    .feature-info-row-sub {
        flex-direction: column;
        margin-top: 0
    }

    .how-it-works {
        margin-bottom: 0;
        padding: 25px
    }

    .page-header-overlay-sub {
        padding: 120px 20px 20px
    }

    .heading-27 {
        font-size: 50px
    }

    .paragraph-79 {
        font-size: 20px
    }

    .faq-grid-large {
        grid-template-columns: 1fr
    }

    .h2-heading-3 {
        font-size: 40px
    }

    .section-regular-3 {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .footer-title-copy {
        margin-bottom: 20px
    }

    .page-header-title-copy {
        margin-bottom: 32px;
        font-size: 47px;
        line-height: 46px
    }

    .page-header-overlay-faithlife,
    .page-header-overlay-ct {
        padding: 120px 20px 20px
    }

    .page-header-title-copy-copy {
        margin-bottom: 32px;
        font-size: 47px;
        line-height: 46px
    }

    .rte-faculty-body {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 39px;
        margin-bottom: 1px;
        padding-bottom: 0;
        display: block
    }

    .page-header-title-landing1 {
        margin-bottom: 32px;
        font-size: 47px;
        line-height: 46px
    }

    .video-hero-2-copy {
        padding: 120px 20px 30px
    }

    .italic-text-6 {
        font-style: normal;
        line-height: 35px
    }

    .section-header-fp {
        margin-bottom: 10px
    }

    .header-32-section {
        padding-bottom: 92px;
        padding-left: 6%;
        padding-right: 6%;
        background-image:
            linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)),
            url('/images/Background4_M.png');
        background-size: cover;
        background-position: center center;
    }

    .paragraph-large-2.white {
        margin-top: auto
    }

    .h1-heading {
        font-size: 40px
    }

    .h1-heading.white {
        margin-top: -6px
    }

    .h2-heading-4 {
        font-size: 36px
    }

    .h2-heading-4.black {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px
    }

    .title-center {
        margin-bottom: 40px
    }

    .paragraph-x-large {
        font-size: 18px
    }

    .image-cover {
        aspect-ratio: 3/2;
        max-width: 100%;
        overflow: hidden
    }

    .image-cover.expect {
        align-self: center
    }

    .column-x-small {
        text-align: center
    }

    .hiw-15-grid {
        grid-template-columns: 1fr
    }

    .h2-heading-7 {
        font-size: 46px
    }

    .text-color-secondary.next {
        margin-bottom: 31px
    }

    .button-group-4.left {
        flex-flow: row;
        align-self: center;
        margin-left: -35px
    }

    .feature_card-wide {
        grid-template-columns: 1fr
    }

    .text-size-large.text-color-secondary.right {
        text-align: left;
        text-align: left;
        text-align: left
    }

    .title-center-2 {
        margin-bottom: 40px
    }

    .h2-heading-8 {
        font-size: 46px
    }

    .bento-31-grid {
        grid-template-columns: 1fr
    }

    .bento-31-card {
        height: 320px
    }

    .bento-31-image {
        max-height: 250px
    }

    .testimonial_slide-grid-left,
    .feature_grid-3-col,
    .cta_feature-grid-small {
        grid-template-columns: 1fr
    }

    .margin-bottom-50 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .content-16-image {
        height: 350px
    }

    .h2-heading-9 {
        font-size: 36px
    }

    .paragraph-80 {
        margin-bottom: 0;
        font-size: 16px
    }

    .heading-30.center {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px
    }

    .heading-30.tight {
        line-height: 35px
    }

    .text-block-22 {
        text-align: left
    }

    .cell {
        padding: 25px 0
    }

    .cell-2 {
        padding-bottom: 0
    }

    .heading-31 {
        font-size: 26px
    }

    .heading-32 {
        line-height: 60px
    }

    .cell-4 {
        padding-bottom: 32px
    }

    .quick-stack-3 {
        margin-top: 14px
    }

    .cell-6 {
        display: none
    }

    .cell-8.small {
        justify-content: flex-start;
        align-items: stretch
    }

    .hp-mailing-list {
        width: 100%;
        margin-top: 20px
    }

    .sf-heading-style-h4 {
        font-size: 1.5rem;
        line-height: 1.4
    }

    .sf-spacer-small {
        padding-top: 1.25rem
    }

    .sf-spacer-medium {
        padding-top: 1.5rem
    }

    .sf-heading-style-h5 {
        font-size: 1.25rem
    }
}

@media screen and (max-width:479px) {
    .header-32-section {
        background-image:
            linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)),
            url('/images/Background4_S.png');
        background-size: cover;
        background-position: center center;
    }

    h1 {
        font-size: 30px;
        line-height: 42px
    }

    h2 {
        font-size: 23px;
        line-height: 32px
    }

    h3 {
        font-size: 20px;
        line-height: 28px
    }

    h4 {
        font-size: 16px;
        line-height: 23px
    }

    h5 {
        font-size: 15px;
        line-height: 22px
    }

    h6 {
        font-size: 13px;
        line-height: 20px
    }

    p {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px
    }

    blockquote {
        padding-right: 5px;
        font-size: 15px;
        line-height: 21px
    }

    .hero-slide-overlay {
        padding: 99px 25px 50px
    }

    .hero-slide-overlay.padding {
        padding-top: 140px;
        padding-bottom: 40px
    }

    .container.hero-slide-container._6 {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .container.centered {
        margin-top: -27px
    }

    .container.teacher-container {
        text-align: center
    }

    .container.hero-slide-container-engage {
        padding-left: 0;
        padding-right: 0
    }

    .hero-slide-content-block {
        width: 100%
    }

    .hero-slide-content-block.simple,
    .hero-slide-content-block.cpp {
        width: auto
    }

    .hero-slide-content-block.simple,
    .hero-slide-content-block.cpp {
        width: auto
    }

    .hero-slide-content-block._6 {
        width: auto;
        margin-left: 14px;
        padding-right: 0
    }

    .hero-slide-title {
        font-size: 20px;
        line-height: 20px
    }

    .hero-slide-title.smaller {
        font-size: 24px;
        line-height: 25px
    }

    .hero-slide-intro-title {
        font-size: 15px
    }

    .hero-slide-intro-title.caps {
        font-size: 8px;
        line-height: 8px
    }

    .button {
        text-align: center
    }

    .button.events-learn-more,
    .button.blog-button {
        align-self: center;
        margin-top: 4px;
        margin-left: 0
    }

    .button.slider-button {
        margin-top: 5px;
        padding-left: 21px;
        padding-right: 21px;
        font-size: 10px;
        line-height: 14px
    }

    .button.events-learn-more,
    .button.blog-button {
        align-self: center;
        margin-top: 4px;
        margin-left: 0
    }

    .navbar._2 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-left: auto;
        display: flex;
        position: relative
    }

    .nav-link {
        font-size: 13px;
        line-height: 13px
    }

    .top-nav-link {
        margin-left: 10px
    }

    .top-nav-title {
        font-size: 11px
    }

    .slide-intro-paragraph {
        font-size: 15px;
        line-height: 19px
    }

    .section-title-wrapper.course {
        margin-bottom: 15px
    }

    .section-title {
        font-size: 24px
    }

    .section-title.subtitle {
        margin-top: 3px;
        font-size: 15px;
        line-height: 21px
    }

    .section-title.subtitle.with-name {
        margin-top: 4px;
        font-size: 14px;
        line-height: 14px
    }

    .section-title.subtitle.with-name.first {
        margin-top: 11px;
        font-size: 14px
    }

    .section-title.main-page.fbp {
        font-size: 21px;
        line-height: 29px
    }

    .section-title-divider {
        margin-top: 10px
    }

    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured,
    .course-block-wrapper.home-first,
    .course-block-wrapper.home-featured {
        margin-bottom: 10px
    }

    .course-image-link-block {
        height: 110px
    }

    .course-content-block._2.list-view {
        padding-top: 6px;
        padding-bottom: 8px
    }

    .course-info-icon {
        margin-right: 5px
    }

    .course-info-title.list {
        font-size: 12px
    }

    .teacher-overlay-title {
        padding-top: 13px
    }

    .teacher-overlay-title.list-view {
        margin-right: 6px;
        padding-bottom: 0;
        font-size: 12px
    }

    .teacher-overlay-photo.list-view-photo {
        width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .image-section-content-block {
        width: 100%
    }

    .image-section-title {
        font-size: 29px;
        line-height: 28px
    }

    .contact-form-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .contact-form-title {
        font-size: 23px;
        line-height: 23px
    }

    .event-date-block {
        padding: 20px 20px 15px
    }

    .event-date-title {
        margin-right: 14px
    }

    .event-image-block {
        height: 130px
    }

    .event-title-link {
        font-size: 21px
    }

    .event-info-wrapper {
        margin-bottom: 5px
    }

    .event-info-title {
        margin-right: 5px;
        font-size: 12px
    }

    .blog-post-title-link.blog-page {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 20px
    }

    .blog-info-title {
        font-size: 13px
    }

    .about-image-block {
        height: 120px
    }

    .footer {
        padding-top: 30px;
        padding-left: 24px
    }

    ._404-section {
        padding-top: 140px;
        padding-bottom: 50px
    }

    .page-header-certp {
        height: 280px
    }

    .page-header-overlay {
        padding-top: 56px;
        padding-bottom: 21px
    }

    .page-header-overlay.color {
        padding-bottom: 30px
    }

    .page-header-overlay.course {
        padding-bottom: 65px
    }

    .page-header-overlay.pricing {
        padding-left: 3px;
        padding-right: 3px
    }

    .page-header-overlay.blog-post {
        padding: 170px 29px 100px
    }

    .page-header-overlay.board {
        padding-bottom: 25px
    }

    .page-header-title {
        margin-top: 73px;
        margin-bottom: 22px;
        font-size: 21px;
        line-height: 28px
    }

    .page-header-title.course-title {
        font-size: 21px;
        line-height: 26px
    }

    .page-header-title.course-title-copy,
    .page-header-title.course-title {
        font-size: 21px;
        line-height: 26px
    }

    .page-header-title.course-title.degree-program {
        font-size: 35px;
        line-height: 50px
    }

    .page-header-title.teacher-name {
        font-size: 24px
    }

    .page-header-title.teacher-name.fancyfont {
        text-align: left;
        text-align: left;
        padding-bottom: 1px
    }

    .page-header-title.blog-post-title {
        margin-top: -53px;
        font-size: 25px;
        line-height: 29px
    }

    .page-header-title.news {
        line-height: 40px
    }

    .page-header-title.long {
        display: inline
    }

    .page-header-title.engage {
        line-height: 48px
    }

    .page-header-title.course-title-copy {
        font-size: 21px;
        line-height: 26px
    }

    .page-subtitle {
        margin-top: 7px;
        font-size: 16px;
        line-height: 17px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        font-size: 15px;
        line-height: 18px
    }

    .page-subtitle.teacher-subtitle {
        text-align: left;
        margin-top: 23px;
        font-size: 14px
    }

    .page-subtitle.small {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px
    }

    .page-subtitle.discover,
    .page-subtitle.equip {
        font-size: 15px;
        line-height: 18px
    }

    .large-contact-block {
        padding: 20px
    }

    .contact-block-small-title {
        font-size: 11px
    }

    .contact-block-title {
        margin-top: 0;
        font-size: 20px
    }

    .pricing-content-block.feature {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .pricing-title {
        font-size: 25px;
        font-weight: 300
    }

    .pricing-title.subtitle {
        margin-top: 4px
    }

    .pricing-feature-title {
        max-width: 230px;
        font-size: 14px;
        font-weight: 400
    }

    .contact-us-row {
        margin-top: -61px
    }

    .contact-us-block {
        padding: 21px 24px 24px
    }

    .faq-title {
        font-size: 18px;
        line-height: 23px
    }

    .course-image-block {
        height: 140px
    }

    .course-main-info-block {
        margin-top: 30px
    }

    .teacher-title._2.lecture {
        width: auto;
        display: block;
        overflow: visible
    }

    .course-category-title,
    .course-category-title.icon,
    .course-category-title.icon {
        font-size: 13px
    }

    .teacher-photo-block {
        float: none;
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .teacher-overview-image {
        width: 70px;
        height: 70px
    }

    .teacher-main-title {
        font-size: 20px;
        line-height: 26px
    }

    .teacher-main-title.job-title {
        min-height: 30px
    }

    .blog-post-block {
        margin-bottom: 10px
    }

    .blog-post-image-block {
        height: 160px
    }

    .blog-post-summary {
        font-size: 13px;
        line-height: 20px
    }

    .blog-list-wrapper.fp {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: block
    }

    .blog-list {
        flex-flow: column
    }

    .blog-post-wrapper {
        width: 100%;
        margin-top: -90px
    }

    .blog-post-content-wrapper {
        text-align: left;
        padding-top: 20px
    }

    .blog-post-content-wrapper.first {
        padding: 20px 20px 0
    }

    .blog-post-content-wrapper._2 {
        text-align: right
    }

    .blog-post-content {
        font-size: 14px;
        font-weight: 400
    }

    .blog-post-date-title {
        font-size: 12px
    }

    .blog-title-wrapper {
        width: 100%
    }

    .blog-author-photo {
        width: 50px;
        height: 50px
    }

    .blog-author-title.job-title {
        text-align: right;
        text-align: right
    }

    .blog-author-title-link {
        text-align: right;
        font-size: 19px;
        line-height: 18px
    }

    .event-info-block {
        padding: 20px
    }

    .hero-slider-nav {
        height: 50px
    }

    .stats-column {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .stats-column.last {
        padding-bottom: 0
    }

    .category-block.right,
    .category-block.large,
    .category-block.right,
    .category-block.large {
        height: 130px
    }

    .category-text-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .video-hero {
        padding-top: 60px
    }

    .dropdown-list-2.w--open {
        overflow: auto
    }

    .page-preview-link {
        height: 160px
    }

    .button-2 {
        font-size: 11px
    }

    .button-2.fp {
        width: 140px;
        left: 21%
    }

    .button-2.questions-footer {
        margin-right: -14px
    }

    .button-2.gray {
        font-size: 15px
    }

    .button-2.push {
        font-size: 11px
    }

    .icon-2 {
        position: absolute
    }

    .color-block {
        margin-bottom: 20px
    }

    .nav-menu-container {
        overflow: auto
    }

    .col {
        margin-bottom: 0
    }

    .col.lg-4,
    .col.lg-5,
    .col.lg-3 {
        width: 100%
    }

    .col.lg-4,
    .col.lg-5,
    .col.lg-3 {
        width: 100%
    }

    .col.lg-6 {
        align-items: flex-start;
        width: 100%
    }

    .row.flex-horizontal {
        flex-direction: row
    }

    .about-rtext h4 {
        font-size: 19px;
        line-height: 22px
    }

    .button-3.header.landingpage {
        inset: 0% 0% auto auto;
        inset: 0% 0% auto auto;
        position: fixed;
        inset: 0% 0% auto auto
    }

    .div-block-4 {
        margin-top: -82px;
        padding-top: 0
    }

    .landingtext {
        margin-top: 98px;
        display: block
    }

    .file-image-block {
        height: 140px
    }

    .page-header-sub-right {
        font-size: 40px;
        line-height: 24px
    }

    .news-div-tint {
        height: auto;
        min-height: 170px;
        margin-top: 104px;
        padding-bottom: 0
    }

    .news-story-wrapper {
        padding-top: 29px;
        padding-left: 23px;
        padding-right: 23px
    }

    .news-title-wrapper {
        width: 100%
    }

    .news-image-block {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        display: flex
    }

    .time-info-wrapper {
        margin-bottom: 5px
    }

    .board-content-block {
        padding-top: 41px
    }

    .board-subtitle {
        font-size: 14px
    }

    .board-main-title {
        font-size: 20px;
        line-height: 22px
    }

    .section-title-2 {
        font-size: 24px
    }

    .rte-faculty {
        margin-top: 0;
        margin-bottom: -15px;
        padding-top: 18px;
        font-size: 12px;
        line-height: 15px
    }

    .staff-overview-image {
        width: 70px;
        height: 70px
    }

    .lecture-image-block {
        height: 140px
    }

    .lecture-image-link-block {
        height: 110px
    }

    .tagline-2.header {
        padding-bottom: 13px;
        font-size: 14px;
        font-weight: 400
    }

    .heading-6 {
        font-size: 20px;
        line-height: 26px
    }

    .engage-section {
        margin-bottom: 67px;
        padding: 25px
    }

    .engage-section.tint.top-padding {
        padding-top: 70px
    }

    .engage-section.color {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-title-3 {
        font-size: 29px;
        line-height: 29px
    }

    .section-title-wrapper-2 {
        width: 100%;
        margin-bottom: 30px
    }

    .section-description {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
        line-height: 27px
    }

    .timeline-block-title {
        z-index: 10;
        font-size: 20px;
        line-height: 22px;
        position: relative
    }

    .timeline-block-title.subtitle {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 17px
    }

    .timeline-content-block {
        margin-top: 20px;
        padding: 20px;
        font-size: 15px
    }

    .timeline-content-block.left-block {
        float: right;
        float: right
    }

    .timeline-circle {
        width: 12px;
        height: 12px;
        left: -10px
    }

    .timeline-circle.first {
        left: -8px
    }

    .timeline-circle.right {
        top: 34px;
        left: -8px;
        right: auto
    }

    .timeline-arrow-block {
        width: 20px;
        height: 20px;
        left: -5px
    }

    .timeline-arrow-block.right {
        top: 26px;
        left: -5px;
        right: auto
    }

    .timeline-row-block {
        height: auto
    }

    .timeline-block {
        border-left: 3px solid #e4e4e4;
        width: 100%
    }

    .timeline-block.with-line {
        font-size: 15px
    }

    .timeline-wrapper {
        margin-top: 0;
        padding-bottom: 60px
    }

    .feature-info-row {
        flex-direction: column
    }

    .feature-info-title {
        margin-bottom: 12px
    }

    .section-title-4 {
        font-size: 29px;
        line-height: 29px
    }

    .section-description-2 {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
        line-height: 27px
    }

    .section-description-2.fp22.left-j-copy {
        font-size: 14px
    }

    .cta4-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .cta4-headline-wrap {
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        display: flex
    }

    .cta3-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .section-8 {
        padding-left: 16px;
        padding-right: 16px
    }

    .blog-image-block {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        display: flex
    }

    .blog-image-block.tint {
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center
    }

    .blog-date-block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr
    }

    .blog-div-tint {
        height: auto;
        min-height: 170px;
        margin-top: 104px;
        padding-bottom: 0
    }

    .cta-h1 {
        padding-bottom: 14px;
        font-size: 30px;
        line-height: 40px
    }

    .fpp-payment-block {
        grid-template-rows: auto
    }

    .card-pricing-title {
        font-size: 25px;
        font-weight: 300
    }

    .certificate-image-block {
        height: 130px
    }

    .certtitle-link {
        font-size: 21px
    }

    .cert-header-title {
        margin-top: -25px;
        margin-bottom: 22px;
        font-size: 40px;
        line-height: 40px
    }

    .cta-h1-2 {
        padding-bottom: 14px;
        font-size: 30px;
        line-height: 40px
    }

    .main-container {
        padding-left: 21px;
        padding-right: 21px
    }

    .large-text {
        font-size: 18px;
        line-height: 28px
    }

    .large-text.subheading {
        margin-bottom: 14px
    }

    .medium-heading {
        font-size: 28px;
        line-height: 36px
    }

    .medium-heading.no-bottom-margin {
        font-size: 14px;
        line-height: 20px
    }

    .vertical-text-grid {
        grid-row-gap: 35px
    }

    .display-heading-2 {
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 38px
    }

    .page-header-cpp {
        height: 280px
    }

    .medium-heading-2 {
        font-size: 23px;
        line-height: 0
    }

    .section-title-5,
    .section-title-5.reduced-margin,
    .section-title-5.reduced-margin {
        margin-bottom: 35px
    }

    .portrait-image-container {
        flex-direction: column;
        display: flex
    }

    .boxed {
        padding: 28px
    }

    .overlay-bottom-left {
        position: relative;
        bottom: 0
    }

    .large-heading {
        font-size: 28px;
        line-height: 36px
    }

    .large-heading.hero {
        margin-top: -66px;
        margin-bottom: -5px;
        font-size: 40px;
        line-height: 50px
    }

    .image-border-white {
        border-width: 0
    }

    .cta {
        height: 280px
    }

    .hero-intro-paragraph {
        font-size: 15px;
        line-height: 19px
    }

    .hero-small-text {
        font-size: 15px;
        line-height: 21px
    }

    .hero-heading {
        font-size: 28px;
        line-height: 36px
    }

    .hero-heading.centered-copy {
        font-size: 30px
    }

    .page-header-overlay-copy {
        padding-top: 66px;
        padding-bottom: 21px
    }

    .page-header-partner {
        height: 280px
    }

    .label.inside-label {
        text-align: center;
        text-align: center
    }

    .product4-grid-2 {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .heading-14 {
        font-size: 30px
    }

    .schedule-heading {
        font-size: 20px
    }

    .schedule-item.fp {
        padding-top: 0;
        padding-bottom: 10px
    }

    .schedule-block {
        height: 60px
    }

    .schedule-date-block {
        padding: 5px 20px 21px
    }

    .block-text {
        margin-right: 14px
    }

    .block-text.course-id {
        font-size: 30px
    }

    .schedule-title-link {
        font-size: 21px
    }

    .schedule-title-link.fancy {
        font-size: 15px
    }

    .schedule-info-wrapper {
        margin-bottom: 5px
    }

    .schedule-info-block {
        padding: 14px 19px 0
    }

    .schedule-info-title {
        margin-right: -13px;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px
    }

    .schedule-info-title.answer {
        margin-right: -1px;
        font-size: 12px;
        font-weight: 400;
        line-height: 10px
    }

    .schedule-info-title.link {
        margin-right: -2px;
        font-size: 12px;
        line-height: 10px
    }

    .page-header-schedule {
        height: 280px
    }

    .italic-text {
        line-height: 29px
    }

    .column-title {
        font-size: 40px;
        line-height: 60px
    }

    .column-title._2 {
        font-size: 30px;
        line-height: 38px
    }

    .lightbox-image-block {
        width: 210px;
        height: 280px
    }

    .block-border {
        height: 180px
    }

    .text-column-left {
        text-align: center
    }

    .lightbox-image-block-2 {
        width: 210px;
        height: 280px
    }

    .lightbox-image-block-2.graphic-design {
        width: 230px
    }

    .heading-16._2 {
        margin-left: -8px
    }

    .button-5 {
        text-align: center;
        letter-spacing: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px
    }

    .image-section-overlay-2 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .image-section-overlay-2.transparant {
        padding-left: 8px;
        padding-right: 8px
    }

    .section-paragraph-2 {
        width: 90%
    }

    .italic-text-2 {
        line-height: 40px
    }

    .hero-slide-intro-engage {
        font-size: 15px
    }

    .hero-slide-title-engage {
        font-size: 28px;
        line-height: 27px
    }

    .slide-intro-paragraph-engage {
        font-size: 15px;
        line-height: 19px
    }

    .justify-content-center-partner {
        margin-top: 14px
    }

    .hero-intro-paragraph-partner {
        font-size: 15px;
        line-height: 19px
    }

    .page-header-overlay-partner {
        margin-top: 53px;
        padding-top: 57px
    }

    .blog-post-block-fp {
        margin-bottom: 10px
    }

    .fblog-post-fp {
        align-self: center
    }

    .heading-17 {
        font-size: 30px;
        line-height: 40px
    }

    .paragraph-72 {
        font-size: 13px
    }

    .fp22-engage-section {
        margin-bottom: auto;
        padding: 25px
    }

    .section-header {
        margin-top: 18px;
        margin-bottom: 11px;
        font-size: 40px
    }

    .section-header.left-j {
        padding-bottom: 68px;
        font-size: 30px;
        font-weight: 700;
        line-height: 37px
    }

    .section-header.left-j.np {
        padding-bottom: 0;
        font-size: 21px;
        line-height: 28px
    }

    .avatar-wrap {
        width: 250px;
        height: 250px
    }

    .avatar-wrap.logos-mp {
        width: 200px;
        height: 200px;
        margin-left: 37px
    }

    .hero-slide-content-block-2 {
        width: 100%
    }

    .hero-slide-content-block-2.simple {
        width: 90%;
        margin-top: -105px;
        margin-left: 4px
    }

    .video-hero-2 {
        padding-top: 120px
    }

    .h3-heading {
        padding-right: 2px;
        font-size: 21px
    }

    .h3-heading.resize {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 1.2
    }

    .logos-section-mp {
        margin-bottom: auto;
        padding: 25px
    }

    .t-content-grid {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: column;
        place-content: stretch;
        margin-top: auto;
        margin-bottom: auto;
        display: block
    }

    .div-block-21 {
        margin-left: 2px
    }

    .event-image-block-new {
        height: 140px
    }

    .teacher-overview-image-adjunct {
        width: 70px;
        height: 70px
    }

    .heading-21 {
        margin-left: -11px;
        font-size: 22px;
        line-height: 19px
    }

    .paragraph-small-3 {
        font-size: 15px
    }

    .section-testimonial {
        overflow: hidden
    }

    .hero-heading-2 {
        font-size: 28px;
        line-height: 36px
    }

    .hero-heading-2.centered {
        font-size: 23px;
        line-height: 29px
    }

    .section-large-_2.border-dark.bg-dark-copy {
        padding-top: 54px;
        padding-bottom: 54px
    }

    .hero-heading-2-copy {
        font-size: 28px;
        line-height: 36px
    }

    .hero-heading-2-copy.centered {
        font-size: 27px;
        line-height: 33px
    }

    .page-header-certp-copy {
        height: 280px
    }

    .section-large-_5.border-dark {
        padding: 40px 0
    }

    .section-large-_3.border-dark.bg-dark-copy {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .hero-small-text-copy {
        font-size: 15px;
        line-height: 30px
    }

    .italic-text-3-copy-copy {
        font-size: 13px
    }

    .medium-heading-2-copy-copy {
        font-size: 23px;
        line-height: 38px
    }

    .page-header-title-copy.equip,
    .page-header-title-copy.sub,
    .page-header-title-copy.equip,
    .page-header-title-copy.sub {
        margin-top: -259px;
        line-height: 48px
    }

    .italic-text-copy {
        line-height: 29px
    }

    .page-header-overlay-equip {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-equip.pricing {
        padding-left: 3px;
        padding-right: 3px
    }

    .main-container-copy {
        padding-left: 21px;
        padding-right: 21px;
        display: block
    }

    .main-container-copy-copy {
        padding-left: 21px;
        padding-right: 21px
    }

    .hero-small-text-copy {
        margin-top: 27px;
        font-size: 15px;
        line-height: 21px
    }

    .hero-small-text-copy-copy {
        margin-top: 47px;
        margin-bottom: -46px;
        padding-bottom: 0;
        font-size: 15px;
        line-height: 21px
    }

    .page-header-salem {
        height: 280px
    }

    .page-header-overlay-salem {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-salem.pricing {
        padding-left: 3px;
        padding-right: 3px
    }

    .page-header-overlay-logos {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-logos.pricing {
        padding-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px
    }

    .page-header-overlay-logos.pricing-copy {
        padding-bottom: 0;
        padding-left: 3px;
        padding-right: 3px
    }

    .container-copy.centered {
        margin-top: -27px
    }

    .page-header-title-2 {
        margin-top: -25px;
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 34px
    }

    .page-subtitle-2 {
        margin-top: 7px;
        font-size: 16px;
        line-height: 17px
    }

    .medium-heading-2-copy {
        font-size: 23px;
        line-height: 0
    }

    .feature-info-row-sub {
        flex-direction: column
    }

    .how-it-works {
        margin-bottom: auto;
        padding: 25px
    }

    .page-header-overlay-sub {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-sub.pricing {
        padding-left: 3px;
        padding-right: 3px
    }

    .heading-27 {
        margin-top: 25px;
        margin-bottom: 9px;
        padding-bottom: 18px;
        font-size: 29px
    }

    .paragraph-79 {
        letter-spacing: -1px;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px
    }

    .page-header-title-copy {
        margin-top: -128px;
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 34px
    }

    .page-header-overlay-faithlife {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-faithlife.pricing-landing1 {
        padding-top: 104px;
        padding-left: 14px;
        padding-right: 14px
    }

    .page-header-overlay-ct {
        padding-top: 114px;
        padding-bottom: 21px
    }

    .page-header-overlay-ct.pricing-copy {
        padding-bottom: 0;
        padding-left: 3px;
        padding-right: 3px
    }

    .page-header-title-copy-copy {
        margin-top: -29px;
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 34px
    }

    .rte-faculty-body {
        margin-top: 20px;
        padding-top: 18px;
        font-size: 16px;
        font-weight: 300
    }

    .page-header-title-landing1 {
        margin-top: -28px;
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 34px
    }

    .heading-28 {
        text-align: center;
        font-size: 30px
    }

    .video-hero-2-copy {
        padding-top: 120px
    }

    .section-header-fp {
        margin-top: 18px;
        margin-bottom: 11px;
        font-size: 40px
    }

    /* .header-32-section {
        background-image: linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)), url('/images/Background3.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;


    } */

    .paragraph-large-2.white {
        margin-top: auto;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.3
    }

    .paragraph-large-2.center {
        font-size: 16px;
        line-height: 1.5
    }

    .h1-heading.white {
        margin-top: 84px;
        margin-bottom: -4px;
        padding-bottom: 0;
        font-size: 25px;
        line-height: 34px
    }

    .form {
        flex-flow: column
    }

    .h2-heading-4 {
        font-size: 27px;
        line-height: 36px
    }

    .h2-heading-4.black {
        color: var(--theo-red);
        font-size: 30px
    }

    .subheading-large-2 {
        color: var(--theo-red);
        flex: 0 auto;
        padding-bottom: 19px;
        font-size: 18px;
        line-height: 1.2;
        display: flex
    }

    .paragraph-x-large.programs-text {
        font-size: 12px
    }

    .image-cover {
        box-sizing: border-box;
        aspect-ratio: 3/2;
        object-fit: cover;
        border-radius: 9px;
        max-width: 101%;
        overflow: clip
    }

    .paragraph-regular-4 {
        font-size: 13px
    }

    .hiw-15-step {
        grid-column-gap: 23px;
        grid-row-gap: 23px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        position: static
    }

    .hiw-15-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-columns: 1fr;
        margin-top: -44px
    }

    .h2-heading-7 {
        text-align: center;
        padding-bottom: 0;
        font-size: 31px;
        line-height: 37px
    }

    .text-color-secondary.next {
        font-size: 12px;
        line-height: 17px
    }

    .button-group-4.left {
        margin-left: auto
    }

    .header-center {
        margin-bottom: 3.5rem
    }

    .padding-global.padding-section-medium {
        padding-bottom: 0
    }

    .subheading-regular-2 {
        align-items: stretch
    }

    .bento-31-card {
        flex: 1;
        height: 275px
    }

    .container-large-10 {
        padding-left: 24px;
        padding-right: 24px
    }

    .bento-31-image {
        aspect-ratio: auto;
        overflow: clip
    }

    .heading-style-h6.text-weight-bold.red {
        font-size: 20px;
        line-height: 1.7rem
    }

    .testimonial_slide-grid-left {
        grid-auto-flow: row;
        place-content: center;
        place-items: center;
        margin-top: 0
    }

    .testimonial_slider {
        height: auto
    }

    .heading-style-h3 {
        font-size: 40px;
        line-height: 42px
    }

    .avatar-2xl {
        order: -1
    }

    .margin-bottom-50 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .paragraph-large-3 {
        margin-bottom: 6px
    }

    .h2-heading-9 {
        padding-bottom: 15px;
        font-size: 27px;
        line-height: 30px
    }

    .testimonial_carousel-group {
        width: 2470px
    }

    .testimonial_header-large {
        flex-flow: wrap
    }

    .paragraph-80.bottom {
        margin-bottom: 34px;
        font-size: 14px
    }

    .heading-29 {
        font-size: 18px
    }

    .heading-30.center {
        box-sizing: border-box;
        object-fit: scale-down;
        margin-left: 6px;
        margin-right: 6px;
        font-size: 19px;
        line-height: 23px
    }

    .heading-30.tight {
        font-size: 21px;
        line-height: 28px
    }

    .text-block-23 {
        font-weight: 400
    }

    .quick-stack {
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }

    .italic-text-7 {
        font-size: 17px;
        line-height: 0
    }

    .cell {
        padding: 0
    }

    .cell-2 {
        padding-bottom: 0
    }

    .heading-31 {
        font-size: 39px;
        line-height: 49px
    }

    .cell-3 {
        padding: 0
    }

    .heading-32 {
        text-align: center;
        padding-left: 0;
        font-size: 20px;
        line-height: 36px
    }

    .cell-5 {
        padding-left: 0
    }

    .quick-stack-3 {
        margin-bottom: -15px
    }

    .cell-7 {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .contact-form-block-2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .sf-form_button-group {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-self: stretch;
        align-items: stretch
    }

    .sf-form_radio-group {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .heading-34 {
        font-size: 28px;
        line-height: 35px
    }

    .heading-35 {
        font-size: 15px
    }
}

#w-node-_67809283-862e-c73f-08ed-2ba07f8bccf1-3a0fb03c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid
}

#w-node-_5a847a09-22d5-4b4a-7209-7013627bd91b-3a0fb03c {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr
}

#w-node-_2a638b97-c964-6a12-9df9-7216459f6917-3a0fb03c {
    grid-row: span 2/span 2
}

#w-node-_1873be03-9b4b-ee9d-0656-3ba1ec857b11-3a0fb03c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid
}

#w-node-_1873be03-9b4b-ee9d-0656-3ba1ec857b12-3a0fb03c,
#w-node-_8dd8613c-cc08-0384-2b5d-7322f72a8ba1-3a0fb03c,
#w-node-_5e406d68-f96e-e33c-f49f-4e037706c7c6-3a0fb03c {
    grid-column: span 2/span 2
}

#w-node-d7a70395-0089-dfbc-96fa-62c0f5a296df-3a0fb03c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-d7a70395-0089-dfbc-96fa-62c0f5a296e0-3a0fb03c,
#w-node-d7a70395-0089-dfbc-96fa-62c0f5a296e2-3a0fb03c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_500db548-b22d-9379-0e3f-fb364e724ff6-3a0fb03c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr
}

#w-node-af2f1e1e-5617-6eaa-bf8b-f036edabd593-3a0fb03c {
    grid-column: span 2/span 2
}

#w-node-b0e73471-b799-c5c3-cfe8-0b317869cdf3-3a0fb03c {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr
}

#w-node-f9653f30-e3e8-3945-6f2c-293dc5184224-3a0fb03c,
#w-node-f9653f30-e3e8-3945-6f2c-293dc5184232-3a0fb03c,
#w-node-f9653f30-e3e8-3945-6f2c-293dc5184240-3a0fb03c {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {
    #w-node-_67809283-862e-c73f-08ed-2ba07f8bccf1-3a0fb03c {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr
    }

    #w-node-b83ddd6c-1b43-24e3-6771-69f94887f79c-3a0fb03c {
        grid-column: span 2/span 2
    }

    #w-node-_1873be03-9b4b-ee9d-0656-3ba1ec857b11-3a0fb03c {
        grid-template-rows: auto;
        grid-template-columns: 1fr
    }

    #w-node-_1a6b9fce-8c75-4484-d351-a6169ff2a877-3a0fb03c,
    #w-node-_19b7f4f5-b831-7fbe-dfc8-28eab1da178f-3a0fb03c {
        grid-column: span 2/span 2
    }
}

@media screen and (max-width:767px) {
    #w-node-_67809283-862e-c73f-08ed-2ba07f8bccf1-3a0fb03c {
        grid-template-rows: auto;
        grid-template-columns: 1fr
    }

    #w-node-_67809283-862e-c73f-08ed-2ba07f8bccf2-3a0fb03c,
    #w-node-_67809283-862e-c73f-08ed-2ba07f8bccf3-3a0fb03c {
        grid-column: span 2/span 2
    }

    #w-node-_5a847a09-22d5-4b4a-7209-7013627bd91b-3a0fb03c {
        grid-template-rows: auto auto;
        grid-template-columns: 1.25fr
    }

    #w-node-_2a638b97-c964-6a12-9df9-7216459f6917-3a0fb03c {
        grid-row: span 2/span 2
    }

    #w-node-_1a6b9fce-8c75-4484-d351-a6169ff2a877-3a0fb03c,
    #w-node-_19b7f4f5-b831-7fbe-dfc8-28eab1da178f-3a0fb03c {
        grid-column: span 2/span 2
    }

    #w-node-_500db548-b22d-9379-0e3f-fb364e724ff6-3a0fb03c {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    #w-node-_500db548-b22d-9379-0e3f-fb364e724ff7-3a0fb03c,
    #w-node-_500db548-b22d-9379-0e3f-fb364e724ff8-3a0fb03c {
        grid-column: span 2/span 2
    }

    #w-node-b0e73471-b799-c5c3-cfe8-0b317869cdf3-3a0fb03c {
        grid-template-rows: auto;
        grid-template-columns: .75fr
    }
}

@media screen and (max-width:479px) {
    #w-node-b0e73471-b799-c5c3-cfe8-0b317869cdf3-3a0fb03c {
        grid-template-rows: auto;
        grid-template-columns: .75fr
    }
}