.clear {
	clear: both;
}

hr.separator {
	display:none;
}

.inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}
.hide {
	display: none !important;
}
#view_ext .inner, #view_group .inner {
	padding-top: 40px;
	padding-bottom: 60px;
}
#group-msg {
	padding-top: 20px;
	text-align: center;
}
.tm-product-grid .inner {
	max-width: none;
	padding: 38px 0 26px;
}
.mini-inner {
	padding: 2px 0 26px;
}
.epo_area .mini-inner,
.covered_area .mini-inner {
	padding: 12px 0 0;
}

.mini-inner h3 {
	margin: 0;
}

.holder {
	display: grid;
	column-gap: 22px;
	row-gap: 20px;
	grid-template-columns: 25% 25% 25% 25%;
}
.popup {
	display: none;
	font-size: 14px;
	line-height: 1.2;
}
.popup .content {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}
.popup .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.popup .desc {
	padding: 0 0 6px;
}
.popup .desc p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.popup .price {
	color: #444;
	margin-bottom: 30px;
}
.popup .tm-image-frame {
	padding-left: 30px;
	padding-right: 20px;
	overflow: hidden;
}
.popup .popup-inner {
	padding-right: 22px;
}
@media screen and (min-width: 767px) {
	.popup .popup-inner {
		display: flex;
		align-items: stretch;
	}
	.popup .content {
		display: flex;
		flex-flow: column;

	}
	.popup .tm-image-frame {
		padding-left: 0;
		padding-right: 0;
		flex: 0 0 50%;
	}
}

.formal {
	background: #e7edf0;
	padding: 5% 0;
}

.grand-alert,
.highlight {
	background: #008ca9;
	padding: 5% 0;
}

.order-form {
	color:#818a8f;
}
.order-form select {
	margin: 0;
}
.order-form p {
	margin-top:30px;
}

#breast_pump_wrapper {
	letter-spacing: 0px;
	position: relative;
	max-width: 100vw;
}

#view_1, #view_2, #view_3, #view_4, #view_5, #view_6, #view_ext, #view_group {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	background: #fff;
}

#view_2, #view_3, #view_4, #view_5, #view_6, #view_ext, #view_group {
	display:none;
}

#cart {
	display: none;
	width: 320px;
	max-height: calc(100vh - 220px);
	position: fixed;
	top: 210px;
	right: 0;
	z-index: 100;
	background: #fff;
}
#cart.top {
	position: absolute;
	top: 184px;
}
#cart.bottom {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	margin-top: -210px;
}
#cart .inner {
	overflow-y: auto;
	max-height: calc(100vh - 409px);
	padding: 10px 18px 0 16px;
}
#cart .inner:empty {
	padding: 0;
}
#cart .cart-close, #cart .cart-icon, #cart .cart-title {
	display: none;
}

#cart h5 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 2px;
}
.line-item {
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 1.333;
	position: relative;
}
.line-item::after, .cart-cost::after {
	content: '';
	display: table;
	clear: both;
}

.info-toggle {
	right: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #0094b3;
	border-radius: 50%;
	float: right;
}
.info-toggle::before {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 10px;
	line-height: 1;
	content: 'i';
	display: block;
	font-weight: bold;
	color: #0094b3;
}
.info-popup {
	position: absolute;
	top: 0;
	right: 24px;
	display: none;
	left: 0;
	background: #0094b3;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 4px;
	font-size: 14px;
	z-index: 20;
	box-shadow: -1px 1px 3px 0 rgba(0,0,0, 0.5);
}
.info-popup::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -9px;
	top: 6px;
	transform: translate(-50%, -50%);
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0094b3;
}

.info-toggle.popup-up .info-popup {
  bottom: 100%;
  top: auto;
  margin-bottom: -15px;
}
.info-toggle.popup-up .info-popup::after {
  top: auto;
  bottom: -6px;
}

.info-toggle:hover .info-popup, .info-toggle:focus .info-popup {
	display: block;
}
.info-toggle + .line-name {
	padding-right: 24px;
}

.line-name {
	color: #444;
	padding-bottom: 3px;
}
.line-item .line-price, .cart-total {
	font-weight: 700;
	color: #000;
	float: right;
}
.line-item .remove-from-cart {
	margin-right: 6px;
	font-weight: 700;
	float: left;
	color: #0094b3;
	text-decoration: underline;
	cursor: pointer;
}
.line-item .remove-from-cart:hover {
	color: #18a99e;
}

.cart-bottom {
	padding: 6px 20px 18px;
	border-top: 1px solid #ddd;
}
.cart-cost {
	padding-bottom: 10px;
}
.cart-cost h5 {
	margin-right: 8px;
	float: left;
}
.cart-cost small {
	clear: both;
	display: block;
	line-height: 1;
	text-align: right;
}
.cart-total {
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.nexter {
	background: #e9734f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border-radius: 14px;
	height: 42px;
	line-height: 36px;
	padding: 4px 12px;
	margin-bottom: 10px;
}
.nexter:hover {
	background: #00bbc4;
}
.cart-notice {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #444;
}

#breast_pump_wrapper h1 {
	color: #0094b3;
	font-size: 32px;
	padding: 0;
	margin: 10px 0 18px;
}

#breast_pump_wrapper h2 {
	color: #0094b3;
	font-size: 32px;
	line-height: 36px;
}

#view_2 .highlight, #view_3 .highlight, #view_4 .highlight, #view_5 .highlight {
	padding: 0;
}
#breast_pump_wrapper .grand-alert h2,
#breast_pump_wrapper #view_2 .highlight h2,
#breast_pump_wrapper #view_3 .highlight h2,
#breast_pump_wrapper #view_4 .highlight h2,
#breast_pump_wrapper #view_5 .highlight h2 {
	margin: 0;
}
#breast_pump_wrapper .grand-alert p,
#breast_pump_wrapper #view_2 .highlight p,
#breast_pump_wrapper #view_3 .highlight p,
#breast_pump_wrapper #view_4 .highlight p,
#breast_pump_wrapper #view_5 .highlight p {
	font-size: 16px;
	line-height: 20px;
	margin: 6px 0;
}
#ext-msg {
	text-align: center;
}

#view_6 h2 {
	margin: 50px 0 0;
}

#breast_pump_wrapper h3 {
	color: #0094b3;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 10px 0 5px 0;
	text-align: center;
}
#breast_pump_wrapper .tm-light-bg {
	background: #fff;
}

#breast_pump_wrapper .highlight h1,
#breast_pump_wrapper .highlight h2,
#breast_pump_wrapper .highlight h3,
#breast_pump_wrapper .highlight p,
#breast_pump_wrapper .highlight label span {
	color: #000;
}
#breast_pump_wrapper .highlight.tm-product-grid h3 {
	text-align: left;
}
#breast_pump_wrapper .grand-alert a,
#breast_pump_wrapper .highlight a {
	color: #ffa687;
	font-weight: 600;
}

p {
	line-height: 30px;
	font-size: 18px;
}

.amount, .product-info .plus {
	display: inline;
}
.product-info .plus {
	font-weight: normal !important;
	padding: 3px 0px 2px 0px;
	font-size: 15px;
}
.separator {
	display: inline;
	padding: 0 2px;
}
.header_area {
	padding-top: 6%;
	padding-bottom: 5%;
}
@media screen and (min-width: 1024px) {
	.header_area {
		margin: 0 -40px;
	}
}

.header_container {
	position: relative;
}
#breast_pump_wrapper #processing,
#breast_pump_wrapper #confirm-remove,
#breast_pump_wrapper .header_container .mobile-header,
#pump_was_upgraded, #additional_cost {
	display: none;
}
#processing h2,
#confirm-remove h2 {
	margin: 0;
	color: #0094b3;
}
#confirm-remove {
	text-align: center;
}
#confirm-remove h2 {
	font-size: 25px;
	line-height: 1.2;
}
#confirm-remove p {
	margin: 16px 0;
}

.pump_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	position: relative;
}
.pump_header .step {
	-webkit-flex: 1 0 16.6667%;
	flex: 1 0 16.6667%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
	color: #616161;
	position: relative;
	cursor: default;
}
.pump_header .step:last-child {
	padding-right: 0;
}

.pump_header .step p.headline {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #444444;
	font-size: 16px;
	line-height: 1.333;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}
