@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
body{
	overflow-y:scroll; 
	}
#goal_calcs{
	
	}	
	
	
#goal_planning{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	    margin-top: 80px;
	background:url(/images/bg.jpg) center no-repeat;
}
#goal_planning .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}

#goal_planning .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#goal-planner-body{
	padding-bottom:100px;
	}
.goal-page-heading{
	font-family: 'merriweather_sansregular';
	font-size:40px;
	line-height:45px;
	color:#fff;
	text-align:left;
	padding-left:10px;
	}

.goal-content-heading{
	font-family: 'merriweather_sansregular';
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	padding-top:50px;
	padding-bottom:50px;
}
.panel-group {
    margin-top: 0px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-left: 15px;
}



.why-goal{
    border-color:#096cb1;
}
.why-goal1{
	border-radius: 4px;
    border-color: #096cb1;
}
.why-goal1>.panel-heading1 {
    color: #fff;
	padding: 14px 15px;
    background-color: #096cb1;
    border-color: #096cb1;
}

.why-goal>.panel-heading {
    color: #fff;
	padding: 14px 15px;
    background-color: #096cb1;
    border-color: #096cb1;
}

.panel-body{
	font-family: 'merriweather_sansregular';
	height: auto;
    max-height: 270px;
    overflow-x: hidden;
	overflow-y:scroll; 
	}

#accordion ::-webkit-scrollbar {
    width: 7px;
}


#accordion ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#096cb1;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
#accordion ::-webkit-scrollbar-track {
	    background: #f3f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.goal-planning-side-bg{
	background:url(/images/goal-invest.png) center no-repeat;
	min-height:280px;
	background-size: contain;
    margin-bottom: -14px;
	
	}
.goal-planning-side-text{
    font-family: 'merriweather_sansbold';
    color: #d13123;
    position: absolute;
    top: 70%;
    left: 2%;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
	
	}
.goal-know{
	  font-size: 36px;
    line-height: 34px;
}
.scheme-to-invest-text{
	font-size: 22px;

	}
.goals{
	margin-top:50px;
	margin-bottom:50px;
	padding:0px;
	}
.goals a:focus, .goals a:hover {
    color: #23527c;
    text-decoration: none;
}
.goal-1{
	background:url(/images/goal-1.png) center no-repeat;
	min-height:130px;
	background-size: contain;
	    margin-bottom: 10px;
	}
.goal-2{
	background:url(/images/goal-2.png) center no-repeat;
	min-height:130px;
	background-size: contain;
	    margin-bottom: 10px;
	}
.goal-3{
	background:url(/images/goal-3.png) center no-repeat;
	min-height:130px;
	    margin-bottom: 10px;
	background-size: contain;
	}
.goal-4{
	background:url(/images/goal-4.png) center no-repeat;
	min-height:130px;
	    margin-bottom: 10px;
	background-size: contain;
	}
.goal-5{
	background:url(/images/goal-5.png) center no-repeat;
	min-height:130px;
	    margin-bottom: 10px;
	background-size: contain;
	}
.goal-6{
	background:url(/images/goal-6.png) center no-repeat;
	min-height:130px;
	    margin-bottom: 10px;
	background-size: contain;
	}
.goal-heading{
	padding-top: 35px;
	color:#fff;
	}
	
@-moz-document url-prefix() { 
	#goal_planning .va-table {
    padding-top: 70px;
}
}



@media(min-width:1200px) and (max-width:1440px){}
@media(min-width:992px) and (max-width:1199px){
	.goal-planning-side-bg {
    margin-bottom: 0px;
    margin-top: 0px;
}


#goal_planning {
    margin-top: 70px;
}
	}
@media(min-width:768px) and (max-width:991px){
#goal-planner-body {
    padding-top: 45px;
}

#goal_planning {
    margin-top: 50px;
}
.goal-planning-side-bg {
   
    margin-top: 0px;
}
.panel-group .panel {
    margin-top: 10px;
}

/*#goal_planning {
    min-height: 150px;
    margin-top: 241px;
}*/
/*#goal_planning .va-table {
    min-height: 150px !important;
}
*/

}
@media(min-width:320px) and (max-width:767px){

.goal-planning-side-bg {
    margin-bottom: 3px;
    min-height: 389px;
    background-size: cover;
    margin-top: 2px;
}
#goal-planner-body {
    padding-top: 15px;
}
#goal_planning {
    margin-top: 85px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

	}
@media(max-width:320px){
	.goal-planning-side-bg {
    min-height: 270px;
}
	}