/* MMIT Component Start * /

.component-mmit{
	position:relative;
	margin-top:0em;
	padding:1px 0;
}

.component-mmit-inner{
	position:relative;
	box-sizing:border-box;
	margin:0;
}
#mmitLoad{
	display:none;
	position:absolute;
	top:0;bottom:0;right:0;left:0;z-index:10;
	background:url('/assets/images/global/loading.gif') center center no-repeat rgba(255,255,255,0.5);
}
#mmitLoad.loading{
	display:block;
}
.component-mmit-search{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.component-mmit-search h1{
	color:#0075BC;
	font-size:2.5em;
	font-weight:300;
	line-height:1.57em;
	margin:0 0 1rem 0;
	text-align:center;
}
.component-mmit-results h2{
	color:#0075BC;
	margin:0rem 0 0.25rem 0;
	font-size:1.375em;
	font-weight:400;
	line-height:1.4em;
    padding:0;
}
.component-mmit-results h2:after{
    display:none;
}
.component-mmit-results h3{
	margin:0 0 1em 0;
	font-size:1.375em;
	line-height:1.4em;
	font-weight:400;
	color:#171717;
}
.component-mmit-search .note{
	margin: 2em 0 0 0;
	font-size:0.875em;
	line-height:1.57em;
	letter-spacing:0.035em;
	color:#121212;
	text-align:center;
}

.mmit-form{
    margin:0 auto;
	max-width:730px;
}

.component-mmit-search .mmit-zipcode{
	background:url('../images/global/locator@2x.png') left center no-repeat;
	background-size:auto 100%;
	border:1px solid #C7C7C7;
	border-radius:4px;
	padding-left:52px;
	position:relative;
}
.component-mmit-search .mmit-zipcode span{
	color:red;
	display:none;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	padding-top:4px;
	padding-left:12px;
	position:absolute;
	top:100%;
}
.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;
	background:transparent;
	color:#121212;
    font-size:18px;
	font-weight:400;
    letter-spacing:0.111em;
	margin:0;
	padding:28px 14px 24px 14px;
    text-transform:uppercase;
	width:100%;
}
.component-mmit-search .mmit-zipcode input::placeholder{
	font-weight:400;
	color:#121212;
}

.component-mmit-results-intro p{
	font-size:1em;
	color:#121212;
}

.component-mmit-footer{
	border-radius:0 0 20px 20px;
	padding:1px 0;
}
.component-mmit-footer p.note{
	border-radius:0 0 20px 20px;
	margin:1em 2.5% 1.75em 2.5%;
	font-size:0.875em;
	line-height:1.57em;
	color:#121212;
}

.component-mmit-results-table{
	margin:0em 0px 0 0px;
}
.component-mmit-results-table table{
	width:100%;
	margin-bottom:2px;
}
.component-mmit-results-table tbody{
	border:0;
}
.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: #F0F0F0;
}
.component-mmit-results-table table tr:nth-child(odd){
	background: #FFFFFF;
}

.component-mmit-results-table table th{
	color:#0075BC;
	font-size:1.25em;
	font-weight:400;
	line-height:1.5em;
    padding:0.5em 0;
	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{
	font-size:1.125em;
	font-weight:400;
	color:#0075BC;
	letter-spacing:0.027em;
}

.component-mmit-results-container{
	display:block;
}

.component-mmit .button-blue{
	display:block;
	margin: 0 auto;
	padding:18px 14px 14px 14px;
	text-align:center;
    font-size:1rem;
}

@media screen and (max-width: 64em) {
	.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:1px 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 span {
		width: 180%;
		font-size:13px;
	}
	.component-mmit-results p {
		font-size: 0.9em;
	}
	
	.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;
	}

}

@media screen and (max-width: 40em) {

	.mmit-container-padding{
		padding-left:0;
	}

	.component-mmit-inner {
		margin:0em 0 0 0;
	}
	.component-mmit-search{
		margin-bottom:0em;
	}

	.component-mmit-search h1{
		font-size:1.25em;
		line-height:1.3em;
	}
	.component-mmit-results h2{
		font-size:1.2em;
	}
	.component-mmit-results h3{
		font-size:1em;
	}
	.component-mmit-search .mmit-zipcode{
		margin-top: 1px;
	}
	.component-mmit-search .mmit-zipcode span {
		width: 180%;
		font-size:13px;
	}
	.component-mmit-search .mmit-zipcode input{
		padding:16px 14px 16px 6px;
		font-size:0.9em;
	}
	.component-mmit .button-blue {
		padding:11px 6px 8px 6px;
		font-size: 1em;
	}
	
	.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:38px;
		width:100%;
	}

	.component-mmit-search .mmit-zipcode input{
		padding:10px 4px 10px 8px;
		font-size:12px;
	}
	
	.component-mmit-search .button-blue{
		font-size: 0.875rem;
        letter-spacing:0.125em;
		margin-left:8px;
        padding: 12px 4px 8px 4px;
	}

	.component-mmit-results-table table tr th:first-child, 
	.component-mmit-results-table table tr td:first-child {
		width: 41%;
		padding-left: 1%;
	}

	.component-mmit-results-table table tr th:nth-child(2), 
	.component-mmit-results-table table tr td:nth-child(2) {
		width: 29%;
		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;
	}

}

@media screen and (max-width: 23.6875em) {

	.component-mmit-results-table table td{
		font-size:0.75em;
	}
	.component-mmit-footer .note {
		font-size: 0.75em;
	}
	.component-mmit-search .mmit-zipcode{	
		padding-left:38px;
	}
	.component-mmit-search .mmit-zipcode input{
		padding:10px 4px 10px 6px;
		font-size: 13px;
	}

}

*/