.pump_header .step .circle {
	font-size: 47px;
	width: 66px;
	height: 66px;
	line-height: 72px;
	box-sizing:border-box;
	padding: 0;
	color: #ffffff;
	background-color: #C7C7C7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 14px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.pump_header .step.selectable .circle.active,
.pump_header .step .circle.active {
	background-color: #e9734f;
}
.pump_header .step::before {
	content: '';
	width: 100%;
	left: 55%;
	position: absolute;
	top: 32px;
	border-bottom: 4px dotted #C7C7C7;
}
.pump_header .step:last-child::before {
	content: none;
}

.pump_header .step.complete p.headline {
	color: #818a8f;
}/* completed check marks
.pump_header .step.complete.selectable .circle,
.pump_header .step.complete .circle {
	background-color: #18a99e;
	color: #18a99e;
	transition: color 300ms ease;
}
.pump_header .step.complete .circle:before {
	position: absolute;
	top: 22px;
	left: 15px;
	content: '';
	background-repeat: no-repeat;
	background-image: url('../images/check.svg');
	background-size: 49px 38px;
	height: 38px;
	width: 49px;
	opacity: 1;
	transition: opacity 200ms ease;
}*/
.pump_header .step.complete::before {
	border-bottom-color: #0094B3;
}

.pump_header .step.selectable {
	cursor: pointer;
}

.pump_header .step.selectable .circle {
	background: #0094b3;
}
.pump_header .step.selectable p.headline {
	color: #0094b3;
	text-decoration: underline;
  text-underline-position: under;
	cursor: pointer;
}

.pump_header .step.selectable:hover .circle {
	color: #fff;
}
.pump_header .step.selectable:hover .circle::before {
	opacity: 0;
}
.pump_header .step.selectable:hover p.headline {
	color: #00b2a9;
}

#premium_prod {
	margin-bottom:5px !important;
}

.popup {
	padding: 18px 0 40px 0;
	min-width: 400px;
	max-width: calc(100vw - 12px);
	max-height: calc(100dvh - 6px);
}
@media screen and (min-width: 812px) {
	.popup {
		max-width: 800px;
	}
}
.popup .desc ul {
	list-style: disc;
	padding-left: 20px;
}
.popup .desc ol {
	list-style: decimal;
	padding-left: 20px;
}
.popup .desc li, .popup .desc p {
	margin: 10px 0;
}
.popup .desc a {
	color: #0094b3;
}
.popup .desc a:hover {
	color: #18a99e;
}
.fancybox-close-small {
	width: 52px;
	height: 52px;
}
.fancybox-close-small svg path {
	fill: #0094B3;
}
.fancybox-close-small:hover svg path {
	fill: #00b1a9;
}

div.col2 {
	display: inline-block;
	width: 49%;
}

label {
	position: relative;
	display:block;
}

.category-ack {
	display: none;
}
.ack_wrap {
	padding-top:32px;
	min-height: 50px;
}
.specify_language,
.ack_wrap.insurance-term {
	display: none;
}
.ack_wrap.mailing-list:after {
	display: table;
	content: '';
	clear: both;
}
.ack_wrap.insurance-term label, .ack_wrap.mailing-list label {
	display: table-row;
    clear: both;
}

.ack_wrap  input[type="checkbox"] {
	float:left;
	margin-top:3px;
}

input[name="primary_insurance_id"], input[name="pif_name"], input[name="ssn"] {
	margin-bottom: 0 !important;
}

.ack_wrap p {
	margin-left:20px;
	margin-bottom: 25px;
}
.ack_wrap a:link, .ack_wrap a:visited {
	color: #008ca9;
	font-weight: 600;

}
.ack_wrap a:hover {
	color: #e9734f;
}

#breast_pump_wrapper .next_btn, #breast_pump_wrapper .prev_btn, #breast_pump_wrapper .tm-button {
	display: inline-block;
	background: #e9734f;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	font-family: inherit;
	color: #ffffff !important;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	line-height: 26px;
	height: 56px;
	outline: none;
	cursor: pointer;
	max-width: 300px;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 17px;
	width: 100%;
}

#breast_pump_wrapper .next_btn:hover, #breast_pump_wrapper .prev_btn:hover {
	background: #00bbc4;
}
#breast_pump_wrapper .tm-button:hover {
	background: #00b3a8;
}

#view_2 .next_btn, #view_3 .next_btn.extend, #view_4 .next_btn.extend, #view_5 .next_btn.extend {
	max-width: 450px;
}
#breast_pump_wrapper .next_btn.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}
#breast_pump_wrapper .next_btn.disabled:hover {
	background: #e9734f;
}
#breast_pump_wrapper .next_btn img, #breast_pump_wrapper .prev_btn img {
	display:inline-block !important;
	vertical-align: middle !important;
}

#breast_pump_wrapper .prev_btn {
	float: left;
}
#ext-link {
  max-width: 360px;
}

#breast_pump_wrapper .loading, #breast_pump_wrapper .loader, .echecker-loading {
	display: none;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	background-image: url('../images/loading.gif');
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center;
}
#breast_pump_wrapper .loader {
	width: 100%;
	height: 42px;
	background-size: 42px 42px;
	margin-bottom: 10px;
}

#breast_pump_wrapper .grand-alert,
#motherInfo .highlight {
	background: #e7edf0;
	padding-top: 0;
}
#breast_pump_wrapper .grand-alert h2,
#motherInfo .highlight h2 {
	color: #0094b3;
	margin: 0 !important;
}
#motherInfo .ack_wrap {
	min-height: 62px;
}
#breast_pump_wrapper #motherInfo .highlight label span {
	color: #616161;
}
#detCov {
	width: 300px !important;
}

#breast_pump_wrapper .tm-image-frame .fancy-details {
	display: block;
}

/* badges */
#breast_pump_wrapper .badge {
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 10px;
	pointer-events: none;
}
#breast_pump_wrapper .badge:nth-child(2n) {
	top: 100px;
}
#breast_pump_wrapper .additional {
	background-image: url('../images/badge-additional.png');
}
#breast_pump_wrapper .backorder {
	background-image: url('../images/badge-backorder.png');
}
#breast_pump_wrapper .fsa-hsa {
	background-image: url('../images/badge-fsa-hsa.png');
}
#breast_pump_wrapper .topseller {
	width: 117px;
	background-size: 117px 80px;
	transform: translate(18px);
	background-image: url('../images/badge-topseller.png');
}

#breast_pump_wrapper .tm-product-grid {
	padding-bottom: 76px;
	background-color: #f1f1f1;
	padding-left: 10%;
	margin: 0;
	padding-right: calc(10% + 256px);
}
#breast_pump_wrapper .tm-product-grid + .tm-product-grid {
	padding-top: 20px;
}
#breast_pump_wrapper .tm-product-grid:nth-child(even) {
	background-color: #f4f7f8;
}
#breast_pump_wrapper .tm-product-grid:last-child {
	padding-bottom: 60px;
}
#breast_pump_wrapper #view_3 .tm-product-grid,
#breast_pump_wrapper #view_4 .tm-product-grid {
	padding-bottom: 38px;
}


#breast_pump_wrapper .tm-grid-item {
	background: #fff;
	padding: 16px 13%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 12px;
	line-height: 1.6667;
	color: #444;
	position: relative;
}
.fancybox-container .tm-image-frame,
#breast_pump_wrapper .tm-image-frame {
	margin-bottom: 4px;
	min-height: 150px;
}
.v-spacer {
	height: 48px;
}
#breast_pump_wrapper .tm-grid-item.variations .name {
	margin-top: 0;
}
#breast_pump_wrapper .tm-grid-item .name {
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	padding-bottom: 8px;
	margin: 30px -4px auto;
}
#breast_pump_wrapper .tm-grid-item.error-present {
	transition: box-shadow 0.2s;
	box-shadow: 0 0 5px 2px #cc0f0f;
}
#breast_pump_wrapper .tm-grid-item.error-present .variant-topic {
	color: #cc0f0f;
}
#birthdates_switched,
#medicaid_is_not_insurance {
	color: #cc0f0f;
	display: none;
	font-size: 15px;
}
#medicaid_is_not_insurance {
	line-height: 1.2;
}
#breast_pump_wrapper .tm-grid-item.error-present .variant-option.okay::before {
	content: none;
}
#breast_pump_wrapper .tm-grid-item.error-present .variant-option.okay .variant-topic {
	color: #444;
}
#breast_pump_wrapper .fancy-details {
	margin-bottom: 18px;
}
#breast_pump_wrapper .fancy-details:link,
#breast_pump_wrapper .fancy-details:visited {
	text-decoration: underline;
	color: #0094b3;
}
#breast_pump_wrapper .fancy-details:hover {
	color: #18a99e;
}
@media screen and (max-width: 1980px) {
	.holder {
		grid-template-columns: 33.333% 33.333% 33.333%;
	}
}
@media screen and (max-width: 1300px) and (min-width: 991px) {
	.holder {
		grid-template-columns: 50% 50%;
	}
}

