.fund-selector-header{
	margin-top:20px;
	border-bottom:1px solid var(--color-gray);;
	padding-bottom:10px;
}
header .logo img {
	max-width:175px;
}
#fund-selector .account-totals{
	clear:both;
	display:block;
	height:290px;
	width:100%;
}
#fund-selector{
	margin-top:0px;
}
#fund-selector .form-control{
	border-radius: 0px;
	font-size: 22px;
	border-color:#aaa;
}
#fund-selector label{
	font-weight: 500;
	margin-top:20px;
}
#fund-selector #selector .termsconditions,
#fund-selector #selector .accountlogincreate,
#fund-selector #selector .intro{
	margin-top:60px;
}
#fund-selector #selector,
#fund-selector #selector p{
	font-size:20px;
	color:#666;
	max-width:1400px;
}
#fund-selector .allocation-chart{
	width:100%;
}
#fund-selector .allocation-chart .innerLabels {
	z-index: 999;
}
#fund-selector .allocation-chart path{
	opacity: 0.65;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}
#fund-selector .allocation-chart path:hover {
	opacity: 0.85;
}
#fund-selector .donut-chart{
	margin:0 -30px;
}
#fund-selector .donut-chart .slice {
fill: none;
opacity: 1;
stroke-width: 30px;
}
#fund-selector .donut-chart .label-line {
fill: none;
stroke: var(--color-gray);
}
#fund-selector .donut-chart .ticker {
font-size: 8px;
font-weight:bold;
}
#fund-selector .donut-chart .percent {
font-size: 8px;
font-weight: bold;
fill:var(--color-white);
}
#fund-selector ul li{
	font-size:18px;
}
#fund-selector #selector .selector-graphic-right{
	float:right;
}
#fund-selector #selector button{
	/*background-color: #1C225D;*/
	font-size:20px;
}
#fund-selector .results-bottom{
	margin-top:50px;
}
#fund-selector .create-account{
	padding-top:12px;
}
#fund-selector .create-account .maskable-container{
	max-width: 600px;
}
#fund-selector .create-account .btn,
#fund-selector .results-bottom .btn{
	margin-right:15px;
	margin-bottom:10px;
}
#fund-selector .create-account input{
	max-width:600px;
}
#fund-selector .results-bottom .btn.active{
	background-color: #aaa;;
}
.selector-footer {
	padding-top:60px;
}
.selector-footer p{
	font-size:18px;
	color:#666;
}
.selector-footer .socials{
	float:left;
	display:block;
	max-width:450px;
	margin-right:40px;
}
.selector-footer .socials img{
	float:left;
	margin-right:10px;
	height:50px;
}
.selector-footer .apps{
	float:left;
	display:block;
	max-width:450px;
}
.selector-footer .apps img{
	float:left;
	margin-right:10px;
	display:block;
	height:50px;
}

/* Slider Styles  */
#fund-selector .input-range {
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
#fund-selector .input-range__slider {
	width: 100%;
}
#fund-selector .progress,
#fund-selector .progress__bar {
	min-height: 1.25rem;
}
#fund-selector .progress__value {
	position: absolute;
	top: .0625rem;
	right: .25rem;
}
#fund-selector .progress {
	background-color: #545454;
	position: relative;
}
#fund-selector .progress__bar {
	background-color: #43b7e1;
}

/* Quiz Styles */
#fund-selector .selectorQuiz {
	margin-top:20px;
}
#fund-selector .selectorQuiz .hide{
	position: absolute;
	left:-999px;
}
#fund-selector .selectorQuiz .btn-lg{
	text-align: left;
	max-width:450px;
	margin-bottom:20px;
	color:#666;
	border: 1px solid #999;;
	padding-right:10%;
}
#fund-selector .selectorQuiz .btn-lg.active{
  color: var(--color-white);
  background-color: #1C225D;
  border-color: #122b40;
}
#fund-selector .selectorQuiz .description{
	font-size: 12px;
	text-wrap: pretty;
	white-space: normal;
}
#fund-selector .selectorQuiz .btn-md{
	font-size: 20px;
	text-align: left;
	max-width:100%;
	min-width: 350px;
	text-wrap: pretty;
	white-space: normal;
	margin-bottom:20px;
	color:#666;
	border: 0px;
	padding:7px 10% 7px 8px
}
#fund-selector .selectorQuiz .btn-md.active{
	color: #333;
	background-color: #eee;
	box-shadow:0px 0px 0px;
}
#fund-selector .selectorQuizHow{
	max-width:600px;
}
#fund-selector .selectorQuiz .actions{
	color:#eee;
	font-size: 20px;
	padding:10px 16px;
	text-align: center;
}
#fund-selector .selectorQuiz .selected_answer{
	margin-bottom:12px;
	padding-bottom:8px;
	border-bottom:1px solid #333;
}
#fund-selector .selectorQuiz .selected_answer p{
	font-size:16px;
}
#fund-selector .selectorQuiz .right{
	float:right;
}
#fund-selector .selectorQuiz .hidden{
	display:none;
}
#fund-selector .selectorQuiz .question{
	margin-top:20px;
}
#fund-selector .selectorQuiz .question p{
	font-weight:bold;
}
#fund-selector .selectorQuiz .pointer{
	cursor: pointer;
}
#fund-selector .allo-list{
	display:none;
}

@media (max-width: 768px) {

	#fund-selector .selector-graphic-right{
		display:none;
	}
	#fund-selector .account-totals{
		width:750px;
		margin-left:-150px;
		margin-top:-70px;
	}
	#fund-selector .allo-list{
		display:block;
	}
	#fund-selector .donut-chart .label-line,
	#fund-selector .donut-chart .ticker {
		display:none;
	}
	#fund-selector .results-bottom{
		margin-top:20px;
	}

}