/* MMIT Component End */

.savings-store-img{
	margin-top:2rem;
}
.savings-store-img img{
	max-width:320px;
	width:100%;
}

@media only screen and (min-width:48em){
	
	.savings-store-img{
		margin-top:0rem;
	}
	.savings-store-img img{
		max-width: 480px;
		width: 100%;
	}

}

/* ELEMENT BOXED CONTENT start */

.boxed-content-container{
    margin:3rem 0;
}

.boxed-content-header{
    background-color:#01A4E0;
    border-radius:30px 0 0 0;
    padding:2rem 1.125rem 2rem 1.125rem;
}

.boxed-content-flex{
    align-items:center;
    display:flex;
    justify-content:space-between;
}

.boxed-content-header h1{
    color:#fff;
    font-size:1.5rem;
    font-weight:300;
    line-height:1.1875em;
    margin:0 1.25rem;
    padding:0;
}
    
.boxed-content-header h1 span{
    font-size:2rem;
}

.boxed-content-header a.download-link{
    background:url('/assets/images/global/download-arrow-white.svg') 0 50% no-repeat;
    background-size:30px auto;
    color:#fff;
    font-size:1rem;
    font-weight:500;
    letter-spacing:0.111em;
    line-height:0.875em;
    padding:0.5rem 0 0.5rem 2.375rem;
}

.boxed-content-header p{
    color:#fff;
    font-size:1.125rem;
    font-weight:500;
    line-height:1.47826em;
    padding:0;
}

.boxed-content-body{
    background-color:#fff;
    border:14px solid #F0F0F0;
    border-radius:0 0 30px 0;
    padding:2rem 1.125rem 2rem 1.125rem;
}

.boxed-content-container.mmit .boxed-content-body{
    padding:2rem 0 2rem 0;
}

.component-mmit-results-intro{
    padding:2rem 1.125rem 2rem 1.125rem;
}

@media screen and (min-width: 48em) {

    .boxed-content-container{
        margin:3rem 0;
    }
    .boxed-content-container.mmit{
        margin:3rem 0 4rem 0;
    }
    
    .boxed-content-header{
        background-color:#01A4E0;
        border-radius:30px 30px 0 0;
        padding:2.5rem 3.125rem 2.25rem 3.125rem;
    }
    
    .boxed-content-header h1{
        font-size:2rem;
        line-height:1.1875em;
    	margin:0 2rem;
    }
    
    .boxed-content-header h1 span{
        font-size:3.25rem;
    }
    
    .boxed-content-header a.download-link{
        background-size:42px auto;
        font-size:1.125rem;
        letter-spacing:0.222em;
        padding:1.25rem 0 1rem 4.375rem;
    }

    .boxed-content-header p{
        font-size:1.4375rem;
    }
    
    .boxed-content-body{
        padding:2rem 3.125rem 2rem 3.125rem;
    }

    .boxed-content-container.mmit .boxed-content-body{
        padding:2rem 0 2rem 0;
    }

    .component-mmit-results-intro{
        padding:2rem 3.125rem 2rem 3.125rem;
    }


}

/* ELEMENT BOXED CONTENT end */


.total-care-2col{   
		margin:2.5rem 0;
}

.total-care-2col img{
    display:inline-block;
    margin-top:2rem;
    max-width:100%;
}