#breast_pump_wrapper .tm-product-content img {
	display: block;
	width: 100%;
	height: auto;
}

.proceed {
	background: #00b2a9;
}

#breast_pump_wrapper .tm-team {
	margin-bottom: 0;
	width: 100%;
}
#breast_pump_wrapper #view_2 .tm-team h2,
#breast_pump_wrapper #view_3 .tm-team h2,
#breast_pump_wrapper #view_4 .tm-team h2,
#breast_pump_wrapper #view_5 .tm-team h2 {
	padding: 0 0 10px;
	font-size: 32px;
	line-height: 36px;
}
#breast_pump_wrapper .tm-team h6 {
	font-size: 22px;
	line-height: 22px;
}
#breast_pump_wrapper .tm-team .uk-overlay-panel {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.error_zone {
	display: none;
	background: #cc0f0f;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 4px 20px;
	font-size: 32px;
	line-height: 62px;
	position: relative;
	height: 70px;
}
#view_6 .error_zone {
	font-size: 20px;
	line-height: 32px;
	height: 40px;
	margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
	.error_zone {
		padding-right: 340px;
	}
	#view_1 .error_zone {
		padding-right: 20px;
	}
}
@media screen and (min-width: 1560px) {
	.error_zone {
		padding-right: 20px;
	}
}
#prescriptInfo.error h2, #shipInfo.error h2,
#breast_pump_wrapper .error > label,
#breast_pump_wrapper .error > label span,
#breast_pump_wrapper .highlight .error > label span,
#breast_pump_wrapper .error > .pretty-important {
	color: #cc0f0f !important;
}
#breast_pump_wrapper .error > input[type="file"] + label span {
	color: #fff !important;
}
#breast_pump_wrapper .error input[type="text"],
#breast_pump_wrapper .error input[type="email"],
#breast_pump_wrapper .error input[type="tel"],
#breast_pump_wrapper .error select,
#breast_pump_wrapper .error textarea,
#breast_pump_wrapper .error .cs-placeholder {
	border: 2px solid #cc0f0f;
}

select[disabled], input[disabled], textarea[disabled], #breast_pump_wrapper select option[disabled] {
	opacity: 0.5;
	cursor: default;
}

#select_boxes::after {
	clear: both;
	content: '';
	display: table;
}
#insurance_id {
	width: 100%;
	max-width: 474px;
}

#state_wrapper, #county_wrapper {
	float: left;
}
#insurance_wrapper {
	float: right;
	width: 430px;
}
#county_wrapper {
	padding-top: 12px;
	float: left;
}
#state_id, #county_id {
	width: 100%;
}

p.instruction {
	margin-bottom: 10px;
}

select.customized {
	z-index: -1;
}
.changing select.customized {
	z-index: 200;
	opacity: 1;
}

a#policies {
	color: #0055A0;
	text-decoration:none;
}

#motherInfo label {
	font-size:17px;
	line-height: 24px;
	display: block !important;
}

#motherInfo .highlight, #motherInfo .formal {
  padding-right: 0px;
}
/*
Added to https://codepen.io/jakobud/pen/vmKLYb then compiled
#motherInfo .highlight, #motherInfo .formal {
  padding-right: 0;
  $map: (768px: 320px, 1080px: 320px, 1190px: 316px, 1290px: 316px, 1440px: 184px, 1630px: 0px);
  @include poly-fluid-sizing('padding-right', $map);
}
*/
@media (min-width: 768px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: calc(0vw + 320px);
  }
}
@media (min-width: 1080px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: calc(-3.6363636364vw + 359.2727272727px);
  }
}
@media (min-width: 1190px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: calc(0vw + 316px);
  }
}
@media (min-width: 1290px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: calc(-88vw + 1451.2px);
  }
}
@media (min-width: 1440px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: calc(-96.8421052632vw + 1578.5263157895px);
  }
}
@media (min-width: 1630px) {
  #motherInfo .highlight, #motherInfo .formal {
    padding-right: 0px;
  }
}

#breast_pump_wrapper .select_33 {
	margin-right: 9px;
	float: left;
	width: 32%;
}
#breast_pump_wrapper .col_48 .select_33 {
	margin-right: 8px;
}
#breast_pump_wrapper .select_33:nth-child(4) {
	margin-right: 0 !important;
}


#motherInfo input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#motherInfo input[type="file"] + label span {
    max-width: 80%;
    font-size: 18px;
		line-height: 18px;
		border-radius: 24px;
		text-align: center;
		margin-right: 20px;
		margin-bottom: 5px;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		padding: 10px 20px 7px;
		color: #fff;
		background-color: #e9734f;
}
#motherInfo input[type="file"][disabled] + label span {
		cursor: default;
		opacity: 0.5;
		background-color: #e9734f !important;
}

#motherInfo input[type="file"]:focus + label,
#motherInfo input[type="file"].has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#motherInfo input[type="file"]:focus + label span,
#motherInfo input[type="file"].has-focus + label span,
#motherInfo input[type="file"] + label:hover span {
    background-color: #00bbc4;
}

#breast_pump_wrapper input[type="text"], input[type="email"], input[type="tel"], #motherInfo textarea {
	display: inline-block;
	padding: 10px 10px 7px 10px;
	font-family: inherit;
	font-size: 18px;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: 20px;
	border: 1px solid #0094b3;
	background: #fff;
	height: 48px;
	width: 100%;
	color: #616161;
	box-sizing: border-box;
	vertical-align: baseline;
}
#motherInfo textarea {
	height: auto;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 400px;
}
#motherInfo select {
	width: 100%;
}

#breast_pump_wrapper .mobile-header,
#breast_pump_wrapper select {
	background-color: #fff;
	background-image: url('../images/drop.png');
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 58px 49px;
	border: 1px solid #0094b3;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #616161;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	height: 48px;
	padding: 10px 64px 7px 10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	line-height: 1;
}
#breast_pump_wrapper select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #616161;
}
#breast_pump_wrapper select option {
	text-shadow: none;
	padding: 2px 12px;
}
#breast_pump_wrapper select option:not(:checked) {
	color: #616161;
}
#breast_pump_wrapper select.loading-select {
	background-color: #fff;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 48px 48px;
}
#breast_pump_wrapper .cs-placeholder.loading-select::before {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 48px 48px;
}
#breast_pump_wrapper .cs-placeholder.loading-select::after {
	background-color: #fff;
}

#breast_pump_wrapper .formRow {
	margin: 16px 0;
}
#breast_pump_wrapper h2 + .formRow {
	margin-top: 8px;
}
#breast_pump_wrapper .formRow:after {
	clear: both;
	display: table;
	content: '';
}
#breast_pump_wrapper .col_33 {
	float: left;
	width: calc(33% - 16px);
	box-sizing: border-box;
	margin-right: 24px;
}
#breast_pump_wrapper .col_43 {
	float: left;
	border:solid red 0px;
	width: calc(43% - 16px);
	box-sizing: border-box;
	margin-right: 24px;
}
#breast_pump_wrapper .col_14 {
	float: left;
	width: calc(14% - 16px);
	box-sizing: border-box;
	margin-right: 24px;
}
#breast_pump_wrapper .col_24 {
	float: left;
	width: calc(24% - 16px);
	box-sizing: border-box;
	margin-right: 0;
}
#breast_pump_wrapper .col_100 {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#breast_pump_wrapper .col_49 {
	float: left;
	width: calc(50% - 12px);
	box-sizing: border-box;
}
#breast_pump_wrapper .col_50 {
	float: left;
	width: calc(50% - 12px);
	box-sizing: border-box;
	margin-right: 24px;
}

#breast_pump_wrapper .col_51 {
	float: left;
	width: 474px;
	box-sizing: border-box;
	margin-right: 36px;
}
#breast_pump_wrapper .col_48 {
	float: left;
	width: 430px;
	box-sizing: border-box;
}
#view_1 #baby_month {
	width: 148px;
}
#view_1 #baby_day {
	width: 126px;
}
#view_1 #baby_year {
	width: 140px;
}

#breast_pump_wrapper .formRow div[class^=col_]:last-child {
	margin-right: 0;
}

#motherInfo h2 + .ack_wrap {
	padding-top: 12px;
}
#motherInfo .ack_wrap p {
	margin-bottom: 0;
}

.btn_wrapper {
	margin-top: 25px;
  text-align: center;
}
#view_2 .btn_wrapper, #view_3 .btn_wrapper, #view_4 .btn_wrapper, #view_5 .btn_wrapper {
	margin-top: 0;
	padding-top: 32px;
	padding-bottom: 38px;
}

