#intro .parallax > .bcg{
	background-image: url("../image/background.jpg")
}

.risk-profiling-answer{
	white-space: normal;
}


.section-inner{
	position: relative;
}


/*@media screen and (min-width:768px){*/
	.section-inner{
		top: 40%;
		transform: translateY(-50%);
	}

	#result .section-inner{
		top: 0%;
		transform: translateY(0%);
	}
/*}*/

.section{
	overflow:auto;
}

body{
	overflow: hidden;
	
}

#result .sub-title{
	font-size: 35px;
	font-style: bold;
}

.no-padding
{
	padding:0;
}

body {
    background-color: #f2f4f4;
    font-family: 'Raleway', sans-serif;
    color: #222222;
    overflow-x: hidden;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px;
}

.btn-primary {
	background-color: #ec6952;
	border-radius: 0px;
	color: white;
	border-color: #ec6952;
}

.section-sub-title{
	padding-bottom: 15px;
	padding-top: 40px;
}

ul.list-unstyled {
	font-size: 17px;
}

table{
	border: 1px solid lightgray;
}

th {
	background-color: #ec6952;
	color: white;
}

.help-sub-title{
	font-size: 27px;
}

.width-full{
	width: 100%;
}

.box-height{
	height: 100px;
}

.no-padding{
	padding: 0px;
}

.btn-primary{
	background-color: #ec6952;
	border-color: #ec6952;
	border-radius: 0px;
}

.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus{
	background-color: #e9553b;
	border-color: #e9553b;
	border-radius: 0px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #e9553b;
	border-color: #e9553b;
	border-radius: 0px;
	outline: none;
}

.m-l-sm{
	margin-left:20px;
}

.m-t-md{
	margin-top:50px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fonts1
{
	font-family:'Lato';
	font-weight:100;
}

.goalCalc
{
	box-sizing: inherit;
	outline: none;
    outline-width: medium;
    outline-style: none;
    outline-color: currentcolor;
font-size: 17px;
color: #ec6952;

	
}

.form-title {
    border-bottom: 1px solid #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(221, 221, 221);
}
.grey-color
{
	color:grey;
}
.orange-color
{
	color:#ec6952;
}
.below-boundry
{
	
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid grey;

}

.navbar-nav>li>.dropdown-menu {
    min-width: 200px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

#page-top{
	overflow:auto;
}

.no-shadow{
	outline: none;
	border-radius: 0px; 
}