/**
* Main styles
*/

body{
	background:white;
/* This messes up footer font for some reason	
	font-family:Helvetica, sans-serif;*/
	margin:0
}
#content_wrapper {
	width: 913px;
	margin: auto;
	background: #fff;
	padding: 20px;
/*	border-style:solid;
	border-color:#182f3a; */
}
#landing_page_wrapper {
	height: 360px;
	margin: auto;
	background: #fff;
/*	border-style:solid;
	border-color:#182f3a; */
}
#left-content{
width: 470px;
/*height: 240px;*/
padding: 10px 0 0 0;
float: left;
/*border:1px solid #182f3a;*/
}
#right-content{
width: auto ;
height: auto;
padding: 50px 0 60px 0;
/*border:1px solid #182f3a;*/
}
.CTA-container {
	display: table; 
	height: 100%; 
	/*width: 300px; was 280px*/
	position: relative; 
	overflow: hidden; 
	float: left;
/*		margin-left:auto;
    margin-right:auto;
border:1px solid black;*/
}
.CTA-container div {
	display: table-cell; 
	vertical-align: middle; 
	text-align:center;
	height: 100%;
/*	border:1px solid black;*/
}
.CTA-AR-container {
	display: table; 
	height: auto; 
	/*width: 300px; was 280px*/
	position: relative; 
	overflow: hidden; 
	float: left;
/*		margin-left:auto;
    margin-right:auto;
border:1px solid black;*/
}
.CTA-AR-container div {
	vertical-align: middle; 
	text-align:center;
/*	border:1px solid black;*/
}
.query {
	height: 150px;
	max-width: 100%;
}
.select-box {
	height: auto;
	max-width: 600px;
}
.message-block {
	display:table;
	height: 150px;
	max-width: 660px;
}
.message-center {
	display:table-cell;
	vertical-align:middle;
}
img.chart-img{
display:block;
margin-left:auto;
margin-right:auto;
}
#view-button{
width: 160px;
margin-left:auto;
margin-right:auto;
/*height: 240px;
padding: 0 0 0 0;*/
/*float: left;
/*border:1px solid #182f3a;*/
}
#compare-button{
width: 160px;
margin-left:auto;
margin-right:auto;
/*height: 210px;*/
/*float: right;
padding: 0 0 0 0;
/*border:1px solid #182f3a;*/
}
.landing-page {
	padding: 25px 0;
    max-width: 600px;
    margin: 0 auto;
}
.wbox {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-align: center;
}
.landing-page .landing-block {
	overflow:hidden;
}
.intro-arrow{
    background: url('../images/FindOutArrow.png') left top no-repeat;
    width:157px;
    height:93px;
    position: relative;
    left:-60px;
    top:-120px;
    z-index: 10;
}
.click-here-arrow{
    background: url('../images/click-here-arrow.png') left top no-repeat;
    width:200px;
    height:200px;
    position: relative;
    left:480px;
    top:-50px;
    z-index: 10;
}
.take-the-quiz{
    background: url('../images/TakeTheQuizButton.png') center top no-repeat;
    width:270px;
    height:128px;
	margin-top:-20px;
    float:right;
    /*left:521px;
    top:90px;*/
}
ul.intro-points{
    list-style-type: none;
    font-size:15px;
	font-weight:bold;
    margin: 4px 0 0 15px;
    padding: 4px 0 8px 0x;
/*    width: 620px; */
}
ul.intro-points .icon{
    background: url('../images/icon.png') left top no-repeat;
    width:20px;
    height:20px;
    float: left;
    margin-right: 4px;
	margin-top: 0px;
	padding: 0 0 25px 0;
}
ul.intro-points .icon1{
    background: url('../images/icon.png') left top no-repeat;
    width:20px;
    height:20px;
    float: left;
    margin-right: 4px;
	margin-top: 3px;
	padding: 0 0 50px 0;
}
ul.intro-points div{
    padding: 0px 0 10px 0;
	line-height: 20px;
}
.intro-right{
/*    width:230px;
    float:right;*/
}
.style1{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1.3em;
    font-family: Verdana, sans-serif;
}
.choice-labels{
    color: white;
    font-size: 14px;
    font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1em;
}
div.choice-labels > * {
	font-weight: normal!important;
}
.style2{
    color: #1d1815;
}
.style3{
    text-align: left;
    color: white;
    font-size: 14px;
    line-height: 1.2em;
    font-family: Verdana,sans-serif;
	padding: 0 0 0 10px;
}
.clear{
    clear:both;
}
#right-content .shadow {
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
}
#right-content .shadow a{
	color:#1d1815;
