.sw-mmit-container{
	position:relative;
}

.component-mmit{
	margin-top:2em;
	padding:0 40px 0 0;
}

.component-mmit-inner{
	position:relative;
	box-sizing:border-box;
}
#mmitLoad{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:10;
	background:url('/patient/include/image/qsymia-engage/loading.gif') center center no-repeat rgba(239,239,239,0.5);
}

#mmitLoadMobile{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:10;
	background:url('/patient/include/image/qsymia-engage/oading.gif') center center no-repeat rgba(255,255,255,0.5);
}
#mmitLoad.loading,
#mmitLoadMobile.loading{
	display:block;
}


.component-mmit-search{
	max-width:620px;
}

.component-mmit-search h1{
	margin:0 0 1em 0;
	padding:0;
	text-align:left;
	font-size:1.25em;
	line-height:1.57em;
	font-weight:700;
}
.component-mmit-results h2{
	margin:0 0 0.25em 0;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:800;
	color:#0033A0;
}
.component-mmit-results h3{
	margin:0 0 1em 0;
	font-size:1.125em;
	line-height:1.5em;
	font-weight:700;
	color:#8031A7;
}
.component-mmit-search .note{
	margin: 0.5rem 0 0 0;
    font-size: 0.8125em;
	line-height:1.57em;
	color:#121212;
	text-align:left;
}

.component-mmit-search .mmit-zipcode{
	padding-left:52px;
	background:url('/patient/include/image/pages/qsymia-engage/savings_icon_artwork_crosshairs@2x.png') left center no-repeat;
	background-size:auto 100%;
	position: relative;
	border-radius:8px;
}
.component-mmit-search .mmit-zipcode span{
	display:none;
	position:absolute;
	top:100%;
	padding-top:2px;
	padding-left:12px;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	color:red;
}
.component-mmit-search .mmit-zipcode.error{
	border-color:red;
}
.component-mmit-search .mmit-zipcode.error span{
	display:block;
}

.component-mmit-search .mmit-zipcode input{
	border:0;
	border-radius:0 8px 8px 0;
	width:100%;
	padding:17px 16px;
	background:#FFF;
	font-weight: 700;
	text-align: center;
}
.component-mmit-search .mmit-zipcode input::placeholder{
	color:#333333;
	font-weight:400;
	font-style:normal;
	text-align: center;
}

.component-mmit-results{
	padding-top:2rem;
}

.component-mmit-results-intro{
	margin-left:5%;
	margin-right:5%;
}
.component-mmit-results-intro p{
	font-size:1em;
}

.component-mmit-footer .note{
	font-size:0.875em;
	line-height:1.57em;
	color:#121212;
}

.component-mmit-footer{
	margin:2em 5% 2.35em 5%;
}

.component-mmit-results-table{
	margin:2em 0;
}
.component-mmit-results-table table{
	width:100%;
}
.component-mmit-results-table table tr th:first-child,
.component-mmit-results-table table tr td:first-child{
	width:48%;
	padding-left:5%;
}
.component-mmit-results-table table tr th:nth-child(2),
.component-mmit-results-table table tr td:nth-child(2){
	width:26%;
	padding-left:2.5%;
	padding-right:2.5%;
}
.component-mmit-results-table table tr th:last-child,
.component-mmit-results-table table tr td:last-child{
	width:26%;
	padding-right:5%;
}
.component-mmit-results-table table tr:nth-child(even){
	background: #F8F8F8;
}
.component-mmit-results-table table tr:nth-child(odd){
	background: #FFFFFF;
}

.component-mmit-results-table table th{
	padding:0.5em 0;
	font-size:1.25em;
	line-height:1.5em;
	font-weight:700;
	color:#0033A0;
	text-align:left;
}

.component-mmit-results-table table td{
	padding:1em 0;
	font-size:1em;
	line-height:1.14em;
	text-align:left;
	color:#121212;
}

.component-mmit-close{
	margin:2em 0 1em 0;
	text-align:center;
}

.component-mmit-close a{
	max-width: 220px;
	margin-left:auto;
	margin-right:auto;
}

.component-mmit-results-container{
	display:none;
}

.sw-ex-link{
	padding-left: 40px;
	text-align:center;
}

@media screen and (max-width: 64em) {

	.component-mmit-search {
		margin: 1.5em 0% 1em 0%;
	}
	.component-mmit-search h1{
		font-size:1.5em;
	}
	.component-mmit-results h2{
		font-size:1.5em;
	}
	.component-mmit-results h3{
		font-size:1.25em;
	}
	.component-mmit-results p{
		font-size:1em;
	}
	.component-mmit-search .note{
		font-size:0.875em;
	}

}

