
body {
	margin-top:0px;
	margin:0px;
	font-family:'tdasans',Arial;
	}
#start_box {
	position:relative;
	display:block;
	background-image:url(images/tda-smallbiz-desktop-946x525.jpg);
	background-repeat:no-repeat;
	width:946px;
	height:525px;
	top: 30px;
	}
#start_box h1 {
	position:relative;
	display:block;
	text-align:left;
	margin-top:0px;
	top:50px;
	font-weight:100;
	margin-left: 0px;
	left: 50px;
	}
#calculate_header {
	line-height:40px; 
	display:block; 
	margin-top:0px; 
	margin-bottom:20px; 
	margin-left:10px;
	}
body #start_box h1 {
	margin-top: 0px;
}
#start_box h2 {
	position:relative;
	display:block;
	text-align:left;
	margin:0px;
	margin-top:70px;
	left: 50px;
	font-weight:100;
	width:50%;
	}
#start_box a {
	position: relative;
	display: block;
	width:max-content;
    font-size: 1.1rem;
    text-decoration: none;
	margin:0px;
	margin-top:20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
 	-webkit-border-radius: 30px;	
    background-color: #087900;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
	cursor:pointer;
	border:2px solid #087900;
	left: 50px;
	}
#start_box a:hover {
	background-color:#fff;
	color:#40A829;
	border:2px solid #087900;
	}
#question2020 a {
	position: relative;
	display: block;
	font-size: 1.1rem;
	text-decoration: none;
	margin:20px;
	margin-top:0px;
	border-radius: 30px;
	background-color: #40A829;
	top: 10%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 100;
	float: left;
	cursor:pointer;
	border:2px solid #40A829;
	}
#question2020 a:hover {
	background-color:#fff;
	color:#40A829;
	border:2px solid #40A829;
	}
input:focus{
		background-color: #bee7d3;
	}
input {
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	border-radius: 0.1875rem;
    background-color: #f6f6f6;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0.875em;
	box-sizing: border-box;
    outline: none;
    background-color: #eeeeee;
    color: #222;
	/*margin: 0 !important;*/
	float:left;
	margin-right:5px;
	}
.form_row {
	width: 100%;
    position: relative;
    display: block;
	max-height:0px;
	}
.form_left {
	position: relative;
    display: block;
    width: 50%;
    float: left;
    border-bottom: thin solid #ccc;
    line-height: 44px;
	}
#form_right2, #form_right1 {
	position: relative;
    display: block;
    width: 50%;
    height: 45px;
    float: left;
}
[id^="helplink"]:hover {
	cursor:pointer;
	}
/*input :focus {
		border:2px solid rgb(64, 168, 41);
		}*/
.help_icon {
	border: thin solid #087900;
    background-color: #087900;
    position: absolute;
    line-height: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-weight: bold;
    color: #fff;
    font-size: .6em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0px;
    top: 10px;
    margin-left: 10px;
}
.WAhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#tabs_container {
	position:relative;
	display:block;
	max-width:946px;
	height:500px;
	background-color: #099;
	}
.form_select {
	border-radius: 3px;
    font-family: inherit;
    border: none;
    padding: 1em 2.5em 1em 1em;
    color: black;
    margin-bottom: 1em;
    background-image: url(/images/icons/dropdown-arrow.svg);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
	box-sizing: border-box;
    outline: none;
	min-width:200px;
    background-color: #eeeeee;
    color: #222;
	padding: .875em;
	}
#submit_ibo, #submit_lep {
	cursor: pointer;
    position: relative;
    float: left;
    text-decoration: none;
    clear: right;
    background-color: #087900;
    line-height: 35px;
    margin-top: 10px;
    border-radius: 18px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border: thin solid #087900;
    font-size: 1rem;
	}
.definitions  {
	display:none;
	position:absolute;
	width:80%;
	left:10%;
	top:5%;
	background-color:#fff;
	border:thin solid #000;
	color:#414141;
	border:1px solid #dedede;
	border-radius:12px;
	z-index:5;
	padding:2%;
	max-height: 80%;
    overflow-y: scroll;
	}
