/* BEGIN global styles BEGIN */
@media only screen and (min-width: 1024px){
	.panel { padding: 0 100px; }
}
.columns.small-0 { display: none; }
@media only screen and (min-width: 40em){
	.columns.small-0 { display: block; }	
}

/*.medicare-progress .bcbsks-button { vertical-align: middle; }*/
.mp-current { position: relative; }
.mp-current span.bcbsks-button.disabled-button {
	border-color: #41b6e6;
	background-color: #41b6e6;
	color: white;
}
.mp-current::after {
	content: "";
	background-color: transparent;
	border-style: solid;
	border-bottom-color: white;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: 0px;
	left: 50%;
	border-width: 10px;
	margin-left: -10px;
}
.mp-current span.bcbsks-button.disabled-button:hover {
	color: white;
	background-color: #41b6e6;
	cursor: auto;
	border-color: #41b6e6;
}
.mp-inactive span.bcbsks-button.disabled-button {
	cursor: auto;
	color: white;
	background-color: #888b8d;
	border-color: #888b8d;
}
.medicare-progress .columns.small-12.medium-2 {
	padding: .05em;
}
.medicare-progress .bcbsks-button {
	margin: 0;
}
.medicare-progress {
	margin: 10px auto;
}
.mp-active span { display: none; }
.mp-current a,
.mp-inactive a { display: none; }

.ws-button-bar .white-button { border-color: #005eb8; }

.ma-section-break {  }
.medicare-selected-plan {
	margin: 20px auto 10px;
}
.medicare-selected-plan > .row {
	max-width: 65rem;
}
.medicare-selected-plan-detail .columns:not(:first-child){
	border-left-width: 1px;
	border-left-style: solid;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select { border-radius: 3px; }
/* END global styles END */


/* BEGIN page-specific styles BEGIN */

/* BEGIN MA select plans (page 0) BEGIN */
	.row.plan-selection-container {
		border-width: 1px;
		border-style: solid;
		margin: 1em 0;
	}
	.plan-selection-container .columns:not(:first-child) {
		border-left-width: 1px;
		border-left-style: solid;
	}
	.plan-selection-container h5 {
		margin: 0 -1rem;
		padding: .5em;
	}
	.plan-selection-container h6 span {
		font-size: 2em;
	}
	.plan-selection-container h6 span::after {
		content: " ";
		display: block;
		height: 0;
		margin-top: -.5em;
	}
	@media only screen and (max-width: 640px){
		.plan-selection-container h5 {
			margin: 0 -.66rem;
		}
		.plan-selection-container .columns:not(:first-child) {
			border-left-width: 0;
			border-left-style: none;
		}
		.plan-selection-container h6 span::after {
			content: " ";
			display: none;
			height: 0;
			margin-top: -.5em;
		}

	} 
/* END MA select plans (page 0) END */

/* BEGIN MA start enroll (page 1) BEGIN */
	.plan-begin-enroll {
		border-width: 1px;
		border-style: solid;
	}
	.plan-begin-enroll h3 {
		padding-top: .5em;
		font-size: 1.5rem;
	}
	.plan-begin-enroll h4 {
		font-size: 2rem;
	}
	.plan-begin-enroll h6 span {
		font-size: 2em;
	}
	.plan-begin-enroll h6 span::after {
		content: " ";
		display: block;
		height: 0;
		margin-top: -.5em;
	}
	@media only screen and (max-width: 640px){
		.plan-begin-enroll h6 span::after {
			content: " ";
			display: none;
			height: 0;
			margin-top: -.5em;
		}
		.plan-begin-enroll h4 {
			padding-top: .25em;
		}
	} 
/* END MA start enroll (page 1) END */

/* BEGIN MA Personal/Location/Medicare Info BEGIN */
#mailing-address-block { display: none; }
#mailing-address-block.show { display: block; }
.inline-radio { margin-left: 1.5em; }
hr + h4 { padding-top: 0; }
/* END MA Personal/Location/Medicare Info END */

/* BEGIN MA Eligibility Questions BEGIN */
.ma-questions-ordered-list { margin-left: 0; }
.eq-required-input { margin-left: 1.5em; }
.eq-required-input .label-beside-input { width: 20em; }
#eligibility-questions-list li.indeterminate { display: none; }
/* END MA Eligibility Questions END*/

/* BEGIN MA Attestations BEGIN */
p + .att-row { margin-top: 1em; }
.att-row { margin-top: .25em; }
.att-required-input { margin-left: 1.5em; }
label.label-beside-input { display: inline-block; }
label.label-beside-input + input[type='number'],
label.label-beside-input + input[type='tel'],
label.label-beside-input + input[type='text'],
label.label-beside-input + input[type='email'],
label.label-beside-input + input[type='date'] { display: inline-block; width: auto; vertical-align:top; }
label.label-beside-input + input[type='text'] { max-width: 30em; width: 100%; }
.att-footer-text { margin-top: 2em; }
/* END MA Attestations END */

/* BEGIN MA Payment BEGIN */
.payment-instruction-box {
	max-width: 40rem;
	margin: auto;
}
.ma-payment-method-button {
	overflow: hidden;
	position: relative;
	/*border: 1px dashed gray;*/
}
.ma-payment-method-button input[type='radio'] {
	position: absolute; top: -1rem; left: -1rem;
}
.ma-payment-method-button label {
	color: white;
	background-color: rgb(0, 94, 184);
	display: block;
	width: 100%;
	margin: 0;
	padding: .25em .5em .25em 1.5em;
	text-align: center;
	font-size: 1.5rem;
	/*font-weight: bold;*/
}
.ma-payment-method-button label span {
	display: block;
	font-size: .8em;
	font-weight: normal;
}
.ma-payment-method-button label::before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	background-color: white;
	position: absolute;
	top: 1em;
	left: 1em;
	border: .25em solid white;
	transition: .1s all ease;
}
.ma-payment-method-button label::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	background-color: white;
	position: absolute;
	bottom: -1.8em;
	left: 1em;
	transform: rotateZ(45deg);
	transition: .1s all ease;
}
.ma-payment-method-button label:hover {

}
.ma-payment-method-button label:hover::before {
	background-color: rgb(218, 216, 214);
}
.ma-payment-method-button input:checked + label {

}
.ma-payment-method-button input:checked + label::before {
	background-color: rgb(120, 190, 32);
}
.ma-payment-method-button input:checked + label:hover::before {

}
.ma-payment-method-button input:checked + label::after {
	/*content: "";
	width: 1.5em;
	height: 1.5em;
	background-color: white;
	position: absolute;*/
	bottom: -.75em;
	/*left: 1em;
	transform: rotateZ(45deg);*/
}
.ma-payment-method-button input:checked + label:hover::after {

}
.ma-payment-method-button input + label {
	border: 1px solid white;
}
.ma-payment-method-button input:focus + label {
	border: 1px dashed white;
}