@media screen and (max-width: 62em) {

	.component-mmit {
		padding:0 0px;
	}
	
	.component-mmit-results-table table th{
		font-size:1em;
	}

	.component-mmit-results-table table td{
		font-size:0.875em;
	}

}

@media screen and (max-width: 48em) { 

	.component-mmit-search h1{
		font-size:1.35em;
	}
	.component-mmit-results h2{
		font-size:1.35em;
	}
	.component-mmit-results h3{
		font-size:1.1em;
	}
	.component-mmit-search .mmit-zipcode{
		border:1px solid #979797;
		overflow: hidden;
	}
	.component-mmit-search .mmit-zipcode span {
		width: 180%;
		font-size:13px;
	}
	.component-mmit-results p {
		font-size: 0.9em;
	}
	.component-mmit-results-intro{
		margin-left:0%;
		margin-right:0%;
	}
	
	.component-mmit-results-table table th{
		padding:0.5em 0;
		font-size:1em;
	}

	.component-mmit-results-table table td{
		padding:1em 0;
		font-size:0.875em;
	}

	.sw-ex-link{
		font-size:0.9375rem !important;
		margin-top:1rem !important;
		padding-left:0px;
		text-align:center;
	}

}

@media screen and (max-width: 37.5em) { 

	.component-mmit-search h1{
		font-size:1.35em;
	}
	.component-mmit-results h2{
		font-size:1.35em;
	}
	.component-mmit-results h3{
		font-size:1.1em;
	}
	.component-mmit-search .mmit-zipcode span {
		width: 180%;
		font-size:13px;
	}
	.component-mmit-results p {
		font-size: 0.875em;
	}
	
	.component-mmit-results-table table tr th:first-child,
	.component-mmit-results-table table tr td:first-child{
		width:48%;
		padding-left:2%;
	}
	.component-mmit-results-table table tr th:nth-child(2),
	.component-mmit-results-table table tr td:nth-child(2){
		width:26%;
		padding-left:1.25%;
		padding-right:1.25%;
	}
	.component-mmit-results-table table tr th:last-child,
	.component-mmit-results-table table tr td:last-child{
		width:26%;
		padding-right:2%;
	}

	.component-mmit-results-table table th{
		font-size:0.875em;
	}
	.component-mmit-results-table table td{
		padding:0.8em 0;
		font-size: 0.8125em;
		line-height: 1.35em;
	}

	.component-mmit-footer p.note{
		font-size: 0.8125em;
	}

}

@media screen and (max-width: 30em) {
	.component-mmit-search .mmit-zipcode{	
		padding-left:44px;
		width:105%;
	}

	.component-mmit-search .mmit-zipcode input{
		padding:15px 6px 15px 6px;
		font-size: 13px;
	}
	
	.component-mmit-search .button-blue{
		padding: 7px 3px;
	}

	.component-mmit-results-table table tr th:first-child, 
	.component-mmit-results-table table tr td:first-child {
		width: 39%;
		padding-left: 1%;
	}

	.component-mmit-results-table table tr th:nth-child(2), 
	.component-mmit-results-table table tr td:nth-child(2) {
		width: 31%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.component-mmit-results-table table tr th:last-child,
	.component-mmit-results-table table tr td:last-child{
		width:24%;
		padding-right:0%;
	}

	.component-mmit-results-table table td{
		font-size:0.8125em;
	}
	.component-mmit-footer .note {
		font-size: 0.8125em;
	}

}


.sw-mobile{
	display:none;
}

.sw-desktop{
	margin-top:1.5rem;
}

.sw-desktop .sw-header{
	align-items:center;
	background-color:#0033A0;
	border-radius:16px 16px 0 0;
	display:flex;
	overflow:hidden;
}
.sw-desktop .sw-header div{
	color:#ffffff;
	font-size:1.4375rem;
	font-weight:900;
	line-height:1.04347em;
	text-align:center;
}
.sw-desktop .sw-header div:first-child{
	background-color:#8031A7;
	width:50%;
}
.sw-desktop .sw-header div:last-child{
	background-color:#0033A0;
	width:50%;
}
.sw-desktop .sw-header div a{
	color:#fff;
	display:block;
	padding:1.5rem 0.5rem;
}

.sw-desktop .sw-main{
	border:10px solid #EFEFEF;
	border-top:0;
	border-radius:0 0 16px 16px;
	position:relative;
}

.sw-desktop .sw-content > div{
	overflow:hidden;
	border-radius:0 0 8px 8px;
}

.sw-desktop .sw-tabs-on{
	position:absolute;
	top:-22px;
	left:-12px;
}

.sw-desktop .sw-tabs-on{
	background:url('/patient/include/image/pages/multiple-ways-to-save/widget/short tab.svg') top center no-repeat;
	background-size:100% auto;
	display:block;
	min-height:140px;
	padding:1rem 1rem 1rem 1rem;
	width:53%;
}

.sw-desktop #swTab1LinkOn{
	left:-12px;
}