.definitions h4 {
	margin-top:0px;
}
#form_tabs_toggle {
	position:relative;
	display:block;
	width:100%;
	background-color:#999;
	}
#go_back {
	background-color:#CCC;
	padding-left:15px;
	padding-right:15px;
	border-radius:15px;
	line-height:20px;
	}
.chart_link {
	position: relative;
    display: block;
    /* float: left; */
    clear: both;
    font-size: .8rem;
    text-decoration: none;
    color: #333;
    width: 100%;
    text-align: left;
    top: 30px;
	}
#pdf_link {
	display:none;
	}
#calculate_results {
	position: relative;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
	}
.special_message {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    text-align: justify;
    z-index: 40;
    clear: both;
    font-size: .9rem;
	}
.chart_link:hover {
	text-decoration:underline;
	color:#40A829;
	}
#modify_inputs_tabbed, #toggle_calculated_results {
	position: absolute;;
	top: 0px;
	width:100%;
	text-align:right;
}
#modify_inputs_tabbed a, #toggle_calculated_results a {
	color:#999;
	text-decoration:none;
	font-size:.9rem;
}
#modify_inputs_tabbed a:hover, #toggle_calculated_results a:hover {
	color:#40A829;
	text-decoration:underline;
	font-size:.9rem;
}

#toggle_calculated_results_bene {
	position: absolute;
    width: 944px;
    text-align: right;
	top:0px;
}
#toggle_calculated_results_bene a {
	color:#000;
	text-decoration:none;
	font-size:.9rem;
}
#toggle_calculated_results_bene a:hover {
	color:#40A829;
	text-decoration:underline;
	font-size:.9rem;
}


div[id^='error_msg'] {
	position: unset;
    display: block;
    font-size: .8rem;
    color: red;
    /*max-height: 35px;*/
	}
 .no_distribution_msg{
	 background-color: #e1eef9;
    padding: 15px;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
	}
#print_frame {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
#close_print_button {
	position: relative;
    display: block;
    width: 600px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
	}
.help_boxes {
	display:none;
	position:absolute;
	width:80%;
	left:10%;
	top:5%;
	background-color:#fff;
	border:thin solid #ccc;
	color:#414141;
	border:1px solid #dedede;
	border-radius:12px;
	z-index:16;
	padding:2%;
	max-height: 60%;
    overflow-y: scroll;
	}
.help_close, .def_close {
	position: relative;
    display: block;
    float: right;
    clear: both;
	cursor:pointer;
	}
.warning_box {
	position: absolute;
    display: none;
    width: 50%;
    overflow: visible;
    top: 10%;
    left: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 5px;
    border: thin #999 solid;
    font-size: 1rem;
    z-index: 2;
    border-radius: 20px;
	}
.dismiss_warning {
	text-decoration:underline;
	cursor:pointer;
	}
.dismiss_warning:hover {
	text-decoration:none;
	}
/*------------------------------------------------------tabbed results area------------------------------------*/
#tabbed_results {
	font-family:'tdasans',Arial;
	line-height: 28px;
	width: 944px;
	float: right;
	position: absolute;
	top: 20px;
	z-index:1;
}
.content .results_headers {
	font-weight:100;
	font-size:28px;
	}
div[id^="tab_item"]{
	background-position: center; 
	/*background-repeat:no-repeat !important;*/
	font-size:1rem;
	font-weight: bold;
	color:#2a5673;
	text-align: center;
	width: 187.5px;
	position: relative;
	display: block;
	height: 78px;
	float: left;
	background-color:#f7f7f7;
	/*border-top:1px solid #dedede;*/
	border-left:thin solid #999;
	border-top:thin solid #999;
	line-height:50px;
	top:0px;
	}
div[id^="tab_item"]:hover{	
	background-color:#e7e7e7;
	cursor:pointer;
	text-decoration: underline;
}
.tab_green { 
	background-image:url(images/tab_bg_green.png);
	background-repeat:repeat-x !important;
	  }
.tab_green a { 
	color:#2a5673;
	text-decoration:none;
	  }
.tab_green a:hover {
	text-decoration:underline;
	}
