    html,
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    body {
        background-image: url('/assets/images/subpagebg.svg');
        background-repeat: no-repeat;
        background-size: cover;
        font-family: sofia-pro, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #58595b;
    }

    .homepage-body {
        background-image: url('/assets/images/homepagebg.svg');
    }

    .programs-services-body {
        background-image: none;
    }

    p {
	   font-size: 1.2rem;
    }

    h1 {
        font-family: corundum-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #5C2F92;
    }

    .homepage-body h1 {
        color: white;
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: .9;

        @media (min-width: 1200px) {
            font-size: 4rem;
        }
    }

    h2 {
        font-family: corundum-text, serif;
        font-weight: 400;
        font-style: normal;

        color: #5C2F92;
    }

    h3 {
        font-family: corundum-text, sans-serif;
        font-weight: 400;
        font-style: normal;
    }


    h4 {
        font-family: adobe-handwriting-ernie, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
        margin: 0;
        padding: 0;
    }

    h5 {
        font-family: sofia-pro, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    strong {
        font-weight: 600;
    }


    a:link {
        color: #58595b; /* #58595b */
        font-weight: 500;
    }

    a:hover {
        color: #5C2F92;
    }

    a:visited {
        text-decoration: none;
        color: #58595b;
    }

    a:hover,
    a:active {
        text-decoration: none;
    }

    .container a {
	    color: #5C2F92;
        text-decoration: underline;
  }


    ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 1rem 0;
    }

    .quote-person {
        font-family: adobe-handwriting-ernie, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: #5C2F92;
    }

    .navbar {
        padding: 1.5%;
    }

    .navbar-components {
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }

    .navbar-components li {
        padding: 5px;
    }

    .nav-link {
	    text-decoration: none!important;
    }

    .dropdown-item {
	    text-decoration: none!important;
    }


    .dropdown-item .dropdown-menu a:active {
        background-color: #5C2F92 !important;
    }

    .nav-cta-list a:not(:last-child) {

        @media (min-width: 690px) {
            padding-right: 5px;
        }
    }

    .breadcrumb {
        padding-left: 1.5%;
    }

    .breadcrumb li.last {
        color: #5C2F92;
    }

    .breadcrumb span {
        color: #d8dbe2;
        padding: 0 8px 0 4px;
    }

    section {
        padding: 10px;
    }

    .homepage-body section {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    header {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .simple-text-block img {
        max-width: 100%;
        width: 100%;
    }

    .simple-text-block-half {

        display: inline-block;
        vertical-align: top;

        @media (min-width: 768px) {
            width: 49%;
            padding-right: 1.5rem;
        }
    }

    .photos img {
	    width: 100%;
	    margin-bottom:30px;
    }

    .no-underline {
	    text-decoration: none!important;
    }


    @media (min-width: 768px) {
        .simple-text-block-half + .simple-text-block-half {
            padding-right: 0;
            padding-left: 1.5rem;
        }
    }

    /* HEADER video background */
    #background-video {
        width: 100%;
        z-index: -1;
    }

    .header-box {
            background-color: white;
            width: 70%;
            padding: 20px;
            margin: 0 auto;
            filter: drop-shadow(5px 5px 4px #a8a8a8);
            position: relative;
            top: -30px;
            z-index: 1;
    }

    .homepage-body .header-box {
        background-color: #5C2F92;
        color: white;
        width: 700px;
        max-width: 100%;
        padding: 14px 30px 34px;
        bottom: 100px;
        top: auto;
        filter: none;;


        @media (max-width: 600px) {
            position: none;
            width: 80%;
        }

    }

    .homepage-body .header-box h1 {
        color: white;

        @media (max-width: 600px) {
            font-size: 35px;
        }
    }

    .homepage-body .header-box button {
        color: #58595b !important;
        border-style: none;
        padding: 15px;
        margin: 0 auto !important;
    }

    .header-bg {
        background-repeat: no-repeat;
        background-size: contain;
        /*padding-top: 24%;*/
        margin-left: -10px;
        margin-right:-10px;
    }

    .header-bg img {
	    width: 100%;
    }

    .homepage-body .header-bg {
        padding-top: 0;
    }

    .spacer {
        margin: 50px;
    }

    @media (min-width: 992px) {
        .spacer {
            margin: 50px;
        }
    }

    footer {
        padding-bottom: 50px;
        padding-top: 50px;
        margin-top: 100px;
        background-color: white;
    }

    .footer-icons {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }

    .footer-icons li {
        padding: 10px 10px 0px 0px;
        width: 50px;
    }

    .footer-testimonial>h2 {
        background-color: #5C2F92 !important;
        color: white;
        padding: 20px;
        width: 40%;
        text-align: center;
        position: relative;
        left: 60%;
        top: -400px;
        z-index: 1;
        margin: 0 0 -200px;

        @media (max-width: 995px) {
            position: relative;
            left: 300px;
            top: -200px;
            margin-bottom: -100px;
            z-index: 1;
            width: 50%;

        }

        @media (max-width: 800px) {
            position: inherit;
            top: 0;
            left: 0;
            margin-bottom: 60px;
            width: 100%;
        }
    }

    .footer-testimonial p {
	    font-size: 2rem;
    }

    .section-cards a .box-left,
    .section-cards a .box-right {
        transition: all .5s;
    }

    .section-cards a:hover .box-left,
    .section-cards a:hover .box-right,
    .section-cards a:focus .box-left,
    .section-cards a:focus .box-right {
        transform: scale(1.02);
        z-index: 1;
    }

    .section-cards a:hover .section-card,
    .section-cards a:focus .section-card {
        opacity: 1;
    }

    .section-card {
        background-color: #5C2F92;
        opacity: .9;
        color: white;
        text-align: center;
        padding: 26px 40px 30px;
        position: relative;
        bottom: -50px;
        min-width: 400px;
        transition: all .5s;

        @media (max-width: 770px) {
            position: none;
            margin: 0 auto;
            padding: 0 auto;

        }
    }

    .section-card h5 {
        font-size: 1.4rem;
        margin: 0.4rem 0 0.8rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    #box1 {
        @media (max-width: 991px) {
            width: 100%;
            min-width: 0;
            bottom:0;
        }
    }

    #box2 {

        @media (max-width: 991px) {
            width: 100%;
            min-width: 0;
            bottom: 0;
        }
    }

    .box-left {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 40%;
        width: 100%;
        height: 500px;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: start;
        margin-bottom: 10%;
    }

    .box-right {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 100%;
        width: 100%;
        height: 500px;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        margin-bottom: 10%;

    }

    .sectionheaderblock {
        background-color: #58595b;
        text-align: center;
        padding: 20px;
        color: white;
        margin-bottom: 30px;
    }

    button {
        border-radius: 0 !important;
        color: white !important;
        display: flex;
        justify-content: center;
        padding: 10px 30px !important;
    }

    button:hover {
        border-color: #58595b !important;
        color: #58595b !important;
    }

    button:hover .button-icon {
        filter: invert(60%);
    }

    .btn-cta {
        width: 100%;
        margin-bottom: 5px;
    }

    .btn-cta-alt {
	    max-width: 300px;
	    margin-bottom: 30px;
    }

    .button-icon {
        height: 40px;
        padding: 5px;
        margin-right: 5px;
        margin-top: -6px;

        @media (max-width: 610px) {
            height: 26px;
        }
    }

    .button1 {
        background-color: #58595b;
        padding-left: 1.4rem !important;
    }

    .button2 {
        background-color: #5C2F92;
        padding-left: 1.4rem !important;
    }

    .button2 .button-icon {
        padding: 2px 4px 0px;
    }

    .button3 {
        background-color: #277576;
        padding-left: 1.4rem !important;
    }

    .button1, .button2, .button3 {
        padding-top: 14px!important;
        padding-left: 1.4rem !important;
        border-width: 2px;
    }

    .button4 {
        background-color: white;
    }

    .cta-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: stretch;

    }

    @media (min-width: 690px) {
	    .cta-list {
            flex-direction: row;
        }
    }


    .cta-list a {
        flex-grow: 1;
    }

    .cta-list a button {
        width: 100%;
        text-transform: uppercase;
    }

    .bottom-cta-buttons.cta-list a {
        margin: 0 2.5px;
    }

    .bottom-cta-buttons.cta-list button {
        padding: 10px;
        font-size: 20px;
        padding-bottom: 14px !important;
    }

    .bottom-cta-buttons.cta-list button:hover {
        background-color: white;
    }

    .bottom-cta-buttons.cta-list button .button-icon {
        height: 30px;
        margin-right: 15px;
        padding: 0px;
    }

    .search-button {
        background-color: #58595b;
        margin: 0;
        border-color: #58595b;
        border-left: 0px;
    }

    .btn-outline-success:hover,
    .btn-outline-success:active {
        background-color: #5C2F92;
        color: white !important;
    }

    #search-button-icon {
        height: 25px;
    }

    .search-bar {
        border-radius: 0 !important;
        margin: 0 !important;
        border-color: #58595b;
        border-right: 0px;
    }


    .gallery-cell {
        width: 100%;
        height: 450px;
        margin-right: 0 auto;
        counter-increment: gallery-cell;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .carousel.style1 h1 {
        font-size: 170px;
        font-family: sofia-pro, sans-serif;
        font-weight: 600;
        line-height: 130px;
    }

    .carousel.style1 p {
        position: relative;
        bottom: 20%;
        font-size: 36px;
        line-height: 45px;
        font-weight: 400;
        font-style: italic;
    }

    .carousel.style1 h1.stat1 {
        color: #5C2F9217 !important;
    }

    .carousel.style1 p.stat1 {
        color: #5C2F92 !important;
    }

    .carousel.style1 h1.stat2 {
        color: #58595b0f !important;
    }

    .carousel.style1 p.stat2 {
        color: #58595b !important;
    }


    .carousel.style1 h1.stat3 {
        color: #2775761d !important;
    }

    .carousel.style1 p.stat3 {
        color: #277576 !important;
    }

    .carousel.style2 h1 {
        font-size: 160px;
        font-family: sofia-pro, sans-serif;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .carousel.style2 h1.stat1 {
        color: #5C2F92;
    }

    .carousel.style2 h1.stat2 {
        color: #58595b;
    }

    .carousel.style2 h1.stat3 {
        color: #277576;
    }

    .carousel.style2 p {
        font-size: 28px;
        font-family: sofia-pro, sans-serif;
        color: #58595b;
    }

    .flickity-page-dots {
        bottom: 0px;
    }

    /* white circles */
    .flickity-page-dots .dot {
        width: 15px;
        height: 15px;
        opacity: 1;
        background: transparent;
        border: 2px solid #58595b;
    }

    .flickity-button {
        background-color: #5C2F92 !important;
    }

    .video-embed {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        margin-bottom: 30px;

    }

    .video-size {
        width: 70%;

        @media (max-width: 800px) {
            width: 100%;
        }
    }

    .video-size-full {
        width: 100%;
    }

    .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .alert-container {
        transition: opacity 0.5s, height 1s;
        height: 66px;
        margin-top: 56px;
        /*margin-bottom: -62px;*/
    }

    @media (min-width: 668px) {
        .alert-container {
            margin-top: 62px;
           /* margin-bottom: -80px;*/
        }
    }

    .alert-container.fade-out-alert {
        opacity: 0;
        height: 0;
    }

    .alert-primary {
        color: #222222;
        background-color: #27757647;
        border-color: #27757685;
        padding: 18px 46px 12px 16px;
        line-height: 1.3;
    }

    .alert-primary .alert-close {
        padding: 1px 11px 8px !important;
        border: none;
        font-size: 2rem;
        line-height: 1;
        outline: none;
        position: absolute;
        color: #58595b !important;
        background-color: transparent;
        right: 6px;
        top: 4%;
    }

    /* flickity-fade */

    .flickity-enabled.is-fade .flickity-slider>* {
        pointer-events: none;
        z-index: 0;
    }

    .flickity-enabled.is-fade .flickity-slider>.is-selected {
        pointer-events: auto;
        z-index: 1;
    }

    .sidebox-left {
        background-image: url('/assets/images/housing5.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }

    .sidebox-right {
        background-image: url('/assets/images/housing2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }

    .lightpurplebox {
        background: rgb(100,52,134, .1);
        color: #58595b;
    }

    .lightgreenbox {
        background: rgb(39,117,118, .1);
        color: #58595b;
    }

.highlight-title-box {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 250px;
}

.highlight_bg2 {
    background-color: #5C2F92;
    background-image: url('/assets/images/textpattern-purple.svg');
}

.highlight_bg1 {
    background-color:#58595b;
    background-image: url('/assets/images/textpattern-grey.svg');
}

.highlight_bg3 {
    background-color:  #277576;
    background-image: url('/assets/images/textpattern-green.svg');
}

.highlight_bg4 {
    align-items: start;
    color: #58595b;
    padding: 10px;
    height: auto;
}

.infobox {
    align-items: center;
}

.infobox p {
    margin: 5%;

    @media (max-width: 800px) {
        margin-bottom: 4%;
    }
}

.infobox-noflex {
    margin: 10px 10px 100px;
}

.infobox ul, .infobox-noflex ul, .simple-text-block ul, .accordion-body ul {
    list-style-type: disc;
    padding-left: 1em;
    font-size: 1.2em;
}

.simple-text-block table {
    width: 100%;
    text-align: left;
}

.side-image {
	width: 90%;
}

@media (max-width: 760px) {
	.side-image {
		width: 100%;
	}
}

/* ------------------------- timeline on About Page!!!!!! --------------------------------- */
.scroll {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.timelinecontainer {
    width: 300%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.box {
    width: 120px;
    height: 120px;
    color: black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(200, 162, 162);
}

.box.active {
    background-color: orange;
    border: 2px solid white;
}

.panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
}

.panelbottomrow {
    padding-left: 100px;
    padding-top: 80px;
    position: absolute;
    top: 376px;
}

.timeline-box {
    padding-left: 150px;
}

.timeline-box-info {
    width: 200px;
    padding: 5px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

.timeline-box-info p {
	font-size: 12px;
}

.timeline-image {
    width: 290px;
    border: 5px solid white;
}

.timeline-purple {
    background-color: #5C2F92;
}

.timeline-grey {
    background-color: #58595b;
}

.timeline-green {
    background-color: #277576;
}

.timeline-line hr {
    bottom: 470px;
    z-index: -1;
    display: block;
    position: absolute;
}

.timeline-top-row {
    display: block;
    position: relative;
    margin-left: -30%;
    bottom: 60px;
}

.timeline-bottom-row {
    display: block;
    position: relative;
    margin-left: 50%;
    top: -260px;
}

.timeline-line {
    border-width: 10px;
    margin-top: 70px;
    z-index: -10;
    display: block;
}

.timeline-dot-1997 img {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 200px;
    z-index: -1;
}

.timeline-dot-2004 img {
    display: block;
    position: absolute;
    left: 470px;
    bottom: 15px;
    width: 150px;
}

.timeline-dot-2008 img {
    display: block;
    position: absolute;
    right: 650px;
    bottom: 15px;
    width: 200px;
    z-index: -1;
}

.timeline-dot-2019 img {
    display: block;
    position: absolute;
    right: 700px;
    bottom: 20px;
    width: 150px;
}

.timeline-dot-2022 img {
    display: block;
    position: absolute;
    top: -20px;
    transform: scaley(-1);
    width: 200px;
    z-index: -1;
}

.timeline-dot-2000 img {
    display: block;
    position: absolute;
    left: 300px;
    top: -30px;
    width: 200px;
    z-index: -1;
}

.timeline-dot-2005 img {
    display: block;
    position: absolute;
    left: 800px;
    top: -30px;
    width: 130px;
    z-index: -1;
}

.timeline-dot-20192 img {
    display: block;
    position: absolute;
    right: 500px;
    top: -28px;
    width: 200px;
    z-index: -1;
}

.timeline-dot-2020 img {
    display: block;
    position: absolute;
    right: 148px;
    bottom: 17px;
    transform: scaley(-1);
    width: 130px;
}

.timeline-dot-2023 img {
    display: block;
    position: absolute;
    right: 00px;
    top: -30px;
    width: 200px;
    z-index: -1;

}



/*=====================

Announcement banner

=====================*/

.announce_banner {
	background-color: #5C2F92;
	padding: 5px 5px 8px 5px;
	text-align: center;
	color: white;
	text-size: ;
}

.announce_banner p {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.announce_banner a {
	color: white;
	text-decoration: underline;
}



@media (max-width: 600px) {

    .scroll {
        width: 100vw;
        height: 100vh;
        overflow: auto;

    }

    .timelinecontainer {
        width: 300%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;

    }

    .box {
        width: 120px;
        height: 120px;
        color: black;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(200, 162, 162);
    }

    .box.active {
        background-color: orange;
        border: 2px solid white;
    }

    .panel {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: -100px;
    }

    .panelbottomrow {
        padding-left: 100px;
        padding-top: 90px;
    }
}

/* ------------------------- END OF timeline on About Page!!!!!! --------------------------------- */

.card {
    background: none;
    border-radius: 0;
    border: none;
}

.card-title {
    color: #5C2F92;
}

.card-body {
    line-height: 18px;
    border-radius: 0;
}

.card-img-top {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    border-width: 2px;
    border-color: #58595b;
}

.enews-subscribe-footer {
	flex-direction: column;
}

.enews-subscribe-footer input {
	margin-bottom:10px;
}

.response.success {
	font-size: 20px;
    font-weight: 600;
    color: #5C2F92;
    margin-top: 10px;
}

.submit-button {
   background-color: white;
   border: 2px solid #58595b!important;
   color: #58595b!important;
   margin: 0;
}

.submit-button:hover {
    background-color: #5C2F92;
    border: 2 solid #5C2F92!important;
    color: white!important;
    margin: 0;
 }

 .event-card {
    background-color: #5C2F92;
 }

 .event-title {
    color: white;
    font-size: 24px;
 }

 .event-text {
    color: white;
 }

 .event-banner {
    position: relative;
    height: 0;
    padding: 14.7%;
    overflow: hidden;
 }

.event-banner img {
    position: absolute;
    top: 0;
    left: 0;
}

 .news-title {
    color: #5C2F92;
    font-size: 32px;
    font-weight: 600;
 }

.purple-bold {
    font-weight: 900;
    color:#5C2F92;
}

.accordion-body {
    background-color: #58595b10;
    color:#58595b;
}

.accordion-body img {
    max-width: 100%;
}

.accordion-button:hover {
  color: white!important;
}

.accordion-button:not(.collapsed) {
   background: none;
   box-shadow: none;
}

.accordion-button::after {
    margin-left: 0;
    opacity: 0;
}

.collapsed {
    background: none;
}

.accordion-header {
    padding: 20px;
    color: white !important;
}

.accordion-button > .button:hover {
    color: white!important;
}

.accordion-button {
    font-size: 32px;
    text-align: center!important;
}

.accordion-item {
    border: none !important;
}

.accordion-1 {
    background-color: #5C2F92;
}

.accordion-2 {
    background-color: #5C2F92d7;
}

.accordion-3 {
    background-color: #5C2F92b3;
}

.accordion-4 {
    background-color: #5C2F9291;
}

.accordion-5 {
    background-color: #5C2F9277;
}

.accordion-6 {
    background-color: #5C2F9251;
}

.program-options {
    background-image: url('/assets/images/swirl-across.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 40%;
    height: 500px;
    width: 100vw;
}

.program-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.program-buttons li:nth-child(4n-2) {
    position: relative;
    top: 120px;
}

.program-buttons li:nth-child(4n-1) {
    position: relative;
    top: 250px;
}

.program-buttons li:nth-child(4n) {
    position: relative;
    top: 100px;
}

.program-buttons img{
   width: 60%;
}

.program{
    color:#5C2F92;
    font-size: 24px;
    max-width: 180px;
    margin: auto;
}

.people_grid {
	margin-bottom: 50px;
}


@media (max-width: 800px) {

    .program-buttons img{
        width: 70%;
    }

    .program{
        font-size: 20px;
    }

    .program-buttons li:nth-child(4n-3) {
        position: relative;
        top: 30px;
    }

    .program-buttons li:nth-child(4n-2) {
        position: relative;
        top: 120px;
    }

    .program-buttons li:nth-child(4n-1) {
        position: relative;
        top: 250px;
    }

    .program-buttons li:nth-child(4n) {
        position: relative;
        top: 300px;
    }


	.announce_banner {
		font-size: 10px;
	}

	.announce_banner p {
		font-size: 1rem;
	}
}



.search-result-excerpt mark {
    display: inline-block;
    background-color: rgba(39,117,118,0.2);
    padding: 0 4px;
}

.pagination {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.pagination .page-link {
    border-style: none;
    background-color: transparent;
    color: #150D38;
    width: auto;
    height: inherit;
    text-indent: 0;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    margin: 0 0.25rem;
}

.pagination .page-link.active {
    border: 2px solid rgba(39, 117, 118, 0.2);
}