.sw-desktop #swTab2LinkOn{
	left:48.5%;
}

.sw-desktop .sw-tabs-on span{
	color:#0033A0;
	display:block;
	font-size:1.3125rem;
	font-weight:700;
	letter-spacing:-0.017em;
	line-height:1.142857em;
	margin:1.25rem 0;
	text-align:center;
}

.sw-desktop .sw-tabs-on span.sw-adjust{
	margin-left:20%;
}

.sw-desktop .sw-bg-color-2{
	background-color:#EFEFEF;
}

.sw-desktop .sw-content-inner{
	padding:30px 40px;
}

.sw-desktop .top-bar{
	background-color:#EFEFEF;
	padding:20px 40px;
}
.sw-desktop .top-bar p{
	font-size:1rem;
	margin:0;
	padding:8px 0;
}

.sw-desktop .sw-row{
	display:flex;
	gap:50px;
	justify-content:flex-start;
}

.sw-desktop .sw-r1c1{
	width:54.6%;
}
.sw-desktop .sw-r1c2{
	width:46.4%;
}

.sw-desktop .sw-col-img{
	flex: 0 0 127px;
	margin-top:32px;
}

.sw-desktop .sw-col-text h2{
	color:#0033A0;
	font-size:1.5rem;
	font-weight:800;
	line-height:1em;
	margin:0 0 0.75rem 0;
}
.sw-desktop .sw-col-text h2 span{
	color:#8031A7;
}

.sw-desktop .sw-col-text h3{
	color:#121212;
	font-size:1.3125rem;
	font-weight:700;
	line-height:1.142857em;
	margin:0 0 0.75rem 0;
}

.sw-desktop .sw-col-text p{
	color:#121212;
	font-size:1rem;
	font-weight:400;
	line-height:1.5em;
	margin:0 0 0.75rem 0;
}

.sw-desktop .sw-checkmark{
	background:url('/patient/include/image/pages/multiple-ways-to-save/widget/hcp_resources_savings_check.svg') top left no-repeat;
	background-size:21px auto;
	padding-left:40px;
	margin-bottom:0.75rem;
}

.sw-desktop .sw-checkmark p{
	margin-bottom:0;
}

.sw-desktop .sw-mmit-header1{
	color:#8031A7;
	font-size:1.375rem;
	font-weight:700;
	line-height:1.3636em;
	margin-bottom:3px;
}

.sw-desktop .sw-mmit-header2{
	color:#0033A0;
	font-size:1.1875rem;
	font-weight:500;
	line-height:1.263157em;
	margin-bottom:1.25rem;
}

.sw-desktop .sw-mmit-text{
	margin-top:0;
}

.sw-desktop .sw-mmit-footnote{
	font-size:0.8125em;
	line-height:1.42857em;
	margin-top:0;
}

.sw-desktop .sw-footer{
	display:none;
	background-color:rgba(213,213,213,.73);
}

.sw-content-seperator{
	background-color:#EFEFEF;
	font-size:12px;
}

.sw-desktop a.sw-button{
	background-color:#8031A7;
	border:2px solid #8031A7;
	border-radius:14px;
	box-sizing:border-box;
	color:#fff;
	display:block;
	font-size:1.125em;
	font-weight:700;
	line-height:1.23529em;
	letter-spacing:-0.01em;
	margin-top:1.25rem;
	max-width:320px;
	padding:0.9em 1em 0.8em 1em;
	text-align:center;
}
.sw-desktop a.sw-button:hover{
	background-color:#FFFFFF;
	border:2px solid #8031A7;
	color:#8031A7;
}

.sw-content-footer{
	background-color:#EFEFEF;
}

.sw-content-footer p{
	font-size:1rem;
	line-height:1.5em;
	margin:0;
	padding:2rem 1rem 1.625rem 1rem;
	text-align:center;
}
.sw-content-footer p a{
	text-decoration:none;
}
.sw-content-footer p a:hover{
	text-decoration: underline;
}
.sw-qe-logo-box{
	margin-top:3rem;
}
.sw-desktop .sw-qe-logo-box img{
	display:block;
	margin:0 auto 1rem auto;
	max-width:295px;
	width:90%;
}
.sw-desktop .sw-qe-logo-box h2{
	color:#121212;
	font-size:1.3125rem;
	font-weight:700;
	line-height:1.142857em;
	margin:0 0 1.5rem 0;
	text-align:center;
}
.sw-desktop .sw-qe-logo-box h2 span{
	color:#8031A7;
}
.sw-desktop .sw-qe-bar{
	align-items: center;
	display:flex;
	gap:30px;
	justify-content:space-between;
	margin-bottom:1.5rem;
}
.sw-desktop .sw-qe-bar .price{
	color:#8031A7;
	font-size:3.5rem;
	font-weight:700;
	line-height:1em;
	padding-right:10px;
	position: relative;
}
.sw-desktop .sw-qe-bar .price sup{
	font-size:0.5357em;
	font-weight:400;
	position:absolute;
	top:20px;
	right:0;
}