@media screen and (min-width: 48em) {

    .total-care-2col{   
		align-items:flex-start;
		display:flex;
		flex-wrap:nowrap;
		justify-content:flex-start;
		margin:3rem 0;
    }

    .total-care-2col div:nth-child(1){
		width:46%;
        margin-right:9%;
    }

    .total-care-2col div:nth-child(2){
        width:45%;
    }

    .total-care-2col img{
        margin-top:0rem;
    }

    ul.li-2col{
        margin:2rem 0 3rem 0;
    }

	ul.li-2col li:nth-child(odd){
		width:46%;
        margin-right:9%;
	}
    
	ul.li-2col li:nth-child(even){
        width:45%;
	}

}






/* MMIT Component Start */

h1.mmit-heading{
	font-size:2.375rem;
	font-weight:500;
	letter-spacing:0.0013em;
	margin-top:3rem;
	margin-bottom:0;
	text-align: center;
}

.component-mmit{
	position:relative;
	margin-top:0em;
	padding:1px 0;
}

.component-mmit-inner{
	position:relative;
	box-sizing:border-box;
	margin:0;
}
#mmitLoad{
	display:none;
	position:absolute;
	top:0;bottom:0;right:0;left:0;z-index:10;
	background:url('/assets/images/global/loading.gif') center center no-repeat rgba(255,255,255,0.5);
}
#mmitLoad.loading{
	display:block;
}
.component-mmit-search{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.component-mmit-search h1{
	color:#0075BC;
	font-size:1.625rem;
	font-weight:300;
	line-height:1.57em;
	margin:0 0 1rem 0;
	text-align:left;
}
.component-mmit-results h2{
	color:#121212;
	margin:0rem 0 0.25rem 0;
	font-size:1.625em;
	font-weight:500;
	line-height:1.4em;
    padding:0;
}
.component-mmit-results h2:after{
    display:none;
}
.component-mmit-results h3{
	margin:0 0 0.5em 0;
	font-size:1.5em;
	line-height:1.4em;
	font-weight:400;
	color:#171717;
}
.component-mmit-results h3 span{
	color:#01A4E0;
	font-size:1.666em;
	font-weight:500;
}
.component-mmit-search .note{
	margin:2em 0 0 0;
	font-size:0.875em;
	line-height:1.57em;
	letter-spacing:0.035em;
	color:#121212;
	text-align:left;
}

.mmit-form{
    margin:0;
	max-width:920px;
}

.mmit-form .cell:first-child{
	margin-left:0;
	margin-right:0;
}

.component-mmit-search .mmit-zipcode{
	background:url('../images/global/locator@2x.png') left center no-repeat;
	background-size:auto 100%;
	border:1px solid #C7C7C7;
	border-radius:4px;
	padding-left:52px;
	position:relative;
}
.component-mmit-search .mmit-zipcode span{
	color:red;
	display:none;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	padding-top:4px;
	padding-left:12px;
	position:absolute;
	top:100%;
}
.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;
	background:transparent;
	color:#121212;
    font-size:18px;
	font-weight:400;
    letter-spacing:0.111em;
	margin:0;
	padding:28px 14px 24px 14px;
    text-transform:uppercase;
	width:100%;
}
.component-mmit-search .mmit-zipcode input::placeholder{
	font-weight:400;
	color:#121212;
}

.component-mmit-results-intro p{
	font-size:1.3125rem;
	line-height:1.2em;
	margin:0;
	color:#121212;
}

.component-mmit-results-intro p strong{
	display:block;
	font-size:1.5rem;
	font-weight:500;
}

.component-mmit-footer{
	border-radius:0 0 20px 20px;
	padding:1px 0;
}
.component-mmit-footer p.note{
	border-radius:0 0 20px 20px;
	margin:1em 2.5% 1.75em 2.5%;
	font-size:0.875em;
	line-height:1.57em;
	color:#121212;
}

.component-mmit-results-table{
	margin:0em 0px 0 0px;
}
.component-mmit-results-table table{
	width:100%;
	margin-bottom:2px;
}
.component-mmit-results-table tbody{
	border:0;
}
.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: #F0F0F0;
}
.component-mmit-results-table table tr:nth-child(odd){
	background: #FFFFFF;
}

.component-mmit-results-table table th{
	color:#0075BC;
	font-size:1.25em;
	font-weight:400;
	line-height:1.5em;
    padding:0.5em 0;
	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{
	font-size:1.125em;
	font-weight:400;
	color:#0075BC;
	letter-spacing:0.027em;
}

.component-mmit-results-container{
	display:block;
}

.component-mmit .button-blue{
	display:block;
	margin: 0 auto;
	padding:18px 14px 14px 14px;
	text-align:center;
    font-size:1rem;
}

@media screen and (max-width: 80em) { /*1280px*/

}

@media screen and (max-width: 64em) { /*1024px*/

	.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) { /*992px*/

	.component-mmit {
		padding:1px 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) { /*768px*/

	.mmit-form .cell:first-child{
		margin-left:0;
		margin-right:0;
	}

	.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.9em;
	}
	
	.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;
	}

}

