@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: FS Albert Pro;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/fsalbertpro-regular-webfont.woff) format("woff")
}
@font-face {
	font-family: FS Albert Pro;
	font-weight: 700;
	font-style: normal;
	src: local("FS Albert Pro Bold"), local("fs-albert-pro-bold"), url(../fonts/fsalbertpro-bold-webfont.woff) format("woff")
}
@font-face {
	font-family: FS Albert Pro;
	font-weight: 300;
	font-style: normal;
	src: local("FS Albert Pro Light"), local("fs-albert-pro-light"), url(../fonts/fsalbertpro-light-webfont.woff) format("woff")
}

body {
	font-family: FS Albert Pro,Calibri,sans-serif;
	color:#68737a;
	font-size: 16px;
	line-height: 18px;
}


h1.page-text {
	font-size:2.4em;	
	font-weight:300;
}

.intro_text {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 26px;
	max-width:520px;
	margin-left:auto;
	margin-right:auto;
}

.table tr td {
	color:#68737a !important;
	background-color: #fff;
	border:1px solid #d5d5d5;
}

.g {
	background-color:#ccc !important;
	color:#333 !important;;
}

p {
	margin-bottom: 30px;
}


.none {
	display: none;
}

#type {
	padding:5px 10px;
	float:right;
	width:150px;
}

#footnote_div {
	background-color:#cccccc;
	border:1px solid #ddd;
	color:#333;
	padding:10px 15px;
	font-size:1.25em;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
}

#footnote {
	margin-top:30px;
	margin-bottom:30px;
}

#footnote_div_content {
	background-color:#fff;
	padding:15px;
	text-align:left;
	color:#68737a;
}

.plan_type_text {
	width:400px;
	display: inline-block;
}

#plan_type {
	padding:5px 10px;
	float:right;
	width:150px;
}



#withdrawal_age22 {
	padding:5px 10px;
	float:right;
	width:150px;
	font-size:22px;
	color:#68737a;
}


#has_existing {
	padding:5px 10px;
	float:right;
	width:150px;
}

.red_button {
	background-color: #ed1b2e;
	border-radius: 25px;
	padding:10px 25px 15px;
	color:#fff;
	font-size: 18px;
	text-decoration: none;
	transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	border:2px solid #ed1b2e;
}


#result2 ol {
	margin-left:5px;
}


#result2 ol li{
	padding-bottom:10px;
	list-style:none;
	font-size:14px;
	line-height:18px;
}

#footnote {
	display:none;
}

.display_none {
	display:none;

}

.footnote_div_g {
	background-color:#f5f5f5 !important;
}

#footnote_div_content ol {
	margin-left:5px;
}

#footer_img {
	margin-bottom:-5px;
}

#footnote_div_content ol li{
	padding-bottom:10px;
	list-style:none;
	font-size:14px;
	line-height:18px;
}

#result3 ol {
	margin-left:5px;
}


#result3 ol li{
	padding-bottom:10px;
	list-style:none;
	font-size:14px;
	line-height:18px;
}


#result4 ol {
	margin-left:5px;
}


#result4 ol li{
	padding-bottom:10px;
	list-style:none;	
	font-size:14px;
	line-height:18px;
}


.padding2 {
	margin-left:10px;
}

.border_w tr td {
	padding:10px;
}

.border_w {
	width:100%;
}

.red_bg {
	border-radius: 25px;
	padding:10px 25px 15px;
	background-color: #ed1b2e;
	color:#fff;
	border:0px !important;;
	transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
}

.black_bg {
	border-radius: 25px;
	padding:10px 25px 15px;
	background-color:#68737a;
	color:#fff;
	border:0px !important;;
	transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
}


.black_bg:hover {
	background-color: #fff !important;
	color:#68737a !important;
	border:2px solid #ed1b2e;
}

.red_button:hover {
	background-color: #fff;
	color:#ed1b2e;
	border:2px solid #ed1b2e;
}

.error {
	font-size:13px;
	line-height: 14px;
	color:#ed1b2e;
	font-weight: bold;
}


.button {
	border:2px solid #fff;
	padding:10px 20px;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
	text-transform: uppercase;
}

.button2 {
	margin-left: 30px;
}


a.button:hover {
	color:#fff;
	border-color:#ed1b2e;
	background-color: #ed1b2e;
}


.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height:80px;
	padding:4px 15px;
	width:100%;
}

#header img {
	max-height: 100%;
}

.bg {
	padding-bottom: 60px;
	color:#fff;
}
.prod-banner{
    position:relative;
    display:block;
    z-index:1;
	max-height:400px;
	overflow:hidden;
}


.prod-banner.text-center .text-container{
    text-align:center
}
.page-description{
    margin-top:5px ;
	font-size:16px;
	line-height:21px;
}

.page-description2 {
    margin-top:5px ;
	font-size:16px;
	line-height:21px;
	margin-bottom:5px;
}


@media (max-width:1400px) {
    h1.page-text {
		font-size:2em;	
		font-weight:300;
	}
	
}