#ma-payment-methods { min-height: 10rem; }

.payment-method-container .label-beside-input {
	width: 12em;
}

@media only screen and (max-width: 1024px){
	.ma-payment-method-button label {
		/*color: white;
		background-color: rgb(0, 94, 184);
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;*/
		padding: .25em .25em .25em .25em;/*1em;*/
		font-size: 1.25rem;
		border: 3px solid rgb(0, 94, 184);
		line-height: 1.2;
	}
	.ma-payment-method-button label span {
		/*display: block;
		font-size: .8em;
		font-weight: normal;*/
	}
	.ma-payment-method-button label::before {
		/*content: "";
		width: 1.5em;
		height: 1.5em;
		border-radius: 100%;
		background-color: white;
		position: absolute;
		top: 1em;
		left: 1em;
		border: .25em solid white;
		transition: .1s all ease;*/
		display: none;
	}
	.ma-payment-method-button label::after {
		content: "";
		width: .75em;
		height: .75em;
		background-color: white;
		position: absolute;
		bottom: -1.1em;
		left: 1em;
		transform: rotateZ(45deg);
		transition: .1s all ease;
	}
	.ma-payment-method-button label:hover {

	}
	.ma-payment-method-button label:hover::before {
		background-color: rgb(218, 216, 214);
	}
	.ma-payment-method-button input:checked + label {

	}
	.ma-payment-method-button input:checked + label::before {
		background-color: rgb(120, 190, 32);
	}
	.ma-payment-method-button input:checked + label:hover::before {

	}
	.ma-payment-method-button input:checked + label::after {
		/*content: "";
		width: 1.5em;
		height: 1.5em;
		background-color: white;
		position: absolute;*/
		bottom: -.375em;
		/*left: 1em;
		transform: rotateZ(45deg);*/
	}
	.ma-payment-method-button input:checked + label:hover::after {

	}
	.ma-payment-method-button input + label {
		border: 3px solid white;
	}
	.ma-payment-method-button input:checked + label {
		border: 3px solid rgb(120, 190, 32);
		background-color: rgb(120, 190, 32);
	}
	.ma-payment-method-button input:focus + label {
		border: 3px solid rgb(120, 190, 32);
	}

}
/* END MA Payment END */

/* BEGIN MA Review and Submit BEGIN */
	h4.summary-header {
		position: relative;
		padding: .25em .5em;
	}
	h4.summary-header a {
		position: absolute;
		right: 4vw;
	}
	h4.summary-header:not(:first-of-type) {
		margin-top: 2em;
	}
	h4.summary-header svg {
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		margin-right: .25em;
		vertical-align: text-top;
	}
	h4.summary-header + div.row {
		margin: 0;
	}
	.output-detail {
		font-family:'Univers LT W01_65 Bold1475968',/*, "Univers LT Std 65 Bd"*/ 'Arial', sans-serif;
	}
/* END MA Review and Submit END */

/* END page-specific styles END */