@charset "UTF-8";
/* CSS Document */

html{
overflow-x:hidden;
}


.site-footer{
padding:10px 0 20px;
border-top:1px solid #e2e2e2;	
}

.tne-logo img{
    margin-top: 15px;
    height: 45px;	
}

.ibm-logo img{
    margin-top: 15px;
    height: 40px;	
}

#headline img{
	
}

.article-content{
margin-top:15px;
margin-bottom:50px;

}

.article-content p{
letter-spacing:0.2px;
margin-bottom:2rem;
}

.montserrat{
font-family: 'Montserrat', sans-serif;
}

.lato{
	font-family: 'Lato', sans-serif;
}

.bold{
font-weight:700;
}

.extra-bold{
font-weight:800;
}

.header-text{}
.slide-container{
	margin:80px 0;
}

.blue-background{
	background:#009dc4;
padding:50px 0;
box-shadow:inset 0 0px 20px #666;

}

.infographic-container{


}



.left{
	float:left;
}
.right {
    float: right;
}

.blue-color{
color:#009dc4

}

.pullquote {
    
    width: 30%;
    margin: 3%;
	font-family:'Montserrat';
	font-weight:bold;
	hanging-punctuation: first;
}


.statquote {
    
    /*width: 30%;*/
    margin: 3%;
	font-family:'Montserrat';
	font-weight:bold;
	hanging-punctuation: first;
}



.white-color{
	color:#fff;
}

figcaption{
color:#333;
font-style:italic;
font-size:0.9em;
width:55%;
margin:5px 0;

}


#ibm-logo{
    width: 60px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    z-index: 10;
}

#headline{
	max-width: 50%;
    height: auto;
    position: absolute;
    bottom: 5% !important;
    left: 17%;
    display: none;
    z-index: 10;
}

.video-container{
	padding:0;
	margin:0;
	position:relative;
	width:100%;
	height:auto;
}

.card{
	padding: 10px 0;
    margin: 15px 0;
}

.card-title h5{
text-align:center;	
}

/* Style the video: 100% width and height to cover the entire window */
#ibm-video {
}

video {
  width: 100%    !important;
  height: auto   !important;
}



p.drop-cap:first-letter {
    
    initial-letter: 4;
  -webkit-initial-letter: 4;
    margin-top: .08em;
	margin-right:8px;
	background:#009dc4;
	color:#fff;
	font-family:'Montserrat';
	font-weight:bold;
	


	float: left; 
	
	font-size:3.5em; 
	line-height:80%;  
	padding-top: 0.2em;
	padding-bottom:0.2em; 
	padding-left: .05em;
	padding-right: .05em;
	
}

@media only screen and (min-width: 320px){
.pullquote {
    font-size: 0.8em;
}
.statquote{
	width:100%;
	font-size: 1.2em;
}

.statquote span { 
    font-size:2.5em;
	font-family:'Montserrat';
}


.header-text{
font-size:1em;
line-height:30px	
}

.vidPreviewNew{
	display:none;
}

}


@media only screen and (min-width: 480px){
.pullquote {
    font-size: 0.9em;
}
.statquote{
	width:100%;
	font-size: 1.2em;
}

.statquote span { 
    font-size:2.5em;
	font-family:'Montserrat';
}


.header-text{
font-size:1.2em;	

line-height:33px
}

.vidPreviewNew{
	display:none;
}

}

@media only screen and (min-width: 768px){
.pullquote {
    font-size: 1.2em;
}
.statquote{
	width:40%;
	font-size: 1.2em;
}

.statquote span { 
    font-size:2.5em;
	font-family:'Montserrat';
}

.header-text{
font-size:1.3em;

line-height:40px
	
}

.vidPreviewNew{
	display:block;
}

}


@media only screen and (min-width: 992px){
.pullquote {
	font-size: 1.2em;
	
}

.statquote{
	font-size: 1.2em;
	width:30%;
}

.statquote span { 
    font-size:3.5em;
	font-family:'Montserrat';
}


.header-text{
font-size:1.4em;

line-height:40px
	
}

}


@media only screen and (min-width: 1200px){
.pullquote {
    font-size: 1.2em;
}

.statquote{
	font-size: 1.2em;
	width:30%;
}

.statquote span { 
    font-size:3.5em;
	font-family:'Montserrat';
}

.header-text{
font-size:1.5em;	
line-height:45px
}

}







