
/* ---------------------------------------- JUMBOTRONS ---------------------------------------- */


#digital-channels-data .jumbotron.parallax {
	padding-top: 300px;
	background-image: url("/tts/solutions/digital-channels-data/assets/img/jumbotron/jumbotron-digital-channels-data3.jpg");
}

@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
#digital-channels-data .jumbotron.parallax {
		background-image: url("/tts/solutions/digital-channels-data/assets/img/jumbotron/jumbotron-digital-channels-data3-2x.jpg");
	}
		}


/* ---------------------------------------- CUSTOM CAROUSEL ---------------------------------------- */

/* 1. Bootstrap overrides */

	.left.carousel-control, .right.carousel-control {
    background-image: none;
    /*background-color: #ffffff;*/
    width: 30px;
}

.carousel-control {
    background-color: #005aa1;
    position: absolute;
    top: 30%;
    bottom: 0px;
    left: 0px;
    width: 30px;
	height: 60px;
    font-size: 20px;
	padding-top:18px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    /*background-color: rgba(0,0,0,0);*/
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/*		.jumbotron p {font-weight:normal}
		.jumbotron.jumbo-slides {padding:0 0 0 0 !important; margin:0 0 0 0 !important}
*/
	.carousel div.p-15 {padding:15px 45px 15px 15px !important}

		/* 2. custom classes */



.carousel-inner a {color: #ffffff;}

		.carousel-blue {background-color: #002d72; color: #ffffff;}
		.carousel-plum {background-color: #890c58; color: #ffffff;}
		.carousel-purple {background-color: #6b3077; color: #ffffff;}
		.carousel-gray {background-color: #53565a; color: #ffffff;}

/* push out carousel buttons on wide screen view only */
/* lg */
@media (min-width: 1200px) {

}
/* md */
@media (max-width: 1199px) {

}
/* sm */
@media (max-width: 991px) {
	.carousel-control {top: 25%;}
	.carousel div.p-15 {padding:15px 30px 15px 30px !important}

}
/* xs */
@media (max-width: 767px) {

}
/* xxs */
@media (max-width: 575px) {
	.carousel-control {top: 0;}

}

@media (min-width: 1340px) {
	.left.carousel-control {left: -60px;}
	.right.carousel-control {right: -60px;}
    .carousel-control {filter: alpha(opacity=100); opacity: 1;}
}



/* ------------------------------------------ GLOBAL STATS ------------------------------------------ */
#global-stats [class*="global-stat-"] {
	text-align: center;
}
#global-stats [class*="global-stat-"] span {
	padding: 5px 10px;
	background-color: #002d72;
	color: #fff;
	font-weight: bold;
}
@media (min-width: 992px) {
	#global-stats {
		margin: 0;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#global-stats [class*="global-stat-"] {
		width: auto;
		padding: 0;
		display: block;
		float: none;
		text-align: left;
	}
	#global-stats [class*="global-stat-"] span {
		display: block;
	}
	#global-stats .global-stat-1 {
		top: 30px;
		right: 15px;
	}
	#global-stats .global-stat-2 {
		top: 70px;
		right: 15px;
	}
	#global-stats .global-stat-3 {
		top: 110px;
		right: 15px;
	}
	#global-stats .global-stat-4 {
		top: 140px;
		right: 15px;
	}
}
@media (min-width: 1200px) {
	#global-stats .global-stat-1 {
		top: 50px;
		right: 15px;
	}
	#global-stats .global-stat-2 {
		top: 100px;
		right: 15px;
	}
	#global-stats .global-stat-3 {
		top: 150px;
		right: 15px;
	}
	#global-stats .global-stat-4 {
		top: 200px;
		right: 15px;
	}
}

/* ------------------------------------------ ICON LINKS ------------------------------------------ */

.link-icon {width:30px; height:30px}


/* temp overrides for solutions content 6-2024 */ 
	
.carousel-item {
	border-radius:15px;
			
		}		
.carousel-item  img.full-width {
	border-radius:15px;
}
		
.carousel-control {
    background-color: #ffffff;
	border:1px solid #255be3;
	border-radius: 5px;
    position: absolute;
    top: 30%;
    bottom: 0px;
    left: 0px;
    width: 30px;
	height: 60px;
    font-size: 20px;
	padding-top:18px;
    color: #255be3;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    /*background-color: rgba(0,0,0,0);*/
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-blue {background-color: #0f1632; color: #ffffff;}
.carousel-plum {background-color: #0f1632; color: #ffffff;}
.carousel-purple {background-color: #0f1632; color: #ffffff;}
.carousel-gray {background-color: #0f1632; color: #ffffff;}

		
		
.jumbo-image img {
	border-radius:15px;
	
		}
#section-title {
	background-color:#255be3;
	border-bottom-left-radius:15px;
	border-top-right-radius:15px;
}
#section-title h1 {
	margin:0;
}
.nav-link {
	/*padding:15px;
	border-radius:15px;
	margin-bottom:15px;*/
	font-family: "Citi-Sans-Display-Bold", Arial, sans-serif;
	text-decoration: none;
	color:#ffffff;
}

a.hover-thumb {background-color:#0f1632; border-radius:15px;}