.tab_green_on a { 
	color:#2a5673;}
.tab_green_on  { 
	background-image:url(images/tab_bg_green_on.png);
	background-repeat:repeat-x !important;
	background-color:#fff !important;
	  }

.tab_red { 
	background-image:url(images/tab_bg_red.png);
	background-repeat:repeat-x !important;
	  }
.tab_red a { 
	color:#2a5673;
	text-decoration:none;
	 }
.tab_red a:hover {
	text-decoration:underline;
  }
.tab_red_on a { 
	color:#2a5673;}
.tab_red_on  { 
	background-image:url(images/tab_bg_red_on.png);
	background-repeat:repeat-x !important;
	background-color:#fff !important;
	  }

.tab_yellow { 
	background-image:url(images/tab_bg_yellow.png);
	background-repeat:repeat-x !important;
	  }
.tab_yellow a { 
	color:#2a5673;
	text-decoration:none;
	  }
.tab_yellow a:hover { 
	text-decoration:underline;
	}
.tab_yellow_on a { 
	color:#2a5673;}
.tab_yellow_on  { 
	background-image:url(images/tab_bg_yellow_on.png);
	background-repeat:repeat-x !important;
	background-color:#fff !important;
	  }
.bal_dist_img {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.procon_pro_head {
	padding-top:30px; 
	background-image:url(images/icon_pro.png); 
	background-repeat:no-repeat; 
	background-position:left top;
	}
.procon_con_head {
	padding-top:30px;
	margin-top:20px; 
	background-image:url(images/icon_con.png); 
	background-repeat:no-repeat; 
	background-position:left top;
	}
/* end tab area */

.bene_warning {
	position: absolute;
    z-index: 5;
    width: 50%;
    padding: 10px;
    left: 25%;
    background-color: #efefef;
    padding: 20px;
    display: block;
    margin-top: 10%;
	}
/*.bene_warning h4, .bene_warning p,.help_close {
	position:relative;
	top: -30px;
	}*/
.bene_warning .help_close {
	cursor:pointer;
	z-index:6;
}
.content {
	position:absolute;
	width:944px;
	top:80px;
	max-height: 350px;
	min-height: 349px;
    overflow-y: scroll;
	}
#calculate_left {
	position: relative;
    display: block;
    width: 50%;
    float: left;
    font-size: 2rem;
    text-align: center;
	background-color: #e1eef9;
    height: 150px;
	margin-top:30px;
	}
#calculate_payments {
	position:relative;
	display:block;
	text-align:center;
	width:50%;
	float:right;
	font-size: 2rem;
    text-align: center;
	background-color: #e1eef9;
    height: 150px;
	margin-top:30px;
	}	
.calculate_payments_div {
	position: relative;
	display:block;
	top: 30%;
	}
#calculate_life_exp {
	border-top:2px solid #000;
	}
@media only screen and (max-width: 945px) {
  #tabs_container {
	position:relative;
	display:block;
	width:100%;
	background-color: #C90;
	}
#tabbed_results {
	width:100%;
}
  div[id^="tab_item"]{
		float:left;
		width:98%;
		text-align:right;
		padding-right:12px;
		background-image: url(images/td_accordian_plus.png);
		background-repeat:no-repeat !important;
		background-position:left center;
		font-size:1rem;
		font-weight:100;
		}
	div[class$="_on"]{
		background-image: url(images/td_accordian_minus.png);
		}
  .content {
	position:relative;
	display:block;
	float:left;
	width:100%;
	top:0px;
	max-height:none;
	}
#toggle_calculated_results_bene {
	width:100%;
	text-align:left;
	}
#calculate_left {
	font-size:1.2rem;
	height:100px;
	}
#calculate_payments {
	font-size:1.2rem;
	height:100px;
	}	
#calculate_life_exp {
	border-top:2px solid #000;
	}
.calculate_payments_div {
	position: relative;
	display:block;
	}
#calculate_header {
	position:relative;
	top: 25px;
    line-height: 25px !important;
	}
.bene_warning {
    width: 80%;
	left:5%;
	}
#start_box a {
    font-size: 1rem;
	margin:10px;
    top: 10%;
    width: 30%px;
    padding: 8px;
	}