@media screen and (max-width: 40em) { /*640px*/

	h1.mmit-heading{
		font-size:1.7rem;
		margin-top:2.5rem;
	}

	.component-mmit-results-intro p{
		font-size:1.125em;
		color:#121212;
	}

	.component-mmit-results-intro p strong{
		display:block;
		font-size:1.25em;
	}

	.mmit-container-padding{
		padding-left:0;
	}

	.component-mmit-inner {
		margin:0em 0 0 0;
	}
	.component-mmit-search{
		margin-bottom:0em;
	}

	.component-mmit-search h1{
		font-size:1.25em;
		line-height:1.3em;
		margin-left:0;
		margin-right:0;
	}
	.component-mmit-results h2{
		font-size:1.2em;
	}
	.component-mmit-results h3{
		font-size:1em;
		margin:0 0 1em 0;
	}
	.component-mmit-search .mmit-zipcode{
		margin-top: 1px;
	}
	.component-mmit-search .mmit-zipcode span {
		width: 180%;
		font-size:13px;
	}
	.component-mmit-search .mmit-zipcode input{
		padding:16px 14px 16px 6px;
		font-size:0.9em;
	}
	.component-mmit .button-blue {
		padding:11px 6px 8px 6px;
		font-size: 1em;
	}
	
	.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-search .note{
		margin-left:0;
		margin-right:0;
	}

	.component-mmit-footer p.note{
		font-size: 0.8125em;
	}

}

@media screen and (max-width: 26.25em) { /*420px*/

	.component-mmit-search .mmit-zipcode{
		padding-left:38px;
		width: 110%;
	}

	.component-mmit-search .mmit-zipcode input{
		/*padding:15px 12px;*/
		padding:10px 4px 10px 8px;
		font-size: 13px;
	}
	
	.component-mmit-search .button-blue{
		font-size: 0.875rem;
        letter-spacing:0.125em;
        padding: 12px 4px 8px 4px;
	}

	.component-mmit-results-table table tr th:first-child, 
	.component-mmit-results-table table tr td:first-child {
		width: 41%;
		padding-left: 1%;
	}

	.component-mmit-results-table table tr th:nth-child(2), 
	.component-mmit-results-table table tr td:nth-child(2) {
		width: 29%;
		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;
	}

}

@media screen and (max-width: 23.6875em) { /*379px*/

	.component-mmit-results-table table td{
		font-size:0.75em;
	}
	.component-mmit-footer .note {
		font-size: 0.75em;
	}
	.component-mmit-search .mmit-zipcode{	
		padding-left:38px;
	}
	.component-mmit-search .mmit-zipcode input{
		padding:10px 4px 10px 6px;
		font-size: 13px;
	}

}

/* MMIT Component End */

.savings-store-img{
	margin-top:2rem;
}
.savings-store-img img{
	max-width:320px;
	width:100%;
}

@media only screen and (min-width:48em){
	
	.savings-store-img{
		margin-top:0rem;
	}
	.savings-store-img img{
		max-width:480px;
		width:100%;
	}

}

/* ELEMENT BOXED CONTENT start */

.boxed-content-container{
    margin:1.5rem 0 3rem 0;
}

.boxed-content-header{
    background-color:#01A4E0;
    border-radius:30px 30px 0 0;
    padding:1.5rem 1.125rem 1.5rem 1.125rem;
	position:relative;
}

.boxed-content-header.boxed-covereage{
	overflow:hidden;
	padding-left:33%;
}

.boxed-content-header.boxed-covereage:after{
	background:url('/assets/images/cta/phone-mobile.jpg') bottom center no-repeat;
	background-size:cover;
	bottom:0;
	content:'';
	left:0;
	position:absolute;	
	top:0;
	width:30%;
}

.boxed-content-flex{
    align-items:center;
    display:flex;
    justify-content:space-between;
}

.boxed-content-header h1{
    color:#fff;
    font-size:1.35rem;
    font-weight:300;
    line-height:1.1875em;
    margin:0 0;
    padding:0;
}
    
.boxed-content-header h1 span{
    font-size:2rem;
}

.boxed-content-header a.download-link{
    background:url('/assets/images/global/download-arrow-white.svg') 0 50% no-repeat;
    background-size:30px auto;
    color:#fff;
    font-size:1rem;
    font-weight:500;
    letter-spacing:0.111em;
    line-height:0.875em;
    padding:0.5rem 0 0.5rem 2.375rem;
}

