/* Fonts */

@font-face {
	font-family: "KlavikaWebBasicBold";
	src: url("../fonts/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold.woff") format("woff");
}
@font-face {
	font-family: "KlavikaWebBasicLight";
	src: url("../fonts/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight.woff") format("woff");
}
@font-face {
	font-family: "KlavikaWebBasicMedium";
	src: url("../fonts/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../onts/KlavikaWebBasicMedium.woff") format("woff");
}
.two-font-main-bold {
	font-family: "KlavikaWebBasicBold";
}
.two-font-main {
	font-family: "KlavikaWebBasicMedium";
}
.two-font-main-light {
	font-family: "KlavikaWebBasicLight";
}
/* Unavoidable Important Font */

.two-font-main-light {
	font-family: "KlavikaWebBasicLight" !important;
}
/* Alignment Helpers */

.two-text-center {
	text-align: center;
}
.two-text-left {
	text-align: left;
}
.two-text-right {
	text-align: right;
}
/* Full Padding Helpers */

.two-p-10 {
	padding: 10px;
}
.two-p-20 {
	padding: 20px;
}
.two-p-30 {
	padding: 20px;
}
.two-p-40 {
	padding: 40px;
}
.two-p-50 {
	padding: 50px;
}
/* Padding Top Helpers */

.two-pt-10 {
	padding-top: 10px;
}
.two-pt-20 {
	padding-top: 20px;
}
.two-pt-30 {
	padding-top: 30px;
}
.two-pt-40 {
	padding-top: 40px;
}
.two-pt-50 {
	padding-top: 50px;
}
/* Padding Bottom Helpers */

.two-pb-50 {
	padding-bottom: 50px;
}
/* Padding Right Helpers */

.two-pr-15 {
	padding-right: 15px;
}
/* Other Helpers */

.two-width-100 {
	width: 100%;
}
.two-no-transform {
	text-transform: none !important;
}
/* Unavoidable Important Padding Helpers */

.two-pt-22-i {
	padding-top: 22px !important;
}
.two-pb-0-i {
	padding-bottom: 0 !important;
}
/* Colours */

.two-white-text {
	color: #FFF !important;
}
.two-background-blue {
	/* darkened color for ADA compliance */
	/* background: #219BD7; */
	background: #145C80;
}
.two-background-grey {
	background: #F0F0F0;
}
.two-background-white {
	background-color: #FFF;
}
/* General */

