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

.main {
	font-size: 65%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #ebeef7;
}
.main*,
.main*:before,
.main*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.main p {
	font-size: 1.6em;
	padding-bottom: 15px;
	line-height: 24px;
}
.main h2 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.main-blog{
	min-height: 100px;
	background-color: #FFF;
}
.main-left{
	background-color: #ebeef7;
	min-height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.rightside {
	float: right;	
}
.btn {
	display: block;
	width: 140px;
	margin-right: 15px;
	margin-left: 8px;
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.start-now{
	cursor: pointer;
	height: 40px;
	font-size: 19px;
	font-family: Arial, sans-serif;
	color: #0071bc;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	border: 1px solid #6eff00;
	display: table;
	text-decoration: none;
	line-height: 40px;
	clear: both;
	background-color: #deffd5;
}
.start-now:hover {
	background: #95aad3; /* Old browsers */
background: -moz-linear-gradient(top, #95aad3 0%, #adabd3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95aad3), color-stop(100%,#adabd3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* IE10+ */
background: linear-gradient(to bottom, #95aad3 0%,#adabd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aad3', endColorstr='#adabd3',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
.main-blog-copy {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.main h1 {
	color: #3076c1;
	font-size: 2.3em;
	line-height: 1.1em;
	display: block;
	font-weight: 200;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main h6 {
font-size: 1.8em;
display: block;
line-height: 1.4em;
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: normal;
}
.main h3 {
	font-size: 2.7em;
	line-height: 1.4em;
	disply: block;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.main h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.4em;
	disply: block;
	margin: 0px;
	font-weight: normal;
	color: #999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.indent {
	padding-left: 10px;	
}
sup { 
	font-size: 0.83em;
	vertical-align: super;
	line-height: 0; 
}
.social-box {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
.social-box p {
	font-size: 1.4em;
	color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: lighter;
	float: left;
}
.icon1 a {
	margin-left: 14px;
	height: 30px;
	width: 36px;
	float: left;
	display: block;
	background-image: url(../images/blog/Social-Icons-sm.png);
	background-position: -2px -2px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.icon2 a {
	height: 30px;
	width: 36px;
	float: left;
	display: block;
	background-image: url(../images/blog/Social-Icons-sm.png);
	background-position: -46px -2px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.icon3 a {
	height: 30px;
	width: 36px;
	float: left;
	display: block;
	background-image: url(../images/blog/Social-Icons-sm.png);
	background-position: -90px -2px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.icon4 a {
	height: 30px;
	width: 36px;
	float: left;
	display: block;
	background-image: url(../images/blog/Social-Icons-sm.png);
	background-position: -134px -2px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.main h5 {
	font-size: 1.5em;
	display: block;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.main-color{
	color: #3076c1;	
}
.date{
	text-transform: capitalize;	
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.main-blog-photo{
	display: block;
	padding-bottom: 15px;	
}
.padding-small {
	padding-bottom: 5px;	
}

.main-left-box{
	display: block;
	border: 1px solid #6966AD;
	border-radius: 10px 10px 10px 10px;
	background-color: #f5fff2;
	/* [disabled]float: left; */
	padding: 15px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.topics-title{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.main-topics{
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 15px;
	line-height: 1.2em;
}
ul.main-topics li {
	padding-top: 10px;	
}
.main-left-box a,
.main-blog-copy p a,
.main-blog-copy h4 a {
	color: #0071bc;
	text-decoration: none;
}
.main-left-box a:link,
.main-blog-copy p a:link,
.main-blog-copy h4 a:link {
	color: #0071bc;
	text-decoration: none;
}
.main-left-box a:hover,
.main-blog-copy p a:hover,
.main-blog-copy h4 a:hover {
	color: #6966AD;
	border-bottom: 1px dashed #6966AD;
}
@media (min-width: 601px and max-width: 768px){
	
}

@media (max-width: 600px){
	
}

@media (min-width: 768px){
	
}
@media (min-width: 601px){
	.main-blog{
		min-height: 500px;
		float: left;
		width: 73%;
	}
	.main-left{
	min-height: 500px;
	float: left;
	width: 27%;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	.main h1 {
	margin-top: 15px;
	}
}
