  /*Theme Name: 69´«Ã½ Theme V1

Theme URI: Starter Theme - www.215marketing.com

Author: 215 Marketing

Author URI: webmaster@215marketing.com

Version: 1.1

Description:  69´«Ã½ Custom theme custom coded theme.



/* MARK BG */

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #F1B64B;
}

::selection {
    color: #fff;
    background: #F1B64B;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    /*margin-bottom: unset;*/
    line-height: 1.6em;
}

a{transition: .3s all ease-in-out;}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Forum', serif;
    line-height: 1;
}

h1 {
    font-size: 4.5em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.75em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 400;
}

select {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #F1B64B;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1.2em;
}
/* SLIDER GENERAL STYLES */

.carousel {
    width: 100%;
}

.greyscale {
    filter: grayscale(100%);
    cursor: pointer;
}

.greyscale:hover {
    filter: none;
}

.title-and-category {
    position: absolute;
    bottom: 3em;
    text-align: center;
    width: 100%;
    color: #fff;
}

h5.slider-title {
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    font-family: 'Roboto' !important;
}

.category-styles {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto' !important;
    margin-bottom: 0.5em;
}

.blog-post.position-relative.shadow {
    width: 100%;
    background-size: cover !important;
    height: 500px;
}

.carousel-indicators li {
    background: #E6E6E6;
    width: 14px;
    height: 14px;
    padding: 0px !important;
    border: none;
    border-radius: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    width: 38px;
    background: #fff !important;
}
.carousel-indicators {
    bottom: -3em;
}
/* HEADER LINKS */

.header-links {
    background-color: #EACB92;
}

.header-links-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    padding: 1.125em 0.7em;
}

.header-links-group a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75em;
    color: #000000;
}

.header-bg {
    background: unset;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    position: absolute;
    z-index: 99999;
}

.header-one {
    position: unset;
    background-color: #1E5691;
}


/* NAVIGATION */

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #F1B64B;
}

.navbar-group {
    display: flex;
}

.navbar-buttons {
    display: flex;
    gap: 0.625em;
    margin-left: auto;
}

.navbar-nav {
    gap: 5em;
}

img.navbar-logo {
    width: 13em;
    height: auto;
}


/* HAMBURGER MENU */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}


/* BUTTONS */

.btn-def {
    display: flex;
    padding: 1em 2.5em;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em;
    color: #FFFFFF;
    background-color: #F1B64B;
    width: fit-content;
    font-size: 1.2em;
}

a.btn-def {
    color: #FFFFFF;
}

.btn-yellow, a.btn-yellow {
    background-color: #F1B64B !important;
    color: #2E2E2E !important;
}
.btn-yellow:hover, a.btn-yellow:hover {
    background-color: #8F709D !important;
    color: #FFFFFF !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn-orange {
    background-color: #EE6E2E !important;
}
.btn-orange:hover {
    background-color: #8F709D !important;
    color: #FFFFFF !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn-purple {
    background-color: #8F709D !important;
    color: #2E2E2E !important;

}

.btn-purple:hover {
    background-color: #6A5475!important;
    text-decoration: none;
}

.btn-blue {
    background-color: #1E5691 !important;
}
.btn-blue:hover,
.btn-blue.active {
    background-color: #8F709D !important;
    color: #FFFFFF !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn-border {
    background-color: transparent !important;
    border: 1px solid #1E5691;
    color: #1E5691;
}
.btn-border:hover {
    background-color: #8F709D !important;
    color: #FFFFFF !important;
    border: 1px solid #8F709D !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

a.btn-border {
    color: #1E5691;
}


/* HERO */

.homepage-hero-section {
    background: #1E5691;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-bottom: 5em;
}

.homepage-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10em;
}

.homepage-hero-text h1 {
    margin-bottom: 2rem;
}

.homepage-hero-text a {
    margin-top: 2rem;
    color: #fff !important;
}

.homepage-hero-text p {
    color: #FFFFFF;
    font-size: 1.3em;
}

.hero-bg-overlay {
    filter: contrast(1.4);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


/* ICON CARDS */

.icon-cards-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
}

.icon-cards-group {
    display: flex;
    max-width: 14.1em;
    padding: 1.25em 0em;
    flex-direction: column;
    align-items: center;
    border-radius: 125em;
    background: #FFF;
    box-shadow: 0em 0em 0.625em 0em rgba(0, 0, 0, 0.15);
    text-align: center;
}

.icon-cards-group h5 {
    color: #1E5691;
}

.icon-cards-group img {
    width: 4.5em;
    height: 4.5em;
}

.row-gap {
    row-gap: 2em;
}

.flex-center {justify-content:center;}


/* CONTENT 1 */

.content-one-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.content-one-group h2 {
    margin-bottom: 1.875rem;
    color: #065697;
}

.content-one-group p {
    color: #000;
}

.content-one-group a,.hero-small-section a {
    margin-top: 1.875em;
}

.content-highlight-box {
    position: relative;
}

.highlight-box {
    position: absolute;
    top: 6em;
    left: -3em;
    width: 90%;
    display: inline-flex;
    padding: 1em 2em;
    justify-content: center;
    align-items: center;
    border-radius: 100em;
    background: #F1B64B;
    box-shadow: 0px 0px 10.72px 0px rgba(0, 0, 0, 0.30);
}

.highlight-box img {
    height: 3.313rem;
    width: 3.313rem;
    margin-right: 1em;
}

.highlight-box p {
    color: #2E2E2E;
}


/* CORE VALUES */

.core-values-section {
    background-color: #EFF7FE;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}

.core-icon-group {
    display: flex;
    justify-content: space-between;
}

.core-icon-img-left {
    margin-right: 2.575em;
}

.core-icon-img-right {
    margin-left: 2.575em;
}

.core-icon-text {
    width: 100%;
}

.core-values-section h2 {
    color: #065697;
    margin-bottom: 0;
}
p.acronym {
    font-weight: 800;
    color: #065697;
    margin-bottom: 1em;
}
.core-icon-group h3 {
    margin-bottom: 0.8rem;
    color: #2E2E2E;
}

.core-icon-group img {
    width: 4.125em;
    height: 4.125em;
}


/* CARDS SECTION */

.cards-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}

.cards-yellow-bg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #F1B64B;
}

.card-group {
    position: relative;
    padding: 3.125em;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 1.5em;
}

.cards-section .card-group p {
	margin-bottom: 0px;
}

.card-image {
    position: absolute;
    right: -1.5em;
    top: -1.5em;
    overflow: hidden;
    border-radius: 100em;
    max-width: 12.375em;
    max-height: 12.375em;
    display: none;
}