.sw-desktop .sw-qe-bar .text p{
	margin:0;
}
.sw-desktop .sw-qe-bar .image{
	flex:0 0 127px;
}
.sw-desktop .sw-qe-bar .image > img{
	display:block;
	height:auto;
	width:127px;
}

.sw-button-container{
	margin:1rem 0 0 0;
}

.sw-button-container > p{
	margin:1rem 0 0 0;
	text-align:center;
}

/*
@media only screen and (max-width: 61.25em){

	.sw-desktop .sw-header div{
		font-size:1.125rem;
		padding:0.75rem 0.5rem;
	}

	.sw-desktop .sw-tabs-on{
		background-size:100% 100%;
		min-height:300px;
		padding:2.5rem 1rem 0.5rem 1rem;
	}

	.sw-desktop .sw-tabs-on span:first-child{
		font-size:3rem;
	}

	.sw-desktop .sw-tabs-on span:first-child sup{    
		font-size: 45%;
		top: -1em;
	}

	.sw-desktop .sw-tabs-on span:nth-child(2){
		font-size:1.125rem;
		margin:1rem 0;
	}

	.sw-desktop .sw-tabs-on span:nth-child(3){
		font-size:0.9375rem;
		margin:0 0% 1rem 8%;
	}

	.sw-desktop .sw-tabs-on span:nth-child(4){
		font-size:1.125rem;
	}

	.sw-desktop .sw-content-inner{
		padding:30px 40px;
	}

	.sw-desktop .sw-col-img span{
		font-size:2.375rem;
	}

	.sw-desktop .sw-col-text p{
		font-size: 0.85em;
	}
	.sw-desktop .sw-checkmark p {
		font-size: 0.85em;
	}

	.sw-desktop .sw-checkmark{
		background-size:21px auto;
		padding-left:40px;
		margin-bottom:0.75rem;
	}

	.sw-desktop .sw-mmit-header1{
		font-size:1.375rem;
	}

	.sw-desktop .sw-mmit-header2{
		font-size:1.1875rem;
	}

	.sw-desktop .sw-mmit-footnote{
		font-size:0.8125em;
	}

	.sw-desktop a.sw-button{
		font-size:1em;
		padding:0.9em 1em 0.8em 1em;
	}

}
	*/