#start_box h1, #start_box h2 {
	width:100%;
	}
#calculate_header {
	line-height:40px; 
	display:block; 
	margin-top:0px; 
	margin-bottom:20px; 
	margin-left:10px;
	}
}

@media only screen and (max-width: 800px) {
  #calculate_payments {
	text-align: center !important;
    float: left !important;
  }
 #start_box {
	 width:98%;
	 background-image:none;
	 }
body {
	margin-top:0px;
	margin:0px;
	font-family:'tdasans',Arial;
	}
#start_box {
	position:relative;
	display:block;
	background-image:url(images/tda-smallbiz-desktop-946x525.jpg);
	background-repeat:no-repeat;
	width:946px;
	height:525px;
	}
#start_box h1 {
	position:relative;
	display:block;
	text-align:left;
	margin-top:0px;
	margin:20px;
	top:5%;
	font-weight:100;
	}
#start_box h2 {
	position:relative;
	display:block;
	text-align:left;
	margin:20px;
	margin-top:0px;
	top:5%;
	font-weight:100;
	width:50%;
	}
#start_box a {
	position: relative;
    display: block;
    font-size: 1.1rem;
    text-decoration: none;
	margin:20px;
	margin-top:0px;
    border-radius: 30px;
    background-color: #40A829;
    top: 10%;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    float: left;
	cursor:pointer;
	border:2px solid #40A829;
	}
#start_box a:hover {
	background-color:#fff;
	color:#40A829;
	border:2px solid #40A829;
	}
#question2020 a {
	position: relative;
    display: block;
    font-size: 1.1rem;
    text-decoration: none;
	margin:20px;
	margin-top:0px;
    border-radius: 30px;
    background-color: #40A829;
    top: 10%;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    float: left;
	cursor:pointer;
	border:2px solid #40A829;
	}
#question2020 a:hover {
	background-color:#fff;
	color:#40A829;
	border:2px solid #40A829;
	}
input {
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	border-radius: 0.1875rem;
    background-color: #f6f6f6;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0.875em;
	box-sizing: border-box;
    outline: none;
    background-color: #eeeeee;
    color: #222;
	/*margin: 0 !important;*/
	float:left;
	margin-right:5px;
	}

.form_row {
	width: 100%;
    position: relative;
    display: block;
	max-height:0px;
	}
.form_left {
	position: relative;
    display: block;
    width: 50%;
    float: left;
    border-bottom: thin solid #ccc;
    line-height: 44px;
	}
#form_right2, #form_right1 {
	position: relative;
    display: block;
    width: 50%;
    height: 45px;
    float: left;
}
[id^="helplink"]:hover {
	cursor:pointer;
	}
.WAhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#tabs_container {
	position:relative;
	display:block;
	max-width:946px;
	height:500px;
	background-color: #099;
	}
.form_select {
	border-radius: 3px;
    font-family: inherit;
    border: none;
    padding: 1em 2.5em 1em 1em;
    color: black;
    margin-bottom: 1em;
    background-image: url(/images/icons/dropdown-arrow.svg);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
	box-sizing: border-box;
    outline: none;
	min-width:200px;
    background-color: #eeeeee;
    color: #222;
	padding: .875em;
	}
#submit_ibo, #submit_lep {
	cursor: pointer;
    position: relative;
    float: left;
    text-decoration: none;
    clear: right;
    background-color: #087900;
    line-height: 35px;
    margin-top: 10px;
    border-radius: 18px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border: thin solid #087900;
    font-size: 1rem;
	}
.definitions  {
	display:none;
	position:absolute;
	width:80%;
	left:10%;
	top:5%;
	background-color:#fff;
	border:thin solid #000;
	color:#414141;
	border:1px solid #dedede;
	border-radius:12px;
	z-index:5;
	padding:2%;
	max-height: 80%;
    overflow-y: scroll;
	}
.definitions h4 {
	margin-top:0px;
}
#form_tabs_toggle {
	position:relative;
	display:block;
	width:100%;
	background-color:#999;
	}
