*,
*::before,
*::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after
{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
}

body
{
	min-width: 100%;
	line-height: 1.42857;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#framework
{
	width: 100%;

}
.OLTEditionText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #11233a;
}
.OLTEditionText b
{
	color: #DF3E8D;
}
#content
{
	width: 100%;
	background: none;
}
#columnAB {
	float:left;
	width:100%;

}
.page_table_width
{
	width:90%;
}
.pricing_img_width
{
	width:60%;
}
.state_ul_padding
{
	list-style-image:url('../images/list_img.gif');
}
.taxcorner_ul_img
{
	list-style-image:url('../images/bullet.png');
}
.taxcorner_ul_img li
{
	padding:3px;
}

/* -- For Vertical Nav Menu -- */
/* --- Vertical Navigation Menu --- */
.quicklinks
{
	margin-left:-25px;
	font-size:9pt;
}
.quicklinks ul
{
	list-style-type:none;
	padding:0px;
	display:block;
	box-shadow: 3px 0px 5px -5px rgba(0,0,0,0.5), -3px 0 5px -5px rgba(0,0,0,0.5);
}
.quicklinks ul li a
{
	text-decoration:none;
	display: block;
	color:#000 !important;
    	padding: 5px 16px !important;
}
.quicklinks ul li
{
	font-family: Arial,Times New Roman;
	height:auto;
}
.quicklinks ul li.sub
{
	border:1px solid #e6e6e6;
}
.sub
{
	background-color:#fff;
}
.quicklinks li.sub:hover,.quicklinks li.sub:focus
{
	background:url(../images/nav_sub_bg1.png);
	font-weight:bold;
}

.links_head
{

	background-color:#872c85;
	border-radius:5px 5px 0px 0px;
	font-weight:bold;
	font-size:15px;
	border-bottom:2px solid #f1f1f1;
	color:#fff;
}
.sub_end
{
	border-radius:0px 0px 5px 5px;
}
.quicklinks_padd
{
	height:38px;
	padding:6px;
}

/* -------- Head Css -------- */

