.personal_calc, .mortgage_calc, .auto_calc, .retirement_calc, .more_calc {
	display: none;
}

ul.nimble_calc {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.nimble_calc {
	display: block !important;
}

.newWord {
	font-size: 14px;
	text-align: center;
}

.rev {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.center	{
	text-align:center;
	margin-left: 50px;
}

.textNormal {
	font-size: 12px;
	text-transform: lowercase;
}

.textLarge {
	font-size: 14px;
	text-transform: lowercase;
}

.textLarger {
	font-size: 16px;
	text-transform: lowercase;
}

a.nimble {
	text-decoration: none !important;
}

.ntsProduct {
	display: block;
	color: #333333;
	font-family: "Arial Narrow";
	font-size: 11px;
	margin-top: -3px;
}

.nimbleLogoBlack {
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.nimbleLogoWhite {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.nimbleHealthText {
	color: #009999;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

.nimbleCityText {
	color: #669966;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

.nimbleCMSText {
	color: #993333;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

.hide {
	display: none; /*hide data*/
}

.clear {
	clear: both;
}

.homePageContent a.more {
	margin-top: -12px;
}

/*session error messages formatting*/
.ErrorMessage	{
	font-family: "Courier New", Courier, monospace;
	color: #C33;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 5px 20px 5px 20px;
	text-align:center;
	width:300px;	
	height: auto;
}

.ErrorMessage a, .ErrorMessage a:visited {
	color: #C33;
	text-decoration: underline;
}

.ErrorMessage a:active, .ErrorMessage a:hover {
	color: #C33;
	text-decoration: none;
}

.InfoMessage	{
	color: #0469b3;
	/*background-color:#ccff66;*/
	background-color:#D2EBC7;
	font-weight: normal;
	width:300px;	
	margin: 10px auto 10px auto;
	padding: 5px 20px 5px 20px;
	border:1px solid #0469b3;
	text-align:center;
	height: auto;
	font-size: 13px;
}

.InfoMessage a, .InfoMessage a:visited {
	color: #0469b3;
	text-decoration: underline;
}

.InfoMessage a:active, .InfoMessage a:hover {
	color: #0469b3;
	text-decoration: none;
}

.FilterMessage {
	width:300px;	
	color: #333333;
	font-size:12px;
	text-align:center;
	padding: 3px 10px 3px 10px;
	margin: 5px auto 5px auto;
	background-color:#ffff99;
}

/*NTS validation*/
.formField1	{
	background-color: #FFFF99;/*#FFFF99*/
}

.requiredField	{
	background-color:#FFFFCC; /*#FFFFCC*/
}
.missedField	{
	background-color:#FF9999;
}

/*end NTS validation*/

/*wforms validation styles*/
.errFld {border: 1px solid #C33 !important; /*... or any other css properties ... */}
.errMsg { color: #C33; padding-top: 5px;/*... or any other css properties ... */ } 
/*end wforms validation styles*/

/*Begin Captcha Styles*/

.captcha {
	padding-top: 5px;
	padding-bottom: 5px;
}

.captchaInstructions {
	padding-top: 3px;
	font-size: 11px;
	color: #999999;
}

.captcha img {

}

.captcha img.siimage {

}

/*End Captcha Styles*/

/*Begin Teacher Web Pages Styles for Schools*/
#TeacherWebPages {
	
}

#TeacherWebPages p.links {
	text-align: center;
}

#TeacherWebPages .left {
	float: left;
	width: 50%;
}

#TeacherWebPages .right {
	float: right;
	width: 50%;
}
/*End Teacher Web Pages Styles for Schools*/

/*Begin Auto Suggest Styles*/
div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    position: absolute;   
    background-color: #FFFFFF;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
	background-color: #3366CC;
    color: white;
}
/*End Auto Suggest Styles*/


/*BEGIN CSS Tooltip*/
#content a:hover { 
	position: relative;
}

a span.tooltip {
	display: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333333;
	z-index: 4000;
}

a:hover span.tooltip {
	width: 150px;
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #6398BD;
	padding: 5px;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}

/*END CSS Tooltip*/

#draftContentNotify {
	background-color: #FFF6BF;
	border: 1px solid #FFD324;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	position: relative;
}

#draftContentNotify .draftContentNotifyImage {
	display: inline-block;
	vertical-align: middle;
	height: auto;
}

#draftContentNotify .draftContentNotifyText {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin: 0px 0px 1px 10px;
	text-align: center;	
	width: 90%;
}

