/*
-------------------------
Flex items
-------------------------
*/
.c-summary-item,
.c-summary-item__product,
.c-summary-item__actions,
.c-summary-item__info,
.c-summary-item__gift,
.c-upsell,
.c-upsell__content--select,
.c-upsell__content--fund,
.c-upsell__thanks,
.c-step__field,
.c-review__information > div,
.c-checkout-summary--end .c-checkout-summary__totals,
.c-summary-item--premium.has-error .c-summary-item__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: flex-wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

/*
-------------------------
Summary
-------------------------
*/
.c-summary-items {
	margin: 0;
}
.c-summary-item {
	border-top: 1px solid #DDD;
	padding: .5rem 0;
	position: relative;
	line-height: 1.25;
	font-size: 1rem;
}
.c-checkout-summary.c-checkout-summary--side .c-summary-item {
	padding: 0 1rem;
}
.c-summary-item:last-of-type {
	border-bottom: 1px solid #DDD;
}
.c-checkout-review .c-summary-item:first-child,
.c-checkout-complete .c-summary-item:first-child {
	border-top: none;
}
.c-checkout-steps .c-summary-item--sponsorship {
	min-height: 160px;
}
.c-summary-item.c-summary-item--premium {
	padding: .5rem 0;
}
.c-summary-item__icon {
	color: #d8d8d8;
	font-size: 1.25rem;
	margin-right: 1rem;
    margin-top: .6rem;
	align-self: flex-start;
}
.c-summary-item__gift .c-summary-item__icon {
	color: #ffb602;
}
.c-summary-item__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}
.c-summary-item--sponsorship > .c-summary-item__product,
.c-summary-item--sponsorship > .c-summary-item__freq,
.c-summary-item--sponsorship > .c-summary-item__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	padding: 0;
}
.c-summary-item.c-summary-item--premium .c-summary-item__product {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	max-width: inherit;
}
.c-checkout-review .c-summary-item__product,
.c-checkout-complete .c-summary-item__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	width: 75%;
	max-width: 75%;
	margin: 0;
}
.c-checkout-review .c-summary-item--sponsorship .c-summary-item__product,
.c-checkout-complete .c-summary-item--sponsorship .c-summary-item__product {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: unset;
	max-width: unset;
	margin: 0;
}
.c-checkout-summary.c-checkout-summary--side .c-summary-item__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: .75rem 0;
}
.c-checkout-review .c-summary-item__amount,
.c-checkout-complete .c-summary-item__amount {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	margin: 0;
	padding-right: 1rem;
}
.c-checkout-review .c-summary-item--sponsorship .c-summary-item__amount,
.c-checkout-complete .c-summary-item--sponsorship .c-summary-item__amount {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: unset;
	max-width: unset;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.c-checkout-summary.c-checkout-summary--side .c-summary-item__amount {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	width: 60%;
	max-width: 600%;
	margin: 0;
	padding: 0 0 1rem;
}
.c-summary-item__image-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 .5rem 0 0;
}
.c-summary-item--premium .c-summary-item__image-holder {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: flex-start;
}
.c-summary-item__image {
	width: 100px;
}
.c-summary-item--premium .c-summary-item__image {
	width: 80px;
}
.c-summary-item__title {
	-webkit-box-flex: 2;
	-ms-flex: 2 0 0%;
	flex: 2 0 0%;
	position: relative;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
}
.c-checkout-summary--side .c-summary-item__title {
	min-height: auto;
}
.c-summary-item__title > h5,
.c-summary-item__title > a {
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.25;
	width: 100%;
	margin: 0;
	padding: .75rem 0 .5rem;
}
.c-checkout-summary.c-checkout-summary--side .c-summary-item__title > h5 {
	padding-top: 0;
}
.c-summary-item--sponsorship .c-summary-item__title > a,
.c-summary-item--premium .c-summary-item__title > h5,
.c-upsell .c-summary-item__title > h5 {
	margin-bottom: 1rem;
	padding: 0;
}
.c-summary-item--sponsorship .c-summary-item__title > a {
	margin-top: 2rem;
}
.c-summary-item__title > p {
	font-size: .8rem;
	line-height: 1.4;
}
.c-summary-item.c-summary-item--premium .c-summary-item__title > i {
	font-size: .8rem;
}
.c-summary-item__details {
	font-size: .8rem;
	line-height: 1.4;
	bottom: 0;
	left: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.c-summary-item__details.c-summary-item__details--criteria {
	position: relative;
}
.c-summary-item__details > span {
	display: block;
}
.c-summary-item__freq {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	width: 35%;
	max-width: 35%;
	padding: 1.1rem 0 .8rem;
}
.c-summary-item--sponsorship .c-summary-item__freq {
	margin: .5rem 0;
}
.c-checkout-summary.c-checkout-summary--side .c-summary-item__freq {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	width: 40%;
	max-width: 40%;
	margin: 0;
	padding: 0 0 1rem;
}
.c-summary-item--gift .c-summary-item__price,
.c-summary-item--fund .c-summary-item__price {
	margin-left: .5rem;
	font-size:.9rem;
	text-transform: lowercase;
}
.c-summary-item__price .o-input--radio {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: .25rem 0 0;
	width: 100%;
}
.c-summary-item__price .o-input--radio:first-of-type {
	margin-top: 0;
}
.c-summary-item__price .o-input--radio > input:checked + label {
	font-weight: bold;
}
.c-summary-item__price-label > span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.c-summary-item__price-label > .o-tooltip {
	bottom: 105%;
}
.c-summary-item__price-descr {
	font-size: .75rem;
}
.c-summary-item__price-descr .ci-icon {
	font-size: 1.15em;
}
.c-summary-item__actions {
	position: absolute;
	top: 1px;
	right: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	width: 45%;
	max-width: 45%;
}
.c-summary-item__info {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 45%;
	flex: 1 0 45%;
	width: 45%;
	max-width: 45%;
	margin-top: 2rem;
	align-self: flex-start;
}
.c-summary-item--gift .c-summary-item__info .o-tooltip,
.c-summary-item--fund .c-summary-item__info .o-tooltip {
		margin-left: -100px;
		margin-right: -14px;
}
.c-summary-item__info .o-button--link {
	align-self: center;
	padding: .6rem 1.5rem;
	margin: 0 -1.5rem;
}
.c-summary-item__info-icon {
	font-size: 1.25rem;
	margin: 0 .25rem 0 .75rem;
}
.c-summary-item__info-icon--circle {
	padding: 0;
	font-size: 1rem;
	margin: 0;
}
.c-summary-item__remove,
.c-summary-item__print {
	text-align: center;
	text-decoration: none;
	font-size: .7rem;
	padding: 1.065rem 0;
	background-color: #E7E7E7;
	color: #666;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}
.c-summary-item__remove {
	padding: .5rem;
	max-width: 100%;
}
.c-summary-item__remove:hover {
	background-color: #92112B;
	color: #FFF;
}
.c-summary-item__print {
	background-color: #D9E5F2;
	color: #0959a9;
	font-size: .8rem;
}
.c-summary-item__print:before {
	content: '\f02f';
	margin-right: .5rem;
}
.c-summary-item__amount {
	text-align: right;
}
.c-summary-item__amount-info {
	font-size: .8rem;
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding-bottom: 1rem;
}
.c-summary-item__amount .c-summary-item__amount-info {
	padding: .5rem 0 0;
}
.c-summary-item__annual {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.c-summary-item--restrict-annual .c-summary-item__annual {
	display: none;
}
.c-summary-item__annual-label {
	font-size: 1rem;
}
.c-summary-item__gift {
	padding: .5rem 0 0;
	margin: 1rem 0 0;
	border-top: 1px solid #EFEFEF;
}
.c-summary-item__gift .c-summary-item__info {
	justify-content: flex-end;
	align-self: center;
	margin: 0;
}
.c-upsell {
	border-top: 3px solid #444;
	border-bottom: 3px solid #444;
	font-size: .8rem;
	background-color: #EDF5FB;
	padding: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.c-step--solo .c-upsell {
	border-bottom: none;
}
.has-sticky-summary .c-upsell {
	border-bottom: 3px solid #444;
}
.c-upsell__thanks {
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.c-upsell__thanks > i {
	margin-right: .75rem;
}
.c-upsell__thanks > p:last-of-type {
	margin: 0;
}
.c-upsell__header {
	font-size: 1rem;
	line-height: 1.25;
	margin-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.c-upsell__content {
	position: relative;
	width: 100%;
}
.c-upsell__content--cdsp {
	min-height: 133px;
}
.c-upsell__content--fund,
.c-upsell__content--select {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.c-upsell__description {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
}
.c-upsell__content.c-upsell__content--select .c-upsell__description,
.c-upsell__content.c-upsell__content--fund .c-upsell__description {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.c-upsell .c-summary-item__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
.c-upsell__content--select .c-upsell__options,
.c-upsell__content--fund .c-upsell__options {
	margin: 0;
	padding: 0;
	position: static;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.c-upsell__content.c-upsell__content--fund .c-upsell__actions,
.c-upsell__content.c-upsell__content--select .c-upsell__actions {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.c-upsell__content.c-upsell__content--select .c-upsell__actions {
	margin: .5rem 0 0;
}
.c-upsell__content--fund .o-input__instructions {
	margin: 0 0 0 .85rem;
	font-size: .8rem;
}
.c-upsell__actions .o-button {
	display: block;
	margin: 1rem auto .5rem;
	width: 100%;
}
.c-upsell__content.c-upsell__content--select .o-button,
.c-upsell__content.c-upsell__content--fund .o-button {
	width: 100%;
}
.c-upsell__actions .c-upsell__decline {
	display: block;
	text-align: center;
}
.c-upsell__content--select .search-holder.o-input {
	margin: .75rem 0 .5rem;
}
.c-upsell__content--select .search-holder > .o-input--radio {
	margin-top: 0;
}
.c-summary-totals {
	background-color: #E7E7E7;
	border-radius: 0 0 4px 4px;
	text-align: right;
}
.c-checkout-review .c-summary-totals,
.c-checkout-complete .c-summary-totals {
	border-top: 1px solid #7C7C7C;
}
.c-review__section--premium .c-summary-totals {
	text-align: left;
}
.c-summary-totals__item {
	display: inline-block;
	padding: .5rem 1rem;
}
.c-checkout-steps .c-summary-totals__item {
	padding: 1rem;
}
.c-summary-totals__item > p:last-of-type {
	margin: 0;
}
.c-checkout-disclaimer {
	background-color: #E7E7E7;
	margin: 0 0 1rem 0;
	padding: .75rem 1rem .0125rem;
}
.c-checkout-summary--end {
	border-top: 3px solid #444;
	border-bottom: 3px solid #444;
	position: relative;
	background-color: #E7E7E7;
	padding: 0 1rem 1rem;
	margin: 0 -1rem;
	width: 100vw;
	z-index: 20;
}
.has-sticky-summary {
	margin-bottom: 165px;
}
.has-sticky-summary .c-checkout-summary--end {
	border-bottom: none;
	position: fixed;
	bottom: 0;
}
.c-checkout-summary--end .c-checkout-summary__totals {
	background-color: #E7E7E7;
	margin: 0;
	padding: .75rem .5rem;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}
.c-checkout-summary--side .c-checkout-summary__totals {
	width: 100%;
	margin: 1rem 0 0;
}
.c-checkout-summary--end .c-checkout-summary__totals > h5 {
	display: none;
}
.c-checkout-summary--end .c-checkout-summary__totals > div {
	width: 100%;
}
.c-checkout-summary--end .o-amount {
	padding: 0 .5rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.c-checkout-summary--end .c-checkout-summary__actions {
	text-align: right;
}
.c-checkout-summary__actions .o-button,
.c-checkout-summary--side .c-checkout-summary__actions {
	width: 100%;
}
.c-checkout-summary--side .c-checkout-summary__actions {
	margin-top: 1rem;
}
.c-checkout-summary__actions .ci-icon {
	margin-right: .5rem;
	position: relative;
	top: 1px;
}

/*
-------------------------
Common
-------------------------
*/
.c-summary-item__price .o-input--radio,
.c-summary-item__price .o-input--radio > input,
.c-summary-item__price .c-summary-item__price-label,
.c-billing__pm .o-input--radio,
.c-billing__pm .o-input--radio > input,
.c-billing__pm .o-input--radio > label {
	cursor: pointer;
}
.c-summary-item__price .c-summary-item__price-label,
.c-billing__pm .o-input--radio > label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	width: 100%;
}
.c-summary-item__price .c-summary-item__price-label:before,
.c-billing__pm .o-input--radio > label:before {
	margin: 0 .5rem 0 0;
}

.c-billing__pm--paypal img {
	padding: 3px 0px;
}

.c-billing__pm--apple-pay .o-input--radio > label:before {
	margin-right: -.75rem;
	z-index: 1;
}

.c-billing__pm--apple-pay .o-input--radio > label {
	padding-top: 1px;
	padding-bottom: 0;
}

.cta-button-inner {
	white-space: nowrap;
}

.o-apple-pay-button {
    -webkit-appearance: -apple-pay-button;
}

.o-apple-pay-button--pm {
	height: 47px;
    -apple-pay-button-style: white;
}
 
.o-apple-pay-button--review {
	-apple-pay-button-type: check-out;
	cursor: pointer;
	width: 100%;
	height: 45px;
} 


/*
-------------------------
Checkout Info
-------------------------
*/
.c-step {
	padding: .5rem;
	margin: 0 0 1.5rem;
	position: relative;
}
.c-step.c-step--summary {
	padding: 0;
}
.c-step.is-only-cc {
	padding: 0;
}
.c-step--billing {
	background-color: #F8F8F8;
	border: 2px solid #999;
	border-radius: 5px;
	margin-top: 4rem;
}
.c-step--comments {
	padding: 0;
	margin: 0 0 1.5rem;
}
.c-checkout__heading {
	border-bottom: 1px solid #7C7C7C;
	font-size: 1.375rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.c-step .c-checkout__heading {
	padding-top: 1rem;
	margin: -1.5rem -.5rem .5rem;
}
.c-step.c-step--billing .c-checkout__heading {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: -3rem;
	left: -2px;
}
.c-step--required .c-checkout__heading:after {
	content: ' *';
	color: #9C1F31;
	font-size: 1rem;
	vertical-align: top;
}
.c-checkout__heading-sub {
	font-size: .7em;
	display: none;
}
.c-checkout__heading-sub > a {
	color: #0054A6;
}
.c-checkout-name {
	display: block;
}
.c-checkout-spotlight {
	background-color: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	padding: 1rem;
	position: relative;
}
.c-checkout-spotlight--billing {
	padding-top: 2rem;
}
.c-checkout-spotlight > h5 {
	font-weight: normal;
	text-transform: uppercase;
}
.c-checkout-spotlight__link > h5 {
	color: #0054A6;
	font-size: 1.1rem;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
}
.c-checkout-spotlight__link:hover {
	text-decoration: none;
}
.c-checkout-spotlight__close {
	font-size: .8rem;
	position: absolute;
	right: .5rem;
	text-decoration: none;
	top: .25rem;
}
.c-checkout-spotlight--billing .c-checkout-spotlight__close {
	display: inline;
}
.c-checkout-spotlight__button {
	width: 100%;
}
.c-checkout-forgot {
	margin-left: 0;
}
.c-step__field {
	vertical-align: top;
	position: relative;
	margin: .5rem 0 1.75rem 0;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.c-step__field:last-of-type {
	margin-bottom: 0;
}
.c-step__field--nested {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 0;
}
.c-step__field > .c-step__field:not(.c-step__field--nested):not(:last-of-type) {
	margin-bottom: 1.25rem;
}
.c-step__field--nested .c-step__field--nested {
	margin-bottom: 0;
}
.c-step__field--tight {
	margin-top: -1rem;
}
.c-step__input-toggle {
	display: block;
}
.c-step__input-toggle > .o-input--checkbox {
	margin: 0 0 .75rem;
}
.c-step__field.c-step__mailing {
	width: 100%;
	margin-top: .75rem;
	padding-right: 0;
}
.c-step__line2 {
	margin-left: .75rem;
}
.c-step__field.c-step__city,
.c-step__field.c-step__state {
	display: none;
}
.c-step__field.c-step__state {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.c-step__state > select {
	margin-right: 1rem;
}
.c-step__field.c-step__zip {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: none;
}

.has-postal .c-step__zip {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.c-step__zip.o-input--error {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.has-postal .c-step__field.c-step__city,
.has-postal .c-step__field.c-step__state {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.has-postal .o-input__instructions,
.c-step__zip.o-input--error .o-input__instructions {
	display: none;
}
.c-step__zip.o-input--error .o-input__error-text {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.c-secure {
	text-align: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: block;
	padding: 0 1rem;
}
.c-secure__icon {
	font-size: 3rem;
}
.c-step__instructions {
	margin: -3rem 2rem 3.5rem 1rem;
	font-size: .9rem;
}
.c-step fieldset:last-of-type {
	margin: 0;
}
.c-step__field.c-billing__pm {
	width: 100%;
	margin: 0 0 .5rem;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}
.is-only-cc .c-step__field.c-billing__pm {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
.c-billing__pm:last-of-type {
	margin-bottom: 0;
}
.c-billing__pm-legend {
	font-weight: bold;
	margin-bottom: .5rem;
}
.is-only-cc .c-billing__pm-legend {
	display: none;
}
.c-billing__pm-fields {
	border-top: 1px solid #E7E7E7;
	width: 100%;
	padding: 0 .75rem;
}
.is-only-cc .c-billing__pm-fields {
	display: block;
	border-top: none;
}
.c-billing__pm-fields > .c-step__field--full:last-of-type {
	margin-bottom: .75rem;
}
.c-billing__pm .o-input--radio {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}
.is-only-cc .c-billing__pm > .o-input--radio {
	display: none;
}
.c-billing__icon {
	display: inline-block;
	margin: 0 .75rem 0 0;
	vertical-align: middle;
}
.c-billing__icon.ci-icon--checkbook {
	position: relative;
	top: -3px;
}
.c-billing__pm-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.c-billing__pm-info > span {
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	margin-right: .5rem;
}
.o-input--text.c-credit-card--is-iframe > label, 
.o-input--text.c-cvv--is-iframe > label {
	top: -1px;
}
.c-credit-card__loading {
	text-align: center;
	width: 100%;
	padding: 0 0 1rem;
}
.c-credit-card .c-credit-card__iframe,
.c-cvv .c-cvv__iframe {
	height: 2.9rem;
}
.c-cvv__tooltip {
	position: absolute;
	z-index: 3;
	top: .8rem;
	right: 0;
	font-size: 1.5rem;
	text-align: right;
}
.c-cvv__tooltip > .o-tooltip__trigger {
	margin-right: .6rem;
}
.c-cvv__tooltip > .o-tooltip {
	text-align: left;
	left: auto;
	width: calc(100vw - 5rem);
	max-width: 300px;
}
.c-cc-logo {
	background: url(/css/images/cc-logos-select.png);
	height: 30px;
	display: inline-block;
	width: 50px;
}
.c-cc-logo--visa {
	background-position: 0 -39px;
}
.c-cc-logo--visa.c-cc-logo--selected {
	background-position: 0 0;
}
.c-cc-logo--masterCard {
	background-position: -50px -39px;
}
.c-cc-logo--masterCard.c-cc-logo--selected {
	background-position: -50px 0;
}
.c-cc-logo--discover {
	background-position: -150px -39px;
}
.c-cc-logo--discover.c-cc-logo--selected {
	background-position: -150px 0;
}
.c-cc-logo--americanExpress {
	background-position: -100px -39px;
}
.c-cc-logo--americanExpress.c-cc-logo--selected {
	background-position: -100px 0;
}
.c-credit-card__exp-month,
.c-credit-card__exp-year {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
}
.c-credit-card__exp-month {
	max-width: 57%;
}
.c-credit-card__exp-year {
	max-width: 43%;
}
.c-credit-card__exp-month > select {
	margin-right: .5rem;
}
.c-billing__pm-fields .o-input__instructions {
	position: relative;
}
.c-step__field.c-recurring {
	margin-bottom: .5rem;
}
.c-premium {
	position: relative;
}
.c-premium.show-message {
	padding: 1rem;
}
.c-premium__error {
	font-size: .8rem;
	color: #0054A6;
	padding: 0 0 .5rem .5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: none;
}
.c-premium__error:before {
	content: '\f071';
	margin-right: .5rem;
	font-size: .9rem;
	position: relative;
	top: -2px;
	z-index: 10;
}
.show-message .c-premium__error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-premium__error-message {
	z-index: 10;
}
.c-premium__error-message > p:last-of-type {
	margin: 0;
}
.c-premium__error .c-premium__error-overlay {
	background-color: rgba(219, 219, 219, .65);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}
.c-premium__title {
	font-weight: bold;
	margin-bottom: .25rem;
}
.c-premium__image {
	float: left;
	margin: 0.3rem 1rem .5rem 0;
}
.c-premium__action {
	font-size: 1rem;
}

/*
-------------------------
Review/Complete
-------------------------
*/
.c-review__section {
	margin-bottom: 3rem;
}
.c-checkout-review .c-checkout__heading-sub {
	display: block;
}
.c-checkout-review .c-checkout__heading-sub > a {
	text-decoration: underline;
}
.c-review__information {
	margin-top: .75rem;
}
.c-review__information > div {
	margin-bottom: .75rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.c-review__information > div > dt,
.c-review__information > div > dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	margin: 0;
	overflow: hidden;
}
.c-review__information > div > dt {
	font-weight: bold;
	white-space: nowrap;
}
.c-review__information > div > dt:after {
	content: ':';
}
.c-complete__date {
	color: #999;
}

/*
-------------------------
AutoPay Feature
-------------------------
*/

.c-step--autopay, .c-step-autopay.o-input--error {
	background-color: #F8F8F8;
	color: rgb(66, 85, 99);
	border: 2px solid #999;
	border-radius: 5px;
	margin-top: 4rem;
}
.c-step.c-step--autopay .c-checkout__heading {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: -3rem;
	left: -2px;
}
.c-autopay__title {
	display: block;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.c-autopay__pm {
	margin: 0 0 1rem;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}
.c-autopay__pm > .o-input--radio {
	margin: 0;
}
.c-autopay__pm > .o-input--radio > label {
	align-items: center;
	padding: 0.5rem;
	width: 100%;
	cursor: pointer;
	font-size: 1rem;
}
.c-autopay__pm-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%
}
.c-autopay__pm-option {
	margin-left: 0.5rem;
	width: 100%;
}
.c-step--autopay .o-alert--error {
	display: none;
}
.c-step--autopay.o-input--error .o-alert--error {
	display: flex;
}
.c-autopay__pm-note {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 0.6rem;
	color:#575757
}
@media (min-width: 450px) {
	.c-autopay__pm-option {
		width: auto;
	}
	.c-autopay__pm-note {
		margin-left: auto;
		font-size: 0.75rem;
	}
}
.c-autopay__pd {
	overflow: auto;
	margin: 0 0 1rem;
}
.c-autopay__pd-select {
	width: fit-content;
}
.c-autopay__note {
	font-size: 0.85rem;
	color: #404040;
	margin: 0;
}

/*
-------------------------
Sidebar/Summary
-------------------------
*/
.c-checkout-summary.c-checkout-summary--side {
	display: none;
	border: 2px solid #E7E7E7;
	border-radius: 5px;
	margin: 0;
}
.c-cart-summary__heading {
	font-size: 1.25rem;
	font-weight: normal;
	background-color: #E7E7E7;
	margin: 0;
	padding: .5rem 1rem;
	text-align: left;
	text-transform: uppercase;
}
.c-checkout-summary--side .c-cart-summary__heading {
	text-align: center
}
.c-cart-summary__total > h4 {
	background-color: #999;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 1rem;
	text-transform: uppercase;
}
.c-cart-summary__content {
	margin: 0;
	padding: 0 1rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*
-------------------------
Fonts-loaded
-------------------------
*/
.u-fonts-loaded .c-upsell__thanks,
.u-fonts-loaded .c-upsell__header,
.u-fonts-loaded .c-summary-item__print {
	font-family: "Linotype Tetria", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}
.u-fonts-loaded .c-premium__error:before,
.u-fonts-loaded .c-summary-item__print:before {
	font-family: "ci-icons";
}

/*
-------------------------
Media Queries
-------------------------
*/
@media only screen and (min-width:23.25em) {
	/*372px (--sm) */

	.o-input--radio-toggle > label {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.c-summary-item__info-icon--circle {
		font-size: 1.25rem;
	}
	.c-summary-item--gift .c-summary-item__info .o-tooltip,
	.c-summary-item--fund .c-summary-item__info .o-tooltip {
		margin-right: -12px;
	}
}

@media only screen and (min-width:30em) {
	/*480px */
	
	.c-checkout-review .c-checkout__heading-sub,
	.c-checkout__heading-sub {
		display: inline;
		border-left: 2px solid #CCC;
		padding-left: 1rem;
		margin-left: 1rem;
	}
	.c-checkout-steps .c-checkout__heading-sub {
		padding-top: .25rem;
		text-transform: none;
		font-size: 1rem;
		font-weight: normal;
		font-family: Arial, sans-serif;
	}
	.c-checkout__supporter-greeting {
		display: none;
	}
	.c-checkout-name {
		display: inline;
	}
	.c-summary-item__freq {
		padding: 1.0625rem 0;
	}
	.c-summary-item__remove {
		font-size: .9rem;
	}
	.c-summary-item__gift .c-summary-item__info {
		padding-right: 2rem;
	}
	.c-summary-item__product {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		width: 60%;
		max-width: 60%;
	}
	.c-summary-item__info,
	.c-summary-item__actions {
		-ms-flex: 1 0 35%;
		flex: 1 0 35%;
		width: 35%;
		max-width: 35%;
	}
	.c-summary-item--gift .c-summary-item__price,
	.c-summary-item--fund .c-summary-item__price {
		font-size:1rem;
	}

	.c-cart-summary__amounts {
		-webkit-box-flex: 3;
		-ms-flex: 3 1 auto;
		flex: 3 1 auto;
	}
	.c-cart-summary__action {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-left: 1rem;
	}
	.c-checkout-summary--end .c-checkout-summary__totals {
		font-size: 1.0625rem;
	}
	.c-checkout-summary--end .c-checkout-summary__totals > div {
		width: 66%;
	}
	.c-upsell__content.c-upsell__content--fund .c-upsell__description {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		max-width: 60%;
	}
	.c-upsell__content--fund .c-upsell__options {
		padding: 0 0 0 1.5rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		max-width: 40%;
	}
	.c-upsell__content.c-upsell__content--select .c-upsell__description {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		max-width: 40%;
	}
	.c-upsell__content--select .c-upsell__options {
		padding: 0 0 0 1rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		max-width: 60%;
	}
	.c-upsell__content.c-upsell__content--select .o-button {
		width: inherit;
	}
	.c-upsell__content--select .select-child__criteria > .yui3-g > .yui3-u-1-3 {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width:40em) {
	/*640px*/

	.c-summary-item--sponsorship > .c-summary-item__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
		margin-right: 0;
	}
	.c-summary-item__freq {
		padding: 0;
	}
	.c-summary-item__freq {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		width: 12%;
		max-width: 12%;
	}
	.c-summary-item__title > h5,
	.c-summary-item__title > a {
		font-size: 1.2rem;
	}
	.c-summary-item--sponsorship .c-summary-item__title > a {
		margin-top: 0;
	}
	.c-summary-item__icon {
		font-size: 1.5rem;
		margin-top: .7rem;
	}
	.c-summary-item--sponsorship .c-summary-item__freq {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		width: 10%;
		max-width: 10%;
	}
	.c-summary-item--sponsorship .c-summary-item__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding-left: 1rem;
	}
	.c-summary-item--sponsorship .c-summary-item__price.c-summary-item__price--options {
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: flex-end;
		margin-top: 28px;
	}
	.c-summary-item__info .o-button--link {
		padding: .6rem 2rem;
		margin: 0 -2rem;
	}
	.c-summary-item__annual {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		padding-left: 1.5rem;
	}
	.c-upsell .c-summary-item__product {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
	}
	.c-upsell__description,
	.c-upsell__actions {
		margin-left: 40%;
		padding-left: 1rem;
	}
	.c-upsell__description {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		max-width: 60%;
		padding-left: 1rem;
	}
	.c-upsell__actions .o-button {
		margin: 0 0 .5rem;
		width: inherit;
	}
	.c-upsell__actions .c-upsell__decline {
		text-align: left;
	}
	.c-review__information > div > dt {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
		width: 33%;
	}
	.c-review__information {
		margin-left: 1.5rem;
	}
	.c-review__information > div > dd {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 66%;
		flex: 1 0 66%;
		width: 66%;
	}
}

@media only screen and (min-width:45.5em) {
	/*728px (--md)*/

	.c-summary-item__freq {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		width: 35%;
		max-width: 35%;
		padding: 1.0625rem 0;
	}
	.c-summary-item {
		padding: 1rem 0;
	}
	.c-summary-item--sponsorship .c-summary-item__title > a {
		margin-top: 2rem;
	}
	.c-summary-item--sponsorship > .c-summary-item__product,
	.c-summary-item--sponsorship > .c-summary-item__freq,
	.c-summary-item--sponsorship > .c-summary-item__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.c-summary-item--sponsorship .c-summary-item__price {
		padding-left: 0;
	}
	.c-summary-item--sponsorship .c-summary-item__price.c-summary-item__price--options {
		margin-top: 0;
	}
	.c-summary-item__info .o-button--link {
		padding: .6rem 1.5rem;
		margin: 0 -1.5rem;
	}
	.c-summary-item__remove {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.c-summary-item__image-holder {
		margin-right: .75rem;
	}
	.c-summary-item__annual {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding-left: 0;
	}
	.c-summary-item__gift {
		padding: 1rem 0 0;
	}
	.c-checkout-spotlight--billing {
		padding-top: 1rem;
	}
	.c-step {
		padding: 1rem;
	}
	.c-step.c-step--solo {
		margin: 0;
	}
	.c-step.c-step--summary {
		padding: 0;
	}
	.c-step.is-only-cc {
		padding: 0 1rem;
	}
	.c-step--comments {
		padding: 0;
	}
	.c-step .c-checkout__heading {
		margin: -2rem -1rem 1rem;
	}
	.c-step__field {
		width: 50%;
	}
	.c-step__field--full {
		width: 100%;
		padding-right: 0;
	}
	.c-step__field--toggles {
		width: 75%;
		padding-right: 0;
	}
	.c-step__field--nested {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 0;
		max-width: 50%;
		/* IE11 */
	}
	.c-step__field > input,
	.c-step__field > select {
		margin-right: 1rem;
	}
	.c-step__field--nested:last-of-type > input {
		margin-right: 0;
	}
	.c-step__zip.o-input--error {
		padding-right: 1rem;
	}
	.has-postal .c-step__zip.o-input--error {
		padding-right: 0;
	}
	.c-step__field.c-billing__pm {
		margin: 0 0 1rem;
	}
	.c-billing__pm:last-of-type {
		margin-bottom: 0;
	}
	.c-billing__pm-fields {
		padding: 0 .75rem 0 2.25rem;
	}
	.is-only-cc .c-billing__pm-fields {
		padding-left: .75rem;
	}
	.c-billing__pm-nickname {
		margin-right: 2rem;
	}
	.c-billing__pm-expires:before {
		content: '-';
		margin: 0 .25rem;
	}
	.c-credit-card .c-credit-card__iframe,
	.c-cvv .c-cvv__iframe {
		padding-right: 1rem;
	}
	.c-cvv__tooltip {
		right: .65rem;
	}
	.c-cvv__tooltip > .o-tooltip {
		width: 25vw;
	}
	.c-credit-card__exp-month,
	.c-credit-card__exp-year {
		max-width: 100%;
	}
	.c-credit-card__exp-month {
		margin-bottom: 1rem;
	}
	.c-credit-card__exp-month > select,
	.c-credit-card__exp-year > select {
		margin-right: 1rem;
	}
	.has-sticky-summary .c-upsell {
		border-bottom: none;
	}
	.has-sticky-summary .c-step-solo .c-upsell {
		border-bottom: 3px solid #444;
	}
	.c-upsell .c-summary-item__product {
		position: inherit;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.c-upsell__description,
	.c-upsell__actions {
		margin-left: 0;
		padding-left: 0;
	}
	.c-upsell__description {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.c-upsell__actions .o-button {
		margin: 1rem auto .5rem;
		width: 100%;
	}
	.c-upsell__actions .c-upsell__decline {
		text-align: center;
	}
	.c-cart-summary__action {
		margin-left: 0;
	}
	.has-sticky-summary {
		margin-bottom: 0;
	}
	.c-checkout-summary.c-checkout-summary--end {
		border-bottom: none;
		background-color: transparent;
		margin: 0;
		padding: 0;
		position: static;
		width: inherit;
	}
	.c-checkout-summary.c-checkout-summary--side {
		display: block;
	}
	.c-checkout-summary--end .c-checkout-summary__totals {
		border-radius: 0 0 4px 4px;
		font-size: 1rem;
		margin-bottom: 1rem;
		padding-left: 115px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.c-checkout-summary--end .c-checkout-summary__totals > h5 {
		display: block;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
		position: absolute;
		left: 1rem;
		top: 25%;
	}
	.c-checkout-summary--end .c-checkout-summary__actions {
		padding: 0;
	}
	.c-checkout-summary--end .c-checkout-summary__actions .o-button {
		width: inherit;
		min-width: 225px;
	}
	.c-checkout-summary--end .o-apple-pay-button--review {
		width: 230px;
	} 
}

@media only screen and (min-width:62.5em) {
	/*1000px (--lg)*/

	.c-summary-item--sponsorship .c-summary-item__title > a {
		margin-top: 0;
	}
	.c-summary-item--sponsorship > .c-summary-item__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
		margin-right: 0;
	}
	.c-summary-item__freq {
		padding: 0;
	}
	.c-summary-item__freq {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		width: 12%;
		max-width: 12%;
	}
	.c-summary-item--sponsorship .c-summary-item__freq {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		width: 10%;
		max-width: 10%;
	}
	.c-summary-item--sponsorship .c-summary-item__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding-left: 1rem;
	}
	.c-summary-item--sponsorship .c-summary-item__price.c-summary-item__price--options {
		margin-top: 28px;
	}
	.c-summary-item__actions {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		width: 30%;
		max-width: 30%;
	}
	.c-summary-item__info {
		-ms-flex: 1 0 30%;
		flex: 1 0 30%;
		width: 30%;
		max-width: 30%;
	}
	.c-summary-item__info .o-button--link {
		padding: .6rem 2rem;
		margin: 0 -2rem;
	}
	.c-summary-item__annual {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		padding-left: 1.5rem;
	}
	.c-credit-card__exp-month {
		max-width: 57%;
	}
	.c-credit-card__exp-year {
		max-width: 43%;
	}
	.c-credit-card__exp-month {
		margin-bottom: 0;
	}
	.c-credit-card__exp-month > select {
		margin-right: .5rem;
	}
	.c-upsell .c-summary-item__product {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
	}
	.c-upsell__description,
	.c-upsell__actions {
		margin-left: 40%;
		padding-left: 1rem;
	}
	.c-upsell__description {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		max-width: 60%;
		padding-left: 1rem;
	}
	.c-upsell__actions .o-button {
		margin: 0 0 .5rem;
		width: inherit;
	}
	.c-upsell__actions .c-upsell__decline {
		text-align: left;
	}
}

@media only print {
	html,
	body {
		font-size: .75rem;
	}

	#SEStartButton,
	.conf-info-message,
	.trusted-charity,
	#trusted-charity-logos,
	.checkout-thanks-video,
	.c-footer__trust-items {
		display: none !important;
	}
}

/* Additional mobile buttons for checkout cart */

.o-button--full {
    width: 100%;
}

@media (min-width: 45.5rem) {
    .u-tablet-mobile-only {
        display: none;
    }
}

/* iOS iFrame workaround */
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
textarea:hover {
	cursor: text
}
