* { font-family: Spartan, sans-serif; }

body { padding-bottom: 0; margin-bottom: 0; }

#envision { width: 250px; }
@media screen and (max-width: 768px) {
#envision { width: 200px; }
}


#flowers-offcanvas { width: 200px; }

.border-dashed { --bs-border-style: dashed; }

/*
gold #cc9f53
blue #00334e
red #901904
*/

.custom-shape-divider-top-1721076457 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1721076457 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 49px;
}

.custom-shape-divider-top-1721076457 .shape-fill {
    fill: #FFFFFF;
}

#checkinginfo .custom-shape-divider-top-1721076457 .shape-fill {
    fill: #f8f9fa;
}

.custom-shape-divider-bottom-1721076047 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1721076047 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 66px;
}

.custom-shape-divider-bottom-1721076047 .shape-fill {
    fill: #FFFFFF;
}



.btn-tertiary { color: #fff; background: #901904; border-radius: 0; }
.btn-tertiary:hover { background: #00334e;color: #fff; }

 p a { color: #901904; }

.btn-primary { background-color: #901904; border-color: #901904; }
.btn-primary:hover { background-color: #00334e; border-color: #00334e; }


.site-footer {
    background: #00334e;
    color: #fff;
}

.site-footer section.navigation .site-footer-seo .site-footer-seo-title {
    color: #cc9f53;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}

.site-footer a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
} 

h2.border-bottom { border-bottom: 2px solid #cc9f53 !important; color: #00334e; }

h3.text-body-emphasis { color: #901904 !important; }

.bg-body-secondary { background-color: #f5f4f1 !important; }
.flowerblue { background: #d2f3f8 url(/img/flower-squares.png) 50% 50% no-repeat; background-size: cover; background-attachment: fixed; }
.flowerblue h2 { color: #00334e; }
.flowerblue svg { fill: #901904; }

.bg-teen-checking { color: #fff; background: #d2f3f8 url(/img/checking-hero.jpg) 50% 50% no-repeat; background-size: cover; }
@media screen and (max-width: 768px) {
	.bg-teen-checking { background: #d2f3f8 url(/img/checking-hero-mobile.jpg) 50% 50% no-repeat; background-size: cover; }
}

.bg-bundle { color: #fff; background: #d2f3f8 url(/img/bundle-hero.jpg) 50% 50% no-repeat; background-size: cover; }
@media screen and (max-width: 768px) {
	.bg-bundle { background: #d2f3f8 url(/img/bundle-hero-mobile.jpg) 50% 50% no-repeat; background-size: cover; }
}


#why-loans { background-color: #fff !important; }

.site-footer section.contact {
    background: #006580;
    font-size: .9375rem;
    font-weight: 600;
    padding: 1.5rem 0;
    text-align: center;
}

.site-footer section.navigation .site-footer-badges img {
    height: 3rem;
    margin: .25rem;
}

.site-footer section.navigation {
    font-size: .75rem;
    padding: 1.5rem 0;
}

.footlink li { margin-bottom: 10px; }

.site-footer section.navigation .site-footer-global-links>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin: 0 -5px;
    }
    
.site-footer section.navigation .site-footer-global-links>ul>li.bar:after {
    content: "|";
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} 

.site-footer section.navigation .site-footer-links-title {
    color: #cc9f53;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer section.navigation .site-footer-links-title+ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.card { border-color: #fff;  }


.hero {
  position: relative;
  width: 100%;
  padding: 2rem 0 0rem;
  background: #1dc1dd url(/img/hero.jpg) 100% 50% no-repeat;
  /*-webkit-clip-path: ellipse(90% 100% at 46% 0%);
  clip-path: ellipse(90% 100% at 46% 0%);
  overflow: hidden;*/
}

.hero-bundle { background: #fdc743 url(/img/hero-bundle.jpg) 100% 50% no-repeat; background-size: 100%; }
.hero-young { background: #dcc0ba url(/img/hero-young.jpg) 100% 50% no-repeat; background-size: 100%; }
.hero-old { background: #cd9f52 url(/img/hero-old.jpg) 100% 50% no-repeat; background-size: 100%; }

.hero .btn-primary { margin-right: 10px; }

.lead strong { font-weight: 800; }

.hero h1 { color: #fff; }
.hero h1 strong { font-weight: 800; }
.hero p { color: #fff; }
.hero .btn-outline-secondary { border-color: #fff; color: #fff; }
.hero .btn-outline-secondary:hover { border-color: #fff; background: #fff; color: #00334e; }

@media screen and (min-width: 960px) {
.flowerblue .card { min-height: 250px; }
}

@media screen and (max-width: 768px) {
.flowerblue .card { min-height: auto; }
.hero h2 { text-shadow: 0 0 5px #000; }
}


@media screen and (max-width: 991px) {
.hero-middle { background: #fdc743 url(/img/hero-middle-mobile.jpg) 100% 50% no-repeat; background-size: cover; }
.hero-young { background: #dcc0ba url(/img/hero-young-mobile.jpg) 100% 50% no-repeat; background-size: cover; }
.hero-old { background: #cd9f52 url(/img/hero-old-mobile.jpg) 100% 50% no-repeat; background-size: cover; }
}


@media screen and (max-width: 991px) {
    .hero {
        background: #1dc1dd url(/img/hero-mobile.jpg) 50% 0% no-repeat;
        background-size: 100%;
        padding: 8rem 0 0rem;
    }
    
    
    .hero h1 { font-weight: bold; text-shadow: 0 0 5px #006680; }
    .hero .btn { font-size: 1rem; display: block!important; width: 80% !important; }
    .hero .btn-outline-secondary { clear: left; }
}

@media screen and (max-width: 768px) {
	#heroes .fs-4 { font-size: 1rem !important; color: #fff; }
	#heroes h1 { color: #fff; }
	#thebuttons a { font-size: 1rem!important; width: 100%; padding-left: 0!important; padding-right: 0!important  }
	#heroes a { border-radius: 10px !important; }
	#overteen { font-size: 1.2rem!important; font-weight: bold; }
}

#checkinginfo li a { color: #901904; }


.list-group-flush li.list-group-item { background: transparent; }


.site-footer .accordion li a { color: #901904; }




.card a { text-decoration: none; }

.card { min-height: 260px; }


.item-blog-post-image {
background: center;
background-size: cover;
}

.item-blog-post-image:before {
content: "";
display: table;
padding-top: 50%;
}

.item-blog-post.item-blog-post-card.has-image {
color: #424242;
}

.item-blog-post.item-blog-post-card {
color: #fff;
-webkit-box-direction: normal;
font-weight: 400;
}

.card .card-body .card-subtitle {
    color: #424242;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
}

.card-subtitle {
color: #424242;
font-size: .75rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 1em;
padding-bottom: 1em;
position: relative;
}

.card-subtitle::after {
border-bottom: 3px solid #cc9f53;
bottom: 0;
content: "";
position: absolute;
left: 50%;
right: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 3.5rem;
}

.item-blog-post.item-blog-post-card .item-blog-post-content>div.item-blog-post-categories>ul {
list-style-type: none;
margin: 0;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 -7px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.item-blog-post.item-blog-post-card .item-blog-post-content>div.item-blog-post-categories>ul>li {
padding: 2px 7px;
position: relative;
}

.item-blog-post.item-blog-post-card.has-image:focus, .item-blog-post.item-blog-post-card.has-image:hover {
    background: #00334e url(/img/texture-card.png) center no-repeat;
    background-size: cover;
    color: #fff!important;
}

.item-blog-post.item-blog-post-card.has-image:hover li {
    color: #fff!important;
}

.osano-cm-widget {
        background-image: url(../img/cookie.svg);
        background-size: contain;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        right: 1rem;
        bottom: 1rem;
        opacity: 0.9;
        transition-property: opacity, visibility, transform;
                        }
      .osano-cm-widget svg {
        display: none;
                        }
      .osano-cm-widget:focus,
      .osano-cm-widget:hover {
        opacity: 1;
        transform: none;
                        }
      .osano-cm-widget:active {
        transform: translateY(1px);
                        }

    
    