@media only screen and (max-width: 48em){

	.sw-desktop{
		display:none;
	}

	.sw-mobile{
		display:block;
		margin-top:2rem;
	}

	.sw-mobile:first-child{
		margin-top:0rem;
	}
		
	.sw-mobile .sw-container{
		border-radius:10px;
		margin:0 auto;
		max-width:420px;
		overflow:hidden;
	}
	.sw-mobile .sw-header{
		align-items:center;
		display:flex;
		justify-content: center;
		min-height:72px;
	}

	.sw-mobile .sw-header > div{
		display:flex;
		align-items:center;
	}
	.sw-mobile .sw-header > div:first-child{
		background-color:#0033A0;
		justify-content:center;
		width:30.67%;
	}
	.sw-mobile .sw-header-price{
		color:#fff;
		font-size:1.875rem;
		font-weight:700;
		letter-spacing:-0.017em;
		line-height:1em;
	}
	.sw-mobile .sw-row .sw-col-price-full{
		color:#8031A7;
		font-size:2.3125rem;
		font-weight:700;
		line-height: 1em;
		padding-bottom:3px;
		text-align:center;
		width:100%;
	}
	.sw-mobile .sw-row .sw-col-price-full div{
		text-align:center;
	}
	.sw-mobile .sw-header-headline{
		color:#FFFFFF;
		font-size:1rem;
		font-weight:700;
		line-height:1.14em;
		margin:0.75rem 1rem 0.5rem 1rem;
		text-align:center;
	}
	.sw-mobile .sw-header-price sup{
		font-size:60%;
		top: -0.6em;
		font-weight: 400;
	}
	.sw-mobile .sw-header-text{
		color:#121212;
		font-size:0.8125rem;
		line-height:1.153846em;
		margin:0 1rem 0.75rem 1rem;
	}
	.sw-mobile .sw-header > div:nth-child(2){
		background-color:#F3F3F3;
		border-top:4px solid #EFEFEF;
		border-right:4px solid #EFEFEF;
		border-radius:0 10px 0 0;
		width:69.33%;
	}

	.sw-mobile .sw-content-container{
		border:5px solid #EFEFEF;
	}

	.sw-mobile .sw-tab{
		background:url('/patient/include/image/pages/multiple-ways-to-save/widget/mobile-tab.png') 50% -12px no-repeat;
		background-size:108% 108%;
		display:block;
		padding:1.5rem 2rem 3rem 2rem;
		width:100%;
	}

	.sw-mobile .sw-tab span{
		display:block;
		text-align:center;
	}

	.sw-mobile .sw-tab span:first-child{
		color:#0033A0;
		font-size:1.25rem;
		font-weight:700;
		letter-spacing:-0.032em;
		line-height:1em;
	}

	.sw-mobile .sw-tab span:first-child sup{    
		font-size: 45%;
		top: -1em;
		font-weight: 400;
	}
	.sw-mobile .sw-row{
		align-items:center;
		display:flex;
		justify-content:space-between;
		margin-bottom:1rem;
	}
	.sw-mobile .sw-row .sw-col-img{
		text-align:left;
		width:52%;
	}
	.sw-mobile .sw-row .sw-col-img img{
		width:80%;
		height:auto;
	}
	.sw-mobile .sw-row .sw-col-price{
		color:#8031A7;
		font-size:2.3125rem;
		font-weight:700;
		padding-bottom:3px;
		text-align:left;
		width:48%;
	}
	.sw-mobile .sw-row .sw-col-details{
		color:#333333;
		font-size:0.875rem;
		line-height:1.2142857em;
		padding-bottom:3px;
		text-align:left;
		width:48%;
	}
	.sw-mobile .sw-row .sw-col-details p{
		font-size:1em;
		margin-bottom:0;
	}
	.sw-mobile .sw-row-text{
		color:#0033A0;
		font-size:0.9375rem;
		font-weight:700;
		line-height:1.333em;
		text-align:center;
	}
	.sw-mobile .sw-content-area{
		padding:0.5rem 1rem 1.5rem 1rem;
	}

	.sw-mobile .sw-content-area p{
		font-size:0.9375rem;
		line-height:1.2em;
		margin-bottom:1rem;
	}

	.sw-mobile .sw-qe-bar{
		align-items: center;
		display:flex;
		gap:24px;
		justify-content:space-between;
		margin-bottom:1rem;
	}
	.sw-mobile .sw-qe-bar .price{
		color:#8031A7;
		font-size:2.5rem;
		font-weight:700;
		line-height:1em;
		padding-right:10px;
		position: relative;
	}
	.sw-mobile .sw-qe-bar .price sup{
		font-size:0.5357em;
		font-weight:400;
		position:absolute;
		top:20px;
		right:0;
	}
	.sw-mobile .sw-qe-bar .text p{
		margin:0;
	}
	.sw-mobile .sw-qe-bar-image > img{
		display:block;
		height:auto;
		margin:0.75rem auto;
		width:127px;
	}

	.sw-mobile .sw-checkmark{
		background:url('/patient/include/image/pages/multiple-ways-to-save/widget/hcp_resources_savings_check.svg') top left no-repeat;
		background-size:23px auto;
		padding-left:36px;
		padding-top:6px;
		margin-bottom:0.75rem;
	}

	.sw-mobile .sw-checkmark p{
		font-size:0.9375rem;
		line-height:1.2em;
		margin-bottom:0;
	}

	.sw-mobile a.sw-button{
		border-radius:14px;
		color:#fff;
		display:block;
		font-size:0.9375em;
		font-weight:700;
		line-height:1.23529em;
		letter-spacing:-0.01em;
		margin-top:1.25rem;
		padding:0.9em 1em 0.8em 1em;
		text-align:center;
	}

	.sw-mobile hr{
		background-color:#979797;
		border:0;
		display:block;
		height:1px;
		margin:1.5rem 0;
		overflow:hidden;
	}

	.sw-mobile .sw-mmit-header1{
		color:#8031A7;
		font-size:1.0625rem;
		font-weight:700;
		line-height:1.117647em;
		margin-bottom:3px;
	}

	.sw-mobile .sw-mmit-header2{
		color:#0033A0;
		font-size:1rem;
		font-weight:500;
		line-height:1.263157em;
		margin-bottom:3px;
	}

	.sw-mobile .sw-mmit-text{
		font-size:0.9375rem;
		margin-top:0;
	}

	.sw-mobile .sw-content-area p.sw-mmit-footnote{
		font-size:0.8125em;
		line-height:1.42857em;
		margin-top: 0.5rem;
	}

	#mmitSearchBtnMobile{
		margin: 0 0 0 8px;
	}

	.sw-mobile .sw-footer{
		background-color:#D8D8D8;
		text-align:center;
	}
	.sw-mobile .sw-footer a{
		color:#0033A0;
		display:inline-block;
		font-size:0.875rem;
		font-weight:700;
		padding:0.75rem 1.25rem;
		text-align:center;
	}
	.sw-mobile .sw-footer a img{
		position:relative;
		left:8px;
		top:-1px;
	}

	.sw-mobile .sw-col-img{
		display:block;
		text-align:center;
		margin:1rem 0;
	}

	.sw-mobile .sw-content-seperator{
		margin:2rem -1rem;
	}

	.sw-mobile .sw-col-text h2 span{
		color:#8031A7;
	}

	.sw-content-footer p{
		font-size:0.875rem;
		padding:1rem 0.5rem 1.125rem 0.5rem;
	}

}






