.content-wrapper
{
	background: url('/static/img/dcio/content/bg_1018.jpg') no-repeat top center;
	background-size: contain;
}

.body-content
{
	background: white;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.18);
}

h1.display-3
{
	line-height: 1.3;
}

input.btn.fauxDisabled
{
	background-color: #dedede;
	border: none;
}

.align-items-end
{
	align-items: flex-end;
}

.glide-path-continue-btn
{
	padding: .5rem 1rem;
	border-radius: 3px;
}

a.glide-path-fund-link,
a.glide-path-fund-link:visited,
a.glide-path-fund-link:hover
{
	color : #333;
}

.glide-path-blue-text,
.glide-path-blue-text:visited,
.glide-path-blue-text:hover
{
	color : #4e91d9 !important;
}

.glide-path-green-text
{
	color: #64aa09;
}

.progress-boxes
{
	padding-right: 30px;
}

.progress-boxes >a
{
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 66px;
	background: #c2e298;
	color: white;
	font-size : 1.15rem;
}

.progress-boxes >a span
{
	padding-left: 50px;
	position: relative;
    z-index: 2;
}

.progress-boxes >a:first-child
{
	width : 92%;
}

.progress-boxes >a:first-child span
{
	padding-left: 1.5rem;
}

.progress-boxes >a:after
{
	content: "";
    background-image: url(/static/img/dcio/content/sh_glide_progress_gt.png);
    width: 48px;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 0;
    background-size: 50px 72px;
	background-position-y: center;
	z-index: 0;
}

.progress-boxes >a:hover
{
	text-decoration: none;
}

.progress-boxes >a.active
{
	background: #91c34f;
}

.progress-boxes >a.active:after
{
	background-image: url(/static/img/dcio/content/sh_glide_progress_g.png);
}

/* .progress-boxes >a.active + a
{
	background: #4e91d9;
} */

/* .progress-boxes >a.active + a:after
{
	background-image: url(/static/img/dcio/content/sh_glide_progress_b.png);
} */

.progress-boxes >a.active + a,
.progress-boxes >a.active + a + a, 
.progress-boxes >a.active + a + a + a, 
.progress-boxes >a.active + a + a + a + a
{
	background: #dedede;
}

.progress-boxes >a.active + a:after,
.progress-boxes >a.active + a + a:after, 
.progress-boxes >a.active + a + a + a:after, 
.progress-boxes >a.active + a + a + a + a:after
{
	background-image: url(/static/img/dcio/content/sh_glide_progress_gr.png);
}

.glide-arrow
{
	width : 30px;
}

.glide-path-risk-path
{
	background: url( '/static/img/dcio/content/sh_glide_risk_path_md.png' ) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 200px;
}

@media( min-width: 992px )
{
	.glide-path-risk-path
	{
		background: url( '/static/img/dcio/content/sh_glide_risk_path.png' ) no-repeat;
		background-size: contain;
		height: 300px;
	}
}

/* Getting Started */
.getting-started-question
{
	color: #4e91d9;
}

.glide-path-age-input
{
	position: relative;
	display: inline-block;
}

.glide-path-age-warning, .glide-path-enter-warning
{
	position: absolute;
    border: 1px solid red;
    border-radius: 3px;
    top: 62px;
    padding: .5rem 1rem;
    width: 185px;
    box-shadow: 0px 0px 4px #888888;
}

.glide-path-age-warning:before, .glide-path-enter-warning:before
{
	content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid red;
    position: absolute;
    top: -11px;
    left : 8px;
}

.glide-path-age-warning:after, .glide-path-enter-warning:after
{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left : 9px;
}

input.getting-started-input, 
input.getting-started-input:focus
{
	width: 45px;
	height: 45px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #dedede;
	text-align: center;
	color: #4e91d9;
}

.getting-started-submit
{
	height: 45px;
	border-radius: 3px;
	background: rgb( 81, 146, 214 );
	border: none;
}

.getting-started-submit[ disabled ]
{
	background: #dedede;
}

.sh-target
{
	border-bottom: 7px solid rgb( 144, 194, 79 );
}

.sh-target img
{
	position: relative;
	background: white;
	top: 7px;
}

/* Glidepath Chart */
.glide-path-gui
{
	position : relative;
	width : 100%;
	height: 225px;
}

.glide-path-chart-container
{
	display: flex;
    width: 225px;
    position: absolute;
    left: 0%;
    background: transparent;
    z-index: 1;
    transition: left 0.5s;
    justify-content: center;
    align-items: center;
}

.glide-path-chart
{
}

.glide-path-age
{
	position: absolute;
    display: flex;
    width: 75%;
    height: 75%;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
	z-index: -1;
	top: 12.5%;
	left: 12.5%;
}

.glide-path-rail
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	align-items: center;
}

.glide-path-rail img
{
	width: 100%;
}

.glide-path-fueling-success .block
{
	padding: 10px;
}

.glide-path-fueling-success .block img
{
	border: 1px solid #ccc;
}

.glide-path-stage-info img
{
	display: none;
}

.glide-path-stages-header-red
{
	color : #ef363d;
}

.glide-path-stages-header-orange
{
	color : #f58220;
}

.glide-path-stages-header-blue
{
	color : #127dc2;
}

.glide-path-stages-header-purple
{
	color : #8958a4;
}