.card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-icon {
    width: 5em;
    height: 5em;
    background-color: #FFFFFF;
    border-radius: 100em;
    padding: 1em;
    margin-bottom: 2.188em;
}

.card-group h3 {
    color: #2E2E2E;
    margin-bottom: 1em;
}

.card-group a {
    color: #FFFFFF;
    margin-top: 1em;
}

.card-group:hover .card-image {
    display: block;
    transition: 0.3s;
}

.card-group:hover {
    background-color: #1E5691;
    transition: 0.3s;
}

.card-group:hover h3,
.card-group:hover p {
    color: #FFFFFF;
    transition: 0.3s;
}

.card-group:hover .card-icon img {
    filter: invert(1);
    transition: 0.3s;
}


/* TESTIMONIAL SLIDER */

.testimonial-slider-section {
    background-color: #1E5691;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.testimonial-card {
    display: flex;
    padding: 1.65em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    border-radius: 1.5em;
    background: var(--Base-White, #FFF);
    position: relative;
    margin-top: 0em;
    height: 100%;
}

.testimonial-image {
    position: absolute;
    top: -4.5em;
    border-radius: 100em;
    width: 8.75em;
    height: 8.75em;
}

.testimonial-image img {
    border-radius: 100em;
    width: 8.75em;
    height: 8.75em;
    border: 0.5em solid var(--Primary-Blue, #1E5691);
    object-fit: cover;
}

.testimonial-title {
    text-align: center;
}

.testimonial-text {
    text-align: center;
}

.testimonial-name {
    text-align: center;
}


/* ICONS SECTION */

.icons-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 4.688em;
    padding-bottom: 4.688em;
}

.icon-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.169em;
}

.icon-group-2 {
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 1.4em;
}

.icon-group-border {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 1.9rem;
}

.icons-section h2 {
    color: #065697;
    margin-bottom: 2.338rem;
}

.icons-section h3 {
    margin-top: 1.169em;
    margin-bottom: 1.169em;
    font-size: 1.375em;
    color: #065697;
}

.icons-section p {
    color: #1A1A1A;
}

.icon-image {
    width: 0.938em;
    height: 0.938em;
}

.icon-text h3 p {
    color: #1E5691;
    text-align: center;
    font-family: 'Forum', sans-serif;
    font-size: 1em
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}


/* CONTENT TWO SECTION */

.content-two-section {
    background: #EFF7FE !important;
}


/* BLOG */

.hp-blog-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.hp-blog-section h2 {
    color: #065697;
}

.hp-blog-title {
    margin-bottom: 2.5rem;
}

.hp-blog-section .blog-post {
    display: flex;
    align-items: center;
    gap: 21px;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    overflow: hidden;
}

.hp-blog-section .blog-post-image {
    width: 40em;
    height: 100%;
}

.hp-blog-section .blog-post-image img {
    object-fit: cover;
    height: 100%;
}