/* SAVINGS WIDGET DESKTOP */

.sw-lookup{
	margin-top:1.5rem;
}

.sw-lookup .sw-main{
	background-color:#EFEFEF;
	border:10px solid #EFEFEF;
	border-radius:16px;
	position:relative;
}

.sw-lookup .sw-content > div{
	overflow:hidden;
	border-radius:8px 8px;
}

.sw-lookup .sw-content-inner{
	padding:30px 40px;
}

.sw-lookup .sw-row{
	display:flex;
	gap:50px;
	justify-content:flex-start;
}

.sw-lookup .sw-col-img{
	flex: 0 0 127px;
	margin-top:32px;
}

.sw-lookup .sw-col-text h2{
	color:#0033A0;
	font-size:1.5rem;
	font-weight:800;
	line-height:1em;
	margin:0 0 0.75rem 0;
}
.sw-lookup .sw-col-text h2 span{
	color:#8031A7;
}

.sw-lookup .sw-col-text h3{
	color:#121212;
	font-size:1.3125rem;
	font-weight:700;
	line-height:1.142857em;
	margin:0 0 0.75rem 0;
}

.sw-lookup .sw-col-text p{
	color:#121212;
	font-size:1rem;
	font-weight:400;
	line-height:1.5em;
	margin:0 0 0.75rem 0;
}

.sw-lookup .sw-mmit-header1{
	color:#8031A7;
	font-size:1.375rem;
	font-weight:700;
	line-height:1.3636em;
	margin-bottom:3px;
}

.sw-lookup .sw-mmit-header2{
	color:#0033A0;
	font-size:1.1875rem;
	font-weight:500;
	line-height:1.263157em;
	margin-bottom:1.25rem;
}

.sw-lookup .sw-mmit-text{
	margin-top:0;
}

.sw-lookup .sw-mmit-footnote{
	font-size:0.8125em;
	line-height:1.42857em;
	margin-top:0;
}

.sw-lookup .sw-footer{
	display:none;
	background-color:rgba(213,213,213,.73);
}

.sw-lookup a.sw-button{
	background-color:#8031A7;
	border:2px solid #8031A7;
	border-radius:14px;
	box-sizing:border-box;
	color:#fff;
	display:block;
	font-size:1.125em;
	font-weight:700;
	line-height:1.23529em;
	letter-spacing:-0.01em;
	margin-top:1.25rem;
	max-width:320px;
	padding:0.9em 1em 0.8em 1em;
	text-align:center;
}
.sw-lookup a.sw-button:hover{
	background-color:#FFFFFF;
	border:2px solid #8031A7;
	color:#8031A7;
}

@media only screen and (max-width: 61.25em){

	.sw-lookup .sw-header div{
		font-size:1.125rem;
		padding:0.75rem 0.5rem;
	}

	.sw-lookup .sw-content-inner{
		padding:16px 14px;
	}

	.sw-lookup .sw-mmit-header1{
		font-size:1.375rem;
	}

	.sw-lookup .sw-mmit-header2{
		font-size:1.1875rem;
	}

	.sw-lookup .sw-mmit-footnote{
		font-size:0.8125em;
	}

	.sw-lookup a.sw-button{
		font-size:1em;
		padding:0.9em 1em 0.8em 1em;
	}

}

