	
.card .card-icon {
	flex: 100%;
    text-align: center;
}

/* HP Message: body banner */
.hp-message {
	text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 0 0 0.5rem 0;
	position: relative;
}
.hp-message::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -5px;
    z-index: 9;
}
@media (max-width: 768px) {
	.hp-message::after {
		display: none;
	}
}
.hp-message .h3 {
	text-decoration: none;
    color: #00478b;
    font-size: 1.5em;
}
.hp-message .h3:hover {
	text-decoration: underline !important;
}
.hp-message .arrow-link span {
    bottom: -3px;
    position: relative;
	text-decoration: underline !important;
}
.hp-message .arrow-link span:hover {
	text-decoration: none !important;
}
.hp-message .arrow-link span::after {
	content: "\f213";
    font-family: "cdciconfont";
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transform: rotate(270deg);
	text-decoration: none !important;
}

/* Card slider */
.cdc-card-slider, .cdc-card-slider ul.slick-dots:focus-within {
    box-shadow: none;
}

.cdc-card-slider img.slick-arrow {
	display: none !important;
}

.cdc-card-slider .slick-slide {
	position: relative;
}
.cdc-card-slider .card-body {
	flex: none;
    background: #ffffffee;
    width: 100%;
    border-top: 6px solid #285DAB;
}
@media (min-width: 992px) {
	.cdc-card-slider .card-body {
		position: absolute;
		bottom: 0;
	}
}
.cdc-card-slider .card-body .card-title {
    color: #000;
    font-weight: bold;
}
.slick-slider ul.slick-dots li.slick-active button {
    background-color: #285dab;
}

.slick-slider ul.slick-dots li button {
    border: 0;
	background-color: #285dab55;
    width: 100%;
    height: 15px;
    padding: 2px;
    border-radius: 5px;
}
.slick-slider ul.slick-dots li button:hover {
	background-color: #285dabaa;
}
.slick-slider ul.slick-dots li {
    width: 40px;
}