@media (min-width:1440px){
    .prod-banner.banner-detail{
        height:800px
    }
}
@media (min-width:1440px){
    .prod-banner.banner-detail .image-container{
        max-height:800px
    }
}
.prod-banner.no-gradient:before{
    display:none
}
.prod-banner:not(.disable-gradient):before{
    width:100%;
    height:100%;
    content:"";
    display:block;
    position:absolute;
    z-index:1;
    background-color:rgba(237,27,44,0);
    background:linear-gradient(rgba(237,27,44,0),#b6b6b6 50%,#b6b6b6 100%,hsla(0,0%,39%,.8) 0);
    opacity:.7
}
@media (max-width:767px){
	
	.button {
		padding:10px;
		font-size:14px;
	}
	
	.plan_type_text {
		width:100%;
	}
	
    .prod-banner:not(.disable-gradient):before{
        bottom:0;
        height:50%;
        background:linear-gradient(rgba(237,27,44,0),#646464 50%,#646464 100%,hsla(0,0%,39%,.8) 0)
    }
}
@media (min-width:768px) and (max-width:1023px){
    .prod-banner:not(.disable-gradient):before{
        bottom:0;
        height:70%
    }
}
@media (min-width:1024px){
    .prod-banner:not(.disable-gradient):before{
        background-color:#646464;
        background:linear-gradient(90deg,#646464,transparent 100%,transparent);
        opacity:.8;
        width:90%
    }
}
.prod-banner .content{
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    color:#fff;
    line-height:1
}
.prod-banner .content .container{
    height:100%
}
.prod-banner .content .container .text-container{
    position:absolute;
    bottom:10px;
    padding:10px 20px;
    width:90%;
    text-shadow:0 0 20px rgba(0,0,0,.9)
}
@media (min-width:1024px){
    .prod-banner .content .container .text-container{
        bottom:auto;
        top:50%;
        transform:translateY(-50%);
        width:calc(100% - 40px)
    }
}

.prod-banner .banner-image .image-container{
    overflow:hidden;
    height:50vh;
    max-height:350px
}
@media (min-width:1024px){
    .prod-banner .banner-image .image-container{
        height:50vh;
        min-height:300px;
        max-height:400px
    }
}
.prod-banner .banner-image .image-container img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:right center
}

.gray {
	background-color: #84929b;
}

.red {
	background-color: #ed1b2e;
}

.col1,.col2,.col3 {
	padding:2%;
	float: left;
	font-size:18px;
}

.col2,.col3 {
	color:#fff;
}

.text_right {
	text-align: right;
}

a.black {
	text-decoration: underline;
	color:#68737a;
}


a.black2 {
	text-decoration: underline;
	color:#000;
}

a.black:hover {
	color:#ed1b2e;
}

.text_center {
	text-align: center;
}

#more2 {	
	display:none;
}

.more_div {
	display:none;
}

.text {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 30px;
	display: block;
	color:#68737a;
	font-weight: 700;
}

.red_bg:hover {
	background-color: #f0f0f0 !important;
	color:#68737a !important;
}

.border_line {
	border-bottom: 1px solid #f7f7f7;
}

.title {
	color:#8f9ba3;
	font-weight: 700;
}

.note1 {
	font-size: 20px;
}

.col1 {
	width:36%;
}

.col2,.col3 {
	width: 26%;
}

.re {
	font-size: 18px;
}

small {
	font-size: 12px;
}

.small {
	color:#fff;
	display: block;
	font-weight: 300;
}

.label2 {
	font-weight: 300;	
	font-size: 18px;
}

.label2 strong {
	font-weight: 700;
	margin-right: 5px;
}

a.white {
	color:#fff;
	text-decoration: underline;
	font-size: 20px;
}

a.white2 {
	color:#fff;
	text-decoration: underline;
}

.minh {
	min-height: 230px;
}

#cal {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
}

#cal_header {
	padding:25px 15px;
	text-align: center;
	color:#ed1b2e;
	font-weight: 700;
	font-size: 20px;
	line-height:40px;
}

#step1_text,#step3_text,#step4_text {
	background-color: #fff;
	padding:20px;
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

#step3_text,#step4_text {
	padding-top:40px;
}

.cal_header2 {
	padding:25px 15px;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 24px;
	background-color:#ed1b2e;
}

#cal_content {
	padding:30px 60px;;
	background-color: #f0f0f0;
	color:#68737a;
}

#result1,#result2,#result3,#result4 {
	border:1px solid #f7f7f7;
	
}

#result2 {
	background-color: #ed1b2e;
	padding:30px;
	color:#fff;
	font-size: 18px;
}

#result3 {
	padding:30px;
	background-color: #ed1b2e;
	color:#fff;
	font-size: 18px;
}

#result4 {
	padding:30px;
	background-color: #ed1b2e;
	color:#fff;
	font-size: 18px;
}


.border_line2 {
	border-bottom: 2px solid #b2bac0;
	padding-bottom: 30px;
}

#result2_header h3 {
	font-size:26px;
	font-weight: 300;
	line-height: 32px;
}