html, body {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
body {
	font-family: "KlavikaWebBasicLight";
}
.two-container {
	padding: 50px 0;
}
.two-heading {
	padding-bottom: 40px !important;
}
.two-heading-body-copy {
	padding-bottom: 22px !important;
}
.two-body-copy {
	font-size: 1.285em;
	line-height: 21px;
}
.two-table-responsive {
	width: 100%;
	margin-bottom: 0;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	min-height: .01%;
	overflow-x: auto;
	border-bottom: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.two-table-responsive > table {
	margin-bottom: 0;
}
.two-table-responsive h4 {
	font-size: 1.514em;
}
th.two-col-border-space, td.two-col-border-space {
	border-left: 2px solid #ffffff;
}
th:last-child, td:last-child {
	border-right: 0;
}
th, td, .two-swipe-to-view {
	line-height: 21px;
	font-size: 1.285em;
	font-family: "KlavikaWebBasicLight", Arial, Helvetica, sans-serif !important;
}
th {
	font-family: "KlavikaWebBasicBold", Arial, Helvetica, sans-serif !important;
}
td, .two-swipe-to-view {
	font-family: "KlavikaWebBasicLight", Arial, Helvetica, sans-serif !important;
}
 select::-ms-expand {
 display: none;
}
/* Header */

header {
	padding: 10px 0;
}
.ab-container {
	background: transparent;
}
nav ul li {
	display: inline-block;
}
nav a {
	font-size: 15px;
	padding: 39px 10px;
}
nav a:hover {
	background: #FFF;
	color: #219BD7 !important;
}
.desktop-menu {
	display: block;
}
.mobile-menu {
	display: none;
}
/* Hero */

.two-hero {
	background-image: url('../img/hero.jpg');
	background-size: cover;
	background-position: center;
	padding: 128px 0;
}
.two-hero-overlay {
	background: rgba(54, 59, 135, 0.88);
	display: inline-block;
	padding: 92px 60px;
}
.hero-button {
	padding: 15px;
	border: 1px solid #FFF;
	display: inline-block;
	font-size: 1.285em;
	line-height: 1.1em;
	cursor: pointer;
}
/* Blue Box Section */

.two-blue-box-row {
	margin: 0 -8px;
}
.two-blue-box-column {
	padding: 0 10px;
}
.two-blue-box-inner {
	padding: 30px 30px 20px;
	position: relative;
	height: 280px;
}
.ab-col-3 div img {
	position: absolute;
	bottom: 21px;
}
.ab-col-3 div .two-caret {
	left: 25px;
	bottom: 25px;
	max-width: 30px;
}
.ab-col-3 div .two-col-block-icon {
	right: 18px;
	height: 65px;
	bottom: 14px;
	height: 75px;
}
/* Target Date Funds */
.two-td-overview .ab-col-11 img {
	max-height: 149px;
}
.two-target-date-strategy-container {
	padding: 20px 0;
}
.two-target-date-strategy-container .two-body-copy {
	padding: 5px 0;
}
.target-date-img {
	padding: 0 20px;
}
.target-date-img img {
	max-width: 90%;
}
/* simple way to invest */
input[type=text], input[type="text"]:disabled {
	font-size: 50px;
	width: 100%;
	text-align: center;
	font-family: "KlavikaWebBasicLight", Arial, Helvetica, sans-serif;
}
input[type="text"]:disabled {
	background-color: #ffffff;
	color: #000000;
	cursor: not-allowed;
	border: 1px solid #c0c0c0;
}
.two-math-operator {
	text-align: center;
	margin: 10px 0;
}
.two-math-operator span {
	font-size: 50px;
}
h6.two-body-copy {
	font-size: 1.071em;
	padding-top: 10px;
}
.ab-custom-tabs li {
	float: left;
	list-style: none;
	line-height: 22px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border-left: 1px solid #ffffff;
	background-color: #50beaf;
}
.ab-custom-tabs li.two-tab-parent {
	background-color: #c4c4c4;
}
.ab-custom-tabs li.two-tab-child {
	/* darkened color for ADA compliance */
	/* background-color: #8c8c8c; */
	background-color: #595959;
	border-top: 1px solid #ffffff;
}
.ab-custom-tabs li.two-tab-child > ul > li {
	border-top: 0;
}
.ab-custom-tabs li.two-tab-child > ul > li:first-child {
	border-left: 0;
}
.ab-custom-tabs li a {
	font-size: 1.285em;
	line-height: 21px;
}
.ab-custom-tabs li.two-tab-child a {
	color: #ffffff;
}
.ab-custom-tabs li.active a {
	color: #000000;
	background-color: #ffffff;
}
.two-raf-footnote {
	display: none;
	padding-top: 22px;
}
#two-retireFundSelect {
	border-width: 1px;
	border-style: solid;
	border-color: #8c8c8c;
	border-image: initial;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff;
	font-size: 1.285em;
	line-height: 21px;
	border-radius: 0;
	padding: 10px;
	margin-bottom: 23px;
	background-image: linear-gradient(45deg, transparent 50%, #8c8c8c 50%), linear-gradient(135deg, #8c8c8c 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	font-family: "KlavikaWebBasicLight";
}
.highcharts-point.highcharts-color-0, .highcharts-legend-item.highcharts-color-0 .highcharts-point, .highcharts-tooltip .highcharts-color-0, .highcharts-color-0 {
	background-color: #f0ebef;
}
.highcharts-point.highcharts-color-1, .highcharts-legend-item.highcharts-color-1 .highcharts-point, .highcharts-tooltip .highcharts-color-1, .highcharts-color-1 {
	background-color: #e3d5e3;
}
.highcharts-point.highcharts-color-2, .highcharts-legend-item.highcharts-color-2 .highcharts-point, .highcharts-tooltip .highcharts-color-2, .highcharts-color-2 {
	background-color: #cfb4cb;
}
.highcharts-point.highcharts-color-3, .highcharts-legend-item.highcharts-color-3 .highcharts-point, .highcharts-tooltip .highcharts-color-3, .highcharts-color-3 {
	background-color: #bd95b7;
}
.highcharts-point.highcharts-color-4, .highcharts-legend-item.highcharts-color-4 .highcharts-point, .highcharts-tooltip .highcharts-color-4, .highcharts-color-4 {
	background-color: #9e5f94;
}
.highcharts-point.highcharts-color-5, .highcharts-legend-item.highcharts-color-5 .highcharts-point, .highcharts-tooltip .highcharts-color-5, .highcharts-color-5, .two-total-bonds {
	background-color: #7a2a70;
}
.highcharts-point.highcharts-color-6, .highcharts-legend-item.highcharts-color-6 .highcharts-point, .highcharts-tooltip .highcharts-color-6, .highcharts-color-6 {
	background-color: #b5e6e3;
}
.highcharts-point.highcharts-color-7, .highcharts-legend-item.highcharts-color-7 .highcharts-point, .highcharts-tooltip .highcharts-color-7, .highcharts-color-7 {
	background-color: #91d9d5;
}
.highcharts-point.highcharts-color-8, .highcharts-legend-item.highcharts-color-8 .highcharts-point, .highcharts-tooltip .highcharts-color-8, .highcharts-color-8, .two-total-diversifiers {
	background-color: #6eccc9;
}
.highcharts-point.highcharts-color-9, .highcharts-legend-item.highcharts-color-09.highcharts-point, .highcharts-tooltip .highcharts-color-9, .highcharts-color-9 {
	background-color: #8da5c7;
}
.highcharts-point.highcharts-color-10, .highcharts-legend-item.highcharts-color-10 .highcharts-point, .highcharts-tooltip .highcharts-color-10, .highcharts-color-10 {
	background-color: #5f619c;
}
.highcharts-point.highcharts-color-11, .highcharts-legend-item.highcharts-color-11 .highcharts-point, .highcharts-tooltip .highcharts-color-11, .highcharts-color-11, .highcharts-color-11, .two-total-stock {
	background-color: #2c2f7a;
}
.two-totals-key {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: -19px;
	margin-right: 7px;
	margin-top: 10px;
}
.two-total-stock {
	margin-top: 20px;
}
th.two-col-border-space, td.two-col-border-space {
	border-left: 2px solid #ffffff;
}
#two-simple-way-invest th, #two-simple-way-invest td {
	border-bottom: none;
}
#two-simple-way-invest th .two-table-title {
	font-size: 1.514em;
}
#two-simple-way-invest th .two-table-title, #two-professional-managment th {
	min-width: 280px;
}
#two-simple-way-invest td {
	border-top: 1px solid #c4c4c4;
}
#two-simple-way-invest .two-youngsaver {
	background-color: #f0f0f0;
}
#two-simple-way-invest .two-midlifesaver {
	background-color: #e5e5e5;
}
#two-simple-way-invest .two-newretiree {
	background-color: #dadada;
}
#two-simple-way-invest .two-seniorretiree {
	background-color: #cfcfcf;
}
#two-simple-way-invest .two-youngsaver, #two-simple-way-invest .two-midlifesaver, #two-simple-way-invest .two-newretiree, #two-simple-way-invest .two-seniorretiree {
	text-align: center;
}
.two-legend-key {
	height: 12px;
	width: 12px;
	display: inline-block;
}
.two-swipe-to-view {
	text-align: center;
	background-color: #979797;
	margin-bottom: 15px;
	color: #ffffff;
	background-image: url('../img/swipe-arrow.png');
	background-repeat: no-repeat, repeat;
	background-position: left;
	position: relative;
	line-height: 21px;
	font-size: 1.285em;
	font-family: "KlavikaWebBasicLight", Arial, Helvetica, sans-serif !important;
}
.two-swipe-to-view :after {
	content: "";
	width: 35px;
	height: 21px;
	background: url(../img/swipe-arrow.png) no-repeat 0 0;
	transform: rotate(180deg);
	position: absolute;
	right: 0;
}
/* Diversification Section */