.hp-blog-section .blog-post-text {
    padding: 1.25em;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blog-date {
    color: var(--Text-Body, #808080);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.hp-blog-section h3 {
    color: #1E5691;
}

.hp-blog-section .blog-post-text a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #EE6E2E;
}

.blog-post-image {
    position: relative;
}
.blog-post-label {
    position: absolute;
    top: 1em;
    right: 1em;
    background-color: #8F709D;
    color: #FFFFFF;
    display: flex;
    height: 47px;
    width: fit-content;
    border-radius: 5em;
    padding: 0.7rem 1.8rem;
}

.blog-post-label ul {
    margin-bottom: 0rem;
    list-style-type: none;
    padding-left: unset;
}

.blog-post-label ul.post-categories li::marker {
    list-style-type: none;
}

.blog-post-label p {
    color: #FFFFFF !important;
    font-size: 0.75em;
    font-family: 'DM Sans', sans-serif;
}

/* CTA SECTION */

.cta-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.cta-group {
    display: flex;
    border-radius: 1.5em;
    background: var(--Primary-Blue, #1E5691);
    overflow: hidden;
    width: 100%;
}
.cta-yellow {
    background-color: #F1B64B;
}

.cta-image {
    width: 45%;
}

.cta-2 .cta-image {
    width: 70%;
}

.cta-text-group {
    padding: 2em 2em 2em 6em;
    align-self: center;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

.cta-text-group p {
    color: #FFFFFF;
    font-size: 0.938em;
}

.cta-text-group h2 {
    margin-bottom: 0.938rem;
}

.cta-text-group .btn-def {
    margin-top: 2em;
}

.cta-buttons {
    display: flex;
    gap: 2em;
}

.cta-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.two-buttons {
    justify-content: center;
    margin-bottom: 4.375rem;
}


/* OUR CREDENTIALS */

.our-credentials-section {
    background: #EFF7FE;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}

.our-credentials-group {
    display: flex;
    row-gap: 2.1em;
    justify-content: center;
}

.our-credentials-section h2 {
    color: #3E94CE;
    margin-bottom: 2.344rem;
    text-align: center;
}


/* FOOTER */
.bottom-footer {background-color:#202020;}
.bottom-footer p, .bottom-footer a {color:#fff;margin:0px;}
.bottom-footer p {font-size:.75em;text-align:center;}
.footer-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 4.375em;
    padding-bottom: 1.375em;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.icon-info {
    display: flex;
    gap: 1em;
    align-items: center;
}

.icon-info img {
    width: 1.2em;
    height: 1.2em;
}

.icon-info p {
    color: #FFFFFF;
}

.footer-row-gap {
    row-gap: 1em;
}

.footer-links h6 {
    font-size: 1em;
    color: #FFFFFF;
    margin-bottom: 1em;
    font-weight: bold;
}

.footer-links a {
    font-size: 0.875em;
    color: #FFFFFF;
}

.social-media-icon-group {
    display: flex;
    justify-content: center;
    gap: 2em;
    margin-top: 4.188em;
}

.social-media-icon img {
    width: 1.7em;
    height: 1.7em;
}

.cta-social-media img {
    width: 3.125em;
    height: 3.125em;
}

.cta-social-media-group {
    justify-content: start;
}

.location-info-section .social-media-links {
    margin-top: 2.5em;
}

.location-info-section .social-media-icon-group {
    margin-top: 1.25em;
}

.location-info-section .social-media-links img {
    width: 2.1em;
    height: 2.1em;
}

.social-media-links h5 {
    color: #1E5691;
    text-align: center;
    font-family: 'Forum', sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
}


/* HERO SMALL */

.hero-small-section {
    background: #1E5691;
    position: relative;
}

.hero-small-section-image {
    position: absolute;
    right: 0px;
    width: 45%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
}

.hero-small-text {
    padding-top: 7em;
    padding-bottom: 7em;
    color: #FFFFFF;
}

.hero-small-text p {
    color: #FFFFFF;
}


/* CARDS V2 */

.cards-v2-section {
    background: #EFF7FE;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.cards-v2-group {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    width: 100%;
    height: 100%;
    padding: 1.875em 1.25em;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.cards-v2-group h3 {
    color: #1E5691;
}

.cards-v2-group:hover h3 {
    color: #FFFFFF;
}

.cards-v2-group p {
    font-size: 0.938rem;
}

.cards-v2-group img {
    border-radius: 100em;
    width: 11.438em;
    height: 11.438em;
    align-self: center;
}

.cards-v2-group.cards-v2-smaller-icons img {
    border-radius: 100em;
    width: 6.438em;
    height: 6.438em;
    align-self: center;
}

.cards-v2-group a {
    display: none;
}

.cards-v2-group:hover {
    background: #F1B64B;
    color: #FFFFFF;
    transform: scale(1.1);
}

.cards-v2-group:hover p {
    color: #FFFFFF;
}

.cards-v2-group:hover a {
    display: block;
    color: #FFFFFF;
}

.cards-v2-row {
    justify-content: center;
}


/* CHILD CARE HERO */

.childcare-hero-section {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
}

.childcare-hero-section-image {
    position: absolute;
    right: 0px;
    width: 35%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
}

.checkmark-section {
    margin-top: 2.5em;
    row-gap: 1.875em;
}

.checkmark-cc {
    display: flex;
    gap: 1em;
    align-items: start;
}

.checkmark-cc img {
    margin-top: unset !important;
}


/* FACILITIES & AMENITIES */

.content-checkmark-one {
    background-color: #EFF7FE;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.content-checkmark-one .checkmark-cc p {
    color: #000000;
    font-size: 0.938em;
}

.content-checkmark-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.content-one-group select {
    border-radius: 100em;
    border: 1px solid var(--Text-Disable, #E6E6E6);
    background: #FFF;
    display: flex;
    width: 100%;
    padding: 1em 2em;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}


/* CONTENT TWO FRAME */

.content-two-frame-section {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.yellow-box-bg {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F1B64B;
    width: 30%;
    height: 100%;
}

.content-blue-frame {
    padding: 2.5rem 2.5rem;
    background-color: #1E5691;
    border-radius: 1.5em;
    color: #FFFFFF;
}

.content-blue-frame h2,
.content-blue-frame p {
    color: #FFFFFF;
}

.blue-bg {
    background: #EFF7FE !important;
}

.orange-bg {
    background: #EE6E2E !important;
}


/* REQUEST INFORMATION */

.request-information-section {
    background-color: #EFF7FE;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.request-information-section h1 {
    color: #283646;
    margin-bottom: 2.5rem;
}

.contact-form {
    margin-top: 2.5rem;
}

.contact-form legend {
    color: #283646;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 1rem !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border-radius: 10px;
    border: 1px solid var(--White-White-40, #ECEEF0);
    background: var(--White-White-10, #FEFFFF);
    padding: 1em !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 2em;
}

.gfield_radio {
    display: flex;
    width: 100%;
}

.gchoice {
    width: 5em;
}

.gform_button {
    display: flex;
    padding: 1em 2.5em !important;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em !important;
    color: #FFFFFF;
    background-color: #EE6E2E !important;
    width: fit-content;
    min-width: 7em;
    justify-content: center;
}
.gform_button:hover {
    background-color: #8F709D !important;
    color: #FFFFFF !important;
    border: 1px solid #8F709D !important;
    transition: 0.3s ease-in-out;
}

.thank-you h1,
.thank-you p {
    color: #2E2E2E;
}

.thank-you .homepage-hero-text {
    margin-top: 4.688rem;
}

.newsletter-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.newsletter-section .hero-small-text {
    padding-top: unset;
    padding-bottom: 2.5em;
}
form#gform_2 {
    position: relative;
}
.newsletter-form input {
    border-radius: 100px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 1em 2.5em !important;
    position: relative;
    height: 4.375rem;
}

.newsletter-form .ginput_container {
    position: relative !important;
}

.newsletter-form .gform_button {
    position: absolute;
    height: 3.5em;
    top: 0.5em;
    right: 1em;
}


.newsletter-form .gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: unset !important;
}

.newsletter-form p,
.gform_confirmation_message_2 {
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}

.newsletter-section h1 {
    margin-bottom: 2rem;
}

.newsletter-form-2 {
    display: flex;
    flex-direction: column;
}

.newsletter-form-2 h2 {
    color: #FFFFFF;
}


/* BLOG MAIN POST */

.blog-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.blog-main-post .blog-post {
    display: flex;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.blog-main-post .blog-post-text {
    padding: 3.5em 8em 3.5em 3.5em;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 1.25em;
}

.blog-main-post h3 {
    color: #1E5691;
}

.blog-main-post a {
    color: #EE6E2E;
}

.blog-main-post .blog-post-image {
    width: 150%;
    height: 100%;
}


/* BLOG POSTS ROWS */

.blog-posts-rows .blog-post {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blog-posts-rows {
    margin-top: 3.75rem;
}

.blog-posts-rows .blog-post-image img {
    height: 12.5em;
    width: 100%;
    object-fit: cover;
    border-radius: 1em 1em 0em 0em;
}

.blog-posts-rows .blog-date {
    font-size: 0.75em;
    color: #000000;
}
.blog-date {
    font-size: 0.75em;
    color: #000000;
}

.blog-posts-rows h5 {
    color: #1E5691;
    margin-bottom: 1.25em;
}

.blog-posts-rows p {
    margin-bottom: 1.25em;
}

.blog-posts-rows a.blog-read-more {
    color: #EE6E2E;
    margin-top: 1.25em;
}

.nav-link-label {
    display: flex;
    align-items: center;
    padding-right: 2em;
    margin-right: 2em;
    border-right: 0.5px solid #808080;
}
#blog-section .nav-link-label p {
    font-size: 0.938em;
    font-weight: 500;
    color: #808080;
}
#blog-section .nav-link {
    background-color: unset;
    border: none;
    font-family: 'Forum', serif;
    font-size: 1em;
    font-weight: 400;
    color: #808080;
    padding: 4px 24px;
}
#blog-section .nav-link.active {
    color: #2E2E2E !important;
    background-color: #F1B64B !important;
    border-radius: 10em;
    outline: none;
}

#blog-section .nav-pills {
    margin-bottom: 2.5rem;
}


/* SINGLE SECTION */

.single-section {
    background: #EFF7FE;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    position: relative;
}

.blue-bg-part {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #1E5691;
}

.single-section-thumbnail img {
    border-radius: 2em;
    height: 18.75em;
    width: 100%;
    object-fit: cover;
}

.single-post-title {
    padding-left: 3em;
    display: flex;
    flex-direction: column;
}

.single-section h1 {
    font-size: 3em;
    color: #1E5691;
}

.single-content-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.post-info {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.single-info-part p {
    font-size: 0.938em;
    color: #000000;
    font-weight: 400;
}

p.single-info-title {
    font-size: 1em;
    color: #1E5691;
    font-weight: 500;
}

.related-blogs h2 {
    color: #1E5691;
}

.single-content-section blockquote p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* CONTACT */

.contact-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.contact-section h1 {
    color: #1E5691;
    margin-bottom: 2.5rem;
}

.contact-section h4 {
    color: #1E5691;
    margin-bottom: 2rem;
}


/* FAQ */
.faq-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.faq-sec-2-pt {
	padding-top: 3.25em;
}

.panel-group {
    width: 100%;
    margin-bottom: 24px;
}

.panel-heading {
	cursor: pointer;
}

.panel-heading h3,
.panel-heading img {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    margin-bottom: 0px;
}

.panel-heading img {
    margin: 4px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.panel-heading.collapsed img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-body p {
    color: #000;
}

.panel-body a {
	color: #EE6E2E !important;
	text-decoration: underline;
	font-weight: 600;
}

.panel-heading {
    border-radius: 100em;
    border: 1px solid var(--Text-Disable, #E6E6E6);
    background: #FFF;
    display: flex;
    width: 100%;
    padding: 1em 2em;
    justify-content: space-between;
    /*margin-top: 2em;*/
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-heading p.faq-question,
.panel-heading p {
    color: #000;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1em;
    font-style: normal;
    margin: 0;
    font-weight: 500;
    line-height: 1.5em;
}


.no-gap .panel-collapse {
    margin-top: unset;
}

.faq-main-title {
    color: #1E5691;
    text-align: center;
    font-size: 2.813em;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 2rem;
}
.panel-body {
    padding: 2em;
    background: #fff;
    margin-top: 1em;
}
.panel-body table{
    width: 100%;
}

/* LOCATION TABS */

.tabs-section {
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

.tabs-section .tab-content>.active {
	background: transparent;
	border: 0px;
}

.tabs-section .card {
	background: transparent !important;
	border: 0px !important;
}

.tabs-section .card-group {
	padding: 2.0em 1.0em;
	height: 100%;
	width: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 1.5em;
}

.tabs-section .card-group:hover {
	background: #fff !important;
}

.tabs-section .card-body, .tabs-section .card-group:hover p {
	color: #000 !important;
}

.tabs-section .card-body h3 {
	color: #1E5691;
}

.tabs-section .card-body a {
	color: #EE6E2E !important;
	text-decoration: underline;
}

.tabs-section .nav {
	justify-content: center;
}

.tabs-section .btn-blue {
	border: 1px solid #1E5691 !important;
	background: transparent !important;
	color: #1E5691 !important;
}

.tabs-section .btn-blue:hover, .tabs-section .btn-blue.active {
    background: #1E5691 !important;
	color: #fff !important;
}

/* VIDEO SECTION */

.video-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.video-section-title h2 {
    color: #1E5691;
    margin-bottom: 2.5rem;
}

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    display: none;
}

.play-btn:hover {
    background-color: #ffffff22;
    transition: 0.2s;
}


/* JOBS */

.jobs-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.jobs-section h2 {
    color: #1E5691;
    text-align: center;
}

.jobs-search-post {
    padding-bottom: 1.25em;
    border-bottom: 1px solid var(--Text-Disable, #E6E6E6);
}

.jobs-category {
    color: #2E2E2E;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.jobs-search-post h5 {
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.navigation ul {
    display: flex;
    gap: 1em;
    justify-content: center;
    list-style: none;
}

.navigation a {
    border: 1px solid #1E5691;
    border-radius: 100em;
    padding: 0em 1em;
    display: flex;
    width: 2em;
    height: 2em;
    align-items: center;
    justify-content: center;
    color: #1E5691;
}

.navigation li.active a {
    background-color: #1E5691;
    color: #FFFFFF;
}


/* SEARCH BAR */

.search {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.search-2 {
    position: relative;
    width: 100%;
    display: flex;
    padding: 10px 10px 10px 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--Text-Body, #808080);
}

.search-2 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 2em;
    padding-right: 100px
}

.search-2 input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.search-2 i {
    position: absolute;
    top: 12px;
    left: 1em;
    font-size: 24px;
    color: #eee
}

.search-2 button {
    position: absolute;
    right: 1em;
    top: 0.6em;
    border: none;
    height: 45px;
    background-color: #F1B64B;
    color: #fff;
    width: 90px;
    border-radius: 12em;
}


/* SCHEDULE TOUR PAGE */

.schedule-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.schedule-form {
    border-radius: 1.5em;
    background: #EFF7FE;
    padding: 2.5em 3.125em;
}


/* COLLAPSE */

.separated-collapse {
    margin-top: 1.9rem;
    border-top: 1px solid #E6E6E6;
}


/* TITLE AND TEXT ONLY */

.title-and-text-section {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.title-and-text h2 {
    color: #065697;
    margin-bottom: 2.338rem;
}

.title-and-text p {
    color: #2E2E2E;
    font-size: 0.938em;
}


/*EVENTS */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{width:100%;}

.tribe-event-categories{display:flex;
    gap:10px;
}
.tribe-event-categories.calendar{
    padding:10px 0;
}
.tribe-event-categories li .event-category{
    padding: 2px 15px;
    background: #1E5691;
    border: 1px solid #1E5691;
    border-radius: 53px;
    color: #fff!important;
    transition:.3s ease-in-out all;
}

.tribe-event-categories li .event-category.philadelphia-community{
    background: #F1B64B;
    border: 1px solid #F1B64B;
}
.tribe-event-categories li .event-category.pittsburgh-community{
    background: #EE6E2E;
    border: 1px solid #EE6E2E;
}

.tribe-event-categories li .event-category:hover{
    background: #fff;
    color: #000!important;
}




/* DESCRIPTION */

.description-group {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2em;
}

.description-group p {
    color: #808080;
    font-size: 0.938em;
    font-weight: 700;
}

.academic-date {
    font-weight: 700;
}

.academic-calendar p {
    font-size: 0.938em;
}

.academic-calendar-section {
    background: #EFF7FE !important;
}

.academic-calendar-section .two-buttons {
    margin-bottom: unset;
}

.academic-calendar-section h2 {
    margin-bottom: 1.9rem;
    color: #1E5691;
}

.academic-calendar-section .cta-2 {
    margin-top: 4.375em;
}


/* OUR TEAM */

.our-team-group {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.team-person {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.team-person-name-title {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.team-person-name-title h3 {
    margin-top: unset;
    margin-bottom: unset;
}

.team-person-name-title p {
    font-size: 0.938em;
    font-weight: 500;
    color: #000000;
}

.team-person-text p {
    font-size: 0.938em;
    font-weight: 400;
    color: #000000;
}


/* DOUBLE FORM */

.double-form-section {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #EFF7FE;
}

.bl-1 {
    border-left: 1px solid #F1B64B;
}

.contact-form .gchoice {
    width: 10em;
}

h2.gform_title {
    font-size: 2em;
    color: #283646;
    margin-bottom: 1.8em;
}


/* PARTNERSHIP LINKS */

.partnership-links-section {
    padding-top: 5em;
    padding-bottom: 5em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.partnership-links-section h2 {
    color: #065697;
}

.partnership-border-b {
    border-bottom: 1px solid #F1B64B;
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
}

.partnership-links-section a {
    color: #000000;
    font-size: 0.938em;
}


/* LOCATION */
.tab-content>.active{
	background: #fff;
    border: 1px solid #dee2e6;
    padding: 1em;
}

.location-info-section {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.location-form {
    margin-top: unset;
}

.location-form .gform_wrapper {
    border-radius: 0 0 1.5em 1.5em;
    display: flex;
    padding: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0em 0em 0.625em 0em rgba(0, 0, 0, 0.30);
}

.location-form .gform_wrapper.gravity-theme * {
    width: 100%;
}

.location-form .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.location-form .gform_heading {
    background: #1E5691;
    text-align: center;
}

.location-form h3 {
    font-size: 2em;
    background: #1E5691;
    padding: 1.5em;
    border-radius: 1.5em 1.5em 0em 0em;
    margin-bottom: unset;
    color: #FFFFFF;
    text-align: center;
    box-shadow: 0em 0em 0.625em 0em rgba(0, 0, 0, 0.30);
}

.location-info-group h3 {
    color: #1E5691;
    margin-bottom: 0.813em;
}

.location-info-set {
    display: flex;
    margin-bottom: 0.813em;
}

.location-info-set p {
    font-size: 0.938em;
    margin: 0;
}

.location-info-set img {
    margin-right: 0.7em;
}

.hours-group {
    margin-bottom: 0.813em;
}

.hours-label p {
    font-weight: 700;
}

.border-top {
    border-top: 1px solid #CCC;
    padding-top: 0.625em;
    margin-top: 3.5rem;
}

.location-blue-box {
    display: flex;
    border-radius: 1.25em;
    background: #1E5691;
    padding: 1.5em 0.9em;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    margin-top: 3.75em;
}

.location-blue-box img {
    border-radius: 100em;
}

.location-blue-box p {
    color: #FFFFFF;
    font-family: 'Forum', serif;
    font-size: 1.25em;
    font-weight: 400;
}

.location-image-box {
    display: flex;
    place-content: space-between;
    align-items: center;
}

.location-image-box img {
    width: 10em;
    height: auto;
    border-radius: 1.25em;
}

.location-image-box a {
    color: #808080;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
}

.location-social-media-group {
    display: flex;
    gap: 1em;
    margin-top: 0.5em;
}
div#faq-body1 ul {
    color: #808080;
}
.location-social-media-group img {
    width: 1.5em;
    height: 1.5em;
}

.location-image-box-main {
    margin-bottom: 1em;
}

.location-image-box {
    border-radius: 1em;
    overflow: hidden;
}

.location-image-box-main img {
    width: 100%;
    height: 18.625em;
    object-fit: cover;
    object-position: center;
}

.location-info-group {
    padding-right: 5em;
}
/* LOCATION TEAM */

.member-group {
    display: flex;
    gap: 2em;
    align-items: center;
}

.member-image {
    border-radius: 100em;
    overflow: hidden;
    width: 6em;
    height: 6em;
}

.member-image img {
    width: 6em;
    height: 6em;
    object-fit: cover;
    object-position: center;
}

.name-bold {
    color: #2E2E2E;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 700;
}

.name-subtitle {
    color: #2E2E2E;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 400;
}

.member-text {
    margin-top: 1em;
}

.border-top-grey {
    border-top: 1px solid #dee2e6 !important;
    padding-top: 0.5em;
}
/* LOCATION FORMS */

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 50%;
	background: #1E5691;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff;
    color:#956EA0;
	z-index: 999999;
}

.nav-tabs .nav-link:first-child.active {	
	border-top-left-radius: 35px;
}

.nav-tabs .nav-link:last-child.active {
	border-top-right-radius: 35px;
}

.nav-tabs {
    border-bottom: unset;
    display: flex;
    flex-direction: row;
}

.location-form h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.5em;
}

.location-form .nav-link.active h2 {
    color: #956EA0;
	font-weight: 600;
}

.location-form nav {
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);*/
    border-radius: 2em 2em 0em 0em;
    overflow: hidden;
}

.location-form .gform_button {
    display: flex;
    padding: 1em 2.5em !important;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em !important;
    color: #FFFFFF;
    background-color: #1E5691 !important;
    width: fit-content;
    min-width: 7em;
    justify-content: center;
    width: fit-content !important;
}

.location-form .gform_footer.before {
    justify-content: center !important;
}


/* SEARCH BUTTON */

.search {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    padding: 1em 1em 1em 2em;
    justify-content: space-between;
}

.search-icon {
    width: 1.4rem;
    height: 1.4rem;
    place-self: center;
}

.search-button-group input {
    border-radius: unset;
    border: unset;
    align-self: center;
}

.search-button-group .btn {
    border-radius: 100px;
    padding: 1em 2em 1em 2em;
}

.p-legend {
    font-size: 0.875em;
    margin-top: 2em;
}

.phone-icon {
    width: 1em;
    height: 1em;
}


/* OUR TEAM MODAL */

.profile-image {
    position: relative;
    border-radius: 0.9em;
    overflow: hidden;
	max-width:288px;
}

.team-image-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    height: 100%;
    background: #1E5691CC;
    border-radius: 12px;
}

.profile-image:hover .team-image-overlay {
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.team-image-overlay h5 {
    color: #FFF;
    text-align: center;
    font-family: 'Forum', sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 45%;
    bottom: 45%;
    left: 0;
    right: 0;
}

.modal-dialog.modal-dialog-centered {
    justify-content: center;
}

.modal-dialog {
    max-width: 90%;
    margin: 2.75rem auto;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    -ms-flex-direction: column;
    flex-direction: column;
    width: 71.875rem;
    height: fit-content;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 3em 3.75em;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: unset;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    position: absolute;
    top: 1em;
    right: 1em;
}

.modal-body {
    display: flex;
    gap: 3em;
}

.modal-body .our-team-profile-image .our-team-social-network img {
    width: 3em;
    height: 3em;
    object-fit: cover;
    object-position: center;
    margin-top: 1em;
}

.modal-body .our-team-text-area {
    width: 100%;
}

.our-team-text-area h2 {
    color: #1E5691;
}

.modal-subtitle {
    color: #000;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
}

.social-media-icons img {
    width: 1.75em;
    height: 1.75em;
}

.social-media-icons-gap {
    gap: 1em;
}

.our-team-profile-image img {
    border-radius: 0.9em;
}


/* LETTER LOGO LINKS */

.letter-group-nav {
    display: flex;
    justify-content: center;
    gap: 1em;
}

.letter-nav-gap {
    row-gap: 1.5em;
}

.letter-nav a {
    color: #1E5691;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 11.2px;
    text-transform: uppercase;
}

.logo-link-group {
    display: flex;
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.logo-link-group img {
    height: 2.5em;
    width: auto;
}

.logo-link-group a {
    color: #1E5691;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 700;
}

.modal-bold {
    color: #183585;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 500;
    margin-top: 2em;
}

.academic-calendar .btn-blue {
    color: #FFFFFF !important;
    font-size: 0.75em;
    cursor: pointer;
}


/* LOCATION TABS */

.location-tabs {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.location-tabs .nav-link {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 14px !important;
    background: var(--Base-White, #FFF);
    border: unset;
    text-align: left;
}

.location-tabs-bg {
    background: #F7F7F7;
    height: 41em;
    overflow: hidden;
}

.location-tabs .flex-column {
    row-gap: 1em;
}

.location-tabs .location-info {
    display: flex;
    gap: 1em;
    align-items: flex-start;
}

.location-tabs .nav-link h2 {
    color: #1E5691;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Forum', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.location-scroll {
    height: 41em;
    overflow: scroll;
}

.location-tabs .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.location-tabs a,
.location-tabs p {
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 400;
}

.location-tabs .nav-link.active a,
.location-tabs .nav-link.active p,
.location-tabs .nav-link.active h2,
.location-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

.location-tabs .nav-pills .nav-link.active,
.location-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1E5691;
}

.location-buttons {
    display: flex;
    gap: 2em;
    justify-content: center;
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.location-buttons .btn-def {
    border-radius: 20em !important;
    min-width: 10em;
    align-items: center;
}

.location-buttons .btn-def.active {
    background: #1E5691;
    color: #FFFFFF;
}


/* CITY LOCATION */

.city-location-text {
    text-align: center;
    margin-bottom: 2em;
}

.city-location-text h2 {
    color: #1E5691;
    text-align: center;
    font-family: 'Forum', sans-serif;
    font-size: 4.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 96px;
}

.city-location-text p {
    color: #5A5C5E;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* SLIDER 4 MOVE by 1 */

.carousel-inner.grid-4-move-1 .carousel-item.active,
.carousel-inner.grid-4-move-1 .carousel-item-next,
.carousel-inner.grid-4-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-4-move-1 .carousel-item-right.active,
.carousel-inner.grid-4-move-1 .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner.grid-4-move-1 .carousel-item-left.active,
.carousel-inner.grid-4-move-1 .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner.grid-4-move-1 .carousel-item-right,
.carousel-inner.grid-4-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* SLIDER 3 MOVE by 1 */

.carousel-inner.grid-3-move-1 .carousel-item.active,
.carousel-inner.grid-3-move-1 .carousel-item-next,
.carousel-inner.grid-3-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-3-move-1 .carousel-item-right.active,
.carousel-inner.grid-3-move-1 .carousel-item-next {
    transform: translateX(33%);
}

.carousel-inner.grid-3-move-1 .carousel-item-left.active,
.carousel-inner.grid-3-move-1 .carousel-item-prev {
    transform: translateX(-33%);
}

.carousel-inner.grid-3-move-1 .carousel-item-right,
.carousel-inner.grid-3-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* SLIDER 2 MOVE by 1 */

.carousel-inner.grid-2-move-1 .carousel-item.active,
.carousel-inner.grid-2-move-1 .carousel-item-next,
.carousel-inner.grid-2-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-2-move-1 .carousel-item-right.active,
.carousel-inner.grid-2-move-1 .carousel-item-next {
    transform: translateX(50%);
}

.carousel-inner.grid-2-move-1 .carousel-item-left.active,
.carousel-inner.grid-2-move-1 .carousel-item-prev {
    transform: translateX(-50%);
}

.carousel-inner.grid-2-move-1 .carousel-item-right,
.carousel-inner.grid-2-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* SLIDER 1 MOVE by 1 */

.carousel-inner.grid-1-move-1 .carousel-item.active,
.carousel-inner.grid-1-move-1 .carousel-item-next,
.carousel-inner.grid-1-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-1-move-1 .carousel-item-right.active,
.carousel-inner.grid-1-move-1 .carousel-item-next {
    transform: translateX(100%);
}

.carousel-inner.grid-1-move-1 .carousel-item-left.active,
.carousel-inner.grid-1-move-1 .carousel-item-prev {
    transform: translateX(-100%);
}

.carousel-inner.grid-1-move-1 .carousel-item-right,
.carousel-inner.grid-1-move-1 .carousel-item-left {
    transform: translateX(0);
}

/* CTA AREA FIX */
.cta-text-group p {
    max-width: 70%;
}
/* FORM FIXES */
h5.Program.Details {
    color: #000000;
    font-family: 'DM Sans';
    font-size: 1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
p.details-text {
    font-family: 'DM Sans';
    font-size: 0.8em;
}
input#gform_next_button_6_8 {
    display: flex;
    padding: 1em 2.5em !important;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em !important;
    color: #FFFFFF;
    background-color: #EE6E2E !important;
    width: fit-content;
    min-width: 7em;
    justify-content: center;
}
input#gform_previous_button_6 {
    display: none;
}
.gchoice {
    color: #999999;
    font-family: 'DM Sans';
    font-weight: 500;
}
body.page-template.page-template-page-templates.page-template-childCare .hero-small-text {
    padding-top: 0em;
    padding-bottom: 0em;
}
body.post-template-default.single.single-post h3 {
    color: #1E5691;
}
.container-fluid.single-content-section strong {
    font-weight: 400;
    color: #000;
    font-family: 'DM Sans';
    font-size: 1.2em;
}
.panel-body ul {
    padding-inline-start: 1em;
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        margin-bottom: unset;
        color: #808080;
        padding-bottom: 1rem;
}
.content-one-group p a {
    color: #1E5691;
    font-weight: 800;
}
.panel-body table tr td {
    padding: 2em 1em;
}
.panel-body table tr:nth-child(even) {
    background: #EFF7FE;
}
.panel-body table tr:nth-child(odd) {
    color: #fff;
    background: #065697;
}
/* MAP STYLES */
div#location-list {
    background: #F7F7F7;
    padding: 1.5em;
    height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll
}
div#location-list {
    background: #F7F7F7;
    padding: 1.5em;
    height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.location-item {
    background: #fff;
    margin: 1em 0em;
    padding: 1.5em;
    border-radius: 25px
}

.location-name-left {
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000
}

.address-left,.phone-left {
    font-family: 'Poppins';
    font-weight: 400
}

a.view-location-btn {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000
}

.phone-left {
    margin: .5em 0em
}

.location-item:hover {
    background: #1E5691;
    cursor: pointer;
    color: #fff
}

.location-item:hover .location-name-left,.location-item:hover a {
    color: #fff!important;
    text-decoration: none
}

input#search-location:focus-visible {
    outline: none!important
}
div#custom-map {
    width: 100%;
    height: 500px;
}
button:focus {
    outline: none !important;
    outline: none !important;
}
.row.academic-calendar {
    text-align: left;
}
div#tabContent .search {
    background: transparent;
}
div#tabContent .search-2 {
    background: #fff;
}
div#LocationsTab ul.nav.nav-tabs.custom-tablist {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    column-gap: 1em;
}

div#LocationsTab a.nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 2em;
    color: #fff !important;
    padding: 1em 2em;
}

div#LocationsTab a.nav-link.active,
div#LocationsTab a.nav-link:hover {
    background: #8F709D !important;
}



ul#calendarTab {
    border-bottom: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
ul#calendarTab a.nav-link {
    display: flex;
    padding: 1em 2.5em;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em;
    background-color: transparent;
    width: fit-content;
    font-size: 1.2em;
    border: 1px solid #1E5691 !important;
    color: #1E5691 !important;
}
ul#calendarTab a.nav-link.active {
    display: flex;
    padding: 1em 2.5em;
    align-items: flex-start;
    gap: 0.625em;
    border-radius: 5em;
    color: #FFFFFF !important;
    background-color: #1E5691 !important;
    width: fit-content;
    font-size: 1.2em;
}
select#locationFilter {
    margin-left: 5px;
    border: none;
    background: transparent;
}
p.filter-text {
    color: #000;
    font-weight: bold;
}
select#locationFilter {
    margin-left: 5px;
    border: none;
    background: transparent;
    color: #183585;
    font-weight: bold;
}
/* MAPS */
  div#custom-map {
    height: 100%;
}
.map-search {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 100px;
}
input#search-location {
    width: 65%;
    border-radius: 100px;
    padding: 1.5em;
    border: none;
}
.map-search {
    position: relative;
}
button#btn-search {
    position: absolute;
    right: 1em;
    top: 0.8em;
    background: #F1B64B;
    border: none;
    padding: 0.8em 2em;
    border-radius: 100px;
}
select#zoom-select,
select#program-select {
    border: none;
    color: #808080;
}

.cblue {
    color: #065697;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-4-move-1 .carousel-item-right.active,
    .carousel-inner.grid-4-move-1 .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-left.active,
    .carousel-inner.grid-4-move-1 .carousel-item-prev {
        transform: translateX(-100%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-right,
    .carousel-inner.grid-4-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    img.navbar-logo {
        width: 10em;
        height: auto;
    }
    h1 {
        font-size: 3em;
    }
    .homepage-hero-text {
        margin-top: 7em;
    }
    .navbar-nav {
        gap: 1em;
    }
    .navbar-group {
        padding-top: 0em;
    }
    .navbar{
        background: #1E5691;
        padding-bottom: 2em;
        width: 100%;
    }

    h5 {
        font-size: 0.85em;
    }
    h2 {
        font-size: 2.5em;
    }
    .content-one-group img {
        margin-top: 2em;
    }
    h3 {
        font-size: 1.7em;
    }
    .core-icon-img-left {
        margin-right: 1.1em;
    }
    .core-icon-group img {
        width: 3.5em;
        height: 3.5em;
    }
    .card-group {
        padding: 1.2em;
    }
    .yellow-box-bg {
        width: 100%;
    }
    .container-fluid.position-relative .cards-yellow-bg {
    background: #fff;
    }
    .hp-blog-section .blog-post {
        flex-direction: column;
    }
    .hp-blog-section .blog-post-image img {
        height: 15em;
    }
    .cta-group {
        flex-direction: column;
    }
    .cta-image {
        width: 100%;
    }
    .cta-text-group {
        padding: 1em 1em 1em 1em;
    }
    .cards-v2-group img {
        width: 7.438em;
        height: 7.438em;
    }
    .blog-main-post .blog-post {
        flex-direction: column;
    }
    .blog-main-post .blog-post-image {
        width: 100%;
        height: 100%;
        order: 1;
    }
    .blog-main-post .blog-post-text {
        padding: 1.5em 1.5em 1.5em 1.5em;
        order: 2;
    }
    .blog-posts-rows h5 {
        font-size: 1.5em;
    }
    .blue-bg-part {
        display: none;
    }
    .single-post-title {
        padding-left: unset;
        margin-top: 2em;
    }
    .post-info {
        display: flex;
        flex-direction: column;
        gap: 1.25em;
        margin-top: 3em;
        border-top: 1px solid black;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid black;
        text-align: center;
    }
    .location-image-box {
        flex-direction: column;
        gap: 2em;
    }
    .location-form h3 {
        padding: 1em;
    }
    .location-blue-box {
        flex-direction: column;
    }
    .highlight-box {
        top: 15em;
        left: 0em;
        width: 100%;
    }
    .two-buttons {
        flex-direction: column;
    }
    .bl-1 {
        border-left: unset;
    }
    .cta-social-media img {
        width: 2.125em;
        height: 2.125em;
    }
    .cta-social-media-group {
        justify-content: center;
        gap: 1em;
    }
	.homepage-hero-section .homepage-hero-text {
		margin-bottom: 30px;
	}
    .team-person {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .team-person-image img {
        width: 10em;
    }
    .team-person-name-title {
        text-align: center;
    }
    .academic-calendar {
        gap: 0.5em;
    }
    .location-form h2 {
        font-size: 1.5em;
        font-weight: 400;
        color: #FFFFFF;
        padding: 0.5em;
    }
    a.btn-def.btn-yellow.ml-auto {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    }
    .cta-text-group p {
    max-width: 100%;
    }
    .content-one-section {
    padding-top: 3.25em;
    padding-bottom: 3.25em;
    }
    .hero-small-text {
    padding-top: 3em;
    padding-bottom: 3em;
    }
    .content-checkmark-one {
    padding-top: 3.25em;
    padding-bottom: 3.25em;
    }
    .newsletter-form-2 .gform_button {
    position: relative;
    right: auto;
    top: auto;
    bottom: 0em;
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    }
    a.btn-def.btn-yellow {
    padding: 1em 1.5em;
    }
    body.page-template.page-template-page-templates.page-template-childCare .hero-small-text {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #FFFFFF;
    }
	/*Apploi*/
	.search-job-container {
		width: 100%;
	}
	input#search-job {
		border-radius: 40px;
		padding: 20px;
	}
	.apploi-drop-down {
		width: 100% !important;
	}
	select#job-title-filter {
    border-radius: 40px;
	}
	.yellow-sec .content-one-group {
		overflow-x: hidden;
	}
	.yellow-sec .content-one-group img {
		min-width: 570px;
	}
	.panel-group .panel img.ml-auto {
		margin-top: 0px;
	}
	.cta-section .cta-group .cta-text-group .btn-def {
		margin-bottom: 10px;
		margin-left: 15px;
	}
	.cta-section .btn-ph {
		padding-left: 5px;
	}
	.panel-heading p.faq-question, .panel-heading p {
		text-align: left;
	}
	.faq-section {
		padding-bottom: 1em;
	}
	.header-bg .navbar {
		background: #1E5691;
		z-index: 999;
		width: 100%;
	}
}


/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-4-move-1 .carousel-item-right.active,
    .carousel-inner.grid-4-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-left.active,
    .carousel-inner.grid-4-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-right,
    .carousel-inner.grid-4-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    h1 {
        font-size: 3.5em;
    }
    .navbar-nav {
        gap: 1.5em;
    }
    h3 {
        font-size: 1.7em;
    }
    .hp-blog-section .blog-post {
        flex-direction: column;
    }
    .hp-blog-section .blog-post-image img {
        height: 15em;
    }
    .hp-blog-section .blog-post-image {
        width: 100%;
    }
    .cta-text-group {
        padding: 2em 2em 2em 2em;
    }
    .cards-v2-group img {
        width: 7.438em;
        height: 7.438em;
    }
	.homepage-hero-section .homepage-hero-text {
		margin-bottom: 30px;
	}
    .location-image-box img {
        width: 7em;
    }
    .team-person {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .team-person-image img {
        width: 10em;
    }
    .team-person-name-title {
        text-align: center;
    }
    .icon-cards-group h5 {
    font-size: 1em;
    }
    h2 {
    font-size: 2.2em;
    }
    .cards-yellow-bg {
    display: none;
    }
    .cta-text-group p {
    max-width: 100%;
    }
    .hero-small-text {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #FFFFFF;
    }
    .newsletter-form-2 .gform_button {
    right: 2.5em;
    top: 10em;
    }
    body.page-template.page-template-page-templates.page-template-childCare .hero-small-text {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #FFFFFF;
    }
    .newsletter-form .gform_button {
    right: 1.5em;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: auto !important;
    }
	.cta-section .btn-ph {
		padding-left: 5px;
	}
	.panel-heading p.faq-question, .panel-heading p {
		text-align: left;
	}
	.faq-section {
		padding-bottom: 1em;
	}
	.header-bg .navbar {
		background: #1E5691;
		z-index: 999;
		width: 100%;
	}
	.header-bg .col-12.col-sm-12.col-md-10 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-4-move-1 .carousel-item-right.active,
    .carousel-inner.grid-4-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-left.active,
    .carousel-inner.grid-4-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-4-move-1 .carousel-item-right,
    .carousel-inner.grid-4-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    h1 {
        font-size: 3.5em;
    }
    .navbar-nav {
        gap: 0.5em;
    }
    img.navbar-logo {
        width: 10em;
        height: auto;
    }
    .btn-def {
        padding: 0.5em 1.5em;
    }
    .card-group {
        padding: 1.5em;
    }
    .card-image {
        max-width: 9em;
        max-height: 9em;
    }
    .hp-blog-section .blog-post {
        flex-direction: column;
    }
    .hp-blog-section .blog-post-image img {
        height: 15em;
    }
    .hp-blog-section .blog-post-image {
        width: 100%;
    }
	.homepage-hero-section .homepage-hero-text {
		margin-bottom: 20px;
	}
    .cta-text-group {
        padding: 2em 2em 2em 2em;
    }
    .cards-v2-group img {
        width: 7.438em;
        height: 7.438em;
    }
    .location-form h3 {
        padding: 1em;
    }
    .location-image-box img {
        width: 7em;
    }
    .team-person {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .team-person-image img {
        width: 10em;
    }
    .team-person-name-title {
        text-align: center;
    }
    .cta-text-group p {
    max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .icon-cards-group h5 {
        font-size: 1em;
    }
    h2 {
        font-size: 2.2em;
    }
    .cards-yellow-bg {
        display: none;
    }
    .cta-text-group p {
        max-width: 100%;
    }
    .hero-small-text {
        padding-top: 2em;
        padding-bottom: 2em;
        color: #FFFFFF;
    }
    .newsletter-form-2 .gform_button {
    right: 2.5em;
    top: 10em;
    }
    body.page-template.page-template-page-templates.page-template-childCare .hero-small-text {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #FFFFFF;
    }
}


/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    .navbar-nav {
        gap: 1.5em;
    }
    img.navbar-logo {
        width: 10em;
        height: auto;
    }
    .btn-def {
        padding: 0.5em 1.5em;
    }
    .card-group {
        padding: 1.5em;
    }
    .card-image {
        max-width: 9em;
        max-height: 9em;
    }
}


/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1367px) and (max-width: 1919px) {
    .navbar-nav {
        gap: 2em;
    }
}
/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {
    
}

@media (min-width: 575px) {
.search-job-container {
				width: 80%;
			}
			input#search-job {
				width: 100% !important;
				padding: 18px 30px;
				border-top-left-radius: 30px;
				border-bottom-left-radius: 30px;
				margin: 0px;
				border-top-right-radius: 0px;
				border-bottom-right-radius: 0px;
			}
			div#jobs-card-list {
				width: 100%;
				display: flex;
				flex-direction: column;
			}
			.apploi-drop-down {
				display: flex!important;
				width: 18%!important;
			}
			select#job-title-filter {
				padding: 5px 15px;
				height: auto;
				border-bottom-right-radius: 40px;
				border-top-right-radius: 40px;
				width: 100%;
				font-size: 16px;
				max-height: 60px;
				margin: 0px;
			}
}