/*	text-shadow: 0px 0px 0px #002b00;*/
	text-decoration:underline!important;
}
#right-content .shadow a:hover{
	color:#1d1815; 
	text-shadow: 0px 0px 0px #002b00; 
	text-decoration:none!important; 
}
.quizlink {
	/*font-family:Verdana,sans-serif;*/
	color:#1d1815;
	font-size:14px;
	outline:none;
	font-family:Helvetica, sans-serif;
}
.quizlink a{
	color:#1d1815;
	text-decoration:underline!important;
}
.quizlink a:hover{
	text-decoration:none!important;
	color:#1d1815;
	/*text-shadow: 0px 0px 2px #3c5f68; */
	text-decoration:none;
}
.quizlink a:active{
	color:#1d1815;
/*	text-shadow: 1px 1px 2px #3c5f68; */
	text-decoration:none!important;
}
.quizlink a:visited{
	color:#1d1815;
}

.advicelink a{
	color:#1d1815;
	font-family:Tahoma;
	font-size:14px;
}
.advicelink a:hover{
	text-decoration:none;
	color:#1d1815;
	text-decoration:none;
}
.advicelink a:active{
	color:#1d1815;
	text-shadow: 0px 1px 0px #7e304a; 
	text-decoration:none;
}
.advicelink a:visited{
	color:#1d1815;
}
.PicText {
	font-weight:bold; 
	line-height:14px;
	font-size:12px; 
	padding: 10px 0px 20px 0;
}
.boost {
	color:#e1b900; 
	font-weight:bold; 
	font-family: calibri;
	margin: 0 0 0 0px; 
	font-size:32px;
	line-height:36px;
	vertical-align:bottom;
	padding-top: 20px;
}
#progress-bar-table {
	background-color:#fff; 
	border-style:solid;
	border-color:#e3e1e1;
	margin: 0px 0 0 0;
	/*-webkit-box-shadow: 4px 4px 8px #CCCCCC;
	-moz-box-shadow: 4px 4px 8px #CCCCCC;
	box-shadow: 4px 4px 8px #CCCCCC;*/
}
#progress-bar-table-row {
	border-style:none;
}
.progress-bar-corners {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 	
}
.progress-bar-status {
	border-right-style: none; 
	border-right-width:2px; 
	border-right-color:#182f3a; 
	-webkit-border-radius-topleft:3px;
	-moz-border-radius-topleft:3px; 
	border-top-left-radius:3px; 
	-webkit-border-radius-bottomleft:3px;
	-moz-border-radius-bottomleft:3px; 
	border-bottom-left-radius:3px; 
	/*background-color:#fdfbbf; */
	font-family:Verdana,sans-serif;
	color: #1d1815; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight:bold;
	padding: 0 0 2px 0; 
}
.progress-bar-status100 {
	-webkit-border-radius-topleft:3px;
	-moz-border-radius-topleft:3px; 
	border-top-left-radius:3px; 
	-webkit-border-radius-bottomleft:3px;
	-moz-border-radius-bottomleft:3px; 
	border-bottom-left-radius:3px; 
	/*background-color:#fdfbbf; */
	font-family:Verdana,sans-serif;
	color: #1d1815; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight:bold;
	padding: 0 0 2px 0; 
}
.progress-bar-percent {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size: 13px; 
	font-weight:bold; 
	border-style:none;
}
.why-text {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size: 14px; 
	font-weight:normal; 
	border-style:none;	
}
.display-text {
	font-family:Verdana,sans-serif; 
	color: #1d1815;
	text-align:center; 
	font-size:18px;
	line-height: 20px; 
	/*font-weight:bold;*/
}
.display-message {
	font-family:Verdana,sans-serif; 
	color: #1d1815!important; 
	font-size:18px; 
	line-height: 24px; 
	font-weight:normal; 
	text-align:center; 
}
.form-text {
	font-family:Verdana,sans-serif!important; 
	color: #1d1815!important; 
	font-size:14px; 
	font-weight:normal; 
	padding: 0 0 0 0;
}
.select-text {
	font-family:Verdana,sans-serif!important; 
	color: #1d1815!important; 
	font-size:18px; 
	line-height: 20px;
	font-weight:normal; 
	padding: 0 0 0 0;
}
.button-header {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size:18px; 
	line-height: 20px; 
	font-weight:bold; 
	text-align:left; 
	padding: 0px 0 20px 0;
}
.button-text {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size:14px; 
	font-weight:bold; 
	line-height:15px;
}
.title-text {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size:20px; 
	font-weight:bold; 
	padding: 0 0 0 0;
	line-height:22px;
}	
.info-text {
	font-family:Verdana,sans-serif; 
	color: #1d1815; 
	font-size:16px; 
	line-height:19px;
	font-weight:normal; 
}
.feedback-title {
	font-size:16px; 
	font-family:Helvetica, sans-serif;
	text-align:center; 
	color: white; 
	font-weight:bold;
	padding: 4px 0;
}
.feedback-text {
	font-size:14px; 
	line-height:16px;
	font-family:Helvetica, sans-serif;
	color: #1d1815; 
	font-weight:normal;
	vertical-align:top;
	padding: 10px 0 15px 0;
}
.results-score {
	font-size:16px; 
	line-height:16px;
	font-family:Helvetica, sans-serif;
	color: #1d1815; 
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	padding: 10px 0 0 0;
}
#quiz-box-shadow {
	/*-moz-box-shadow: 5px 5px 10px #CCCCCC;
	-webkit-box-shadow:5px 5px 10px #CCCCCC;
	box-shadow:5px 5px 10px #CCCCCC;*/
}
#quiz-box-topleft {
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
}
#quiz-box-topright {
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
#quiz-box-top {
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
#quiz-box-bottomleft {
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}
#quiz-box-bottomright {
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
}
#quiz-box-bottom {
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
}
.quiz-buttons-block{
    height: 21px;
    padding: 10px 0 15px 0;
}