.editorForm {
	margin: 10px 0px 0px 0px !important;	
}

.editPageToolbar {
	padding: 10px 0px 10px 0px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: right;	
	position: fixed;
	height: 40px;
	bottom: 0;
	left: 0;
    z-index: 9999;
}

.editPageToolbar .toolbarButtons {
	position: absolute;
	right: 5px;
}

.editPageToolbar .toolbarInfo {
	position: absolute;
	left: 5px;
	color: #666666;
	font-size: 11px;
	display: inline-block;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

.editPageToolbar .editPageTool {
	display: inline-block;
	margin: 6px 0px 0px 5px;	
}

.editPageButton {
	background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 11px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 3px 7px 3px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}

.editPageButton:hover {
    background: none repeat scroll 0 0 #D9D9D9;
    box-shadow: 0 0 1px 1px #EAEAEA inset;
    color: #222222;
    cursor: pointer;
}

.editPageButton:active {
    background: none repeat scroll 0 0 #D0D0D0;
    box-shadow: 0 0 1px 1px #E3E3E3 inset;
    color: #000000;
}

.editContent {
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.clickToEdit {
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px #888888;
	padding: 8px 10px 8px 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#sendForReview {
	display: none;	
}

#sendForReview .sendDisclaimer {
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 11px;
	font-style: italic;	
}

#sendForReviewButton {
	margin: 10px 0px 0px 0px;	
}

#overlayHome, #overlayInterior {
    background: rgba(0,0,0,0.85);
    display: none;
    width: 100%;
	height: 100%;
    position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99990;
}

#overlayTransparent {
	display: none;
    width: 100%;
	height: 100%;
    position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99995;
}

#tutorialHome, #welcomeInterior {
	display: none;
    width: 100%; 
	height: auto;
    position: fixed; 
	top: 100; 
	left: 0; 
	z-index: 99998;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 2px 3px #000000;
}

#welcomeHome {
	font-size: 30px;
	text-transform: uppercase;	
}

#exitTutorial {
	display: none;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999;
	color: #FFFFFF;
	font-weight: bold;
}

#exitTutorial a {
	color: #FFFFFF;	
	text-decoration: underline;
}

.expose {
    position: relative;
	z-index: 99998;
}

#submitTutorial {
	position: relative;	
	color: #FFFFFF;
	top: 0;
	left: 10;
	display: none;
	font-weight: bold;
}

#submitTutorial .confirmTutorial, #submitTutorial .bioTutorial {
	float: right;
	text-align: right;	
}

#submitTutorial .confirmTutorial a, #submitTutorial .bioTutorial a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.tutorialInstructions {
	font-size: 24px;
	width: 980px;
	margin: 0px auto 0px auto;
}

.answerTutorial {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: center;
}

.showTutorial {
	display: inline-block;
	background: linear-gradient(to bottom, #499300, #3D7900);
	color: #FFFFFF;
	padding: 8px 29px 8px 29px;
	margin: 0px 0px 0px 12px;
	text-align: center;
	border-radius: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
	border: 0;
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0.8px #333333;
}

.noTutorial {
	display: inline-block;
	color: #FFFFFF;
	padding: 8px 29px 8px 29px;
	margin: 0px 0px 0px 12px;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	border: 0;
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0.8px #333333;
}

.noTutorial a {
	color: #FFFFFF;
	text-decoration: underline;
}

.nextStep {
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
}

.nextStep a {
	color: #FFFFFF;
	text-decoration: underline;	
}

.arrowTutorial {
	display: none;
   height: 0;
   width: 0;
   border: 16px solid transparent;
   border-top-color: #FFFFFF;
   position: fixed;
   z-index: 99999;
}

table.mceToolbar {
	margin-left: 3px;
	float: left;
}

.fixHeight {
	height: auto !important;
}

.editorForm iframe {
	min-height: 300px !important;	
}

input.radio, .radio label {
	display: inline-block;	
}

.staticBannerDescription {
	display: none;
	text-decoration: none;
}