#motherInfo .align_top {
	vertical-align:top;
}

p.redText {
	margin-top: 4px !important;
}

#tricare {
	display:none;
}
#breast_pump_wrapper .policyCheck {
	min-height: 50px;
	padding-top: 0;
	margin-bottom: 10px;
}
#breast_pump_wrapper .formRow.secondaryCheck {
	min-height: 50px;
	margin-top: 22px;
	display: flex;
	align-items: center;
}
.important {
	position: relative;
	padding: 0;
	box-sizing: border-box;
}
.communique {
	font-size: 15px;
	display: inline-block;
	margin-top: 4px;
	line-height: 1.1;
	color: #818a8f;
}

#mass_health_form {
	display: none;
	color: #616161;
}
#mass_health_form a {
	color: #ffa687;
	font-weight: 600;
}
.sometimes-required {
	display: none;
}

.important p, p.redText {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-top: 30px;
	line-height: 16px;
	vertical-align: middle;
	color: #18a99e;
}
.important p {
	margin: 10px 0;
}
#shipInfo .important p {
	margin-top: 0;
}
#basicInfo p.redText {
	display: block;
	height: 28px;
}
#basicInfo.lookupInfo .centered {
	text-align: center;
}
#basicInfo.lookupInfo .col_50.inline,
#basicInfo.lookupInfo .col_49.inline {
	float: none;
	display: inline-block;
}
.light {
	font-weight: 400;
}

#sec_insur_prov {
	display: none;
	margin-top: -12px;
}
#sec_insur_prov .formRow {
	padding-bottom: 18px;
}

#select_boxes div#county_wrapper,
#group-btn,
#group_wrapper,
#ny_wrapper {
	display:none;
}

.read_and_sign {
	float:left;
	white-space: wrap;
}

.read_and_sign ul {
	margin-left: 20px;
}

.read_and_sign ul li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

#signPad {
	padding:0px;
	width:262px;
	height:105px;
	border:solid #000000 1px;
	margin-bottom:10px;
}


.clearButton, .clearButton:visited, .clearButton:hover, .clearButton:active {
	float:right;
	text-decoration:none;
	font-size:12px;
	border:none !important;
}

input[name="has_prescription"], input[name="has_secondary_insurance"], input[name="ship_breast_pump"]  {
	display:inline-block;
	vertical-align:top !important;
	margin: 3px 5px 0 5px;
}

label.h_c_p, label.resup {
	vertical-align:top !important;
}
label.resup {
	float: left;
}
.resup + .resup {
	margin-left: 36px;
}

/* checkbox/radio customization */
#breast_pump_wrapper label input[type=radio],
#breast_pump_wrapper label input[type=checkbox] {
	display: none;
}
.fancybox-container label span,
#breast_pump_wrapper label span {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	color: #616161;
}
#breast_pump_wrapper label .tm-team h6 span{
	padding: 0 5px 0 0 !important;
	display: inline-block;
	color: #fff;
}
.fancybox-container .fake-input,
#breast_pump_wrapper label input[type=radio] + .input,
#breast_pump_wrapper label input[type=checkbox] + .input {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #0094b3;
	padding: 6px;
	height: 0;
	float: left;
	position: relative;
	border-radius: 3px;
}
.fancybox-container label.chosen .fake-input,
#breast_pump_wrapper label input[type=radio]:checked + .input,
#breast_pump_wrapper label input[type=checkbox]:checked + .input {
	border-color: #00b2a9;
}
.fancybox-container label.chosen .fake-input,
#breast_pump_wrapper .tm-product-grid label input[type=radio]:checked + .input,
#breast_pump_wrapper .tm-product-grid label input[type=checkbox]:checked + .input {
	background-color: #fff;
	border-color: #fff;
}
.fancybox-container label.chosen .fake-input:before,
#breast_pump_wrapper label input[type=checkbox]:checked + .input:before,
#breast_pump_wrapper label input[type=radio]:checked + .input:before {
	content: '';
	position: absolute;
	padding: 4px;
	background: #00b2a9;
	left: 50%;
	top: 50%;
	border-radius: 1px;
	transform: translate(-50%, -50%);
}
.fancybox-container label.chosen.sold-out .fake-input:before,
#breast_pump_wrapper label.sold-out input[type=checkbox]:checked + .input:before,
#breast_pump_wrapper label.sold-out input[type=radio]:checked + .input:before {
	background: transparent;
}
.fancybox-container label .fake-input.radio,
.fancybox-container label .fake-input.radio:before,
#breast_pump_wrapper label input[type=radio] + .input,
#breast_pump_wrapper label input[type=radio]:checked + .input:before {
	border-radius: 50%;
}
#breast_pump_wrapper label input[type=radio][disabled] + .input,
#breast_pump_wrapper label input[type=checkbox][disabled] + .input,
#breast_pump_wrapper label input[type=radio][disabled] + .input + .small,
#breast_pump_wrapper label input[type=checkbox][disabled] + .input + .small,
#breast_pump_wrapper label input[type=radio][disabled] + .input + .large,
#breast_pump_wrapper label input[type=checkbox][disabled] + .input + .large,
#breast_pump_wrapper label input[type=radio][disabled] + .input + .shrink,
#breast_pump_wrapper label input[type=checkbox][disabled] + .input + .shrink {
	opacity: 0.5;
	cursor: default;
}
.fancybox-container label.chosen span,
#breast_pump_wrapper label.product-selection.chosen span {
	color: #fff !important;
}
/*
#breast_pump_wrapper #motherInfo label input[type=radio]:checked + .input ~ span {
	color: #18a99e !important;
}*/

/*.fancybox-container label .fake-input, */
#breast_pump_wrapper .tm-grid-item.variations.notice-present label input[type=radio]:checked + .input,
#breast_pump_wrapper .tm-grid-item.variations.notice-present label input[type=checkbox]:checked + .input {
	border-color: #0094b3;
}
#breast_pump_wrapper .tm-grid-item.variations.notice-present label input[type=checkbox]:checked + .input:before,
#breast_pump_wrapper .tm-grid-item.variations.notice-present label input[type=radio]:checked + .input:before {
	content: none;
}
/*
#breast_pump_wrapper label input[type=radio]:checked + .input:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 12px;
	top: 12px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
label input[type=checkbox]:checked + .input::after {
	content: '\2714';
	font-size: 60px;
	position: absolute;
	top: 8px;
	left: 1px;
	color: #fff;
}*/
#breast_pump_wrapper #view_6 label .input {
	margin-top: 2px;
}
#breast_pump_wrapper label span.large {
	font-size: 20px;
	padding-left: 12px;
	line-height: 24px;
}
#breast_pump_wrapper label span.small, #breast_pump_wrapper label span.shrink {
	font-size: 15px;
	line-height: 16.2px;
	padding-left: 10px;
	letter-spacing: 0.5px;
}
#breast_pump_wrapper #view_6 label span.shrink {
	padding-top: 4px;
}
#breast_pump_wrapper label span.small {
	padding-top: 0 !important;
}

#breast_pump_wrapper .double-checker {
	margin-top: 24px;
	margin-bottom: 10px;
}
#breast_pump_wrapper .double-checker h2 {
	padding-bottom: 12px;
}
@media screen and (min-width: 900px) {
	#breast_pump_wrapper .double-checker {
		padding-top: 12px;
		padding-bottom: 0px;
	}
}
#breast_pump_wrapper .nest-checker {
	margin-bottom: 26px;
}
#breast_pump_wrapper .nest-agreement {
	display: none;
}
#breast_pump_wrapper .nest-agreement .pretty-important {
	padding-bottom: 10px;
}
#breast_pump_wrapper .nest-terms {
	max-height: 200px;
	width: 100%;
	background: rgba(255,255,255, 0.6);
	padding: 6px 10px 6px 6px;
	margin: 4px 0 16px;
	border: 1px solid #0094b3;
	overflow: auto;
}
#breast_pump_wrapper .nest-terms.locked {
	opacity: 0.5;
	overflow: hidden;
}
#breast_pump_wrapper .nest-terms p {
	font-size: 15px;
	line-height: 16.2px;
	color: #616161;
	letter-spacing: 0.5px;
	margin-top: 14px;
}
#breast_pump_wrapper .nest-terms p:first-child {
	margin-top: 0;
}
#breast_pump_wrapper #hipaa_authorization label {
	margin-top: 6px;
}
#hipaa_was_no {
	display: none;
	color: #18a99e;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 28px;
}