.result3_header h3 {
	font-size:26px;
	font-weight: 300;
	line-height: 32px;
}

#cal_field_box {
	width:660px;
	margin-left: auto;
	margin-right: auto;
}


#cal_field_box2 {
	width:660px;
	margin-left: auto;
	margin-right: auto;
}

#cal_field_box3 {
	width:660px;
	margin-left: auto;
	margin-right: auto;
}
.result2_content {
	padding:20px 0px;
}

.result2_content tr td {

	color:#fff;
}

.result2_content h4 {
	font-weight: 700;
	font-size:22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#result2 {
	font-size:16px;
	line-height:20px !important;
}

#result2 tr td {
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}
#result3 {
	font-size:18px;
	line-height:22px !important;
}

#result3 tr td {
	padding-top:5px;
	padding-bottom:5px;
}

.field_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}

.field {
	background-color: #f6f6f6;
	padding:15px 25px 10px;
	width:93%;
	border-bottom: 2px solid #b7b7b7;
	font-size: 28px;
	margin-bottom: 40px;
}

.float_left {
	float:left;
}

.field .icon {
	margin-right: 180px;
	height: 30px;
	margin-top: -3px;
}

.field .icon2 {
	margin-right: 194px;
}


.note {
	color:#68737a;
	font-size: 14px;
}

.clearboth {
	clear: both;
	display: block;
}

#result1,#result2, #result3 {
	line-height: 24px;
}

label {
	color:#777777;
	font-weight: 300;
}

label strong {
	font-weight: 700;
}

.field1 {
	font-size: 22px;
	max-width: 360px;
	display: inline-block;
}

.input_field {
	background-color: transparent;
	border:0px;
	font-size: 22px;
	color:#68737a;
}

#footer {
	background-color: #68737a;
	padding:30px;
	padding-bottom: 10px;
	color:#fff;
	font-size: 13px;
	font-family: arial;
}

a.red_link {
	text-decoration: underline !important;
}


#footer .container{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}


#footer a{
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#f0f0f0;
}



@media (max-width:900px){
	
	h1.page-text {
		font-size:2em;
		line-height:1.1;
	}
	
	.nowrap {
		
 		white-space: normal;	
	}
	
	.result1_header h3 {
		font-size:20px;	
	}
	.result2_header h3 {
		font-size:20px;	
	}
	.result3_header h3 {
		font-size:20px;	
	}
	.result4_header h3 {
		font-size:20px;	
	}
	
	#result1,#result2,#result3,#result4 {
		font-size:14px;	
	}
	
	.cal_header2 {
		line-height:30px;
	}
	
	.container {
		max-width:100%;	
	}
	
	.result1_content h4 {
		margin-top:0px;
		margin-bottom:0px;
		font-size:18px;
		margin-left:20px;	
	}
	.result2_content h4 {
		margin-top:0px;
		margin-bottom:0px;
		font-size:18px;
		margin-left:20px;	
	}
	
	
	.result3_content h4 {
		margin-top:0px;
		margin-bottom:0px;
		font-size:18px;
		margin-left:20px;	
	}
	
	
	.result4_content h4 {
		margin-top:0px;
		margin-bottom:0px;
		font-size:18px;
		margin-left:20px;	
	}
	
	
	.field1 {
		max-width:340px;	
	}
	
	#header {
		width:90%;	
	}
	
	#cal {
		width:100%;
		margin-top:0px;
	}
	
	.text_right {
		text-align:left;	
	}
	
	#cal_content {
		padding:15px;	
	}
	
	.field .icon {
		margin-right:10px;	
	}
	
	.field {
		width:89%;	
	}
	
	.col1 {
		width:96%;
		float:none;	
		text-align:center;
	}
	
	.col2 {
		width:46%;	
	}
	
	.col3 {
		width:46%;	
	}
	
	#type,#has_existing,#plan_type {
		float:none;	
		display:block;
		margin-top:10px;
		width:100%;
		font-size:18px;
		color:#68737a;
		
	}
	
	#has_existing .error {
		display:none !important;
	}
	
	.bg {
		padding-bottom:0px;	
	}
	
	#step1_text, #step3_text, #step3_text, #step4_text {
		width:92%;	
		padding:4%
	}
	
	#step1_text,#step2_text,#step3_text,#step4_text {
		padding-top:50px;	
	}
	
	#cal_field_box,#cal_field_box2,#cal_field_box3 {
		max-width:100%;	
		width:100%;
	}
	
	.hide_mobile {
		display:none;
	}
	
    .prod-banner:not(.disable-gradient):before{
        bottom:0;
        height:50%;
        background:linear-gradient(rgba(237,27,44,0),#646464 50%,#646464 100%,hsla(0,0%,39%,.8) 0)
    }
	
	.input_field {
		font-size:18px;	
	}
}

.tablet-mobile-only {
	display:none;
}

@media (max-width:768px){

.tablet-mobile-only {
	display:block;
}
.desktop-only {
	display:none;
}
}