/*

dark_blue #0a3b6b
light_blue #2baee0
grayish_blue #547698
green #749a33
yellow #fdae2b
purple #912d8d
red #dc2a32

light gray #f2f2f2
dark_gray #c9c9c9
page_bg_gray #ececec

*/

@charset "utf-8";

body{
	background-color: #ececec;
	font-family: 'Avenir', Helvetica, sans-serif;

}

header{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.75);
}

#header_desktop {
	text-align: right;
	padding-right: 2.5rem;
	font-size: 12px;
}
#header_desktop a {
	color: #000000;
}
#header_desktop a:hover {
	text-decoration: none;
}
#logout_mobile {
	display: none;
}
#print_statement_mobile {
	display: none;
}

.container{
	width: 1184px;
}

.logo{
	max-width: 33%;
	max-height:60px;
	padding-left: 2.5rem
}

nav {
	clear: right;
}

nav .nav-item a{
	color: #000000;
}

nav .nav-item.active a{
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-toggler-icon{
	background-image: url('../images/icon_burger.png');
	float: right;
	right: 20px;
	position: absolute;
	outline: none;
}
.navbar-toggler-icon:focus{
	outline: none;
}

.nav-item:first-child:last-child {
	display: none;
}

.shadow{
	-webkit-box-shadow: 7px 7px 15px -5px rgba(0,0,0,0.55) !important;
	-moz-box-shadow: 7px 7px 15px -5px rgba(0,0,0,0.55) !important;
	box-shadow: 7px 7px 15px -5px rgba(0,0,0,0.55) !important;
}

.nav_repeat{
	font-size: 20px;
	padding-bottom: 10px;
}
.nav_repeat a{
	margin: 0 30px;
	color: #6c6c6c;
	padding-bottom: 10px;
}
.nav_repeat a:hover{
	color: #000000;
	text-decoration: none;
}
.nav_repeat .current_nav{
	color: #000000;
	border-bottom: 4px solid #0a3b6b;
}


a.btn {
	color: #FFFFFF;
}
a.btn:hover {
	color: #FFFFFF;
	opacity: 0.9;
}

/* Icons */

.icon{
	width: 40px;
}

.small_icon{
	width: 20px;
	margin-left: 5px;
	margin-top: -2px;
}

.big_icon{
	width: 90px;
	margin-top: 15px;
}

.button_icon{
	width: 20px;
	margin-left: 10px;
	margin-top: -4px;
}

.legend_item{
	float: left;
	margin-left: 40px;
	font-size: 12px;
}

.legend_icon{
	width: 15px;
	height: 15px;
	margin: 0px 8px 0 0; 
}

.legend_icon:not(:last-of-type) {
	margin-right: 0px;
}

.HomepageIntroIcon {
	font-weight: bold;
	cursor: default;
}


/* Text */

h1{
	/*font-weight: normal;*/
}

h2{
	font-weight: normal;
}

/* Boxes */

.rounded{
	border-radius: 7px;
}

.outlined{
	border: #000000 1px solid;
	padding: 20px 40px;
	height: 100%;
}

.outlined_title{
	background-color: #ffffff;
	width: auto;
	padding:0 10px;
	margin: 0 auto;
	font-size: 18px;
	display: table;
	margin-top: -34px;
	margin-bottom: 30px;
}

.height_100{
	height: 95%;
}

.bottom_white_button{
	margin-bottom: 0px;
	position: absolute;
	width: calc(100% - 30px);
	bottom: 5px;
	left: 15px;
	padding: 10px 0;
	border-radius: 0 0 7px 7px;
	margin-bottom: 15px;
	/*border: 0.5px solid #f2f2f2;*/
	color: #0a3b6b;
}
.bottom_white_button a{
	color: #0a3b6b;
}
.top_gray_title{
	top: 0;
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	padding: 10px 10px 0 10px;
}
.rounded_bottom{
	border-radius: 0 0 7px 7px;
}
.rounded_top{
	border-radius: 7px 7px 0 0 ;
}

/* Colors */

.white_bg{
	background-color: #ffffff;
	color: #000000;
}

.dark_blue_bg{
	background-color: #0a3b6b;
	color: #ffffff;
}
.grayish_blue_bg{
	background-color: #547698;
	color: #ffffff;
}
.light_blue_bg{
	background-color: #2baee0;
}

.yellow_bg{
	background-color: #fdae2b;
	color: #ffffff;
}
.yellow_text{
	color: #fdae2b;
}

.green_bg{
	background-color: #749a33;
	color: #ffffff;
}
.green_text{
	color: #749a33;
}

.red_bg{
	background-color: #dc2a32;
	color: #ffffff;
}
.red_text{
	color: #dc2a32;
}

.purple_bg{
	background-color: #912d8d;
}

.gray_bg{
	background-color: #c9c9c9;
	color: #ffffff;
}

.border-bottom-2{
	border-bottom: 3px #c9c9c9 solid;
	padding-bottom: 0px;
}

[data-SliderPosition="1"] .slider_position_color,
[data-SliderPosition="1"].slider_position_color {
	color: #dc2a32;
}
[data-SliderPosition="2"] .slider_position_color,
[data-SliderPosition="2"].slider_position_color {
	color: #fdae2b;
}
[data-SliderPosition="3"] .slider_position_color,
[data-SliderPosition="3"].slider_position_color {
	color: #749a33;
}



[data-SliderPosition="1"] .slider_position_bg_color,
[data-SliderPosition="1"].slider_position_bg_color {
	background-color: #dc2a32;
	color: #ffffff;
}
[data-SliderPosition="2"] .slider_position_bg_color,
[data-SliderPosition="2"].slider_position_bg_color {
	background-color: #fdae2b;
	color: #ffffff;
}
[data-SliderPosition="3"] .slider_position_bg_color,
[data-SliderPosition="3"].slider_position_bg_color {
	background-color: #749a33;
	color: #ffffff;
}



[data-SliderPosition="1"] .slider_position_border_color,
[data-SliderPosition="1"].slider_position_border_color {
	border-color: #dc2a32;
}
[data-SliderPosition="2"] .slider_position_border_color,
[data-SliderPosition="2"].slider_position_border_color {
	border-color: #fdae2b;
}
[data-SliderPosition="3"] .slider_position_border_color,
[data-SliderPosition="3"].slider_position_border_color {
	border-color: #749a33;
}

/* slider */

.slider_container_homepage .slider {
	margin-top: 0.75rem;
}

.slider_container table {
	height: 100%;
	width: 100%;
}
.slider_container table td {
	vertical-align: middle;
}

.slider{
	background-color: #c9c9c9;
	width: 90%;
	height: 18px;
	border-radius: 50px;
	text-align: left;
	margin: 0 auto;
}

.slider .fill{
	height: 18px;
	border-radius: 50px;
}

[data-SliderPosition="1"] .slider_container_homepage .slider .fill {
	width: 0%;
}
[data-SliderPosition="1"] .slider .fill {
	width: 10%;
}
[data-SliderPosition="2"] .slider .fill {
	width: 50%;
}
[data-SliderPosition="3"] .slider .fill {
	width: 100%;
}

.slider .slider_icon{
	margin-top: -45px;
	width: 30px;
	position: relative;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

[data-SliderPosition="1"] .slider_container_homepage .slider .slider_icon {
	margin-left: 0%;
}
[data-SliderPosition="1"] .slider .slider_icon {
	margin-left: 10%;
}
[data-SliderPosition="2"] .slider .slider_icon {
	margin-left: 50%;
}
[data-SliderPosition="3"] .slider .slider_icon {
	margin-left: 100%;
}

/* Bar chart */


.retirement_chart {
	width: 70%;
	margin: 0 auto;
}
.retirement_chart.OneChart {
	width: 35%;
}

.retirement_chart > div {
	overflow: visible; 
	clear: both; 
	box-sizing: unset;
}

.retirement_chart p,
.retirement_chart h2 {
	margin: 0;
}

.retirement_chart_bar_headers {
	
}

.retirement_chart_bars {
	border-bottom: 3px #c9c9c9 solid;
	position: relative;
}

.retirement_chart_target_line {
	border-bottom: 1px #c9c9c9 solid; 
	position: absolute; 
	width: 100%; 
	height: 1px;
}

.retirement_chart_bar {
	display: table;
}
.retirement_chart_bar > div {
	display: table-row;
}
.retirement_chart_bar > div > div {
	display: table-cell;
}

.retirement_chart_bar > div:first-child {
	background-color: transparent;
}

.retirement_chart .TargetLineText {
	width: 122px; 
	padding: 0 10px; 
	background-color: #ffffff; 
	float: right;
	text-align: left; 
	font-size: 12px;
	transform: translate(100%, -50%); 
	-ms-transform: translate(100%, -50%); 
	-webkit-transform: translate(100%, -50%);
}


.retirement_chart_bar_header_1 {
	width: 35%;
	float: left;
	margin: 0 15% 0 0%;
	position: relative;
}

.retirement_chart_bar_header_2 {
	width: 35%;
	float: left;
	margin: 0 0% 0 15%;
	position: relative;
}
.retirement_chart.OneChart .retirement_chart_bar_header_1 {
	width: 70%;
	float: none;
	margin: 0 auto;
}
.retirement_chart.OneChart .retirement_chart_bar_header_2 {
	display: none;
}


.retirement_chart_bar_1 {
	width: 29%;
	float: left;
	margin: 0 18% 0 3%;
	position: relative;
}

.retirement_chart_bar_2 {
	width: 29%;
	float: left;
	margin: 0 3% 0 18%;
	position: relative;
}
.retirement_chart.OneChart .retirement_chart_bar_1 {
	width: 58%;
	float: none;
	margin: 0 auto;
}
.retirement_chart.OneChart .retirement_chart_bar_2 {
	display: none;
}



.retirement_chart_bars .SS_Ben,
.legend_item .SS_Ben {
	background-color: #c9c9c9;
}
.retirement_chart_bars .BalanceDB,
.legend_item .BalanceDB {
	background-color: #b3b3b3;
}

.retirement_chart_bar_label {
	padding: 6px 4px 4px 4px;
	color: #ffffff;
	font-size: 16px;
	word-break: break-word;
}





.margin_auto{
	 margin:0 auto;
}

.right_label{
	vertical-align: top;
	padding: 0 0 0 20px;
	font-size: 12px;
	text-align: left;
}
.right_label > div {
	background-color: #FFFFFF;
	padding: 5px 10px 5px 0px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.hover_description{
	font-size: 12px;
	padding: 10px 15px;
}






.tooltip_content {
	display: none;
}


[data-type="bar_chart_target_callout"].tooltip.show {
	opacity: 1;
	left: -1rem!important;
}

[data-type="bar_chart_target_callout"].tooltip .tooltip-inner {
	background-color: #FFFFFF;
	border: solid 0.20rem #000000;
	color: #000000;
	text-align: left;
	padding: 0.5rem;
	line-height: 18px;
	border-radius: 0;
}
[data-type="bar_chart_target_callout"].tooltip .tooltip-inner p {
	margin: 0;
}


[data-type="bar_chart_target_callout"].tooltip > .arrow:before {
	width: 0;
	height: 0;
	border-width: 1rem 0 1rem 1rem;
	border-color: transparent #000000;
	border-style: solid;
	top: -0.6rem;
}
[data-type="bar_chart_target_callout"].tooltip > .arrow:after {
	width: 0;
	height: 0;
	border-width: 1rem 0 1rem 1rem;
	border-color: transparent #FFFFFF;
	border-style: solid;
	top: -0.6rem;
	left: -0.25rem;
	position: absolute;
	content: "";
}




[data-type="bar_chart_target_callout"][data-SliderPosition="1"].tooltip .tooltip-inner {
	border-color: #dc2a32;
}
[data-type="bar_chart_target_callout"][data-SliderPosition="1"].tooltip > .arrow:before {
	border-color: transparent #dc2a32;
}

[data-type="bar_chart_target_callout"][data-SliderPosition="2"].tooltip .tooltip-inner {
	border-color: #fdae2b;
}
[data-type="bar_chart_target_callout"][data-SliderPosition="2"].tooltip > .arrow:before {
	border-color: transparent #fdae2b;
}

[data-type="bar_chart_target_callout"][data-SliderPosition="3"].tooltip .tooltip-inner {
	border-color: #749a33;
}
[data-type="bar_chart_target_callout"][data-SliderPosition="3"].tooltip > .arrow:before {
	border-color: transparent #749a33;
}

[data-type="bar_chart_target_callout"][data-BalanceDB].tooltip .tooltip-inner {
	border-color: #b3b3b3;
}
[data-type="bar_chart_target_callout"][data-BalanceDB].tooltip > .arrow:before {
	border-color: transparent #b3b3b3;
}

[data-type="bar_chart_target_callout"][data-BalanceDB].tooltip .tooltip-inner {
	border-color: #c9c9c9;
}
[data-type="bar_chart_target_callout"][data-BalanceDB].tooltip > .arrow:before {
	border-color: transparent #c9c9c9;
}






/* footer */

footer{
	font-size: 12px;
}






/* savings */

.SuggestedSavingsGroup {
	display: table;
	width: 100%;
	height: 100%;
}

.SuggestedSavingsGroup > div {
	display: table-row;
}
.SuggestedSavingsGroup > div > div {
	display: table-cell;
}
.SuggestedSavingsGroup > div > div:first-of-type {
	/*vertical-align: middle;*/
}

.SuggestedSavingsGroup > div > div:not(:last-of-type).SuggestedSavingsGroupRate {
	width: 50%;
	/*text-align: center;*/
	vertical-align: top;
	padding-right: 0.75rem;
}
.SuggestedSavingsGroup > div > div:not(:last-of-type).SuggestedSavingsGroupRate p {
	margin-bottom: 0;
}

.SuggestedSavingsGroup > div > div:not(:first-of-type):not(:last-of-type).SuggestedSavingsGroupSpacer {
	width: 8%;
}

.SuggestedSavingsGroup > div > div:not(:first-of-type).SuggestedSavingsGroupText1 {
	vertical-align: top;
	padding-left: 0.75rem;
}









/* resources */

.resources {
	margin-bottom: 20px;
}

.resource_group {
	padding: 0;
}
.resource_group_border {
	height: 100%;
	margin: 0 15px;
	border: solid 2px #000000;
	padding: 40px 0;
}
.resource_group[data-resource-id="0"] .resource_group_border {
	border: 0;
}

.ResourceGroupingLabel {
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -15px;
}
.ResourceGroupingLabel > div {
	background-color: white;
	display: inline-block;
	font-size: 20px;
	padding: 0 1rem;
}

.resource {
	height: 100%;
	border-radius: 7px;
	margin: 0 40px;
	display: inline-block;
	background-color: #aaaaaa;
}

.resource_group .resource:not(:first-child) {
	margin-left: 0;
}

.resource > table {
	border-radius: 7px;
	display: table;
	height: 100%;
	width: 100.3%;
	border-collapse: separate !important;
	border-spacing: 0;
}
.resource > div > div {
	display: table-row;
}
.resource > div > div > div {
	display: table-cell;
}

.ResourceBoxHeader {
	height: 1px;
	color: #ffffff;
	border-radius: 7px 7px 0 0;
}
.ResourceBoxHeader > td {
	border-radius: 7px 7px 0 0;
	background-color: #547698;
}
.ResourceBoxHeader h4 {
	margin: 1rem;
}
.ResourceBoxHeader p {
	margin: 0;
	padding: 0;
}
.ResourceBoxContent {
	color: #ffffff;
	line-height: 20px;
}
.ResourceBoxContent > td {
	vertical-align: top;
	background-color: #0a3b6b;
	padding: 1rem;
}
.ResourceBoxContent p {
	margin: 0;
}
.ResourceBoxLinkContent {
	height: 1px;
	color: #000000;	
}
.ResourceBoxLinkContent > td {
	border-radius: 0 0 7px 7px;
	background-color: #ffffff;
	border: solid 1px #DDDDDD;
	border-top: 0;
}
.ResourceBoxLinkContent a,
.ResourceBoxLinkContent > span {
	display: block;
	color: #0a3b6b;
	font-weight: bold;
	font-size: 90%;
	padding: 0.75rem;
}
.ResourceBoxLinkContent a:hover {
	text-decoration: none;
	color: #547698;
}
.ResourceBoxLinkContent > span {
	cursor: default;
}
.ResourceBoxLinkContentIcon {
	font-weight: bold;
	line-height: 3px;
	font-size: 30px;
	vertical-align: middle;	
}


.callouts {
	display: table;
	width: 100%;
	border-collapse: collapse;
	height: 1px;
	margin-bottom: 1rem;
}
.callouts > div {
	display: table-row;
}
.callouts > div > div {
	display: table-cell;
	height: 100%;
	width: 50%;
}
.callouts > div > div > .callout {
	height: 100%;
}

.callouts > div > div:first-child:not(:last-child) > .callout {
	margin-right: 10px;
}
.callouts > div > div:last-child:not(:first-child) > .callout {
	margin-left: 10px;
}


.callout {
	color: #ffffff;
	border-radius: 0.5rem;
	background-color: #749a33;
	padding: 1rem;
	margin-bottom: 1rem;
	display: block;
}
.callouts .callout {
	margin-bottom: 0;
	overflow: hidden;
}
.callout > *:last-child {
	margin-bottom: 0;
}
.callout a,
.callout a[href],
.callout[href] {
	color: #ffffff;
	text-decoration: none;
}
.callout a:hover,
.callout a[href]:hover,
.callout:hover {
	color: #ffffff;
	text-decoration: none;
}




.footnote {
	font-style: italic;
	font-size: 75%;
}

footer [data-toggle="modal"] {
	cursor: pointer;
}
footer [data-toggle="modal"]:hover {
	text-decoration: none;
}




@media (max-width: 1200px){

	.resource {
		margin: 0 30px;
	}
	
}


@media (max-width: 992px){
	
	.logo {
		max-width: 50%;
	}
	
	#header_desktop {
		display: none;
	}
	#logout_mobile {
		display: list-item;
		font-size: 12px;
	}
	#print_statement_mobile {
		display: list-item;
		font-size: 12px;
	}

	.resources {
		display: block!important;
	}
	
	.resource_group {
		display: block!important;
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 40px;
	}

	.resource_group .resource:not(:first-child) {
		margin-left: 40px;
	}
	
	.resource {
		display: block!important;
		width: auto!important;
		max-width: auto!important;
	}
	
	.resource:not(:last-of-type) {
		margin-bottom: 40px;
	}
	
	.ResourceBoxHeader br{content:' ';}
	.ResourceBoxHeader br:after{content:' ';}



	.callouts {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.callouts > div {
		display: block;
	}
	.callouts > div > div {
		display: block;
		width: auto;
	}

	.callouts > div > div:first-child:not(:last-child) > .callout {
		margin-right: 0px;
		margin-bottom: 1rem;
	}
	.callouts > div > div:last-child:not(:first-child) > .callout {
		margin-left: 0px;
	}



	.retirement_chart.OneChart {
		width: 60%;
	}

	.retirement_chart:not(.OneChart) .TargetLineText {
		width: 95px;
	}
	
}


@media (max-width: 768px){
	
	.container {
		max-width: 900px;
		width: 90%;
	}
	.nav_repeat a{
		margin: 0 10px;
		font-size: 18px;
	}

	.SuggestedSavingsGroup {
		display: block;
	}

	.SuggestedSavingsGroup > div {
		display: block;
	}
	.SuggestedSavingsGroup > div > div {
		display: block;
	}

	.SuggestedSavingsGroup > div > div:not(:last-of-type).SuggestedSavingsGroupRate {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
		padding-right: 0;
	}

	.SuggestedSavingsGroup > div > div.SuggestedSavingsGroupSpacer {
		display: none!important;
	}

	.SuggestedSavingsGroup > div > div:not(:first-of-type).SuggestedSavingsGroupText1 {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}	



	.retirement_chart_bar_headers {
		font-size: 12px;
	}
	.retirement_chart_bar_headers h2 {
		font-size: 1.1rem;
		font-weight: bold;
	}

	.retirement_chart:not(.OneChart) .TargetLineText {
		width: 80px;
	}
	.retirement_chart.OneChart .TargetLineText {
		width: 95px;
	}

	.retirement_chart:not(.OneChart) .retirement_chart_bar_header_1 {
		width: 45%;
		margin: 0 3% 0 2%;
	}

	.retirement_chart:not(.OneChart) .retirement_chart_bar_header_2 {
		width: 45%;
		margin: 0 2% 0 3%;
	}	
	
	.retirement_chart:not(.OneChart) .retirement_chart_bar_1 {
		width: 45%;
		margin: 0 3% 0 2%;
	}

	.retirement_chart:not(.OneChart) .retirement_chart_bar_2 {
		width: 45%;
		margin: 0 2% 0 3%;
	}	

	.retirement_chart.OneChart .retirement_chart_bar_header_1,
	.retirement_chart.OneChart .retirement_chart_bar_1 {
		width: 70%;
	}
	
	.retirement_chart_bar_label {
		font-size: 14px;
		line-height: 16px;
	}
	
}




@media (max-width: 570px){
	
	.retirement_chart.OneChart,
	.retirement_chart:not(.OneChart) {
		margin-left: 0;
		width: 80%;
	}
	
	.retirement_chart.OneChart .TargetLineText,
	.retirement_chart:not(.OneChart) .TargetLineText {
		width: 65px;
		padding: 5px;
	}
	
	.legend_item {
		margin-left: 0px;
	}
	
}