.two-diversification-infographic {
	max-height: 450px;
	height: 100%;
}
/* professional management */
#two-professional-managment .two-table-responsive {
	padding-top: 5px;
}
#two-professional-managment th {
	background-color: #2d2d7d;
	color: white;
}
#two-professional-managment th, #two-professional-managment td {
	border-right: 6px solid #ffffff;
}
.two-table-striped > tbody > tr:nth-of-type(even) {
	background-color: #e5e5e5;
}
.two-table-striped th, .two-table-striped td {
	border-bottom: none;
}
/* Plan Section */

.two-plan-start-now-container {
	padding-bottom: 70px !important;
}
.two-plan-container-inner {
	padding: 30px 50px;
}
/* Plan Boxes */

.two-plan-box-icon {
	height: 90px;
}
ol.two-plan-list {
	padding-left: 40px;
	padding-right: 40px;
	list-style: decimal;
	margin-bottom: 0;
}
ol.two-plan-list li {
	padding-left: 25px;
	margin-bottom: 22px;
}
ol.two-plan-list li.two-first {
	list-style-image: url("../img/Mass_TargetDateFunds_v28_03.png");
}
ol.two-plan-list li.two-second {
	list-style-image: url("../img/Mass_TargetDateFunds_v28_06.png");
}
ol.two-plan-list li.two-thrid {
	list-style-image: url("../img/Mass_TargetDateFunds_v28_08.png");
}
ol.two-plan-list li.two-forth {
	list-style-image: url("../img/Mass_TargetDateFunds_v28_10.jpg");
}
ol.two-plan-list li div {
	vertical-align: middle;
	display: inline-block;
	margin-top: -32px;
}
.two-pink-text {
	/* darkened color for ADA compliance */
	/* color: #ba55ad; */
	color: #8A387F;
}
.two-start-button {
	border: 1px solid #000;
	margin-top: -4px;
	margin-bottom: 6px;
	font-size: 1.285em;
	padding: 14px;
	display: inline-block;
	margin-top: 40px;
	cursor: pointer;
}
a > .two-start-button:hover {
	color: #000000;
}
/* Back to Top Button */

