/* BANNER STYLES */

.Header::after {
        height: 0 !important;
      border: 0 !important;
}

.Banner {
    border-bottom: 0 !important;
    max-height: 400px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    background: #4a4a4a;
}

.Banner img {
    max-width: 1500px;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .Header {
        padding: 0 !important;
    }
}

    @media (max-width: 759px) {
      .Banner {
        border-top: 0 !important;
    }
}

/* PARALLAX ADJUSTMENTS */

div#Chapter1,
#navbar .Graphic,
#intro .Graphic,
#cards .Graphic,
#story .Graphic,
#others .Graphic,
#footer .Graphic,
#navbar a.scrollTo.pageTop.ir,
#intro a.scrollTo.pageTop.ir,
#cards a.scrollTo.pageTop.ir,
#story a.scrollTo.pageTop.ir,
#others a.scrollTo.pageTop.ir {
    display: none;
}

@media (min-width: 960px) {
    .Verse .bkg {
        padding: 30px !important;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width: 959px) {
    .Verse .bkg {
        padding: 25px 3.125% !important;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
}

.Rotation {
    border: none !important;
}

/* SECONDARY NAVBAR STYLES */

div div:has(#navbar) {
    display: unset;
}

.Chapter#navbar {
    background-color: #f1f0ef;
    position: sticky;
    top: 0;
    z-index: 1;
}

.Chapter#navbar .bkg,
.Chapter#story .bkg {
    background-color: transparent !important;
}

.Chapter#navbar .Verse .bkg {
    padding: 15px 30px 5px !important;
}

.desktopNav {
    text-align: right;
}

#navbar .Verse p {
    padding-bottom: 0;
}

#navbar .Verse a.secondaryNavItem {
    display: inline-block;
    padding: 0 10px;
    border-bottom: none !important;
    text-decoration: none;
    text-transform: uppercase !important;
    transition: 0.3s all;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* MOBILE NAVBAR STYLES */

.mobileNav {
    display: none;
}

@media (max-width: 768px) {

    .desktopNav {
        display: none;
    }

    .mobileNav {
        display: block;
    }

    img.mobileMenuButton {
        margin: 10px 3.125% !important;
    }

    .mobileNav p {
        padding: 0;
    }

    .Chapter#navbar .Verse .bkg {
        padding: 0 !important;
    }

    #navbar .Verse a.secondaryNavItem {
        padding: 2.5px 0;
        margin-bottom: 0;
        line-height: 1.2rem;
        font-size: 0.775rem;
        color: #fff !important;
    }

    #navbar .Verse a.secondaryNavItem:hover {
        background-color: transparent !important;
        font-weight: bold;
        color: #fff !important;
    }

    #navbar .Verse a.secondaryNavItem.registerNow {
        padding: 2.5px 10px;
        margin: 5px 0;
    }
}

/* MOBILE NAV HIDE/REVEAL */

#mobileNavDropdown {
    display: none;
}

#mobileNavDropdown.reveal {
    padding: 10px 25px;
    display: block;
}

/* TEXT AND HEADERS */

.Verse h1,
.Verse h2,
.Verse h3,
.Verse p,
.Verse a,
.Verse li,
.Verse blockquote {
    font-family: "Open Sans", sans-serif;
}

.Verse h1 {
    font-weight: bold !important;
    padding-bottom: 5px;
}

.Verse h2 {
    font-size: 1.3rem;
    color: #4a4a4a;
    padding-bottom: 10px;
}

.Verse h3,
.Rotation h3 {
    padding-bottom: 10px;
    font-size: 1.15rem;
    line-height: 1.3;
    text-transform: none;
    font-weight: bold !important;
}

.Verse p,
.Verse li {
    color: #4a4a4a !important;
    font-size: 1em;
    line-height: 1.65em;
}

.Verse a {
    font-size: inherit;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: 2.5px solid;
    padding-bottom: 0.5px;
    border-bottom: 0;
}

 .Verse li {
    padding-bottom: 10px;
}

.Verse ul,
.Verse ol {
    padding: 0 0 20px 40px;
}

@media (max-width: 767px) {
    .Verse h1 {
        font-size: 1.75rem !important;
    }

    .Verse h2 {
        font-size: 1.25rem !important;
    }

    .Verse h3 {
        font-size: 1rem !important;
    }

    .Verse p,
    .Verse li,
    .Verse blockquote,
    .Verse a {
        font-size: 0.875rem !important;
    }
}

/* FEATURE IMAGE/VIDEO STYLES */

