/* # Genesis MedicareMD
Theme Name: MedicareMD
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'Segoe-Script-Bold';
	src: url('fonts/Segoe-Script-Bold.eot');
	src: url('fonts/Segoe-Script-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Segoe-Script-Bold.woff2') format('woff2'), url('fonts/Segoe-Script-Bold.woff') format('woff'), url('fonts/Segoe-Script-Bold.svg#Segoe Script Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
html, body {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #5b5b5b;
	font-size: 15px;
	font-weight: 400;
}
p {
	color: #5b5b5b;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #024bb7;
	text-decoration: none;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
a:hover {
	color: #2baf8a;
}
strong, b {
	font-weight: 700;
}
table, table td, table th {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
ul {
	padding:0 0 0 15px;
	margin: 0 0 15px;
}
ul li {
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 15px;
}

ol {
	padding: 0 0 1px 15px;
	margin: 0 0 15px;
}
ol li {
	margin: 0 0 20px;
}



/* Change Autocomplete styles in Chrome*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
}
h1 {
	font-size: 42px;
	line-height: 53px;
	font-weight: 900;
	color: #024bb7;
}
h2 {
	font-size: 38.27px;
	line-height: 56.13px;
	font-weight: 700;
	color: #024bb7;
}
h3 {
	font-size: 35px;
	line-height: normal;
	font-weight: 700;
}
h4 {
	font-size: 34.37px;
	line-height: 37.12px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 400;
}
h5 {
	font-size: 24.5px;
	line-height: 37.39px;
	font-weight: 300;
}
h6 {
	font-size: 21px;
	font-weight: 500;
	color: #024bb7;
}
.btn-style {
	font-weight: normal;
	color: white;
	background-color: #2baf8a;
	border: solid 1px #2baf8a;
	cursor: pointer;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding: 10px 30px;
	font-size: 19px;
	border-radius: 20px;
	display: inline-block;
}
.btn-style:hover, .btn-style:focus {
	color: white;
	background-color: #262626;
	border: solid 1px #262626;
}
.site-container > section, .sidebar {
	display: none;
}
.wrap {
	max-width: 1150px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
/*HEADER*/
header {
	position: relative;
	padding: 5px 0 0;
	float: left;
	width: 100%;
	border-bottom: solid 2px #024bb7;
}
header:before {
	content: '';
	height: 5px;
	background-image: linear-gradient( to right, #024bb7, #2baf8a );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header_section {
	width: 100%;
	height: 95px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tel_section {
	position: relative;
	padding-left: 45px;
	line-height: 1;
}
.tel_section:before {
	content: '';
	background-image: url('images/call_icon.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 100%;
	background-position: left bottom;
}
.tel_section span {
	font-size: 21.65px;
	line-height: normal;
	display: inline-block;
	margin-right: 3px;
}
.tel_section a {
	color: #2baf8a;
	font-size: 29.38px;
	font-weight: 900;
}
.tel_section a:hover {
	color: #024bb7;
}
.tel_section .tel_text {
	color: #909090;
}

/*FORM*/
::-webkit-input-placeholder {
color:#1f1f1f;
opacity:1;
font-weight:300;
}
::-moz-placeholder {
color:#1f1f1f;
opacity:1;
font-weight:300;
}
:-ms-input-placeholder {
color:#1f1f1f;
opacity:1;
font-weight:300;
}
:-moz-placeholder {
color:#1f1f1f;
opacity:1;
font-weight:300;
}
input {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0 30px 3px;
	outline: none;
	width: 100%;
	color: #5b5b5b;
}
input[type="button"] {
	font-weight: 900;
	color: white;
	background-color: #2baf8a;
	border: solid 1px #2baf8a;
	cursor: pointer;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-webkit-appearance:  none;
    -moz-appearance:none;
     appearance:none;
}
input:focus {
	outline: none;
}
.supplement_plans_form {
	padding: 15px 0;
	position: relative;
}
.supplement_plans_form form label {
	position: absolute;
	left: 40px;
	border: solid 1px #f00;
	bottom: -15px;
	color: #f00;
	background: #fff;
	padding: 6px 30px;
}
.supplement_plans_form form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.supplement_plans_form form input[type="tel"] {
	background-image: url('images/map.png');
	background-repeat: no-repeat;
	background-position: left 20px center;
	height: 80px;
	padding: 0 5px 3px 60px;
	font-size: 20px;
	border: solid 1px white;
	border-radius: 40px 0 0 40px;
}
.supplement_plans_form form input[type="button"] {
	font-size: 21px;
	height: 80px;
	border-radius: 0 40px 40px 0;
	max-width: 250px;
}
.supplement_plans_form form input[type="button"]:hover {
	background-color: #262626;
	border: solid 1px #262626;
}
/*BANNER*/
.banner_section {
	background-color: #024bb7;
	color: white;
	float: left;
	width: 100%;
	padding: 35px 0 100px;
}
.banner_section h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 54.8px;
}
.left_banner_section {
	float: left;
	width: 60%;
	margin: 30px 0 0;
}
.left_banner_section .supplement_plans_form form {
	max-width: 570px;
}
.plans_below_section {
	padding: 10px 0 0;
	margin: 0;
}
.plans_below_section li {
	font-size: 16.97px;
	font-weight: 700;
	letter-spacing: .025em;
	margin: 0 55px 0 0;
	display: inline-block;
}
.plans_below_section li:last-child {
	margin: 0;
}
.plans_below_section li img {
	vertical-align: bottom;
}
.plans_below_section li .icon_title {
	max-width: 100px;
	padding-left: 10px;
	line-height: 22px;
	display: inline-block;
}
.right_banner_section {
	float: right;
	width: 50%;
	margin: 0 -10% 0 0;
}
.content-part, .quote_data {
	padding: 40px 0 130px;
	clear: both;
}
.home .site-inner {
	padding: 0;
}
.supplement_plans {
	float: left;
	width: 100%;
	background-image: url('images/plan_bg.png');
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	background-position: center bottom;
	padding: 0 0 90px;
}
.supplement_plans .white_box {
	max-width: 970px;
	margin: -50px auto 0;
	padding:50px;
	position: relative;
	z-index: 99;
}
.supplement_plans .white_box h2 {
	text-align: center;
}
.supplement_plans .white_box p {
	max-width:100%;
	margin: 0 auto;
}
.white_box {
	background-color: white;
	text-align: center;
	box-shadow: 0 0 29px rgba(0,0,0,.09);
}
.medicare_cost {
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	padding: 15px 0 35px;
}
.medicare_cost h2 {
	text-align: center;
}
.medicare_cost .costs_table {
	padding: 10px 0;
	width: 100%;
	margin: 0 auto 16px;
	max-width: 960px;
}
table td, table th {
	border-width: 0 1px 1px 0;
	border-color: #dbdbdb;
	border-style: solid;
	padding: 20px 30px;
}
tr:last-child td {
	border-bottom: 0;
}
tr td:last-child, tr th:last-child {
	border-right: 0;
}
.medicare_cost .costs_table .white_box {
	color: #2baf8a;
	font-size: 60px;
	font-weight: 700;
	padding: 35px 0 38px;
}
.medicare_cost .costs_table tr {
	font-size: 17px;
}
.medicare_cost .costs_table th {
	font-weight: 700;
	color: #024bb7;
	font-size: 18px;
	text-align: center;
}
.medicare_cost .costs_table th span {
	background-color: #2baf8a;
	color: white;
	padding: 0 5px;
}
.medicare_cost .costs_table td p {
	font-size: 17px;
	line-height: 22px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.medicare_cost .costs_table td p small {
	font-size: 14px;
	color: #024bb7;
	font-weight: 700;
	display: inline-block;
	margin: 0 7px 0 0;
}
.medicare_cost .costs_table td p:last-child {
	margin: 0;
}
.medicare_cost .costs_table tbody tr td:first-child {
	font-weight: 700;
	color: #024bb7;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
}
.medicare_cost .costs_table ul {
	margin: 0;
	padding:0;
	list-style:none;
}
.medicare_cost .costs_table ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	list-style:none;
}
.medicare_cost .costs_table ul li:not(:last-child) {
	margin: 0 0 10px;
}
.medicare_cost .costs_table ul li:before {
	content: '';
	height: 6px;
	width: 6px;
	background-color: #024bb7;
	position: absolute;
	border-radius: 15px;
	border: solid 1px #024bb7;
	left: 0;
	top: 9px;
}
.choose_your_state {
	float: left;
	width: 100%;
	padding: 65px 0 90px;
}
.choose_your_state h2 {
	text-align: left;
	margin: 0 0 24px;
}
.choose_your_state .left_section {
	float: left;
	width: 36%;
}
.choose_your_state .left_section p {
	max-width: 345px;
}
.choose_your_state .right_section {
	float: right;
	width: 60%;
	padding: 32px 0 0;
}
.choose_your_state .right_section span {
	font-family: 'Segoe-Script-Bold';
	font-size: 23.99px;
	color: #2baf8a;
	position: relative;
	margin-left: 130px;
}
.choose_your_state .right_section span:before {
	position: absolute;
	left: 106%;
	top: 7px;
	height: 26px;
	width: 37px;
	content: "";
	background: url(images/green-arrow.png) no-repeat;
}
.choose_your_state .supplement_plans_form form input[type="tel"] {
	background: #fff;
	height: 50px;
	padding: 0 5px 0px 20px;
	font-size: 16px;
	border: solid 1px #a6a6a6;
	border-radius: 15px 0 0 15px;
	background-image: none;
}
.choose_your_state .supplement_plans_form form input[type="button"] {
	font-size: 18px;
	height: 50px;
	border-radius: 0 15px 15px 0;
	padding: 0 30px 0px 23px;
}
/*Plans cover*/

.plans_cover_section {
	background: #f6f6f6;
	padding: 65px 0 98px;
	clear: both;
}
.plans_cover_section h2 {
	line-height: 45px;
	margin: 0 auto 32px;
	max-width: 870px;
	text-align: center;
}
.plans_cover_section h2 + p {
	max-width: 940px;
	text-align: center;
	margin: 0 auto 52px;
	font-weight: bold;
}
.plans_cover_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.plans_cover_section ul li {
	display: inline-block;
	width: 22%;
	text-align: center;
	vertical-align: top;
	margin: 0 1.3%;
	list-style:none;
}
.plans_cover_section ul li h6 {
	margin: 13px auto 20px;
	max-width: 170px;
}
/*Testimonial*/
.testimonial_section {
	background: #2baf8a;
}
.testimonial_section .wrap {
	max-width: 100%;
	width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.left_testimonial_section {
	width: 50%;
	padding: 20px 40px;
}
.right_testimonial_section {
	width: 50%;
}
.right_testimonial_section img {
	width: 100%;
}
.testimonial_content {
	max-width: 550px;
	margin: 0 0 0 auto;
	text-align: center;
}
.testimonial_content h4 {
	color: #ffffff;
	position: relative;
	padding: 0 70px;
	margin: 0 0 40px;
}
.testimonial_content h4:before {
	position: absolute;
	left: 0;
	top: -36px;
	width: 65px;
	height: 49px;
	content: "";
	background: url(images/quite-left.png) no-repeat;
}
.testimonial_content h4:after {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 65px;
	height: 49px;
	content: "";
	background: url(images/quite-right.png) no-repeat;
}
.testimonial_content p {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 25px;
	position: relative;
}
.information {
	position: relative;
	margin: 36px 0 0;
	padding: 32px 0 0;
}
.information:before {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 70px;
	height: 5px;
	background: #13936f;
	content: "";
	margin-left: -30px;
}
.information span {
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.information span.author_name {
	font-weight: bold;
}
/*FOOTER*/
.site-footer {
	text-align: center;
	background-color: #f6f6f6;
	padding: 0 0 40px 0;
	float: left;
	width: 100%;
}
.footer_form {
	background: #024bb7;
	margin: -80px auto 50px;
	max-width: 980px;
	padding: 25px 40px 30px 50px;
	box-shadow: 0px 8px 17px rgba(0,0,0,0.2);
	position: relative;
	z-index: 9999;
}
.footer_form h2 {
	color: #fff;
	margin: 20px 0 17px;
	font-size: 34px;
	text-align: center;
}
.footer_form .textwidget:after {
	clear: both;
	display: block;
	content: "";
}
.footer_form .supplement_plans_form {
	float: left;
	width: 62%;
}
.footer_form h2 {
	color: #fff;
	font-size: 34px;
}
.footer_form .vector-img {
	float: right;
	width: 34%;
}
.footer_form .supplement_plans_form form {
	padding-right: 15px;
}
.site-footer p {
	color: #7a7a7a;
	font-size: 13px;
	line-height: 17px;
	max-width: 940px;
	margin: 0 auto 15px;
}
.footer_logo {
	display: inline-block;
	margin: 25px 0;
}
.footer_nav {
	padding: 0 0 20px;
	margin: 0;
}
.footer_nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	line-height: 1;
}
.footer_nav li:not(:last-child):before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #041d57;
}
.footer_nav li a {
	color: #041d57;
	font-weight: 500;
}
.footer_nav li a:hover {
	color: #2baf8a;
}
body:not(.home) .content-sidebar-wrap {
	display: none;
}
.genesis-skip-link{ display: none!important; } 
.page-template-quote-template .site-footer {
    padding-top: 50px;
}

.quote_data .wrap {
    max-width: 970px;
}

/*RESPONSIVE*/
@media screen and (max-width:1349px) {
.left_banner_section {
	width: 58%;
}
.right_banner_section {
	width: 42%;
	margin: 0;
}
}
@media screen and (max-width:1149px) {
h5 {
	font-size: 20px;
}
.footer_form {
	margin-top: 0;
}
.footer_form h2 {
	font-size: 33px;
}
.left_testimonial_section {
	padding: 20px 20px 0;
}
.testimonial_content h4 {
	padding: 0 60px;
	margin: 0 0 30px;
}
.information {
	margin: 25px 0 0;
	padding: 20px 0 0;
}
.content-part, .quote_data {
	padding: 40px 0 50px;
}
}
@media screen and (max-width:991px) {
.banner_section h1 {
	font-size: 40px;
}
.banner_section .wrap {
	width: 100%;
	text-align: center;
	display: block;
}
.left_banner_section {
	width: 100%;
}
.right_banner_section {
	width: 100%;
	margin-top: 45px;
}
.left_banner_section .supplement_plans_form form {
	margin: 0 auto;
}
.plans_below_section li {
	text-align: left;
}
.medicare_cost .costs_table tbody tr td {
	padding: 20px 15px;
}
.choose_your_state .left_section {
	width: 100%;
}
.choose_your_state .left_section p {
	max-width: 100%;
}
.choose_your_state .right_section {
	float: none;
	width: 100%;
	padding: 32px 0 0;
	clear: both;
	margin: 0 auto;
	max-width: 670px;
}
.plans_cover_section ul:after {
	clear: both;
	display: block;
	content: "";
}
.plans_cover_section ul li {
	width: 23%;
	float: left;
	margin: 0 1%;
}
.left_testimonial_section {
	padding: 70px 20px 50px;
	width: 100%;
}
.testimonial_section .wrap {
	display: block;
}
.testimonial_content {
	margin: 0 auto;
}
.right_testimonial_section {
	width: 100%;
}
.footer_form .vector-img {
	width: 100%;
	text-align: center;
}
.footer_form .supplement_plans_form {
	width: 100%;
	padding-bottom: 30px;
}
.footer_form h2 {
	margin-top: 0;
}
.choose_your_state {
	padding: 40px 0;
}
}
@media screen and (max-width:767px) {
.header_section {
	height: auto;
	display: block;
	text-align: center;
	padding: 20px 0 20px;
}
.tel_section {
	margin: 10px auto 0;
	max-width: 320px;
}
h1, .banner_section h1 {
	font-size: 34px;
	line-height: normal;
}
h2 {
	font-size: 30px;
	line-height: normal;
}
h5 {
	line-height: normal;
}
.supplement_plans_form form input[type="tel"], .supplement_plans_form form input[type="button"] {
	font-size: 14px;
	height: 60px;
}
input {
	padding: 0 15px 3px;
}
.supplement_plans_form form input[type="tel"] {
	padding: 0 3px 3px 40px;
	border-radius: 30px 0 0 30px;
	background-size: 15px;
	background-position: left 15px center;
}
.supplement_plans_form form input[type="button"] {
	border-radius: 0 30px 30px 0;
	max-width: 170px;
}
.medicare_cost .costs_table td, table th {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-right: none;
}
.medicare_cost .costs_table tr:last-child td {
	border-bottom: solid 1px #dbdbdb;
}
.medicare_cost .costs_table thead {
	display: none;
}
.medicare_cost .costs_table tbody tr td:first-child {
	text-align: left;
}
.medicare_cost .costs_table td {
	position: relative;
	width: 100%;
	display: block;
	padding-left: 155px !important;
}
.medicare_cost .costs_table td:after {
	content: '';
	position: absolute;
	left: 140px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #dbdbdb;
}
.medicare_cost .costs_table td:before {
	display: block;
	font-weight: 700;
	color: #024bb7;
	font-size: 17px;
	width: 125px;
	line-height: 1;
	min-width: 125px;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 20px;
}
.medicare_cost .costs_table td:nth-child(1):before {
	content: 'Type'
}
.medicare_cost .costs_table td:nth-child(2):before {
	content: 'Included in coverage'
}
.medicare_cost .costs_table td:nth-child(3):before {
	content: 'Cost without a medicare supplement plans'
}
.medicare_cost .costs_table td:nth-child(4):before {
	content: 'Cost with a medicare supplement plans'
}
.medicare_cost .costs_table td p, .medicare_cost .costs_table tr {
	font-size: 16px;
}
.medicare_cost .costs_table tbody tr td:first-child {
	font-size: 15px;	
	line-height: 1;
}
.plans_below_section li {
	margin-bottom: 15px;
}
.supplement_plans .white_box {
	padding: 40px 15px 50px;
}
.choose_your_state .supplement_plans_form form input[type="button"] {
	min-width: 193px;
	padding: 0 17px 0px 15px;
}
.plans_cover_section h2 {
	line-height: normal;
}
.plans_cover_section ul li {
	width: 44%;
	float: left;
	margin: 0 3% 15px;
	list-style:none;
}
.plans_cover_section {
	padding: 55px 0 40px;
}
.footer_form {
	padding: 25px 20px 30px 20px;
}
.choose_your_state .right_section span:before {
	left: auto;
	right: 0;
}
.choose_your_state .right_section span {
	text-align: center;
	padding-right: 40px;
	margin: 0 auto;
	display: block;
	max-width: 350px;
}
.quote_data{
	overflow: auto;
}
.banner_section .supplement_plans_form form input[type="button"] {
    padding: 0 15px 0px 10px; min-width:155px;
}
.footer_form .supplement_plans_form form input[type="button"] {
    padding: 0 15px 0px 10px; min-width:155px;
}
.medicare_cost .costs_table td p{ display:block;}
.medicare_cost .costs_table td p small{ display:block;}
}
@media screen and (max-width:480px) {
.tel_section {
	padding-left: 35px;
	max-width: 290px;
}
.tel_section a {
	font-size: 25px;
}
.plans_below_section li {
	display: block;
	margin: 0 0 15px;
}
.plans_below_section {
	margin: 0 auto;
	display: block;
	max-width: 165px;
}
h1, .banner_section h1 {
	font-size: 30px;
	line-height: normal;
}
h2 {
	font-size: 26px;
	line-height: normal;
}
.tel_section .tel_text {
	font-size: 14px;
}
.medicare_cost .costs_table table td:after {
	left: 130px;
}
.medicare_cost .costs_table tbody tr td {
	padding-left: 145px !important;
	padding-right: 0;
}
.choose_your_state .supplement_plans_form form input[type="button"] {
	min-width: 170px;
	font-size: 15px;
}
.choose_your_state .supplement_plans_form form input[type="tel"] {
	padding-left: 10px;
}
.choose_your_state .right_section span {
	font-size: 19px;
	max-width: 280px;
}
.plans_cover_section ul li {
	width: 100%;
	margin: 0 0 15px;
	list-style:none;
}
.testimonial_content h4:before {
	width: 35px;
	background-size: 35px auto;
	top: -10px;
}
.testimonial_content h4:after {
	width: 35px;
	background-size: 35px auto;
	right: -12px;
}
.footer_form h2 {
	font-size: 27px;
	margin-bottom: 15px;
}
.footer_form .supplement_plans_form form {
	padding-right: 0;
}
.footer_form {
	padding: 25px 15px 30px 15px;
	margin: 0 -15px 60px;
}
.testimonial_content p {
	font-size: 16px;
	line-height: 23px;
}
.testimonial_content h4 {
	padding: 0 30px;
	margin: 0 0 15px;
	font-size: 23px;
	line-height: normal;
}
.medicare_cost .costs_table td:after {
	left: 130px;
}
.supplement_plans_form form label{
	left:0;
	width:100%;
}
}
