/* 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-width-35 {
	width: 35%;
}

.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-orange-text {
	/* darkened color for ADA compliance */
	/* color: rgb(204, 145, 47); */
	color: #75521A;
}

.two-background-blue {
	background: #005a7c;
}

.two-background-blue-2 {
	/* darkened color for ADA compliance */
	/* background: rgb(0, 144, 170); */
	background: #005F70;
}

.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;
}

/* Special 13-grid column for Saver buckets */
.ab-col-1-13 {
	width: 7.692%;
}

.ab-col-2-13 {
	width: 15.384%;
}

.ab-col-3-13 {
	width: 23.076%;
}

.ab-col-4-13 {
	width: 30.768%;
}

/* Header */

.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;
}

.moser-logo {
	height: 91px;
	padding: 10px 0;
}

/* Hero */

.two-hero {
	background-image: url('../img/hero.jpg');
	background-size: cover;
	background-position: center; 
	padding: 128px 0;
}

.two-hero-overlay {
	background: rgba(206, 146, 46, 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;
}

.hero-button:hover {
	color: rgb(206, 146, 46) !important;
 	background-color: rgba(255, 255, 255, 0.88);
}

/* Blue Box Section */

.two-blue-box-row {
	margin: 0 -8px;
	display: flex;
	flex-wrap: wrap;
}

.two-blue-box-inner {
	margin: 1%;
	margin-top: 0;
	padding: 30px 30px 20px;
	position: relative;
	min-height: 350px;
}

.two-blue-box-inner > a {
	display: block;
	height: 75px;
}

.two-flex-col-3 {
	width: 23%;
}

.two-blue-box-inner img {
    position: absolute;
    bottom: 21px;
}

.two-blue-box-inner .two-caret {
    left: 25px;
    bottom: 25px;
    max-width: 30px;
}

.two-blue-box-inner .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 */
.retirement-input {
	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;
	color: #000000;
}

.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: rgb(204, 145, 46);
}

.highcharts-point.highcharts-color-1,
.highcharts-legend-item.highcharts-color-1 .highcharts-point,
.highcharts-tooltip .highcharts-color-1,
.highcharts-color-1,
.two-total-stock {
	background-color: rgb(214, 163, 79);
}

.highcharts-point.highcharts-color-2,
.highcharts-legend-item.highcharts-color-2 .highcharts-point,
.highcharts-tooltip .highcharts-color-2,
.highcharts-color-2 {
	background-color: rgb(234, 205, 153);
}

.highcharts-point.highcharts-color-3,
.highcharts-legend-item.highcharts-color-3 .highcharts-point,
.highcharts-tooltip .highcharts-color-3,
.highcharts-color-3 {
	background-color: rgb(245, 228, 197);
}

.highcharts-point.highcharts-color-4,
.highcharts-legend-item.highcharts-color-4 .highcharts-point,
.highcharts-tooltip .highcharts-color-4,
.highcharts-color-4,
.two-total-diversifiers {
	background-color: rgb(138, 139, 138);
}

.highcharts-point.highcharts-color-5,
.highcharts-legend-item.highcharts-color-5 .highcharts-point,
.highcharts-tooltip .highcharts-color-5,
.highcharts-color-5 {
	background-color: rgb(180, 181, 180);
}

.highcharts-point.highcharts-color-6,
.highcharts-legend-item.highcharts-color-6 .highcharts-point,
.highcharts-tooltip .highcharts-color-6,
.highcharts-color-6 {
	background-color: rgb(215, 216, 214);
}

.highcharts-point.highcharts-color-7,
.highcharts-legend-item.highcharts-color-8 .highcharts-point,
.highcharts-tooltip .highcharts-color-8,
.highcharts-color-8,
.two-total-bonds {
	background-color: rgb(16, 144, 170);
}

.highcharts-point.highcharts-color-8,
.highcharts-legend-item.highcharts-color-09.highcharts-point,
.highcharts-tooltip .highcharts-color-9,
.highcharts-color-9 {
	background-color: rgb(104, 179, 195);
}

.highcharts-point.highcharts-color-9,
.highcharts-legend-item.highcharts-color-10 .highcharts-point,
.highcharts-tooltip .highcharts-color-10,
.highcharts-color-10 {
	background-color: rgb(176, 211, 219);
}

.highcharts-point.highcharts-color-10,
.highcharts-legend-item.highcharts-color-11 .highcharts-point,
.highcharts-tooltip .highcharts-color-11,
.highcharts-color-11 {
	background-color: rgb(208, 229, 233);
}

.highcharts-point.highcharts-color-11,
.highcharts-legend-item.highcharts-color-7 .highcharts-point,
.highcharts-tooltip .highcharts-color-7,
.highcharts-color-7 {
	background-color: rgb(11, 115, 134);
}

.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 h4, #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: rgb(0, 81, 108);
	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/Moser_TargetDateFunds_v28_01.png");
}

ol.two-plan-list li.two-second {
	list-style-image: url("../img/Moser_TargetDateFunds_v28_02.png");
}

ol.two-plan-list li.two-thrid {
	list-style-image: url("../img/Moser_TargetDateFunds_v28_03.png");
}

ol.two-plan-list li.two-forth {
	list-style-image: url("../img/Moser_TargetDateFunds_v28_04.png");
}

ol.two-plan-list li div {
	vertical-align: middle;
    display: inline-block;
    margin-top: -32px;
}

.two-pink-text {
	color: #ba55ad;
}

.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: #FFF !important;
	background-color: #000;
}

/* 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;
}

.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;
}

/* Breakpoint for  Laptop */

@media only screen and (max-width: 1280px) {

	/* Logo Styling */

	/*.moser-logo {
		max-width: 150%;
	}*/

	/* Save Money Section */

	.two-flex-col-sm-6 {
		width: 46%;
	}

	/* 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;
    }

}

/* Tablet Breakpoint */
@media only screen and (min-width: 1024px) {

	li.two-tab-child {
	    display: block;
	    visibility: visible !important;
	}

	#retireFundYearNav .ab-col-1{
		width: 8.33333333% !important;
	}

	#retireFundYearNav .ab-col-3{
		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%;
	}

	.ab-md-col-3 {
		width: 25% !important;
	}

	.desktop-only {
		display: none !important;
	}

	.hidden-desktop {
		display: block;
	}

	/* 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;
		min-height: 400px;
	}

}

/* 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;
	}

	.two-flex-col-xs-12 {
		width: 100%;
		margin: 3%;
		margin-top: 0;
	}

	.ab-sm-col-3 {
		width: 25% !important;
	}

	/* 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;
	}

	.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: center;
	}

	.two-very-small-width-100 {
		width: 100% !important;
	}

	.left-nav, .right-nav {
		width: 100% !important;
		float: none !important;
		text-align: center;
	}

	.right-nav {
		margin-top: 5px !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;
	}

	ol.two-plan-list li {
		margin-bottom: 42px;
	}

}

/* Very Very Small Breakpoint */

@media only screen and (max-width: 420px) {
	
	/* Header */

	nav a {
	    padding: 15px 10px;
	}

}

/* IE edge-case */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.moser-logo {
		max-height: 91px;
		height: auto !important;
	}
}

.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;
}


/*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:0.75;
}

/* Fixes for swipe-message display to show/hide correctly for various screen sizes */
@media only screen and (min-width: 768px) {
	.hidden-desktop-768 {
		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;
	}
}