:root {
    --white: white;
    --black: #5D3891;
    --gold: #5D3891;
    --yellow: #4A249D;
}
.color-white{
    color: #fff;
}
.color-black
{
    color: #0e0e0e;
}
.purpleColor
{
    color: #5D3891;
}
.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.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
}

body {
    color: #0e0e0e;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.25
}

h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: schoolbook, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15
}

h2 {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: schoolbook, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25
}

h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

p {
    margin-bottom: 1rem;
    font-size: 16px
}

ul {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2rem;
    font-style: italic;
    line-height: 2
}

strong {
    font-weight: bold
}

.section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    display: flex;
    position: relative
}
.Newcolor
{
    background-color: #fff !important;
    color: #0e0e0e !important; 
}
.section.hero {
    color: var(--white);
    min-height: 600px
}

.section.hero.interior {
    min-height: 375px
}

.section.black {
    background-color: var(--black);
    color: var(--white)
}

.section.cta {
    color: var(--white)
}

.section.gold-section {
    background-color: var(--gold);
    color: var(--white)
}

.container {
    z-index: 1;
    width: 100%;
    position: relative
}

.container.centered {
    text-align: center
}

.button {
    color: #fff;
    text-transform: uppercase;
    background-color: #5D3891;
    background-image: linear-gradient(225deg, #0000, #5D3891);
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-left: 0;
    padding: 0.75rem 1.5rem;
    font-family: schoolbook, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    transition: all 0.25s;
    display: inline-block
}

.button:hover {
    background-color: var(--yellow);
    transform: translate(0, -2.5px);
    box-shadow: 0 1px 6px #0e0e0e80
}

.background_wrapper {
    z-index: 0;
    position: absolute;
    inset: 0
}

.overlay {
    z-index: 2;
    background-color: #0009;
    position: absolute;
    inset: 0
}

.background_image {
    z-index: 1;
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.icon-text-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: var(--gold);
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s;
    display: flex
}

.icon-text-flex.w--current,.icon-text-flex:hover {
    color: var(--white)
}

.divider {
    background-color: #ffffff80;
    width: 2px
}

._100-100-contain {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.top-banner-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.container-2 {
    z-index: 1;
    width: 100%;
    position: relative
}

.social-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border-top: 1px #1b9448;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex
}

.top-banner {
    background-color: var(--black);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 12px
}

.image {
    object-fit: contain;
    width: 1.25rem
}

.social-link {
    background-color: var(--gold);
    border-radius: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0.35rem;
    transition: all 0.4s;
    display: flex
}

.social-link:hover {
    background-color: var(--black)
}

.social-link.mobile-links {
    display: none
}

.top-banner-col {
    flex: 1
}

.link-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.link-flex.footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center
}

.navbar {
    z-index: 6;
    background-color: #fff;
    padding: 0.25rem 1rem;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px #0003
}

.nav-flex {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex
}

.brand {
    width: 245px;
    /* margin-bottom: -1.5rem; */
    padding-left: 0;
    padding: 10px 0;
    transition: all 0.4s
}

.brand:hover {
    opacity: 0.65
}

.nav-menu {
    align-self: center
}

.nav-link {
    color: #131313;
    vertical-align: middle;
    padding: 0.75rem;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s
}

.nav-link.w--current,.nav-link:hover {
    color: var(--gold)
}

.nav-link.cta {
    background-color: var(--gold);
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(225deg, #0000, #5D3891);
    border-radius: 0.5rem;
    text-decoration: none
}

.nav-link.cta:hover {
    background-color: var(--yellow);
    transform: translate(0, -2.5px);
    box-shadow: 0 2px 5px #0003
}

.nav-link.cta.w--current {
    color: #fff
}

.col {
    flex: 1;
    align-self: center
}

.col.img-col {
    align-self: stretch
}

.col.img-col.sticky {
    align-self: flex-start;
    position: sticky;
    top: 100px
}

.bullet-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start
}

.icon_wrapper {
    background-color: var(--gold);
    border-radius: 50%;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0.35rem;
    transition: all 0.3s;
    display: flex
}

._100-100 {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bullet-icon {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    align-items: stretch;
    display: flex
}

.flex-block.bttm-marg-1 {
    margin-bottom: 1rem
}

.bullet-icon-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    text-transform: uppercase;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
    font-style: italic;
    font-weight: 800;
    display: flex
}

.bttm-marg-0 {
    margin-bottom: 0
}

.button-2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #b78628;
    background-image: linear-gradient(225deg, #0000, #dba514);
    border-radius: 0.25rem;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-left: 0;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.25s;
    display: inline-block
}