/*#breast_pump_wrapper label input[type=radio]:checked ~ span ,
#breast_pump_wrapper label input[type=checkbox]:checked ~ span  {
	color: #00b2a9;
	font-weight: bold;
}*/
#breast_pump_wrapper .product-info select {
	width: 100%;
	max-width: 100%;
	margin: 3px 0;
}
#breast_pump_wrapper .variant-select {
	display: none;
}

.fancybox-container .product-selection,
#breast_pump_wrapper .product-selection {
	margin-top: auto;
	padding: 6px 16px 5px;
	border-radius: 14px;
	border: 2px solid #0094B3;
	color: #0094B3;
	font-size: 12px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.fancybox-container .product-selection .label-on,
.fancybox-container .product-selection .label-maybe,
.fancybox-container .product-selection .label-off,
#breast_pump_wrapper .product-selection .label-on,
#breast_pump_wrapper .product-selection .label-maybe,
#breast_pump_wrapper .product-selection .label-off {
	color: #0094B3;
	line-height: 18px;
}
.fancybox-container .product-selection.chosen,
#breast_pump_wrapper .product-selection.chosen {
	border-color: #18a99e;
	background-color: #18a99e;
	color: #fff;
}
.fancybox-container .product-selection.sold-out,
#breast_pump_wrapper .product-selection.sold-out {
	border-color: #cc0f0f;
	background-color: #cc0f0f;
	color: #fff;
}
.fancybox-container .product-selection.chosen .label-off,
.fancybox-container .product-selection .label-maybe,
.fancybox-container .product-selection .label-on,
.fancybox-container .product-selection .not-available,
.fancybox-container.notice-present .product-selection .label-off,
.fancybox-container.notice-present .product-selection .label-on,
.fancybox-container.notice-present .product-selection .not-available,
.fancybox-container .product-selection.chosen.sold-out .label-off,
.fancybox-container .product-selection.sold-out .label-maybe,
.fancybox-container .product-selection.sold-out .label-on,
.fancybox-container .product-selection.chosen.sold-out .label-on,
#breast_pump_wrapper .product-selection.chosen .label-off,
#breast_pump_wrapper .product-selection .label-maybe,
#breast_pump_wrapper .product-selection .label-on,
#breast_pump_wrapper .product-selection .not-available,
#breast_pump_wrapper .tm-grid-item.variations.notice-present .product-selection .label-off,
#breast_pump_wrapper .tm-grid-item.variations.notice-present .product-selection .label-on,
#breast_pump_wrapper .tm-grid-item.variations.notice-present .product-selection .not-available,
#breast_pump_wrapper .product-selection.chosen.sold-out .label-off,
#breast_pump_wrapper .product-selection.sold-out .label-maybe,
#breast_pump_wrapper .product-selection.sold-out .label-on,
#breast_pump_wrapper .product-selection.chosen.sold-out .label-on {
	display: none;
}
.fancybox-container .product-selection.chosen .label-on,
.fancybox-container.notice-present .product-selection .label-maybe,
.fancybox-container .product-selection.sold-out .not-available,
#breast_pump_wrapper .product-selection.chosen .label-on,
#breast_pump_wrapper .tm-grid-item.variations.notice-present .product-selection .label-maybe,
#breast_pump_wrapper .product-selection.sold-out .not-available {
	display: inline;
}

.variant-area {
	position: relative;
	min-height: 26px;
	margin-bottom: 15px;
	flex: 1 1 auto;
}
.variant-options {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-right: -14px;
}
.variant-option {
	margin-bottom: 4px;
	margin-right: 14px;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	position: relative;
}
@keyframes slidein {
	0% {
		transform: translateX(-8px);
		opacity: 0;
	}
	20% {
		transform: translateX(2px);
		opacity: 1;
	}
	40% {
		transform: translateX(-2px);
	}
	60% {
		transform: translateX(2px);
	}
	80% {
		transform: translateX(0px);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.error-present .variant-option::before,
.notice-present .variant-option::before  {
	content: '';
	position: absolute;
	top: 27px;
	left: -9px;
	display: block;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.fancybox-container.error-present .variant-option::before,
.fancybox-container.notice-present .variant-option::before {
	margin-top: -4px;
}
.notice-present .variant-option::before {
	border-left: 6px solid #18a99e;
	animation: 2s slidein forwards;
}
.notice-present .variant-option.okay::before {
	border-left: none;
	animation: none;
}
.error-present .variant-option::before {
	border-left: 6px solid #cc0f0f;
	animation: none;
}
.variant-topic {
	font-weight: bold;
}
.variant-choices {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.variant-choice {
	cursor: pointer;
	flex: 0 0 26px;
	line-height: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	position: relative;
}
.variant-choice .shadow {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	box-shadow: inset 0 0 0 1px #0094B3;
}
.variant-choice.img-there .shadow {
	box-shadow: inset 0 0 0 1px #ddd;
}
.variant-choice .variant-swatch {
	min-height: 26px;
	line-height: 16px;
	font-size: 12px;
	color: #0094B3;
	padding: 5px 10px;
	text-align: center;
}
.variant-choice:hover .variant-swatch {
	color: #18a99e;
}
.variant-choice img.variant-swatch {
	width: 26px;
	height: 26px;
	padding: 0;
}
.variant-choice.active .shadow,
.variant-choice.active.img-there .shadow {
	box-shadow: inset 0 0 0 2px #E9734F;
}
.variant-choice.active .variant-swatch,
.variant-choice.active:hover .variant-swatch {
	color: #E9734F;
}

.variant-dropper {
	position: relative;
	width: 100%;
	z-index: 10;
	margin-bottom: 12px;
	min-width: 100px;
}
.variant-dropper.open {
	z-index: 100;
}
.variant-dropper .selected-variant {
	background-color: #fff;
	border: 1px solid #0094b3;
	color: #444;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	padding: 2px 42px 2px 6px;
	display: flex;
	align-items: center;
	position: relative;
}
.chosen .variant-dropper .selected-variant.default,
.variant-dropper .selected-variant.default {
	color: #818a8f;
	font-weight: normal
}
.variant-dropper .selected-variant::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 24px;
	background-color: #0094b3;
	background-image: url('../images/drop-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px auto;
}
.variant-dropper .selected-variant .variant-text {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.variant-dropper .dropdown-item.unselect {
	display: none;
	padding: 11px 20px 11px 54px;
	font-style: italic;
	font-weight: normal;
}

.chosen .variant-dropper .selected-variant {
	font-weight: bold;
	color: #18a99e;
	border-color: #18a99e;
}
.chosen .variant-dropper .selected-variant::after {
	background-color: #18a99e;
}
.chosen .variant-dropper .dropdown-item.unselect {
	display: block;
}
.chosen .dropdown-item {
	border-left-color: #18a99e;
	border-right-color: #18a99e;
}
.chosen .variant-dropdown {
	border-bottom-color: #18a99e;
}
.chosen .variant-dropper.open.drop-up .variant-dropdown {
	border-top-color: #18a99e;
}

.variant-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 26px;
	opacity: 0;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	background: #fff;
	margin-top: -1px;
	border-bottom: 1px solid #009fb3;
}
.variant-dropper.open .variant-dropdown {
	opacity: 1;
	display: block;
}
.variant-dropper.open.drop-up .variant-dropdown {
	top: auto;
	bottom: 26px;
	border-bottom: none;
	border-top: 1px solid #009fb3;
	margin-top: auto;
	margin-bottom: -1px;
}
.dropdown-item {
	cursor: pointer;
	border-left: 1px solid #0094b3;
	border-right: 1px solid #0094b3;
	padding: 4px 6px;
	color: #444;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.dropdown-item:hover {
	color: #fff;
	background: #0094b3;
}
.dropdown-item.active {
	color: #fff;
	background: #18a99e;
}

.additional-price {
	display: none;
}
.collection, .requests {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
  padding: 22px 20px 20px;
  color: #444;
}
#breast_pump_wrapper .sub-header {
	text-align: left;
	margin-top: 34px;
}
.pretty-important {
	padding: 0px 0px 16px;
	color: #616161;
	line-height: 1.4;
}
.pretty-important ul {
	list-style: disc;
	margin-top: 6px;
}
.pretty-important li {
	padding-top: 6px;
}
.pretty-important p {
	margin-top: 20px;
}
li.or {
	list-style: none;
}
#motherInfo label[for="npi-query"] {
	display: none !important;
}
.file-block {
	border-radius: 10px;
	background-color: #b1cdd3;
	margin: 5px 5px 5px 0;
	padding: 3px 4px 2px;
	font-size: 14px;
	line-height: 25px;
	color: #444;
	display: inline-flex;
	pointer-events: none;
}
.file-block .name {
	padding-right: 10px;
	width: max-content;
	display: inline-flex;
}
.file-delete {
	display: flex;
	width: 24px;
	color: #444;
	color: initial;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
	pointer-events: all;
}
.file-delete:hover {
	color: #e33535;
	border-radius: 10px;
}
.file-delete span {
	transform: rotate(45deg);
	line-height: 1.4;
}

.npi-surround {
	position: relative;
}
.npi-surround input:focus-visible {
	outline: -webkit-focus-ring-color auto 0;
}
.npi-ack {
	padding-top: 16px;
	display: none;
}
.npi-dd {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	overflow-y: scroll;
	max-height: 400px;
	z-index: 2;
	border: 1px solid #0094b3;
	margin-top: -1px;
	display: none;
}
.npi-dd.open {
	display: block;
}
.npi-dd-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.npi-dd-list:empty {
	border: none;
}
.npi-dd-li {
	padding: 4px 10px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 1.2;
	color: #616161;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	cursor: pointer;
}
.npi-dd-li:last-child {
	border-bottom: none;
}
.npi-dd-li:hover, .npi-dd-li.npi-focused {
	background: #00a89e;
	color: #fff;
	border-bottom-color: #00a89e;
}
.npi-dd-li.headers {
	font-weight: bold;
	background: #0094b3;
	border-bottom-color: #0094b3;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}
.npi-dd-li .provider {
	flex: 1 1 auto;
}
.npi-dd-li .practice {
	flex: 0 0 310px;
	max-width: 310px;
	padding-left: 16px;
}
.npi-dd-li .contact {
	flex: 0 0 144px;
	max-width: 144px;
	padding-left: 16px;
}
.npi-dd-li .npi-number {
	flex: 0 0 110px;
	max-width: 110px;
	padding-left: 16px;
}
@media screen and (max-width: 1200px) {
	.npi-dd-li {
		flex-flow: row wrap;
	}
	.npi-dd-li.headers {
		display: none;
	}
	.npi-dd-li .provider,
	.npi-dd-li .practice,
	.npi-dd-li .contact,
	.npi-dd-li .npi-number {
		flex: 1 1 100%;
		max-width: 100%;
		padding-bottom: 4px;
		padding-left: 0;
	}
}

#breast_pump_wrapper .filter-area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 20px;
}
#breast_pump_wrapper .filter {
	background: #fff;
	color: #000;
	height: 40px;
	margin-right: 22px;
	margin-bottom: 10px;
	position: relative;
	outline: none;
}
#breast_pump_wrapper .filter.type {
	min-width: 170px;
}
#breast_pump_wrapper .filter-selected {
	white-space: nowrap;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 45px 5px 15px;
	border: 2px solid #fff;
	position: relative;
}
#breast_pump_wrapper .filter.active .filter-selected {
	border: 2px solid #00b2a9;
}
#breast_pump_wrapper .filter-selected::before,
#breast_pump_wrapper .filter-selected::after {
	content: '';
	display: block;
	position: absolute;
	background: #000;
	width: 12px;
	height: 2px;
	top: 16px;
	transform-origin: center;
}
#breast_pump_wrapper .filter-selected::before {
	transform: rotate(39deg);
	right: 21px;
}
#breast_pump_wrapper .filter-selected::after {
	transform: rotate(-39deg);
	right: 13px;
}
#breast_pump_wrapper .filter-drop {
	visibility: hidden;
	left: 0;
	right: 0;
	top: 38px;
	box-shadow: inset 0 -2px 0 0px #0094b3, inset 2px 0px 0 0px #0094b3, inset -2px 0px 0 0px #0094b3;
	background: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding: 4px 14px;
	z-index: 200;
}
#breast_pump_wrapper .filter.active .filter-drop {
	box-shadow: inset 0 -2px 0 0px #00b2a9, inset 2px 0px 0 0px #00b2a9, inset -2px 0px 0 0px #00b2a9;
}
#breast_pump_wrapper .filter-option {
	padding: 5px 0 5px 18px;
	position: relative;
	cursor: pointer;
}
#breast_pump_wrapper .filter-option::before {
	content: '';
	display: block;
	border: 1px solid #000;
	border-radius: 2px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -1px;
	top: 4px;
}
#breast_pump_wrapper .filter-option.chosen::before {
	border-color: #18A99E;
}
#breast_pump_wrapper .filter-option.chosen::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #18A99E;
	border-radius: 1px;
	position: absolute;
	left: 2px;
	top: 7px;
}