@media only screen and (max-width: 48em){

	.sw-lookup{
		display:block;
		margin-top:2rem;
	}
		
	.sw-lookup .sw-container{
		border-radius:10px;
		margin:0 auto;
		max-width:420px;
		overflow:hidden;
	}
	.sw-lookup .sw-header{
		align-items:stretch;
		display:flex;
		min-height: 82px;
	}

	.sw-lookup .sw-header > div{
		display:flex;
		align-items:center;
	}
	.sw-lookup .sw-header-headline{
		color:#0033A0;
		font-size:0.9375rem;
		font-weight:700;
		line-height:1em;
		margin:0.75rem 1rem 0.5rem 1rem;
	}
	.sw-lookup .sw-header-price sup{
		font-size:60%;
		top: -0.6em;
		font-weight: 400;
	}
	.sw-lookup .sw-header-text{
		color:#121212;
		font-size:0.8125rem;
		line-height:1.153846em;
		margin:0 1rem 0.75rem 1rem;
	}
	.sw-lookup .sw-header > div:nth-child(2){
		background-color:#F3F3F3;
		border-top:4px solid #EFEFEF;
		border-right:4px solid #EFEFEF;
		border-radius:0 10px 0 0;
		width:69.33%;
	}

	.sw-lookup .sw-content-container{
		border:5px solid #EFEFEF;
	}
	.sw-mobile .sw-row{
		align-items:center;
		display:flex;
		justify-content:space-between;
		margin-bottom:1rem;
	}
	.sw-lookup .sw-row .sw-col-details{
		color:#333333;
		font-size:0.875rem;
		line-height:1.2142857em;
		padding-bottom:3px;
		text-align:left;
		width:48%;
	}
	.sw-lookup .sw-row .sw-col-details p{
		font-size:1em;
		margin-bottom:0;
	}
	.sw-lookup .sw-row-text{
		color:#0033A0;
		font-size:0.9375rem;
		font-weight:700;
		line-height:1.333em;
		text-align:center;
	}
	.sw-lookup .sw-content-area{
		padding:0.5rem 1rem 1.5rem 1rem;
	}

	.sw-lookup .sw-content-area p{
		font-size:0.9375rem;
		line-height:1.2em;
		margin-bottom:1rem;
	}

	.sw-lookup a.sw-button{
		background-color:#8031A7;
		border-radius:14px;
		color:#fff;
		display:block;
		font-size:0.9375em;
		font-weight:700;
		line-height:1.23529em;
		letter-spacing:-0.01em;
		margin-top:1.25rem;
		padding:0.9em 1em 0.8em 1em;
		text-align:center;
	}

	.sw-lookup hr{
		background-color:#979797;
		border:0;
		display:block;
		height:1px;
		margin:1.5rem 0;
		overflow:hidden;
	}

	.sw-lookup .sw-mmit-header1{
		color:#8031A7;
		font-size:1.0625rem;
		font-weight:700;
		line-height:1.117647em;
		margin-bottom:3px;
	}

	.sw-lookup .sw-mmit-header2{
		color:#0033A0;
		font-size:1rem;
		font-weight:500;
		line-height:1.263157em;
		margin-bottom:3px;
	}

	.sw-lookup .sw-mmit-text{
		font-size:0.9375rem;
		margin-top:0;
	}

	.sw-lookup .sw-content-area p.sw-mmit-footnote{
		font-size:0.8125em;
		line-height:1.42857em;
		margin-top: 0.5rem;
	}

	.sw-lookup .sw-footer{
		background-color:#D8D8D8;
		text-align:center;
	}
	.sw-lookup .sw-footer a{
		color:#0033A0;
		display:inline-block;
		font-size:0.875rem;
		font-weight:700;
		padding:0.75rem 1.25rem;
		text-align:center;
	}
	.sw-lookup .sw-footer a img{
		position:relative;
		left:8px;
		top:-1px;
	}

}



.results-container-inner{
	margin-top:2.5rem;
}

.results-container-inner .flex{
	align-items: flex-start;
	display:flex;
	margin:0 0;
}

.results-container-inner .flex .label{
	color:#0033A0;
	flex:0 0 auto;
	font-size:1.3125em;
	font-weight:500;
	line-height:1.142857em;
	margin:0.75rem 2.4% 0.75rem 0;
}

.results-container-inner .flex .content{
	flex:0 0 auto;
}

.results-container-inner .flex .content p{
	font-size:1rem;
	line-height:1.5em;
	margin:0.875rem 0;
}

.results-container-inner .flex .content p.results-size1{
	color:#0033A0;
	font-size:1.3125em;
	font-weight:500;
	line-height:1.142857em;
}

.results-container-inner .flex .content p.results-size1 span{
	color:#8031A7;
}

.results-container-inner .flex .content p.results-size2{
	font-size:1.125em;
	font-weight:500;
	line-height:1.142857em;
}

