
.texticoncarousel-block {
position: relative;
text-align: center;
overflow: hidden;
padding: 45px 0;
}
.block:not(.fullwidth) + .texticoncarousel-block.none-bg-color,
.texticoncarousel-block.none-bg-color + .block:not(.fullwidth),
.texticoncarousel-block.none-bg-color + .texticoncarousel-block.none-bg-color,
.reviews + .texticoncarousel-block.none-bg-color {
padding-top: 0;
}
.texticoncarousel-block .maxwidth {
max-width: 800px;
margin: 0 auto;
}
.swiper-texticon {
position: relative;
padding: 0 30px;
z-index: 1;
}
.swiper-texticon .swiper-container {
overflow: visible;
}
.swiper-texticon .swiper-slide {
display: flex;
align-items: stretch;
height: auto;
box-sizing: border-box;
margin: 0;
}
.swiper-texticon .swiper-slide .texticon-article {
flex: 0 0 100%;
display: flex;
flex-direction: column;
padding: 0 10px;
margin: 0;
}
.swiper-texticon .swiper-slide .texticon-article > a {
display: block;
text-decoration: none;
}
.swiper-texticon .swiper-slide .texticon-article > a:hover {
transform: scale(1.12);
}
.swiper-texticon .swiper-slide .texticon-article h5 {
margin: 0;
}
.swiper-texticon .swiper-slide .texticon-article > a figure {
transition: all 0.2s;
}
.swiper-texticon .swiper-slide .texticon-article > a:hover figure {
box-shadow: 0 0 0 7px rgba(255,255,255,0.5);
}
.cobalt-bg-color .swiper-texticon .swiper-slide .texticon-article > a:hover figure {
box-shadow: 0 0 0 7px #001b3f;
}
.navy-bg-color .swiper-texticon .swiper-slide .texticon-article > a:hover figure {
box-shadow: 0 0 0 7px #215BEA;
}
.none-bg-color .swiper-texticon .swiper-slide .texticon-article > a:hover figure {
box-shadow: 0 0 0 7px #215BEA;
}

.texticon-article figure.texticon-photo {
/* Different rules in carousel version, to prevent images overlapping their container */
width: 100%;
height: auto;
max-width: 160px;
}

.swiper-texticon .swiper-slide .texticon-article p.item-btn {
padding-top: 20px;
}
.texticoncarousel-block .texticon-header {
border: 0;
padding: 0;
margin: 0 0 50px 0;
}
.texticoncarousel-block .swiper-footer {
padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
	.texticoncarousel-block {
	padding: 30px 0;
	}
}

/* Background images */
.texticoncarousel-block .bg-shdw {
position: absolute;
top: 400px;
left: 50%;
width: 1000px;
height: 1276px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0 0 0 -500px;
z-index: 0;
transform: scale(2);
}
.texticoncarousel-block .bg-shdw.shdw-left-inner {
top: -100px;
left: 700px;
rotate: -45deg;
}
.texticoncarousel-block .bg-shdw.shdw-right-inner {
top: -100px;
left: auto;
right: 200px;
rotate: 45deg;
}