.button-2:hover {
    background-color: #fcc201;
    transform: translate(0, -2.5px);
    box-shadow: 0 1px 6px #0e0e0e80
}

.gold {
    color: var(--gold)
}

.icon-card {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex
}

.icon_large {
    object-fit: contain;
    width: 3.5rem;
    height: 3.5rem;
    position: static
}

.heading-small {
    color: #5D3891;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px
}

.card-paragraph {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5
}

.card-paragraph.bigger {
    font-size: 1.15rem
}

.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr
}

.grid.straight-line {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem
}

.grid.vert {
    flex-flow: column;
    display: flex
}

.cta-h2 {
    margin-bottom: 0;
    font-size: 56px;
    margin-bottom: 15px;
}

.code-embed {
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

.logo-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    mix-blend-mode: lighten;
}

.footer-brand {
    width: 300px;
    transition: opacity 0.2s
}

/* .footer-brand:hover {
    opacity: 0.55
} */

.footer_wrapper {
    z-index: 5;
    position: relative
}

.footer-title {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800
}

.footer_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    display: grid
}

.bbb {
    width: 200px
}

.bottom-credits {
    z-index: 10;
    background-color: var(--gold);
    color: #fff;
    text-align: center;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    display: block;
    position: relative
}

.flex-block-4 {
    flex-flow: row;
    justify-content: space-between;
    display: flex
}

.section_footer {
    color: #fff;
    background-color: #131313;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 2.75rem 2rem;
    display: flex
}

.copyright-link {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s
}

.copyright-link:hover {
    color: #fff;
    text-decoration: underline
}

.copyright-link.w--current {
    color: var(--black)
}

.footer-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: flex
}

.footer-link {
    color: var(--gold);
    text-decoration: none
}

.footer-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-nav-link {
    color: var(--white);
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    transition: all 0.25s
}

.footer-nav-link.w--current,.footer-nav-link:hover {
    color: #5D3891
}

.call-button-wrapper {
    z-index: 4;
    position: fixed;
    inset: auto auto 1rem 4rem
}

.call-button {
    color: #fff;
    background-color: #5D3891;
    background-image: linear-gradient(270deg, #0000, #4A249D);
    border-radius: 0.5rem;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    padding: 1em;
    text-decoration: none;
    transition: all 0.25s;
    display: flex;
    box-shadow: 0 1px 10px -2px #252525a3
}

.call-button:hover {
    background-color: #4A249D
}

.phone_icon {
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.phone_icon.landscape_no-m {
    width: 24px;
    height: 24px;
    margin-right: 0
}

.txt-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    display: flex;
    overflow: hidden
}

.call-btn-txt {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 1em
}

.list {
    column-count: 2;
    margin-bottom: 1rem
}

.read-more-less {
    color: var(--white);
    cursor: pointer;
    margin-bottom: 0.5rem
}

.reveal {
    overflow: hidden
}

.payments-embed {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex
}

.condensed {
    max-width: 100ch
}

.thcc-badge {
    width: 125px;
    margin-bottom: 1rem
}

.faq-collection-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    display: flex
}

.faq-collection-item {
    border: 1px solid var(--black);
    flex-flow: column;
    width: 100%;
    display: flex;
    overflow: hidden
}

.faq_toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex
}

.faq_question {
    font-size: 1.125rem;
    font-weight: 600
}

.faq_toggle-icon {
    width: 1.5rem;
    height: 1.5rem
}

.faq_menu {
    color: var(--black);
    text-align: left
}

.rich-text-block {
    margin: 1rem
}

.gold-txt-link {
    color: var(--white);
    text-decoration: none;
    transition: all 0.35s
}

.gold-txt-link:hover {
    color: var(--black);
    text-decoration: underline
}

.gold-txt-link.white-hover:hover {
    color: var(--white)
}

.breadcrumbs {
    margin-bottom: 0.5rem;
    font-size: 14px
}

.text-area {
    border-radius: 0.25rem;
    min-width: 100%;
    max-width: 100%;
    min-height: 64px;
    overflow: auto
}

.form-row {
    width: 100%;
    margin-bottom: 4px;
    display: flex
}

.success-txt {
    margin-bottom: 8px;
    font-size: 1rem
}

.form-col {
    width: 50%
}

.form-col.span {
    width: 100%
}

.form-col.first {
    padding-right: 8px
}

.form-block {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem
}

.text-field {
    color: var(--black);
    /* text-align: center; */
    border-radius: 0.25rem;
    height: 48px
}

.calendly-code-embed {
    width: 100%;
    margin-bottom: 0
}