.quiz-buttons{
	padding:2px 5px; 
	cursor:pointer; 
	font-size:14px;
	font-weight:bold; 
	/*margin-top:2px 5px;*/
	background:#fff;
}
.common-button{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c2bcab;
    margin-top: 0px;
}
.quiz-nav-btn {
	width: 100px;
	padding: 10px 0;
	text-transform:uppercase;
	cursor:pointer; 
	font-size:14px;
	font-weight:bold; 
	color: #fff !important;
	/*margin-top:2px 5px;*/
	background:#aaaaaa !important;	
}
input[type=submit], input[type=button], a.button, a.quiz-buttons
{
	display: inline-block;
/*	background-color: #F0241A; */
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Verdana, sans-serif;
	color: #fff ;
	font-weight:normal; 
	padding: 1.2em 1.2em 1.2em;
	vertical-align:bottom;
	/*-webkit-box-shadow: 4px 4px 8px #CCCCCC;
	-moz-box-shadow: 4px 4px 8px #CCCCCC;
	box-shadow: 4px 4px 8px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
	border: none;
	box-shadow:none; 
	background: #cc0000; 
}
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, a.quiz-buttons:hover {
	background-color : #449900 !important;
	color:white;
	border: none;
}

input[type=text], input[type=password], input[type=email], input[type=search], select {
/*	background: transparent;*/
	padding: 5px;
	font-size: 14px;
	margin: 0;
	border: 1px solid #182f3a;
	outline:none;
/*	background: transparent url('../images/bg_ip.png') repeat-x;*/
	font-family: Verdana,sans-serif;
	color: #1d1815;
	border-radius: 6px;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
    background-image: url("/images/warning.png");
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: none
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #cc0000 !important;
    -webkit-box-shadow: 0 0 6px #a30000 !important;
    -moz-box-shadow: 0 0 6px #a30000 !important;
    box-shadow: 0 0 6px #a30000 !important;
}
input:required:valid,
textarea:required:valid {
    background-image: url("/images/check.png");
    background-position: right;
    background-repeat: no-repeat
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #282828;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: #CCC; !important;
background-image: none; !important;
color: rgb(0, 0, 0); !important;
}

input.response{
	width: 90%;
}

input:focus, textarea:focus {
	outline: none;
	/*border:1px solid #182f3a;
	box-shadow: 1px 1px 5px #182f3a;*/
	box-shadow:none;
}
input[type=radio], select {
	box-shadow:none;
	border:none; !important;
}
input[type='radio'] { 
	transform: scale(1.5);
	height: 1.5em;
}
input[type='checkbox'], select { 
	transform: scale(1.5);
	height: 1.5em;
	box-shadow:none;
	border:none; !important;
}

.stellar-research {
	text-align:center;
	font-size:14px;
	font-variant:small-caps; 
	color:#636363;
}
.copyright {
	font-size: 12px;
}
.rk {
	text-align:center;
	padding: 10px 0 0 0;
	font-size:14px;
	color:#999;
}

#bottom-container{
display:block;
width:100%;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
/*border:1px solid #182f3a;*/
text-align:center;
}
#left-bottom{
display:inline-block;
width: 200px;
/*height: 240px;*/
padding: 0px 0 0 0;
/*float: left;*/
text-align: center;
/*	border-style:solid;
	border-color:#182f3a;*/
}
#right-bottom{
display:inline-block;
width: 200px;
text-align: center;
/*	border-style:solid;
	border-color:#182f3a;*/
}