.boxed-content-header p{
    color:#fff;
    font-size:1rem;
    font-weight:400;
    line-height:1.47826em;
	margin-top:0.5rem;
    padding:0;
}

.boxed-content-body{
    background-color:#fff;
    border:14px solid #F0F0F0;
    border-radius:0 0 30px 0;
    padding:2rem 1.125rem 2rem 1.125rem;
}

.boxed-content-container.mmit .boxed-content-body{
    padding:2rem 0 2rem 0;
}

.component-mmit-results-intro{
    padding:0rem 1.125rem 0rem 1.125rem;
}

@media screen and (min-width: 48em) {

    .boxed-content-container{
        margin:3rem 0;
    }
    .boxed-content-container.mmit{
        margin:2.5rem 0 2.5rem 0;
    }
    
    .boxed-content-header{
        background-color:#01A4E0;
        border-radius:30px 30px 0 0;
        padding:2.5rem 3.125rem 2.25rem 3.125rem;
    }

	.boxed-content-header.boxed-covereage{
		padding-left:25%;
	}
	
	.boxed-content-header.boxed-covereage:after{
		background:url('/assets/images/cta/phone@2x.png') center center no-repeat;
		background-size:cover;
		width:22%;
	}
    
    .boxed-content-header h1{
        font-size:2.5rem;
        line-height:1.1875em;
    }
    
    .boxed-content-header h1 span{
        font-size:3.25rem;
    }
    
    .boxed-content-header a.download-link{
        background-size:42px auto;
        font-size:1.125rem;
        letter-spacing:0.222em;
        padding:1.25rem 0 1rem 4.375rem;
    }

    .boxed-content-header p{
        font-size:1.4375rem;
		margin-top:1.25rem;
    }
    
    .boxed-content-body{
        padding:2rem 3.125rem 2rem 3.125rem;
    }

    .boxed-content-container.mmit .boxed-content-body{
        padding:2rem 0 2rem 0;
    }

    .component-mmit-results-intro{
		padding:0rem 3.125rem 0.5rem 3.125rem;
    }

}

@media screen and (min-width: 40em) {

	.component-mmit-results-intro{
		align-items:flex-start;
		display:flex; 
		gap:80px;
		justify-content:flex-start;	
    }

}

/* ELEMENT BOXED CONTENT end */

.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:#121212;
	flex:0 0 auto;
	font-size:1.3125em;
	font-weight:500;
	line-height:26px;
	margin:0.75rem 2.4% 0.75rem 0;
	text-transform:uppercase;
	width:17%;
}

.results-container-inner .flex .content{
	flex:0 0 auto;
	margin:0;
	width:80.6%;
}

.results-container-inner .flex .content p{
	color:#333333;
	font-size:1.375rem;
	line-height:26px;
	margin:0.75rem 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('../images/global/select-triangle.svg') top 50% right 20px no-repeat;
	border:1px solid #C7C7C7;
	border-radius:16px;
	color:#333333;
	display:block !important;
	font-size:26px;
	height:auto;
	margin:20px 0;
	padding:14px 60px 10px 18px;
}

.mmit-results-savings-cta{
}

.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;
}

.component-mmit-results-body{
	padding:0rem 3.125rem 2rem 3.125rem;
}

@media only screen and (max-width: 48em){

	.mmit-results-savings-cta .sw-content-inner{
		padding:30px 40px;
	}

	.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;
	}

	.results-container-inner .flex .label{
		font-size:1.25em;
		margin:1.75rem 2.4% 0rem 0;
		width:100%;
	}
	
	.results-container-inner .flex .content{
		width:100%;
		margin:0rem 0 1.5rem 0;
	}

	.results-container-inner .flex .content p{
		font-size:1rem;
		margin-top:0.25rem;
	}

	.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:14px 24px 12px 10px;
	}

	.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;
    }
	.component-mmit-results-body{
		padding:0rem 1.125rem 0rem 1.125rem;
	}

}



.mmit-results-savings-cta-header{
	background-color:#01A4E0;
	margin-left:-14px;
	margin-right:-14px;
	padding-bottom:24px;
	padding-top:24px;
	padding-left:calc(3.125rem + 14px );
	padding-right:calc(3.125rem + 14px );
}

.mmit-results-savings-cta-header h3{
	color:#fff;
	font-size:1.75rem;
	font-weight:500;
	letter-spacing:0.07em;
	line-height:1.42857em;
	margin:0 0 2px 0;
}

.mmit-results-savings-cta-header p{
	color:#fff;
	font-size:1.3125rem;
	line-height:1.42857em;
	margin:0 0 0 0;
}