#go_back {
	background-color:#CCC;
	padding-left:15px;
	padding-right:15px;
	border-radius:15px;
	line-height:20px;
	}
.chart_link {
	position: relative;
    display: block;
    /* float: left; */
    clear: both;
    font-size: .8rem;
    text-decoration: none;
    color: #333;
    width: 100%;
    text-align: left;
    top: 30px;
	}
#pdf_link {
	display:none;
	}
#calculate_results {
	position: relative;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
.special_message {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    text-align: justify;
    z-index: 40;
    clear: both;
    font-size: .8rem;
	}
.chart_link:hover {
	text-decoration:underline;
	color:#40A829;
	}
#modify_inputs_tabbed, #toggle_calculated_results {
	position: absolute;;
	top: 0px;
	width:100%;
	text-align:right;
}
#modify_inputs_tabbed a, #toggle_calculated_results a {
	color:#999;
	text-decoration:none;
	font-size:.9rem;
}
#modify_inputs_tabbed a:hover, #toggle_calculated_results a:hover {
	color:#40A829;
	text-decoration:underline;
	font-size:.9rem;
}

#toggle_calculated_results_bene {
	position: absolute;
    width: 944px;
    text-align: right;
	top:0px;
}
#toggle_calculated_results_bene a {
	color:#000;
	text-decoration:none;
	font-size:.9rem;
}
#toggle_calculated_results_bene a:hover {
	color:#40A829;
	text-decoration:underline;
	font-size:.9rem;
}


div[id^='error_msg'] {
	position: unset;
    display: block;
    font-size: .8rem;
    color: red;
    /*max-height: 35px;*/
	}
 .no_distribution_msg{
	 background-color: #e1eef9;
    padding: 15px;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
	}
#print_frame {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
#close_print_button {
	position: relative;
    display: block;
    width: 600px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
	}
.help_boxes {
	display:none;
	position:absolute;
	width:80%;
	left:10%;
	top:5%;
	background-color:#fff;
	border:thin solid #ccc;
	color:#414141;
	border:1px solid #dedede;
	border-radius:12px;
	z-index:16;
	padding:2%;
	max-height: 60%;
    overflow-y: scroll;
	}
.help_close, .def_close {
	position: relative;
    display: block;
    float: right;
    clear: both;
	cursor:pointer;
	}
.warning_box {
	position: absolute;
    display: none;
    width: 50%;
    overflow: visible;
    top: 10%;
    left: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 5px;
    border: thin #999 solid;
    font-size: 1rem;
    z-index: 2;
    border-radius: 20px;
	}
.dismiss_warning {
	text-decoration:underline;
	cursor:pointer;
	}
.dismiss_warning:hover {
	text-decoration:none;
	}
/*------------------------------------------------------tabbed results area------------------------------------*/
#tabbed_results {
	font-family:'tdasans',Arial;
	line-height: 28px;
	width: 944px;
	float: right;
	position: absolute;
	top: 20px;
	z-index:1;
}
.content .results_headers {
	font-weight:100;
	font-size:28px;
	}
div[id^="tab_item"]{
	background-position: 0px 3px; 
	/*background-repeat:no-repeat !important;*/
	font-size:.90rem;
	color:#000;
	text-align: center;
	width: 187.5px;
	position: relative;
	display: block;
	height: 50px;
	float: left;
	background-color:#efefef;
	/*border-top:1px solid #dedede;*/
	border-left:thin solid #dedede;
	line-height:50px;
	top:0px;
	}
.tab_green { 
	background-image:url(images/tab_bg_green.png);
	background-repeat:repeat-x !important;
	  }
.tab_green a { 
	color:#222;
	text-decoration:none;
	  }
.tab_green a:hover {
	color:#999;
	}
