


body {
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
    margin:0px;
    padding: 0px; 
}

/*#wrapper{
	overflow: hidden;
}*/
.pull-right{
  float: right;
}

.pull-left{
  float: left;
}

.breadcrumb{
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
}



.generic-demo-box{
    width: 420px;
    margin: auto;
}

.generic-demo-box iframe{
    height: 500px;
    width: 420px;
    border:none;
    margin: 15px;
}

.share_button_container{
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    right: 186px;
    top: 100px;
}



.show_full_article img{
	max-width: 100% !important;
	height: auto !important;
}

.learn-top-bg{
	background: linear-gradient(to right,#1f2e67 0,#3a4d95 100%);
	margin-top: 70px;
}

.learn-breadcrumb{
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
	font-size: 9px;
	color: #999;
}

.learn-breadcrumb li{
	display: inline;

}

.learn-breadcrumb i{
	padding: 0px 10px;
}

.learn-breadcrumb li a{
	color: #999;
}

.learn-page-heading{
	font-size: 32px;
	padding: 5px 0px 90px 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
}

.learn-top-timeline-fix{
	background: #f2f2f2;
	text-align: center;
	
}

.learn-top-timeline{
    position: relative;
    padding: 18px 0px 16px 0px;
    display: inline-block;
}

.learn-top-timeline:before {
    position: absolute;
    content: " ";
    background-color: #eeeeee;
    margin-left: -1.5px;
    z-index: 1;

}

.learn-top-timeline-horizontal{
    position: relative;
    padding: 18px 0px 16px 0px;
    display: inline-block;
}


.learn-top-timeline-horizontal:before{
	height: 1px;
    top: auto;
    bottom: 28px;
    left: 15px;
    right: 0;
    width: 99%;
    margin-bottom: 20px;

}
.learn-timeline-item:first-child{
    padding-left: 0px
}

.learn-timeline-item{
	display: table-cell;
    float: none !important;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 75px;
}

.learn-timeline-box{
	border: solid 1px #ccc;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 4px 0px;
	color: #ccc;
	background: #fff;
	margin: auto;
	border-radius: 4px;

}

.learn-top-timeline span{
	font-size: 12px;
	color: #999999;
	display: block;
}

.learn-timeline-sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
	border-bottom: solid 1px #ccc; 
	margin-top: 0px !important;
}

.om-position-floating-bottom{
  padding-bottom:0px !important;
}

.learn-banner-ad {
	background: #ebedf4;
	border: solid 1px #dcdfea;
	max-width: 90%;
	margin:15px auto; 
	padding: 20px;
	border-radius: 4px;
}

.learn-banner-ad b  {
	width: 80%;
	display: inline-block;
	font-size: 17px;
	padding-bottom: 7px;
}

.learn-banner-ad strong  {
	width: 80%;
	display: inline-block;
	font-size: 17px;
	padding-bottom: 8px;
}

.learn-banner-ad p {
	width: 80%;
	display: inline-block;
	font-size: 15px;
	padding-bottom: 8px;
}

.learn-banner-btn{
	background: #3A4D95 ;
	color: #fff ;
	background-color: #3A4D95;
	padding: 5px 20px;
	margin-top: -25px;
}

.learn-banner-btn:hover{
	color: #fff;
}


@media screen and (max-width: 1000px) {

	.learn-banner-ad {
		background: #ebedf4;
		border: solid 1px #dcdfea;
		max-width: 	100%;
		margin:15px auto; 
		padding: 15px;
		border-radius: 4px;
		text-align: center;
	}

	.learn-banner-ad b {
		width: 99%;
		display: inline-block;
		font-size: 17px;
		padding-bottom: 8px;
	}

	.learn-banner-ad p {
		width: 99%;
		display: inline-block;
		font-size: 15px;
		padding-bottom: 8px;
	}

	.learn-banner-btn{
		
		margin-top:5px;
	}

	.generic-demo-box{
	    width: 320px;
	    margin: auto;
	}

	.generic-demo-box iframe{
	    height: 500px;
	    width: 320px;
	    border:none;
	    margin: 0px;
	}

	.share_button_container{
	    
	    right: 5px;
	    top: 30px;
	}

	.learn-timeline-item{
	   padding-left: 35px;
	}


	.learn-page-heading{
		font-size: 18px;
		padding: 25px 0px;
	}
	

	.learn-top-timeline-fix{
		background: #fff;
		border-radius: 0px;
		z-index: 9999;
	}

	.learn-top-timeline-fix-open{
		background: #fff;
		border-radius: 0px;
		z-index: 999;
	}

	.learn-top-bg{
		
		margin-top: 0px;
	}

	
}

.breadcrumb a{ 
	font-size: 12px;
}


.generic-demo-box iframe.mrALFrame {
    height: 420px;
    width:98%;
}
@media only screen and (max-width: 600px) {
  .generic-demo-box  iframe.mrALFrame {
        height: 550px;
        width:100%;
    }
}