.mmit-results-savings-cta-body{
	padding:2rem 3.125rem;
}

.mmit-results-savings-cta-body > div{
	align-items:flex-start;
	display:flex;
	gap:50px;
}

.mmit-results-savings-cta-col-text h4{
	color:#0075BC;
	font-size:2.125rem;
	line-height:1.2em;
	margin:0.5rem 0 1rem 0;
}

.mmit-results-savings-cta-col-text p{
	color:#333333;
	margin:0.5rem 0;
}

.mmit-results-savings-cta-col-text p.adjust{
	margin-top:1.5rem;
	margin-bottom:0;
	position: relative;
}
.mmit-results-savings-cta-col-text p.adjust span{
	position:absolute;
	left:-13px;
}

@media only screen and (max-width: 48em){

	.mmit-results-savings-cta-header{
		margin-left:-14px;
		margin-right:-14px;
		padding-bottom:20px;
		padding-top:20px;
		padding-left:calc(1.125rem + 14px );
		padding-right:calc(1.125rem + 14px );
	}
	
	.mmit-results-savings-cta-header h3{
		font-size:1.35rem;
		margin:0 0 2px 0;
	}
	
	.mmit-results-savings-cta-header p{
		font-size:1rem;
	}
	
	.mmit-results-savings-cta-body > div{
		display:block;
	}

	.mmit-results-savings-cta-col-img{
		margin-bottom:1rem;
	}
	
	.mmit-results-savings-cta-col-img img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.mmit-results-savings-cta-col-text{

	}
	
	.mmit-results-savings-cta-col-text h4{
		font-size:1.5rem;
		margin:2rem 0 1rem 0;
	}
	
	.mmit-results-savings-cta-col-text p{
		font-size:1rem;
		margin:0.5rem 0;
	}
	
	.mmit-results-savings-cta-col-text p.adjust{
		margin-top:1.5rem;
	}
	.mmit-results-savings-cta-col-text p.adjust span{
		left:-13px;
	}

}


/* SAVINGS AND SUPPORT start */

.savings-and-support-card-img{
	display:inline-block;
	margin-bottom:2em;
}

.img-savings-card{
	margin-top:1.5rem;
}

.savings-sign-up-btn{
	margin-top:1rem;
}


@media only screen and (min-width:48em){

	.img-savings-card{
		max-width:90%;
	}

	.savings-and-support-card-img{
		display:inline-block;
		margin-bottom:0;
	}
	
	.savings-sign-up-btn{
		margin-top:2.5rem;
	}

}

.service-option{

}

.service-option p{
	margin: 1.5em 0;
	padding:0 0 0 62px;
	position: relative;
}
.service-option p::before{
	background-color: #01A4E0;
	border-radius:100%;
	display:block;
	content:'';
	height:16px;
	left:0;
	position:absolute;
	top:6px;
	width:16px;
}

.service-option a.button-blue{
	display:block;
	width:100%;
}

@media only screen and (min-width:48em){

	.service-option{
		align-items:flex-start;
		display:flex;
		gap:40px;
		justify-content:space-between;
		margin: 1.5em 0;
	}
	
	.service-option p{
		margin:0;
		padding:0 0 0 62px;
		position: relative;
	}
	

	.service-option a.button-blue{
		display:block;
		min-width:270px;
		width:270px;
		margin-top:0;
		padding-left:16px;
		padding-right:16px;
		text-align:center;
	}

}

.lifeline-cta > div:first-child{
	background-color:#01A4E0;
	border-radius:60px 0 0 0;
	padding:40px 20px 32px 20px
}
.lifeline-cta > div:first-child img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:220px;
	width:100%;
}

.lifeline-cta > div:last-child{
	border:14px solid #F0F0F0;
	border-radius:0 0 60px 0;
	border-top:0;
	padding:24px 20px;
}

.lifeline-cta > div:last-child p{
	margin:0 0 1.5rem 0;
	padding:0 0 0 40px;
}

.lifeline-cta > div:last-child ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.lifeline-cta > div:last-child ul li{
	margin:0 0 1.5rem 0;
	padding:0 0 0 40px;
	position:relative;
}

.lifeline-cta > div:last-child ul li:last-child{
	margin-bottom:0;
}

.lifeline-cta > div:last-child ul li::before{
	background-color: #01A4E0;
	border-radius:100%;
	display:block;
	content:'';
	height:16px;
	left:0;
	position:absolute;
	top:6px;
	width:16px;
}

