﻿/* IBM Analytics | custom-home-v18.css */
/* For Geo Analytics Home Page */

.float-left {float:left;}
.ibm-btn-pri:nth-of-type(1) { margin-right:25px;} 
.ibm-chat-link {color:#ffffff;}
a.ibm-chat-link:visited {color:#ffffff;}
.ibm-icononly {color: #4178be !important;padding-bottom: 0;}
.ibm-icononly a:visited {color: #4178be !important;}
#secondary-nav-container a {font-size:1.1em;}
#secondary-nav-container a:visited {color:#ffffff !important;}
.secondary-nav-container-scrolled {position: fixed;width: 100%;top: 51px;z-index: 9;/*border-bottom: 1px solid #e0e0e0;*/}
.ibm-textcolor-blue-10 {color: #c0e6ff !important;}
.ibm-textcolor-gray-80 {color: #323232 !important;}
a.ibm-textcolor-blue-40 {color:#4178be !important;}
.ibm-textcolor-gray-80 a:visited {color: #323232 !important;}
.ibm-background-cool-gray-55 {background-color: #323c3c;}
.ibm-bottom-margin-1 {margin-bottom:25px;}

#ibm-leadspace-head {
	width: 100% !important;
    border-bottom: none;
    background: -moz-linear-gradient(50% 100% 90deg,rgba(41, 100, 148, 1) 0%,rgba(57, 173, 204, 1) 95.09%);
    background: -webkit-linear-gradient(90deg, rgba(41, 100, 148, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
    background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(41, 100, 148, 1) ),color-stop(0.9509,rgba(57, 173, 204, 1) ));
    background: -o-linear-gradient(90deg, rgba(41, 100, 148, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
    background: -ms-linear-gradient(90deg, rgba(41, 100, 148, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#347EB9', endColorstr='#39ADCC' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(41, 100, 148, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39ADCC',endColorstr='#347EB9' , GradientType=0);
	}
	
.ibm-analytics-leadspace-body 
{
	
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 625px;
    width: 100% !important;
}

#ibm-leadspace-body a.ibm-video-player-con span.ibm-youtube-link:before {
	top:1px;
}
	

#newsflash-container{
		
background: #6dedd8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #6dedd8 0%, #4177be 49%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #6dedd8 0%,#4177be 49%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #6dedd8 0%,#4177be 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dedd8', endColorstr='#4177be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		
		
	}
	

.client-references {
    background: -moz-radial-gradient(center, ellipse cover, #c0e6ff -1%, #c0e6ff 0%, #00323c 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #c0e6ff -1%,#c0e6ff 0%,#00323c 100%);
    background: radial-gradient(ellipse at center, #c0e6ff -1%,#c0e6ff 0%,#00323c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e6ff', endColorstr='#00323c',GradientType=1 );
}	

.circular-feature {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	}
	


	
.ctas {
    overflow: hidden;
}

.ctas div {
    position: relative;
    width: 20% !important;
    box-sizing: border-box;
	padding:25px;
}


.no-margin {
    margin: 0 !important;
}
	
.leadspace-background-image {    
	width: 100%;
    background: url(/analytics/common/img/analytics-homepage/leadspace.png);
    background-repeat: no-repeat;
    background-position: 0px -50%;
    background-size: 55%;
}

.ibm-analytics-leadspace-body {padding-bottom:0px !important;}

#partnerships-container {background: #f0f2f4;
    background: -moz-linear-gradient(top, #f0f2f4 2%, #ffffff 73%);
    background: -webkit-linear-gradient(top, #f0f2f4 2%,#ffffff 73%);
    background: linear-gradient(to bottom, #f0f2f4 2%,#ffffff 73%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#ffffff',GradientType=0 );}


.client-references-background-color {background: #39adcc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #39adcc 0%, #347eb9 56%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #39adcc 0%,#347eb9 56%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #39adcc 0%,#347eb9 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39adcc', endColorstr='#347eb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}


.featured-product-circle {width:250px;margin-top:-50px;}
	
	.quicklinks-border-top {border-top: solid 1px #d6d6d6;}
	.quicklinks-border-right {border-right: solid 1px #d6d6d6;}
	.quicklinks-border-left {border-left: solid 1px #d6d6d6;}
	
	#analytics-featured-container{
	
background: #00aec9; /* Old browsers */
background: -moz-linear-gradient(45deg, #00aec9 0%, #1e5799 33%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #00aec9 0%,#1e5799 33%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #00aec9 0%,#1e5799 33%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aec9', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	}
	
	
#analytics-featured-continued-container {
background: #f0f2f4; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f0f2f4 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f0f2f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f0f2f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}	
		
	
			.solution-container {border:solid;border-width: thin;border-color: #f2f2f2;padding:25px;min-height:200px; 	-webkit-transition:  ease-in-out .4s;
	-moz-transition:  ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition:  ease-in-out .4s;	cursor:pointer;    min-height: 300px;}
			.solution-container:hover{border-color: #2dafe5;}


			.partnership-container {border:solid;border-width: thin;border-color: #f2f2f2;padding:25px;min-height:5px; 	-webkit-transition:  ease-in-out .4s;
	-moz-transition:  ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition:  ease-in-out .4s;	cursor:pointer;min-height:200px;}
			.partnership-container:hover{border-color: #2dafe5;}		
	
/* MEDIA QUERIES ----------------------------------------------------------- */


@media screen and (max-width: 1758px) {
	.leadspace-background-image { }
}	

	
@media screen and (max-width: 1240px) {
	.ibm-analytics-leadspace-body  {background-size:50%;background-position:100%;}
	
}	
	
@media screen and (max-width: 1000px) {

   .medium-leadspace { padding-top: 0px !important;}


}	


@media screen and (max-width: 900px) {

}	


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
	
		.testfirst { min-height:100px !important;padding-top:25px;}
		.ctas div {width:100% !important;}
}


@media screen and (max-width: 760px) {

}
@media only screen and (max-width: 759px) and (min-width: 580px) {
	#partnerships-container div.ibm-col-medium-4-2 div.ibm-card__image img.ibm-resize {
    width: 85% !important;
	display:block;
	}

}



@media screen and (max-width: 580px) {
    #partnerships-container div.ibm-col-medium-4-2 div.ibm-card__image img.ibm-resize {
    width: 85% !important;
	display:block;
	}

}


@media screen and (max-width: 480px) {

}