.header_top
{
	font-size: 12px;
}
.header_top
{
	background-color: #f1f1f1;
	border-bottom: 1px solid #dadada;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}
.header_top h4
{
	font-size:14px;
	font-weight:700;
}
.purple_btn
{
	background-color: #682073;
	border-right-color: #dccadf;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 12px;
	margin: 0;
	border-radius:0px;
	min-width: 0;
	padding: 11px 10px;
	text-align: center;
	text-transform: none;
	border-color: #682073;
}
.purple_btn:hover,.purple_btn:focus
{
	background-color: #955d9c;
	border-right-color: #e3e3e3;
	color: #fafafa !important;
	border-color: #955d9c;
}
.black_btn
{
	background-color: #202020;
	box-shadow: none !important;
	color: #fff;
	font-size: 12px;
	margin: 0px;
	margin-left:-2px;
	min-width: 0;
	border-radius:0px;
	padding: 11px 13px;
	text-align: center;
	text-transform: none;
	border-color: #202020;
}
.black_btn:hover,.black_btn:focus
{
	background-color: #505050;
	border-right-color: #e3e3e3;
	color: #fafafa !important;
	border-color: #505050;
}
.header
{
	width:100%;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
}
.navbar-nav > li
{
	margin: 0 0 0 0px;
	padding:5px 5px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	text-transform: Uppercase;
	font-weight:700;
}
.navbar-nav a
{
	color:#666666;
}
.fixed_head_on
{
	padding: 5px 0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1006;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
	border-bottom:2px solid #6c236b !important;
}
.scroll_padding
{
	padding-top:100px;
}
.fixed_head_on img
{
	width:150px;
	padding-top:10px;
}
.animated
{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes fadeInDown
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100%
	{
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.fadeInDown
{
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* -------- Head for Mobile Css -------- */

/* Mobile Menu Push */
.spacer_menu
{
	width:100%;
	height:150px;
	float:left;
}
.pushmenu
{
	/*this is the nav*/
	background: #2f3f51;
	font-family: Arial, Helvetics, sans-serif;
	width: 240px;
	height: 100%;
	overflow:scroll;
	top: 55px;
	z-index: 1500;
	position:fixed;
}
.pushmenu a
{
	display: block; /* drops the nav vertically*/
	color: #fff;
	text-decoration: none;
}
.pushmenu-left
{
	left: -240px;
}
.pushmenu-left.pushmenu-open
{
	left: 0;
}
.pushmenu-push
{
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.pushmenu-push-toright
{
	left: 240px;
}
.pushmenu, .pushmenu-push
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav_list
{
	cursor: pointer;

}
.mob_menu_item
{
	height:110px;
	width:120px;
	background-color:#2f3f51;
	border:1px solid #253341;
	cursor:pointer;
	float:left;
	color:#fff;
	padding-top:25px;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
.mob_menu_item:hover
{
	background-color:#253341;
}
.mob_menu_startup
{
	height:50px;
	width:120px;
	background: rgba(148, 166, 184, 0.2) none repeat scroll 0 0;
	border:1px solid #253341;
	cursor:pointer;
	float:left;
	color:#fff;
	padding-top:5px;
	text-align:center;
	font-size:14px;
	font-weight:700;
}
.mob_menu_startup:hover
{
	background: rgba(107, 116, 123, 0.2) none repeat scroll 0 0;
}
.menu_close
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 20;
	background-color: #000000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.mobile_header
{
	height:55px;
	background-color:#fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
	border-bottom:1px solid #6c236b;
	padding:5px 0px;
}

/* Footer section */

.trust_section
{
	border-bottom:3px solid #F4F4F4;
	border-top:1px solid #F4F4F4;
	padding-top:12px;
	overflow:hidden;
	height:100px;
}
.nbs-flexisel-container
{
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul
{
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}
.nbs-flexisel-inner
{
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item
{
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img
{
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right
{
	width: 50px;
	height: 92px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left
{
	left: 0px;
}
.nbs-flexisel-nav-right
{
	right: 0px;
}
.footer a:hover
{
	text-decoration:none;
	color:#6B1C74;
	font-weight:600;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.sub_footer a:hover,.sub_footer a:focus
{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.footer
{
	padding:20px 0px;
	color: #333;
	font-size: 14px;
	background:url(../images/2.jpg) repeat;
}
.footer p
{
	line-height:25px;
}
.footer a
{
	color: #333;
}
.logo-footer
{
	padding-bottom:15px;
}
.footer ul
{
	list-style:none;
}
.footer li
{
	padding:5px 0px;
}
.footer_content
{
	padding:0px;
	text-transform:capitalize;
	font-weight: 400;
	font-size:14px;
}
.footer_arrow
{
	float:right;
	padding-top:5px;
}
.footer_content li
{
	padding-right:5px;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.footer_content li:hover
{
	padding-right:0px;
	font-weight:bold;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0;
}
.footer h2
{
	font-size:22px;
	margin-bottom:20px;
	font-weight:500;
}
.list-icons
{
	padding-left:10px;
	height:125px;
}
.sub_footer
{
	background-color:#242424;
	padding:20px 0px 10px 0px;
	color: #999;
	font-size:14px;
}
.sub_footer ul
{
	list-style:none;

}
.sub_footer li
{
	display:inline;
	padding: 0 10px;
	border-right: 1px solid #666;
}
.sub_footer a
{
	font-size: 14px;
    	font-weight: 400;
    	color:#999;
}
.spacer
{
	float:left;
}
.social_btn
{
	float:left;
	width:40px;
	height:40px;
	border-radius:100%;
	border:1px solid #4E4E4E;
	color:#4E4E4E
}
.fb_btn
{
	padding:12px 15px;
}
.tw_btn
{
	padding:12px 12px;
}
.ln_btn
{
	padding:10px 14px;
}
.gp_btn
{
	padding:12px 13px;
}
.fb_btn:hover,.fb_btn:focus
{
	border:1px solid #3B5998;
	background-color:#3B5998;
	color:#fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.tw_btn:hover,.tw_btn:focus
{
	border:1px solid #55ACEE;
	background-color:#55ACEE;
	color:#fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.ln_btn:hover,.ln_btn:focus
{
	border:1px solid #0976B4;
	background-color:#0976B4;
	color:#fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.gp_btn:hover,.gp_btn:focus
{
	border:1px solid #DD4B39;
	background-color:#DD4B39;
	color:#fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.olt-defpub-view,.olt-suppor-forms-view
{
	width:25%;
	float:left;
	padding:5px;
}
.OLTLinkButton
{
	border-radius:5px;
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	background-color: #761f6d;
}
.olt_full_width
{
   	width: 100%;
}
.rwd_dashed_line
{
	border-bottom: 1px dashed grey;
	margin: 0 auto;
	width: 90%;
}
.OLTBoxTitleBar
{
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	text-align: center;
	background-color: #761f6d;
	color: #ffffff;
}
.olt_border_right
{
   	border-right: 2px solid #fff;
}
.rwd_padd_top_55
{
	display: block;
	height: 60px;
	margin-top: -60px;
	visibility: hidden;
}
.OLTLinkButton:hover,.OLTLinkButton:active,.OLTLinkButton:focus
{
	background-color:#59B200;
	text-decoration:none;
	color:#fff;
}
.OLTEditionTextfont,.OLTEditionTextfont:hover
{
	font-size:14px;
	color:#fff;
}
.linkpink
{
	color: #df3e8d !important;
	text-decoration:none;
}
.linkpink:hover,.linkpink:focus,.linkpink:active
{
	color: #df3e8d;
	text-decoration:none;
}
.OLTSpLink
{
	color: #df3e8d;
	text-decoration:underline;
	font-weight:bold;
}
.OLTSpLink:hover,.OLTSpLink:focus,.OLTSpLink:active
{
	color: #df3e8d;
	text-decoration:underline;
}
.padd_survey_left
{
	padding-left:20px;
}
.options_survey
{
	//float:left;
	//width:25%;
}
.survey_score
{
	float:left;
	width:30%;
}
.survey_text
{
	width:100%;
}
.survey_textbox
{
	float:left;
	width:80%;
}
.survey_textarea
{
	width: 80%;
	height: 100px;
	resize:none;
}
.survey_image
{
	position:absolute;
	top:325px;
	left:700px;
}
.olt_two_btn
{
	float: left;
	padding: 10px;
	width: 50%;
}
.olt_btn
{
	float: left;
	padding: 10px;
	width: 100%;
}
.even
{
	background-color:#f1f1f1;
}
.even img,.odd img
{
	width:25px;
}
.oltstateLinkwidth
{
    width: 140px;
}
.ul_image
{
    list-style-image: url("../images/list_img.gif");
    margin-left: 5px;
}
.li_states
{
    padding: 2px;
}
.corp_button
{
	float: left;
	padding: 5px;
	width: 16.5%;
}
.corp_btn_width
{
	width:90%;
}
.trust_img1
{
	width:20%;
	float:left;
	text-align:center;
	padding:16px 10px;
}
.trust_img2
{
	width:20%;
	float:left;
	text-align:center;
	padding:16px 20px;
}
.trust_img3
{
	width:20%;
	float:left;
	text-align:center;
	padding:16px 10px;
}
.trust_img4
{
	width:20%;
	float:left;
	text-align:center;
	padding:12px 10px;
}
.trust_img5
{
	width:20%;
	float:left;
	text-align:center;
}
.trust_width2
{
	width:40%;
}
	