@media only screen and (min-width:40em){

	.lifeline-cta{
		display:flex;
	}

	.lifeline-cta > div:first-child{
		border-radius:60px 0 0 0;
		min-width:300px;
		width:300px;
	}
	.lifeline-cta > div:first-child img{
		display:block;
		height:auto;
		margin:0 auto;
		max-width:220px;
		width:100%;
	}
	
	.lifeline-cta > div:last-child{
		border:14px solid #F0F0F0;
		border-radius:0 0 60px 0;
		border-top:14px solid #F0F0F0;
		border-left:0;
		padding:40px 40px;
	}
	
	.lifeline-cta > div:last-child p{
		margin:0 0 1.5rem 0;
		padding:0 0 0 58px;
	}
	
	.lifeline-cta > div:last-child ul li{
		margin:0 0 1.5rem 0;
		padding:0 0 0 58px;
	}
	
	.lifeline-cta > div:last-child ul li::before{
		height:16px;
		top:6px;
		width:16px;
	}

}



/* Sign Up Form Start */

.signupFormFields{
	
}

#signupForm .text-input label{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
    font-weight:500;
	font-size:1em;
	letter-spacing:0.024em;
	line-height:1.238em;
	color:#272727;
}
#signupForm .text-input label span {
}
#signupForm p.error{
	margin:6px 0 12px;
	font-size:14px;
	font-weight:700;
	color:red;
}
#signupForm p.label-like{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
	font-size:1em;
    font-weight: 700;
	line-height:1.238em;
	color:#272727;
}
.text-align-label{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:26px;
	font-size:1em;
    font-weight: 700;
	line-height:1.238em;
	color:#272727;
}
.text-align-label span{
	font-weight:400;
}

.radio-input{
	padding:8px 30px;
}

.radio-input .label-text{
	font-size:1.125rem !important;
	color:#3E3E3E;
}

#signupForm select{
	height:auto;
	padding:12px 16px;
	color:#676767;
	font-size:1.125em;
	letter-spacing:0.024em;
	line-height:1.238em;
	border-radius: 8px;
	margin-bottom:0;
}

#signupForm .text-input input{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:auto;
	padding:12px 16px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	color:#676767;
	font-size:1.125em;
	letter-spacing:0.024em;
	line-height:1.238em;
	margin-bottom:0;
}

#signupForm textarea{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:120px;
	padding:12px 16px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	font-size:1em;
	line-height:1.2em;
}

#signupForm input[type=submit] {
	background-color:#0075BC;
	border:2px solid #0075BC;
	border-radius:14px;
    box-sizing: border-box;
	color:#FFFFFF;
	cursor: pointer;
    display: block;
	font-size:1.125em;
	font-weight:300;
	letter-spacing:0.222em;
	line-height:1em;
	margin: 0 auto 0 auto;
	max-width:280px;
	padding:16px 68px 11px 68px;
	text-align:center;
	text-transform:uppercase;
}

#signupForm input[type=submit]:hover{
	background-color:#fff;
	border:2px solid #0075BC;
	color:#0075BC;
}

.signup-thankyou{
	background-color:#F0F0F0;
	border-radius:20px 0 20px 0;
	margin:4rem 0 0 0;
	padding:36px 68px;
}

.signup-thankyou p{
	color:#121212;
	font-size:1.3125em;
	line-height:1.238em;
	letter-spacing:0.024em;
	margin:0;
}

.signup-thankyou p span{
	display:block;
	font-size:1.142857em;
	font-weight:600;
	padding-bottom:8px;
}

.signupFormFields{
	padding-left:0px;
}

.checkbox-input {
	cursor: pointer;
	color:#121212;
	display: block;
	font-size:1.125em;
	font-weight:300;
	letter-spacing:0.024em;
	line-height:1.238em;
	margin-bottom: 1em;
	padding-left:42px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-input a{
	color:#0075BC;
	font-weight:500;
}

.checkbox-input input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background-color: #fff;
	border:2px solid #D4D4D4;
	border-radius:5px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-input input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-input .checkmark:after {
	left: 9px;
	top: 5px;
	width: 8px;
	height: 13px;
	border: solid #2196F3;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox-input + .error{
	padding-left:42px;
}

#signupFormSubmit{
	margin-top:1.25rem !important;
}

.g-recaptcha {
	margin-left:auto;
	margin-right:auto;
}	

@media only screen and (min-width:40em){

	#signupForm .text-input label{
		margin-top:1em;
		margin-bottom:26px;
		font-size:1.3125em;
	}

	#signupForm select{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#signupForm .text-input input{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#signupForm input[type=submit] {
		margin: 8px 0 0 0;
	}

	.checkbox-input {
		padding-left: 60px;
		font-size:1.3125em;
	}

	.checkbox-input + .error{
		padding-left:60px;
	}

	#signupFormSubmit{
		margin-top:0 !important;
	}

	.g-recaptcha {
		margin-left:0;
		margin-right:0;
	}	

}