#two-back-to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 0;
	display: none;
	background: url(../img/back-to-top.jpg) no-repeat;
	background-size: 50px 50px;
	opacity: 1;
	cursor: pointer;
}

/* Breakpoint for  Laptop */

@media only screen and (max-width: 1280px) {
/* Target Date Section */

.two-target-date-strategy-container .two-body-copy {
	padding: 0 10px;
}
/* Plan Boxes */

.two-plan-box {
	width: 100%;
}
.two-plan-box:last-child {
	margin-top: 20px;
}
.line-break {
	display: none;
}
.two-blue-box-column {
	width: 50%;
	padding-bottom: 20px;
}
}

/* Tablet Breakpoint */
@media only screen and (min-width: 1024px) {
li.two-tab-child {
	display: block !important;
	visibility: visible !important;
}
#retireFundYearNav .ab-col-1 {
	width: 8.33333333% !important;
}
/*	#retireFundYearNav .ab-col-3{
		width: 25% !important;
		clear: none;
	}*/
.mms-fix-30 {
	width: 30% !important;
	clear: none;
}
.mms-fix-15 {
	width: 15% !important;
	clear: none;
}
.mms-fix-20 {
	width:20% !important;
	clear:none;
}
.mms-fix-25 {
	width: 25% !important;
	clear: none;
}
}
 @media only screen and (max-width: 1024px) {
/* Helpers */

.two-tablet-mt-20 {
	margin-top: 20px;
}
/* Custom Layout */

.two-col-sm-12 {
	width: 100%;
}
.two-col-sm-6 {
	width: 50%;
}
/* Target Date Section */

.two-target-date-strategy-container .two-body-copy, .two-target-date-strategy-container .text-capitalize {
	padding: 60px 0 !important;
}
.target-date-img img {
	max-width: auto;
}
/* Diversification Section */
.two-diversification-img-holder {
	text-align: center;
}
.two-diversification-infographic {
	display: none;
}
.two-blue-box-inner {
	padding: 30px 30px 20px;
	position: relative;
	height: 280px;
}
}

/* Weird AB Grid System Breakpoint ??? */

@media only screen and (max-width: 790px) {
.ab-row {
	margin-left: -18px;
	margin-right: -18px;
}
}

/* Above Mobile */

@media only screen and (min-width: 769px) {
/* Pie Chart Section */

.two-pie-chart-mobile-left-1 {
	display: none;
}
.ab-custom-tabs li.two-hide-border-left {
	border-left: 1px solid #ffffff;
}
}