#social_container{
display:block;
width:100%;
padding-bottom:30px;
/*border:1px solid #182f3a;*/
text-align:center;
}
#social{
display:inline-block;
vertical-align:top;
padding: 1px 5px;
/*	border-style:solid;
	border-color:#182f3a;*/
}
input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:32px;
							height:27px; 
							display:inline-block;
							line-height:27px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:27px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -27px;
						}
						label.css-label {
				background-image:url(/images/radio-button.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

/* ----------Stellar Biz Quiz Styles---------- */
h1.title2 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

input[type="text"], input[type="search"],input[type="password"], input[type="email"] {height: 28px;}

a:hover, a:active, a:focus { outline: 0!important;}
::-moz-selection{ color:#fff; background:#449900; }
::selection { color:#fff; background:#449900; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 99, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
}
input[type="search"]:focus {
  border-color: rgba(0, 99, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 0, 0.6);
}

/* ----------Flati Theme Inline Styles---------- */
			body{background-color:#ffffff;}
			
			/*#banner{background-color:#e3e1e1;}*/
			
			#banner, .welcome_index{color:#449900;}
			.header{background-color:#ffffff;}
			.nav-pills > li > a,
			.menu_wrap .nav li a{color:#e1b900;}

			 .menu_wrap .nav > li.active > a, 
			 .menu_wrap .nav > li.active,
			 .nav-pills > li.current-menu-item, 
			 .nav-pills > li.current-menu-ancestor,
			 .hue_block,
			 .btn-custom,
			 .themecolorbutton,
			 #footer,
			 #filters li a.selected, 
			 #filters2 li a.selected,
			 .th,
			 .zocial, 
			 a.zocial,
			 .progress .bar,
			 .testimonial3,
			 .quote_sections_hue,
			 .cbp_tmtimeline > li .cbp_tmicon,
			 .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel,
			 .tabbable.tabs-left .nav-tabs .active a, 
			 .tabbable.tabs-left .nav-tabs a:hover,
			 .form-submit > #submit,
			 .holder a.jp-current,
			 .ublnoimages,
			 .btn-navbar:hover{
				 background-color:#449900;
			 }
			 
			 .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel,
			 .cbp_tmtimeline:before{
				 background-color:#449900 !important;
			 }
			 
			 .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
				border-right-color: #449900 !important;
			 }
			 
			 .cbp_tmtimeline > li .cbp_tmicon {
				 box-shadow: 0 0 0 8px #449900 !important;
			 }
			 
			 .menu_wrap .nav > li > a:hover, 
			 .menu_wrap .nav > li > a:focus,
			 .hue,
			 .intro-icon-large:before,
			 a,
			 .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child,
			 .dropcap2,
			 .post_link a:hover,
			 .btn-navbar{
				 color:#449900;
			 }
			 
			 .blockquote,
			 #filters li a.selected, #filters2 li a.selected,
			 .holder a.jp-current{
				 border-color:#449900;
			 }
 
			 .testimonial3{
				 color:#f0f0f0 !important;
			 }
			 
			 .testimonial3:after {
				border-top-color: #449900;
			}

			 .cbp_tmtimeline > li .cbp_tmlabel,
			 .tabbable.tabs-left .nav-tabs a,
			 .pricing-header-row-1,
			 .pricing-footer,
			 .screen-bg,
			 .btn-blog1,
			 .btn-blog,
			 .pager li > a, .pager li > span,
			 .pagination ul > .active > a, 
			 .pagination ul > .active > span,
			 .pagination ul > li > a:hover, 
			 .pagination ul > li > a:focus, 
			 .pagination ul > .active > a, 
			 .pagination ul > .active > span,
			 .menu_wrap .nav > li.active > a:hover,
			 .th:hover,
			 .zocial:hover, .zocial:focus{
				 background-color:#e1b900;
			 }
			 .cbp_tmtimeline > li .cbp_tmtime span:last-child,
			 .colour,
			 .pricing-table h3,
			 .required{
				 color:#e1b900;
			 }
			 
			 .cbp_tmtimeline > li .cbp_tmlabel,
			 .cbp_tmtimeline > li .cbp_tmicon{
				 background-color:#e1b900 !important;
			 }

			.cbp_tmtimeline > li .cbp_tmlabel:after {
				border-right-color: #e1b900 !important;
			}
			 
			 h1, 
			 h2, 
			 h3, 
			 h4, 
			 h5, 
			 h6{
				 color: #449900;
			 }
			 
			 body{
				 color: #000000;
			 }
			 
			 #footer_alt a, #footer_alt a:visited, #footer_alt .copyright a, #footer_alt .copyright a:visited{color:#ffffff!important;}
			 
			 #footer_alt a:hover{color:#ffffff!important;}
			 
			 #footer_alt, #footer_alt .copyright, #footer_alt h5, #footer_alt h6{color:#ffffff!important;}
			 