#breast_pump_wrapper .filter.open .filter-selected,
#breast_pump_wrapper .filter:focus .filter-selected {
	border-color: #0094B3;
}
#breast_pump_wrapper .filter.active.open .filter-selected,
#breast_pump_wrapper .filter.active:focus .filter-selected {
	border-color: #00b2a9;
}
#breast_pump_wrapper .filter.open .filter-drop {
	display: block !important;
	visibility: visible;
}
#breast_pump_wrapper .filter.open .filter-selected::before {
	transform: rotate(-39deg);
}
#breast_pump_wrapper .filter.open .filter-selected::after {
	transform: rotate(39deg);
}

#breast_pump_wrapper div.gfield_select {
	font-size: 18px;
	color: #616161;
	background: #fff;
}
#breast_pump_wrapper .gfield_select span {
	padding: 10px 54px 6px 10px !important;
	line-height: 30px;
}
#breast_pump_wrapper .gfield.searchable .custom-select-input {
	right: 54px;
}
#breast_pump_wrapper .gfield_select>span:before,
#breast_pump_wrapper .gfield_select>span:after {
	width: 58px;
	height: 46px;
}
#breast_pump_wrapper .gfield.searchable .custom-select-input .cs-input {
	outline: none;
}
#breast_pump_wrapper .gfield.searchable .custom-select-input .cs-input::-webkit-input-placeholder {
	background:none !important;
	color: #fff !important;
}
#breast_pump_wrapper .gfield.searchable .custom-select-input .cs-input::-moz-placeholder {
	background:none !important;
	color: #fff !important;
}
#breast_pump_wrapper .gfield.searchable .custom-select-input .cs-input:-ms-input-placeholder {
	background:none !important;
	color: #fff !important;
}

#motherInfo .form-file label:not(.product-selection) {
	display: flex !important;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
}
.form-file small {
	margin-right: 22px;
	line-height: 34px;
}
@media (max-width: 468px) {
	#motherInfo input[type="file"] + label span {
		margin-bottom: 10px;
	}
	.form-file small {
		line-height: 1.4;
	}
}
.progress-bar {
	position: relative;
	display: none;
	background: #fff;
	border: 1px solid #0094b3;
	height: 34px;
	border-radius: 17px;
	width: 100%;
	max-width: 190px;
}
.progress-bar.show {
	display: block;
}
.progress-indicator {
	background: #00bbc4;
	min-width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left:0;
	display: block;
	border-radius: 16px;
	box-shadow: inset -2px 2px 2px rgba(220,220,220, 0.5), inset 2px -2px 9px rgba(0, 120, 137, 0.5)
}

.lookupInfo + #billing {
	padding-top: 20px;
}
#billing.disabled #bill_container {
	position: relative;
}
#billing.disabled #bill_container::after {
	content: '';
	position: absolute;
	background: #e7edf0;
	opacity: 0.5;
	pointer-events: all;
	cursor: default;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#billing, #bill_stored {
	display: none;
}
#bill_stored {
	position: relative;
}
#bill_stored:after {
	content: '';
	display: table;
	clear: both;
}
#bill_stored a {
	color: #00b2a9;
	white-space: nowrap;
}
#bill_stored a:hover {
	color: #e9734f;
}
.locked-down {
	width: calc(50% - 2.5px);
	height: 48px;
	border: 1px solid #b1d4de;
	background: #eff3f6;
	margin-right: 5px;
	position: relative;
	color: #dadee1;
	line-height: 28px;
	padding: 10px 10px 7px 10px;
	z-index: 1;
	float: left;
}
.locked-down:last-child {
	margin-right: 0px;
}
.locked-down.larger {
	width: 100%;
	padding-left: 36px;
	margin-bottom: 5px;
}
.locked-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  line-height: 1.1;
	text-align: center;
	font-weight: bold;
	color: #0094b3;
	z-index: 2;
	width: calc(100% - 30px);
}
@media screen and (min-width: 861px) {
	.locked-down {
		width: 95px;
	}
	.locked-down:last-child {
		width: 100px;
	}
	.locked-down.larger {
		width: calc(100% - 205px);
	}
}

