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

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

.video-container {
z-index: -100;
width:100%;
overflow:hidden;
position:absolute;
top:0px;
left:0;
}

.video-container:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:none;
  opacity:0.8;
}

.video-container, #headhero { height: 70vh;}

    
    .video-vimeo {  padding-bottom: 56.25%; width: 100%; padding-top: 30px; height: 0; overflow: hidden;   }

    .video-vimeo iframe, 
    .video-vimeo object, 
    .video-vimeo embed { box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh; }

.video-black:before {
	background: rgba(24,67,110,0.6) !important;
}


#envision { width: 200px; }
@media screen and (max-width: 768px) {
#envision { width: 120px; }
#home_btn_open_float { font-size: 1rem!important; padding-left: 10px!important; padding-right: 10px!important; }
}


#flowers-offcanvas { width: 200px; }

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

#stick {
  position: fixed;
	z-index: 1000;
  width: 100%; 
	background: rgba(34,34,34,0);
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.active {
  background-color: rgba(34,34,34,0.5)!important;
}

@media screen and (max-width: 768px) {
	#stick { text-align: center; padding-right: 0; }
	.active { background-color: rgba(34,34,34,0.8)!important; }
}



/* colours */
.color-violet {
  background-color: #7A4EAB;
}



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

.faded1 {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,200,68,1) 100%);
}


.faded2 {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,102,128,1) 100%);
}


.faded3 {
height: 200px;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,51,77,1) 100%);
}

.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: #dcc0ba;
}

#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; }
}

#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;*/
}

#ribbon { background: url(/img/ribbon-bow.png) 50% 0% no-repeat; text-align: center; height: 300px; background-size: 100%; }
@media screen and (max-width: 768px) {
#ribbon { height: 150px; background-size: 150%; }
}


.hero-auto { background: #006580 url(../img/hero-auto-prize.jpg) 100% 50% no-repeat; }
.hero-refer { background: #006580 url(../img/hero-refer.jpg) 100% 50% no-repeat; }

.hero-checking { background: #ffc844 url(../img/checking.jpg) 100% 0% no-repeat; background-size: 100%; }
.hero-saving { padding-top: 150px;background: #006680 url(../img/saving.jpg) 100% 0% no-repeat; background-size: 100%; }
.hero-giving { padding-top: 150px;background: #00334d url(../img/giving.jpg) 100% 0% no-repeat; background-size: 100%; }
.hero-digital { padding-top: 150px;background: #ffffff url(../img/digital.jpg) 100% 0% no-repeat; background-size: 100%; }

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

.hero h1 { color: #fff; }
.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; }

.checkingit h2, .checkingit p.fs-4, .checkingit li { color: #fff; }
.savingit h2, .savingit p.fs-4, .savingit li, .hero-digital h2 { color: #fff; }

@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; }
}

.highlight span {
  background: #ccc;
}


@media screen and (max-width: 991px) {
.hero-checking { background: #ffc844 url(../img/checking.jpg) 50% 0% no-repeat; background-size: 990px; }
.hero-saving { background: #006680 url(../img/saving.jpg) 50% 0% no-repeat; background-size: 990px; }
.hero-giving { background: #00334d url(../img/giving.jpg) 50% 0% no-repeat; background-size: 990px; }
.hero-digital { background: #ffffff url(../img/digital.jpg) 50% 0% no-repeat; background-size: 990px; padding-top: 12rem; }
.hero-auto { background: #006580 url(../img/hero-auto-prize.jpg) 50% 0% no-repeat; background-size: cover!important; }
#headhero { height: 60vh;}
}


@media screen and (max-width: 991px) {
    .hero {
        background-size: 100%;
        padding: 8rem 0 0rem;
    }
    .video-container { height: 100%;}
    
    .hero h1 { font-weight: bold; text-shadow: 0 0 5px #000000; }
    .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; }

}

#checkinginfo li a { color: #901904; }

@media screen and (min-width: 992px) {
.marisa { height: 440px; }
}

@media screen and (min-width: 1200px) {
.marisa { height: 340px; }
}

@media screen and (min-width: 767px) {
.digitalcopy { color: #fff; font-weight: bold; font-size: 1.5rem; text-shadow: 0 0 3px #00334e; }
.hero-digital .border { border: none!important; }
}

.bg-ecu { background-color: #8caec4!important; }
.bg-ecu-blue { background-color: #fff!important; }
.bg-ecu-red { background-color: #8a1f03!important; }


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


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


.carousel-item { height: 400px; }
@media screen and (max-width: 768px) {
	.carousel-item h2 { font-weight: bold;}
}


#slide-kids { background-image: url(../img/slide-kids.jpg); background-size: cover; background-position: 100% 50%; }
@media screen and (max-width: 768px) {
	#slide-kids { background-size: 1000px; }
}
#slide-marriage { background-image: url(../img/slide-marriage.jpg); background-size: cover; background-position: 100% 50%; }
@media screen and (max-width: 768px) {
	#slide-marriage { background-size: 1000px;  background-position: 70% 50%;}
}
#slide-cars { background-image: url(../img/slide-cars.jpg); background-size: cover; background-position: 100% 50%; }
@media screen and (max-width: 768px) {
	#slide-cars { background-size: 1000px; }
}
#slide-house { background-image: url(../img/slide-house.jpg); background-size: cover; background-position: 100% 50%; }
@media screen and (max-width: 768px) {
	#slide-house { background-size: 1000px;}
}
#slide-retire { background-image: url(../img/slide-retire.jpg); background-size: cover; background-position: 100% 50%; }
@media screen and (max-width: 768px) {
	#slide-retire { background-size: 1000px; background-position: 70% 50%; }
}







.card a { text-decoration: none; }

.card { min-height: 340px; }


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