.tab_green_on a { 
	color:#222;}
.tab_green_on  { 
	background-image:url(images/tab_bg_green_on.png);
	background-repeat:repeat-x !important;
	background-color:#f9f9f9 !important;
	  }

.tab_red { 
	background-image:url(images/tab_bg_red.png);
	background-repeat:repeat-x !important;
	  }
.tab_red a { 
	color:#222;
	text-decoration:none;
	 }
.tab_red a:hover { 
	color:#999;  }
.tab_red_on a { 
	color:#222;}
.tab_red_on  { 
	background-image:url(images/tab_bg_red_on.png);
	background-repeat:repeat-x !important;
	background-color:#f9f9f9 !important;
	  }

.tab_yellow { 
	background-image:url(images/tab_bg_yellow.png);
	background-repeat:repeat-x !important;
	  }
.tab_yellow a { 
	color:#222;
	text-decoration:none;
	  }
.tab_yellow a:hover { 
	color:#999;  }
.tab_yellow_on a { 
	color:#222;}
.tab_yellow_on  { 
	background-image:url(images/tab_bg_yellow_on.png);
	background-repeat:repeat-x !important;
	background-color:#f9f9f9 !important;
	  }
.bal_dist_img {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.procon_pro_head {
	padding-top:30px; 
	background-image:url(images/icon_pro.png); 
	background-repeat:no-repeat; 
	background-position:left top;
	}
.procon_con_head {
	padding-top:30px;
	margin-top:20px; 
	background-image:url(images/icon_con.png); 
	background-repeat:no-repeat; 
	background-position:left top;
	}
/* end tab area */

.bene_warning {
	position: absolute;
    z-index: 5;
    width: 50%;
    padding: 10px;
    left: 25%;
    background-color: #efefef;
    padding: 20px;
    display: block;
    margin-top: 10%;
	}
/*.bene_warning h4, .bene_warning p,.help_close {
	position:relative;
	top: -30px;
	}*/
.bene_warning .help_close {
	cursor:pointer;
	z-index:6;
}
.content {
	position:absolute;
	width:944px;
	top:50px;
	max-height: 350px;
	min-height: 349px;
    overflow-y: scroll;
	}
#calculate_left {
	position: relative;
    display: block;
    width: 50%;
    float: left;
    font-size: 2rem;
    text-align: center;
	background-color: #e1eef9;
    height: 150px;
	margin-top:30px;
	}
#calculate_payments {
	position:relative;
	display:block;
	text-align:center;
	width:50%;
	float:right;
	font-size: 2rem;
    text-align: center;
	background-color: #e1eef9;
    height: 150px;
	margin-top:30px;
	}	
.calculate_payments_div {
	position: relative;
	display:block;
	top: 30%;
	}
#calculate_life_exp {
	border-top:2px solid #000;
	}
}
@media only screen and (max-width: 945px) {
  #tabs_container {
	position:relative;
	display:block;
	width:100%;
	background-color: #C90;
	}
#tabbed_results {
	width:100%;
}
  div[id^="tab_item"]{
		float:left;
		width:98%;
		text-align:right;
		padding-right:12px;
		background-image: url(images/td_accordian_plus.png);
		background-repeat:no-repeat !important;
		background-position:left center;
		font-size:1rem;
		font-weight:100;
		}
	div[class$="_on"]{
		background-image: url(images/td_accordian_minus.png);
		}
  .content {
	position:relative;
	display:block;
	float:left;
	width:100%;
	top:0px;
	max-height:none;
	}
#toggle_calculated_results_bene {
	width:100%;
	text-align:left;
	}
#calculate_left {
	font-size:1.2rem;
	height:100px;
	}
#calculate_payments {
	font-size:1.2rem;
	height:100px;
	}	
#calculate_life_exp {
	border-top:2px solid #000;
	}
.calculate_payments_div {
	position: relative;
	display:block;
	}
#calculate_header {
	position:relative;
	top: 25px;
    line-height: 25px !important;
	margin-bottom:30px;
	}
.bene_warning {
    width: 80%;
	left:5%;
	}
#start_box a {
    font-size: 1rem;
	margin:10px;
    top: 10%;
    width: 30%px;
    padding: 8px;
	}
#start_box h1, #start_box h2 {
	width:100%;
	}
}

@media only screen and (max-width: 800px) {
  #calculate_payments {
	text-align: center !important;
    float: left !important;
  }
 #start_box {
	 width:98%;
	 background-image:none;
	 }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.planner_link {
		-ms-border-radius: 30px ;
		width: 50%;
	}
}