/* Mobile Breakpoint */

@media only screen and (max-width: 768px) {
/* Weird AB Grid System Breakpoint Fix */

.ab-row {
	margin-left: 0;
	margin-right: 0;
}
/* Markup Layout */

.two-col-xs-12 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/* Header */

.desktop-menu {
	display: none;
}
.mobile-menu {
	display: block;
}
/* Hero Section */

.two-hero {
	padding: 18px;
}
/* Blue Box Section */

.two-blue-box-row {
	margin: 0 -18px;
}
.two-blue-box-column {
	padding: 0 18px;
}
.target-date-img {
	display: none;
}
/* Target Date Section */

.two-target-date-strategy-container {
	padding: 10px 0;
}
.two-target-date-strategy-container .two-body-copy, .two-target-date-strategy-container .text-capitalize {
	padding: 0 !important;
}
/* Diversification Section */

.two-diversification-image {
	width: 100%;
}
/* Plan Section */

.two-mobile-mt-20 {
	margin-top: 20px;
}
/* Pie Chart Section */

.two-mobile-pt-50 {
	padding-top: 50px;
}
.two-pie-chart-mobile-left-2 {
	display: none;
}
.two-pie-chart-mobile-right-2 {
	display: block;
}
}

/* Very Small Breakpoint */

@media only screen and (max-width: 480px) {
/* Header */

.mobile-menu {
	text-align: right;
}
.two-very-small-width-100 {
	width: 100%;
}
.left-nav {
	width: 16.66666667% !important;
	float: left !important;
}
.right-nav {
	width: 83.33333333% !important;
	float: left !important;
	margin-top: 0 !important;
}
nav a {
	padding: 28px 10px;
}
.ab-custom-tabs li.two-hide-border-left {
	border-left: none;
}
.ab-custom-tabs li.two-tab-child > ul > li {
	border-top: 1px solid #ffffff;
}
}

/* Very Very Small Breakpoint */

@media only screen and (max-width: 420px) {
/* Header */

header {
	padding: 5px 0;
}
.mobile-menu {
	text-align: center;
}
.two-very-small-width-100 {
	width: auto;
}
.left-nav, .rught-nav {
	text-align: center;
}
.left-nav {
	width: 100% !important;
	float: none !important;
}
.right-nav {
	width: 100% !important;
	float: none !important;
	margin-top: 5px !important;
}
nav a {
	padding: 15px 10px;
}
}
.ab-container-full h1, .ab-container-full h2, .ab-container-full h3, .ab-container-full h4, .ab-container-full h5, .ab-container-full h6, #calculator {
	outline: none;
}
.h1-styles {
	font-size: 3.428em;
	font-family: 'KlavikaWebBasicBold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
	line-height: 1;
	padding-bottom: 30px;
}
.h3-styles {
	font-size: 2.142em;
	font-family: 'KlavikaWebBasicBold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
	line-height: 1em;
}
.h4-styles {
	font-size: 1.714em;
	font-family: 'KlavikaWebBasicBold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
	line-height: 1.1em;
}
.h6-styles {
	font-size: 1.071em;
	line-height: 1.1em;
}

/*dk*/

@media only screen and (max-width: 480px) {
	#two-container-pie {
		margin-top:20px;
	}
	.two-plan-container-inner {
		padding:30px 10px;
	}
}

.two-swipe-to-view {
	margin-top:-300px;
	position:absolute;
	width:80%;
	margin-left:-40%;
	left:50%;
	opacity:.75
}

/* Fixes for swipe-message display to show/hide correctly for various screen sizes */
@media only screen and (min-width: 786px) {
	.hidden-desktop-786 {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	#mix-chart {
		overflow-x:scroll
	}
}

@media only screen and (min-width: 1023px) {
	.hidden-desktop-1023 {
		display:none;
	}
}

@media only screen and (min-width: 1025px) {
	.hidden-desktop-1025 {
		display:none;
	}
}

.ab-th-col-5 {
	width: 20%;
  }

  @media only screen and (min-width: 1024px) {
	.mms-fix-35 {
	  width: 35% !important;
	  clear: none;
	}
  }

  @media (max-width: 479px) {
	.ab-th-col-5 {
	  width: 100%;
	}
  }