.pac-item {
	position: relative;
	padding: 6px 0 6px 24px;
	line-height: 16px;
	text-overflow: normal;
	overflow: visible;
	white-space: normal;
}
.pac-icon {
	position: absolute;
	left: 5px;
	top: 0;
}
@media screen and (max-width: 500px) {
	.pac-item-query {
		display: block;
	}
}

.eligibility-checker {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	gap: 14px;
}
@media screen and (max-width: 1024px) {
	.eligibility-checker {
		flex-flow: row wrap;
		align-items: flex-start;
	}
}
.echecker-left {
	flex: 1 0 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.echecker-left {
		flex: 0 0 100%;
	}
}
.echecker-trigger {
	background: #e9734f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 34px;
	line-height: 26px;
	height: 56px;
	padding: 16px 17px;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	max-width: 458px;
	white-space: nowrap;
}
.echecker-trigger:hover {
	background: #00bbc4;
}
.echecker-right {
	flex: 1 1 auto;
}
.echecker-inner {
	color: #fff;
	border-radius: 10px;
	padding: 12px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.echecker-inner.fail {
	background: #cc0f0f;
}
.echecker-inner.exception {
	background: #ea734e;
}
.echecker-inner.defer {
	background: #0094b3;
}
.echecker-inner.pass,
.echecker-inner.always {
	background: #18a99e;
}
.echecker-icon {
	flex: 0 0 44px;
}
.echecker-icon img {
	width: 36px;
	height: auto;
}
.echecker-message {
	flex: 1 1 auto;
	line-height: 1.1;
	font-size: 18px;
	color: #fff;
}
.echecker-redo {
	display: none;
	-webkit-appearance: none;
	cursor: pointer;
	color: #0094b3;
	font-weight: bold;
	border-radius: 0;
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 8px;
}
.echecker-redo:hover{
	color: #18a99e;
}

#insurance-card-upload[data-required="true"] .light,
#insurance-card-upload .asterisk {
	display: none;
}
#insurance-card-upload[data-required="true"] .asterisk {
	display: inline;
}

#AgreeInfo h2 { margin: 0; }
@media screen and (max-width:1280px) {
	#breast_pump_wrapper .col_43 {
		width: calc(41% - 16px);
	}
	#breast_pump_wrapper .col_14 {
		width: calc(18% - 16px);
	}
	#breast_pump_wrapper .phone_input,
	#breast_pump_wrapper .ph_not_me,
	#breast_pump_wrapper .date_select {
		width: 100%;
		margin-right: 0;
		float: none;
		padding-bottom: 14px;
	}
	#breast_pump_wrapper .phone_input:last-child {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:990px) {
	#breast_pump_wrapper .col_43 {
		width: calc(39% - 16px);
	}
	#breast_pump_wrapper .col_14 {
		width: calc(22% - 16px);
	}
	#breast_pump_wrapper .select_33, #breast_pump_wrapper .col_48 .select_33 {
		margin-right: 2%;
	}
	#view_6 .error_zone {
		padding: 10px 20px;
		font-size: 20px;
		line-height: 22px;
		margin: 0;
		height: auto;
	}
	#important p {
		height: auto;
	}
	#breast_pump_wrapper .col_51, #breast_pump_wrapper .col_48 {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	#breast_pump_wrapper #baby_month,
	#breast_pump_wrapper #baby_day,
	#breast_pump_wrapper #baby_year {
		width: 32%;
	}
	.holder {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width:990px) and (min-width:965px) {
	#breast_pump_wrapper .col_51#state_wrapper,
	#breast_pump_wrapper .col_51#county_wrapper {
		width: 50%;
		float: left;
	}
	#breast_pump_wrapper .col_48 {
		padding-bottom: 14px !important;
	}
}

@media screen and (max-width:964px) {
	#select_boxes div {
		float: none;
		width: 100%;
	}
	.elem {
		padding: 12px 0;
	}
	#breast_pump_wrapper .mobile-header,
	#breast_pump_wrapper select {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 901px) and (max-width:1281px) {
	#breast_pump_wrapper .formRow.policyHolder .col_50 {
		float: none;
		width: 100%;
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.header_area {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.header_area {
		width: 100%;
	}
	.pump_header .step p.headline {
		white-space: normal;
		line-height: 1.6;
	}
}
@media screen and (max-width:980px) {
	p.headline {
		font-size: 13px !important;
		text-decoration: none;
	}
}

@media screen and (max-width:900px) {
	.pump_header .step::before {
		top: 23px;
		left: 46%;
	}
	.pump_header .step .circle {
		width: 50px;
		height: 50px;
		font-size: 29px;
		line-height: 56px;
	}
	.pump_header .step.complete .circle:before {
		top: 14px;
		left: 10px;
		background-size: 29px 23px;
		width: 29px;
		height: 23px;
	}

	#breast_pump_wrapper #important {
		padding: 0;
		margin-bottom: -12px;
	}
	#important p, p.redText {
		font-size: 12px;
		line-height: 14px;
		margin-top: 4px !important;
	}
	#tricare .col_50 {
		padding: 12px 0 0 !important;
	}
	#tricare .col_49 {
		padding: 0 0 20px !important;
	}

	#breast_pump_wrapper .formRow {
		margin: 0;
	}
	#motherInfo #ship_above, #motherInfo #ship_new {
		margin: 10px 0;
	}
	#breast_pump_wrapper div[class^=col] {
		width: 100%;
		float: none;
		padding: 12px 0;
	}
	#breast_pump_wrapper .col_14 {
		width: 100%;
	}
	#breast_pump_wrapper .policyHolder .col_49 {
		padding: 0 !important;
	}
}

@media screen and (max-width:820px) {
	.step p.first_headline {
		margin-bottom: 10px;
	}
	#health_care_file_upload small, label[for="card_images"] small {
		display: block;
		line-height: 1.4;
		margin-top: 4px;
	}
	#breast_pump_wrapper label span.large {
		font-size: 20px;
		line-height: 24px;
	}
	#breast_pump_wrapper label span.small, #breast_pump_wrapper label span.shrink {
		font-size: 12px;
		line-height: 14px;
	}
	#AgreeInfo p {
		margin-top: 10px;
		line-height: 24px;
	}
}

@keyframes bouncecart {
	0% {
		transform: translateX(0px);
	}
	20% {
		transform: translateX(-10px);
	}
	40% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(0px);
	}
	70% {
		transform: translateX(-4px);
	}
	90% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(0px);
	}
}