@media only screen and (max-width: 22.375em) {
	.g-recaptcha {
		transform:scale(0.85);
		transform-origin:0 0;
	}	
}

/* Sign Up Form End */

/* Lifeline Form Start */

.lle-form{
	align-items:center;
	background-color:rgba(0,117,188,0.8);
	bottom:0;	
	display:flex;
	justify-content:center;	
	left:0;
	overflow-y:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}
.lle-form .lle-form-container{
	background-color:#fff;
	border-radius:30px;
	border:6px solid #E5E5E5;
	max-width:82%;
	padding:20px;
	position:relative;
	width:1000px;
}
.lle-form .lle-form-container #lifelineFormClose{
	position:absolute;
	text-decoration: none;
	top:-16px;
	right:-16px;
}
.lle-form .lle-form-container #lifelineFormClose img{
	display:block;
	height:32px;
	width:32px;
}

.lle-form .lle-form-container h1{
	color:#0075BC;
	font-size:24px;
	line-height:28px;
}
.lle-form .lle-form-container p{
	color:#121212;
	font-size:16px;
	line-height:20px;
}

@media only screen and (min-width:40em){

	.lle-form .lle-form-container{
		border:10px solid #E5E5E5;
		padding:40px;
	}
	.lle-form .lle-form-container h1{
		font-size:34px;
		line-height:38px;
	}
	.lle-form .lle-form-container p{
		font-size:21px;
		line-height:30px;
	}
	.lle-form .lle-form-container #lifelineFormClose{
		top:-28px;
		right:-28px;
	}
	.lle-form .lle-form-container #lifelineFormClose img{
		height:56px;
		width:56px;
	}

}

#lifelineForm .text-input label{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
    font-weight:500;
	font-size:1em;
	letter-spacing:0.024em;
	line-height:1.238em;
	color:#272727;
}
#lifelineForm p.error{
	margin:3px 0 6px 0;
	font-size:12px;
	font-weight:700;
	color:red;
}
#lifelineForm p.label-like{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
	font-size:1em;
    font-weight: 700;
	line-height:1.238em;
	color:#272727;
}

#lifelineForm select{
	height:auto;
	padding:12px 16px;
	color:#676767;
	font-size:1.125em;
	letter-spacing:0.024em;
	line-height:1.238em;
	border-radius: 8px;
	margin-bottom:0;
}

#lifelineForm .text-input input{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:auto;
	padding:9px 12px 6px 12px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	color:#676767;
	font-size:1rem;
	letter-spacing:0.024em;
	line-height:1.238em;
	margin-bottom:0;
}
#lifelineForm .checkbox-input{	
    font-size: 1rem;
	margin-bottom:0;
}

#lifelineForm textarea{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:120px;
	padding:12px 16px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	font-size:1em;
	line-height:1.2em;
}

#lifelineForm input[type=submit] {
	background-color:#0075BC;
	border:2px solid #0075BC;
	border-radius:14px;
    box-sizing: border-box;
	color:#FFFFFF;
	cursor: pointer;
    display: block;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0.222em;
	line-height:1em;
	margin: 0 auto 0 auto;
	max-width:280px;
	padding:16px 68px 11px 68px;
	text-align:center;
	text-transform:uppercase;
	margin-left:auto;margin-right:auto;
}

#lifelineForm input[type=submit]:hover{
	background-color:#fff;
	border:2px solid #0075BC;
	color:#0075BC;
}

#lifelineForm input[type=submit]:disabled,
#lifelineForm input[type=submit]:disabled:hover{
	background-color:#E5E5E5;
	border:2px solid #E5E5E5;
	color:#FFFFFF;
}

.lifelineFormFields{
	padding-left:0px;
}

#lifelineFormSubmit{
	margin-top:1.25rem !important;
}

.lle-form .lle-form-container form .error.hidden{
	visibility: hidden;
}

@media only screen and (min-width:40em){

	#lifelineForm .text-input label{
		margin-top:1em;
		margin-bottom:26px;
		font-size:1.3125em;
	}

	#lifelineForm select{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#lifelineForm .text-input input{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:0;
	}

	#lifelineForm .checkbox-input{	
		font-size: 1.125em;
	}
	
	#lifelineForm input[type=submit] {
		font-size:1.125em;
		margin: 8px auto 0 auto;
	}

	#lifelineFormSubmit{
		margin-top:0 !important;
	}
	#lifelineForm p.error{
		margin:6px 0 12px;
		font-size:14px;
	}

}

/* Lifeline Form End */