
/* Hero Section - Darker blue with gradient blend from header */
.bg_blue_dark {
    background: linear-gradient(180deg, #1E5389 0%, #193e61 20%, #193e61 100%) !important;
    color: #fff;
}
.bg_blue_dark a {
    color: #fff;
}
.bg_blue_dark a:hover {
    color: #f9d100;
}

/* .home-box-1 {background: url('/assets/images/public/home-25/students-hero-image.png') no-repeat 85% 0; background-size: contain} */
/* @media (max-width: 992px) {
	.home-box-1 {background-position: top; background-image: url('/assets/images/public/home2/home-img-2_mobile.jpg'); background-size: cover;}
	.txt-shadow-heavy {text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000;}
} */
/*
@media (max-width: 850px) {.home-box-1 h1 {margin-top: 8rem}}
@media (max-width: 750px) {.home-box-1 h1 {margin-top: 7rem}}
@media (max-width: 650px) {.home-box-1 h1 {margin-top: 6rem}}
@media (max-width: 575px) {.home-box-1 h1 {margin-top: 5rem}}
*/
.home-list-1 {list-style: none; padding: 0}
.home-list-1 li {border-bottom: 1px solid #becace; line-height: 2em; padding: 0 15px 0 5px}
.home-list-1 li a{color: #3a3a3a}

.carousel {background: url('/assets/images/public/home2/quote.png') no-repeat 15% 0}
.carousel-item { font-size: 1.5em}
.carousel-item div {padding: 110px 15% 20px 15%;}
.carousel-item div strong{display: block; padding-top: 10px;}