.sitemap_group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 256px;
    display: flex
}

.site-map-link {
    background-color: var(--gold);
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(225deg, #0000, #dba514);
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    min-width: 35%;
    padding: 1rem;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.25s;
    display: flex;
    overflow: hidden
}

.site-map-link:hover {
    background-color: var(--yellow);
    text-decoration: none;
    transform: translate(0, -2.5px)
}

.site-map-link.child {
    background-color: var(--black);
    background-image: none
}

.flex-block-5 {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    justify-content: flex-start;
    align-items: center
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.icon {
    margin-right: -5px
}

.dropdown-link {
    color: var(--white);
    font-style: italic;
    transition: all 0.25s
}

.dropdown-link.w--current,.dropdown-link:hover {
    color: var(--gold);
    background-color: #fff;
}

.dropdown-link.view-all {
    background-color: var(--gold)
}

.dropdown-link.view-all.w--current,.dropdown-link.view-all:hover {
    color: var(--black)
}

.dropdown-link.view-all.w--current:hover {
    color: var(--white)
}

.dropdown-list {
    background-color: var(--white)
}

.dropdown-list.w--open {
    background-color: var(--black);
    border-radius: 0.5rem;
    overflow: hidden
}

.big {
    margin-bottom: 0;
    font-size: 58px
}

.text-block {
    text-transform: uppercase;
    font-weight: 700
}

.consultants-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    display: flex
}

.paragraph {
    line-height: 2
}

@media screen and (max-width: 991px) {
    h1 {
        font-size:36px
    }

    .section {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .social-link {
        width: 32px;
        height: 32px
    }

    .top-banner-col {
        flex: 0 auto
    }

    .link-flex.footer {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start
    }

    .navbar {
        padding-left: 0;
        padding-right: 0
    }

    .nav-flex {
        align-items: center
    }

    .brand {
        z-index: 1;
        width: 200px;
        margin-bottom: -1rem;
        margin-left: 1rem
    }

    .nav-menu {
        background-color: #131313
    }

    .nav-link {
        color: #fff;
        text-align: left;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        line-height: 1.75
    }

    .nav-link:hover {
        color: #fff
    }

    .nav-link.cta {
        color: #fff;
        border-radius: 0;
        width: 100%
    }

    .nav-link.cta:hover {
        box-shadow: none;
        transform: none
    }

    .menu-button {
        color: var(--gold);
        padding: 1rem;
        font-size: 30px
    }

    .menu-button.w--open {
        color: var(--black);
        background-color: #c8c8c800
    }

    .col {
        align-self: stretch
    }

    .col.img-col {
        flex: 0 auto;
        height: 375px
    }

    .col.img-col.sticky {
        align-self: stretch;
        position: static
    }

    .bullet-list {
        margin-bottom: 3rem
    }

    ._100-100.contain-on-mobile {
        object-fit: contain
    }

    .flex-block {
        flex-flow: column
    }

    .flex-block.inverse {
        flex-flow: column-reverse
    }

    .grid.straight-line {
        flex-flow: column;
        display: flex
    }

    .footer-brand {
        width: 200px
    }

    .footer_grid {
        flex-flow: column;
        display: flex
    }

    .bbb {
        margin-left: 35px
    }

    .bottom-credits,.section_footer {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .footer-col {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        width: 100%
    }

    .call-button-wrapper {
        bottom: 2.25rem;
        left: 2rem
    }

    .txt-wrapper {
        display: none
    }

    .block-on-mobile {
        display: block
    }

    .sitemap_group {
        min-width: 16rem
    }

    .site-map-link {
        min-width: 48%
    }

    .icon {
        margin-right: 10px
    }

    .dropdown-link {
        color: var(--white)
    }

    .dropdown-link:hover {
        color: var(--gold)
    }

    .dropdown-list.w--open {
        border-radius: 0;
        position: relative
    }

    .dropdown {
        display: block
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size:28px
    }

    p {
        font-size: 14px
    }

    .section {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .background_image {
        object-position: 75% 25%
    }

    .top-banner-flex {
        justify-content: flex-end;
        display: block
    }

    .social-flex {
        justify-content: center;
        align-items: flex-end
    }

    .top-banner {
        z-index: 4;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        position: fixed;
        inset: auto 0 0
    }

    .social-link {
        display: none
    }

    .social-link.footer-visible,.social-link.mobile-links {
        display: block
    }

    .link-flex {
        display: none
    }

    .link-flex.footer {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .brand {
        width: 150px;
        margin-left: 0.5rem
    }

    .col.img-col {
        height: 256px
    }

    .cta-h2 {
        font-size: 36px
    }

    .footer-brand {
        width: 256px
    }

    .footer_grid {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex
    }

    .bbb {
        justify-content: center;
        align-self: center;
        align-items: center;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .bottom-credits {
        grid-column-gap: 0.25rem;
        grid-row-gap: 0.25rem;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 12px
    }

    .flex-block-4 {
        flex-flow: column;
        justify-content: space-between;
        align-items: center
    }

    .footer-col {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .call-button-wrapper {
        bottom: 2rem
    }

    .phone_icon.landscape_no-m {
        margin-right: 0
    }

    .payments-embed {
        text-align: center
    }

    .thcc-badge {
        width: 75px
    }

    .rich-text-block {
        margin: 0.5rem
    }

    .sitemap_group {
        flex-flow: column;
        min-width: 100%
    }

    .site-map-link {
        justify-content: center;
        min-width: 100%;
        min-height: 36px
    }

    .big {
        font-size: 42px
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size:28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    ul {
        text-align: center;
        padding-left: 0;
        list-style-type: none
    }

    .container {
        text-align: center
    }

    .container.stay-left {
        text-align: left
    }

    .icon-text-flex {
        flex-flow: column
    }

    .top-banner-flex {
        justify-content: center;
        align-items: center
    }

    .container-2 {
        text-align: center
    }

    .social-flex {
        justify-content: center
    }

    .top-banner {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }

    .image {
        width: 1.75rem
    }

    .social-link {
        width: 42px;
        height: 42px;
        padding: 0.5rem
    }

    .link-flex.footer {
        justify-content: space-between;
        align-items: center
    }

    .brand {
        width: 175px
    }

    .nav-link {
        text-align: center;
        line-height: 2
    }

    .menu-button {
        font-size: 30px
    }

    .bullet-list {
        justify-content: center;
        align-items: center
    }

    .bullet-icon-flex {
        text-align: center;
        flex-flow: column
    }

    .icon-card {
        margin-bottom: 0
    }

    .grid {
        flex-flow: column;
        display: flex
    }

    .footer-brand {
        width: 225px
    }

    .footer-title {
        padding-left: 0;
        padding-right: 0
    }

    .footer_grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-content: flex-start;
        align-items: center
    }

    .bottom-credits {
        text-align: center;
        align-items: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .flex-block-4 {
        grid-column-gap: 0.25rem;
        grid-row-gap: 0.25rem;
        flex-flow: column;
        justify-content: space-between;
        align-items: center
    }

    .section_footer {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .footer-col {
        text-align: center;
        justify-content: flex-start;
        align-items: center
    }

    .footer-block {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        justify-content: center;
        display: flex
    }

    .call-button-wrapper {
        display: none;
        inset: auto 0 0
    }

    .call-button {
        border-radius: 0;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 1.5em
    }

    .txt-wrapper {
        display: flex
    }

    .list {
        column-count: 1
    }

    .thcc-badge {
        width: 100px
    }

    .faq_question {
        font-size: 1rem
    }

    .block-on-mobile {
        display: block
    }

    .form-row {
        flex-wrap: wrap
    }

    .form-col {
        width: 100%
    }

    .form-col.first {
        padding-right: 0
    }

    .site-map-link {
        justify-content: center;
        min-height: 48px
    }

    .flex-block-5 {
        flex-flow: column
    }

    .dropdown,.dropdown-link {
        text-align: center
    }

    .big {
        font-size: 32px
    }
}

#w-node-e6a184ec-50eb-cb57-ba1e-5f2aef817a46-ef817a43 {
    align-self: end
}


.form-Logo {
    width: 450px;
    margin-bottom: 20px;
}
form.ContactForm {
    text-align: left;
}
.submit-button {
    background: #fff;
    color: #5d3891;
    padding: 15px 100px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.servicesBox
{
    background-color: #5D3891;
    text-align: center;
    padding: 15px 15px 0 15px;
}
.ServicesHeader h3
{
    color: #5D3891;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.ServicesHeader
{
    background-color: #F5F5F5;
    padding: 20px;
}
.servicesBody
{
    padding: 40px;
}
.serviceslink
{
    margin-bottom: 15px;
    text-align: left;

}
.serviceslink a
{
    text-decoration: none;
    color: #5D3891;
    font-weight: 500;
    display: block;
    background-color: #F5F5F5;
    padding: 15px 30px;
    transition: all.4s;
}
.serviceslink a:hover
{
    background-color: #0e0e0e;
    color: #F5F5F5;
    transition: all.4s;
}