.title-1 {
	font-size: 1.4rem; line-height: 2rem;
}

.blue-border {
	margin-left : 9px;
	margin-right : 9px;
	background : #aed1ef !important;
	border : 2px solid #aed1ef;
	background-color: #aed1ef !important;
	border-radius : 10px;
}

.blue-border-2 {
	margin-left : 9px;
	margin-right : 9px;
	background : #006FCF !important;
	border : 2px solid #006FCF;
	background-color: #006FCF !important;
	border-radius : 10px;
}

.white-blue-border {
	margin-left : 9px;
	margin-right : 9px;
	background : white !important;
	border : 5px solid #006FCF;
	background-color: white !important;
	border-radius : 10px;
}

.dark-blue-border {
	margin-left : 9px;
	margin-right : 9px;
	background : #00175A !important;
	border : 2px solid #00175A;
	background-color: #00175A !important;
	border-radius : 10px;
}

.spacer {
	min-height : 10px;
}

.carousel-multi-card .carousel-inner li .row {
    margin-left: -25px !important;
}
li.hero.carousel-item.dls-gray-02-bg
 {
	background : #aed1ef !important;
	background-color : #aed1ef !important; 
}
.white-caroussel li.hero.carousel-item.dls-gray-02-bg
 {
	background : white !important;
	background-color : white !important; 
}

.card .pad-2 {
	display : none;
}

.carousel-controls.dark-controls .carousel-indicators li[aria-current]:before {
    background-color: #00175A !important;
}

.card {
	height : 241px !important;
}

.hero {
    min-height: 19.25rem !important;
}

#sticky-nav {
    position: fixed !important;
    z-index: 10 !important;
    width: 89.5% !important;
}

.header {
    z-index: 20 !important;
}
@media screen and (min-width: 800px) {

#sticky-nav {
    position: fixed !important;
    z-index: 10 !important;
    width: 62.6% !important;
}

}