@media all {
	.lightbox h1{background: url(../../images/lightbox/header-bg.png) no-repeat 0 0; font-size:22px; font-weight:bold; line-height: 57px; margin-bottom:0; padding-left:25px; color:white;}
	.lightbox h3{color:#0079c1; font-size: 14px; font-weight: bold;}
	.lightbox h4{color:black; font-size: 12px; font-weight: bold;}
	.lightbox > div {background:white; padding:5px 25px; border: 4px solid #0e74b1; border-top:none; border-radius: 0 0 10px 10px; font-size:12px;}
	.lightbox ul{list-style-image: url(../../images/lightbox/list-arrow.gif); padding-left:10px;}
	.lightbox ul li{padding-bottom:10px;}
	.lightbox { display: none; }
	.featherlight .featherlight-close-icon{background:url(../../images/lightbox/close-btn.gif) no-repeat right 3px; display: block; top:22px;}
	#clickStart{margin-top:20px;}
	#clickStart div{display: inline-block;}
	.boxfloatLeft{float:left;}
	.boxfloatRight{text-align: right; float:right; line-height:50px; padding-right:20px;}
	.lightboxApply{background: url(../../images/lightbox/get-started-btn.png) no-repeat 0 0; display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 105px;}
    #smallPrintOptional{color:gray; clear:both; display: block; font-size:11px; line-height:40px; padding-bottom:20px;}

	/* override default feather style... */
	.fixwidth {
		background: rgba(256,256,256, 0.8);
	}
	.fixwidth .featherlight-content {
		width: 500px;
		padding: 25px;
		color: #fff;
		background: #111;
	}
	.fixwidth .featherlight-close {
		color: #fff;
		background: #333;
		padding: 0;
	}
	.featherlight-close span{
		/*border: 1px solid gray;*/
	    display: inline-block;
	    line-height: 15px;
	    padding: 0 3px;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {

}

@media(max-width: 768px){

}