@media( min-width: 768px )
{
	.glide-path-stage-markers
	{
		height: 70px;
	}

	.glide-path-stage
	{
		position: relative;
		height: 15px;
		display: flex;
		justify-content: center;
	}

	.glide-path-stage-info
	{
		position: absolute;
		left: -2px;
		width: calc(100% + 4px);
		height : 0;
		transition: height 0.5s;
		overflow-y: hidden;
		bottom : 0;
	}

	.glide-path-stage-info >div
	{
		background-color: white;
		padding: 10px;
		height: auto;
	}

	.glide-path-stage-icon
	{
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		position: relative;
		top: 30px;
	}
	.glide-path-stage-icon::before
	{
		content: "";
		width: 5px;
		height: 15px;
		position: absolute;
		top: -15px;
		z-index: 0;
	}
	.glide-path-stage-icon .putnamicon-search
	{
		color : white;
		font-size: 18px;
		position: relative;
		top: -1px;
	}

	.glide-path-stage-starting
	{
		width: 22%;
		border-left : 2px solid #ef363d;
		border-right : 2px solid #ef363d;
		border-bottom : 2px solid #ef363d;
		margin-left: 4.3%;
	}
	.glide-path-stage-starting .glide-path-stage-icon
	{
		background-color: #ef363d;
	}
	.glide-path-stage-starting .glide-path-stage-info >div
	{
		border: 2px solid #ef363d;
	}
	.glide-path-stage-starting .glide-path-stage-icon::before
	{
		border-left: 2px solid #ef363d;
		border-right: 2px solid #ef363d;
	}

	.glide-path-stage-family
	{
		width: 22.2%;
		border-left : 2px solid #f58220;
		border-right : 2px solid #f58220;
		border-bottom : 2px solid #f58220;
	}
	.glide-path-stage-family .glide-path-stage-icon
	{
		background-color: #f58220;
	}
	.glide-path-stage-family .glide-path-stage-info >div
	{
		border: 2px solid #f58220;
	}
	.glide-path-stage-family .glide-path-stage-icon::before
	{
		border-left: 2px solid #f58220;
		border-right: 2px solid #f58220;
	}

	.glide-path-stage-college
	{
		width: 21.2%;
		border-left : 2px solid #127dc2;
		border-right : 2px solid #127dc2;
		border-bottom : 2px solid #127dc2;
	}
	.glide-path-stage-college .glide-path-stage-icon
	{
		background-color: #127dc2;
	}
	.glide-path-stage-college .glide-path-stage-info >div
	{
		border: 2px solid #127dc2;
	}
	.glide-path-stage-college .glide-path-stage-icon::before
	{
		border-left: 2px solid #127dc2;
		border-right: 2px solid #127dc2;
	}

	.glide-path-stage-retirement
	{
		width: 29%;
		border-left : 2px solid #8958a4;
		border-right : 2px solid #8958a4;
		border-bottom : 2px solid #8958a4;
	}
	.glide-path-stage-retirement .glide-path-stage-icon
	{
		background-color: #8958a4;
	}
	.glide-path-stage-retirement .glide-path-stage-info >div
	{
		border: 2px solid #8958a4;
	}
	.glide-path-stage-retirement .glide-path-stage-icon::before
	{
		border-left: 2px solid #8958a4;
		border-right: 2px solid #8958a4;
	}
	
}

@media( min-width: 992px )
{
	.glide-path-stage-info img
	{
		display: block;
	}
}

.w-50
{
	width: 50%;
}

.glide-path-legend-container
{
	border-bottom: #dedede solid 1px;
	padding-bottom: 1rem;
}

.glide-path-legend .legend-box
{
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 0.5rem;
}

.legend-box.legend-equity
{
	background: #63ba4d;
}

.legend-box.legend-fixed-income
{
	background: #f9c331;
}

/* CUSTOM SLIDER */
#glide-path-range {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
}
#glide-path-range:focus {
	outline: none;
}
#glide-path-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 16px;
	cursor: pointer;
	animate: 0.2s;
	background: #ccc;
	border-radius: 16px;
}
#glide-path-range::-webkit-slider-thumb {
	border: 1px solid #4e91d9;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #4e91d9;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6px;
}

#glide-path-range:focus::-webkit-slider-runnable-track {
/*background: #ccc;*/
}
#glide-path-range::-moz-range-track {
	width: 100%;
	height: 16px;
	cursor: pointer;
	animate: 0.2s;
	background: #ccc;
	border-radius: 16px;
}
#glide-path-range::-moz-range-thumb {
	border: 1px solid #4e91d9;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #4e91d9;
	cursor: pointer;
}
#glide-path-range::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
#glide-path-range::-ms-fill-lower {
	background: #2a6495;
	border: 0.2px solid #010101;
	border-radius: 16px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#glide-path-range::-ms-fill-upper {
	background: #ccc;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#glide-path-range::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #4e91d9;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #4e91d9;
	cursor: pointer;
}
#glide-path-range:focus::-ms-fill-lower {
	background: #ccc;
}
#glide-path-range:focus::-ms-fill-upper {
	background: #367ebd;
}

/* Disabled Slider Styles */
#glide-path-range.disabled::-webkit-slider-runnable-track {
	background: #ededed;
	cursor: auto;
}
#glide-path-range.disabled::-webkit-slider-thumb {
	border: 1px solid #ddd;
	background: #ddd;
	cursor: auto;
}

#glide-path-range.disabled::-moz-range-track {
	background: #ededed;
}
#glide-path-range.disabled::-moz-range-thumb {
	border: 1px solid #ddd;
	background: #ddd;
}