@media screen and (max-width: 767px) {
	.error_zone {
		padding: 2px 20px;
		font-size: 27px;
		line-height: 52px;
		height: 52px
	}
	#cart {
		left: 0;
		bottom: 0;
		right: 0;
		width: 100vw;
		height: 0;
		transform: translateX(100%) !important;
		overflow: visible;
	}
	#cart.open {
		height: calc(100vh - 78px);
		max-height: calc(100vh - 78px);
		margin-top: 0;
		transition: transform 0.5s;
		transform: translateX(0) !important;
		position: fixed !important;
		top: 78px !important;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100000;
	}
	#cart .cart-icon, #cart .cart-close {
		display: block;
		width: 72px;
		height: 72px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		background-color: #008ca9;
	}
	#cart .cart-icon {
		width: 82px;
		height: 72px;
		position: absolute;
		top: 0;
		margin-top: -110px;
		z-index: 100;
		left: -72px;
		background-image: url('../images/cart.svg');
		background-repeat: no-repeat;
		background-position: 18px 22px;
		background-size: 42px auto;
		transform: translateX(0);
	}
	#cart.bounce .cart-icon {
		animation-duration: 790ms;
		animation-name: bouncecart;
	}
	#cart .cart-icon .cart-count {
		color: #fff;
		position: absolute;
		font-size: 18px;
		line-height: 18px;
		min-width: 18px;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -7px;
		white-space: nowrap;
		text-align: center;
		height: 18px;
		letter-spacing: 1px;
	}
	#cart .cart-close {
		position: fixed;
    right: 0;
    top: 22px;
	}
	#cart .cart-close::before, #cart .cart-close::after {
		content: '';
		position: absolute;
		display: block;
		background: #fff;
		width: 48px;
		height: 4px;
		border-radius: 2px;
		transform-origin: center;
		top: 34px;
		right: 9px;
	}
	#cart .cart-close::before {
		transform: rotate(-45deg);
	}
	#cart .cart-close::after {
		transform: rotate(45deg);
	}
	#cart .cart-title {
		display: block;
		margin: 50px 100px 30px 20px;
		font-size: 36px;
		color: #444;
		font-weight: bold;
	}
	.cart-bottom {
		padding-bottom: 50px;
	}
	.line-item {
		font-size: 14px;
	}

	#breast_pump_wrapper .tm-team.uk-overlay-hover h2 {
		display: none;
	}
	#breast_pump_wrapper .tm-team.uk-overlay-hover .uk-overlay-panel {
		position: relative;
		top: auto;
		opacity: 1;
		padding: 20px 20px 24px;
	}
	#breast_pump_wrapper .tm-team.uk-overlay-hover .uk-overlay-panel > div {
		width: 100%;
	}
	#breast_pump_wrapper .tm-product-grid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:660px) and (max-width: 767px) {
	#breast_pump_wrapper .tm-team h6 {
		float: left;
		margin-top: 10px;
	}
	#breast_pump_wrapper .tm-team .tm-button {
		float: right;
		margin: 0 0 0 20px !important;
	}
	#breast_pump_wrapper .tm-team.uk-overlay-hover .uk-overlay-panel > div {
		padding: 0 19px;
	}
}
@media screen and (max-width:767px) {
	#breast_pump_wrapper .filter-drop {
		font-size: 14px;
	}
	#breast_pump_wrapper .filter-option {
		margin: 5px 0;
	}
	#breast_pump_wrapper .header_container .mobile-header {
		display: block;
		line-height: 25px;
	}
	.mobile-header .numerator {
		font-weight: 700;
	}
	.mobile-header.open + .pump_header {
		display: block;
	}
	.pump_header {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin-top: -1px;
		z-index: 2;
		background: #fff;
		border: 1px solid #0094b3;
		border-top: none;
	}
	.pump_header .step {
		display: flex;
		align-items: center;
		padding: 10px 20px !important;
	}
	.pump_header .step::before {
		top: 50%;
		left: 37px;
		width: 0;
		height: 100%;
		border-bottom: none;
		border-left: 2px dotted #c7c7c7;
	}
	.pump_header .step.complete::before {
		border-left-color: #0094B3;
	}
	.pump_header .step .circle {
		margin-bottom: 0;
		margin-right: 12px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 40px;
	}
	.pump_header .step.selectable p.headline {
		text-decoration: none;
	}
}
@media screen and (max-width:604px) {
	#breast_pump_wrapper .flush-lg {
		padding-top: 0 !important;
	}
}

@media screen and (max-width:576px) {
	#breast_pump_wrapper .tm-grid-item {
		padding-left: 50px;
		padding-right: 50px;
		font-size: 15px;
	}
	.fancybox-container .product-selection,
	#breast_pump_wrapper .product-selection {
		font-size: 15px;
	}
	.fancybox-container .tm-image-frame,
	#breast_pump_wrapper .tm-image-frame {
		margin-bottom: 10px;
	}
	.variant-choice {
		flex: 0 0 48px;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.variant-choice .variant-swatch {
		font-size: 14px;
		line-height: 15px;
		padding: 9px 16px;
	}
	.variant-choice img.variant-swatch {
		width: 48px;
		height: 48px;
	}

	.variant-dropper {
		min-width: 170px;
	}
	.variant-dropper .selected-variant {
		width: 100%;
		font-size: 18px;
		height: 48px;
		padding: 8px 64px 8px 10px;
	}
	.variant-dropper .selected-variant::after {
		width: 56px;
		height: 46px;
		background-size: 58px 49px;
	}
	.variant-dropdown {
		top: 48px;
	}
	.variant-dropper.open.drop-up .variant-dropdown {
		bottom: 48px;
	}
	.dropdown-item {
		padding: 6px 10px 4px;
		font-size: 18px;
		line-height: 24px;
	}
	.error-present .variant-option::before,
	.notice-present .variant-option::before  {
		top: 36px;
		left: -21px;
		border-width: 12px;
	}

	.fancybox-container label .fake-input,
	#breast_pump_wrapper label input[type=radio] + .input,
	#breast_pump_wrapper label input[type=checkbox] + .input {
		padding: 8px;
	}
	.fancybox-container label.chosen .fake-input:before,
	#breast_pump_wrapper label input[type=checkbox]:checked + .input:before,
	#breast_pump_wrapper label input[type=radio]:checked + .input:before {
		padding: 6px;
	}
	#breast_pump_wrapper .flush-xl {
		padding-top: 2px !important;
	}

	.info-toggle {
		width: 20px;
		height: 20px;
	}
	.info-toggle::before {
		top: 5px;
		right: 8px;
		font-size: 14px;
	}
	.info-toggle + .line-name {
		padding-right: 32px;
	}
}

@media screen and (max-width:540px) {
	#breast_pump_wrapper .flush-md {
		padding-top: 0 !important;
	}
}
@media screen and (max-width:530px) {
	#breast_pump_wrapper .select_33,
	#breast_pump_wrapper #baby_month,
	#breast_pump_wrapper #baby_day,
	#breast_pump_wrapper #baby_year {
		margin: 0 0 5px !important;
		float: none;
		width: 100%;
	}
	#breast_pump_wrapper label:not(.product-selection) {
		display: block !important;
	}
}

@media screen and (max-width:480px) {
	#breast_pump_wrapper h1 {
		font-size: 26px;
		margin: 10px 0 5px 0;
	}

	#breast_pump_wrapper h2 {
		font-size: 20px;
		line-height: 26px;
		margin: 20px 0 0px 0;
	}
	#breast_pump_wrapper #view_2 h2,
	#breast_pump_wrapper #view_3 h2,
	#breast_pump_wrapper #view_4 h2,
	#breast_pump_wrapper #view_5 h2{
		font-size: 28px;
	}
	#breast_pump_wrapper #view_2 .highlight p,
	#breast_pump_wrapper #view_3 .highlight p,
	#breast_pump_wrapper #view_4 .highlight p,
	#breast_pump_wrapper #view_5 .highlight p {
		margin: 2px 0;
	}

	#breast_pump_wrapper h3 {
		font-size: 16px;
		padding: 0;
		margin: 10px 0 5px 0;
	}

	#breast_pump_wrapper .tm-grid-item {
		padding-left: 20px;
		padding-right: 20px;
	}
	#breast_pump_wrapper .badge {
		top: 5px;
		right: 5px;
	}

	#health_care_file_upload {
		padding-left: 0;
	}
	#motherInfo input[type="file"] {
		font-size: 14px;
		line-height: 14px;
	}

	.sub-headline {
		height: 24px;
	}

	#detCov {
		width: 100% !important;
		max-width: 300px !important;
	}

	.pump_prod {
		text-align: center;
	}

	.pump_prod input, .pump_prod img {
		float:none !important;
	}

	.separator {
		padding: 0;
		font-size: 0;
	}
	.separator:after {
		content: '\A';
		white-space:pre-line;
	}

	#breast_pump_wrapper #view_2 .tm-team h2,
	#breast_pump_wrapper #view_3 .tm-team h2,
	#breast_pump_wrapper #view_4 .tm-team h2,
	#breast_pump_wrapper #view_5 .tm-team h2 {
		font-size: 24px;
		line-height: 26px;
	}
	#breast_pump_wrapper #view_2 .tm-team .tm-button,
	#breast_pump_wrapper #view_3 .tm-team .tm-button,
	#breast_pump_wrapper #view_4 .tm-team .tm-button,
	#breast_pump_wrapper #view_5 .tm-team .tm-button {
		font-size: 18px;
	}

	.error_zone {
		padding: 6px 20px;
		font-size: 24px;
		line-height: 25px;
		height: auto;
	}
}
@media screen and (max-width:420px) {
	#breast_pump_wrapper .flush-sm {
		padding-top: 0 !important;
	}
	#breast_pump_wrapper .next_btn .shorten {
		display: none;
	}
}
@media screen and (max-width:356px) {
	#breast_pump_wrapper .flush-xs {
		padding-top: 0 !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#breast_pump_wrapper .mobile-header,
	#breast_pump_wrapper select {
		padding-top: 11px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){
	#breast_pump_wrapper .additional {
		background-image: url('../images/badge-additional@2x.png');
	}
	#breast_pump_wrapper .backorder {
		background-image: url('../images/badge-backorder@2x.png');
	}
	#breast_pump_wrapper .fsa-hsa {
		background-image: url('../images/badge-fsa-hsa@2x.png');
	}
	#breast_pump_wrapper .topseller {
		background-image: url('../images/badge-topseller@2x.png');
	}
	#breast_pump_wrapper .mobile-header,
	#breast_pump_wrapper select {
		background-image: url('../images/drop@2x.png');
	}
	.variant-dropper .selected-variant::after {
		background-image: url('../images/drop-arrow@2x.png');
	}
}