.featureImg,
#intro .col-sm-5 {
    width: 500px;
    float: right;
    margin: 0 0 15px 30px;
    padding: 0;
}

.featureImg img,
div.videoContainer,
.wistia_click_to_play div {
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .featureImg,
    #intro .col-sm-5 {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 15px auto;
    }

    .featureImg img {
        width: calc(100% - 30px);
        margin: 0 auto;
        display: block;
    }
}

/* VIDEO CONTAINER */

.videoContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    border-radius: 15px;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* BLOCKQUOTE STYLES */ 

.Verse blockquote {
    font-weight: 600;
    color: #4a4a4a;
    padding: 0 0 0 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 15px 22px 30px 22px;
}

.Verse blockquote p:last-child {
    padding: 0;
}

/* BUTTON STYLES */

.Verse .btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    transition: 0.3s all;
    margin: 0 0 20px;
    padding: 13px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    width: 100%;
    max-width: 250px;
    display: block;
    min-width: 100px;
    text-align: center;
}

/* BUTTON CARDS */

.Chapter#cards {
    background-color: #f1f0ef;
}

.Chapter#cards .Verse .bkg {
    background-color: transparent !important;
}

.Chapter#cards .row {
    clear: both;
}

.Chapter#cards .Verse a.btnCard {
    display: block;
    border-radius: 15px;
    transition: 0.3s;
    max-width: 500px;
    margin: 0 auto 20px;
    padding-bottom: 0;
}

.Chapter#cards .Verse a.btnCard:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
}

.Chapter#cards .Verse .btnCard span.btnImg img {
    border-radius: 15px 15px 0 0;
}

.Chapter#cards .Verse .btnCard span.cardBtn{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-align: center;
    transition: 0.3s all;
    padding: 13px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    width: 100%;
    display: inline-block;
}

/* FEEDBACK CARD STYLES */

.Chapter#others .homeCard {
    padding: 15px;
    background-color: #f1f0ef;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    max-width: 450px;
    margin: 0 auto 30px;
    font-size: 0.875rem;
}

.Chapter#others .Verse .homeCard p:last-child {
    padding-bottom: 0;
}

/* CAROUSEL ARROW FIX */

@media (min-width: 960px) {
    .Rotation .leftArrow {
        left: 10% !important;
    }

    .Rotation .rightArrow {
        right: 10% !important;
    }

    .Rotation .slides {
        max-width: 650px;
        margin: 0 auto;
    }
}

/* STORY HIGHLIGHT STYLES */

#story h2, #story h3, #story .Verse p {
    color: #fff !important;
}

#story h2 {
    font-weight: bold;
}

#story h3 {
    padding-bottom: 20px;
}

#story p:last-child {
    padding-bottom: 0;
}

.storyImage {
    height: 281px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

#story .col-sm-7 {
    display: table;
}

.tableCell {
    display: table-cell;
    height: 281px;
    vertical-align: middle;
}

.Chapter#story .Verse .btn {
    background-color: #fff !important;
    margin-bottom: 0;
}

/* CUSTOM FOOTER */

.Chapter#footer .Verse .bkg {
    padding: 0 !important;
    border-bottom: 33px solid #ccc;
    max-width: none;
}

.Chapter#footer .row {
    margin: 0;
}

.Chapter#footer .col-sm-4 {
    padding: 20px 7.5% 0;
    margin: 0 auto;
}

@media (min-width: 760px) and (max-width: 959px) {
    .Chapter#footer .col-sm-4 {
        padding: 10px 5.3819444%;
    }
}

@media (min-width: 960px) {
    .Chapter#footer .col-sm-4 {
        padding: 0 4.28571428%;
    }
}

.Chapter#footer .Wrap {
    max-width: 1050px;
    padding: 25px 0 10px;
}

.Chapter#footer .Verse h3,
.Chapter#footer .Verse p,
.Chapter#footer .Verse a,
.Chapter#footer .Verse a:hover,
.Chapter#footer .Verse li {
    color: #fff !important;
}

.Chapter#footer .Verse p {
    font-size: 0.875rem;
}

.Chapter#footer .Verse h3 {
    text-transform: uppercase;
    padding-bottom: 0;
}

.Chapter#footer .Verse a{
    border-bottom: 0;
}

.Chapter#footer .Verse .btn {
    width: auto !important;
    display: inline-block;
}

.Chapter#footer .Verse hr {
    border-radius: 0;
    height: 2px !important;
    background: #fff;
}

/* Bootstrap Footer Fix */

.FooterBand .col,
.FooterBand .group {
   box-sizing: content-box;
}