.results-container-inner select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:url('../image/global/select-triangle.svg') top 50% right 20px no-repeat;
	border:0 !important;
	border-radius:16px;
	color:#333333;
	display:block !important;
	font-size:20px;
	height:auto;
	margin:20px 0;
	padding:12px 48px 12px 12px;
}

.mmit-results-savings-cta{
	margin-left:-40px;
	margin-right:-40px;
}

.mmit-results-savings-cta  .sw-content-inner{
	background-color:#fff;
	padding:30px 40px;
}

.mmit-results-savings-cta .sw-col-img{
	flex: 0 0 127px;
	margin-top:32px;
}

.mmit-results-savings-cta .sw-col-text h2{
	color:#0033A0;
	font-size:1.5rem;
	font-weight:800;
	line-height:1em;
	margin:0 0 0.75rem 0;
}
.mmit-results-savings-cta .sw-col-text h2 span{
	color:#8031A7;
}

.mmit-results-savings-cta .sw-col-text h3{
	color:#121212;
	font-size:1.3125rem;
	font-weight:700;
	line-height:1.142857em;
	margin:0 0 0.75rem 0;
}

.mmit-results-savings-cta .sw-col-text p{
	color:#121212;
	font-size:1rem;
	font-weight:400;
	line-height:1.5em;
	margin:0 0 0.75rem 0;
}

.sw-content-label{
	font-size:1rem;
	font-weight:700;
	line-height:1.5rem;
	margin:2rem 2.5rem 1rem 2.5rem;
}


@media only screen and (max-width: 48em){

	.mmit-results-savings-cta .sw-content-inner{
		padding:30px 40px;
	}

	.mmit-results-savings-cta .sw-row{

	}

	.mmit-results-savings-cta .sw-col-img span{
		font-size:2.375rem;
	}

	.mmit-results-savings-cta .sw-col-img{
		margin-top:0;
	}

	.mmit-results-savings-cta .sw-col-img img{
		display:block;
		margin:0 auto 2rem auto;
	}	

	.mmit-results-savings-cta .sw-col-text p{
		font-size: 0.85em;
	}

	.sw-lookup .sw-row{
		display:block;
	}

	.results-container-inner .flex{
		display:block !important;
	}

	.results-container-inner .flex .label{
		width:17%;
	}
	
	.results-container-inner .flex .content{
		width:80.6%;
	}

	.results-container-inner .flex .content p{
		font-size:0.875rem;
	}

	.results-container-inner .flex .content p.results-size1{
		font-size:1.125rem;
	}

	.results-container-inner .flex .content p.results-size2{
		font-size:1rem;
	}

	.results-container-inner select{
		font-size:14px;
		margin:20px 0;
		padding:12px 24px 12px 8px;
	}

	.mmit-results-savings-cta{
		margin-left:0px;
		margin-right:0px;
	}

	.mmit-results-savings-cta  .sw-content-inner{
		padding:16px 20px;
	}

	.mmit-results-savings-cta .sw-col-img{
		margin-top:20px;
	}

	.mmit-results-savings-cta .sw-col-text h2{
		font-size:1.25rem;
	}

	.mmit-results-savings-cta .sw-col-text h3{
		font-size:1.125rem;
	}

	.mmit-results-savings-cta .sw-col-text p{
		font-size:1rem;
	}
	.sw-content-label{
		font-size:1rem;
		margin:1rem 0.5rem 0.5rem 0.5rem;
	}
    .sw-lookup .sw-content-inner {
        padding: 12px 10px;
    }

}


.sw-main h2{
	color:#121212;
	font-size:1.25rem;
}

.sw-li p,
.sw-main p{
	font-size:0.9375rem;
}

.sw-main p{
	margin-top:1.25rem;
}

.sw-col-text h3 + p{
	margin-top:0;
}

.sw-li li,
.sw-main li{
	font-size:0.9375rem;
}

.sw-li li{
	padding-bottom:4px;
	padding-top:4px;
}

.sw-main ul.sw-li-2col li{
	padding-bottom:0px;
	padding-top:0px;
}


.sw-main hr.sw-divider{
	appearance:none;
	background-color:#EFEFEF;
	border:0;
	font-size:1rem;
	height:20px;
	margin:32px -40px;
}

.sw-main h2 sup{
	font-size:60%;
}

@media only screen and (min-width: 48em){

	.sw-main h2{
		font-size:1.5rem;
		font-weight:900;
		margin-top:0.75rem !important;
	}
	
	.sw-main ul.sw-li-2col{
		column-count:2;
		column-gap:40px;
	}

	.sw-main p,
	.sw-li li{
		font-size:1rem;
	}	
	
	.sw-main ul.sw-li-2col li{
		max-width:358px;
	}

	.sw-li p{
		font-size:1rem;
	}

}