@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700i);/*! =======================================================
                      VERSION  9.7.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:auto;right:0}.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{margin-left:0;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:auto;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;border-right-color:#0480be;margin-left:0;margin-right:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:auto;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:auto;right:0}.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:0;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(180deg,#dfdfdf 0,#bebebe);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf",endColorstr="#ffbebebe",GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(180deg,#e5e5e5 0,#e9e9e9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5",endColorstr="#ffe9e9e9",GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(180deg,#f5f5f5 0,#f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#fff9f9f9",GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.slider-selection,.slider-track{position:absolute;background-repeat:repeat-x;border-radius:4px}.slider-selection{background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(180deg,#f9f9f9 0,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9",endColorstr="#fff5f5f5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#89cdef,#81bfde);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(180deg,#89cdef 0,#81bfde);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef",endColorstr="#ff81bfde",GradientType=0)}.slider-track-high,.slider-track-low{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(180deg,#149bdf 0,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf",endColorstr="#ff0480be",GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.custom,.slider-handle.triangle{background:transparent none}.slider-handle.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(180deg,#f9f9f9 0,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9",endColorstr="#fff5f5f5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.custom,.slider-tick.triangle{background:transparent none}.slider-tick.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#89cdef,#81bfde);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(180deg,#89cdef 0,#81bfde);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef",endColorstr="#ff81bfde",GradientType=0);opacity:1}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}#js-navigation{padding:0;background-color:transparent!important}@media screen and (min-width:576px){#js-navigation{padding:0 15px}}@media screen and (max-width:768px){#js-navigation{padding-top:0;padding-bottom:0}}#menu-primary-navigation{color:#549c74;margin-top:5px}@media screen and (min-width:992px){#menu-primary-navigation{margin-top:0}}@media screen and (min-width:1200px){#menu-primary-navigation li{margin-left:2em}}#menu-primary-navigation li a{text-transform:uppercase;color:#fff;letter-spacing:.5px}@media screen and (min-width:992px){#menu-primary-navigation li a{color:#549c74;margin-left:10px}}@media screen and (min-width:1200px){#menu-primary-navigation li a{margin-left:0}}#menu-primary-navigation .dropdown ul li{margin-left:0}#menu-primary-navigation .dropdown ul li a{text-transform:uppercase;margin-left:auto;color:#549c74;letter-spacing:.5px}@media screen and (min-width:768px){#menu-primary-navigation .dropdown ul li a{color:#fff}}#menu-primary-navigation .dropdown ul li a:hover{color:#000}@media screen and (min-width:768px){#menu-primary-navigation .dropdown ul li a:hover{color:#549c74}}@media screen and (min-width:992px){#menu-primary-navigation .nav-help ul{left:-70px}}@media screen and (min-width:1350px){#menu-primary-navigation .nav-help ul{left:-40px}}@media screen and (min-width:992px){#menu-primary-navigation .nav-help ul:before{left:57%}}@media screen and (min-width:1350px){#menu-primary-navigation .nav-help ul:before{left:41%}}@media screen and (max-width:992px){.Main-Nav.collapsing,.Main-Nav.show{position:fixed;width:100%;right:0;top:123px;bottom:0;overflow-y:scroll;background-color:#549c74;text-align:center}.Main-Nav.collapsing .navbar-nav,.Main-Nav.show .navbar-nav{text-align:center;font-size:1.35em;letter-spacing:.5px}.Main-Nav.collapsing .navbar-nav li a,.Main-Nav.show .navbar-nav li a{color:#fff}}@media screen and (max-width:768px){.Main-Nav.collapsing,.Main-Nav.show{top:108px}}.btn,.product-purchase-form .form-element-group button,.product-purchase-form .form-elements button{display:inline-block;font-weight:400;font-family:sans-serif;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:1rem;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn-secondary{border-radius:0}.btn-cart,.btn-primary,.btn-purchase{border-radius:0;text-transform:uppercase}.container-fluid{position:relative}.btn-cart:focus,.btn-primary:focus,.btn-purchase:focus{box-shadow:none}.btn-cart:not(:disabled):not(.disabled).active,.btn-cart:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.btn-purchase:not(:disabled):not(.disabled).active,.btn-purchase:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.btn-cart,.show>.dropdown-toggle.btn-purchase{color:#fff;background-color:#f05a28;border-color:#f05a28}.product-template-default .product-purchase-form .form-element-group .btn-group button,.product-template-default .product-purchase-form .form-elements .btn-group button{width:0;border-radius:0}.product-template-default .product-purchase-form .form-element-group button,.product-template-default .product-purchase-form .form-elements button{border-color:#e1e1e1;color:#666;padding:0}.FAQ-tabs.nav{flex-wrap:nowrap!important}.owl-dot{outline:none!important}.br,.br-lg,.br-md,.br-sm,.br-xl{display:block;width:100%}.AboutIntroOffer h2,.Reviews h2{font-family:Oswald,sans-serif;font-size:30px;font-size:1.875rem;font-weight:700;text-align:center;text-transform:uppercase;color:#549c74}.AboutIntroOffer h2>em,.Reviews h2>em{font-style:normal;color:#f05a28}@media (min-width:992px){.AboutIntroOffer h2,.Reviews h2{font-size:50px;font-size:3.125rem}}.AboutIntroOffer h2+small,.Reviews h2+small{display:block;margin-top:-.5em;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:16px;font-size:1rem;text-align:center;text-transform:uppercase;color:#999;letter-spacing:1px}@media (min-width:992px){.AboutIntroOffer h2+small,.Reviews h2+small{font-size:20px;font-size:1.25rem}}.AboutIntroOffer,.Calculator-module,.Carousel,.Endorsement,.Jumper,.Reviews,.Savings{padding:15px}@media (min-width:992px){.AboutIntroOffer,.Calculator-module,.Carousel,.Endorsement,.Jumper,.Reviews,.Savings{padding:30px}}.Hero.Hero--secondary>a,.page-how-it-works .Hero:first-of-type>div,.page-phones .Hero>div,.page-plans .Hero>div,.page-template-template-superbowl-page-after .Hero.Hero--secondary>a,.page-template-template-superbowl-page-after .page-how-it-works .Hero:first-of-type>div,.page-template-template-superbowl-page-after .page-phones .Hero>div,.page-template-template-superbowl-page-after .page-plans .Hero>div,.page-template-template-superbowl-page-after .single-phones .Hero>div,.page-template-template-superbowl-page-after .single-product .Hero>div,.page-template-template-superbowl-page .Hero.Hero--secondary>a,.page-template-template-superbowl-page .page-how-it-works .Hero:first-of-type>div,.page-template-template-superbowl-page .page-phones .Hero>div,.page-template-template-superbowl-page .page-plans .Hero>div,.page-template-template-superbowl-page .single-phones .Hero>div,.page-template-template-superbowl-page .single-product .Hero>div,.page-template-template-superbowl-plansPage .Hero.Hero--secondary>a,.single-phones .Hero>div,.single-product .Hero>div{background:-moz-radial-gradient(center,ellipse cover,rgba(218,237,220,.8) 0,rgba(217,236,219,.8) 1%,rgba(84,156,116,0) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(218,237,220,.8) 0,rgba(217,236,219,.8) 1%,rgba(84,156,116,0) 100%);background:radial-gradient(ellipse at center,rgba(218,237,220,.8) 0,rgba(217,236,219,.8) 1%,rgba(84,156,116,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccdaeddc",endColorstr="#00549c74",GradientType=1)}.FAQ .FAQ-group-title.collapsed:after,.FAQ .FAQ-group-title:after,.FAQ .FAQ-tabLink.active:before,.FAQ .FAQResult-cardHeaderLink:after,.mobile .arconix-faq-title:after,.SearchResult-cardHeaderLink:after{border-left:15px solid transparent;border-right:15px solid transparent;border-top:14px solid #549c74}.Legal{font-family:Proxima Nova Reg,sans-serif}.Legal h1{font-family:Oswald,sans-serif;font-weight:700;font-size:3.25rem;color:#549c74;text-transform:uppercase}.Legal h2,.Legal h3,.Legal h4,.Legal h5,.Legal h6{font-family:DIN\ 1451 Mittelschrift,sans-serif;text-transform:uppercase}.Ellipsis{overflow:hidden;height:7.5em;line-height:1.5em}.Ellipsis:before{content:"";float:left;width:5px;height:7.5em}.Ellipsis>:first-child{float:right;width:100%;margin-left:-5px}.Ellipsis:after{content:"\2026";box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;float:right;position:relative;top:-1.5em;left:100%;width:3em;margin-left:-3em;padding-right:5px;text-align:right;background-size:100% 100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff),color-stop(50%,#fff));background:-moz-linear-gradient(to right,hsla(0,0%,100%,0),#fff 50%,#fff);background:-o-linear-gradient(to right,hsla(0,0%,100%,0),#fff 50%,#fff);background:-ms-linear-gradient(to right,hsla(0,0%,100%,0),#fff 50%,#fff);background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%,#fff)}.Carousel.Carousel--testimonials .Ellipsis,.Carousel.Carousel--testimonials .Ellipsis:before{height:18em}.widget{border:1px solid #f15d2e;margin-bottom:2em}.widget,.widget h5{font-family:Open Sans,sans-serif}.widget h5{text-transform:uppercase;background-color:#f15d2e;color:#fff;margin-top:0;padding:10px}.widget ul{font-size:14px;font-weight:500;list-style-type:none;padding:0 0 0 10px;padding-right:20px}.widget ul li{padding-left:0;line-height:1.25;margin-bottom:10px}.widget ul a{color:#666;font-weight:400;letter-spacing:1px}.widget ul a:hover{color:#5c9e79;transition:.3s ease}@font-face{font-family:DIN\ 1451 Mittelschrift;src:url("../fonts/8a9e21a8-1646-4b55-a690-936abe0d2e03.woff2") format("woff2"),url("../fonts/9c9c7bde-3184-419a-bf93-bc88c49daa8c.woff") format("woff"),url("../fonts/187fd8d9-b96c-46fb-b480-9d295cea1632.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Univers Light;src:url("../fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("../fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff") url("../fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Univers Cond;src:url("../fonts/58c01d2a-ce4a-4360-a61f-761e91aa67c0.woff2") format("woff2"),url("../fonts/ccd9698a-60c5-48f7-acbe-5352b4aa81d4.woff") format("woff"),url("../fonts/ba8ec1ac-e90e-4cea-bda8-85f718fb8fd0.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Univers Cond;src:url("../fonts/3bdb4597-ff70-447c-8620-8836686bf840.woff2") format("woff2"),url("../fonts/5599ac9f-d136-4277-aeee-f82aac5d527f.woff") format("woff"),url("../fonts/ae81ec98-60d0-408d-960f-8c3f9f74e6c7.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Proxima Nova Reg;src:url("../fonts/ProximaNova-Regular.woff") format("woff"),url("../fonts/ProximaNova-Regular.eot") format("eot"),url("../fonts/ProximaNova-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Open Sans,sans-serif;src:url("../../../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;src:url("../fonts/oswald-semibold.woff2") format("woff2"),url("../fonts/oswald-semibold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Oswald;src:url("../fonts/Oswald-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Oswald;src:url("../fonts/Oswald-Regular.ttf") format("truetype");font-weight:400;font-style:normal}.btn,.product-purchase-form .form-element-group button,.product-purchase-form .form-elements button{border-radius:0;text-transform:uppercase;padding:.5rem 1rem}.btn-text{border:0;background:transparent;color:#999;cursor:pointer;display:block;font-family:DIN\ 1451 Mittelschrift,sans-serif;line-height:120%;outline:0;margin:0;padding:0;text-decoration:none;text-transform:none}.btn-cart,.btn-primary,.btn-purchase{background-color:#f05a28;border-color:#f05a28}.btn-cart:hover,.btn-primary:hover,.btn-purchase:hover{background-color:#be3a0d;border-color:#be3a0d}.btn-cart:disabled,.btn-primary:disabled,.btn-purchase:disabled{background-color:#999;border-color:#999}.btn-secondary{background-color:#fff;border-color:#f05a28;color:#f05a28}.btn-secondary:hover{background-color:#f05a28;border-color:#f05a28;color:#fff}.btn.disabled,.product-purchase-form .form-element-group button.disabled,.product-purchase-form .form-elements button.disabled{background-color:#333;border-color:#333}.btn-cart{width:100%;padding:1.1rem!important;height:55px}.btn-cart,.btn-cart:hover{color:#fff}.btn-purchase{background-color:#f05a28;border-color:#f05a28;color:#fff;cursor:pointer;padding:15px;width:100%}.btn-purchase:hover{background-color:#be3a0d;border-color:#be3a0d}.Order-actions .btn,.Order-actions .product-purchase-form .form-element-group button,.Order-actions .product-purchase-form .form-elements button,.Order-collaterals .btn,.Order-collaterals .product-purchase-form .form-element-group button,.Order-collaterals .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Order-actions button,.product-purchase-form .form-element-group .Order-collaterals button,.product-purchase-form .form-elements .Order-actions button,.product-purchase-form .form-elements .Order-collaterals button{cursor:pointer;font-size:85%}.Order-checkout .btn,.Order-checkout .product-purchase-form .form-element-group button,.Order-checkout .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Order-checkout button,.product-purchase-form .form-elements .Order-checkout button{padding:.7rem;font-weight:100;letter-spacing:.5px}.Order-checkout .btn.disabled,.Order-checkout .product-purchase-form .form-element-group button.disabled,.Order-checkout .product-purchase-form .form-elements button.disabled,.product-purchase-form .form-element-group .Order-checkout button.disabled,.product-purchase-form .form-elements .Order-checkout button.disabled{opacity:.2}.Checkout .btn.btn-secondary,.Checkout .product-purchase-form .form-element-group button.btn-secondary,.Checkout .product-purchase-form .form-elements button.btn-secondary,.product-purchase-form .form-element-group .Checkout button.btn-secondary,.product-purchase-form .form-elements .Checkout button.btn-secondary{font-size:85%}.Checkout2 .btn.btn-text,.Checkout2 .product-purchase-form .form-element-group button.btn-text,.Checkout2 .product-purchase-form .form-elements button.btn-text,.product-purchase-form .form-element-group .Checkout2 button.btn-text,.product-purchase-form .form-elements .Checkout2 button.btn-text{color:#333;margin:15px 0}.Checkout2 .btn.btn-text:before,.Checkout2 .product-purchase-form .form-element-group button.btn-text:before,.Checkout2 .product-purchase-form .form-elements button.btn-text:before,.product-purchase-form .form-element-group .Checkout2 button.btn-text:before,.product-purchase-form .form-elements .Checkout2 button.btn-text:before{content:"-";display:inline-block;padding-right:4px}.Checkout2 .btn.btn-text.collapsed,.Checkout2 .product-purchase-form .form-element-group button.btn-text.collapsed,.Checkout2 .product-purchase-form .form-elements button.btn-text.collapsed,.product-purchase-form .form-element-group .Checkout2 button.btn-text.collapsed,.product-purchase-form .form-elements .Checkout2 button.btn-text.collapsed{color:#999}.Checkout2 .btn.btn-text.collapsed:before,.Checkout2 .product-purchase-form .form-element-group button.btn-text.collapsed:before,.Checkout2 .product-purchase-form .form-elements button.btn-text.collapsed:before,.product-purchase-form .form-element-group .Checkout2 button.btn-text.collapsed:before,.product-purchase-form .form-elements .Checkout2 button.btn-text.collapsed:before{content:"+"}.Checkout2 .btn.btn-text:first-child,.Checkout2 .product-purchase-form .form-element-group button.btn-text:first-child,.Checkout2 .product-purchase-form .form-elements button.btn-text:first-child,.product-purchase-form .form-element-group .Checkout2 button.btn-text:first-child,.product-purchase-form .form-elements .Checkout2 button.btn-text:first-child{margin-top:0}.button.primary{display:flex;justify-content:center;align-items:center;margin:1em auto;font-family:Open Sans;font-weight:600;font-size:1.17188rem;text-decoration:none;text-transform:uppercase;background-color:#f05a28;color:#fff;padding:.7em 2em;transition:color .25s ease,background-color .25s ease,border-color .25s ease}.button.primary:hover{color:#f05a28;background-color:#fff;border:1px solid #f05a28}@media screen and (max-width:575px){.button.primary{text-align:center;font-size:.75rem}}.Icon{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover}.Icon,.Icon--delete{display:inline-block}.Icon--delete{width:16px;height:16px;fill:#fff;fill-opacity:.4;position:absolute;top:2px;right:1px;transition:fill-opacity .2s}.Header{background-color:#fff;border-bottom:1px solid #549c74}.Header-navContainer{padding:0}.navless-header{text-align:center;background-color:#fff}.LoadingModal{background:hsla(0,0%,100%,.85);position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999}.LoadingModal-content{color:#549c74;font-size:20px;font-weight:400;position:absolute;top:45%;transform:translateY(-300%);text-align:center;text-transform:uppercase;width:100%}.LoadingModal-content>p{text-shadow:rgba(0,0,0,.25)}.LoadingModal-animation{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);width:600px}.Navigation{display:block;text-transform:uppercase;padding:0}.Navigation-brand{padding:.5em 15px}.Navigation-brand svg{width:200px;height:46px;vertical-align:middle}.Navigation-navbar{position:fixed;width:100%;top:108px;bottom:0;overflow-y:scroll;background-color:#549c74}.Navigation-nav{text-align:center;font-size:1.35em;letter-spacing:.5px}.Navigation-nav .nav-link{color:#fff}@media (max-width:991.98px){.Navigation-nav .customer-support{display:none}}.Navigation-nav .customer-support a{background-image:url("/wp-content/themes/mintmobile/images/PHONE-white.png");background-repeat:no-repeat;background-position:15px;background-size:30px}@media (max-width:767.98px){.Navigation-nav .customer-support a{background-image:url("/wp-content/themes/mintmobile/images/PHONE-green.png")}}.Navigation-nav .customer-support a:hover{background-image:url("/wp-content/themes/mintmobile/images/PHONE-green.png");background-repeat:no-repeat;background-position:15px;background-size:30px}.Navigation-nav .customer-support .line1{margin-bottom:-25px;font-size:11px}@media (max-width:991.98px){.Navigation-nav .salesrep{display:none}}.Navigation-nav .salesrep a{background-image:url("/wp-content/themes/mintmobile/images/PHONE-white.png");background-repeat:no-repeat;background-position:15px;background-size:30px}@media (max-width:767.98px){.Navigation-nav .salesrep a{background-image:url("/wp-content/themes/mintmobile/images/PHONE-green.png")}}.Navigation-nav .salesrep a:hover{background-image:url("/wp-content/themes/mintmobile/images/PHONE-green.png");background-repeat:no-repeat;background-position:15px;background-size:30px}.Navigation-nav .salesrep .line1{margin-bottom:-25px;font-size:11px}@media (max-width:991.98px){.Navigation-nav .mintsupport{display:none}}.Navigation-nav .mintsupport a{background-image:url("/wp-content/themes/mintmobile/images/EMAIL-white.png");background-repeat:no-repeat;background-position:15px 3px;background-size:25px}@media (max-width:767.98px){.Navigation-nav .mintsupport a{background-image:url("/wp-content/themes/mintmobile/images/EMAIL-green.png")}}.Navigation-nav .mintsupport a:hover{background-image:url("/wp-content/themes/mintmobile/images/EMAIL-green.png");background-repeat:no-repeat;background-position:15px 3px;background-size:25px}.Navigation-nav .mintsupport .line1{padding-left:25px;font-size:9px;padding-bottom:10px}@media (min-width:1200px){.Navigation-nav .mintsupport .line1{font-size:12px}}@media (min-width:992px){.Navigation-nav .salesrep-m{display:none}}.Navigation-nav .salesrep-m img{min-width:34.59px;position:relative;top:1em;right:.3em;width:10%;max-width:34.59px}.Navigation-nav .salesrep-m .line1{margin-bottom:-36px;margin-right:35px;font-size:13px}.Navigation-nav .salesrep-m .line2{font-size:20px}@media (min-width:992px){.Navigation-nav .customer-support-m{display:none}}.Navigation-nav .customer-support-m img{min-width:34.59px;position:relative;top:1em;right:.4em;max-width:34.59px}.Navigation-nav .customer-support-m .line1{margin-bottom:-36px;margin-right:35px;font-size:13px}.Navigation-nav .customer-support-m .line2{font-size:20px}.Navigation-nav .nav-help{margin-bottom:30px}@media (min-width:992px){.Navigation-nav .mintsupport-m{display:none}}.Navigation-nav .mintsupport-m img{min-width:25.61px;position:relative;top:-.1em;right:.5em;width:6%;max-width:25.61px}.Navigation-nav .mintsupport-m .line1{font-size:13px}@media screen and (max-width:320px){.Navigation-nav .mintsupport-m .line1{font-size:16px}}.Navigation-nav .support-nav{display:none}.Navigation-nav .nav-item{position:relative}@media (min-width:992px){.Navigation-nav .nav-item .dropdown-menu{top:50px;transform:translateX(-44%);min-width:200px}.Navigation-nav .nav-item:last-of-type .dropdown-menu{transform:translateX(-51%);min-width:214px}.Navigation-nav .nav-item:last-of-type .dropdown-menu:before{left:61%}}@media (min-width:1200px){.Navigation-nav .nav-item:last-of-type .dropdown-menu{transform:translateX(-25%);min-width:252px}.Navigation-nav .nav-item:last-of-type .dropdown-menu:before{left:41%}}.Navigation-toggler{width:36px;height:36px;margin-top:.75em;padding:2px}.Navigation-toggler>span{background-color:#549c74;display:block;margin:3px auto;width:100%;height:4px}@media (min-width:992px){.Navigation{display:flex;padding:.5rem 15px}.Navigation-nav{font-size:1rem}.Navigation-nav .nav-link{color:#549c74;margin-left:10px}.Navigation-navbar{position:static;width:auto;height:auto;top:auto;overflow-y:inherit;background-color:#fff}.Navigation-brand{padding:.5em 0}.Navigation-brand svg{width:230px}.Navigation .active .nav-link,.Navigation .current-menu-parent .nav-link{border-bottom:3px solid #549c74;line-height:1rem}}@media (min-width:1200px){.Navigation-nav>.nav-item{position:relative;margin-left:2em}.Navigation-nav .nav-link{margin-left:0}}.Navigation.Navigation--aux{display:block;padding:0;background-color:#eef7f4;border-bottom:1px solid #549c74}.Navigation.Navigation--aux .container-fluid{padding-left:5px;padding-right:5px}.Navigation.Navigation--aux .nav-item{margin:0}.Navigation.Navigation--aux .nav-link{text-decoration:underline}.cartLoading{margin:10px auto;width:40px;height:40px;background:transparent url("/wp-content/themes/mintmobile/images/icon-cart-loading-anim.gif") no-repeat}#custom-toggler{border:none;margin-right:1rem}#custom-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(84,156,116, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.dropdown{display:block;position:relative}.dropdown-menu{padding:0;border:0;border-radius:0;font-size:1em;text-align:center}.dropdown-item{padding-top:9px;padding-bottom:9px;border-top:1px solid #549c74;color:#549c74;background-color:#fdfdf4}.dropdown-item:first-of-type{border-top:none}@media (min-width:768px){.dropdown-menu:before{content:"";display:block;position:absolute;top:-14px;left:41%;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:14px solid #549c74}.dropdown-item{color:#fff;background-color:#549c74;border-top:1px solid #fdfdf4}.dropdown-item:hover{color:#549c74;background-color:#fdfdf4}.dropdown-item:first-of-type{border-top:1px solid #549c74}}.Tabs .nav-link.active:after,.Tabs .nav-link.active>span:after{content:"";display:block;position:absolute;bottom:-10px;left:42.5%;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #549c74;z-index:1}.Tabs .nav{justify-content:space-around;border-top:1px solid #ccc;border-bottom:1px solid #ccc;text-transform:uppercase;letter-spacing:1px;text-align:center;line-height:1}@media (min-width:768px){.Tabs .nav{font-size:22px;font-size:1.375rem;justify-content:center}}.Tabs .nav-item{display:flex;justify-content:center;align-items:stretch}.Tabs .nav-link{display:flex;align-items:center;position:relative;padding:1rem 2rem;color:#ddd}.Tabs .nav-link>span{display:block;position:relative}@media (min-width:768px){.Tabs .nav-link>span{min-width:6rem}}.Tabs .nav-link.active{color:#fff;background-color:#549c74}.Tabs .nav-link.active>span:after{content:none}@media (min-width:768px){.Tabs .nav-link.active{color:#549c74;background-color:#fff}.Tabs .nav-link.active>span{border-bottom:4px solid #549c74}.Tabs .nav-link.active>span:after{content:""}}@media (min-width:768px){.Tabs .nav-link.active:after{content:none}}@media (min-width:768px){.Tabs .nav-link{padding:1.5rem 4rem}}.PageTitle{padding:50px 0;text-align:center;text-transform:uppercase}.PageTitle h1{color:#549c74;font-family:Oswald,sans-serif;font-weight:700;margin:0;font-size:34px;font-size:2.125rem}@media (min-width:768px){.PageTitle h1{font-size:40px;font-size:2.5rem}}@media (min-width:992px){.PageTitle h1{font-size:50px;font-size:3.125rem}}.PageTitle h2{color:#999;font-family:DIN\ 1451 Mittelschrift,sans-serif;line-height:130%;margin:0;font-size:20px;font-size:1.25rem}@media (min-width:768px){.PageTitle h2{font-size:22px;font-size:1.375rem}}@media (min-width:992px){.PageTitle h2{font-size:26px;font-size:1.625rem}}.PageTitle.PageTitle--additional h2+.PageTitle.PageTitle--additional h3,.PageTitle h1+h2{margin:.5rem 0 0}.PageTitle h1+small{font-size:18px;font-size:1.125rem;margin-top:1em;display:inline-block;line-height:1.25}.PageTitle .accent{color:#f05a28}.PageTitle.PageTitle--additional{margin:0 auto;padding:50px 0;text-align:center;text-transform:uppercase}.PageTitle.PageTitle--additional h2{color:#549c74;font-family:Oswald,sans-serif;font-weight:700;line-height:90%;margin:0;font-size:30px;font-size:1.875rem}@media (min-width:768px){.PageTitle.PageTitle--additional h2{font-size:40px;font-size:2.5rem}}@media (min-width:992px){.PageTitle.PageTitle--additional h2{font-size:50px;font-size:3.125rem}}.PageTitle.PageTitle--additional h3{color:#999;font-family:DIN\ 1451 Mittelschrift,sans-serif;line-height:130%;margin:0;font-size:18px;font-size:1.125rem}@media (min-width:768px){.PageTitle.PageTitle--additional h3{font-size:22px;font-size:1.375rem}}@media (min-width:992px){.PageTitle.PageTitle--additional h3{font-size:24px;font-size:1.5rem}}.PageTitle.PageTitle--additional h2+h3{margin:.5rem 0 0}#PageTitle-Validation{padding:50px 0 30px}.PageTitle.PageTitle--inverted{margin:0 auto;padding:50px 0;text-align:center;text-transform:uppercase;color:#fff}.PageTitle.PageTitle--inverted h1,.PageTitle.PageTitle--inverted h2{color:#fff;font-family:Oswald,sans-serif;font-weight:700;line-height:90%;margin:0;font-size:30px;font-size:1.875rem}@media (min-width:768px){.PageTitle.PageTitle--inverted h1,.PageTitle.PageTitle--inverted h2{font-size:40px;font-size:2.5rem}}@media (min-width:992px){.PageTitle.PageTitle--inverted h1,.PageTitle.PageTitle--inverted h2{font-size:50px;font-size:3.125rem}}.MoreContent .PageTitle{padding:0}.Plans .PageTitle{padding:0 0 20px}.Plans .PageTitle h1{font-size:44px;font-size:2.75rem;letter-spacing:-1px}@media (min-width:768px){.Plans .PageTitle{padding:40px 0}}.Coverage .PageTitle a{text-decoration:underline}.BYOP .PageTitle{padding:50px 0 10px}.BYOP .PageTitle h2{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:18px;font-size:1.125rem}.BYOP .PageTitle p{margin:30px 0;text-transform:none}.BYOP .PageTitle h3{color:#666;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:24px;font-size:1.5rem;margin:6px 0 0;text-transform:none}.BYOP .PageTitle h3 a{text-decoration:underline}.BYOP-modal .PageTitle{padding:40px 0 10px}.WhyMint-shop.PageTitle.PageTitle--additional{background-image:url("../images/wood.jpg");background-color:#472617;background-repeat:repeat;background-position:50%;padding:80px 0}.WhyMint-shop.PageTitle.PageTitle--additional h2,.WhyMint-shop.PageTitle.PageTitle--additional h3{color:#fff}.WhyMint-shop.PageTitle.PageTitle--additional .btn-cart,.WhyMint-shop.PageTitle.PageTitle--additional .btn-primary,.WhyMint-shop.PageTitle.PageTitle--additional .btn-purchase{margin-top:30px;letter-spacing:1px;font-size:20px;font-size:1.25rem}.Movemint-shop.PageTitle.PageTitle--additional{background-image:url("../images/wood.jpg");background-color:#472617;background-repeat:repeat;background-position:50%;padding:40px 0}.Movemint-shop.PageTitle.PageTitle--additional h2{color:#fff}.Movemint-shop.PageTitle.PageTitle--additional h3{color:#fff;font-family:Arial;font-weight:100;text-transform:none}.Movemint-shop.PageTitle.PageTitle--additional .btn-cart,.Movemint-shop.PageTitle.PageTitle--additional .btn-primary,.Movemint-shop.PageTitle.PageTitle--additional .btn-purchase{margin-top:10px;letter-spacing:1px;font-size:20px;font-size:1.25rem}.CarrierBundle .PageTitle{padding-bottom:20px}.CarrierBundle .PageTitle h1{line-height:100%;margin-bottom:1rem}.CarrierBundle .PageTitle p{color:#999;font-size:18px;font-size:1.125rem;text-transform:none}.CarrierBundle-setup .PageTitle.PageTitle--additional h2,.CarrierBundle-works .PageTitle.PageTitle--additional h2{color:#fff;margin-bottom:1rem}.CarrierBundle-setup .PageTitle.PageTitle--additional p,.CarrierBundle-works .PageTitle.PageTitle--additional p{color:#fff;font-size:18px;font-size:1.125rem}.CarrierBundle-setup .PageTitle.PageTitle--additional{margin-bottom:0;padding-bottom:0}.CarrierBundle-setup .PageTitle.PageTitle--additional p{margin:0}.NeedMoreData .PageTitle{padding-top:1.5rem;padding-bottom:0}@media (min-width:768px){.NeedMoreData .PageTitle{padding-top:2rem}}.HowItWorks,.WhyMint{background:#fdfdf3;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:0 auto;text-align:center}.WhyMint-offset{margin-top:-13px}.WhyMint-content{padding-bottom:30px}.HowItWorks h3,.WhyMint h3{color:#549c74;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:500;margin:1.5rem 0 .75rem;text-transform:uppercase;font-size:24px;font-size:1.5rem}.HowItWorks p,.WhyMint p{color:#666;margin-bottom:2rem;font-size:18px;font-size:1.125rem}.WhyMint-image{min-height:150px;line-height:150px}.WhyMint-image img{max-width:100%;max-height:100%}.FullVideo{background:#215f43;overflow:hidden;width:100%}.FullVideo .container-fluid{padding:0;transition:padding .2s}@media (min-width:1200px){.FullVideo .container-fluid{padding:0 15px}}.FullVideo-content{position:relative}.FullVideo-content:before{display:block;content:"";width:100%;padding-top:56.25%}.FullVideo-content>embed,.FullVideo-content>iframe,.FullVideo-content>img,.FullVideo-content>object,.FullVideo-content>video{position:absolute;top:0;left:0;right:0;bottom:0}.MoreContent{background-color:#fdfdf4;color:#999;padding:50px 0 60px;text-align:center}.MoreContent p{font-size:1.1rem;margin:25px 0 0}@media (min-width:768px){.MoreContent{padding:80px 0 90px}.MoreContent p{font-size:1.2rem}}@media (min-width:992px){.MoreContent p{font-size:1.4rem}}.HowItWorks-section a{display:block;margin:10px auto 0;text-decoration:underline;text-transform:uppercase}.Videos{background-color:#d6ecde;margin:0 auto}.Videos-thumbs{text-align:center}.Videos-thumbs img{max-width:100%}.Videos-thumbs h4{color:#549c74;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:1rem 0 0;margin:1rem 0 40px;text-transform:uppercase}.Videos-thumbs h3{text-align:center;font-family:DIN Alterate,sans-serif;color:#68af85;margin:1rem auto 0;font-size:1.1rem;text-transform:uppercase;font-weight:400}.Videos-thumbs h2{color:#666;font-family:Open Sans,sans-serif;font-weight:400;font-style:italic;font-size:1rem}.Videos-thumb{display:block;position:relative;overflow:hidden}.Videos-thumb:hover .Videos-playButton{transform:translate(-50%,-50%) scale(1.15)}.Videos-playButton{border:6px solid #fff;border-radius:50%;display:inline-block;margin:0 auto;padding:15px 17px 15px 23px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) scale(1);transition:transform .2s;z-index:1}.Videos-playButton:before{border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid #fff;content:"";display:block;width:0;height:0}@media (min-width:768px){.Videos{top:45%}}.Videos.Videos--faq,.Videos.Videos--highlight{background-color:#fdfdf4}.VideoModal{background-color:rgba(0,0,0,.6)}.VideoModal .modal-dialog{max-width:800px;margin:4% auto 0}.VideoModal .modal-header{border:0;padding:0}.VideoModal .modal-title{color:#fff;font-size:1.6rem;font-weight:400;letter-spacing:1px;text-transform:uppercase;text-shadow:0 1px 0 rgba(0,0,0,.5)}.VideoModal .modal-content{background-color:transparent;border-radius:0;border:0}.VideoModal button.close{color:#fff;font-size:2rem;padding:5px 0 5px 8px;opacity:.85;text-shadow:0 1px 0 rgba(0,0,0,.5);transition:opacity .2s}.VideoModal button.close:hover{opacity:1}.VideoModal .modal-body{padding:0;position:relative}.VideoModal .modal-body:before{display:block;content:"";width:100%;padding-top:56.25%}.VideoModal .modal-body>embed,.VideoModal .modal-body>iframe,.VideoModal .modal-body>img,.VideoModal .modal-body>object,.VideoModal .modal-body>video{position:absolute;top:0;left:0;right:0;bottom:0}.SurveyModal .foxHolder{width:100%;position:absolute;z-index:1;transform:translateY(-85%);padding:1em}.SurveyModal .modal-dialog{transform:translateY(50%)!important}.SurveyModal .modal-header{display:flex;flex-flow:column-reverse;border-bottom:0}.SurveyModal .modal-header .modal-title{color:#549c74;text-transform:uppercase;text-align:center;font-family:Oswald,sans-serif}.SurveyModal .modal-body{padding:30px}.SurveyModal form{display:flex;flex-flow:column}.SurveyModal form .formRow,.SurveyModal form select{width:100%}.SurveyModal form .formRow{margin-bottom:45px}.SurveyModal form select{height:35px}.SurveyModal button.close{margin-left:90%}.SurveyModal #submitSurvey,.SurveyModal .disabled{background-color:#f05a28;border-color:#f05a28;text-transform:uppercase;width:100%;opacity:1}.SurveyModal .js-modal-body{padding:30px 75px}.SurveyModal #survey-modal{font-weight:700;font-size:2.5rem;line-height:35px}.SurveyModal #submitSurvey{font-family:DIN\ 1451 Mittelschrift,sans-serif;letter-spacing:4px}.DeviceHelp{padding:50px 0}.DeviceHelp-title{color:#f05a28;font-size:1.8rem;margin:0 0 25px;text-align:center}@media (min-width:768px){.DeviceHelp-title{font-size:1.8rem}}.DeviceHelp-message{color:#666;font-size:1.4rem;margin:0 0 50px;line-height:140%;text-align:center}.DeviceHelp-message br{display:none}@media (min-width:768px){.DeviceHelp-message br{display:block}}.DeviceHelp-instructions>ol{color:#000;display:block;font-size:1.2rem;list-style-position:inside;max-width:600px;margin:0 auto;padding:0}.DeviceHelp-instructions>ol>li{line-height:1.4rem;word-wrap:break-word;margin:25px 0}.DeviceHelp table{border-left:1px solid #ccc;border-right:1px solid #ccc;box-sizing:border-box;margin-top:25px;width:100%;line-height:2.4rem;font-weight:400}.DeviceHelp table th{background:#000;border-bottom:1px solid hsla(0,0%,100%,.25);color:#fff;font-size:1.4rem;padding:4px 12px}.DeviceHelp table td{background-color:#000;color:#fff;padding:4px 12px;word-wrap:break-word}.DeviceHelp table td>strong{color:#00d3f2}.DeviceHelp table+table{margin-top:1px}.DeviceHelp--android{background-image:url("../images/android-bg.jpg");background-size:cover;background-position:50%;background-repeat:norepeat}.DeviceHelp--android h1{color:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif;padding:100px 0;text-transform:uppercase;font-size:28px;font-size:1.75rem}.DeviceHelp--android h1 span{font-size:56px;font-size:3.5rem;font-family:Oswald,sans-serif;font-weight:700;display:block;line-height:3rem;margin-bottom:1rem}.DeviceHelp--android h1 em{display:block;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-style:normal;font-size:22px;font-size:1.375rem;text-decoration:underline}@media (min-width:768px){.DeviceHelp--android h1{padding:60px 0;font-size:34px;font-size:2.125rem}.DeviceHelp--android h1 span{font-size:62px;font-size:3.875rem}.DeviceHelp--android h1 em{font-size:28px;font-size:1.75rem}}.iPhoneSetup{background:#d5ecdd;padding-bottom:1rem}.iPhoneSetup .arconix-faq-content ol{color:#000;display:block;font-size:1rem;list-style-position:inside;max-width:600px;margin:0 auto;padding:0}@media (min-width:768px){.iPhoneSetup .arconix-faq-content ol{font-size:1.2rem}}.iPhoneSetup .arconix-faq-content ol>li{line-height:2.4rem;word-wrap:break-word}.iPhoneSetup .arconix-faq-content table{border-left:1px solid #ccc;border-right:1px solid #ccc;box-sizing:border-box;margin:25px 0;width:100%}.iPhoneSetup .arconix-faq-content table th{background:#ccc;font-size:1.4rem;padding:4px 12px}.iPhoneSetup .arconix-faq-content table td{border-bottom:1px solid #ccc;color:#666;padding:4px 12px;word-wrap:break-word}.iPhoneSetup .arconix-faq-content table td>strong{color:#000}.iPhoneSetup .arconix-faq-content .row{margin-top:2.5rem;text-align:center}.iPhoneSetup .arconix-faq-content h2{color:#549c74;display:block;font-family:inherit;margin:0 auto 1.25rem;text-align:center;max-width:100%;font-size:22px;font-size:1.375rem}@media (min-width:768px){.iPhoneSetup .arconix-faq-content h2{max-width:70%}}.iPhoneSetup .arconix-faq-content h3{color:#f05a28;display:block;font-family:inherit;margin:0 auto 1.25rem;text-align:center;max-width:100%;font-size:22px;font-size:1.375rem}@media (min-width:768px){.iPhoneSetup .arconix-faq-content h3{max-width:70%}}.iPhoneSetup .arconix-faq-content h4{margin-top:1rem}.HelpLinks .PhoneType{position:relative;font-size:3.5vw}.HelpLinks .PhoneType a{height:100%;position:relative}.HelpLinks .PhoneType a p{color:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:inherit;position:absolute;width:100%;padding:1em}.HelpLinks .PhoneType a p span{display:block;text-align:center}.HelpLinks .PhoneType a p span:last-of-type{text-decoration:underline}@media (max-width:767.98px){.HelpLinks .PhoneType a p{font-size:20px;font-size:1.25rem}}@media (min-width:992px){.HelpLinks .PhoneType a p{font-size:32px;font-size:2rem}}.Coverage{text-align:center}.Coverage-map{box-sizing:border-box;border:0;margin:0 0 2.5rem;padding:0;width:100%;min-height:800px}.Footer{padding:30px 0 0;background-color:#eef7f4}.Footer h6{color:#666;font-weight:700;margin:0 0 .5rem;text-transform:uppercase;font-size:20px}.Footer-nav,.Footer h6{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:1.25rem}.Footer-nav{list-style-type:none;margin:0 1.5rem 2.5rem 0;padding:0}.Footer-nav li{margin:0 0 .5rem}.Footer-nav a{color:#818285}.Footer-logo{display:inline-block;width:172px;height:38px;margin-left:0;margin-bottom:40px}.Footer-logo>svg{width:100%;height:100%}.Footer-logo.mobile{margin-bottom:0}.Footer-login input{border-radius:0;width:100%}.Footer-login .btn,.Footer-login .product-purchase-form .form-element-group button,.Footer-login .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Footer-login button,.product-purchase-form .form-elements .Footer-login button{width:100%}.Footer-subscribe{color:#666;font-weight:400;padding-bottom:20px;text-align:center;width:auto;font-size:18px;font-size:1.125rem}.Footer-subscribe .form-inline{display:block}.Footer-subscribe .form-group{display:block;margin-left:0!important}@media (min-width:768px){.Footer-subscribe{text-align:center}}@media (min-width:992px){.Footer-subscribe{width:370px;text-align:left;float:right}.Footer-subscribe .form-group,.Footer-subscribe .form-inline{display:flex}}.Footer-communication{text-align:center}@media (min-width:768px){.Footer-communication{margin-left:0;text-align:center}}@media (min-width:992px){.Footer-communication{margin-left:0;text-align:right}}.Footer-copyRight{background-color:#549c74;color:#fff;font-size:.875em;margin:0;padding:1.5rem 1.5rem 90px;text-align:center;white-space:no-drop}.Footer-copyRight span{display:block;margin-right:.75em}.Footer-copyRight ul{display:block;margin:0;padding:0;list-style-type:none;text-align:center}.Footer-copyRight ul li{border:0;display:block;padding:0 .75em}.Footer-copyRight ul a{color:#fff}@media (min-width:768px){.Footer-copyRight{padding:1.5rem}}@media (min-width:576px){.Footer-copyRight ul{width:80%;margin:0 auto}.Footer-copyRight ul li{border-left:1px solid #fff;display:inline-block}.Footer-copyRight ul li:first-of-type{border-left:0}}@media (min-width:992px){.Footer-nav{margin-left:0}}.Footer .Footer-help{display:none}.Footer .help-header{font-size:22px}@media screen and (max-width:767px){.Footer .help-header{margin-bottom:10px}}.Footer .customer-support{padding-left:0;line-height:20px;margin-bottom:10px}@media screen and (min-width:768px){.Footer .customer-support{margin-top:10px}}.Footer .customer-support span{text-transform:uppercase;color:#818285;font-size:16px}.Footer .customer-support .line2{letter-spacing:3px}@media screen and (max-width:768px){.Footer .customer-support .line2{margin-left:33px}}.Footer .customer-support img{position:relative;top:.3em;height:30px;margin-right:10px}@media screen and (min-width:768px){.Footer .customer-support img{float:left}}@media screen and (max-width:767px){.Footer .customer-support img{left:0;top:1em}}.Footer .sales-rep{padding-left:0;margin-bottom:10px}@media screen and (min-width:768px){.Footer .sales-rep{margin-top:20px;margin-bottom:20px;line-height:20px}}.Footer .sales-rep span{text-transform:uppercase;color:#818285;font-size:16px}.Footer .sales-rep .line2{letter-spacing:3px}@media screen and (max-width:768px){.Footer .sales-rep .line2{margin-left:33px}}.Footer .sales-rep img{position:relative;top:.3em;height:30px;margin-right:10px}@media screen and (min-width:768px){.Footer .sales-rep img{float:left}}@media screen and (max-width:767px){.Footer .sales-rep img{left:3px;top:1em}}.Footer-menu{display:block;padding-top:10px;padding-bottom:20px}@media (min-width:768px){.Footer-menu{display:flex;justify-content:space-between}}.Footer-menu li{display:block;border:0 solid #000;flex:1}.Footer-menu a{color:#666;font-weight:700;text-transform:uppercase;cursor:text;font-size:1.1rem;line-height:35px}.Footer-menu a:hover{color:#666}.Footer-menu .sub-menu{padding:0}.Footer-menu .sub-menu a{color:#818285;text-transform:uppercase;cursor:pointer;font-weight:400;text-transform:none;line-height:28px}.Footer-menu .sub-menu a:hover{color:#549c74}#seo-content{padding-top:10px;padding-bottom:10px}.Share{margin:1rem 0}.Share>a{display:inline-block;margin-right:1em}.Share svg{fill:#549c74;width:50px;height:50px}.Footer .Share{display:inline-block}@media (min-width:576px){.Footer .Share svg{width:28.57143px;height:28.57143px}}.Header .Share{display:flex;justify-content:center}.Header .Share svg{fill:#fff}@media (min-width:992px){.Header .Share{display:none}}.Hero{background-color:#549c74;background-position:bottom;background-repeat:repeat-x;color:#fff;overflow:hidden;position:relative;text-align:center}.Hero img{max-width:100%}.Hero-imgLarge{display:none}.Hero-container>a,.Hero>a{display:block}@media (min-width:992px){.Hero{padding:0}.Hero-imgSmall{display:none}.Hero-imgLarge{display:inline}}#hero-imgCopy{max-width:65%!important;margin-top:1em}@media (min-width:992px){.Hero.Hero--pinLeft .Hero-imgAccent{margin-left:-50px}}.Hero.Hero--video{padding:3rem}.Hero.Hero--video .Hero-container{display:flex;flex-direction:column;align-items:center}.Hero.Hero--video .Hero-video{border:10px solid #fff;display:inline-block;min-width:392px;min-height:220px;margin-bottom:2rem}@media (min-width:992px){.Hero.Hero--video .Hero-container{flex-direction:row;justify-content:center}.Hero.Hero--video .Hero-video{min-width:476px;min-height:267px;margin-bottom:0;margin-right:2rem}}@media (min-width:1200px){.Hero.Hero--video .Hero-video{min-width:560px;min-height:315px}}.page-why-mint .Hero:first-of-type{background-color:#daeddc;background-position-y:-30%}.page-why-mint .Hero:first-of-type .Hero-imgSmall{margin-top:0;margin-bottom:1rem}@media (min-width:992px){.page-why-mint .Hero.Hero--secondary{background-position-y:125%}}.page-coverage .Hero:first-of-type{background-color:#daeddc}.page-coverage .Hero.Hero--secondary .Hero-imgLarge{margin:1rem 0}.page-international-rates .Hero:first-of-type{background-color:#daeddc}.page-international-roaming .Hero:first-of-type,.page-wifi-talk-text .Hero:first-of-type{background-color:#daeddc;background-position-y:-30%;display:none}@media (min-width:992px){.page-international-roaming .Hero:first-of-type,.page-wifi-talk-text .Hero:first-of-type{display:block}}.page-faq .Hero:first-of-type{background-color:#daeddc}.page-phones .Hero .Hero-imgSmall,.page-plans .Hero.Hero--secondary .Hero-imgSmall{margin-top:0}.page-phones .Hero.Hero--secondary .Hero-imgSmall{margin-right:0}.page-template-template-carrier-bundle .Hero{background-color:#549c74;background-position:bottom;background-repeat:repeat-x;background-size:cover;color:#fff;overflow:hidden;position:relative;text-align:center}@media (max-width:991.98px){.Hero.Hero--affiliate{background-image:none!important}}.Hero.Hero--app{background-position:bottom}.umob-13{background-color:#fff575;border-bottom:1px solid #e0d769;color:#555;padding:10px;font-weight:700;text-align:center;font-size:20px}#hero-coverage-form{display:none}#hero-coverage-form-m{align-items:center;justify-content:center}#dtop-hero-container{display:none}@media (min-width:992px){#hero-coverage-form{display:flex}#hero-coverage-form-m{display:none}#dtop-hero-container{display:block}}@media (max-width:1180px){#Hero-Image-Umob-13{width:500px!important}}#hero-offer-copy{margin-bottom:15px!important}#full-hero-large{align-self:flex-end!important;width:640px;max-width:none!important}#hero-coverage-form,#hero-coverage-form-m{margin-left:8px;margin-bottom:3rem!important}#hero-text-input,#hero-text-input-s{width:150px}#hero-copy-col{flex-direction:column}.largeContainer{position:relative}#fox-clock{position:absolute;left:50%;top:50px}@media (max-width:992px){#fox-clock{position:absolute;top:125px;left:35px;max-width:50%}}#fox-clock-large{position:absolute;transform:translateY(-75%)}#heroImgSmall{margin-top:3rem!important;margin-bottom:15px!important}.Hero-copy-text{padding:1em;padding-bottom:2em}@media (min-width:767px){.Hero-copy-text,.Hero-copy-text a{font-size:1.5625rem}}@media (max-width:600px){.Hero-copy-text{font-size:.6875rem}}#homeHeroSection.showVariation .defaultHero{display:block}#homeHeroSection.variation1 .variation1Hero{display:none}.Endorsement{padding:30px 0 10px}.Endorsement .col{text-align:center}.Endorsement .col img{margin:.5em 0}.Endorsement-title{color:#aeb3b3;font-size:20px;font-size:1.25rem;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:4px;text-align:center}.Calculator{background-color:#edf7f3;padding-bottom:30px}.Calculator-module{background-color:#fff;margin-bottom:.25rem;text-align:center}.Calculator-module:nth-of-type(2){margin-bottom:0}.Calculator-moduleTitle{margin:-15px;margin-bottom:0;padding:.5em;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:16px;font-size:1rem;letter-spacing:1px;text-transform:uppercase;text-align:center;background-color:#549c74;color:#fff}.Calculator-moduleTitle.Calculator-titleHighlight{background:#f05a28;color:#fff;display:block;margin-bottom:25px;width:100%}.Calculator-moduleTitle.Calculator-defaultTitle{display:none}.Calculator-result{margin-top:1.5rem;text-align:center;color:#f05a28}.Calculator-monthlyPrice,.Calculator-totalPrice{margin-bottom:0;font-family:Oswald,sans-serif;font-weight:700;font-size:60px;font-size:3.75rem;color:#f05a28;line-height:1;letter-spacing:-2px}.Calculator-monthlyPrice>sup,.Calculator-totalPrice>sup{top:-.25em}.Calculator-monthlyPrice>sub,.Calculator-totalPrice>sub{position:relative;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:.135em;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.Calculator-totalPrice{display:none}.Calculator-toggle{margin:.5rem;text-align:center}.Calculator-toggle .btn,.Calculator-toggle .product-purchase-form .form-element-group button,.Calculator-toggle .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Calculator-toggle button,.product-purchase-form .form-elements .Calculator-toggle button{border:0;border-bottom:4px solid #fff;margin:0 1rem;box-shadow:none;padding-right:0;padding-left:0;color:#999;letter-spacing:1px;cursor:pointer;outline:0;text-decoration:none}.Calculator-toggle .btn:active,.Calculator-toggle .btn:hover,.Calculator-toggle .product-purchase-form .form-element-group button:active,.Calculator-toggle .product-purchase-form .form-element-group button:hover,.Calculator-toggle .product-purchase-form .form-elements button:active,.Calculator-toggle .product-purchase-form .form-elements button:hover,.product-purchase-form .form-element-group .Calculator-toggle button:active,.product-purchase-form .form-element-group .Calculator-toggle button:hover,.product-purchase-form .form-elements .Calculator-toggle button:active,.product-purchase-form .form-elements .Calculator-toggle button:hover{text-decoration:none}.Calculator-toggle .btn.active,.Calculator-toggle .product-purchase-form .form-element-group button.active,.Calculator-toggle .product-purchase-form .form-elements button.active,.product-purchase-form .form-element-group .Calculator-toggle button.active,.product-purchase-form .form-elements .Calculator-toggle button.active{border-bottom:4px solid #999}.Calculator-shopLink{display:inline-block;margin:1.5em;text-align:center;text-decoration:underline;text-transform:uppercase;letter-spacing:1px}@media (min-width:992px){.Calculator-module{margin-bottom:1rem}.Calculator-moduleTitle{margin:auto;font-size:22px;font-size:1.375rem;background-color:transparent;color:#549c74}.Calculator-result{margin-top:0}.Calculator-monthlyPrice,.Calculator-totalPrice{font-size:120px;font-size:7.5rem}.Calculator-toggle{margin:1rem}.Calculator-cta{box-shadow:none;cursor:pointer;width:200px;margin:0 auto}}.Calculator--disabled .Calculator-monthlyPrice,.Calculator--disabled .Slider-value{color:#999}.CountrySearch{margin:1rem auto;padding:0}.CountrySearch>h2{margin:0;font-size:32px;font-size:2rem}.CountrySearch-form{display:flex;margin:1rem auto 1.5rem;padding:0;width:60%}.CountrySearch-form>input{border:1px solid #ccc;border-right:0;padding:0 15px;width:100%}.CountrySearch-form>button,.CountrySearch-form>input{box-sizing:border-box;text-transform:uppercase;font-size:16px;font-size:1rem}.CountrySearch-form>button{background-color:#f05a28;color:#fff;cursor:pointer;padding:10px 15px 6px}.CountrySearch-form>button>svg{width:22px;height:22px;fill:#fff}.CountrySearch-list{list-style-type:none;margin:0;padding:0;font-size:22px;font-size:1.375rem}.CountrySearch-list>li{border-top:1px solid #ccc;color:#666;padding:10px 0}.CountrySearch-list>li:first-child{border-top:0;padding-top:0}.CountrySearch-list>li:first-child:before{background-color:#549c74;box-sizing:border-box;color:#fff;content:"Country";display:block;margin-bottom:10px;padding:10px 0;width:100%;font-size:24px;font-size:1.5rem}.Slider{text-align:center}.Slider-value{display:block;font-family:Oswald,sans-serif;font-size:50px;font-size:3.125rem;color:#549c74}.Slider-value>small{font-weight:700;text-transform:uppercase}.slider-handle{cursor:pointer;width:25px;height:25px;top:-2px;background-color:#fdfdf4;background-image:none;border:2px solid #549c74;transform:translateX(-10px)}.slider-track{background-color:#edf7f3;background-image:none}.slider-selection,.slider-track{box-shadow:none;border-radius:0}.slider-tick.in-selection,.slider-tick.round{width:3px;border-radius:0;background-color:#549c74;background-image:none}.slider-selection.tick-slider-selection{background-color:#81bb9b;background-image:none}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:0}.slider-tick-label{font-size:20px;font-size:1.25rem;font-weight:400;color:#ccc}.Carousel ul{list-style:none}.Carousel .owl-carousel{padding:0}.Carousel .owl-stage-outer{padding:0 0 6px 6px}.Carousel .owl-nav{display:flex;position:absolute;top:0;width:100%;justify-content:space-between}.Carousel .owl-theme .owl-next,.Carousel .owl-theme .owl-prev{width:20px;height:37px;text-indent:-9999px}.Carousel .owl-theme .owl-prev,.Carousel .owl-theme .owl-prev:hover{background:transparent no-repeat url("../images/icon-arrow.png") 0 0}.Carousel .owl-theme .owl-next,.Carousel .owl-theme .owl-next:hover{background:transparent no-repeat url("../images/icon-arrow.png") -20px 0}.Carousel .owl-theme .owl-dots .owl-dot span{width:14px;height:14px}.Carousel .owl-theme .owl-dots .owl-dot.active span,.Carousel .owl-theme .owl-dots .owl-dot:hover span{background-color:#f05a28}.Carousel-rating{color:#549c74;font-size:1rem;letter-spacing:4px}.Carousel.Carousel--intro{color:#666}.Carousel.Carousel--intro img{display:inline-block;width:auto;max-width:100%}.Carousel.Carousel--intro h2{font-size:22px;font-size:1.375rem;font-family:DIN\ 1451 Mittelschrift,sans-serif}.Carousel.Carousel--intro p{font-size:18px;font-size:1.125rem}.Carousel.Carousel--intro .Carousel-img{text-align:center}.Carousel.Carousel--intro .Carousel-copy{display:flex;flex-direction:column;justify-content:center;margin-top:2em;text-align:center}@media (min-width:992px){.Carousel.Carousel--intro .Carousel-img{text-align:right}.Carousel.Carousel--intro .Carousel-copy{margin-top:0;padding-right:20%;text-align:left}}.Carousel.Carousel--testimonials{font-size:20px;font-size:1.25rem;background-color:#fdfdf3}.Carousel.Carousel--testimonials img{display:inline-block;width:auto;max-width:100%}.Carousel.Carousel--testimonials .owl-nav{top:45%}.Carousel.Carousel--testimonials .owl-theme .owl-prev{position:relative;left:-40px}.Carousel.Carousel--testimonials .owl-theme .owl-next{position:relative;right:-40px}.Carousel.Carousel--testimonials .owl-dots{margin-top:2rem}.Carousel.Carousel--testimonials .owl-dots .owl-dot span{background:#ebe5a7}.Carousel.Carousel--testimonials .card{background-color:#fff;box-shadow:-3px 3px 3px rgba(0,0,0,.1);border:none;height:19em;height:20em}@media (max-width:1199.98px){.Carousel.Carousel--testimonials .card{height:22em}}.Carousel.Carousel--testimonials .card-header{background-color:transparent;border-bottom:none;color:#999}.Carousel.Carousel--testimonials .card-body{margin:0 1.5em;text-align:center;color:#549c74}.Carousel.Carousel--testimonials .card-footer{background-color:transparent;text-align:right;border-top:none}.Carousel.Carousel--testimonials .card-footer a{color:#999;font-size:.75rem;text-transform:uppercase;text-decoration:underline}.Carousel.Carousel--testimonials .card-body.Ellipsis~.card-footer a span:first-of-type{display:inline-block}.Carousel.Carousel--testimonials .card-body.Ellipsis~.card-footer a span:nth-of-type(2),.Carousel.Carousel--testimonials .card-body~.card-footer a span:first-of-type{display:none}.Carousel.Carousel--testimonials .card-body~.card-footer a span:nth-of-type(2){display:inline-block}.card--grid{display:grid;grid-template-columns:2fr;grid-template-rows:50px 1/3fr 50px;grid-row-gap:0;grid-template-areas:"header" "body" "footer"}.card--grid-header{grid-area:"header"}.card--grid-body{grid-area:"body"}.card--grid-footer{display:grid;row-gap:23px;grid-area:footer;grid-template-areas:"card-footer-text" "card-footer-cta";text-align:center}@media screen and (max-width:992px){.card--grid-footer{row-gap:20px}}@media screen and (max-width:575px){.card--grid-footer{row-gap:12px}}.card--grid-footer-row{grid-area:card-footer-text}.card--grid-footer-text{text-align:center;display:grid;grid-template-columns:1fr 1px 1fr}.card--grid-footer-text .divider{background:#000}.card--grid-footer-cta{grid-area:"card-footer-cta"}.Jumper{background-color:#edf7f3;text-transform:uppercase;text-align:center}.Jumper .nav-link{display:flex;flex-flow:column;padding:0;font-size:1rem}.Jumper-icon{display:flex;justify-content:center;align-items:center;align-self:center;width:125px;height:125px;background-color:#549c74;border-radius:50%;transform:scale(.75)}.Jumper-icon:active,.Jumper-icon:focus{background:#71b28e;box-shadow:0 0 0 6px rgba(84,156,116,.3)}@media (min-width:768px){.Jumper .nav-link{padding-left:1em;padding-right:1em;font-size:20px;font-size:1.25rem}.Jumper-icon{margin-bottom:.5em;transform:scale(1);-webkit-transition:background .3s,color .3s,box-shadow .3s;-moz-transition:background .3s,color .3s,box-shadow .3s;transition:background .3s,color .3s,box-shadow .3s;overflow:hidden}.Jumper-icon:hover{background:#71b28e;box-shadow:0 0 0 6px rgba(84,156,116,.3)}.Jumper-icon:hover img{display:block;-webkit-animation:toBottomFromTop .3s forwards;-moz-animation:toBottomFromTop .3s forwards;animation:toBottomFromTop .3s forwards}}@-webkit-keyframes toBottomFromTop{49%{-webkit-transform:translateY(100%)}50%{opacity:0;-webkit-transform:translateY(-100%)}51%{opacity:1}}@-moz-keyframes toBottomFromTop{49%{-moz-transform:translateY(100%)}50%{opacity:0;-moz-transform:translateY(-100%)}51%{opacity:1}}@keyframes toBottomFromTop{49%{transform:translateY(100%)}50%{opacity:0;transform:translateY(-100%)}51%{opacity:1}}.Savings{background-color:#5ba079;text-align:center;overflow:hidden}.Savings-mobile{display:inline-block;position:relative;max-width:100%;margin-right:-25.5%}.Savings-desktop{display:none;position:relative;max-width:100%;margin-right:-17.5%}@media (min-width:768px){.Savings-mobile{display:none}.Savings-desktop{display:inline-block}}.IntlRates{font-size:16px;font-size:1rem;margin:0 auto 50px;text-align:center;text-transform:uppercase}.IntlRates-form{margin:0 0 50px}.IntlRates-form>form{display:flex;justify-content:center}.IntlRates-form>form input{border:1px solid #ccc;border-right:0;padding:8px;text-transform:uppercase;width:100%;font-size:16px;font-size:1rem}@media (min-width:768px){.IntlRates-form>form input{padding:12px 20px;width:50%}}.IntlRates-form>form button{background-color:#f05a28;color:#fff;padding:12px 20px;text-transform:uppercase;font-size:16px;font-size:1rem}.IntlRates-data{border:1px solid #ccc}.IntlRates-heading{background:#fbfbfb;color:#000}.IntlRates-heading .col{padding:20px 0}.IntlRates-heading .col:nth-child(2){background:rgba(0,0,0,.025)}.IntlRates-rows{color:#999}.IntlRates-rows .col{padding:20px 0}.IntlRates-rows .col:nth-child(2){background:#fbfbfb}@media (min-width:768px){.IntlRates{font-size:24px;font-size:1.5rem}}.AddOns{background-color:#fbfbfb;color:#68af85;padding:0;text-align:center;font-size:18px;font-size:1.125rem}.AddOns-table{margin:0 0 20px}.AddOns-purchase{padding:65px 0 50px}.AddOns-purchase .col{text-align:center}.AddOns-purchaseTitle{color:#549c74;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:400;padding:0 0 40px;text-align:center;text-transform:uppercase;font-size:26px;font-size:1.625rem}@media (min-width:768px){.AddOns-purchaseTitle{font-size:36px;font-size:2.25rem}}.AddOns-contact{color:#549c74;text-align:center;text-transform:uppercase}.AddOns-contact h3{font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:20px 0 0;font-size:32px;font-size:2rem}.AddOns-contact a,.AddOns-contact p{margin:0 0 2.4rem}.AddOns-contact a,.AddOns-contact p{color:#999;text-transform:none;font-size:22px;font-size:1.375rem}.AddOns-contact a{text-decoration:underline}.AddOns-title{background:#68af85;color:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:0;padding:15px!important;font-size:34px;font-size:2.125rem}.AddOns-title span{display:block;margin:6px 0 0;font-size:18px;font-size:1.125rem}.AddOns-item{background-color:#fff;border-top:0;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ccc;padding:20px 0}.AddOns-info,.AddOns-item{font-size:24px;font-size:1.5rem}.AddOns-info{padding:40px 0;line-height:120%}.AddOns-info h4{color:#f05a28;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:0 0 15px;text-transform:uppercase}.AddOns-info p{margin:0;padding:0}.AddOns-info a{text-decoration:underline}.AddOns-info small{color:#999}.AddOns-signIn{margin:20px auto 0}.AddOns-signIn a{font-size:18px;font-size:1.125rem;font-weight:400;padding:10px 50px}.AddOns-signInTitle{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:400;margin:0 0 15px;text-transform:uppercase;font-size:22px;font-size:1.375rem}.AddOns-details{color:#999;margin:0 auto}.AddOns-details h3{font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center;font-size:20px;font-size:1.25rem}.AddOns-details li{font-size:18px;font-size:1.125rem;margin:20px 0}@media (min-width:768px){.AddOns-details h3{font-size:22px;font-size:1.375rem;text-align:left}.AddOns-details li{font-size:22px;font-size:1.375rem;margin:0}}.AddOns-divider{background:#549c74;color:#fff;padding:70px 15px;text-align:center;font-size:32px;font-size:2rem}@media (min-width:768px){.AddOns-divider{font-size:36px;font-size:2.25rem}}@media (min-width:992px){.AddOns-divider{font-size:40px;font-size:2.5rem}}.AddOns-divider .btn,.AddOns-divider .product-purchase-form .form-element-group button,.AddOns-divider .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .AddOns-divider button,.product-purchase-form .form-elements .AddOns-divider button{color:#fff;font-size:22px;font-size:1.375rem;padding:12px 30px}.phones{background-color:#f2f2f2;padding-bottom:1em}.phones .PageTitle small{text-transform:none}.phones.container-fluid{max-width:4000px!important}.phones .content-section-call-to-action{text-align:center;margin:1em 0}.phones--view-all{justify-content:center;align-items:center;margin:1em auto;font-family:Open Sans;font-weight:600;font-size:1.17188rem;text-decoration:none;text-transform:uppercase;background-color:#f05a28;color:#fff;padding:.7em 2em;transition:color .25s ease,background-color .25s ease,border-color .25s ease}.phones--view-all:hover{color:#f05a28;background-color:#fff;border:1px solid #f05a28}@media screen and (max-width:575px){.phones--view-all{text-align:center;font-size:.75rem}}.phones .secondary-cta{background-color:#fff;color:#f05a28;border:1px solid #f05a28}.phones .secondary-cta:hover{color:#fff;background-color:#f05a28;border:1px solid #f05a28}.Carousel--Container{display:flex;flex-flow:row;justify-content:space-evenly}.Carousel-with-side-nav{display:flex;justify-content:center;overflow:hidden}.Carousel-with-side-nav .carousel-next,.Carousel-with-side-nav .carousel-prev{display:block;padding:1px 6px;background-repeat:no-repeat;background-position:50%;background-color:transparent;background-size:contain;border:transparent}.Carousel-with-side-nav .carousel-next:focus,.Carousel-with-side-nav .carousel-prev:focus{outline:0}.Carousel-with-side-nav .carousel-prev{background-image:url("/wp-content/themes/mintmobile/images/icons/arrow-prev.png")}.Carousel-with-side-nav .carousel-next{background-image:url("/wp-content/themes/mintmobile/images/icons/arrow-next.png")}.Carousel-with-side-nav .owl-carousel .card--phone{margin:auto}.Carousel-with-side-nav .owl-carousel .owl-stage-outer{padding:0}.card-box-shadow-accent{background-image:url("/wp-content/themes/mintmobile/images/box-shadows/white-half-circle.png");background-position:bottom;background-repeat:no-repeat;background-size:contain;padding-bottom:1em}@media screen and (max-width:575px){.card-box-shadow-accent{padding-bottom:.5em}}.card--phone{max-width:400px;border-radius:0}@media screen and (max-width:575px){.card--phone{max-width:222px}}.card--phone-header{background-color:#68af85;margin-top:.75rem;position:relative;margin:1em auto;margin-left:1rem;margin-right:1rem;font-family:Open Sans,sans-serif}.card--phone-header .card--title-text{font-size:.8125rem;line-height:1rem;text-transform:uppercase;font-family:Open Sans,sans-serif;font-weight:600;margin:1em auto}@media screen and (max-width:575px){.card--phone-header .card--title-text{font-size:.5rem}}@media screen and (max-width:575px){.card--phone-header{height:2rem;margin-bottom:0}}.card--phone-body{display:flex;flex-flow:column}.card--phone-body h6.phone--title{font-family:Open Sans;font-weight:700;margin-top:.75rem;margin-bottom:1rem;font-size:1.375rem;line-height:1.5625rem}.card--phone-body h6.phone--title .phone--manufacturer{font-weight:400}.card--phone-body h6.phone--title .phone--model{font-weight:600}@media screen and (max-width:1024px){.card--phone-body h6.phone--title{font-size:1.1875rem}}@media screen and (max-width:575px){.card--phone-body h6.phone--title{font-size:.75rem;margin-bottom:.5rem}}.card--phone-body .phone--image-wrapper{margin:0 auto;min-height:340px;display:flex;align-items:center}@media screen and (max-width:575px){.card--phone-body .phone--image-wrapper{min-height:200px}}.card--phone-body .phone--image-wrapper img{margin:auto;max-height:340px;max-width:174px}@media screen and (max-width:575px){.card--phone-body .phone--image-wrapper img{max-height:200px;max-width:102px}}.card--phone-footer{border:none;color:#000;background-color:#fff;margin-top:1rem;margin-bottom:.875rem;line-height:1.5625rem}.card--phone-footer .card--grid-footer-row{font-family:Open Sans;font-weight:400;font-size:.6875rem;line-height:.9375rem;align-items:center;height:auto;display:flex;justify-content:center;margin-bottom:20px}.card--phone-footer .card--grid-footer-row .financing-text{padding-right:10px;font-family:Open Sans,sans-serif;font-size:.6875rem;line-height:.75rem;font-weight:400}@media screen and (max-width:575px){.card--phone-footer .card--grid-footer-row .financing-text{font-size:.5625rem}}.card--phone-footer .card--grid-footer-row .financing-text .affirm-text{color:#0fa0ea}.card--phone-footer .card--grid-footer-row .pricing-text{padding-left:10px;line-height:20px}@media screen and (max-width:575px){.card--phone-footer .card--grid-footer-row .pricing-text{line-height:1.125rem;font-size:.5625rem}}.card--phone-footer .card--grid-footer-row .pricing-text .price-text{font-family:Open Sans,sans-serif;font-weight:400;font-size:.6875rem;line-height:.8125rem}@media screen and (max-width:575px){.card--phone-footer .card--grid-footer-row .pricing-text .price-text{font-size:.5625rem;line-height:.75rem}}.card--phone-footer .card--grid-footer-row .pricing-text .price{font-family:Open Sans,sans-serif;font-weight:600;font-size:1.1875rem;line-height:1.4375rem}@media screen and (max-width:575px){.card--phone-footer .card--grid-footer-row .pricing-text .price{font-size:.8125rem}}.card--phone-footer .card--grid-footer-row p{margin-bottom:0;text-align:center}.card--phone-footer a.product--link{display:flex;justify-content:center;align-items:center;margin:auto;height:40px;width:179px;text-decoration:none;text-transform:uppercase;background-color:#f05a28;font-family:Open Sans;color:#fff;font-weight:600;font-size:.8125rem;transition:color .25s ease,background-color .25s ease}.card--phone-footer a.product--link:hover{color:#f05a28;background-color:#fff;border:1px solid #f05a28!important}@media screen and (max-width:575px){.card--phone-footer a.product--link{height:28px;width:110px;font-size:.5625rem}}.PhoneDetails{font-size:18px;font-size:1.125rem;color:#999;padding:50px 0}.PhoneDetails p{margin:6px 0;line-height:130%}.PhoneDetails p a{color:#999;text-decoration:underline}.PhoneDetails-name{color:#000;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:0 0 14px;font-size:28px;font-size:1.75rem}@media (min-width:768px){.PhoneDetails-name{font-size:40px;font-size:2.5rem}}.PhoneDetails-image{margin:0 0 50px;text-align:center}.PhoneDetails-image img{max-width:100%}.PhoneDetails-image.out-of-stock img{opacity:.2}.PhoneDetails-image.out-of-stock:before{content:"Temporarily Out of stock";color:red;display:block;line-height:120%;position:absolute;top:28%;left:0;opacity:1;text-align:center;text-transform:uppercase;width:100%;font-size:28px;font-size:1.75rem;z-index:1}.PhoneDetails-price{color:#f05a28;font-size:22px;font-size:1.375rem}.PhoneDetails-form{display:block;padding:15px 0;white-space:nowrap}.PhoneDetails-addToCart{box-sizing:border-box;cursor:pointer;display:block;margin:25px 0 0;padding:10px 30px;width:100%;font-size:16px;font-size:1rem}@media (min-width:768px){.PhoneDetails-addToCart{display:inline-block;width:auto}}.PhoneDetails-input div{font-size:28px;font-size:1.75rem;color:#333;display:inline-block;margin:0 10px 0 0;vertical-align:middle}.PhoneDetails-input div:last-of-type{color:#f05a28;display:block;margin:4px 0 0;font-size:32px;font-size:2rem}@media (min-width:768px){.PhoneDetails-input div{font-size:26px;font-size:1.625rem}.PhoneDetails-input div:last-of-type{display:inline-block;margin:0 0 0 10%;font-size:32px;font-size:2rem}}.PhoneDetails-input input{font-size:18px;font-size:1.125rem;text-align:center;vertical-align:middle;width:50px}.PhoneDetails-desc p{line-height:150%;margin:20px 0}.PhoneDetails-desc:before{border-bottom:1px solid #999;color:#333;content:"Details";display:block;font-size:22px;padding:10px 0;text-transform:uppercase}.Plans--mobile.Plans--promo .Plans-info,.Plans.Plans--promo .Plans-promoContainer{background:repeating-linear-gradient(-45deg,#ff6d3c,#ff6d3c 15px,#f45e2c 0,#f45e2c 30px)}.Plans--mobile.Plans--promo .Plans-info>p,.Plans.Plans--promo .Plans-promoContainer>p{color:#fff;font-size:1.15rem;text-align:center;text-transform:uppercase;letter-spacing:2px}.Plans{padding:40px 0}.Plans-intro{background:#558f6e;border-radius:4px;color:#fff;letter-spacing:2px;text-align:center;padding:20px}.Plans-intro span{font-size:22px;font-size:1.375rem;text-transform:uppercase}.Plans-intro p{line-height:2.6rem;font-size:32px;font-size:2rem;margin:0;padding:0;text-transform:uppercase}.Plans-intro small{font-size:18px;font-size:1.125rem}.Plans-card{border:1px solid #256a4c;border-radius:0 4px 4px 0;text-align:center;text-transform:uppercase}.Plans-card p{font-size:30px;font-size:1.875rem;line-height:2.2rem;margin:0;padding:20px 0 0}.Plans-card span{font-size:18px;font-size:1.125rem;display:block}.Plans-card small{display:block;padding:10px 0 20px}.Plans-card small a{color:#474747}.Plans-card small a:hover{text-decoration:underline}.Plans-card em{color:#256a4c;font-style:normal}.Plans-card sub{display:block;font-size:90%;margin-top:-.25em;margin-bottom:.5em;line-height:1;color:#999}.Plans-card:hover .Plans-total{background:#256a4c;color:#fff}.Plans-card:hover .Plans-total div:first-child{border-right:1px solid #fff}.Plans-total{background:#fff;border-top:1px solid #256a4c;border-radius:0 0 4px 0;color:#256a4c;padding:6px 0;width:100%;transition:color .2s,background .2s}.Plans-total div:first-child{border-right:1px solid #256a4c;transition:border .2s}.Plans .col-2{background:#256a4c;margin:0 15px;padding:0;text-transform:uppercase}.Plans .col-2 small{border:1px solid #256a4c;background-color:#fff;color:#256a4c;padding:6px}.Plans .col-2 h3,.Plans .col-2 small{display:block;text-align:center;width:100%}.Plans .col-2 h3{color:#fff;font-weight:700;padding-top:20%}.Plans .first,.Plans .second{padding:15px 0}.Plans .second .Plans-card{border:1px solid #4a9e70}.Plans .second .Plans-card:hover .Plans-total{background:#4a9e70;color:#fff}.Plans .second .Plans-card:hover .Plans-total div:first-child{border-right:1px solid #fff}.Plans .second .Plans-card em{color:#4a9e70}.Plans .second .Plans-total{border-top:1px solid #4a9e70;color:#4a9e70}.Plans .second .Plans-total div:first-child{border-right:1px solid #4a9e70}.Plans .second .col-2{background:#4a9e70}.Plans .second .col-2 small{border:1px solid #4a9e70;color:#4a9e70}.Plans .third{padding:15px 0}.Plans .third .Plans-card{border:1px solid #f05a28}.Plans .third .Plans-card:hover .Plans-total{background:#f05a28;color:#fff}.Plans .third .Plans-card:hover .Plans-total div:first-child{border-right:1px solid #fff}.Plans .third .Plans-card em{color:#f05a28}.Plans .third .Plans-total{border-top:1px solid #f05a28;color:#f05a28}.Plans .third .Plans-total div:first-child{border-right:1px solid #f05a28}.Plans .third .col-2{background:#f05a28}.Plans .third .col-2 small{border:1px solid #f05a28;color:#f05a28}.Plans-instructions{font-size:20px;font-size:1.25rem;margin:0;padding:0 0 20px}.Plans-instructions,.Plans-selection{text-align:center;text-transform:uppercase}.Plans-selection{background:#fff;border:1px solid #b7b7b7;border-radius:4px;font-size:50px;font-size:3.125rem;line-height:3rem;margin:0 0 25px;padding:15px 0}.Plans-selection span{display:block;font-size:16px;font-size:1rem;line-height:1.25em}@media (min-width:576px){.Plans-selection{font-size:60px;font-size:3.75rem;line-height:3.5rem}.Plans-selection span{font-size:20px;font-size:1.25rem;line-height:2em}}.Plans-info{display:none;padding-bottom:40px}.Plans-info.show{display:block}.Plans-info.three .Plans-grid .col-3 a,.Plans-info.three .Plans-title{background:#256a4c}.Plans-info.six .Plans-grid .col-3 a,.Plans-info.six .Plans-title{background:#4a9e70}.Plans-info.twelve .Plans-grid .col-3 a,.Plans-info.twelve .Plans-title{background:#f05a28}.Plans-title{color:#fff;font-size:32px;font-size:2rem;padding:20px 0;line-height:2rem;text-align:center;text-transform:uppercase}.Plans-title span{display:block;font-size:24px;font-size:1.5rem;line-height:2rem}.Plans-legal{font-size:18px;font-size:1.125rem;color:#494949;font-family:Proxima Nova Reg,sans-serif;line-height:100%;padding-top:30px;padding-bottom:20px;text-align:center}.Plans.Plans--desktop{display:none}@media (min-width:768px){.Plans.Plans--desktop{display:block}}.Plans.Plans--mobile{background:#fafafa;display:block;padding:20px 0}@media (min-width:768px){.Plans.Plans--mobile{display:none}.Plans.Plans--mobile .Plans-info.show{display:block}}.Plans.Plans--mobile .Plans-legal{padding-top:0}.Plans.Plans--mobile .row{padding:0 5px}.Plans.Plans--mobile .col-4{padding:0 10px}.Plans.Plans--mobile .active{color:#fff;box-shadow:inset 0 2px 10px rgba(0,0,0,.5)}.Plans.Plans--mobile .first.active{background:#256a4c}.Plans.Plans--mobile .second.active{background:#4a9e70}.Plans.Plans--mobile .third.active{background:#f05a28}.Plans.Plans--mobile .Plans-grid{background:#fff;border-bottom:1px solid #b7b7b7}.Plans.Plans--mobile .Plans-grid .col-9{padding:15px}.Plans.Plans--mobile .Plans-grid .col-9 span{display:inline-block;font-size:36px;font-size:2.25rem;line-height:2.5rem}.Plans.Plans--mobile .Plans-grid .col-9 del{margin-right:.5rem;text-transform:uppercase;color:#999;font-size:1.75rem}.Plans.Plans--mobile .Plans-grid .col-9 small{color:#515151;display:block;font-size:20px;font-size:1.25rem}.Plans.Plans--mobile .Plans-grid .col-9 a{color:#515151;display:inline-block;font-size:16px;font-size:1rem;line-height:1rem;text-decoration:underline}.Plans.Plans--mobile .Plans-grid .col-9 em{font-style:normal;color:#f05a28}.Plans.Plans--mobile .Plans-grid .col-3{background:#fafafa;border-left:1px solid #b7b7b7;padding:15px;text-align:center}.Plans.Plans--mobile .Plans-grid .col-3 a{display:inline-block;border-radius:50%;padding:20px}.Plans.Plans--mobile .Plans-grid .col-3 span{display:block;font-size:22px;font-size:1.375rem}.Plans.Plans--promo .Plans-promoContainer h3{margin-bottom:0}.Plans.Plans--promo .Plans-promoContainer h3+em{padding:1px 3px;color:#fff;font-size:11px;text-align:center;letter-spacing:1px;font-family:Univers Cond,sans-serif;font-style:normal;background-color:#f05a28}.Plans.Plans--promo .Plans-promoContainer>p{margin-bottom:-.85rem;padding-top:.25rem}.Plans.Plans--promo .col-2{text-align:center}.Plans.Plans--promo .Plans-card{background-color:#fff}.Plans.Plans--promo .Plans-card em{font-style:normal;color:#f05a28}.Plans--mobile.Plans--promo .Plans-info{padding:1rem}.PlansV2,.PlansV2-static{padding-top:2rem;padding-bottom:2rem;background-image:url(../images/wood.jpg);background-repeat:repeat-y;background-size:cover}.PlansV2-static>.container-fluid,.PlansV2>.container-fluid{padding-left:0;padding-right:0}.PlansV2 header,.PlansV2-static header{display:flex;align-items:center;flex-direction:column;padding:2rem;background-color:#fff}.PlansV2 header h2,.PlansV2-static header h2{font-size:32px;font-size:2rem;font-family:Oswald,sans-serif;font-weight:700;color:#215f43;text-transform:uppercase;text-align:center}.PlansV2 header p,.PlansV2-static header p{font-size:20px;font-size:1.25rem;color:#666;text-align:center;line-height:1.15;display:none}.PlansV2 header img,.PlansV2-static header img{display:none;order:1;width:120px}@media (min-width:992px){.PlansV2 header,.PlansV2-static header{display:block}.PlansV2 header h2,.PlansV2-static header h2{font-size:54px;font-size:3.375rem;text-align:center}.PlansV2 header p,.PlansV2-static header p{font-size:26px;font-size:1.625rem;text-align:center}.PlansV2 header img,.PlansV2-static header img{margin:0 2rem 0 3rem;width:auto}}.PlansV2-static-title,.PlansV2-title{margin-bottom:0;padding:1rem;font-size:34px;font-size:2.125rem;font-family:DIN\ 1451 Mittelschrift,sans-serif;text-transform:uppercase;text-align:center;color:#fff;background-color:#71b28e;letter-spacing:.35rem}.PlansV2-body>div:nth-of-type(2) .card,.PlansV2-static-body>div:nth-of-type(2) .card{border-top:1px solid #999;border-bottom:1px solid #999}@media (min-width:992px){.PlansV2-body>div:nth-of-type(2) .card,.PlansV2-static-body>div:nth-of-type(2) .card{border-top:0;border-right:2px solid #999;border-bottom:0;border-left:2px solid #999}}.PlansV2-accent,.PlansV2-static-accent{position:absolute;top:-15px;left:-60px;width:160px;padding:2rem 0 .5rem;background-color:#ff9e19;transform:rotate(-45deg);font-style:normal;line-height:1;color:#fff;font-size:15px;font-size:.9375rem;letter-spacing:1px}.PlansV2 #plan_3month_8GB,.PlansV2-static #plan_3month_8GB{border-top:0;border-left:0;border:5px solid #ff9e19}.PlansV2 #plan_3month_8GB .PlansV2-accent,.PlansV2-static #plan_3month_8GB .PlansV2-accent{transform:none;width:100%;left:0;margin-top:15px;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.25rem}.PlansV2 #plan_3month_3GB,.PlansV2 #plan_3month_12GB,.PlansV2-static #plan_3month_3GB,.PlansV2-static #plan_3month_12GB{border:5px solid transparent}.PlansV2-price,.PlansV2-static-price{margin-right:.1em;padding-right:.1em;position:relative;font-size:111px;font-size:6.9375rem;color:#215f43;letter-spacing:-.25rem;font-family:DIN\ 1451 Mittelschrift,sans-serif;line-height:1;text-align:right}.PlansV2-price sup,.PlansV2-static-price sup{font-size:.25em;vertical-align:super}.PlansV2-price:after,.PlansV2-static-price:after{content:"";display:block;position:absolute;width:2px;height:70%;top:15%;right:0;background-color:#ccc}.PlansV2-priceFeature,.PlansV2-static-priceFeature{margin:.15em 0 0;padding:0;font-size:68px;font-size:4.25rem;line-height:1;text-align:left;color:#71b28e}.PlansV2-priceFeature span,.PlansV2-static-priceFeature span{display:block;line-height:.25;font-size:29px;font-size:1.8125rem}.PlansV2-static-toggleBtn,.PlansV2-toggleBtn{display:block;margin-top:1rem;background-color:transparent;color:#fff;text-align:center;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:1.5rem;letter-spacing:2px}.PlansV2-static-toggleBtn>span:nth-of-type(2),.PlansV2-toggleBtn>span:nth-of-type(2){display:none}.PlansV2 .PlansV2-toggleBtn:focus,.PlansV2-static .PlansV2-toggleBtn:focus{box-shadow:none!important;-webkit-box-shadow:none!important}.PlansV2 .PlansV2-toggle.show~.PlansV2-toggleBtn>span:first-of-type,.PlansV2-static .PlansV2-toggle.show~.PlansV2-toggleBtn>span:first-of-type{display:none}.PlansV2 .PlansV2-toggle.show~.PlansV2-toggleBtn>span:nth-of-type(2),.PlansV2-static .PlansV2-toggle.show~.PlansV2-toggleBtn>span:nth-of-type(2){display:block}.PlansV2 .card,.PlansV2-static .card{border:0;border-radius:0;text-align:center;text-transform:uppercase;padding:1em}.PlansV2 .isBestSeller .bestSeller,.PlansV2-static .isBestSeller .bestSeller{display:block}.PlansV2 .isBestSeller .card-body,.PlansV2-static .isBestSeller .card-body{border:2px solid #215f43}.PlansV2 .bestSeller,.PlansV2-static .bestSeller{display:none;padding:0;position:absolute;top:0;width:100%}.PlansV2 .bestSeller .bestSellerCopy,.PlansV2-static .bestSeller .bestSellerCopy{height:50px;display:flex;justify-content:center;align-items:center;padding-left:.5em;margin-bottom:1em;background:#215f43;color:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif}.PlansV2 .bestSeller .btn,.PlansV2 .bestSeller .product-purchase-form .form-element-group button,.PlansV2 .bestSeller .product-purchase-form .form-elements button,.PlansV2-static .bestSeller .btn,.PlansV2-static .bestSeller .product-purchase-form .form-element-group button,.PlansV2-static .bestSeller .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .PlansV2 .bestSeller button,.product-purchase-form .form-element-group .PlansV2-static .bestSeller button,.product-purchase-form .form-elements .PlansV2 .bestSeller button,.product-purchase-form .form-elements .PlansV2-static .bestSeller button{margin:1em}.PlansV2 .card-body,.PlansV2-static .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:2.5rem 0 0;position:relative;overflow:hidden;border:2px solid hsla(0,0%,100%,0)}@media (min-width:992px){.PlansV2 .card-body,.PlansV2-static .card-body{padding-top:3rem}}.blog-post.card .PlansV2 .blog-post-title,.blog-post.card .PlansV2-static .blog-post-title,.PlansV2 .blog-post.card .blog-post-title,.PlansV2 .card-title,.PlansV2-static .blog-post.card .blog-post-title,.PlansV2-static .card-title{margin-bottom:2rem;margin-top:1.5rem;font-family:DIN\ 1451 Mittelschrift,sans-serif}.blog-post.card .PlansV2 .blog-post-title sub,.blog-post.card .PlansV2-static .blog-post-title sub,.PlansV2 .blog-post.card .blog-post-title sub,.PlansV2 .card-title sub,.PlansV2-static .blog-post.card .blog-post-title sub,.PlansV2-static .card-title sub{display:block;margin-top:-.75rem;letter-spacing:2px;color:#999;font-size:15px;font-size:.9375rem;text-align:center}@media (min-width:992px){.blog-post.card .PlansV2 .blog-post-title,.blog-post.card .PlansV2-static .blog-post-title,.PlansV2 .blog-post.card .blog-post-title,.PlansV2 .card-title,.PlansV2-static .blog-post.card .blog-post-title,.PlansV2-static .card-title{margin-bottom:3rem}}.PlansV2 .card-text .btn,.PlansV2 .card-text .product-purchase-form .form-element-group button,.PlansV2 .card-text .product-purchase-form .form-elements button,.PlansV2-static .card-text .btn,.PlansV2-static .card-text .product-purchase-form .form-element-group button,.PlansV2-static .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .PlansV2 .card-text button,.product-purchase-form .form-element-group .PlansV2-static .card-text button,.product-purchase-form .form-elements .PlansV2 .card-text button,.product-purchase-form .form-elements .PlansV2-static .card-text button{display:block;padding:.75rem 1.25rem;letter-spacing:1px;font-size:1rem;margin:1em}@media (min-width:992px){.PlansV2 .card-text .btn,.PlansV2 .card-text .product-purchase-form .form-element-group button,.PlansV2 .card-text .product-purchase-form .form-elements button,.PlansV2-static .card-text .btn,.PlansV2-static .card-text .product-purchase-form .form-element-group button,.PlansV2-static .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .PlansV2 .card-text button,.product-purchase-form .form-element-group .PlansV2-static .card-text button,.product-purchase-form .form-elements .PlansV2 .card-text button,.product-purchase-form .form-elements .PlansV2-static .card-text button{display:inline-block}}.PlansV2 .card-text small,.PlansV2-static .card-text small{display:block;margin-top:.5rem;letter-spacing:1px;color:#999}.PlansV2 .card-footer,.PlansV2-static .card-footer{background-color:transparent;border:0}.PlansV2-static{padding-top:0!important}.page-template-template-holiday-page .PlansV2-toggleBtn .expand{display:block;margin:40px auto}.page-template-template-holiday-page .PlansV2-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.ReturnHeader{background-color:#fdfdf3;font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center}@media screen and (min-width:500px){.ReturnHeader{padding:4em}}@media screen and (max-width:500px){.ReturnHeader{padding:1em}}.ReturnHeader p{color:#666;margin-bottom:0;font-size:1.75em}@media screen and (min-width:800px){.ReturnHeader p{padding-left:25%;padding-right:25%}}.ReturnPolicy{background-color:#d6ecde;font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center;padding-bottom:4em}.ReturnPolicy-section a{display:block;margin:10px auto 0;text-decoration:underline;text-transform:uppercase}.ReturnPolicy-section img{padding-bottom:10px}.ReturnPolicy-section p{font-size:1.25em;color:#666;padding-left:10%;padding-right:10%}.FormField{background-color:#eef7f4;font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center}.FormField .subhead{margin-top:20px}.FormField-section a{display:block;margin:10px auto 0;text-decoration:underline;text-transform:uppercase}.FormField-section img{padding-bottom:10px}.FormField-section p{font-size:1.25em;color:#666;padding-left:10%;padding-right:10%}.FormField-section h4{color:#549c74}@media screen and (min-width:800px){.FormField-section-1{left:4em}}.FormField-section-1 a{display:block;margin:10px auto 0;text-decoration:underline;text-transform:uppercase}.FormField-section-1 img{padding-bottom:10px}.FormField-section-1 p{font-size:1.25em;color:#666;padding-left:10%;padding-right:10%}.FormField-section-1 h4{color:#549c74}@media screen and (min-width:800px){.FormField-section-3{right:4em}}.FormField-section-3 a{display:block;margin:10px auto 0;text-decoration:underline;text-transform:uppercase}.FormField-section-3 img{padding-bottom:10px}.FormField-section-3 p{font-size:1.25em;color:#666;padding-left:10%;padding-right:10%}.FAQ .FaqTitle,.FormField-section-3 h4{color:#549c74}.FAQ .FaqSub{color:#666;text-transform:none;font-size:1.2em}.FAQ .faq-top-border{border-top:1px solid #ddd}.FAQ a{color:teal}.FAQ .filler{height:3em}.FAQ h3{margin-top:1em}.FooterPolicy{background-color:#549c74;font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center}@media screen and (min-width:500px){.FooterPolicy{padding:4em}}@media screen and (max-width:500px){.FooterPolicy{padding:1em}}.FooterPolicy .foot{text-align:justify;text-align-last:center;color:#fff}@media screen and (min-width:800px){.FooterPolicy .foot{padding-left:8em;padding-right:8em}}.accent.intro-offer{text-align:center;color:#fff;position:relative;z-index:1;display:inline-block}.accent.intro-offer .accent-image{position:relative;width:92px}.accent.intro-offer .accent-text{font-size:.59125rem;letter-spacing:.06rem;position:absolute;top:55%;left:45%;line-height:1;transform:translate(-50%,-50%);white-space:nowrap}.PlanDetails-breadcrumb{color:#549c74;margin-top:1em;margin-bottom:.5em}.PlanDetails-breadcrumb a{text-decoration:underline!important}.Tabs .PlanDetails-meta{column-count:1;color:#549c74;font-size:1.125rem;font-weight:100;margin-top:1em;padding:0 .9375rem}.Tabs .PlanDetails-meta ul li{line-height:1;margin-bottom:10px}.Tabs .PlanDetails-meta p{padding-left:1.375rem}.product{font-family:Open Sans,sans-serif;color:#666;font-size:1em}.product p{margin-bottom:0}.product-title{font-family:Oswald,sans-serif;font-weight:700;font-size:1.5675rem;color:#215f43}@media only screen and (min-width:768px){.product-title{font-size:2.25rem}}.product-images .owl-carousel .owl-item img{width:auto;height:auto;margin-left:auto;margin-right:auto;max-width:100%;max-height:20rem}@media only screen and (max-width:600px){.product-images .owl-carousel .owl-item img{width:auto;height:120px;margin-top:0}}@media only screen and (min-width:767px){.product-images .owl-carousel .owl-item img{margin-top:2.625rem}}.product-images .owl-carousel .owl-stage{display:flex;align-items:center}.product-images .owl-theme .owl-dots .owl-dot span{width:.625rem;height:.625rem}.product-images .owl-theme .owl-nav.disabled+.owl-dots{margin-top:0}.product-images .owl-theme .owl-dots .owl-dot.active span,.product-images .owl-theme .owl-dots .owl-dot:hover span{background-color:#549c74}.product-addToCart{font-size:1.2025rem;font-family:Open Sans,sans-serif;font-weight:700;height:2.55625rem;line-height:.5}.product-purchase-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.product-purchase-form input[type=number]::-moz-inner-spin-button{-moz-appearance:none}.product-purchase-form input[type=number]{-moz-appearance:textfield}.product-purchase-form .form-elements{padding-top:.5em;padding-bottom:.5em}@media screen and (min-width:767px){.product-purchase-form .form-elements{padding-top:1em;padding-bottom:1em}}.product-purchase-form .form-element-group,.product-purchase-form .form-elements{display:flex;flex-flow:row;align-items:center;justify-content:space-between;white-space:nowrap;margin-bottom:0}.product-purchase-form .form-element-group .btn-group button,.product-purchase-form .form-elements .btn-group button{width:32px;line-height:1}@media screen and (min-width:767px){.product-purchase-form .form-element-group .btn-group,.product-purchase-form .form-elements .btn-group{line-height:2}}.product-purchase-form .form-element-group button,.product-purchase-form .form-elements button{border-color:#e1e1e1;color:#666;padding:1px 7px 2px;font-size:1.2025rem}.product-purchase-form .form-element-group label,.product-purchase-form .form-elements label{margin-right:1em;margin-bottom:0;color:#8d8d8d;font-weight:700}@media screen and (max-width:600px){.product-purchase-form .form-element-group label,.product-purchase-form .form-elements label{font-size:.56688rem}}.product-purchase-form .js-sub-total,.product-purchase-form .js-sub-total-dollar-sign{font-size:1.70812rem;color:#666}.product-price p{margin-bottom:0;line-height:1}.product-price .product-sale-price{font-size:2.70625rem;color:#f26522;display:inline-block;font-family:Open Sans,sans-serif;letter-spacing:-.1875rem;font-weight:600}.product-price .per-month{display:inline-block;font-size:.54125rem;color:#f26522;margin-left:.125rem;font-weight:600}.product-price .product-regular-price{font-family:Open Sans,sans-serif;font-size:.54125rem;font-weight:600;color:#666;letter-spacing:.03125rem}@media only screen and (min-width:767px){.product-price .product-sale-price{font-size:3rem;margin-bottom:.25rem}.product-price .per-month{font-size:.9375rem}.product-price .product-regular-price{font-size:.8125rem}}.product #product-quantity{width:20%;border-top:1px solid #e1e1e1;border-right:0;border-left:0;max-width:100px;min-width:25px;text-align:center;color:#666}.product #product-quantity,.product-description,.product-header{border-bottom:1px solid #e1e1e1}.product-header{padding-bottom:1em;margin-bottom:1em}.product-description .list{list-style:none;padding:0;font-size:1rem}.product-description .list .list-item:before{content:"\2022";margin-right:3px}.product-description .list-title{margin-bottom:0;font-family:Open Sans,sans-serif;font-weight:700;font-size:1rem}@media only screen and (min-width:768px){.product-description .list-title{font-size:1.375rem}.product-description .list{font-size:1.125rem}}.product-promises{font-family:Open Sans,sans-serif;font-weight:700;display:flex;flex-flow:row;padding:1em;padding-left:.5em;justify-content:space-evenly}.product-promises .divider{border:.03125rem solid #e1e1e1;min-height:1.50375rem;width:2px;margin-right:1em;margin-left:1em}.product-promises .promise{display:flex;align-items:center}.product-promises .promise-text{white-space:nowrap;vertical-align:middle;text-transform:uppercase;font-size:.54125rem;color:#666;text-align:left}@media screen and (min-width:767px){.product-promises .promise-text{font-size:.75rem}}.product-promises .promise img{max-height:1.0825rem;margin-right:1em}@media screen and (min-width:767px){.product-promises .promise img{max-height:1.75rem}}.product-footer{margin-bottom:1em}.Features{color:#666;position:relative}.Features .container-fluid{z-index:1}.Features p{font-size:18px;font-size:1.125rem}.Features-title{margin:0;padding:30px 10px 10px;font-weight:700;text-transform:uppercase;font-size:38px;font-size:2.375rem}@media (min-width:768px){.Features-title{padding:30px 0 20px 30px}}.Features-menu{background-color:#fdfdf4;border-right:1px solid #549c74;color:#549c74;font-size:30px;font-size:1.875rem;margin:0;padding:0;z-index:1}.Features-links{list-style-type:none;margin:0;padding:0}.Features-links li{box-sizing:border-box;padding:5px 10px;width:100%}.Features-links li a{color:#549c74}@media (min-width:768px){.Features-links li{padding:5px 30px}}.Features-links .current-menu-item{background-color:#549c74}.Features-links .current-menu-item a{color:#fff}.Features-image{display:block;max-width:100%;margin-bottom:2rem}.Features-content{background-color:#fff;padding:15px;z-index:1}.Features-content h1{margin:0 0 1rem;font-size:42px;font-size:2.625rem}.Features-content h1,.Features-content h2,.Features-content h3,.Features-content h4,.Features-content h5,.Features-content h6{color:#549c74;font-weight:700}@media (min-width:768px){.Features-content{padding:30px}}.Features-table{margin:2rem 0;text-align:center}.Features-table h2{margin-bottom:2rem}.Features-table .row{border-bottom:1px solid #ccc;padding:10px 0}.Features-table .col-4{font-size:18px;font-size:1.125rem}.Features-tableHeading{background-color:#549c74;color:#fff;font-family:Oswald,sans-serif;padding:10px 0}.Features-tableHeading .col-4{font-size:20px;font-size:1.25rem;word-wrap:break-word}.Features-tableHeading small{display:block;font-size:60%;width:100%}@media (min-width:768px){.Features-tableHeading .col-4{font-size:28px;font-size:1.75rem}}.Features-rates{margin:2rem 0 0;text-align:center}.Features-rates h3{font-weight:700;font-size:28px;font-size:1.75rem}.Features-rates h4{color:#666;margin:0 0 15px;vertical-align:middle}.Features-highlight{background:#f05a28;color:#fff;font-family:Oswald,sans-serif;line-height:130%;font-style:italic;margin:0 0 1rem;padding:5px 0;font-size:18px;font-size:1.125rem}.Features-footer{margin:1rem 0 2rem;text-align:center}.Features-footer h2{font-weight:700;font-size:28px;font-size:1.75rem}.Features-bg{background-color:#fdfdf4;display:block;height:100%;position:absolute;top:0;left:0;width:50%;z-index:0}.Features-asterisk{margin-top:20px}.Hero-byop{background-color:rgba(90,189,195,.86);background-image:url("/wp-content/themes/mintmobile/images/byop-background.png");color:#fff;display:none}.Hero-byop h5{color:#549c74;font-family:Oswald,sans-serif;font-weight:500;padding:.9em 0 .6em;margin:0;text-transform:uppercase;font-size:22pt;font-size:1.83333rem}@media screen and (min-width:576px){.Hero-byop h5{font-size:28px;font-size:1.75rem}.Hero-byop h5 br{display:none}}.Hero-byop .phone-in{border:1px solid #ccc;color:#666;display:inline-block;margin:10px;margin-top:10px;padding:10px;text-align:left;font-size:11pt;height:50px;width:85%}@media screen and (min-width:576px){.Hero-byop .phone-in{width:55%}}.Hero-byop .phone-in:focus{outline:none}.Hero-byop .cphone{margin-top:0;width:85%;height:50px;padding:0}@media screen and (min-width:576px){.Hero-byop .cphone{width:30%}}.Hero-byop .dial-sound{font-family:Proxima Nova Reg,sans-serif;font-family:Proxima Nova,sans-serif;text-transform:none;font-size:16px;font-weight:600;color:#4a4a4a}.Hero-byop .dial-sound a{color:inherit;text-decoration:underline}@media screen and (min-width:576px){.Hero-byop .dial-sound br{display:none}}.Hero-byop .container-fluid .bring-phone{text-transform:uppercase;font-family:Oswald;font-size:26pt;line-height:30pt;font-weight:500;text-align:center;text-shadow:3px 3px 0 0 rgba(0,0,0,.3);padding-top:40px}@media screen and (min-width:1200px){.Hero-byop .container-fluid .bring-phone{font-size:50px;line-height:50px;padding-top:40px}}@media screen and (min-width:991px) and (max-width:1200px){.Hero-byop .container-fluid .bring-phone{padding-top:20px}}@media screen and (max-width:576px){.Hero-byop .container-fluid .bring-phone{padding-top:15px}}.Hero-byop .container-fluid .row{justify-content:center;align-items:center}.Hero-byop .container-fluid .row .hero-copy{text-align:center;vertical-align:middle;padding-top:1em;padding:auto}.Hero-byop .container-fluid .row .hero-copy .check-phone-cmp{background:#fff;color:#000;height:242pt;margin:auto 20px;border-radius:10px;height:290pt}@media screen and (min-width:342px){.Hero-byop .container-fluid .row .hero-copy .check-phone-cmp{height:262pt}}@media screen and (min-width:576px){.Hero-byop .container-fluid .row .hero-copy .check-phone-cmp{height:200px}}@media screen and (min-width:992px){.Hero-byop .container-fluid .row .hero-copy{padding:1em 0;padding:auto}}@media screen and (min-width:1200px){.Hero-byop .container-fluid .row .hero-copy{padding:auto}}.Hero-byop .container-fluid .hero-image{height:100%;text-align:center}.Hero-byop .container-fluid .hero-image .image-div{background-image:url("/wp-content/themes/mintmobile/images/FoxWPhone-mobile.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;background-color:initial;height:136px;margin-top:10px}@media screen and (min-width:576px){.Hero-byop .container-fluid .hero-image .image-div{height:160px}}@media screen and (min-width:992px){.Hero-byop .container-fluid .hero-image .image-div{background-size:100%;height:270px;width:456px;background-image:url("/wp-content/themes/mintmobile/images/FoxWPhone-desktop.png")}}.BYOP{margin:0 15px 50px;font-size:20px;font-size:1.25rem}@media (min-width:768px){.BYOP{margin:0 auto 50px;max-width:60%}}.BYOP-gsm{font-family:Proxima Nova Reg,sans-serif;background:#d6ecde;color:#fff;padding:20px 15px;text-align:center;font-size:22px;font-size:1.375rem;display:none}.BYOP-gsm .row{display:flex}.BYOP-gsm .col{flex:1;background-color:#fff;font-family:Proxima Nova,sans-serif;box-shadow:4px 4px 0 0 rgba(0,0,0,.3);padding:30px;margin:10px}@media screen and (max-width:768px){.BYOP-gsm .col{flex-basis:100%}}.BYOP-gsm .col .c-title{color:#68af85;font-size:20px;font-weight:700;line-height:22px;text-align:center;text-transform:uppercase}.BYOP-gsm .col .c-content{color:#666;font-size:16px;font-weight:500;line-height:19px;text-align:center;margin:20px auto}.BYOP-gsm .PageTitle{padding:20px 0;text-align:center;text-transform:uppercase}.BYOP-gsm .PageTitle h1{color:#549c74;font-family:Oswald,sans-serif;font-weight:700;margin:0;font-size:38px;font-size:2.375rem}@media screen and (max-width:992px){.BYOP-gsm .PageTitle{padding-top:0;padding-bottom:20px}}.BYOP-gsm .sound-like{text-transform:none;font-size:16px;font-weight:700;line-height:20px;color:#4a4a4a;margin-bottom:10px}.BYOP-gsm .sound-like,.BYOP-swappa{font-family:Proxima Nova,sans-serif}.BYOP-swappa{background:linear-gradient(180deg,#a3d29c,#5b9269);text-align:center;color:#fff;display:none}.BYOP-swappa .speech-bubble{position:relative;background:#fefdf4;color:#000;border-radius:10px;margin:30px auto 15px;filter:drop-shadow(10px 8px rgba(0,0,0,.21))}@media screen and (max-width:768px){.BYOP-swappa .speech-bubble{margin-top:10px}}.BYOP-swappa .speech-bubble .PageTitle{padding:20px;text-align:center;text-transform:uppercase}.BYOP-swappa .speech-bubble .PageTitle h1{color:#549c74;font-family:Oswald,sans-serif;font-weight:700;margin:0;font-size:38px}@media screen and (max-width:992px){.BYOP-swappa .speech-bubble .PageTitle{padding:20px}.BYOP-swappa .speech-bubble .PageTitle h1{font-size:21pt}}.BYOP-swappa .right-side{display:none}.BYOP-swappa .left-side{display:block}.BYOP-swappa .speech-bubble:after{content:"";position:absolute;width:0;height:0;border:50px solid transparent}@media screen and (max-width:768px){.BYOP-swappa .speech-bubble:after{bottom:0;left:50%;border-width:30px 10px 0;border-top-color:#fefdf4;border-bottom:0;margin-left:0;margin-bottom:-30px}}@media screen and (min-width:768px) and (max-width:1200px){.BYOP-swappa .speech-bubble:after{bottom:0;left:60%;border-width:55px 0 0 30px;border-top-color:#fefdf4;border-bottom:0;border-right:0;margin-left:-18px;margin-bottom:-37px}}@media screen and (min-width:1200px){.BYOP-swappa .speech-bubble:after{left:0;top:60%;border-width:30px 55px 0 0;border-right-color:#fefdf4;border-left:0;border-bottom:0;margin-top:-14px;margin-left:-50px}}@media screen and (min-width:1200px){.BYOP-swappa .left-side{display:none}.BYOP-swappa .right-side{display:block}}@media screen and (max-width:1200px){.BYOP-swappa .text-wrapper{position:relative;top:50%;transform:translateY(-50%)}}.BYOP-swappa .top-text{text-transform:uppercase;font-weight:700;text-shadow:3px 3px rgba(0,0,0,.3)}.BYOP-swappa .top-text .three-mo-free{font-size:34px;line-height:41px}.BYOP-swappa .top-text .when-you-buy{margin:14px auto;font-size:16px;line-height:19px}.BYOP-swappa .service-terms{font-size:11px;font-weight:600;line-height:13px;margin:15px auto 30px}.BYOP-swappa .service-terms a{color:inherit;text-decoration:underline}@media screen and (max-width:768px){.BYOP-swappa .service-terms{display:none}}.BYOP-swappa .service-terms-r{display:none}@media screen and (max-width:768px){.BYOP-swappa .service-terms-r{font-size:11px;font-weight:600;line-height:13px;margin:15px 10px;display:block}.BYOP-swappa .service-terms-r a{color:inherit;text-decoration:underline}}.BYOP-swappa .bottom-image{width:80%;height:100%;text-align:center;margin-left:50px}.BYOP-swappa .bottom-image .bottom-img-div{background-image:url("/wp-content/themes/mintmobile/images/swlogo-mobile.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;background-color:initial;height:136px;margin-top:15px}@media screen and (min-width:576px){.BYOP-swappa .bottom-image .bottom-img-div{height:160px}}@media screen and (min-width:768px){.BYOP-swappa .bottom-image .bottom-img-div{background-image:url("/wp-content/themes/mintmobile/images/swlogo-desktop.png");height:165pt;margin-top:10px}}@media screen and (min-width:1200px){.BYOP-swappa .bottom-image .bottom-img-div{background-size:100%;height:410px}}.BYOP-steps{background:#edf7f3;color:#68af85;font-size:14px;font-size:.875rem;padding:16px 0;text-align:center;text-transform:uppercase}.BYOP-steps br{display:block}@media (min-width:768px){.BYOP-steps{font-size:16px;font-size:1rem}.BYOP-steps br{display:none}}@media (min-width:992px){.BYOP-steps{font-size:18px;font-size:1.125rem}}.BYOP-compatibility{text-align:center}.BYOP-compatibility p{color:#f01616;display:none;font-size:12px}.BYOP-compatibility p a{color:inherit;text-decoration:underline}.BYOP-compatibility .btn,.BYOP-compatibility .product-purchase-form .form-element-group button,.BYOP-compatibility .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .BYOP-compatibility button,.product-purchase-form .form-elements .BYOP-compatibility button{cursor:pointer}.BYOP-search{border:1px solid #ccc;color:#666;display:block;font-size:16px;font-size:1rem;margin:10px 0 20px;padding:10px;text-align:left;height:50px;width:100%}.BYOP-works{background:#4a9e70;color:#fff;padding:40px 15px;text-align:center;font-size:22px;font-size:1.375rem}.BYOP-works .btn,.BYOP-works .product-purchase-form .form-element-group button,.BYOP-works .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .BYOP-works button,.product-purchase-form .form-elements .BYOP-works button{font-size:18px;font-size:1.125rem}.BYOP-modal{background:#fff}.BYOP-modal .modal-header{border:0;display:block;padding-bottom:0;text-align:center}.BYOP-modal .modal-header h5{color:#549c74;font-family:Oswald,sans-serif;font-weight:700;line-height:90%;margin:0;text-transform:uppercase;font-size:28px;font-size:1.75rem}@media (min-width:768px){.BYOP-modal .modal-header h5{font-size:32px;font-size:2rem}}@media (min-width:992px){.BYOP-modal .modal-header h5{font-size:36px;font-size:2.25rem}}.BYOP-modal .modal-header h5 span{color:#f05a28}.BYOP-modal .modal-header button{position:absolute;top:10px;right:10px;font-size:30px}.BYOP-modal .modal-content{border:0}.BYOP-modal h3{color:#68af85;margin-top:30px}.BYOP-modal h3,.BYOP-modal h4{font-family:DIN\ 1451 Mittelschrift,sans-serif;text-align:center}.BYOP-modal h4{color:#999;margin-bottom:20px;font-size:18px;font-size:1.125rem}.BYOP-gsm,.BYOP-swappa,.FAQ--single,.Hero-byop{display:block}.Error404{background:#84b992;background:-moz-radial-gradient(center,ellipse cover,#84b992 0,#48865e 100%);background:-webkit-radial-gradient(center,ellipse cover,#84b992 0,#48865e 100%);background:radial-gradient(ellipse at center,#84b992 0,#48865e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#84b992",endColorstr="#48865e",GradientType=1);margin:0 auto;padding:120px 0;text-align:center}.Error404-image{display:block;position:relative}.Error404-image img{padding:0 15px;max-width:100%}.Error404-image span{color:#fff;display:block;padding:30px 15px 0;position:relative;text-align:center;text-transform:uppercase;width:100%}@media (min-width:768px){.Error404-image{display:inline-block}.Error404-image span{position:absolute;right:0;bottom:-30px;text-align:left;width:41%}}.Error404-cta{margin:80px 0 0}.Legal{color:#333;padding:50px 0;max-width:100%;font-size:18px;font-size:1.125rem}.Legal h1,.Legal li,.Legal p{margin:0 0 1.25rem;padding:0}.Legal ol,.Legal ul{margin:1.25rem 0 0;padding:0 0 0 1.25rem}@media (min-width:768px){.Legal .container-fluid{max-width:80%}}@media (min-width:992px){.Legal .container-fluid{max-width:60%}}.Cart{position:relative;z-index:1000}.Cart .nav-link{color:#549c74;cursor:pointer;transition:color .2s}.Cart .nav-link:hover{color:#81bb9b}.Cart-secure h5{color:#549c74}.Cart-securitybox{text-align:center;padding-bottom:2em}@media screen and (max-width:572px){.Cart-securitybox{display:none}}.Cart-security{display:block;margin-left:auto;margin-right:auto}.Cart-security,.Cart-securityright{padding-bottom:1em}.Cart-right{padding-right:4em}.Cart-left{padding-left:2em}.Cart-securitytext{color:#666;font-size:.85rem}.Cart-toprow{margin-top:2em;padding-bottom:2em}.Cart-container{background:#549c74;border-radius:5px;box-sizing:border-box;color:#fff;cursor:default;display:none;font-family:Univers Cond,sans-serif;font-size:15px;padding:20px;position:absolute;left:-117px;top:44px;text-align:left;width:290px;box-shadow:0 6px 14px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.01)}.Cart-container>ul{border-top:1px solid hsla(0,0%,100%,.25);border-bottom:1px solid hsla(0,0%,100%,.25);list-style-type:none;margin:14px 0 0;padding:0}.Cart-container>ul>li{border-top:1px solid hsla(0,0%,100%,.25);margin:0;padding:10px 0}.Cart-container>ul>li:first-child{border-top:0}.Cart-container:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #549c74;content:"";position:absolute;top:-10px;right:128px;width:0;height:0}.Cart.active .nav-link{border:0!important;line-height:1.5}.Cart.active .Cart-container{display:block}.Cart-header{text-align:left}.Cart-view{color:#fff;display:inline-block;float:right;margin:4px 0 0;text-align:right;text-decoration:underline}.Cart-view:hover{color:hsla(0,0%,100%,.8)}.Cart-count{font-size:20px}.Cart-total{font-size:18px;margin:14px 0 0}.Cart-total+.btn-cart{margin-top:14px}.Cart-product{font-family:Univers Cond,sans-serif}.Cart-product-url,a{color:#eef7f4}a{text-decoration:none}.Cart-product-url:hover{color:#a9d3b7}.Cart-grandTotal{font-size:18px;float:right;text-align:right}.Cart-quantity{text-transform:none}.Cart-removeItem{cursor:pointer;display:block;position:relative;float:right;width:20px;height:20px;transition:opacity .2s}.Cart-removeItem>img{display:block;position:relative;top:0;right:0;width:100%;height:100%}.Cart-removeItem:hover svg{fill-opacity:1}.FreeShip{background:none!important;color:inherit;border:none;padding:0!important;font:inherit;text-decoration:underline;cursor:pointer}.FreeText{color:#549c74}.CouponEntry{display:none}.CouponForm{vertical-align:middle;padding:10px 0;position:relative;margin-bottom:.25em;min-height:80px}.CouponForm img{position:static;max-width:65px;margin-right:15px;top:auto;left:auto}@media (max-width:991.98px){.CouponForm img{display:none}}.CouponForm .content{display:inline-block;padding-left:15px}.Cart-secure .img-fluid{width:auto;height:75px}.Cart-secure h5{color:#666}#wc_braintree_paypal_container{margin-top:15px}.js-cart-count{height:40px}.Order-collaterals ul#shipping_method label,.Order-collaterals ul#shipping_method li label{margin-left:10px}.FAQ{margin-bottom:2rem;color:#666}.FAQ--mobile{display:block}@media screen and (min-width:992px){.FAQ--mobile{display:none}}.FAQ--desktop{display:none}@media screen and (min-width:992px){.FAQ--desktop{display:block}}.FAQ-tabs{margin:0;padding:0;box-sizing:border-box;list-style-type:none;text-transform:uppercase;justify-content:space-around;border:1px solid #ddd}.FAQ-tabs,.FAQ .FAQ-tabLink{width:100%;flex-direction:column}.FAQ .FAQ-tabLink{display:flex;justify-content:center;min-height:50px;position:relative;border-radius:0;background:#eef7f4;border:none;border-top:1px solid #ddd;color:#549c74;cursor:pointer;line-height:100%;text-align:center}.FAQ .FAQ-tabLink:first-child{border-top:none}.FAQ .FAQ-tabLink.active{background:#549c74;color:#fff;z-index:1}.FAQ .FAQ-tabLink.active:before{content:"";position:absolute;bottom:-12px;left:49%;margin:0 0 0 -10px;display:none}@media screen and (min-width:992px){.FAQ .FAQ-tabLink.active:before{display:block}}@media (max-width:426px){.FAQ .FAQ-tabLink{align-items:baseline;text-align:left}}.FAQ table{width:100%}.FAQ td{padding:.5rem}.FAQ .arconix-faq-term-title{display:none}.FAQ-title,.FAQ .arconix-faq-title{background:#fff!important;color:#549c74;cursor:pointer;position:relative;padding:1rem;padding-right:80px;font-size:18px;font-size:1.125rem;transition:padding .2s}.FAQ-title:after,.FAQ .arconix-faq-title:after{content:"+";position:absolute;top:50%;right:1.75rem;line-height:0;font-size:36px;font-size:2.25rem}.FAQ-title-mobile:after,.FAQ .arconix-faq-title-mobile:after{content:""}.FAQ-title.faq-open:after,.FAQ .arconix-faq-title.faq-open:after{content:"-"}.FAQ .arconix-faq-content{background-color:#fff;margin:0;padding:0 2.5rem 2rem}.FAQ .arconix-faq-wrap{margin:0;border-radius:0;border-top:0;background-color:transparent;padding:0}@media (min-width:992px){.FAQ-tabs{flex-direction:row;justify-content:space-around}.FAQ .FAQ-tabLink{border:none;border-left:1px solid #ddd}.FAQ .FAQ-tabLink:first-child{border-left:none}}.FAQ .FAQResult{color:#666}.FAQ .FAQResult .card{border-radius:0}.FAQ .FAQResult-cardHeader{padding:0;background-color:#fff;border-bottom:none}.FAQ .FAQResult-cardBody .card-block{padding:0 20px 20px}.FAQ .FAQResult-cardHeaderLink{padding:1.5rem;color:#549c74;text-decoration:none!important}.FAQ .FAQResult-cardHeaderLink:after{content:"";position:absolute;top:2.25rem;right:.5rem;transform:scale(.65)}.FAQ .FAQResult-cardHeaderLink.collapsed:after{transform:scale(.65) rotate(180deg)}.FAQ .card-group-title{border-right:45px solid #437154;border-top:1px solid #eceeef;border-bottom:1px solid #eceeef;border-radius:0;position:relative}.FAQ .FAQ-group-title{background-color:#d5ebd9;color:#68af85;display:flex;cursor:pointer;flex-flow:row;align-items:center;justify-content:space-between;-webkit-display:flex;-webkit-flex-flow:row;border:1px solid #666;border-color:#eceeef #eceeef #ddd}.FAQ .FAQ-group-title .faqGroupName{color:#68af85;text-transform:uppercase;padding:1em 0 1em 1em;margin-bottom:0}.FAQ .FAQ-group-title:after{content:"";position:absolute;right:-2.25rem;transform:scale(.65);border-top:14px solid #fff;border-bottom:0}.FAQ .faq-question-title{margin:1em;padding-right:80px}.FAQ .FAQ-group-title.collapsed{display:flex;-webkit-display:flex;height:100%;width:100%}.FAQ .FAQ-group-title.collapsed:after{content:"";position:absolute;right:-2.25rem;transform:scale(.65);border-top:0;border-bottom:14px solid #fff}.Validation .FAQ .tab-content{border-top:1px solid #ddd}.mobile form{position:relative}.mobile.js-faq-search-submit{background-image:url("/wp-content/themes/mintmobile/images/MagnifyingGlass.png");background-size:contain;background-position:50%;width:60px;background-color:transparent;background-repeat:no-repeat;border:0;position:absolute;right:0;height:36px;top:15%;margin-right:1em}.mobile.js-faq-search-input{border-radius:.5rem;position:relative}.mobile .arconix-faq-title{display:block;padding:1.5rem}.mobile .arconix-faq-title:after{content:"";position:absolute;top:1.5rem;right:1.5rem;transform:scale(.65) rotate(180deg)}.mobile .arconix-faq-title.faq-open:after{content:"";transform:scale(.65)}.FAQ.FAQ--iphone .arconix-faq-title{background-color:#549c74!important;color:#fff;font-size:22px;font-size:1.375rem}.FAQ.FAQ--iphone .arconix-faq-title:after{border-top-color:#fff}.FAQ.FAQ--iphone .arconix-faq-content{background-color:#fff;margin:0;padding:1.5rem}@media (min-width:768px){.FAQ.FAQ--iphone .arconix-faq-content{padding:2.5rem}}.FAQ.FAQ--iphone .arconix-faq-wrap{margin-bottom:2rem}.iPhoneSetup+.FAQ .FAQ-content{border-top:1px solid #ddd}.FAQ.FAQ--single{margin-bottom:0;padding-bottom:2rem;background-color:#fcf9da}.FAQ.FAQ--single .FAQ-content{border-top:1px solid #ddd}.PlanDetailsV2~.Tabs .FAQ.FAQ--single{padding-top:1.5rem}.FAQ-single .FAQ-title-text{max-width:90%}.HowTo{padding:0 0 50px;background:#fcfcf3;text-align:center;font-size:18px}.HowTo h2{color:#549c74;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px;font-size:26px;font-size:1.625rem}.HowTo p{padding:0 25%;line-height:1.5;color:#666}.HowTo p+h2{margin:50px 0 10px}.HowTo em{font-style:normal;color:#f05a28}.PromoHero{background-image:-ms-radial-gradient(center,ellipse farthest-corner,#73bb8f 0,#238152 100%);background-image:-moz-radial-gradient(center,ellipse farthest-corner,#73bb8f 0,#238152 100%);background-image:-o-radial-gradient(center,ellipse farthest-corner,#73bb8f 0,#238152 100%);background-image:-webkit-gradient(radial,center center,0,center center,286,color-stop(0,#73bb8f),color-stop(100,#238152));background-image:-webkit-radial-gradient(center,ellipse farthest-corner,#73bb8f 0,#238152 100%);background-image:radial-gradient(ellipse farthest-corner at center,#73bb8f 0,#238152 100%);color:#fff;padding-top:20px;position:relative;overflow:hidden}.PromoHero-bubble{margin:20px 0 0;padding:20px;background:#fff;border-radius:10px;color:#549c74;font-weight:700;text-align:center;text-transform:uppercase;z-index:1;font-size:50px;font-size:3.125rem}.PromoHero-bubble span{color:#f05a28}.PromoHero-bubble small{color:#666;display:block}.PromoHero-bubble small p{display:inline;font-size:inherit;text-transform:inherit}.PromoHero-starburst{position:absolute;top:-65px;left:-50px;transform:scale(.5)}.PromoHero-copy{display:flex;flex-direction:column;justify-content:center;text-align:center}.PromoHero-copy p{font-family:Oswald,sans-serif;letter-spacing:2px;margin:20px 0 0;text-transform:uppercase;font-size:18px;font-size:1.125rem}.PromoHero-button{width:160px;margin:0 auto;order:1}.PromoHero-features{font-size:16px;font-size:1rem}.PromoHero-inc{position:absolute;right:20px;bottom:120px;width:165px;height:35px;max-width:90%;z-index:2}.PromoHero-inc>svg{display:inline-block;width:100%;height:100%}.PromoHero-fox{display:block;width:300px;margin:0 auto -100px}@media (min-width:1200px){.PromoHero{padding:20px 0}.PromoHero-bubble{display:inline-block;margin:40px 0 0;position:relative;width:550px}.PromoHero-bubble small{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:1.35rem;font-weight:400;letter-spacing:1px;margin:10px 0 0;text-transform:none;font-size:26px;font-size:1.625rem}.PromoHero-bubble:after{border-top:25px solid transparent;border-bottom:15px solid transparent;border-left:50px solid #fff;content:"";display:inline-block;position:absolute;right:-50px;bottom:30px;width:0;height:0}.PromoHero-starburst{top:-50px;left:-100px;transform:scale(1)}.PromoHero-button{margin:20px 0;padding:12px 30px}.PromoHero-copy{display:inline-block;margin-left:100px}.PromoHero-features{font-size:22px;font-size:1.375rem}.PromoHero-inc{right:20px;bottom:0;width:245px;height:41px}.PromoHero-fox{position:absolute;width:auto;right:-50px;top:-120px;margin-left:-60px;transform:scale(.85)}}.PlanTiles{background:#edf7f3;text-align:center}.PlanTiles-plan{background:#fff}.PlanTiles-title{background:#549c74;color:#fff;font-weight:700;padding:15px;text-transform:uppercase;font-size:20px;font-size:1.25rem}@media (min-width:768px){.PlanTiles-title{font-size:26px;font-size:1.625rem}}.PlanTiles-details{padding:2em}.PlanTiles-details>p{margin-top:.25em;font-size:20px;font-size:1.25rem;line-height:1.5;color:#999}@media (min-width:768px){.PlanTiles-details>p{font-size:28px;font-size:1.75rem}}.PlanTiles-details span{color:#ccc;display:block;text-decoration:line-through;font-size:28px;font-size:1.75rem}.PlanTiles-details em{font-style:normal;color:#549c74}.PlanTiles-price{color:#549c74;margin:0;font-family:Oswald,sans-serif;letter-spacing:0;font-weight:700;font-size:50px;font-size:3.125rem}@media (min-width:768px){.PlanTiles-price{font-size:60px;font-size:3.75rem}}.PlanTiles-planCta{padding:10px 40px;font-size:22px;font-size:1.375rem}.PlanTiles-tailCopy{color:#999;line-height:1.25;letter-spacing:2px;margin:0;padding:40px 0;font-size:20px;font-size:1.25rem}@media (min-width:768px){.PlanTiles-tailCopy{font-size:26px;font-size:1.625rem}}.PlanTiles-tailCopy>a{color:#999;text-decoration:underline}.PlanTiles-highlight .PlanTiles-title{background-color:#f05a28}.PlanTiles-highlight .PlanTiles-details em,.PlanTiles-highlight .PlanTiles-price{color:#f05a28}.FaqSingle{background:#edf7f3;padding:40px 0}.FaqSingle-title{color:#000;font-size:40px;font-size:2.5rem}.FaqSingle-question,.FaqSingle-title{margin:0;text-align:center;text-transform:uppercase}.FaqSingle-question{background:#549c74;color:#fff;padding:1rem;font-size:28px;font-size:1.75rem}.FaqSingle-answer+.FaqSingle-question,h1+.FaqSingle-question{margin:40px 0 0}.FaqSingle-content{margin:0 auto;width:100%}@media (min-width:768px){.FaqSingle-content{width:70%}}.FaqSingle-answer{background:#fff;padding:2rem}.SearchResult{color:#666}.SearchResult .card{border-radius:0}.SearchResult-cardHeader{padding:0;background-color:#fff;border-bottom:none}.SearchResult-cardBody{padding:0 25px 20px}.SearchResult-cardHeaderLink{display:block;margin-right:3rem;padding:1.5rem}.SearchResult-cardHeaderLink:after{content:"";position:absolute;top:1.5rem;right:1.5rem;transform:scale(.65)}.SearchResult-cardHeaderLink.collapsed:after{transform:scale(.65) rotate(180deg)}.ada-chat-button{display:none!important}.ChatButton{border:0;color:#fff;cursor:pointer;display:inline-block;outline:none;position:fixed;bottom:5px;right:10px;z-index:999;width:150px;transition:bottom .2s ease}.ChatButton>img{max-width:100%}.ChatButton:after{color:#fff;content:"+";font-family:sans-serif;font-size:24px;font-weight:400;position:absolute;line-height:0;right:14px;bottom:41px;outline:none}@media (min-width:768px){.ChatButton{width:198px}.ChatButton:after{font-size:30px;right:18px;bottom:53px}}body.ada-frozen .ChatButton{bottom:76%!important;outline:none}body.ada-frozen .ChatButton:after{content:"-";font-weight:400;font-size:36px;line-height:0;outline:none;right:15px;bottom:43px}@media (min-width:768px){body.ada-frozen .ChatButton:after{font-size:44px;right:19px;bottom:58px}}.ada-chat-window{max-height:75%!important;right:25px!important}.ada-chat-window,.ada-iframe{border-radius:6px 6px 0 0!important}.ada-chat-window--hidden{height:0!important;transform:translateY(50%)!important}.IMEI{margin:50px auto;text-align:center;font-size:20px;font-size:1.25rem}@media (min-width:768px){.IMEI{max-width:75%}}@media (min-width:992px){.IMEI{max-width:50%}}.IMEI small{font-size:16px;font-size:1rem;color:#999;display:block;margin:0 auto;font-style:italic;text-align:center}.IMEI-coverage,.IMEI-phones,.IMEI-plans{margin:5px}.IMEI-faq{color:#999;display:inline-block;text-decoration:underline;font-size:16px;font-size:1rem}.IMEI h5{color:#68af85;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:15px 0 0;font-size:18px;font-size:1.125rem}.IMEI-results{margin:0 auto 30px}.IMEI-results h1{color:#f05a28;font-size:34px;font-size:2.125rem;font-weight:700;margin:30px 0 10px;text-transform:uppercase}.IMEI-results p{color:#666;font-size:20px;font-size:1.25rem;line-height:120%}.IMEI-disclaimer{color:#999;display:block;font-style:italic;font-size:14px;font-size:.875rem}.Checkout{padding:50px 15px;font-size:16px;font-size:1rem}.Checkout .table td[data-title=Shipping] label{display:inline;margin-left:10px}.Checkout .input-checkbox{width:auto!important}.Checkout #billing_address_2_field,.Checkout #shipping_address_2_field{text-align:right}.Checkout-addcoupon{text-decoration:underline}.Checkout-title{color:#549c74;margin:30px 0 15px;font-size:24px;font-size:1.5rem}.Checkout-title+.form-group{margin:0;padding:0}.Checkout h2.woocommerce-notice{color:#f05a28;margin:2rem 0 1rem;font-size:22px;font-size:1.375rem}.Checkout .woocommerce-column{padding:0;width:100%;max-width:100%}.Checkout .woocommerce-order-details{margin:2rem 0 0}.Checkout-toggle{padding:30px 0;text-align:center}.Checkout p.form-row.enable-auto-recharge>label{display:inline-block;white-space:nowrap;width:auto}.Checkout p.form-row.enable-auto-recharge>label>input{width:auto}.Checkout p.form-row{box-sizing:border-box;display:block;width:100%}.Checkout p.form-row>label{color:#000;display:inline-block;vertical-align:middle;margin:0;padding:0;width:40%}@media (min-width:768px){.Checkout p.form-row>label{width:25%}}.Checkout p.form-row>label>.required{color:red;cursor:default;text-decoration:none}.Checkout p.form-row input,.Checkout p.form-row select,.Checkout p.form-row textarea{border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#000;display:inline-block;padding:4px 10px;vertical-align:middle;width:60%}@media (min-width:768px){.Checkout p.form-row input,.Checkout p.form-row select,.Checkout p.form-row textarea{width:75%}}.Checkout p.form-row input.error{border-color:#f01616}.Checkout p.form-row input.error+em{float:right;font-style:normal;color:#f01616}.Checkout p.form-row #order_comments_field>label,.Checkout p.form-row #order_comments_field>textarea{vertical-align:top}.Checkout p.form-row>select{padding:6px 10px}.Checkout p.form-row>input#billing_address_2,.Checkout p.form-row>input#shipping_address_2{margin-left:40%}@media (min-width:768px){.Checkout p.form-row>input#billing_address_2,.Checkout p.form-row>input#shipping_address_2{margin-left:25%}}.Checkout-same{padding:40px 0 0;text-align:center;font-size:20px;font-size:1.25rem}.Checkout-review{box-sizing:border-box}@media (min-width:992px){.Checkout-review{padding-left:50px!important}}.Checkout .table{table-layout:fixed;border:1px solid #eceeef;margin-bottom:50px}.Checkout .table thead{background-color:#c4dfd0;color:#000}.Checkout .table thead th{border:0;font-weight:100}.Checkout .table tfoot{background-color:#eceeef}@media screen and (min-width:376px) and (max-width:1025px){.Checkout .table tfoot{font-size:14px}}@media screen and (max-width:375px){.Checkout .table tfoot{font-size:13px}}@media screen and (max-width:320px){.Checkout .table tfoot{font-size:12px}}.Checkout .table tfoot td,.Checkout .table tfoot th,.Checkout .table tfoot th+td{border-bottom:1px solid #fff;vertical-align:middle}.Checkout .table tfoot td li,.Checkout .table tfoot td ul,.Checkout .table tfoot th+td li,.Checkout .table tfoot th+td ul,.Checkout .table tfoot th li,.Checkout .table tfoot th ul{list-style-type:none;margin:0;padding:0;white-space:nowrap}.Checkout .table td[data-title=Shipping]{padding:.5rem}.Checkout .table td[data-title=Shipping] label{display:initial;margin-bottom:0}@media (min-width:576px){.Checkout .table td[data-title=Shipping]{padding:auto}.Checkout .table td[data-title=Shipping] label{display:inline}}.Checkout .table tr.order-total{background-color:#c4dfd0}.Checkout .table tr.fee{white-space:nowrap}@media screen and (min-width:376px) and (max-width:1025px){.Checkout .table tbody{font-size:14px}}@media screen and (max-width:375px){.Checkout .table tbody{font-size:13px}}@media screen and (max-width:375px){.Checkout .table #shipping_method{width:150px;font-size:9px}}.Checkout .table #shipping_method #woocommerce-Price-amount,.Checkout .table #shipping_method .woocommerce-shipping-methods,.Checkout .table #shipping_method li{white-space:normal}.Checkout-help{display:inline-block;margin-left:5px}.Checkout-coupon{margin-left:.75rem;text-align:left;vertical-align:top}@media (min-width:992px){.Checkout-coupon{margin-left:0}}.Checkout-coupon .form-control{margin:0 10px 0 0;max-width:100%}.Checkout-coupon .Button{margin-top:10px}@media (min-width:768px){.Checkout-coupon .Button{margin-top:0}}.Checkout-couponAmount a,.Checkout-couponAmount em,.Checkout-couponAmount span{vertical-align:top}.Checkout-removeCoupon{margin-left:6px}.Checkout-removeCoupon em{font-style:normal;font-size:26px;font-size:1.625rem;line-height:100%}.Checkout-addCoupon{margin-left:0;text-decoration:underline}.Checkout-addCoupon em{font-style:normal;font-size:26px;font-size:1.625rem;line-height:100%}.Checkout h3#ship-to-different-address{display:none;visibility:hidden}.Checkout .hidden_field{display:none!important}.Checkout .wc-braintree-paypal-new-payment-method-form .form-row{margin-top:5px}.Checkout .wc-braintree-paypal-new-payment-method-form .form-row input{margin-right:10px}.Payment{background:#eaebed;padding:20px;font-family:DIN\ 1451 Mittelschrift,sans-serif}.Payment input,.Payment select{font-size:16px;font-size:1rem}.Payment-title{margin-bottom:15px}.Payment-title h3{color:#549c74;margin:0;padding:0;font-size:20px;font-size:1.25rem}@media (min-width:768px){.Payment-title h3{font-size:24px;font-size:1.5rem}}.Payment-badge{text-align:right;padding-left:0}.Payment label{padding:0 10px 0 15px;white-space:nowrap}.Payment label>span.required{color:#f01616}.Payment label br{display:none}.Payment label img{padding-left:18px}@media (min-width:576px){.Payment label{padding:8px 0 0 15px}.Payment label br{display:block}.Payment label img{padding-left:0}}.Payment-card input{padding-right:25px;padding-left:42px}.Payment-card label img{padding-left:0}.Payment-message{display:none;color:#f01616;font-size:14px;font-size:.875rem}.Payment-expiration{padding-bottom:25px}.Payment-select .col-6:first-of-type{padding-right:5px}.Payment-select .col-6:last-of-type{padding-left:5px}.Payment-desc{color:#999;padding-top:6px;padding-bottom:20px;line-height:125%}@media (min-width:576px){.Payment-desc{padding-top:10px}}.Payment-info{font-size:14px;font-size:.875rem;line-height:125%;padding-left:15px}@media (min-width:576px){.Payment-info{padding-left:0;padding-top:10px}}@media (min-width:992px){.Payment-info{padding-top:0}}.Payment img{max-width:100%}.Payment label.Payment-lock{right:24px}.Payment label.Payment-cc,.Payment label.Payment-lock{position:absolute;top:10px;margin:0;padding:0;line-height:100%}.Payment label.Payment-cc{left:24px;width:28px}.Payment .error input,.Payment .error select{border:1px solid #f01616}.Payment .error .Payment-message{display:block}.Payment .Payment-originalDesc,.Payment .Payment-originalTitle,.Payment .Payment-type{display:none}body.woocommerce-checkout .payment_methods{margin:0;padding:0;list-style-type:none}.Payment.Payment--original{background:transparent;padding:0}.Payment.Payment--original>.row{padding-bottom:10px}.Payment.Payment--original .Payment-cc,.Payment.Payment--original .Payment-desc,.Payment.Payment--original .Payment-info,.Payment.Payment--original .Payment-lock,.Payment.Payment--original .Payment-security img,.Payment.Payment--original .Payment-title{display:none}.Payment.Payment--original .Payment-card input{padding:8px 12px}.Payment.Payment--original .Payment-type{display:flex}.Payment.Payment--original .Payment-originalDesc{display:block;padding-bottom:15px}.Payment.Payment--original .Payment-originalTitle{display:flex;margin-bottom:0;padding-bottom:15px}.Payment.Payment--original .Payment-originalTitle h3{color:#549c74;margin:0;padding:0 0 0 15px;font-size:24px;font-size:1.5rem}.Payment-originalTitle{display:flex;margin-bottom:0;padding-bottom:15px}.Payment-originalTitle h3{color:#549c74;margin:0;padding:0 0 0 15px;font-size:24px;font-size:1.5rem}.payment_method_braintree_paypal>label{font-size:0}.payment_method_litle img{max-height:30px;width:auto}.place-order .btn-purchase{margin-top:20px}.payment_methods .input-radio{margin-right:5px}.Checkout2 .Payment-title h3{color:#333;margin-top:10px}.Checkout2 .Payment label{padding:0}.Checkout2 .Payment label.checkbox{font-size:20px;font-size:1.25rem;padding-left:30px}.Checkout2 .Payment-securityCodeImage{margin-top:5px}.Checkout2 .Payment-billing h3{font-size:24px;font-size:1.5rem}.Checkout2 .Payment-billing h5{margin:10px 0 20px}.Checkout2 .Payment-billing p{color:#999;margin:0}.Checkout2 .Payment-recharge{padding:30px 0 0}.Checkout2 .Payment-recharge h3{display:none}.Checkout2 .Payment-recharge label{color:#333;font-family:Oswald,sans-serif;font-weight:700;margin:0;font-size:16px;font-size:1rem}.Checkout2 .Payment-recharge .form-row{margin-bottom:6px}.Checkout2 .Payment-recharge p{color:#999;font-family:DIN\ 1451 Mittelschrift,sans-serif;line-height:18px;margin-bottom:1rem}.Checkout2 .Payment-recharge p:last-of-type{margin-bottom:0}.Checkout2 .Payment-recharge p small{font-size:88%}.Checkout2 .Payment label>span.required{color:inherit}.Checkout2 .Payment-desc{font-size:14px;font-size:.875rem}@media (min-width:576px){.Checkout2 .Payment-desc{padding-top:8px}}.Order{padding:50px 0 20px}.Order h1{padding:0 0 15px 15px;margin:0}@media (min-width:992px){.Order h1{padding:0 0 15px}}.Order>.Order-container{padding:0}@media (min-width:992px){.Order>.Order-container{padding:0 15px}}.Order .table{margin-bottom:0}.Order .table thead th{text-align:right}.Order .table thead th.Order-name{text-align:left}.Order .table tbody td{vertical-align:middle}.Order .table tbody td.Order-remove{padding:0}.Order .table tbody td.Order-price,.Order .table tbody td.Order-quantity,.Order .table tbody td.Order-subtotal{text-align:right}.Order-name a{color:#549c74;text-decoration:none}.Order-name a:hover{color:#f05a28}.Order-remove{font-size:1.5rem;padding:0;text-align:center;text-decoration:none}.Order-remove a{color:#f05a28}.Order-remove a:hover{color:#000;text-decoration:none}.Order-quantity .form-group{float:right;margin:0;width:50px}.Order-actions{border-top:1px solid rgba(0,0,0,.05);padding:1rem 0;margin-top:0;margin-right:.75rem;text-align:right}@media (min-width:992px){.Order-actions{margin-right:0}}.Order-coupon{margin-left:.75rem;text-align:left;vertical-align:top}@media (min-width:992px){.Order-coupon{margin-left:0}}.Order-coupon>a{color:#999}.Order-coupon .form-control{margin:0 10px 0 0;max-width:100%}.Order-coupon .Button{margin-top:10px}@media (min-width:768px){.Order-coupon .Button{margin-top:0}}.Order-collaterals{padding-bottom:65px}.Order-collaterals h2{padding:0 15px}.Order-collaterals ul#shipping_method,.Order-collaterals ul#shipping_method li{list-style-type:none;margin:0;padding:0}.Order-collaterals ul#shipping_method label,.Order-collaterals ul#shipping_method li label{display:inline}.Order-collaterals .form-control{font-size:16px;font-size:1rem}.Order-collaterals .table{border:1px solid #eceeef;margin-bottom:2rem;table-layout:fixed}.Order-collaterals .table th{width:40%}.Order-collaterals .table .Order-subtotal{background-color:#bbdaca;border-width:1px;border-style:solid;border-color:#5e9f7a #5e9f7a #eceeef}.Order-collaterals .table .Order-subtotal td,.Order-collaterals .table .Order-subtotal th{border-top:none}.Order-collaterals .table .shipping,.Order-collaterals .table .woocommerce-shipping-totals{border-bottom:none;border-left:1px solid #5e9f7a;border-right:1px solid #5e9f7a}.Order-collaterals .table .shipping td,.Order-collaterals .table .shipping th,.Order-collaterals .table .woocommerce-shipping-totals td,.Order-collaterals .table .woocommerce-shipping-totals th{border-top:none}.Order-collaterals .table .Order-total{background-color:#5e9f7a;border-bottom:1px solid #eceeef;border-left:1px solid #5e9f7a;border-right:1px solid #5e9f7a;color:#fff}.Order-collaterals .table .Order-total td,.Order-collaterals .table .Order-total th{border-top:none}.Order-collaterals .shipping-calculator-form{margin-top:.75rem}.Order-fee{white-space:normal}.Order-help{display:inline-block;margin-left:5px}.Order .cart-seperator{position:relative;margin-top:1rem;margin-bottom:1rem;height:1px;color:#ccc;border-top:1px solid #ccc;text-align:center}.Order .cart-seperator div{position:relative;top:-14px;display:inline-block;background:#fff;width:60px}.Order #paypalPlaceholder{background:rgba(255,196,57,.5);color:rgba(0,0,0,.2);width:100%;max-height:45px;min-height:30px;height:53px;text-align:center;text-transform:uppercase;padding-top:12px;border-radius:4px;font-size:85%;letter-spacing:.5px;font-weight:100}.ValidationEntry h1,.ValidationEntry h1+small{color:#fff}.ValidationEntry form{justify-content:center}.ValidationEntry input{text-transform:uppercase;text-align:center;border-radius:0}.ValidationEntry#wood-bg.lazy{background-image:none;background:-webkit-linear-gradient(180deg,#b29f94,#603813);background:linear-gradient(180deg,#b29f94,#603813)}.ValidationEntry#wood-bg{padding-bottom:4rem;background-image:url("../images/img-bg-wood.jpg");background-repeat:no-repeat;background-size:cover}#btnCheckCoverage{margin-top:0}.Benefits{background-color:#000}.Benefits h1,.Benefits h1+small{color:#fff}.Benefits-items{text-align:center;color:#fff}.Benefits-items h3{text-transform:uppercase}@media (max-width:991.98px){.Benefits-items h3{font-size:1.375rem}}.Benefits-items>div:first-of-type{background-color:#f05a28}.Benefits-items>div:first-of-type img{margin-top:1rem}.Benefits-items>div:nth-of-type(2){background-color:#ed764d}.Benefits-items>div:nth-of-type(3){background-color:#a3d39c}.Benefits-items>div:nth-of-type(3) img{margin-top:1rem}.Benefits-items>div:nth-of-type(4){background-color:#6cad8c}.Benefits-items>div:nth-of-type(5){background-color:#437154}.Benefits-items>div:nth-of-type(6){background-color:#215f43}.Benefits-item{height:20rem;overflow:hidden}.Benefits-item .Benefits-itemCard,.Benefits-item .Benefits-itemDesc{width:100%;min-height:20rem;padding-top:3rem;padding-bottom:2rem;display:flex;flex-direction:column;justify-content:space-around;color:#fff}.Benefits-item .Benefits-itemCard img,.Benefits-item .Benefits-itemDesc img{align-self:center}.Benefits-item a:active,.Benefits-item a:focus,.Benefits-item a:visited{text-decoration:none;outline:none}.Benefits-itemCard{margin-top:0;transition:margin .3s cubic-bezier(.17,.04,.03,.94)}.Benefits-itemDesc{padding-left:1rem;padding-right:1rem}.Benefits-itemDesc p{font-size:18px;font-size:1.125rem;line-height:1}.Benefits .Benefits-item.reveal .Benefits-itemCard{margin-top:-20rem}@media (min-width:992px){.Benefits-itemDesc{padding-left:1.5rem;padding-right:1.5rem}.Benefits-itemDesc p{font-size:20px;font-size:1.25rem}.Benefits .Benefits-item:hover .Benefits-itemCard{margin-top:-20rem}}.Calc h1+small{color:#636363}.Calc input{width:8rem;padding:.5rem;border:2px solid #549c74;border-radius:.25rem;background-color:#f2f2f2;text-align:center;color:#549c74;font-size:20px;font-size:1.25rem}.Calc-container{display:flex;align-items:center;text-align:center}@media (min-width:992px){.Calc-container{text-align:left}}.Calc-indicator{display:flex;justify-content:center;align-items:center}.Calc-indicator .progress{width:35%;border-radius:0;height:.35rem;background-color:#ebebeb}.Calc-indicator .progress .progress-bar{width:50%;background-color:#549c74}@media (min-width:992px){.Calc-indicator{flex-direction:column;justify-content:space-around;height:10rem}.Calc-indicator .progress{transform:rotate(90deg);width:110%}}.Calc-num{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;background-color:#fff;border-radius:50%;border:3px solid #549c74;text-align:center;font-size:2rem;color:#666;z-index:1}.Calc-num~.Calc-num{border-color:#ebebeb;transform:scale(.65);margin-left:-1rem}@media (min-width:992px){.Calc-num~.Calc-num{margin-left:0}}.Calc-step{margin-top:2rem;margin-bottom:2rem;font-size:20px;font-size:1.25rem;color:#636363}.Calc-step .dropdown{display:inline-block}.Calc-step .dropdown-toggle{border:2px solid #549c74;border-radius:.25rem;background-color:transparent;font-family:Oswald,sans-serif;font-weight:700;color:#549c74;font-size:24px;font-size:1.5rem}.Calc-step .dropdown-menu{border:2px solid #549c74;left:1px}.Calc-step .dropdown-menu:before{content:none}.Calc-result{display:flex;justify-content:center;flex-direction:column;position:relative;text-align:center;color:#f05a28}.Calc-result>p{display:none}.Calc-result>sub{display:block;position:absolute;width:100%;bottom:-2em;line-height:1.25;font-size:88%;color:#999}@media (min-width:992px){.Calc-result{width:240px;height:240px;border-radius:50%;border:6px solid #f05a28}.Calc-result>p{display:block;font-size:24px;font-size:1.5rem;line-height:1}.Calc-result>sub{bottom:-3.5em}.Calc-result .progress p{margin-top:50%}}.Calc-resultSales{margin:0;display:none}.Calc-resultSales p{margin:0;padding:1.5rem 1rem;line-height:1.25;font-size:1.35rem}@media (min-width:992px){.Calc-resultSales p{font-size:1.15rem}}.Calc-resultValue{font-size:20px;font-size:1.25rem;line-height:1}.Calc-resultValue strong{font-size:60px;font-size:3.75rem;font-family:Oswald,sans-serif;line-height:1.25}.Calc-sales{margin-top:3rem;font-size:18px;font-size:1.125rem;text-align:center}.Calc-sales p{text-transform:uppercase;color:#636363}.Calc .Calc-result>p:nth-of-type(2),.Calc .Calc-resultSales,.Calc .Calc-resultValue,.Calc .Calc-resultValue~sub,.Calc .Calc-sales,.Calc .Calc-step~.Calc-step{display:none}@media (min-width:992px){.Calc .Calc-step~.Calc-step{display:block}}.Calc.Calc--engaged .Calc-num{background-color:#549c74;color:#fff}.Calc.Calc--engaged .Calc-num~.Calc-num{background-color:#fff;color:#666;transform:scale(1)}.Calc.Calc--engaged .progress-bar{width:100%}.Calc.Calc--engaged .Calc-step{display:none}.Calc.Calc--engaged .Calc-step~.Calc-step{display:block}@media (min-width:992px){.Calc.Calc--engaged .Calc-step{display:block}.Calc.Calc--engaged .Calc-result{overflow:hidden}.Calc.Calc--engaged .Calc-result>p:first-of-type{display:none}.Calc.Calc--engaged .Calc-result>p:nth-of-type(2){display:block;margin-top:8rem;padding:1.75rem 0 2.75rem;background-color:#f05a28;color:#fff}.Calc.Calc--engaged .Calc-resultContainer:after{content:"";width:100%;height:100%;position:absolute;top:65px;left:-75px;background:url(../images/img-stars-01.png) no-repeat}}.Calc.Calc--final .Calc-num,.Calc.Calc--sales .Calc-num{background-color:#549c74;color:#fff}.Calc.Calc--final .Calc-num~.Calc-num,.Calc.Calc--sales .Calc-num~.Calc-num{transform:none;border-color:#549c74}.Calc.Calc--final .progress-bar,.Calc.Calc--sales .progress-bar{width:100%}.Calc.Calc--final .Calc-result,.Calc.Calc--sales .Calc-result{margin-top:1rem}.Calc.Calc--final .Calc-result>p,.Calc.Calc--final .Calc-step,.Calc.Calc--sales .Calc-result>p,.Calc.Calc--sales .Calc-step{display:none}@media (min-width:992px){.Calc.Calc--final .Calc-step,.Calc.Calc--sales .Calc-step{display:block}.Calc.Calc--final .Calc-result,.Calc.Calc--sales .Calc-result{margin-top:0;background-color:#f05a28}.Calc.Calc--final .Calc-resultContainer:after,.Calc.Calc--sales .Calc-resultContainer:after{content:"";width:100%;height:100%;position:absolute;top:0;left:-25px;background:url(../images/img-stars-02.png) no-repeat}}.Calc.Calc--final .Calc-resultSales{display:none}.Calc.Calc--final .Calc-resultValue,.Calc.Calc--final .Calc-resultValue~sub,.Calc.Calc--final .Calc-sales{display:block}@media (min-width:992px){.Calc.Calc--final .Calc-resultValue{color:#fff}}.Calc.Calc--sales .Calc-resultValue,.Calc.Calc--sales .Calc-resultValue~sub{display:none}.Calc.Calc--sales .Calc-resultSales,.Calc.Calc--sales .Calc-sales{display:block}@media (min-width:992px){.Calc.Calc--sales .Calc-resultSales{color:#fff}}.CarrierBundle-features{color:#666;text-align:center}.CarrierBundle-features h3{font-family:DIN\ 1451 Mittelschrift,sans-serif;margin-bottom:.75rem;font-size:22px;font-size:1.375rem}.CarrierBundle-features .col-12{margin-bottom:1rem}.CarrierBundle-image{margin-bottom:1.5rem;height:110px}.CarrierBundle-works{background-color:#549c74;padding-bottom:50px}.CarrierBundle-works .d-flex{margin-bottom:50px}.CarrierBundle .accent{color:#f05a28}.CarrierBundle-version{background-color:#fff;padding:0}.CarrierBundle-version h4{background-color:#edf7f3;color:#549c74;padding:15px;font-size:30px;font-size:1.875rem;font-weight:700;text-align:center;text-transform:none}.CarrierBundle-version ul{padding:2rem 2.5rem 1rem}.CarrierBundle-version ul li{margin-bottom:10px;margin-left:20px;color:#666}.CarrierBundle-setup{background-image:url("../images/wood.jpg");background-color:#472617;background-repeat:repeat;background-position:50%;padding:0 0 30px}.CarrierBundle-setup .row{margin-bottom:30px}.CarrierBundle-setup .col-lg-4{background-color:#fff}.CarrierBundle-setup .col-lg-8{background-color:#549c74}.CarrierBundle-howto{color:#fff;font-size:22px;font-size:1.375rem;margin:0;text-align:center}.CarrierBundle-target{padding:2rem!important;text-align:center}@media (min-width:992px){.CarrierBundle-target{text-align:left;white-space:nowrap}}.CarrierBundle-target img{display:inline-block;max-height:50px;margin-right:10px;vertical-align:middle}.CarrierBundle-target h4{color:#549c74;display:inline-block;font-weight:700;margin-top:5px;vertical-align:middle}.CarrierBundle-instruction{color:#fff;padding:2rem!important}.CarrierBundle-instruction p{font-size:18px;font-size:1.125rem;margin:0}.CarrierBundle-faq .tab-content{border-top:1px solid #ddd}.Affiliate{color:#666;font-size:20px;font-size:1.25rem}.Affiliate-highlights,.Affiliate-intro{padding:50px 0}.Affiliate-intro{text-align:center}@media (min-width:768px){.Affiliate-intro{text-align:left}}.Affiliate img{max-width:100%}.Affiliate h2{font-weight:700;text-transform:uppercase}.Affiliate-images{text-align:center}.Affiliate-qmark{display:none}@media (min-width:768px){.Affiliate-qmark{display:inline-block}}.Affiliate-fox{display:inline-block;transform:rotate(180deg)}@media (min-width:768px){.Affiliate-fox{display:none}}.Affiliate-questions{padding:50px 15px;text-align:center}@media (min-width:768px){.Affiliate-questions{text-align:left}}.Affiliate-highlights{background-color:#215f43;color:#fff;padding:50px 0;text-align:center}@media (min-width:768px){.Affiliate-highlights{text-align:left}}.Affiliate-highlights ul{list-style-position:outside;margin:1.25rem 0;margin-left:-20px}.Affiliate-highlights ul li{margin:1rem 0;text-align:left}@media (min-width:768px){.Affiliate-highlights ul li{margin:.25rem 0}}.App{letter-spacing:.5px;font-size:18px;font-size:1.125rem}.App h2{color:#fff;font-weight:700;text-transform:uppercase;font-size:36px;font-size:2.25rem}@media (min-width:768px){.App h2{font-size:40px;font-size:2.5rem}}@media (min-width:992px){.App h2{font-size:50px;font-size:3.125rem}}.App .PageTitle p{color:#666;line-height:1.4rem;margin-top:1rem;text-transform:none}.App-download{background:#549c74;padding:50px 0;text-align:center}.App-download p{color:#fff}.App-download img{margin:0 10px;width:120px}@media (min-width:576px){.App-download img{width:auto}}.App-credit,.App-included{background-image:url("../images/wood.jpg");background-color:#472617;background-repeat:repeat;background-position:50%;color:#fff;padding:50px 0;text-align:center;font-size:18px;font-size:1.125rem}.App-credit .flex-last{text-align:center}.App-credit img{max-width:100%}@media (min-width:992px){.App-credit{text-align:left}}.App-instructions{background:#fdfdf3;padding:20px 0 0;text-align:center;font-size:16px;font-size:1rem}.App-instructions .col-md-6{padding-bottom:50px}.App-instructions h3{color:#549c74;font-family:DIN\ 1451 Mittelschrift,sans-serif;margin:1rem 0 .5rem;font-size:20px;font-size:1.25rem}.App-instructions p{color:#666;letter-spacing:0;line-height:1.25rem}.portCheck-title .PageTitle{padding:50px 0 15px}.portCheck-banner{background:#4a9370;color:#fff;padding:30px 15px 20px;text-align:center;font-size:1.8rem}.portCheck-banner .mobileCopy{display:none;font-size:1rem}@media (max-width:991.98px){.portCheck-banner .mobileCopy{display:block}.portCheck-banner .desktopCopy{display:none}}.portCheck-content,.portCheck-form .row .col{text-align:center}#portForm{display:block;margin:0 auto}#portForm .form-group{display:inline-block}#portForm input{max-width:500px;font-size:1.25rem;padding:1rem 1.5rem;margin-right:1rem}#portForm input::placeholder{color:#999!important}#portForm button{margin-top:8px;border-radius:3px;font-size:1.5rem;cursor:pointer;padding:.95rem 1.4rem}.portResults{margin:50px 0;font-size:2rem}.portResults .resultFor{color:#666}.portResults .resultDetails{color:#f15d2e}.portResults .resultTimestamp{color:#666}.portResults .resultSorry{margin-top:25px;font-size:1.25rem;color:#666}.NeedMoreData{padding-bottom:2rem;background-color:#e8eeef}.NeedMoreData h2{font-size:2rem;font-family:Oswald,sans-serif;font-weight:700;color:#549c74}@media (min-width:768px){.NeedMoreData h2{font-size:38px;font-size:2.375rem}}.NeedMoreData h2+p{text-transform:none;font-family:Proxima Nova Reg,sans-serif;font-size:.875rem;line-height:1.25}@media (min-width:768px){.NeedMoreData h2+p{font-size:20px;font-size:1.25rem;line-height:1.5}}.NeedMoreData .card{width:20rem;border:none;background-color:transparent;text-align:center;text-transform:uppercase;border-radius:0}.NeedMoreData .card:nth-child(2){border-left:1px solid #ccc}.blog-post.card .NeedMoreData .blog-post-title h4,.NeedMoreData .blog-post.card .blog-post-title h4,.NeedMoreData .card-title h4{margin-bottom:0;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:44px;font-size:2.75rem;font-weight:700}.blog-post.card .NeedMoreData .blog-post-title p,.NeedMoreData .blog-post.card .blog-post-title p,.NeedMoreData .card-title p{margin-bottom:0;font-size:28px;font-size:1.75rem;color:#666}.NeedMoreData .card-text small{display:block;margin-top:.5rem;font-size:14px;font-size:.875rem;color:gray;letter-spacing:1px}@media (min-width:768px){.NeedMoreData .card-text .btn,.NeedMoreData .card-text .product-purchase-form .form-element-group button,.NeedMoreData .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .NeedMoreData .card-text button,.product-purchase-form .form-elements .NeedMoreData .card-text button{padding:.5rem 2.5rem;font-size:23px;font-size:1.4375rem;letter-spacing:1px}}.NeedMoreData-plans{display:flex;justify-content:center}.AboutIntroOffer{position:relative;overflow:hidden;min-height:300px;padding-top:8rem;background-color:#549c74;color:#fff}.AboutIntroOffer h2{color:#fff}.AboutIntroOffer p{width:100%;margin:0 auto 1.5rem;font-family:Proxima Nova Reg,sans-serif;font-size:1rem;text-align:center;line-height:1.15}.AboutIntroOffer:before{content:"";display:block;width:100%;height:156px;position:absolute;top:-28px;background-image:url(../images/img-fox-half.png);background-repeat:no-repeat;background-position:50%;transform:scale(.65) rotate(180deg)}@media (min-width:768px){.AboutIntroOffer{padding-top:2rem}.AboutIntroOffer p{width:70%;margin-top:1.5rem;margin-bottom:0;font-size:20px;font-size:1.25rem;line-height:1.5}.AboutIntroOffer:before{width:268px;right:-55px;top:25%;transform:scale(1) rotate(270deg)}}.g-announce-module{background-repeat:no-repeat;background-size:cover}.g-announce-module .quote-container{height:150vw;align-items:top;text-align:center;padding-top:50px;color:#fff}@media (min-width:576px){.g-announce-module .quote-container{height:40vw;max-height:500px;align-items:center;padding-top:0}}.g-announce-module .quote-container h2{text-transform:uppercase}@media (min-width:576px){.g-announce-module .quote-container h2{font-size:30px;font-size:1.875rem}}@media (min-width:768px){.g-announce-module .quote-container h2{font-size:40px;font-size:2.5rem}}@media (min-width:1200px){.g-announce-module .quote-container h2{font-size:60px;font-size:3.75rem}}.g-announce-module .quote-container h2 .quote-close,.g-announce-module .quote-container h2 .quote-open{position:relative;width:15px}.g-announce-module .quote-container h2 .quote-open{left:-.5%;margin-left:-5%}.g-announce-module .quote-container h2 .quote-close{right:3%;margin-right:-5%}.g-announce-module .quote-container.no-quote h2:after,.g-announce-module .quote-container.no-quote h2:before{content:normal}.g-announce-module .quote-container.no-quote .quotee{padding-top:20px}.g-announce-module .quote-container.large-quote{text-shadow:0 0 2px rgba(0,0,0,.3)}.g-announce-module .quote-container.large-quote h2{font-family:DIN\ 1451 Mittelschrift,Oswald,sans-serif;text-align:left;text-transform:none;letter-spacing:1px;font-size:22px;font-size:1.375rem;line-height:28px;padding-left:30px}@media (min-width:576px){.g-announce-module .quote-container.large-quote h2{font-size:21px;font-size:1.3125rem;line-height:26px}}@media (min-width:768px){.g-announce-module .quote-container.large-quote h2{font-size:28px;font-size:1.75rem;line-height:36px}}@media (min-width:1200px){.g-announce-module .quote-container.large-quote h2{font-size:38px;font-size:2.375rem;line-height:48px}}.g-announce-module .quote-container h2:before{content:"\201C   ";position:relative;left:2%;margin-left:-5%}.g-announce-module .quote-container h2:after{content:"\201D";position:relative;right:3%;margin-right:-5%}@media (min-width:576px){.g-announce-module .quote-container .quotee{font-size:15px;font-size:.9375rem}}@media (min-width:768px){.g-announce-module .quote-container .quotee{font-size:20px;font-size:1.25rem}}@media (min-width:1200px){.g-announce-module .quote-container .quotee{font-size:30px;font-size:1.875rem}}.g-announce-module.no-bg{background-image:none}.g-announce-module.no-bg .quote-container{color:#000;max-height:none;height:auto}.g-announce-module.no-bg .holder{display:flex;align-items:center;justify-content:center}.g-announce-module.no-bg .holder .image-holder{margin-top:20px}@media (max-width:991.98px){.g-announce-module.no-bg .holder{flex-direction:row;flex-wrap:wrap}.g-announce-module.no-bg .holder .quote-holder{margin-top:20px;padding-bottom:40px}.g-announce-module.no-bg .holder .quote-holder .quotee,.g-announce-module.no-bg .holder .quote-holder h3{text-align:center}}.g-announce-module.no-bg .image-holder{min-height:390px;min-width:300px;background-repeat:no-repeat;background-position:50%}.g-announce-module.no-bg .quote-holder h3{text-align:left;font-family:proxima-nova,sans-serif;font-size:24px;line-height:32px}.g-announce-module.no-bg .quote-holder .quotee{text-align:left}.Reviews li,.Reviews ul{padding-left:0;list-style:none}.Reviews .card,.Reviews .card-header{border:none;border-radius:0}.Reviews .card-header{background-color:transparent;display:flex;align-items:center;justify-content:space-between}.blog-post.card .Reviews .blog-post-title,.Reviews .blog-post.card .blog-post-title,.Reviews .card-title{margin-bottom:0;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:20px;font-size:1.25rem;font-weight:700;text-transform:uppercase}.Reviews .card-body{padding:0 1.25rem;font-size:1rem;text-align:justify;font-family:Proxima Nova Reg,sans-serif}.Reviews-rating{color:#ff9e19}@media (min-width:768px){.Reviews-list{-webkit-column-count:2;-moz-column-count:2;column-count:2}.Reviews-list li:first-child{margin-bottom:10rem}.Reviews .card-body{font-size:19px;font-size:1.1875rem}}.page-template-template-reviews .Hero-imgSmall{margin-top:30px}.page-template-template-reviews .Carousel.Carousel--testimonials .card{height:25em}.page-template-template-reviews .Carousel.Carousel--testimonials .card-body{height:21em}.Hashtag{margin-bottom:100px;min-height:300px;background-color:#fff;margin:0 auto}.Hashtag a.instagram{display:block;position:absolute;width:45px;height:45px;right:15px;bottom:15px;text-indent:-9999px;background:transparent url(../images/icon-instagram.png) no-repeat;background-size:cover}.Hashtag #js-review-savings{list-style:none;margin-bottom:0;margin-left:-1em}.Hashtag #js-review-savings li{padding:0 0 40px 7px}.Hashtag #js-review-savings .story{overflow:auto;position:relative;display:block;background:#fff;border-radius:3px;box-shadow:-3px 3px 7px rgba(0,0,0,.2);min-height:300px;width:auto;padding-bottom:90px}.Hashtag #js-review-savings .story .content{position:relative;left:59%;top:30px;width:38%;color:#666}.Hashtag .featured-image{display:block;position:absolute;top:0;left:0;border-radius:3px;width:55%;height:100%;background-size:cover;background-position:bottom}.Hashtag #kristine-insta .featured-image{background-image:url(../images/review-insta-kristine-desktop.png)}.Hashtag #jay-insta .featured-image{background-image:url(../images/review-insta-jay-desktop.png)}@media (max-width:575.98px){.Hashtag #js-review-savings .featured-image{width:100%;height:60%}.Hashtag #js-review-savings .story{min-height:400px}.Hashtag #js-review-savings .story .content{position:relative;margin-top:80%;width:90%;left:5%}.Hashtag #kristine-insta .featured-image{background-image:url(../images/review-insta-kristine-mobile.png)}.Hashtag #jay-insta .featured-image{background-image:url(../images/review-insta-jay-mobile.png)}}.Sitemap{padding:40px 0 0;background-color:#fff}.Sitemap h1{text-transform:uppercase;text-align:center;margin-top:2rem}.Sitemap h3{text-decoration:underline;text-align:center;margin-top:1rem}.Sitemap #menu-item-179{margin-bottom:5rem}.Sitemap-nav{list-style-type:none;padding:0;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:1.25rem;text-align:center}.Sitemap-nav li{margin:0 0 .5rem}.Sitemap-nav a{color:#818285}.Logos{background-color:#eaf6f1;margin:0 auto}.Logos .container-fluid{margin:0 auto;text-align:center}.Logos img{margin:30px 20px;height:40px}@media (max-width:767.98px){.Logos img{margin:10px;height:34px}}.Big-boys{background-color:#fff;margin:0 auto;padding-bottom:40px}.Big-boys .main{padding-top:40px;padding-bottom:40px;font-family:Open Sans,sans-serif;font-weight:300;text-align:left;color:#666;font-size:12pt}.Big-boys .main .emphasize{color:#5c9e79;font-weight:700;font-size:14pt;text-transform:uppercase;margin-bottom:15px}.Big-boys .main img.reference{height:30px;margin-bottom:10px}.Big-boys .main div{margin-top:10px}.Big-boys .main a{color:#999;text-decoration:underline;text-transform:uppercase}@media (max-width:991.98px){.Big-boys .main img.reference{height:20px;margin-bottom:10px;margin-top:10px}}.Big-boys .story-aside{position:relative;border-radius:3px;box-shadow:-3px 3px 7px rgba(0,0,0,.2);background:#fff;padding:0;margin-top:30px}.Big-boys .story-aside img{position:aboslute;top:0;left:0;max-width:100%}.Big-boys .story-aside .content{padding:15px;line-height:18px}.Big-boys .story-aside .content a,.Big-boys h2{text-transform:uppercase}.Big-boys h2{text-align:left;color:#549c74;font-family:Oswald,sans-serif;font-weight:700;line-height:90%;margin:0 0 2rem;font-size:30px;font-size:1.875rem}@media (max-width:991.98px){.Big-boys h2{text-align:center;margin-bottom:1rem}}@media (min-width:768px){.Big-boys h2{font-size:33px;font-size:2.0625rem}}@media (min-width:992px){.Big-boys h2{font-size:40px;font-size:2.5rem}}.Big-boys .accent{color:#f05a28}.page-template-template-best-buy-landing{padding-top:67px;height:100%}.page-template-template-best-buy-landing #app{overflow-x:hidden}.page-template-template-best-buy-landing #youtubevideo{height:100%;width:100%}.page-template-template-best-buy-landing .mintApp{display:inline}@media (max-width:767.98px){.page-template-template-best-buy-landing .foxymascot{display:none}}.page-template-template-best-buy-landing .WhatIsIt{padding-top:20px;padding-bottom:20px;background-color:#eef7f3}.page-template-template-best-buy-landing .WhatIsIt .copyRow{font-size:18px;color:#666;text-align:center}@media (min-width:768px){.page-template-template-best-buy-landing .WhatIsIt .copyRow{margin:0 4em}}.page-template-template-best-buy-landing .WhatIsIt h3{color:#0b703f;text-transform:uppercase;font-size:26px;font-family:Oswald,sans-serif;font-weight:500;margin-bottom:-.5rem;padding-bottom:15px}.page-template-template-best-buy-landing .WhatIsIt .HowItWorks{background-color:#eef7f3;color:#434344;font-family:proxima-nova,sans-serif;font-weight:500;font-size:16px;line-height:23px}@media only screen and (min-width:576px){.page-template-template-best-buy-landing .WhatIsIt .HowItWorks{font-size:18px}}.page-template-template-best-buy-landing #full-plans-include{display:inline}.page-template-template-best-buy-landing .Hero{background:radial-gradient(#97dbb4,#036b39);background-size:cover;height:44.5em}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero{height:37.3em}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero{height:20em}}.page-template-template-best-buy-landing .Hero .Hero-container .no-padding{padding-right:0;padding-left:0}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid{padding-top:2em}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid{width:1250px;max-width:none}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .col-3-expand{-ms-flex:0 0 25%!important;flex:0 0 25%!important;max-width:29%!important}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .rocketship_stars{background-image:url("../images/rocket-star-mobile@2x.png");background-position:0 100%;background-size:contain;background-repeat:no-repeat;height:224px}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .rocketship_stars{background-image:url("../images/tablet-left.png");background-size:contain;background-repeat:no-repeat;background-position:0 100%;height:565px}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .rocketship_stars{background-image:url("../images/rocketship_starsx2.png");height:294px;background-position:0 0;background-size:contain;background-repeat:no-repeat}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble{position:relative;background:#fefdf4;border-radius:1em;box-shadow:4px 3px #447f5e;height:91px;max-width:307px;padding-top:1.2rem;margin:auto;text-align:center}@media only screen and (min-width:576px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble{max-width:none;width:307px;margin:auto;height:100px}}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble{max-width:none;width:340px;margin:auto;height:100px;padding-bottom:5.6rem}}@media only screen and (min-width:992px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble{max-width:none;width:340px;margin:auto;height:100px}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble{max-width:none;width:340px;height:100px}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content{font-family:Oswald}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .first-line{font-size:29px;font-weight:500;line-height:26px;letter-spacing:normal;text-transform:uppercase;color:#f15d2e}@media only screen and (min-width:576px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .first-line{font-size:34px;font-weight:500;line-height:34px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .first-line{font-size:36px;font-weight:500;line-height:38px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .first-line{font-size:36px;font-weight:500;line-height:38px;letter-spacing:normal;text-transform:uppercase}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .second-line{color:#549c74;font-size:22px;font-weight:500;line-height:16px;letter-spacing:normal;text-transform:uppercase}@media only screen and (min-width:576px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .second-line{font-size:24px;font-weight:500;line-height:17px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .second-line{font-size:27px;font-weight:500;line-height:none;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble .search-bubble-content .second-line{font-size:27px;font-weight:500;line-height:none;letter-spacing:normal;text-transform:uppercase}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:after,.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{content:"";position:absolute;left:42.7%;top:98%;right:auto;bottom:auto;border-top:19px solid #fefdf4;border-bottom:0 solid transparent;border-right:17px solid transparent;border-left:17px solid transparent}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{border-top:19px solid #447f5e;top:103%;left:45%;right:auto;bottom:auto}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:after,.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{content:"";position:absolute;left:45%;top:98%;right:auto;bottom:auto;border-top:19px solid #fefdf4;border-bottom:0 solid transparent;border-right:17px solid transparent;border-left:17px solid transparent}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{border-top:19px solid #447f5e;top:101%;left:46.2%;right:auto;bottom:auto}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:after,.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{border-top:15px solid transparent;border-bottom:19px solid transparent;border-right:20px solid transparent;border-left:30px solid #fefdf4;position:absolute;bottom:33.5%;top:auto;left:auto;right:-13%;content:""}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .speech-bubble:before{border-left:27px solid #447f5e;bottom:30%;right:-14.6%}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .download-text{margin-top:1.9rem;margin-bottom:1rem;font-family:din-2014,sans-serif;font-size:24px;font-weight:400;line-height:27px;letter-spacing:.77px;text-transform:uppercase;color:#fff}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .app-buttons .first-button{margin-right:9px;width:130px}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .app-buttons .second-button{width:145px}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile{background-image:url("../images/Tablet-fox-in-space@2x.png");background-size:contain;background-position:50%;background-repeat:no-repeat;height:206px;position:relative;margin-top:1.6rem}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile:after{content:url("../images/Mobile-saturn.png");position:absolute;top:0;left:-2rem}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile:before{content:url("../images/star-small@2x.png");position:absolute;top:0;right:-3rem}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile{background-image:url("../images/Tablet-fox-in-space@2x.png");background-size:contain;background-position:50%;background-repeat:no-repeat;height:206px;margin-top:1.6rem}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile:after,.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .inner-row .moon-mobile:before{content:none}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .star-fox{background-image:url(../images/Desktop-fox-in-space@2x.png);background-position:0 0;background-size:contain;background-repeat:no-repeat;height:291px;width:240px;margin-top:-20px;margin-left:-15px;position:relative}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .star-fox:after{content:"";background:url(../images/star-small@2x.png);background-repeat:no-repeat;background-size:18px 18px;position:absolute;top:4%;right:-12%;display:inline-block;width:3rem;height:3rem}}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .moon{background-image:url("../images/Moible-Moon-Flag@2x.png");background-size:contain;background-repeat:no-repeat;background-position:100% 100%;height:224px}@media only screen and (min-width:768px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .moon{background-image:url("../images/tablet-right.png");background-size:contain;background-repeat:no-repeat;background-position:100% 100%;height:565px}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .moon{background-image:url("../images/Desktop-Moon-Flag@2x.png");margin-left:3rem;background-position:100% 0;background-size:contain;background-repeat:no-repeat;height:325px;width:304px}}@media only screen and (min-width:1200px){.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .moon:before{content:url(../images/star-small@2x.png);position:absolute;bottom:31%;left:16%}.page-template-template-best-buy-landing .Hero .Hero-container .container-fluid .main-row .moon:after{content:url(../images/star-small@2x.png);position:absolute;top:16%;right:20%}}.page-template-template-best-buy-landing .Hero .app-download-box{position:absolute;left:16em;bottom:6em;height:10em;margin-top:1em;background-color:#edf7f3;border-top:20px solid;border-image:repeating-linear-gradient(135deg,#63a580,#63a580 10px,#52946f 0,#52946f 20px) 20}.page-template-template-best-buy-landing .Hero .app-download-box .download-box-copy{margin-top:.75em}.page-template-template-best-buy-landing .Hero .app-download-box .app-icons{margin-top:10px}.page-template-template-best-buy-landing .Hero .app-download-box .app-icons img{max-width:35%;width:130px;height:40px;margin-left:10px}.page-template-template-best-buy-landing .Hero .app-download-box p{color:#666;margin-bottom:0}.page-template-template-best-buy-landing .Hero #heroImgSmall{margin-top:.5rem!important;width:20em}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-best-buy-landing .Hero #heroImgSmall{width:17em}}.page-template-template-best-buy-landing .Hero-imgLarge{max-height:27em;width:500px!important;position:relative;left:8em;bottom:2em}.page-template-template-best-buy-landing .TrialBanner{background-color:#f05a28}.page-template-template-best-buy-landing .Banner{font-family:Proxima Nova Reg,sans-serif;font-style:normal;font-weight:100;padding-top:5px;padding-bottom:5px;color:#fff;font-size:1.3rem;text-align:center;white-space:no-drop;letter-spacing:2px}.page-template-template-best-buy-landing .Banner ul{width:100%;margin:0 auto;display:block;text-align:center;list-style-type:none;padding-left:0}@media (max-width:767.98px){.page-template-template-best-buy-landing .Banner ul{display:grid}}.page-template-template-best-buy-landing .Banner li:first-of-type{border-left:0}.page-template-template-best-buy-landing .Banner li{border-left:1px solid #fff;height:30px;display:inline-block;padding:0 .75em;text-align:center}.page-template-template-best-buy-landing .Banner .bold{font-family:Proxima Nova,sans-serif;display:inline-block;font-weight:700}.page-template-template-best-buy-landing .BannerColTwo{background:#fff;padding-top:30px;padding-bottom:40px}.page-template-template-best-buy-landing .BannerColTwo b{color:#000}.page-template-template-best-buy-landing .BannerColTwo .order-lg-2{order:2;padding-left:0}.page-template-template-best-buy-landing .BannerColTwo .order-lg-1{order:1}@media (max-width:991.98px){.page-template-template-best-buy-landing .BannerColTwo .order-lg-1{order:3}}.page-template-template-best-buy-landing .BannerColTwo h3{color:#549c74;text-transform:uppercase;font-size:32px;font-family:Oswald,sans-serif;font-weight:700;text-align:center;margin-bottom:-.5rem}.page-template-template-best-buy-landing .BannerColTwo h3 span{color:#f05a28}@media (max-width:767.98px){.page-template-template-best-buy-landing .BannerColTwo h3 span{display:block}}.page-template-template-best-buy-landing .BannerColTwo ol{margin-top:35px;margin-left:20px;counter-reset:item}.page-template-template-best-buy-landing .BannerColTwo ol li:before{content:counter(item);display:block;border-radius:50%;border:1px solid #666;padding:0 8px 12px;width:32px;height:32px;float:left;text-align:center;margin-left:-50px;margin-top:-5px;font-size:20px}.page-template-template-best-buy-landing .BannerColTwo ol li{counter-increment:item;list-style:none inside;margin:0 0 20px;color:#666;font-size:18px}.page-template-template-best-buy-landing .AppBanner{margin-top:-25px;margin-bottom:-25px}.page-template-template-best-buy-landing .AppBanner img{width:130px;height:50px}.page-template-template-best-buy-landing .SectionTitleBody{background:#edf7f3;padding-top:30px}.page-template-template-best-buy-landing .SectionTitleBody .copyPlans{margin-top:25px}.page-template-template-best-buy-landing .SectionTitleBody .copy2{margin-top:50px;padding-bottom:25px}.page-template-template-best-buy-landing .SectionTitleBody .Planscard{margin:-10px 0}.page-template-template-best-buy-landing .SectionTitleBody .copyRow{font-size:18px;color:#666;text-align:center}@media (max-width:767.98px){.page-template-template-best-buy-landing .SectionTitleBody .copyRow span{display:block}}@media (max-width:767.98px){.page-template-template-best-buy-landing .SectionTitleBody .copyRow{padding-left:1em;padding-right:1em}}@media (min-width:576px){.page-template-template-best-buy-landing .SectionTitleBody .copyRow{margin-left:5em;margin-right:5em}}.page-template-template-best-buy-landing .SectionTitleBody .copyRow h3{color:#549c74;text-transform:uppercase;font-size:36px;font-family:Oswald,sans-serif;font-weight:700}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .border{background-color:#fff;box-shadow:-9px 9px 12px rgba(0,0,0,.1);margin:1em}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .accent{position:absolute;top:-15px;left:-60px;width:160px;padding:2rem 0 .5rem;background-color:#ff9e19;transform:rotate(-45deg);font-style:normal;line-height:1;color:#fff;font-size:15px;font-size:.9375rem;letter-spacing:1px;text-transform:uppercase}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard{position:relative;background:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif;transform:scale(.95);overflow:hidden}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .introOffer{position:absolute;margin-top:5px;margin-left:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALcAAAC1CAMAAAAqeJ6mAAAAUVBMV…kbvZMo2ej9N0r24MZxDcnZHSO7c0fJ7twxzZKc+xNjb/8HT1+Vao1NyEEAAAAASUVORK5CYII=) no-repeat;width:90px;height:90px;text-indent:-9999px;background-size:contain}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body{flex:1 1 auto;padding:1.25rem}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title{margin-top:50px;min-width:280px;margin-bottom:.75rem}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow{margin-bottom:-20px;background-color:#fff}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow .Plans-price,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow .Plans-price,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow .Plans-price{margin-right:.1em;padding-right:.1em;position:relative;font-size:111px;font-size:6.9375rem;color:#215f43;letter-spacing:-.25rem;line-height:1;text-align:right;font-family:DIN\ 1451 Mittelschrift,sans-serif}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow .Plans-price sup,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow .Plans-price sup,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow .Plans-price sup{font-size:.25em;vertical-align:super}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow .Plans-price:after,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow .Plans-price:after,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow .Plans-price:after{content:"";display:block;position:absolute;width:2px;height:68%;top:15%;right:0;background-color:#d7d7d7}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow .Plans-priceFeature,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow .Plans-priceFeature,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow .Plans-priceFeature{margin:.15em 0 0;padding:0;font-size:68px;font-size:4.25rem;line-height:1;text-align:left;color:#71b28e}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .priceRow .Plans-priceFeature span,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .priceRow .Plans-priceFeature span,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .priceRow .Plans-priceFeature span{display:block;line-height:.25;margin-left:5px;text-align:left;font-size:29px;font-size:1.8125rem}.blog-post.card .page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post-title .cardSub,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .blog-post.card .blog-post-title .cardSub,.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .card-title .cardSub{text-transform:uppercase;text-align:center;color:#999;background-color:#fff;font-size:15px}.page-template-template-best-buy-landing .SectionTitleBody .copyRow .PlanCard .card-body .cardText{color:#71b28e;font-size:18px;font-size:1.125rem;padding-bottom:20px;text-transform:uppercase;text-align:center}.page-template-template-best-buy-landing .FAQ .FaqSpacing{padding-bottom:20px}.page-template-template-best-buy-landing .FAQ .FaqSpacing .FaqTitle{color:#549c74}@media (min-width:576px){.page-template-template-best-buy-landing .FAQ .FAQ-content{margin:0 4em}}.page-template-template-best-buy-landing .Share{text-align:center}.page-template-template-best-buy-landing .Share-icons{margin-bottom:4em}.page-template-template-best-buy-landing .Share svg{fill:#c4c4c4;width:35px;height:25px}.page-template-template-black-friday{background-color:#000;padding-top:0;height:100%}.page-template-template-black-friday .hero-image-copy{font-size:1.375rem}.page-template-template-black-friday .hero-image-copy-line-1{margin-bottom:0}.page-template-template-black-friday .hero-image-copy-small{font-size:100%}.page-template-template-black-friday .email-input{width:30em!important;border:0;outline:0;background:transparent;border-bottom:1px solid grey}.page-template-template-black-friday .klaviyo-form-Jq9RkM{margin-top:-1em;margin-bottom:.5em;display:block;width:29em}@media (max-width:767.98px){.page-template-template-black-friday .klaviyo-form-Jq9RkM{margin:auto;margin-top:-30px;width:29em;max-width:100%}}@media (min-width:992px){.page-template-template-black-friday .form2{display:none}}@media (max-width:1199.98px){.page-template-template-black-friday .form2{display:block;margin:auto}}.page-template-template-black-friday .fox{right:30%}.page-template-template-black-friday #full-hero-large{align-self:flex-end!important;width:auto;height:45em;max-width:none!important}.page-template-template-black-friday #mobilefox{height:auto;width:100%;bottom:1em;left:.5em}@media (min-width:576px){.page-template-template-black-friday #mobilefox{display:none!important}}.page-template-template-black-friday #tabletfox{bottom:4em;left:1em;max-width:55%}@media (max-width:575.98px){.page-template-template-black-friday #tabletfox{display:none!important}}.page-template-template-black-friday #hero-countdown-background{background-color:#ea6a44;width:28em;height:6em;margin-top:.3em;max-height:6.5em}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-black-friday #hero-countdown-background{width:30em}}@media (max-width:767.98px){.page-template-template-black-friday #hero-countdown-background{max-width:100%}}.page-template-template-black-friday #hero-offer-copy{max-width:85%}.page-template-template-black-friday .container-fluid{top:3em}.page-template-template-black-friday .countdown{transform:scaleY(1.2);margin:auto;margin-left:15px;margin-top:0;margin-bottom:15px;padding:0;display:inline-grid}@media (max-width:767.98px){.page-template-template-black-friday .countdown{right:10px}}.page-template-template-black-friday .holder{width:auto;display:inline-block}@media (max-width:1199.98px){.page-template-template-black-friday #dtop-hero-container{display:none!important}}.page-template-template-black-friday #dtop-hero-container .hero-image-copy{font-size:100%}@media (min-width:992px){.page-template-template-black-friday .first{margin-left:39px}}@media (min-width:992px){.page-template-template-black-friday .last{margin-right:39px}}.page-template-template-black-friday .ctdnumber{font-size:3.5em}.page-template-template-black-friday .ctddate{margin-top:-1.5em}.page-template-template-black-friday #hero-copy-col{margin:auto}.page-template-template-black-friday #hero-img-col{right:6em;z-index:3}@media (min-width:992px){.page-template-template-black-friday .Hero.Hero--pinLeft .Hero-imgAccent{margin-left:-50px}}.page-template-template-black-friday .Hero{background-color:#000;height:70%;min-height:535px}@media (max-width:1199.98px){.page-template-template-black-friday .Hero img{position:relative}}@media (max-width:1199.98px){.page-template-template-black-friday .Hero-imgSmall{display:inline!important}}.page-template-template-black-friday .Hero-imgLarge{display:none}.page-template-template-black-friday .Hero-container>a,.page-template-template-black-friday .Hero>a{display:block}@media (min-width:992px){.page-template-template-black-friday .Hero{padding:0}.page-template-template-black-friday .Hero-imgSmall{display:none}.page-template-template-black-friday .Hero-imgLarge{display:inline}}.page-template-template-black-friday .Hero-container{height:100%}.page-template-template-black-friday .Hero #heroImgSmall{margin-top:2rem!important}@media (max-width:767.98px){.page-template-template-black-friday .Hero #heroImgSmall{max-width:75%;margin-bottom:0!important}}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-black-friday .Hero #heroImgSmall{max-width:35%}}@media (min-width:576px) and (max-width:991.98px){.page-template-template-black-friday .Hero #heroImgSmall{min-width:22em;max-width:42%}}.page-template-template-black-friday .Hero .mt-5{margin-top:-10em!important}@media (min-width:992px){.page-template-template-black-friday .Hero .mt-5{margin-left:4.5rem!important}}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-black-friday .Hero .mt-5{margin-left:.5rem!important}}.page-template-template-black-friday .BlackFriday-header{text-align:center;background-color:#fff}.page-template-template-black-friday .BlackFriday-footer{height:45em;background-color:#000}.page-template-template-black-friday .Share{margin-top:0;margin-bottom:1rem}.page-template-template-black-friday .Share>a{display:inline-block;margin-right:1em}.page-template-template-black-friday .Share svg{fill:#fff;width:50px;height:50px}.page-template-template-black-friday #bffooter{background-color:#000;padding:2rem 0;margin:0;position:relative;bottom:5em}@media (min-width:576px) and (max-width:1199.98px){.page-template-template-black-friday #bffooter{padding:2rem 4rem}}.page-template-template-black-friday .footer-communication{text-align:center}@media (max-width:767.98px){.page-template-template-black-friday .footer-communication{max-width:80%;margin:auto;text-align:center}}.page-template-template-black-friday .footer .FooterText{text-align:center!important;font-size:larger;color:#fff}.page-template-template-black-friday .footer .Share{text-align:center}@media (max-width:767.98px){.page-template-template-black-friday .footer .Share svg{width:28.57143px;height:28.57143px}}.spacer{margin-top:5em;margin-bottom:2em}@media (max-width:767px){.spacer{margin-top:7em}}.ribbon{width:150px;height:150px;overflow:hidden;position:absolute}.ribbon:after,.ribbon:before{position:absolute;z-index:-1;content:"";display:block;border:5px solid #f15c24}.ribbon span{position:absolute;display:block;width:225px;padding:15px 0;background-color:#f15c24;background-image:linear-gradient(40deg,#ff7800,#f05a28);box-shadow:0 5px 10px rgba(0,0,0,.1);color:#fff;font:700 18px/1 Proxima Nova Reg,sans-serif;text-shadow:0 1px 1px rgba(0,0,0,.2);text-transform:uppercase;text-align:center}.ribbon-top-left{top:-10px;left:-10px}.ribbon-top-left:after,.ribbon-top-left:before{border-top-color:transparent;border-left-color:transparent}.ribbon-top-left:before{top:0;right:0}.ribbon-top-left:after{bottom:0;left:0}.ribbon-top-left span{right:-25px;top:30px;transform:rotate(-45deg)}.Floating-Footer{background:#fff;position:relative;z-index:1}.Floating-Footer-ribbon{position:absolute;top:-18px;left:-18px}.Floating-Footer-ribbon-text{transform:rotate(-45deg);text-transform:uppercase;position:absolute;top:35px;font-weight:700;font-size:.875rem;left:5px}.Floating-Footer-accent{position:absolute;top:0;left:0;max-width:20%}.Floating-Footer-header{text-align:center;color:#437154}.Floating-Footer-header-image{max-width:75%;padding-left:1em;padding-right:1em}.Floating-Footer-content{min-height:100px;border:.25rem solid #569c75;background-color:#fff;display:flex;display:-webkit-flex;-webkit-flex-flow:column;flex-flow:column;align-items:center;-webkit-align-items:center;padding:1em;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Floating-Footer-list{column-count:1}@media (min-width:576px){.Floating-Footer-list{column-count:2}}.page-template-template-cyber-monday{background-color:#11172c;padding-top:0;height:100%}.page-template-template-cyber-monday .hero-image-copy{font-size:1.375rem}.page-template-template-cyber-monday .hero-image-copy-line-1{margin-bottom:0}.page-template-template-cyber-monday .hero-image-copy-small{letter-spacing:2px;font-size:100%;margin-top:15px}@media (max-width:767.98px){.page-template-template-cyber-monday .hero-image-copy-small{margin-top:35px}}@media only screen and (max-width:330px){.page-template-template-cyber-monday .hero-image-copy-small{margin-top:35px;letter-spacing:1px}}.page-template-template-cyber-monday .hero-image-copy-small .hero-image-copy-line-3{font-size:80%;margin-top:-10px}.page-template-template-cyber-monday .email-input{width:30em!important;border:0;outline:0;background:transparent;border-bottom:1px solid grey}.page-template-template-cyber-monday .klaviyo-form{margin-bottom:.5em;display:block;width:29em}@media (max-width:767.98px){.page-template-template-cyber-monday .klaviyo-form{margin:auto;margin-top:-30px;width:29em;max-width:100%}}@media (min-width:992px){.page-template-template-cyber-monday .form2{display:none}}@media (max-width:1199.98px){.page-template-template-cyber-monday .form2{display:block;margin:auto}}.page-template-template-cyber-monday .fox{right:20em;bottom:-8.5em}.page-template-template-cyber-monday #full-hero-large{align-self:flex-end!important;width:auto;height:25em;max-width:none!important}.page-template-template-cyber-monday #mobilefox{height:auto;width:70%;bottom:.5em;left:1.5em}@media (min-width:576px){.page-template-template-cyber-monday #mobilefox{left:3.5em}}@media (min-width:992px){.page-template-template-cyber-monday #mobilefox{display:none}}.page-template-template-cyber-monday #hero-countdown-background{background-color:#ea6a44;width:28em;height:5em;margin-top:.3em;max-height:6.5em}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-cyber-monday #hero-countdown-background{width:28em}}@media (max-width:575.98px){.page-template-template-cyber-monday #hero-countdown-background{max-width:100%;height:7em}}.page-template-template-cyber-monday #hero-offer-copy{max-width:85%}.page-template-template-cyber-monday .container-fluid{top:3em}.page-template-template-cyber-monday .countdown{transform:scaleY(1.2);margin:auto;margin-left:15px;margin-top:0;margin-bottom:15px;padding:0;display:inline-grid}@media (max-width:575.98px){.page-template-template-cyber-monday .countdown{margin-left:0;transform:scale(1.3);margin-right:25px}}.page-template-template-cyber-monday .holder{width:auto;display:inline-block}@media (max-width:1199.98px){.page-template-template-cyber-monday #dtop-hero-container{display:none!important}}.page-template-template-cyber-monday #dtop-hero-container .hero-image-copy{font-size:100%;letter-spacing:2px;width:max-content}.page-template-template-cyber-monday #dtop-hero-container .hero-image-copy-line-2{font-size:12px;margin-top:-10px}.page-template-template-cyber-monday #dtop-hero-container-m{padding-left:0;padding-right:0}@media (min-width:992px){.page-template-template-cyber-monday .first{margin-left:39px}}@media (min-width:992px){.page-template-template-cyber-monday .last{margin-right:39px}}@media (max-width:575.98px){.page-template-template-cyber-monday .last{margin-right:0}}.page-template-template-cyber-monday .ctdnumber{font-size:44px}@media (max-width:575.98px){.page-template-template-cyber-monday .ctdnumber{margin-top:10px}}.page-template-template-cyber-monday .ctddate{margin-top:-1.5em;font-size:12px}.page-template-template-cyber-monday #hero-copy-col{margin:auto;top:3em}.page-template-template-cyber-monday #hero-img-col{right:6em;z-index:3}@media (min-width:992px){.page-template-template-cyber-monday .Hero.Hero--pinLeft .Hero-imgAccent{margin-left:-50px}}.page-template-template-cyber-monday .Hero{background-color:#11172c;height:70%;min-height:535px}@media (max-width:1199.98px){.page-template-template-cyber-monday .Hero img{position:relative}}@media (max-width:1199.98px){.page-template-template-cyber-monday .Hero-imgSmall{display:inline!important}}.page-template-template-cyber-monday .Hero-imgLarge{display:none}.page-template-template-cyber-monday .Hero-container>a,.page-template-template-cyber-monday .Hero>a{display:block}@media (min-width:992px){.page-template-template-cyber-monday .Hero{padding:0}.page-template-template-cyber-monday .Hero-imgSmall{display:none}.page-template-template-cyber-monday .Hero-imgLarge{display:inline}}.page-template-template-cyber-monday .Hero-container{height:100%}.page-template-template-cyber-monday .Hero #heroImgSmall{margin-left:0;top:2em;margin-top:2rem!important}@media (max-width:767.98px){.page-template-template-cyber-monday .Hero #heroImgSmall{max-width:75%;margin-bottom:0!important}}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-cyber-monday .Hero #heroImgSmall{max-width:35%}}@media (min-width:576px) and (max-width:991.98px){.page-template-template-cyber-monday .Hero #heroImgSmall{min-width:22em;max-width:42%}}.page-template-template-cyber-monday .Hero .mt-5{margin-top:-10em!important}@media (min-width:992px){.page-template-template-cyber-monday .Hero .mt-5{margin-left:4.5rem!important}}@media (min-width:768px) and (max-width:1199.98px){.page-template-template-cyber-monday .Hero .mt-5{margin-left:.5rem!important}}.page-template-template-cyber-monday .BlackFriday-header{text-align:center;background-color:#fff}.page-template-template-cyber-monday .BlackFriday-footer{height:45em;background-color:#11172c}.page-template-template-cyber-monday .Share{margin-top:0;margin-bottom:1rem}.page-template-template-cyber-monday .Share>a{display:inline-block;margin-right:1em}.page-template-template-cyber-monday .Share svg{fill:#fff;width:50px;height:50px}.page-template-template-cyber-monday #bffooter{background-color:#11172c;padding-top:1rem;padding-bottom:6rem;margin:0;position:relative;bottom:5em}@media (min-width:576px) and (max-width:1199.98px){.page-template-template-cyber-monday #bffooter{padding:2rem 4rem}}.page-template-template-cyber-monday .footer-communication{text-align:center}@media (max-width:767.98px){.page-template-template-cyber-monday .footer-communication{max-width:80%;margin:auto;text-align:center}}.page-template-template-cyber-monday .footer .FooterText{text-align:center!important;font-size:medium;color:#fff}.page-template-template-cyber-monday .footer .Share{text-align:center;margin-bottom:0}.page-template-template-cyber-monday .footer .Share svg{width:30px;height:30px}@media (max-width:767.98px){.page-template-template-cyber-monday .footer .Share svg{width:28.57143px;height:28.57143px}}.page-template-template-refer-a-friend{padding-top:108px;height:100%}@media only screen and (min-width:992px){.page-template-template-refer-a-friend{padding-top:124px}}.page-template-template-refer-a-friend #full-plans-include{display:inline}.page-template-template-refer-a-friend .gradient-banner{height:3em;background:repeating-linear-gradient(135deg,#67ad84,#67ad84 10px,#5d9e79 0,#5d9e79 20px)}.page-template-template-refer-a-friend .Hero{position:relative;background-size:cover;height:27.5em}@media only screen and (max-width:992px){.page-template-template-refer-a-friend .Hero{height:29em}}.page-template-template-refer-a-friend .Hero .desktop{display:none}@media only screen and (max-width:992px){.page-template-template-refer-a-friend .Hero-container{margin-top:1em}}@media (min-width:768px){.page-template-template-refer-a-friend .Hero .desktop{display:block}.page-template-template-refer-a-friend .Hero .mobile{display:none}}.page-template-template-refer-a-friend .Hero .copy-col{top:3em;left:1em}@media only screen and (min-width:1000px){.page-template-template-refer-a-friend .Hero .copy-col{left:5em}}.page-template-template-refer-a-friend .Hero .img-col{top:1em;right:7em}@media only screen and (min-width:1000px){.page-template-template-refer-a-friend .Hero .img-col{left:3em}}.page-template-template-refer-a-friend .Hero .hero-copy{width:85%;padding-top:0;left:0;position:relative;bottom:2em;text-align:justify;margin-right:6em}.page-template-template-refer-a-friend .Hero .hero-copy-lto{padding-bottom:1em;font-style:italic;word-spacing:1px}.page-template-template-refer-a-friend .Hero .hero-copy-lto h6{font-family:Open Sans,sans-serif;font-weight:600}.page-template-template-refer-a-friend .Hero .hero-copy-text{padding-bottom:1em;letter-spacing:-.5px}.page-template-template-refer-a-friend .Hero .hero-copy-text span{font-family:Open Sans,sans-serif}.page-template-template-refer-a-friend .Hero .hero-copy-header h1{font-size:2.5rem}@media only screen and (min-width:1000px){.page-template-template-refer-a-friend .Hero .hero-copy-header h1{font-size:3.5rem}}.page-template-template-refer-a-friend .Hero #full-hero-large{width:auto;max-height:24em;position:relative;left:0;top:1em}@media (max-width:767.98px){.page-template-template-refer-a-friend .Hero #full-hero-large{display:none}}.page-template-template-refer-a-friend .Hero #full-hero-small{max-width:19em;margin-bottom:1em}.page-template-template-refer-a-friend .HowItWorks{background-color:#fff;margin-bottom:3em;padding:0 2em}.page-template-template-refer-a-friend .HowItWorks .PageTitle{padding-bottom:0}.page-template-template-refer-a-friend .HowItWorks .row{margin-bottom:1em}.page-template-template-refer-a-friend .HowItWorks h2{font-size:2rem}.page-template-template-refer-a-friend .HowItWorks h3{color:#000;font-size:1.25rem}.page-template-template-refer-a-friend .HowItWorks p{line-height:normal}.page-template-template-refer-a-friend .HowItWorks .dtop-HIW{display:none}.page-template-template-refer-a-friend .HowItWorks h3{text-align:center}@media (min-width:768px){.page-template-template-refer-a-friend .HowItWorks .dtop-HIW{display:block}.page-template-template-refer-a-friend .HowItWorks .m-HIW{display:none}}.page-template-template-refer-a-friend .HowItWorks .HIW-header{font-family:Oswald;font-weight:600;font-size:48px;line-height:62.4px}.page-template-template-refer-a-friend .HowItWorks .HIW-text-left,.page-template-template-refer-a-friend .HowItWorks .HIW-text-left h3{text-align:left}.page-template-template-refer-a-friend .HowItWorks .HIW-mobile{text-align:justify;text-align-last:center;padding-bottom:10px}.page-template-template-refer-a-friend .HowItWorks .HIW-mobile h3{text-align:center}.page-template-template-refer-a-friend .HowItWorks .HIW-mobile-l{text-align:justify;text-align-last:center}.page-template-template-refer-a-friend .HowItWorks .HIW-mobile-l p{margin-bottom:0}.page-template-template-refer-a-friend .HowItWorks .HIW-image,.page-template-template-refer-a-friend .HowItWorks .HIW-image-right{width:auto;min-width:200px}.page-template-template-refer-a-friend .HowItWorks .HIW-text,.page-template-template-refer-a-friend .HowItWorks .HIW-text h3{text-align:right}.page-template-template-refer-a-friend .HowItWorks .HIW-text p{margin-bottom:0}.page-template-template-refer-a-friend .HowItWorks .HIW-text-m h3{text-align:right}.page-template-template-refer-a-friend .HowItWorks .HIW-01,.page-template-template-refer-a-friend .HowItWorks .HIW-02{width:185px;position:relative}.page-template-template-refer-a-friend .HowItWorks .HIW-link{margin:0;text-align:right;color:#666}.page-template-template-refer-a-friend .HowItWorks .HIW-link-m{margin:0;margin-bottom:48px;text-align:center;color:#666}.page-template-template-refer-a-friend .FAQ{padding-bottom:5em;margin-bottom:0;background-color:#f1f1f1}.page-template-template-refer-a-friend .FAQ .FaqSpacing{padding-bottom:20px}.page-template-template-refer-a-friend .FAQ .FaqSpacing .FaqTitle{color:#f05a28;font-size:2rem}@media (min-width:576px){.page-template-template-refer-a-friend .FAQ .FAQ-content{margin:0 4em}}.container-fluid.no-padding{max-width:1240px;padding-left:0;padding-right:0}@media screen and (max-width:575.98px){.sticky-cta.single-product .product-purchase-form button{position:fixed;z-index:99;left:0;bottom:0}}.plans-card .plans-price{margin-right:.1em;padding-right:.1em;position:relative;font-size:111px;font-size:6.9375rem;color:#215f43;letter-spacing:-.25rem;font-family:din\1451 Mittelschrift,sans-serif;line-height:1;text-align:right}.plans-card .plans-price:after{content:"";display:block;position:absolute;width:2px;height:70%;top:15%;right:0;background-color:#ccc}.plans-card .plans-price sup{font-size:.25em;vertical-align:super}.plans-card .plans-data{margin:.15em 0 0;padding:0;font-size:68px;font-size:4.25rem;line-height:1;text-align:left;color:#71b28e}.plans-card .plans-data span{display:block;line-height:.25;font-size:29px;font-size:1.8125rem}.plans-card .plan-details sub{display:block;letter-spacing:2px;color:#999;font-size:15px;font-size:.9375rem;text-align:center;bottom:-.25em;font-weight:400;position:relative;margin-top:-.75rem}.plans-card .card-footer{padding:.75rem 1.25rem;background-color:transparent;border:none}.plans-card .card-footer,.plans-duration{text-align:center;text-transform:uppercase}.plans-duration{margin-bottom:0;padding:1rem;font-size:34px;font-size:2.125rem;font-family:din\1451 Mittelschrift,sans-serif;color:#fff;background-color:#71b28e;letter-spacing:.35rem;width:100%;font-weight:500;line-height:1}.plans-card .card-text small{display:block;margin-top:.5rem;letter-spacing:1px;color:#999;font-size:80%;font-weight:400}.plans-card .card-text .btn,.plans-card .card-text .product-purchase-form .form-element-group button,.plans-card .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .plans-card .card-text button,.product-purchase-form .form-elements .plans-card .card-text button{display:inline-block}.plans-card{text-align:center;text-transform:uppercase;border:5px solid #fff;padding:1em}.blog-post.card .plans-card .blog-post-title,.plans-card .blog-post.card .blog-post-title,.plans-card .card-title{margin-top:2rem;font-family:din\1451 Mittelschrift,sans-serif;margin-bottom:1.5rem!important}.plans-card .card-body{padding-top:3rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:2.5rem 0 0;position:relative;overflow:hidden;border:2px solid hsla(0,0%,100%,0)}.plans-card .btn,.plans-card .product-purchase-form .form-element-group button,.plans-card .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .plans-card button,.product-purchase-form .form-elements .plans-card button{padding:.75rem 1.25rem;letter-spacing:1px;font-size:1rem;margin:1em}.plan-card-border{border-right:2px solid #999}.plan-card-border:nth-child(4){border-right:none}.plans-card .show-intro{display:none}.showBadge .plans-card .show-intro{display:block}.plans-card .plans-intro{position:absolute;top:-15px;left:-60px;width:160px;padding:2rem 0 .5rem;background-color:#ff9e19;transform:rotate(-45deg);font-style:normal;line-height:1;color:#fff;font-size:15px;font-size:.9375rem;letter-spacing:1px}.plans-card .regPrice{display:none}.showBadge .plans-card .regPrice{display:block}.PlansV3-toggleBtn{display:block;margin-top:2rem;background-color:transparent;color:#fff;text-align:center;font-family:din\1451 Mittelschrift,sans-serif;font-size:1.5rem;letter-spacing:2px}.PlansV3-toggleBtn:focus{box-shadow:none!important;-webkit-box-shadow:none!important}.PlansV3-toggle.show~.PlansV3-toggleBtn>span:first-of-type{display:none}.PlansV3-toggle.show~.PlansV3-toggleBtn>span:nth-of-type(2){display:block}.PlansV3-toggleBtn .expand{display:block;margin:40px auto}.PlansV3-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.showBadge .plans-best-seller{border:5px solid #ff9e19}.showBadge .plans-best-seller .show-intro{display:none}.showBadge .plans-best-seller .PlansV2-accent{transform:none;width:100%;left:0;margin-top:15px;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.25rem}@media screen and (max-width:575px){.product-header .Checkout-help{display:none}}.page-template-template-superbowl-plansPage .Hero{background-image:url("/wp-content/themes/mintmobile/images/SB-ISOLATED-FIELD.png");background-size:cover;color:#fff;overflow:hidden;position:relative;text-align:center;height:38em}.page-template-template-superbowl-plansPage .Hero img{max-width:100%}.page-template-template-superbowl-plansPage .Hero-imgLarge{display:none}.page-template-template-superbowl-plansPage .Hero-container>a,.page-template-template-superbowl-plansPage .Hero>a{display:block}@media (min-width:992px){.page-template-template-superbowl-plansPage .Hero{padding:0}.page-template-template-superbowl-plansPage .Hero-imgSmall{display:none}.page-template-template-superbowl-plansPage .Hero-imgLarge{display:inline}}.page-template-template-superbowl-plansPage #hero-imgCopy{max-width:65%!important;margin-top:1em}@media (min-width:992px){.page-template-template-superbowl-plansPage .Hero.Hero--pinLeft .Hero-imgAccent{margin-left:-50px}}.page-template-template-superbowl-plansPage .Hero.Hero--video{padding:3rem}.page-template-template-superbowl-plansPage .Hero.Hero--video .Hero-container{display:flex;flex-direction:column;align-items:center}@media (min-width:992px){.page-template-template-superbowl-plansPage .Hero.Hero--video .Hero-container{flex-direction:row;justify-content:center}}.page-template-template-superbowl-plansPage .page-template-template-carrier-bundle .Hero{background-color:#549c74;background-position:bottom;background-repeat:repeat-x;background-size:cover;color:#fff;overflow:hidden;position:relative;text-align:center}@media (max-width:991.98px){.page-template-template-superbowl-plansPage .Hero.Hero--affiliate{background-image:none!important}}.page-template-template-superbowl-plansPage .Hero.Hero--app{background-position:bottom}.page-template-template-superbowl-plansPage .umob-13{background-color:#fff575;border-bottom:1px solid #e0d769;color:#555;padding:10px;font-weight:700;text-align:center;font-size:20px}.page-template-template-superbowl-plansPage #hero-coverage-form{display:none}.page-template-template-superbowl-plansPage #hero-coverage-form-m{align-items:center;justify-content:center}.page-template-template-superbowl-plansPage #dtop-hero-container{display:none}@media (min-width:992px){.page-template-template-superbowl-plansPage #hero-coverage-form{display:flex}.page-template-template-superbowl-plansPage #hero-coverage-form-m{display:none}.page-template-template-superbowl-plansPage #dtop-hero-container{display:block}.page-template-template-superbowl-plansPage .Floating-Footer-body{width:auto;font-size:1.5rem}}@media (max-width:1180px){.page-template-template-superbowl-plansPage #Hero-Image-Umob-13{width:500px!important}}.page-template-template-superbowl-plansPage #hero-offer-copy{margin-bottom:15px!important;width:700px}.page-template-template-superbowl-plansPage #full-hero-large{align-self:flex-end!important;width:680px;max-width:none!important;margin-left:-35%}.page-template-template-superbowl-plansPage #hero-coverage-form{position:relative;bottom:7.5em;margin-left:8px;margin-bottom:0!important}.page-template-template-superbowl-plansPage #hero-coverage-form-m{margin-left:8px;margin-bottom:3rem!important}.page-template-template-superbowl-plansPage #hero-text-input,.page-template-template-superbowl-plansPage #hero-text-input-s{width:150px}.page-template-template-superbowl-plansPage #hero-copy-col{margin-top:-2em;flex-direction:column}.page-template-template-superbowl-plansPage .largeContainer{position:relative}.page-template-template-superbowl-plansPage #fox-clock{position:absolute;left:50%;top:50px}@media (max-width:992px){.page-template-template-superbowl-plansPage #fox-clock{position:absolute;top:125px;left:35px;max-width:50%}}.page-template-template-superbowl-plansPage #fox-clock-large{position:absolute;transform:translateY(-75%)}.page-template-template-superbowl-plansPage #heroImgSmall{margin-top:3rem!important;margin-bottom:15px!important}.page-template-template-superbowl-plansPage .Hero-copy-text{padding:1em;padding-bottom:2em}@media (min-width:767px){.page-template-template-superbowl-plansPage .Hero-copy-text,.page-template-template-superbowl-plansPage .Hero-copy-text a{font-size:1.5625rem}}@media (min-width:600px) and (max-width:992px){.page-template-template-superbowl-plansPage #sb-plan-offer-mobile{max-width:85%!important;margin-top:1rem}.page-template-template-superbowl-plansPage #hero-legal-text-p-mobile{font-size:11px!important}.page-template-template-superbowl-plansPage .Hero{height:49rem!important}.page-template-template-superbowl-plansPage .Floating-Footer-header-text{font-size:2.5rem!important}.page-template-template-superbowl-plansPage .Floating-Footer-body{font-size:15px}.page-template-template-superbowl-plansPage .sb-hero-legal{top:46rem!important;left:5em}}@media (max-width:500px) and (min-width:652px){.page-template-template-superbowl-plansPage .Hero img{max-width:77%!important}.page-template-template-superbowl-plansPage .Hero{height:34rem!important}}@media (min-width:992px){.page-template-template-superbowl-plansPage .Floating-Footer-list,.page-template-template-superbowl-plansPage .sb-btn{font-size:19px!important}.page-template-template-superbowl-plansPage .btn,.page-template-template-superbowl-plansPage .product-purchase-form .form-element-group button,.page-template-template-superbowl-plansPage .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .page-template-template-superbowl-plansPage button,.product-purchase-form .form-elements .page-template-template-superbowl-plansPage button{padding:.7rem 1rem}}@media (max-width:992px){.page-template-template-superbowl-plansPage .Hero{background-image:url("/wp-content/themes/mintmobile/images/SuperBowl_Tablet_bg.png")!important;background-position:50%;height:34rem}.page-template-template-superbowl-plansPage #sb-fox-v2-mobile{display:none}.page-template-template-superbowl-plansPage .hero-legal-text-p-mobile{font-size:9px;position:fixed;margin:auto;position:static}.page-template-template-superbowl-plansPage .Hero img{max-width:77%!important;margin:auto;display:flex;align-items:center}.page-template-template-superbowl-plansPage .sb-hero-legal{margin-top:-4rem!important}}@media (min-width:992px){.page-template-template-superbowl-plansPage #hero-legal-text-p-mobile{display:none}}@media (max-width:600px){.page-template-template-superbowl-plansPage .Floating-Footer-body{width:auto;font-size:1rem}.page-template-template-superbowl-plansPage #sb-plan-offer-mobile{max-width:80%!important;margin-top:2rem}.page-template-template-superbowl-plansPage .sb-hero-legal{left:9%!important}.page-template-template-superbowl-plansPage #sb-fox-v2-mobile{max-width:89%!important}.page-template-template-superbowl-plansPage #hero-legal-text-p-mobile{margin-top:16rem}.page-template-template-superbowl-plansPage .Floating-Footer-header-text{font-size:1.8rem!important}.page-template-template-superbowl-plansPage .Floating-Footer-list{column-count:1!important}}.page-template-template-superbowl-plansPage .Floating-Footer .Floating-Footer-content{border:.45rem solid #233a4d}.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2{background:#e1e1e1}.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2 span{color:#000}.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2,.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2-static{padding-top:3rem;padding-bottom:0}.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2-toggleBtn .expand{display:block;margin:40px auto}@media (min-width:540px){.page-template-template-superbowl-plansPage .sb-hero-legal{margin-top:-7rem!important}}@media (max-width:350px){.page-template-template-superbowl-plansPage .Hero{height:27rem}.page-template-template-superbowl-plansPage #hero-legal-text-p-mobile{margin-top:-2.5rem!important;font-size:7px!important}.page-template-template-superbowl-plansPage .sb-hero-legal{margin-top:10rem!important}.page-template-template-superbowl-plansPage .Floating-Footer-list{font-size:12px}}.page-template-template-superbowl-plansPage .Floating-Footer-header-text{color:#233a4d;font-size:3.2rem}.page-template-template-superbowl-plansPage .sb-plans-all-collapsed .PlansV2-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.page-template-template-superbowl-plansPage .sb-btn{margin-top:-100px}.page-template-template-superbowl-plansPage #hero-legal-text-link{color:#e1e1e1}.page-template-template-superbowl-plansPage #hero-legal-text-p-mobile{font-size:8px;position:absolute}.page-template-template-superbowl-plansPage #sb-mobile-btn{display:none;display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;width:112px;margin:auto}.page-template-template-superbowl-plansPage #hero-img{margin-bottom:55px!important}.page-template-template-superbowl-plansPage .sb-hero-col{margin-top:4rem!important}.page-template-template-superbowl-plansPage .sb-hero-img .Hero-imgLarge .Hero-imgAccent .mt-5{margin-top:1rem!important}.page-template-template-superbowl-plansPage .sb-hero-legal{align-items:center;margin-top:11rem;position:absolute}.page-template-template-superbowl-plansPage #hero-legal-text-p{margin-top:1.5rem;line-height:15px;position:absolute;top:24rem}.page-template-template-superbowl-plansPage ul.Floating-Footer-list{text-transform:uppercase}.page-template-template-superbowl-plansPage #hero-legal-text-link{color:#fff}.page-template-template-superbowl-page-after .legal-text,.page-template-template-superbowl-page .legal-text{position:absolute;top:33em}.page-template-template-superbowl-page-after .legal-text .full-terms,.page-template-template-superbowl-page .legal-text .full-terms{text-decoration:underline;color:#fff}.page-template-template-superbowl-page-after .legal-text-m,.page-template-template-superbowl-page .legal-text-m{position:absolute;top:94%;margin-left:5px;font-size:.5rem;margin-right:5px}@media screen and (min-width:505px){.page-template-template-superbowl-page-after .legal-text-m,.page-template-template-superbowl-page .legal-text-m{top:95%}}@media screen and (min-width:617px){.page-template-template-superbowl-page-after .legal-text-m,.page-template-template-superbowl-page .legal-text-m{top:97%}}@media screen and (min-width:992px){.page-template-template-superbowl-page-after .legal-text-m,.page-template-template-superbowl-page .legal-text-m{display:none}}.page-template-template-superbowl-page-after .legal-text-m .full-terms,.page-template-template-superbowl-page .legal-text-m .full-terms{text-decoration:underline;color:#fff}.page-template-template-superbowl-page-after .Hero,.page-template-template-superbowl-page .Hero{background-image:url("/wp-content/themes/mintmobile/images/FIELD-ISOLATED.png");background-size:cover;color:#fff;overflow:hidden;position:relative;text-align:center;height:38em}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .Hero,.page-template-template-superbowl-page .Hero{background-image:url("/wp-content/themes/mintmobile/images/sb-tablet-bg.png");height:26em!important}}@media screen and (max-width:768px){.page-template-template-superbowl-page-after .Hero,.page-template-template-superbowl-page .Hero{background-image:url("/wp-content/themes/mintmobile/images/sb-tablet-bg.png");height:35em}}@media screen and (min-width:768px) and (max-width:991px){.page-template-template-superbowl-page-after .Hero,.page-template-template-superbowl-page .Hero{background-image:url("/wp-content/themes/mintmobile/images/sb-tablet-bg.png");height:45em}}.page-template-template-superbowl-page-after .Hero #new-div-fox-v1,.page-template-template-superbowl-page-after .Hero #new-div-fox-v2,.page-template-template-superbowl-page-after .Hero .v1,.page-template-template-superbowl-page-after .Hero .v22,.page-template-template-superbowl-page .Hero #new-div-fox-v1,.page-template-template-superbowl-page .Hero #new-div-fox-v2,.page-template-template-superbowl-page .Hero .v1,.page-template-template-superbowl-page .Hero .v22{display:none}.page-template-template-superbowl-page-after .Hero img,.page-template-template-superbowl-page .Hero img{max-width:100%}.page-template-template-superbowl-page-after .Hero-imgLarge,.page-template-template-superbowl-page .Hero-imgLarge{display:none}.page-template-template-superbowl-page-after .Hero-container>a,.page-template-template-superbowl-page-after .Hero>a,.page-template-template-superbowl-page .Hero-container>a,.page-template-template-superbowl-page .Hero>a{display:block}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero,.page-template-template-superbowl-page .Hero{padding:0}.page-template-template-superbowl-page-after .Hero-imgSmall,.page-template-template-superbowl-page .Hero-imgSmall{display:none}.page-template-template-superbowl-page-after .Hero-imgLarge,.page-template-template-superbowl-page .Hero-imgLarge{display:inline}}.page-template-template-superbowl-page #hero-fox-small,.page-template-template-superbowl-page-after #hero-fox-small{display:none}.page-template-template-superbowl-page #hero-imgCopy,.page-template-template-superbowl-page-after #hero-imgCopy{max-width:65%!important;margin-top:1em}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero.Hero--pinLeft .Hero-imgAccent,.page-template-template-superbowl-page .Hero.Hero--pinLeft .Hero-imgAccent{margin-left:-50px}}.page-template-template-superbowl-page-after .Hero.Hero--video,.page-template-template-superbowl-page .Hero.Hero--video{padding:3rem}.page-template-template-superbowl-page-after .Hero.Hero--video .Hero-container,.page-template-template-superbowl-page .Hero.Hero--video .Hero-container{display:flex;flex-direction:column;align-items:center}.page-template-template-superbowl-page-after .Hero.Hero--video .Hero-video,.page-template-template-superbowl-page .Hero.Hero--video .Hero-video{border:10px solid #fff;display:inline-block;min-width:392px;min-height:220px;margin-bottom:2rem}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero.Hero--video .Hero-container,.page-template-template-superbowl-page .Hero.Hero--video .Hero-container{flex-direction:row;justify-content:center}.page-template-template-superbowl-page-after .Hero.Hero--video .Hero-video,.page-template-template-superbowl-page .Hero.Hero--video .Hero-video{min-width:476px;min-height:267px;margin-bottom:0;margin-right:2rem}}@media (min-width:1200px){.page-template-template-superbowl-page-after .Hero.Hero--video .Hero-video,.page-template-template-superbowl-page .Hero.Hero--video .Hero-video{min-width:560px;min-height:315px}}.page-template-template-superbowl-page-after .page-why-mint .Hero:first-of-type,.page-template-template-superbowl-page .page-why-mint .Hero:first-of-type{background-color:#daeddc;background-position-y:-30%}.page-template-template-superbowl-page-after .page-why-mint .Hero:first-of-type .Hero-imgSmall,.page-template-template-superbowl-page .page-why-mint .Hero:first-of-type .Hero-imgSmall{margin-top:0;margin-bottom:1rem}@media (min-width:992px){.page-template-template-superbowl-page-after .page-why-mint .Hero.Hero--secondary,.page-template-template-superbowl-page .page-why-mint .Hero.Hero--secondary{background-position-y:125%}}.page-template-template-superbowl-page-after .page-coverage .Hero:first-of-type,.page-template-template-superbowl-page .page-coverage .Hero:first-of-type{background-color:#daeddc}.page-template-template-superbowl-page-after .page-coverage .Hero.Hero--secondary .Hero-imgLarge,.page-template-template-superbowl-page .page-coverage .Hero.Hero--secondary .Hero-imgLarge{margin:1rem 0}.page-template-template-superbowl-page-after .page-international-rates .Hero:first-of-type,.page-template-template-superbowl-page .page-international-rates .Hero:first-of-type{background-color:#daeddc}.page-template-template-superbowl-page-after .page-international-roaming .Hero:first-of-type,.page-template-template-superbowl-page-after .page-wifi-talk-text .Hero:first-of-type,.page-template-template-superbowl-page .page-international-roaming .Hero:first-of-type,.page-template-template-superbowl-page .page-wifi-talk-text .Hero:first-of-type{background-color:#daeddc;background-position-y:-30%;display:none}@media (min-width:992px){.page-template-template-superbowl-page-after .page-international-roaming .Hero:first-of-type,.page-template-template-superbowl-page-after .page-wifi-talk-text .Hero:first-of-type,.page-template-template-superbowl-page .page-international-roaming .Hero:first-of-type,.page-template-template-superbowl-page .page-wifi-talk-text .Hero:first-of-type{display:block}}.page-template-template-superbowl-page-after .page-faq .Hero:first-of-type,.page-template-template-superbowl-page .page-faq .Hero:first-of-type{background-color:#daeddc}.page-template-template-superbowl-page-after .page-phones .Hero .Hero-imgSmall,.page-template-template-superbowl-page-after .page-plans .Hero.Hero--secondary .Hero-imgSmall,.page-template-template-superbowl-page .page-phones .Hero .Hero-imgSmall,.page-template-template-superbowl-page .page-plans .Hero.Hero--secondary .Hero-imgSmall{margin-top:0}.page-template-template-superbowl-page-after .page-phones .Hero.Hero--secondary .Hero-imgSmall,.page-template-template-superbowl-page .page-phones .Hero.Hero--secondary .Hero-imgSmall{margin-right:0}.page-template-template-superbowl-page-after .page-template-template-carrier-bundle .Hero,.page-template-template-superbowl-page .page-template-template-carrier-bundle .Hero{background-color:#549c74;background-position:bottom;background-repeat:repeat-x;background-size:cover;color:#fff;overflow:hidden;position:relative;text-align:center}@media (max-width:991.98px){.page-template-template-superbowl-page-after .Hero.Hero--affiliate,.page-template-template-superbowl-page .Hero.Hero--affiliate{background-image:none!important}}.page-template-template-superbowl-page-after .Hero.Hero--app,.page-template-template-superbowl-page .Hero.Hero--app{background-position:bottom}.page-template-template-superbowl-page-after .umob-13,.page-template-template-superbowl-page .umob-13{background-color:#fff575;border-bottom:1px solid #e0d769;color:#555;padding:10px;font-weight:700;text-align:center;font-size:20px}.page-template-template-superbowl-page #hero-coverage-form,.page-template-template-superbowl-page-after #hero-coverage-form{display:none}.page-template-template-superbowl-page #hero-coverage-form-m,.page-template-template-superbowl-page-after #hero-coverage-form-m{align-items:center;justify-content:center}.page-template-template-superbowl-page #dtop-hero-container,.page-template-template-superbowl-page-after #dtop-hero-container{display:none}@media (min-width:992px){.page-template-template-superbowl-page #hero-coverage-form,.page-template-template-superbowl-page-after #hero-coverage-form{display:flex}.page-template-template-superbowl-page #hero-coverage-form-m,.page-template-template-superbowl-page-after #hero-coverage-form-m{display:none}.page-template-template-superbowl-page #dtop-hero-container,.page-template-template-superbowl-page-after #dtop-hero-container{display:block}}@media (max-width:1180px){.page-template-template-superbowl-page #Hero-Image-Umob-13,.page-template-template-superbowl-page-after #Hero-Image-Umob-13{width:500px!important}}.page-template-template-superbowl-page #hero-offer-copy,.page-template-template-superbowl-page-after #hero-offer-copy{margin-bottom:15px!important;width:700px}.page-template-template-superbowl-page #full-hero-large,.page-template-template-superbowl-page-after #full-hero-large{align-self:flex-end!important;width:680px;max-width:none!important;margin-left:-35%}.page-template-template-superbowl-page #hero-coverage-form,.page-template-template-superbowl-page-after #hero-coverage-form{position:relative;bottom:7em;margin-left:8px;margin-bottom:0!important}.page-template-template-superbowl-page #hero-coverage-form-m,.page-template-template-superbowl-page-after #hero-coverage-form-m{margin-left:8px;margin-bottom:3rem!important}.page-template-template-superbowl-page #hero-text-input,.page-template-template-superbowl-page #hero-text-input-s,.page-template-template-superbowl-page-after #hero-text-input,.page-template-template-superbowl-page-after #hero-text-input-s{width:150px}.page-template-template-superbowl-page #hero-copy-col,.page-template-template-superbowl-page-after #hero-copy-col{margin-top:-2em;flex-direction:column}.page-template-template-superbowl-page-after .largeContainer,.page-template-template-superbowl-page .largeContainer{position:relative}.page-template-template-superbowl-page #fox-clock,.page-template-template-superbowl-page-after #fox-clock{position:absolute;left:50%;top:50px}@media (max-width:992px){.page-template-template-superbowl-page #fox-clock,.page-template-template-superbowl-page-after #fox-clock{position:absolute;top:125px;left:35px;max-width:50%}}.page-template-template-superbowl-page #fox-clock-large,.page-template-template-superbowl-page-after #fox-clock-large{position:absolute;transform:translateY(-75%)}.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-1rem!important;margin-bottom:-50px!important}@media screen and (min-width:400px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:0!important;margin-bottom:-50px!important}}@media screen and (min-width:505px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-2rem!important;margin-bottom:-93px!important}}@media screen and (min-width:607px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-4rem!important;margin-bottom:-93px!important}}@media screen and (min-width:637px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-6rem!important;margin-bottom:-100px!important}}@media screen and (min-width:677px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-4rem!important;margin-bottom:-100px!important;width:82%}}@media screen and (min-width:731px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-4rem!important;margin-bottom:-100px!important;width:80%}}@media screen and (width:768px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-4rem!important;margin-bottom:-100px!important;width:90%}}@media screen and (min-width:926px){.page-template-template-superbowl-page #heroImgSmall,.page-template-template-superbowl-page-after #heroImgSmall{margin-top:-6rem!important;margin-bottom:-155px!important;width:90%}}.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:-2rem!important;margin-bottom:-50px!important}@media screen and (min-width:400px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:0!important;margin-bottom:-50px!important}}@media screen and (min-width:505px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:1rem!important;margin-bottom:-68px!important}}@media screen and (min-width:607px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:-4rem!important;margin-bottom:-93px!important}}@media screen and (min-width:637px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:-2rem!important;margin-bottom:-100px!important}}@media screen and (min-width:677px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:-1rem!important;margin-bottom:-100px!important;width:85%}}@media screen and (min-width:731px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:0!important;margin-bottom:-80px!important;width:75%}}@media screen and (min-width:873px){.page-template-template-superbowl-page #heroImgSmall-v22,.page-template-template-superbowl-page-after #heroImgSmall-v22{margin-top:-2rem!important;margin-bottom:-80px!important;width:75%}}.page-template-template-superbowl-page-after .Hero-copy-text,.page-template-template-superbowl-page .Hero-copy-text{padding:1em;padding-bottom:2em}@media (min-width:767px){.page-template-template-superbowl-page-after .Hero-copy-text,.page-template-template-superbowl-page-after .Hero-copy-text a,.page-template-template-superbowl-page .Hero-copy-text,.page-template-template-superbowl-page .Hero-copy-text a{font-size:1.5625rem}}@media (max-width:600px){.page-template-template-superbowl-page-after .Hero-copy-text,.page-template-template-superbowl-page .Hero-copy-text{font-size:.6875rem}}.page-template-template-superbowl-page-after .check-ad-m,.page-template-template-superbowl-page .check-ad-m{background-color:#f05a28;text-align:center;height:5em;margin-left:0;margin-right:0}@media screen and (min-width:991px){.page-template-template-superbowl-page-after .check-ad-m,.page-template-template-superbowl-page .check-ad-m{display:none}}.page-template-template-superbowl-page-after .check-ad-m span,.page-template-template-superbowl-page .check-ad-m span{color:#fff;font-size:2rem;position:relative;top:20%}@media screen and (max-width:850px){.page-template-template-superbowl-page-after .check-ad-m span,.page-template-template-superbowl-page .check-ad-m span{font-size:1.5rem}}@media screen and (max-width:633px){.page-template-template-superbowl-page-after .check-ad-m span,.page-template-template-superbowl-page .check-ad-m span{font-size:1.25rem}}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .check-ad-m span,.page-template-template-superbowl-page .check-ad-m span{font-size:1.05rem}}.page-template-template-superbowl-page-after .check-ad-m .arrow,.page-template-template-superbowl-page .check-ad-m .arrow{margin-top:30px}@media screen and (max-width:576px){.page-template-template-superbowl-page-after .check-ad-m .arrow,.page-template-template-superbowl-page .check-ad-m .arrow{width:45%}}.page-template-template-superbowl-page-after .check-ad-m-v1,.page-template-template-superbowl-page .check-ad-m-v1{background-color:#182e49;text-align:center;height:5em;margin-left:0;margin-right:0}@media screen and (min-width:991px){.page-template-template-superbowl-page-after .check-ad-m-v1,.page-template-template-superbowl-page .check-ad-m-v1{display:none}}.page-template-template-superbowl-page-after .check-ad-m-v1 span,.page-template-template-superbowl-page .check-ad-m-v1 span{color:#fff;font-size:2rem;position:relative;top:20%}@media screen and (max-width:850px){.page-template-template-superbowl-page-after .check-ad-m-v1 span,.page-template-template-superbowl-page .check-ad-m-v1 span{font-size:1.5rem}}@media screen and (max-width:633px){.page-template-template-superbowl-page-after .check-ad-m-v1 span,.page-template-template-superbowl-page .check-ad-m-v1 span{font-size:1.25rem}}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .check-ad-m-v1 span,.page-template-template-superbowl-page .check-ad-m-v1 span{font-size:1.05rem}}.page-template-template-superbowl-page-after .check-ad-m-v1 .arrow,.page-template-template-superbowl-page .check-ad-m-v1 .arrow{margin-top:30px}@media screen and (max-width:576px){.page-template-template-superbowl-page-after .check-ad-m-v1 .arrow,.page-template-template-superbowl-page .check-ad-m-v1 .arrow{width:45%}}.page-template-template-superbowl-page-after .check-ad,.page-template-template-superbowl-page .check-ad{background-color:#f05a28;text-align:center;height:5em;margin-left:0;margin-right:0}@media screen and (max-width:991px){.page-template-template-superbowl-page-after .check-ad,.page-template-template-superbowl-page .check-ad{display:none}}.page-template-template-superbowl-page-after .check-ad span,.page-template-template-superbowl-page .check-ad span{color:#fff;font-size:2rem;position:relative;top:20%}@media screen and (max-width:850px){.page-template-template-superbowl-page-after .check-ad span,.page-template-template-superbowl-page .check-ad span{font-size:1.25rem}}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .check-ad span,.page-template-template-superbowl-page .check-ad span{font-size:1.05rem}}.page-template-template-superbowl-page-after .check-ad img,.page-template-template-superbowl-page .check-ad img{margin-top:20px;margin-left:25px}.page-template-template-superbowl-page-after .check-ad-v1,.page-template-template-superbowl-page .check-ad-v1{background-color:#182e49;text-align:center;height:5em;margin-left:0;margin-right:0}@media screen and (max-width:991px){.page-template-template-superbowl-page-after .check-ad-v1,.page-template-template-superbowl-page .check-ad-v1{display:none}}.page-template-template-superbowl-page-after .check-ad-v1 span,.page-template-template-superbowl-page .check-ad-v1 span{color:#fff;font-size:2rem;position:relative;top:20%}@media screen and (max-width:850px){.page-template-template-superbowl-page-after .check-ad-v1 span,.page-template-template-superbowl-page .check-ad-v1 span{font-size:1.25rem}}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .check-ad-v1 span,.page-template-template-superbowl-page .check-ad-v1 span{font-size:1.05rem}}.page-template-template-superbowl-page-after .check-ad-v1 img,.page-template-template-superbowl-page .check-ad-v1 img{margin-top:20px;margin-left:25px}.page-template-template-superbowl-page-after .Hero-v1,.page-template-template-superbowl-page .Hero-v1{background-image:url("/wp-content/themes/mintmobile/images/V1-BG.jpg");background-size:cover;background-position:bottom;color:#fff;overflow:hidden;position:relative;text-align:center;height:38em}@media screen and (max-width:400px){.page-template-template-superbowl-page-after .Hero-v1,.page-template-template-superbowl-page .Hero-v1{background-image:url("/wp-content/themes/mintmobile/images/v1-bg-no-legal.png");height:26em!important}}@media screen and (max-width:768px){.page-template-template-superbowl-page-after .Hero-v1,.page-template-template-superbowl-page .Hero-v1{background-image:url("/wp-content/themes/mintmobile/images/v1-bg-no-legal.png");height:35em}}@media screen and (min-width:768px) and (max-width:991px){.page-template-template-superbowl-page-after .Hero-v1,.page-template-template-superbowl-page .Hero-v1{background-image:url("/wp-content/themes/mintmobile/images/v1-bg-no-legal.png");height:45em}}.page-template-template-superbowl-page-after .Hero-v1 #new-div-fox-v1,.page-template-template-superbowl-page-after .Hero-v1 #new-div-fox-v2,.page-template-template-superbowl-page-after .Hero-v1 .v22,.page-template-template-superbowl-page .Hero-v1 #new-div-fox-v1,.page-template-template-superbowl-page .Hero-v1 #new-div-fox-v2,.page-template-template-superbowl-page .Hero-v1 .v22{display:none}.page-template-template-superbowl-page-after .Hero-v1 .img-container,.page-template-template-superbowl-page .Hero-v1 .img-container{bottom:5em}.page-template-template-superbowl-page-after .Hero-v1 #full-hero-large,.page-template-template-superbowl-page-after .Hero-v1 #hero-fox-small,.page-template-template-superbowl-page .Hero-v1 #full-hero-large,.page-template-template-superbowl-page .Hero-v1 #hero-fox-small{display:none}.page-template-template-superbowl-page-after .Hero-v1 #full-hero-large-v1,.page-template-template-superbowl-page .Hero-v1 #full-hero-large-v1{align-self:flex-end!important;width:648px;max-width:none!important;margin-left:-35%}.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:0!important;margin-bottom:-50px!important}@media screen and (min-width:505px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-2rem!important;margin-bottom:-93px!important}}@media screen and (min-width:607px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-4rem!important;margin-bottom:-93px!important}}@media screen and (min-width:637px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-6rem!important;margin-bottom:-100px!important}}@media screen and (min-width:677px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-5rem!important;margin-bottom:-100px!important;width:85%}}@media screen and (min-width:731px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-3rem!important;margin-bottom:-100px!important;width:75%}}@media screen and (width:768px){.page-template-template-superbowl-page-after .Hero-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-v1 #heroImgSmall{margin-top:-4rem!important;margin-bottom:-100px!important;width:95%}}.page-template-template-superbowl-page-after .Hero-v1 img,.page-template-template-superbowl-page .Hero-v1 img{max-width:100%}.page-template-template-superbowl-page-after .Hero-v1-imgLarge,.page-template-template-superbowl-page .Hero-v1-imgLarge{display:none}.page-template-template-superbowl-page-after .Hero-v1-container>a,.page-template-template-superbowl-page-after .Hero-v1>a,.page-template-template-superbowl-page .Hero-v1-container>a,.page-template-template-superbowl-page .Hero-v1>a{display:block}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero-v1,.page-template-template-superbowl-page .Hero-v1{padding:0}.page-template-template-superbowl-page-after .Hero-v1-imgSmall,.page-template-template-superbowl-page .Hero-v1-imgSmall{display:none}.page-template-template-superbowl-page-after .Hero-v1-imgLarge,.page-template-template-superbowl-page .Hero-v1-imgLarge{display:inline}}.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:28em;background-size:cover;background-position:bottom;color:#fff;overflow:hidden;position:relative;text-align:center}@media screen and (min-width:300px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:24em}}@media screen and (min-width:350px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:26em}}@media screen and (min-width:400px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:31em}}@media screen and (min-width:450px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:33em}}@media screen and (min-width:500px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:35em}}@media screen and (min-width:550px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:39em}}@media screen and (min-width:600px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:42em}}@media screen and (min-width:650px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:43em}}@media screen and (min-width:700px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:43em}}@media screen and (min-width:750px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:48em}}@media screen and (min-width:800px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:50em}}@media screen and (min-width:850px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:53em}}@media screen and (min-width:900px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:57em}}@media screen and (min-width:950px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-bg.gif");height:61em}}@media screen and (min-width:992px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{background-image:url("/wp-content/themes/mintmobile/images/blue-gradient-bg.png");height:auto}}.page-template-template-superbowl-page-after .Hero-post-v1 #hero-fox-small-v1,.page-template-template-superbowl-page .Hero-post-v1 #hero-fox-small-v1{width:55%;position:relative;bottom:-2em}@media screen and (max-width:550px){.page-template-template-superbowl-page-after .Hero-post-v1 #hero-fox-small-v1,.page-template-template-superbowl-page .Hero-post-v1 #hero-fox-small-v1{bottom:-1em}}.page-template-template-superbowl-page-after .Hero-post-v1 #hero-fox-small-v2,.page-template-template-superbowl-page-after .Hero-post-v1 .v22,.page-template-template-superbowl-page .Hero-post-v1 #hero-fox-small-v2,.page-template-template-superbowl-page .Hero-post-v1 .v22{display:none}.page-template-template-superbowl-page-after .Hero-post-v1 #hero-coverage-form-m,.page-template-template-superbowl-page .Hero-post-v1 #hero-coverage-form-m{margin-bottom:0!important}.page-template-template-superbowl-page-after .Hero-post-v1 #full-hero-large,.page-template-template-superbowl-page-after .Hero-post-v1 #full-hero-large-v1,.page-template-template-superbowl-page .Hero-post-v1 #full-hero-large,.page-template-template-superbowl-page .Hero-post-v1 #full-hero-large-v1{display:none}.page-template-template-superbowl-page-after .Hero-post-v1 #full-hero-large-post-v1,.page-template-template-superbowl-page .Hero-post-v1 #full-hero-large-post-v1{align-self:flex-end!important;max-width:none!important;width:110%;display:none}.page-template-template-superbowl-page-after .Hero-post-v1 #new-div-fox-v1,.page-template-template-superbowl-page .Hero-post-v1 #new-div-fox-v1{width:501px;height:617px;position:relative;top:8em;right:2em;margin:-5% auto;animation:playfox 3s steps(13) infinite;background:url("/wp-content/themes/mintmobile/images/fox-holding-phone-sprite_616h.png") 0 0}.page-template-template-superbowl-page-after .Hero-post-v1 #new-div-fox-v2,.page-template-template-superbowl-page .Hero-post-v1 #new-div-fox-v2{display:none}@keyframes playfox{to{background-position:-6507px}}.page-template-template-superbowl-page-after .Hero-post-v1 #full-hero-large-post-v2,.page-template-template-superbowl-page .Hero-post-v1 #full-hero-large-post-v2{display:none}.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-105px!important}@media screen and (min-width:250px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-35px!important}}@media screen and (min-width:300px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-50px!important}}@media screen and (min-width:350px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-55px!important}}@media screen and (min-width:400px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-50px!important}}@media screen and (min-width:450px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-70px!important}}@media screen and (min-width:500px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-85px!important}}@media screen and (min-width:550px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-100px!important}}@media screen and (min-width:600px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-115px!important}}@media screen and (min-width:650px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-125px!important}}@media screen and (min-width:677px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-100px!important}}@media screen and (min-width:700px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-100px!important}}@media screen and (min-width:920px){.page-template-template-superbowl-page-after .Hero-post-v1 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v1 #heroImgSmall{margin-top:-1rem!important;margin-bottom:-135px!important}}.page-template-template-superbowl-page-after .Hero-post-v1 img,.page-template-template-superbowl-page .Hero-post-v1 img{max-width:100%}.page-template-template-superbowl-page-after .Hero-post-v1-imgLarge,.page-template-template-superbowl-page .Hero-post-v1-imgLarge{display:none}.page-template-template-superbowl-page-after .Hero-post-v1-container>a,.page-template-template-superbowl-page-after .Hero-post-v1>a,.page-template-template-superbowl-page .Hero-post-v1-container>a,.page-template-template-superbowl-page .Hero-post-v1>a{display:block}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero-post-v1,.page-template-template-superbowl-page .Hero-post-v1{padding:0}.page-template-template-superbowl-page-after .Hero-post-v1-imgSmall,.page-template-template-superbowl-page .Hero-post-v1-imgSmall{display:none}.page-template-template-superbowl-page-after .Hero-post-v1-imgLarge,.page-template-template-superbowl-page .Hero-post-v1-imgLarge{display:inline}}.page-template-template-superbowl-page-after .Hero-post-v1 .legal-text,.page-template-template-superbowl-page .Hero-post-v1 .legal-text{position:relative;top:-4em;margin:0 1em;font-size:.5rem}.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{margin-top:-15px;margin-bottom:-25px;background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:25em;background-size:cover;background-position:bottom;color:#fff;overflow:hidden;position:relative;text-align:center}@media screen and (min-width:300px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:30em}}@media screen and (min-width:350px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:29em}}@media screen and (min-width:400px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:31em}}@media screen and (min-width:450px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:36em}}@media screen and (min-width:500px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:39em}}@media screen and (min-width:550px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:42em}}@media screen and (min-width:600px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:45em}}@media screen and (min-width:650px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:46em}}@media screen and (min-width:700px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:48em}}@media screen and (min-width:750px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:52em}}@media screen and (min-width:800px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:53em}}@media screen and (min-width:850px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:58em}}@media screen and (min-width:900px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:63em}}@media screen and (min-width:950px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/v2-bg.gif");height:68em}}@media screen and (min-width:992px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{background-image:url("/wp-content/themes/mintmobile/images/outdoor-bg.png");height:auto}}.page-template-template-superbowl-page-after .Hero-post-v2 #hero-fox-small-v2,.page-template-template-superbowl-page .Hero-post-v2 #hero-fox-small-v2{width:55%;position:relative;bottom:-2em}@media screen and (max-width:550px){.page-template-template-superbowl-page-after .Hero-post-v2 #hero-fox-small-v2,.page-template-template-superbowl-page .Hero-post-v2 #hero-fox-small-v2{bottom:0}}.page-template-template-superbowl-page-after .Hero-post-v2 #hero-fox-small-v1,.page-template-template-superbowl-page .Hero-post-v2 #hero-fox-small-v1{display:none}.page-template-template-superbowl-page-after .Hero-post-v2 #hero-copy-col,.page-template-template-superbowl-page .Hero-post-v2 #hero-copy-col{margin-top:-4em}.page-template-template-superbowl-page-after .Hero-post-v2 .post-v1,.page-template-template-superbowl-page-after .Hero-post-v2 .v22,.page-template-template-superbowl-page .Hero-post-v2 .post-v1,.page-template-template-superbowl-page .Hero-post-v2 .v22{display:none}.page-template-template-superbowl-page-after .Hero-post-v2 #hero-coverage-form-m,.page-template-template-superbowl-page .Hero-post-v2 #hero-coverage-form-m{margin-bottom:0!important}.page-template-template-superbowl-page-after .Hero-post-v2 #full-hero-large,.page-template-template-superbowl-page-after .Hero-post-v2 #full-hero-large-v1,.page-template-template-superbowl-page .Hero-post-v2 #full-hero-large,.page-template-template-superbowl-page .Hero-post-v2 #full-hero-large-v1{display:none}.page-template-template-superbowl-page-after .Hero-post-v2 #full-hero-large-post-v2,.page-template-template-superbowl-page .Hero-post-v2 #full-hero-large-post-v2{align-self:flex-end!important;max-width:none!important;position:relative;width:100%;left:5em;bottom:2em;display:none}.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-top:0!important;margin-bottom:-105px!important}@media screen and (min-width:250px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-35px!important}}@media screen and (min-width:300px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-top:0!important;margin-bottom:-50px!important}}@media screen and (min-width:350px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-55px!important}}@media screen and (min-width:400px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-top:-1em!important;margin-bottom:-50px!important}}@media screen and (min-width:450px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-70px!important}}@media screen and (min-width:500px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-85px!important}}@media screen and (min-width:550px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-100px!important}}@media screen and (min-width:600px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-115px!important}}@media screen and (min-width:650px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-125px!important}}@media screen and (min-width:677px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-100px!important}}@media screen and (min-width:700px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-bottom:-100px!important}}@media screen and (min-width:920px){.page-template-template-superbowl-page-after .Hero-post-v2 #heroImgSmall,.page-template-template-superbowl-page .Hero-post-v2 #heroImgSmall{margin-top:-4em!important;margin-bottom:-135px!important}}.page-template-template-superbowl-page-after .Hero-post-v2 img,.page-template-template-superbowl-page .Hero-post-v2 img{max-width:100%}.page-template-template-superbowl-page-after .Hero-post-v2-imgLarge,.page-template-template-superbowl-page .Hero-post-v2-imgLarge{display:none}.page-template-template-superbowl-page-after .Hero-post-v2-container>a,.page-template-template-superbowl-page-after .Hero-post-v2>a,.page-template-template-superbowl-page .Hero-post-v2-container>a,.page-template-template-superbowl-page .Hero-post-v2>a{display:block}@media (min-width:992px){.page-template-template-superbowl-page-after .Hero-post-v2,.page-template-template-superbowl-page .Hero-post-v2{padding:0}.page-template-template-superbowl-page-after .Hero-post-v2-imgSmall,.page-template-template-superbowl-page .Hero-post-v2-imgSmall{display:none}.page-template-template-superbowl-page-after .Hero-post-v2-imgLarge,.page-template-template-superbowl-page .Hero-post-v2-imgLarge{display:inline}}.page-template-template-superbowl-page-after .Hero-post-v2 #new-div-fox-v2,.page-template-template-superbowl-page .Hero-post-v2 #new-div-fox-v2{width:562px;height:562px;margin:5% auto;position:relative;right:4em;top:1em;background:url("/wp-content/themes/mintmobile/images/foxv2.png") 0 0;animation:playfox2 3s steps(27) infinite;backface-visibility:hidden;perspective:1000}@keyframes playfox2{to{background-position:-15174px}}.page-template-template-superbowl-page-after .Hero-post-v2 #new-div-fox-v1,.page-template-template-superbowl-page .Hero-post-v2 #new-div-fox-v1{display:none}.page-template-template-superbowl-page-after .Hero-post-v2 .legal-text,.page-template-template-superbowl-page .Hero-post-v2 .legal-text{top:-4em;position:relative;top:-10em;margin:0 1em;font-size:.5rem}.page-template-template-superbowl-page-after .Hero-post-v2 .legal-text-m,.page-template-template-superbowl-page .Hero-post-v2 .legal-text-m{position:absolute;top:94%;margin-left:5px;font-size:.5rem;margin-right:5px}@media screen and (max-width:616px){.page-template-template-superbowl-page-after .Hero-post-v2 .legal-text-m,.page-template-template-superbowl-page .Hero-post-v2 .legal-text-m{top:92%}}@media screen and (min-width:992px){.page-template-template-superbowl-page-after .Hero-post-v2 .legal-text-m,.page-template-template-superbowl-page .Hero-post-v2 .legal-text-m{display:none}}.page-template-template-superbowl-page-after .Hero-post-v2 .legal-text-m .full-terms,.page-template-template-superbowl-page .Hero-post-v2 .legal-text-m .full-terms{text-decoration:underline;color:#fff}.Partners{background-color:#eaf6f1}@media screen and (min-width:992px){.Partners{text-align:center;padding-top:2.5em;padding-bottom:2.5em}}@media screen and (max-width:992px){.Partners{padding-bottom:2em}}.Partners .non-carousel .partner{margin:auto}.video-modal{height:25em}@media screen and (max-width:768px){.video-modal{height:auto}}@media screen and (max-width:768px){.video-modal .row{display:table}}.video-modal .copy{height:25em;margin-top:7em}@media screen and (min-width:768px) and (max-width:1168px){.video-modal .copy{margin-top:3em}}@media screen and (max-width:768px){.video-modal .copy{height:auto;display:table-footer-group}}.video-modal .copy h1{font-size:3rem;color:#549c74}@media screen and (max-width:768px){.video-modal .copy h1{font-size:2rem}}.video-modal .copy h1 .accent{color:#f05a28}.video-modal .copy small{font-size:1.425rem;color:#666}@media screen and (max-width:768px){.video-modal .copy small{font-size:1.125rem}}.video-modal .copy .video-text{padding-left:3em;padding-right:6em}@media screen and (min-width:768px) and (max-width:991px){.video-modal .copy .video-text{padding-left:3em;padding-right:3em}}@media screen and (max-width:768px){.video-modal .copy .video-text{text-align:center;margin-top:1em;padding-left:6em;padding-right:6em;padding-bottom:1em}}@media screen and (max-width:576px){.video-modal .copy .video-text{text-align:center;margin-top:1em;padding-left:3em;padding-right:3em}}.video-modal .video{height:25em}@media screen and (max-width:768px){.video-modal .video{display:table-header-group;text-align:center;height:auto}}.video-modal .video span{margin-top:55px;margin-left:15px}.video-modal .video img{height:350px;margin-top:23px;margin-left:40px}@media screen and (max-width:768px){.video-modal .video img{height:270px;margin-top:23px;margin-left:0}}@media screen and (max-width:576px){.video-modal .video img{height:200px;margin-top:23px;margin-left:0}}@media screen and (max-width:350px){.video-modal .video img{height:180px;margin-top:23px;margin-left:0}}.Hero .Hero-container{display:flex;flex-direction:column;align-items:center;position:relative;text-align:center;color:#fff}.hero-offer{position:absolute;left:49%;z-index:2;transform:translate(-50%,12%);width:max-content}.hero-offer #newyork-offer{color:#549c74;text-transform:uppercase;font-size:3em}@media (max-width:592px){.hero-offer #newyork-offer{font-size:8vw}}.hero-offer #newyork-text{color:#f05a28}.hero-offer #newyork-info{color:#000;font-weight:700;margin-top:3em;font-size:.95em;line-height:17px}@media (max-width:592px){.hero-offer #newyork-info{margin-top:1em;font-size:1.1em}}@media (max-width:592px){.hero-offer{font-size:3vw}}form .js-validation-entry-form{justify-content:start;align-items:center;margin-top:21px}#hero-text-input{width:105px!important}.ny-intro{width:100%}.ny-intro p{font-family:inherit;font-style:italic;color:#fff;font-size:.77em;margin-top:15px;font-weight:600}@media (max-width:592px){.ny-intro p{font-size:11px}}#box-copy{width:340px;height:100px;background:rgba(0,0,0,.5);margin-top:1em}@media (max-width:592px){#box-copy{width:289px;height:100px}}#hero-form-ny{display:inline-flex;align-items:center;justify-content:center}@media (max-width:592px){#hero-form-ny{margin-top:-1em}}.form-inline .form-group{display:inline-flex}.form-group .sr-only{font-size:12px}@media (min-width:592px){#hero-newyork-top{background-color:#ddeaf0;height:500px}#hero-newyork-top #city-front{background:url(../images/mint-ny-heros-bg-nosky.png);background-position:center 100%;background-size:auto 500px;height:500px;width:100%;position:absolute;top:0;left:0;z-index:1}}@media (max-width:592px){#hero-newyork-top{background:#ddeaf0 url(../images/mint-ny-heros-mobile.png);height:570px;max-height:798px;background-size:cover;background-position:100% 100%;background-repeat:no-repeat}}@media (max-width:375px){#hero-newyork-top{background:#ddeaf0 url(../images/mint-ny-heros-375px-mobile.png);height:595px;background-position:100%;background-repeat:no-repeat;background-position:bottom;background-size:cover}}@media (max-width:360px){#hero-newyork-top{background:#ddeaf0 url(../images/mint-ny-heros-mobile.png);height:532px;background-position:100%;background-repeat:no-repeat}}@media (max-width:320px){#hero-newyork-top{background:#ddeaf0 url(../images/mint-ny-heros-mobile-bg.png);height:532px;background-position:bottom;background-repeat:no-repeat}}.zipcode-style{font-size:12px!important}.btn-style{font-size:12px}@-webkit-keyframes cloudsMove{0%{margin-left:800px}to{margin-left:-100%}}@-moz-keyframes cloudsMove{0%{margin-left:800px}to{margin-left:-100%}}@keyframes cloudsMove{0%{margin-left:800px}to{margin-left:-100%}}.MediumSlow1{-webkit-animation:cloudsMove 170s linear infinite;-moz-animation:cloudsMove 170s linear infinite;animation:cloudsMove 170s linear infinite;-webkit-transform:scale(.25);-moz-transform:scale(.25);transform:scale(.25);margin-right:10em}.smallFast1{-webkit-animation:cloudsMove 150s linear infinite;-moz-animation:cloudsMove 150s linear infinite;animation:cloudsMove 150s linear infinite;-webkit-transform:scale(.1);-moz-transform:scale(.1);transform:scale(.1);top:2em;right:-8em}.MediumSlow2{-webkit-animation:cloudsMove 130s linear infinite;-moz-animation:cloudsMove 130s linear infinite;animation:cloudsMove 130s linear infinite;-webkit-transform:scale(.2);-moz-transform:scale(.2);transform:scale(.2);margin-top:0;margin-right:4em;left:30em;top:1em}.smallFast2{-webkit-animation:cloudsMove 120s linear infinite;-moz-animation:cloudsMove 120s linear infinite;animation:cloudsMove 120s linear infinite;-webkit-transform:scale(.1);-moz-transform:scale(.1);transform:scale(.1);right:40em;top:4em}.smallFast3{-webkit-animation:cloudsMove 110s linear infinite;-moz-animation:cloudsMove 110s linear infinite;animation:cloudsMove 110s linear infinite;-webkit-transform:scale(.12);-moz-transform:scale(.12);transform:scale(.12);right:16em;top:2em}.MediumSlow3{-webkit-animation:cloudsMove 150s linear infinite;-moz-animation:cloudsMove 150s linear infinite;animation:cloudsMove 150s linear infinite;-webkit-transform:scale(.38);-moz-transform:scale(.38);transform:scale(.38);right:15em;top:-12em}.smallFast4{-webkit-animation:cloudsMove 105s linear infinite;-moz-animation:cloudsMove 105s linear infinite;animation:cloudsMove 105s linear infinite;-webkit-transform:scale(.14);-moz-transform:scale(.14);transform:scale(.14);left:38em;top:-5em}@media (max-width:592px){.sailBoat{display:none}}.sailBoat img{width:95px;height:80px;position:absolute;bottom:-8em;z-index:10;-webkit-animation:boatMove 140s linear infinite}@keyframes boatMove{0%{transform:translateX(-100px)}to{transform:translateX(-1200px)}}@-webkit-keyframes boatMove{0%{transform:translateX(-100px)}to{transform:translateX(-1200px)}}@media (max-width:592px){#clouds-over-ny{display:none}}.verticalDivider{columns:2 150px;column-gap:5em;column-rule-width:2px;column-rule-color:#a4c1b1;margin:3em auto 4em}.solid{-webkit-column-rule-style:solid;-moz-column-rule-style:solid;column-rule-style:solid;padding-bottom:3em}@media screen and (max-width:768px){.solid{display:none}}.leftSide{display:flex;justify-content:flex-end}.rightSide{display:flex;justify-content:flex-start}.verticalDivider{margin:1em 4em 1em 3em}.cButton{padding:.5em 1em;margin:0 .3em .3em 0;box-sizing:border-box;text-transform:uppercase;font-family:Open Sans;font-weight:500;text-decoration:none;text-align:center;transition:all .15s;border-radius:unset}.cButton .planButton,.cButton .primaryButton{display:inline-block;background:#f05929;color:#fff;min-width:130px;border-left:1px solid #eef7f4}@media screen and (min-width:575px){.cButton .planButton,.cButton .primaryButton{border:1px solid #f05929}}.cButton .planButton:hover,.cButton .primaryButton:hover{background-color:#bf380d;border-color:#bf380d;color:#fff}.cButton .secondaryButton{display:inline-block;background:#fff;color:#ef835e;border-right:1px solid #eef7f4;min-width:130px}@media screen and (min-width:575px){.cButton .secondaryButton{border:1px solid #f05929}}.cButton .secondaryButton:hover{background-color:#bf380d;border-color:#bf380d;color:#fff}@media screen and (max-width:575px){.cButton .primaryButton:before,.cButton .secondaryButton:before{content:" ";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border:1px solid #f05929}}.fullWidthButtons{display:block}@media screen and (min-width:600px){.halfWidthButtons .secondaryButton{margin-left:8em}}.halfWidthMobile{display:flex}.halfWidthMobile .primaryButtonMobile{background:#f05929;color:#fff;width:50%}.halfWidthMobile .primaryButtonMobile:hover{background-color:#bf380d;border-color:#bf380d;color:#fff}.halfWidthMobile .secondaryButtonMobile{background:#fff;color:#ef835e;border:.5px solid;width:50%}.halfWidthMobile .secondaryButtonMobile:hover{background-color:#bf380d;border-color:#bf380d;color:#fff}.title-container{text-align:center;text-transform:uppercase}.page-title-container{background-color:#fff}.page-title-container .pageTitle{font-size:2.4em;font-family:Oswald,sans-serif;font-weight:600}.page-title-container .title-primary-color{color:#549c74}.page-title-container .title-secondary-color{color:#e14d43}.section-title-container{background:url("../images/img-bg-wood.jpg");color:#fff;height:30%;font-family:Oswald,sans-serif;font-weight:600}.section-title-container .sectionTitle{font-size:2.4em}.section-title-container .sectionSubTitle{font-size:.8em;margin-top:1em;display:inline-block;line-height:1.25;font-weight:400}.VF-title-container{text-align:center;margin:auto}.VF-title-container .VFTitle{font-family:Oswald;font-weight:600;color:#205f42;font-size:20px!important;margin-bottom:25px}@media screen and (min-width:575px){.VF-title-container .VFTitle{font-size:32px!important}}.VF-title-container .VFSubtitle{max-width:310px;font-family:Open Sans;font-weight:500;font-size:12px!important;margin:auto;color:#666}@media screen and (min-width:776px){.VF-title-container .VFSubtitle{max-width:425px;font-size:14px!important}}@media screen and (min-width:1024px){.VF-title-container .VFSubtitle{max-width:595px;font-size:16px!important;line-height:22px}}.VFbutton{width:300px;height:50px;background:#ff4500;color:#fff;font-size:1.3em;cursor:pointer}.VFWindow{opacity:1;display:none;height:100%;width:100%;position:fixed;z-index:105;top:0;left:0;background-color:#eef7f4;overflow-y:scroll;overflow-x:visible}.VFWindow .form{display:flex;flex-flow:column}.VFWindow .form .text-field{background:#fff;display:inline-block;vertical-align:middle;min-height:45px;min-width:245px;height:45px;margin:9px;position:relative;border:2px solid #d8d8d8;border-radius:3px;font-family:Open Sans,sans-serif}.VFWindow .form .text-field__input{display:block;height:100%;background-color:transparent;border:none;font-size:12px;color:#373737;padding-left:11px}@media screen and (min-width:1024px){.VFWindow .form .text-field__input{font-size:18px;padding-left:14px}}.VFWindow .form .text-field .floating-label{position:absolute;top:14px;left:12px;right:auto;z-index:-1;font-size:12px;font-family:Open Sans,sans-serif;color:#bbb}@media screen and (min-width:1024px){.VFWindow .form .text-field .floating-label{font-size:18px}}.VFWindow .form .text-field.active .text-field__input{line-height:20px}.VFWindow .form .text-field.active .floating-label{font-size:8px;font-weight:"Open Sans",sans-serif}.VFWindow .form .text-field.active .floating-label-top{position:absolute;top:6px;left:16px}@media screen and (min-width:1024px){.VFWindow .form .text-field.active .floating-label{top:6px;left:18px;font-size:10px}}.VFWindow .form .text-field-container{display:inline-block;min-width:245px;vertical-align:middle}.VFWindow .form .text-field-container .text-field-helper-line{display:inline-block;width:245px;vertical-align:middle}@media screen and (min-width:1024px){.VFWindow .form .text-field-container .text-field-helper-line{width:59px;margin-left:18px}}.VFWindow .form .text-field-container .text-field-helper-text{font-size:10px;font-weight:400;line-height:14px;font-family:Open Sans,sans-serif;text-align:left}@media screen and (max-width:1024px){.VFWindow .form .text-field-container .text-field-helper-text{text-align:right}}.VFWindow .form .text-field input:focus{outline:none}.VFWindow .form .text-field--with-trailing-icon .button--icon{position:absolute}@media screen and (min-width:1024px){.VFWindow .form .text-field--with-trailing-icon .button--icon svg{height:55px;width:55px}}.VFWindow .form .text-field--with-trailing-icon .text-field__icon-right{right:-2px;top:-2px}@media screen and (min-width:1024px){.VFWindow .form .text-field{min-width:300px;height:55px;margin:11px}}.VFWindow .form .text-field.has-warning{border:2px solid #f0d81d}.VFWindow .form .text-field.has-error{border:2px solid #f01d1d}.VFWindow .form .text-field.has-success{border:2px solid #549c74}.VFWindow .form .text-field-has-helper-text{display:flex;flex-flow:column;position:relative}@media screen and (min-width:1024px){.VFWindow .form .text-field-has-helper-text .text-field-helper-line{position:absolute;top:15px;right:-59px}}.VFWindow .form .field-group,.VFWindow .form .field-group-row{display:flex}.VFWindow .form .field-group-column{display:flex;flex-flow:column}.VFWindow .form .button--icon{background:none;padding:0;border:none}.VFWindow .form .button--icon:focus{outline:0}.VFWindow .form .icon__small{width:45px;height:45px}.VFWindow .form .icon__medium{width:49px;height:51px}.VFWindow .form .icon__large{width:53px;height:55px}.VFWindow .form .icon--add{fill:#5c9e79}.VFWindow .form .icon--remove{fill:#993d3d}@media screen and (max-width:576px){.VFWindow{overflow-y:scroll}}.VFWindow .VFSubtitle{font-family:Open Sans;color:#303030;letter-spacing:.4px;font-size:.8em;line-height:1.5;font-weight:400}@media screen and (min-width:576px){.VFWindow .VFSubtitle{margin:auto;width:50%}}@media screen and (min-width:1400px){.VFWindow .VFSubtitle{margin:auto;width:33%}}@media screen and (min-width:2200px){.VFWindow .VFSubtitle{margin:auto;width:20%}}.VFWindow input::-webkit-inner-spin-button,.VFWindow input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.VFWindow .VFTitle{margin-left:10px;margin-right:10px;font-size:2.6em}.VFWindow .topBar a img{height:31px;padding-bottom:7px}.VFWindow .topBar h6{letter-spacing:.4px;color:#3c4240;font-family:Open Sans;font-size:18px}.VFWindow .Select-control,.VFWindow .Select-menu-outer{text-align:left}.VFWindow-content{position:relative;top:-3.7%;width:100%;height:auto;margin-top:30px}.VFWindow-content #myModal{margin-top:7em}.topBar{width:100%;height:50px;display:block;top:0;z-index:1;position:fixed;background-color:#cce5dd}.topBar h6{text-align:center;margin-top:.9em;text-decoration:none;position:relative;color:#818181;font-family:monospace;font-size:1.5em}.topBar .backButton{display:inline-block;z-index:1;padding-right:1em;position:absolute;padding-top:4px;padding-left:10px;font-size:30px}.Select.is-focused:not(.is-open)>.Select-control{border-color:#68af85}.VFWindow a:focus,.VFWindow a:hover{color:#f1f1f1}.VFWindow .closewindow{position:absolute;top:3px;right:16px;font-size:30px}@media screen and (max-height:450px){.VFWindow a{font-size:20px}.VFWindow .closewindow{font-size:40px;top:15px;right:35px}}#js-header{z-index:101}.coverage-results-table::-webkit-scrollbar{width:0!important}@media screen and (min-width:576px){.line{height:50%;right:50%;border-left:1px solid #a4c1b1;position:absolute}}.device-page{text-align:center;margin-top:50px}@media screen and (max-width:576px){.device-page{margin-top:40px}}.device-page .dropdown-container{width:25%;margin:auto}@media screen and (max-width:576px){.device-page .dropdown-container{width:70%}}.device-page .Select{margin-top:30px}@media screen and (max-width:576px){.device-page .Select{margin-top:30px}}.button-container{margin-top:30px}.button-container .info-container{margin-bottom:20px;position:relative;width:50%;left:25%;line-height:12px}@media screen and (max-width:575px){.button-container .info-container{width:100%;margin-top:45px;left:0;color:#8d8d8d}}.button-container .info-container .info-text{font-size:10px;font-weight:500}.button-container .planButton,.button-container .primaryButton,.button-container .secondaryButton{height:50px;width:150px}@media screen and (max-width:575px){.button-container .planButton,.button-container .primaryButton,.button-container .secondaryButton{position:fixed;bottom:0;z-index:10;font-size:14px;width:100%;left:0}}.button-container .notification-text .notification-line{font-size:12px;color:red}.button-container #shop-link{margin-right:5%}@media screen and (max-width:575px){.button-container #shop-link{left:0}}@media screen and (max-width:575px){.button-container #plans-link,.button-container #shop-link{position:fixed;bottom:0;z-index:10;font-size:14px;width:50%}.button-container #plans-link{left:50%}}.zip-page{text-align:center;margin-top:50px}@media screen and (max-width:576px){.zip-page{margin-top:40px}}.zip-page .zip-container{padding-top:20px;display:block;max-width:550px;width:100%;margin:auto}.zip-page .zip-container .form--validation-flow__zip{align-items:center}@media screen and (max-width:576px){.zip-page .zip-container{padding-top:20px}}@media screen and (min-width:500px){.zip-page .zip-container{width:50%}}@media screen and (min-width:1400px){.zip-page .zip-container{width:33%}}@media screen and (min-width:2200px){.zip-page .zip-container{width:20%}}.zip-page .zip-container .zip-input{margin-bottom:25px}.zip-page .zip-container .button--icon :hover{cursor:pointer}.results-page{text-align:center;margin-top:50px}.results-page .leftSide{display:block;margin-left:auto;margin-right:auto;padding-top:4px}.results-page .leftSide .title-holder{background:#215f43;height:2em;padding-top:4px;color:#fff}.results-page .leftSide .device-row{margin:auto;margin-top:5px}@media screen and (min-width:991px){.results-page .leftSide .device-row{margin-top:25px;margin-right:-25px;margin-left:25px}}.results-page .leftSide div{color:#000}.results-page .leftSide .device-results{position:absolute;top:0;text-align:left}@media screen and (max-width:576px){.results-page .leftSide .device-results{margin-left:10px}}.results-page .leftSide .device-results .results-title{margin-top:20px;color:#215f43}.results-page .leftSide .device-results .results-text{margin-top:10px;line-height:1.2;color:#666}.results-page .leftSide .device-image{margin-top:25px}.results-page .leftSide .device-image img{max-width:90px}@media screen and (min-width:576px) and (max-width:991px){.results-page .leftSide .device-image img{max-width:60px}}.results-page .rightSide{display:block;margin-left:-25px;margin-right:auto;padding-top:4px}@media screen and (min-width:575px){.results-page .rightSide{min-height:400px;max-height:400px;padding-bottom:1px;overflow-y:hidden;overflow-x:hidden}}@media screen and (max-width:575px){.results-page .rightSide{margin-top:2em;margin-bottom:2em;margin-left:0}}.results-page .rightSide .title-holder{background:#549c74;height:2em;padding-top:4px;color:#fff}@media screen and (min-width:575px){.results-page .rightSide .coverage-results-table{max-height:360px;overflow-y:scroll}}.results-page .rightSide .extra-zip .additional{background-color:#fff;border:1px solid #fff;margin:auto;margin-top:10px;padding-bottom:10px;border-radius:4px}@media screen and (min-width:575px) and (max-width:991px){.results-page .rightSide .extra-zip .additional{padding:15px;padding-top:0}}@media screen and (min-width:991px){.results-page .rightSide .extra-zip .additional{width:100%;min-width:370px}}@media screen and (max-width:575px){.results-page .rightSide .extra-zip .additional{width:90%}}@media (max-width:575.98px){.results-page .rightSide .extra-zip .additional{padding:10px}}.results-page .rightSide .extra-zip .additional .icon-open{height:1em;position:sticky;left:88%;width:20px;margin-top:10px;background-repeat:no-repeat;background-size:60%;background-image:url(/wp-content/themes/mintmobile/images/VF/expand-icon.png);background-position:50%}.results-page .rightSide .extra-zip .additional .tablet-text{margin-top:10px;padding-left:10px;text-align:left;padding-bottom:5px}@media (max-width:575.98px){.results-page .rightSide .extra-zip .additional .tablet-text{display:none!important}}@media (min-width:992px){.results-page .rightSide .extra-zip .additional .tablet-text{display:none!important}}@media screen and (min-width:575px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .full-text{display:none!important}}.results-page .rightSide .extra-zip .additional .rotate{transform:rotate(180deg)}.results-page .rightSide .extra-zip .additional .coverage-row{margin:auto}@media screen and (min-width:576px){.results-page .rightSide .extra-zip .additional .coverage-row{margin-top:25px}}@media screen and (min-width:991px){.results-page .rightSide .extra-zip .additional .coverage-row{margin-left:-25px}}@media screen and (max-width:575px) and (min-width:991px){.results-page .rightSide .extra-zip .additional .results-tablet{margin-top:10px;line-height:1.4;color:#595959;text-align:left}}.results-page .rightSide .extra-zip .additional .coverage-results{text-align:left;display:flex;padding-bottom:10px;padding-top:10px}.results-page .rightSide .extra-zip .additional .coverage-results .results-title{line-height:1;margin-top:20px;margin-bottom:5px;color:#549c74}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-results .results-title{margin-top:0}}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-results .clicked{max-width:120px}}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-results .coverage-wrapper{position:static}}@media screen and (min-width:576px){.results-page .rightSide .extra-zip .additional .coverage-results .coverage-wrapper{left:-5%}}.results-page .rightSide .extra-zip .additional .coverage-results .coverage-area{font-weight:700;line-height:1}.results-page .rightSide .extra-zip .additional .coverage-results .location-info{max-width:60%}@media (max-width:1199.98px){.results-page .rightSide .extra-zip .additional .coverage-results .location-info{max-width:40%}}@media (max-width:575.98px){.results-page .rightSide .extra-zip .additional .coverage-results .location-info{max-width:50%}}.results-page .rightSide .extra-zip .additional .coverage-results .results-text{margin-top:10px;line-height:1.2;color:#666;padding-right:10px}@media screen and (min-width:575px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-results .results-text{text-align:left}}.results-page .rightSide .extra-zip .additional .coverage-image-container{margin-left:10px;margin-right:35px}@media screen and (min-width:991px){.results-page .rightSide .extra-zip .additional .coverage-image-container{margin-left:30px}}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-image-container{margin-right:15px}}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image{margin-top:15px;position:relative;z-index:5}@media screen and (max-width:575px){.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image{margin-left:10px}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image img{max-width:55px}}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image{margin-top:15px}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image img{width:60%;min-width:50px}}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg{height:90px;width:50px}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg .st0,.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg .st1{fill:#549c74}@media screen and (min-width:992px){.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg{height:130px;width:82px}}.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg-m .st0,.results-page .rightSide .extra-zip .additional .coverage-image-container .coverage-image .coverage-svg-m .st1{fill:#549c74}.results-page .rightSide .extra-zip .additional .coverage-image-container .condensed{margin-top:17px}@media screen and (min-width:576px) and (max-width:991px){.results-page .rightSide .extra-zip .additional .coverage-image-container .condensed{margin-top:30px}}.results-page .rightSide .extra-zip .additional:hover{cursor:pointer;border:1px solid #549c74}.results-page .results-container{padding-top:30px;margin:auto}@media screen and (min-width:576px){.results-page .results-container{padding-top:50px;width:95%}}.results-page .additional-results #additional-zip-title{margin-top:10px}.results-page .verticalDivider{margin:auto;width:85%}.vf-entry-generic{justify-content:center;text-align:center}.vf-entry-generic .form-control{display:inline-block;width:auto;vertical-align:middle}.Dropdown-center-wide{display:inherit;width:50%;margin:auto}.Dropdown-center-wide .Select{margin-bottom:32px}.Dropdown-center-wide .Select .Select-control{border-radius:0}.Dropdown-center-wide .Select.is-focused,.Dropdown-center-wide .Select.is-opened{color:#68af85;border:2px solid #68af85}.Dropdown-center-wide .Select.is-focused .Select-arrow-zone,.Dropdown-center-wide .Select.is-opened .Select-arrow-zone{padding-right:0}.Dropdown-center-wide .Select.is-focused .Select-control,.Dropdown-center-wide .Select.is-opened .Select-control{border-radius:0}@media (min-width:576px){.Dropdown-center-wide .Select{margin-left:16px;margin-right:16px}}.Dropdown-center-wide .is-disabled{color:#b7b7b7;border:none;cursor:not-allowed}.Dropdown-center-wide .is-disabled:hover{cursor:not-allowed}.Dropdown-center-thin{display:inherit;width:25%;margin:auto}.Dropdown-center-thin .Select{margin-bottom:32px}.Dropdown-center-thin .Select .Select-control{border-radius:0}.Dropdown-center-thin .Select.is-focused,.Dropdown-center-thin .Select.is-opened{color:#68af85;border:2px solid #68af85}.Dropdown-center-thin .Select.is-focused .Select-arrow-zone,.Dropdown-center-thin .Select.is-opened .Select-arrow-zone{padding-right:0}.Dropdown-center-thin .Select.is-focused .Select-control,.Dropdown-center-thin .Select.is-opened .Select-control{border-radius:0}@media (min-width:576px){.Dropdown-center-thin .Select{margin-left:16px;margin-right:16px}}.Dropdown-center-thin .is-disabled{color:#b7b7b7;border:none;cursor:not-allowed}.Dropdown-center-thin .is-disabled:hover{cursor:not-allowed}.Dropdown-dual-stacked{display:block;margin:auto;width:50%}.Dropdown-dual-stacked .Select{margin-bottom:32px}.Dropdown-dual-stacked .Select .Select-control{border-radius:0}.Dropdown-dual-stacked .Select.is-focused,.Dropdown-dual-stacked .Select.is-opened{color:#68af85;border:2px solid #68af85}.Dropdown-dual-stacked .Select.is-focused .Select-arrow-zone,.Dropdown-dual-stacked .Select.is-opened .Select-arrow-zone{padding-right:0}.Dropdown-dual-stacked .Select.is-focused .Select-control,.Dropdown-dual-stacked .Select.is-opened .Select-control{border-radius:0}@media (min-width:576px){.Dropdown-dual-stacked .Select{margin-left:16px;margin-right:16px}}.Dropdown-dual-stacked .is-disabled{color:#b7b7b7;border:none;cursor:not-allowed}.Dropdown-dual-stacked .is-disabled:hover{cursor:not-allowed}.Dropdown-dual-inline{display:flex;margin:auto;width:50%}@media screen and (max-width:576px){.Dropdown-dual-inline{display:block}}.Dropdown-dual-inline .Select{margin-bottom:32px;width:100%}@media screen and (min-width:576px){.Dropdown-dual-inline .Select{width:35%}}.Dropdown-dual-inline .Select .Select-control{border-radius:0}.Dropdown-dual-inline .Select.is-focused,.Dropdown-dual-inline .Select.is-opened{color:#68af85;border:2px solid #68af85}.Dropdown-dual-inline .Select.is-focused .Select-arrow-zone,.Dropdown-dual-inline .Select.is-opened .Select-arrow-zone{padding-right:0}.Dropdown-dual-inline .Select.is-focused .Select-control,.Dropdown-dual-inline .Select.is-opened .Select-control{border-radius:0}@media (min-width:576px){.Dropdown-dual-inline .Select{margin-left:16px;margin-right:16px}}.Dropdown-dual-inline .is-disabled{color:#b7b7b7;border:none;cursor:not-allowed}.Dropdown-dual-inline .is-disabled:hover{cursor:not-allowed}.page-template-template-iphone-promo2{font-family:Oswald;font-weight:600}.page-template-template-iphone-promo2 .iphone-HowItWorks{background-color:#f0f0f0}.page-template-template-iphone-promo2 .sectionTitle h1{color:#539a73;font-size:23px;font-weight:700;text-align:center;padding-top:18px;padding-bottom:15px}@media screen and (min-width:767px){.page-template-template-iphone-promo2 .sectionTitle h1{font-size:50px;letter-spacing:-1.14px;line-height:52px}}.page-template-template-iphone-promo2 .circle{height:59px;width:59px;border-radius:50%;display:inline-block;color:#fff;font-size:14px;line-height:23px;text-align:center;font-weight:400;padding-top:6px}.page-template-template-iphone-promo2 .circle strong{font-size:24px}.page-template-template-iphone-promo2 #circleOne{background-color:#5abdc3}.page-template-template-iphone-promo2 #circleTwo{background-color:#f15d2e}.page-template-template-iphone-promo2 .stepTitle{display:-webkit-box}@media screen and (max-width:990px){.page-template-template-iphone-promo2 .stepTitle{justify-content:center;display:flex}}.page-template-template-iphone-promo2 .stepTitle h2{color:#282828;font-size:21px;font-weight:600;line-height:22px;padding-left:8px;padding-top:14px}@media screen and (max-width:360px){.page-template-template-iphone-promo2 .stepTitle h2{font-size:20px}}.page-template-template-iphone-promo2 .steptwo{height:auto;border-left:1px solid #979797}@media screen and (max-width:990px){.page-template-template-iphone-promo2 .steptwo{border:none}}.page-template-template-iphone-promo2 .stepOne .iPhones{display:flex;text-align:center;justify-content:center;padding-top:12px}.page-template-template-iphone-promo2 .phonelists{display:block;padding-top:5px}@media screen and (max-width:375px){.page-template-template-iphone-promo2 .phonelists{padding-left:2px}}.page-template-template-iphone-promo2 .phonelists img{height:219px;width:110px}@media screen and (min-width:990px) and (max-width:1198px){.page-template-template-iphone-promo2 .phonelists img{height:187px;width:91px}}@media screen and (max-width:360px){.page-template-template-iphone-promo2 .phonelists img{height:210px;width:104px}}@media screen and (max-width:320px){.page-template-template-iphone-promo2 .phonelists img{height:186px;width:92px}}.page-template-template-iphone-promo2 .phonelists p{font-family:Open Sans;font-size:11px;font-weight:600;line-height:15px;text-align:center}@media screen and (max-width:768px){.page-template-template-iphone-promo2 .phonelists p{font-size:12px;text-align:center;padding-top:4px}}.page-template-template-iphone-promo2 .pickOffer{display:inline;padding-top:12px}.page-template-template-iphone-promo2 .offerOne{background-color:#f15d2e}.page-template-template-iphone-promo2 .offerTwo{background-color:#539a73}.page-template-template-iphone-promo2 .offerThree{background-color:#5abdc3}.page-template-template-iphone-promo2 .square{height:230px;width:234px;margin-right:16px;position:relative;font-family:proxima-nova,sans-serif}@media screen and (min-width:990px) and (max-width:1198px){.page-template-template-iphone-promo2 .square{height:214px;width:207px}}@media screen and (max-width:768px){.page-template-template-iphone-promo2 .square{margin-bottom:10px;margin-right:0;height:226px;width:271px}}.page-template-template-iphone-promo2 .square h1{color:#fff;font-size:18px;font-weight:900;letter-spacing:.6px;line-height:18px;padding-top:61px;padding-left:12px}.page-template-template-iphone-promo2 .square h2{color:#fff;font-size:12px;font-weight:800;letter-spacing:-.01px;line-height:28px;padding-bottom:3px;padding-left:12px}.page-template-template-iphone-promo2 .square p{color:#fff;font-size:12px;line-height:16px;padding-left:12px;padding-right:10px}.page-template-template-iphone-promo2 .offerOne:after,.page-template-template-iphone-promo2 .offerOne:before,.page-template-template-iphone-promo2 .offerThree:after,.page-template-template-iphone-promo2 .offerThree:before,.page-template-template-iphone-promo2 .offerTwo:after,.page-template-template-iphone-promo2 .offerTwo:before{content:"";position:absolute;top:0;right:0;border-color:transparent;border-style:solid}.page-template-template-iphone-promo2 .offerOne:before{border-width:3.5em;border-right-color:#f3a48b;border-top-color:#f3a48b}.page-template-template-iphone-promo2 .offerOne:after{content:url("../images/best-deal.png");top:5px}.page-template-template-iphone-promo2 .offerTwo:before{border-width:3.5em;border-right-color:#92ccaa;border-top-color:#92ccaa}.page-template-template-iphone-promo2 .offerTwo:after{content:url("../images/airpod.svg");top:10px}.page-template-template-iphone-promo2 .offerThree:before{border-width:3.5em;border-right-color:#76dce2;border-top-color:#76dce2}.page-template-template-iphone-promo2 .offerThree:after{content:url("../images/money.png");top:13px}@media screen and (max-width:768px){.page-template-template-iphone-promo2 .card-alignment{display:flex;justify-content:center}}.HWYG-N .Benefits-updated,.HWYG-Y .Benefits-original{display:none}.Benefits-updated{background-color:#f1f9f5;padding-bottom:5em}@media screen and (max-width:500px){.Benefits-updated{padding-bottom:3em}}.Benefits-updated .PageTitle{padding-top:28px;padding-bottom:10px}.Benefits-updated h1{font-size:3.125rem;color:#549c74;font-family:Oswald,sans-serif;font-weight:700;line-height:49px}@media screen and (max-width:500px){.Benefits-updated h1{font-size:25px}}.Benefits-updated h1+small{color:#636363;font-size:18px;font-size:1.125rem;margin-top:1em;display:inline-block;line-height:1.25;font-family:Open Sans,sans-serif;width:55%}@media screen and (max-width:500px){.Benefits-updated h1+small{font-size:12px;width:86%}}@media screen and (max-width:320px){.Benefits-updated h1+small{width:99%}}.Benefits-updated .Benefits-items{text-align:center;color:#fff}.Benefits-updated .Benefits-items h3{text-transform:uppercase}@media (max-width:991.98px){.Benefits-updated .Benefits-items h3{font-size:1.375rem}}.Benefits-updated .Benefits-items>div:first-of-type{background-color:#a3d29c}.Benefits-updated .Benefits-items>div:first-of-type img{margin-top:.5rem;height:108px;width:79px}.Benefits-updated .Benefits-items>div:first-of-type h3{margin-bottom:-8px}.Benefits-updated .Benefits-items>div:first-of-type .Benefits-itemDesc h3{margin-top:-2rem}.Benefits-updated .Benefits-items>div:nth-of-type(2){background-color:#ed764e}.Benefits-updated .Benefits-items>div:nth-of-type(2) img{margin-top:1.5rem;margin-bottom:1em}.Benefits-updated .Benefits-items>div:nth-of-type(3){background-color:#68af85}.Benefits-updated .Benefits-items>div:nth-of-type(3) img{margin-top:1rem}.Benefits-updated .Benefits-items>div:nth-of-type(4){background-color:#f15d2e}.Benefits-updated .Benefits-items>div:nth-of-type(4) img{height:116px;width:77px}.Benefits-updated .Benefits-items>div:nth-of-type(5){background-color:#5abdc3}.Benefits-updated .Benefits-items>div:nth-of-type(5) img{height:104px;width:57px}.Benefits-updated .Benefits-items>div:nth-of-type(6){background-color:#427154}.Benefits-updated .Benefits-items>div:nth-of-type(6) h3{margin-bottom:-1.5rem}.Benefits-updated .Benefits-items>div:nth-of-type(6) .Benefits-itemDesc h3{margin-top:-2rem}.Benefits-updated .Benefits-items>div:nth-of-type(6) .Benefits-itemDesc p{margin-bottom:0}.Benefits-updated .Benefits-item{height:237px;width:205px;overflow:hidden}.Benefits-updated .Benefits-item .Benefits-itemCard,.Benefits-updated .Benefits-item .Benefits-itemDesc{width:100%;min-height:20rem;padding-top:0;padding-bottom:6rem;display:flex;flex-direction:column;justify-content:space-around;color:#fff;font-family:Open Sans,sans-serif;font-size:16px;font-weight:700;letter-spacing:.4px;line-height:18px;text-align:center}.Benefits-updated .Benefits-item .Benefits-itemCard img,.Benefits-updated .Benefits-item .Benefits-itemDesc img{align-self:center}.Benefits-updated .Benefits-item .Benefits-itemCard h3,.Benefits-updated .Benefits-item .Benefits-itemDesc h3{color:#fff;font-family:Open Sans,sans-serif;font-size:16px;font-weight:700;letter-spacing:.4px;line-height:18px;text-align:center}.Benefits-updated .Benefits-item .Benefits-itemCard{padding-top:22px}.Benefits-updated .Benefits-item .Benefits-itemCard h3{margin-bottom:-10px}.Benefits-updated .Benefits-item .Benefits-itemCard:after{content:url("../images/down.png");transform:scale(.5)}.Benefits-updated .Benefits-item .Benefits-itemDesc:before{content:url("../images/up.png");transform:scale(.5)}.Benefits-updated .Benefits-item .Benefits-itemDesc p{color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:18px;text-align:center}@media screen and (max-width:500px){.Benefits-updated .Benefits-item .Benefits-itemDesc p{font-size:12px;padding:2px}}.Benefits-updated .Benefits-item .Benefits-itemDesc{padding-left:.5rem;padding-right:.5rem}.Benefits-updated .Benefits-item .Benefits-itemDesc h3{margin-top:-.5rem}.Benefits-updated .Benefits-item .Benefits-itemDesc p{margin-bottom:3rem}.Benefits-updated .Benefits-item a:active,.Benefits-updated .Benefits-item a:focus,.Benefits-updated .Benefits-item a:visited{text-decoration:none;outline:none}.Hero-affiliate{background-image:linear-gradient(225deg,#68af85,#68af85 35%,#036a38 0,#036a38)}@media screen and (min-width:768px){.Hero-affiliate{background-image:linear-gradient(30deg,#68af85,#68af85 30%,#036a38 0,#036a38)}}.Hero-affiliate .hero-copy{color:#fff;text-align:center;margin-bottom:45px}@media screen and (min-width:768px){.Hero-affiliate .hero-copy{margin:3em auto}}@media screen and (min-width:1200px){.Hero-affiliate .hero-copy{margin:5em auto}}.Hero-affiliate .hero-copy .content-headline{font-family:Oswald,sans-serif;margin-bottom:14px;white-space:nowrap;font-size:30px;font-weight:500;line-height:34px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:768px){.Hero-affiliate .hero-copy .content-headline{margin-bottom:18px}}@media screen and (min-width:1200px){.Hero-affiliate .hero-copy .content-headline{font-size:56px;font-weight:500;line-height:56px;letter-spacing:1px;text-transform:uppercase;margin-bottom:25px}}.Hero-affiliate .hero-copy .content-headline br{display:block}@media screen and (min-width:768px){.Hero-affiliate .hero-copy .content-headline br{display:none}}@media screen and (min-width:1200px){.Hero-affiliate .hero-copy .content-headline br{display:block}}.Hero-affiliate .hero-copy .content-info{font-family:Oswald,sans-serif;margin-bottom:14px;font-size:20px;font-weight:300;line-height:24px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:768px){.Hero-affiliate .hero-copy .content-info{margin-bottom:18px}}@media screen and (min-width:1200px){.Hero-affiliate .hero-copy .content-info{font-size:30px;font-weight:300;line-height:44px;letter-spacing:1px;text-transform:uppercase;margin-bottom:25px}}.Hero-affiliate .hero-copy .content-info br{display:block}@media screen and (min-width:1200px){.Hero-affiliate .hero-copy .content-info br{display:none}}.Hero-affiliate .hero-image{text-align:center}.Hero-affiliate .hero-image img{width:320px;margin:10px auto}@media screen and (min-width:768px){.Hero-affiliate .hero-image img{margin:auto;position:absolute;right:-50px;top:10px;width:352px}}@media screen and (min-width:1200px){.Hero-affiliate .hero-image img{top:20px;width:535px}}.info-affiliate{font-family:proxima-nova,sans-serif;font-weight:400;margin:2em}@media screen and (min-width:768px){.info-affiliate{margin:2em 2em 2em 30%}}@media screen and (min-width:1200px){.info-affiliate{margin:2em 12em 2em 25%}}@media screen and (min-width:1500px){.info-affiliate{margin-left:35%}}@media screen and (min-width:2500px){.info-affiliate{margin-left:40%}}.info-affiliate .line-1{margin-bottom:2em}.info-affiliate .line-1 span{font-weight:600}.partners-affiliate{background-color:#eaf6f1;padding:2em 0;text-align:center}.partners-affiliate .partners-text{font-family:Oswald,sans-serif;margin-bottom:10px;font-size:28px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}.partners-affiliate .non-carousel{display:inline-flex}@media screen and (max-width:1214px){.partners-affiliate .non-carousel{display:none}}.partners-affiliate .non-carousel .partner{margin-left:20px;margin-right:20px}@media screen and (min-width:1215px){.partners-affiliate .owl-carousel{display:none}}.partners-affiliate #js-carousel-partners{padding-top:3em}.features-affiliate{background-color:#fffef4;padding:2em 1em}.features-affiliate .header{font-family:Oswald,sans-serif;font-size:28px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.features-affiliate .highlights ul{font-family:proxima-nova,sans-serif;font-weight:400}@media screen and (min-width:768px){.features-affiliate .highlights ul li{font-size:16px}}.features-affiliate .highlights ul .referral-info{margin-top:10px;font-weight:400;font-style:italic;padding-top:1em}@media screen and (min-width:768px){.features-affiliate .highlights ul .referral-info{margin-top:0}}.features-affiliate .highlights ul .line-2{text-decoration:underline}.features-affiliate .highlights ul a{color:#000}.how-it-works-affiliate{background:#fff;text-align:center;height:127em}@media screen and (min-width:576px){.how-it-works-affiliate{height:85em}}@media screen and (min-width:768px){.how-it-works-affiliate{height:64em}}.how-it-works-affiliate .header-image img{width:75%}@media screen and (min-width:576px){.how-it-works-affiliate .header-image img{width:auto}}.how-it-works-affiliate .header{padding:25px 0;text-align:center;font-family:Oswald,sans-serif;color:#036a38;font-size:40px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}.how-it-works-affiliate .Benefits-items{margin-bottom:75px}.how-it-works-affiliate .Benefits-items .Benefits-item{height:21em}.how-it-works-affiliate .Benefits-items .Benefits-item .Benefits-itemCard img{width:106px;height:106px;margin-top:0!important}.how-it-works-affiliate .Benefits-items .Benefits-item .Benefits-itemCard h3{width:80%;margin:auto}.how-it-works-affiliate .cta-container{margin-bottom:50px}.how-it-works-affiliate .section-header .header-1{text-align:center;font-family:Oswald,sans-serif;color:#036a38;font-size:30px;font-weight:500;line-height:34px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:768px){.how-it-works-affiliate .section-header .header-1{font-size:40px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}}.how-it-works-affiliate .section-header .header-2{margin-top:10px;text-align:center;font-family:Oswald,sans-serif;color:#f15d2e;font-size:18px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:768px){.how-it-works-affiliate .section-header .header-2{font-size:40px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}}.videos-affiliate{background:#68af85;height:7em}.videos-affiliate .Carousel{position:relative;bottom:6.5em}.videos-affiliate .Carousel .video-thumb{width:300px}.videos-affiliate .Carousel .owl-carousel{width:90%;margin:auto}.videos-affiliate .Carousel .video-thumb p{margin-top:10px;margin-bottom:0}.videos-affiliate .Carousel .video-thumb b,.videos-affiliate .Carousel .video-thumb p{color:#fff;font-family:Open Sans,sans-serif;font-size:12px}.videos-affiliate .owl-theme .custom-nav{position:absolute;top:20%;left:0;right:0}.videos-affiliate .owl-theme .custom-nav .owl-next,.videos-affiliate .owl-theme .custom-nav .owl-prev{position:absolute;height:38px;color:inherit;border:none;border-radius:0;z-index:1;color:#fff}.videos-affiliate .owl-theme .custom-nav .owl-prev{background:transparent no-repeat url("../images/icon-arrow-black.png") 0 0;left:0;bottom:-62px}@media screen and (min-width:992px){.videos-affiliate .owl-theme .custom-nav .owl-prev{left:-25px;bottom:-47px}}.videos-affiliate .owl-theme .custom-nav .owl-next{background:transparent no-repeat url("../images/icon-arrow-black.png") -20px 0;right:0;bottom:-62px}@media screen and (min-width:992px){.videos-affiliate .owl-theme .custom-nav .owl-next{right:-25px;bottom:-47px}}.money-background{background-color:#68af85;background-image:url("/wp-content/themes/mintmobile/images/affiliate/money-m.png");height:15em;background-repeat:no-repeat;background-size:contain;background-position:bottom}@media screen and (min-width:768px){.money-background{background-image:url("/wp-content/themes/mintmobile/images/affiliate/money.png");height:8em}}@media screen and (min-width:992px){.money-background{height:15em}}.FAQ-affiliate{background-color:#fffef4}.contact-affiliate{background-color:#fff;padding:2em 0}.contact-affiliate .section-header{margin-bottom:1em}.contact-affiliate .section-header .header-1{text-align:center;font-family:Oswald,sans-serif;color:#036a38;font-size:28px;font-weight:500;line-height:34px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:768px){.contact-affiliate .section-header .header-1{font-size:40px;font-weight:500;line-height:41px;letter-spacing:1px;text-transform:uppercase}}.contact-affiliate .section-header .header-1 .orange{color:#f15d2e}.contact-affiliate .form-holder{margin-top:25px}.main-raised{border-radius:6px 6px 0 0;-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.parallax{background-image:url(/wp-content/themes/mintmobile//images/Blog-banner.png);height:300px;background-position:50%;background-repeat:no-repeat;background-size:100%}.blog-posts .aligncenter{display:block;margin:0 auto 24px}.blog-posts .blog-post{margin-bottom:16px}.blog-posts .blog-post.card{padding:1em;border:none}@media screen and (min-width:1024px){.blog-posts .blog-post.card{flex-direction:row}}.blog-posts .blog-post.card .post-categories{list-style-type:none;padding-inline-start:0}.blog-posts .blog-post.card .wp-post-image{max-height:236px;border-radius:3px}.blog-post.card{font-family:Open Sans,sans-serif}.blog-post.card .post-single p{color:#3c4858;font-size:18px;font-family:open-sans,sans-serif;font-weight:300;line-height:29px}.blog-post.card .post-single .blog-post-title{font-family:Open Sans,sans-serif;font-weight:700;letter-spacing:normal;line-height:42px;color:#666}.blog-post.card .post-single .blog-post-link{color:#3c4858;font-size:15px;font-family:Open Sans,sans-serif;font-weight:700}.blog-post.card .post-single .blog-post-meta{color:#3c4858;font-size:15px;font-family:open-sans,sans-serif;font-weight:300}.blog-post.card .blog-post-title{font-family:Open Sans,sans-serif;font-weight:700;letter-spacing:normal}.blog-post.card .blog-post-title a{font-size:22px;color:#666;font-weight:700;letter-spacing:normal}.blog-post.card .blog-post-title a:hover{opacity:.75;transition:.3s ease}.blog-post.card .blog-post-thumbnail{margin-bottom:30px}.blog-post.card .blog-post-thumbnail img{width:100%;max-width:295px}@media screen and (min-width:991px){.blog-post.card .blog-post-thumbnail{margin-bottom:30px;text-align:right}}.blog-post.card .blog-post-category{text-transform:uppercase;font-size:12px;font-weight:500;font-family:Open Sans,sans-serif;color:#3b664a}.blog-post.card .blog-post-excerpt{color:#666;font-size:14px;font-family:open-sans,sans-serif;font-weight:300;line-height:23px;display:inline-block}.blog-post.card .blog-post-excerpt .blog-post-link{color:#5c9e79}.blog-post.card .blog-post-excerpt .blog-post-link,.blog-post.card .blog-post-meta{font-size:14px;font-family:open-sans,sans-serif;font-weight:300;line-height:23px}.blog-post.card .blog-post-meta .author-name{color:#3c4858;font-weight:700;line-height:23px;font-family:Open Sans,sans-serif;font-size:14px}.blog-post.card .blog-post-meta .blog-post-link{font-family:open-sans,sans-serif;font-weight:300;line-height:23px;font-size:14px;color:#3c4858}.content-area .site-main{padding-top:30px;padding-bottom:80px}.blog-sidebar{padding-top:30px}.pagination{width:100%;text-align:center;display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;font-size:12px;font-family:open-sans,sans-serif;font-weight:300;line-height:30px}.pagination a,.pagination span{color:#999;min-width:30px;height:30px;margin:0 3px;padding:0 11px;border-radius:30px!important;background:transparent;text-transform:uppercase;display:inline-block}.pagination .nav-links .page-numbers.current{box-shadow:0 14px 26px -12px rgba(12,124,14,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(12,124,14,.2);color:#fff;background-color:#0c7c0e;border-color:#0c7c0e}.last-day-container .lastday-hero{background-image:url("../images/lastday-background.png");background-repeat:repeat-x;background-position:center 75%;background-size:auto 100%;padding-top:50px}@media screen and (max-width:767px){.last-day-container .lastday-hero{background-image:url("../images/lastday-background-mobile.png");background-size:cover;background-position:bottom}}.last-day-container .lastday-hero .legal-copy-m{display:none}.last-day-container .road{height:47px;width:100%;background:linear-gradient(180deg,#3c3c3c,#6e6e6e);text-align:center}.last-day-container .road .legal-copy{color:#afafaf;font-family:proxima-nova,sans-serif;font-size:9px;font-weight:500;line-height:11px;text-align:center;padding:13px 0}@media screen and (max-width:375px){.last-day-container .road .legal-copy{font-size:7px;padding:11px 0}}.last-day-container .lastday-hero-copy{text-align:center}.last-day-container .lastday-hero-copy img{bottom:-10px}.last-day-container .lastday-hero-img{position:relative;z-index:2;left:10px;width:85%}@media screen and (min-width:768px) and (max-width:1250px){.last-day-container .lastday-hero-img{width:100%;right:8px;left:0}}@media screen and (max-width:767px){.last-day-container .lastday-hero-img{display:none}}.last-day-container .lastday-hero-img-mobile{display:none}@media screen and (max-width:767px) and (min-width:576px){.last-day-container .lastday-hero-img-mobile{max-width:80%;display:block;margin:auto;margin-bottom:-7px}}@media screen and (max-width:575px){.last-day-container .lastday-hero-img-mobile{display:block;width:95%;margin:auto;margin-bottom:-5px}}@media screen and (max-width:1250px) and (min-width:1000px){.last-day-container .lastday-content-holder{height:300px;width:450px;margin:-43% 53% 47% 34%;position:absolute}}@media screen and (max-width:1000px) and (min-width:868px){.last-day-container .lastday-content-holder{margin:-14% 11% 11% 35%;position:absolute}}@media screen and (max-width:868px) and (min-width:818px){.last-day-container .lastday-content-holder{margin:-12% 8% 9% 32%;position:absolute}}@media screen and (max-width:818px) and (min-width:768px){.last-day-container .lastday-content-holder{margin:-11% 8% 9% 30%;position:absolute}}.last-day-container .lastday-hero-content{position:absolute;z-index:3;margin:0 auto;text-align:center;bottom:8em;right:20em}@media screen and (min-width:1125px) and (max-width:1250px){.last-day-container .lastday-hero-content{position:relative;top:3em;margin-top:0;left:2em}}@media screen and (min-width:1000px) and (max-width:1125px){.last-day-container .lastday-hero-content{position:sticky;top:16em;margin-top:-18em;left:5em;max-width:100%}}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content{position:sticky;top:16em;margin-top:-18em;left:5em;max-width:100%}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content{position:relative;margin-top:-4em;bottom:0;right:0}}.last-day-container .lastday-hero-content .content-headline{font-family:Oswald;color:#fff;font-size:86px;font-weight:500;line-height:89px;text-align:center;text-shadow:4px 4px rgba(0,0,0,.3);text-transform:uppercase}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content .content-headline{font-size:70px}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content .content-headline{font-size:50px;margin-bottom:-18px}}.last-day-container .lastday-hero-content .content-headline .dollar{font-size:42px;text-align:right;vertical-align:36px;margin-right:5px}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content .content-headline .dollar{font-size:35px}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content .content-headline .dollar{font-size:25px}}.last-day-container .lastday-hero-content .content-headline .month{font-size:42px;font-weight:500;line-height:89px;margin-left:5px}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content .content-headline .month{font-size:35px}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content .content-headline .month{font-size:25px}}.last-day-container .lastday-hero-content .content-highlight{font-size:30px;font-weight:500;letter-spacing:.4px;line-height:26px;text-align:center;color:#fff;height:46px;width:441px;background-color:#f15d2e;box-shadow:4px 4px rgba(0,0,0,.3);text-transform:uppercase;padding-top:10px;margin:auto}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content .content-highlight{font-size:25px;height:43px;width:398px;margin-top:-10px}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content .content-highlight{font-size:18px;width:265px;height:27px;padding-top:2px;box-shadow:none}}.last-day-container .lastday-hero-content .content-info{color:#fff;font-size:25px;letter-spacing:.8px;line-height:32px;margin:10px auto;padding-bottom:10px;border-bottom:2px solid #fff;text-align:center;text-transform:uppercase;font-family:din-2014,sans-serif;font-weight:300;max-width:450px}@media screen and (min-width:768px) and (max-width:1000px){.last-day-container .lastday-hero-content .content-info{font-size:20px;padding-bottom:2px;max-width:398px}}@media screen and (max-width:767px){.last-day-container .lastday-hero-content .content-info{font-size:15px;padding-bottom:0;letter-spacing:.3px;max-width:270px;margin-top:2px}}.last-day-container .lastday-hero-content .cta-container{text-align:center}.last-day-container .lastday-hero-content .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.last-day-container .lastday-hero-content .cta-container button{margin:0 0 3px 7px}.lastday-hero-plans{background-image:url("../images/lastday-plans-background.png");background-repeat:repeat-x;background-position:center 75%;background-size:auto 100%;padding-top:50px}@media screen and (max-width:767px){.lastday-hero-plans{background-image:url("../images/lastday-plans-mobile-background.png");background-size:cover}}.lastday-hero-plans .lastday-plans-content{text-align:center;margin-top:-2em}@media screen and (max-width:767px){.lastday-hero-plans .lastday-plans-content{margin-top:-4em}}.lastday-hero-plans .lastday-plans-content .cta-container{margin-top:1em}.lastday-hero-plans .lastday-plans-content .content-headline{font-family:Oswald;color:#fff;font-size:86px;font-weight:500;line-height:89px;text-align:center;text-shadow:4px 4px rgba(0,0,0,.3);text-transform:uppercase}@media screen and (min-width:576px) and (max-width:1000px){.lastday-hero-plans .lastday-plans-content .content-headline{font-size:70px}}@media screen and (max-width:575px){.lastday-hero-plans .lastday-plans-content .content-headline{font-size:50px;margin-bottom:-18px}}.lastday-hero-plans .lastday-plans-content .content-headline .dollar{font-size:42px;text-align:right;vertical-align:36px;margin-right:5px}@media screen and (min-width:576px) and (max-width:1000px){.lastday-hero-plans .lastday-plans-content .content-headline .dollar{font-size:35px;top:10px;right:2px;position:relative}}@media screen and (max-width:575px){.lastday-hero-plans .lastday-plans-content .content-headline .dollar{font-size:25px;top:16px;right:2px;position:relative}}.lastday-hero-plans .lastday-plans-content .content-headline .month{font-size:42px;font-weight:500;line-height:89px;margin-left:5px}@media screen and (min-width:576px) and (max-width:1000px){.lastday-hero-plans .lastday-plans-content .content-headline .month{font-size:35px}}@media screen and (max-width:575px){.lastday-hero-plans .lastday-plans-content .content-headline .month{font-size:25px}}.lastday-hero-plans .lastday-plans-content .content-highlight{font-size:30px;font-weight:500;letter-spacing:.4px;line-height:26px;text-align:center;color:#fff;height:46px;width:441px;background-color:#f15d2e;box-shadow:4px 4px rgba(0,0,0,.3);text-transform:uppercase;padding-top:10px;margin:auto}@media screen and (min-width:576px) and (max-width:1000px){.lastday-hero-plans .lastday-plans-content .content-highlight{font-size:25px;height:43px;width:398px;margin-top:-10px}}@media screen and (max-width:575px){.lastday-hero-plans .lastday-plans-content .content-highlight{font-size:18px;width:265px;height:27px;padding-top:2px;box-shadow:none}}.lastday-hero-plans .lastday-plans-content .content-info{color:#fff;font-size:25px;letter-spacing:.8px;line-height:32px;margin:10px auto;padding-bottom:10px;border-bottom:1.5px solid #fff;text-align:center;text-transform:uppercase;font-family:din-2014,sans-serif;font-weight:300;max-width:450px}@media screen and (min-width:576px) and (max-width:1000px){.lastday-hero-plans .lastday-plans-content .content-info{font-size:20px;padding-bottom:2px;max-width:398px}}@media screen and (max-width:575px){.lastday-hero-plans .lastday-plans-content .content-info{font-size:15px;padding-bottom:0;letter-spacing:.3px;max-width:270px;margin-top:1px}}.lastday-hero-plans .lastday-plans-content .cta-container{text-align:center}.lastday-hero-plans .lastday-plans-content .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.lastday-hero-plans .lastday-plans-content .cta-container button{margin:0 0 3px 7px}.lastday-hero-plans .legal-copy{color:#fff;font-family:Proxima Nova,sans-serif;font-size:11px;font-weight:500;line-height:11px;text-align:center;margin:auto;margin-bottom:5px}@media screen and (max-width:700px){.lastday-hero-plans .legal-copy{font-size:9px}}@media screen and (max-width:450px){.lastday-hero-plans .legal-copy{font-size:7px;text-align:center;margin:auto}}@media screen and (max-width:360px){.lastday-hero-plans .legal-copy{width:53%}}.lastday-plans-img{max-width:100%}@media screen and (min-width:950px){.lastday-plans-img{margin-left:-10em}}@media screen and (min-width:768px) and (max-width:950px){.lastday-plans-img{margin-left:-6em;max-width:100%}}@media screen and (max-width:575px){.lastday-plans-img{margin:0 auto;max-width:85%;margin-left:-3em}}.Deal-Main{background-image:url("../images/Deal-Orange-Background.jpg");height:30rem;position:relative}@media only screen and (min-width:768px){.Deal-Main{height:383px}}.Deal-Main .triangle{position:absolute;top:0;left:0;background-image:url("../images/Trianglex2.png");height:244px;width:13vh;background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:768px){.Deal-Main .triangle{width:195px}}.Deal-Main .hero-image{background-image:url("../images/Deal-Main-Fox.png");background-position:100% 100%;height:276px;width:auto;background-repeat:no-repeat;background-size:contain}.Deal-Main .green-button{font-size:16px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:uppercase;display:block;border:none;background-color:#3b664a;color:#fff;font-family:proxima-nova,sans-serif;text-align:center;height:35px;width:114px;margin:auto}@media only screen and (min-width:768px){.Deal-Main .green-button{height:46px;width:136px;margin-top:2rem;margin-bottom:4rem;margin-left:0;font-size:16px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .green-button{height:60px;width:174px;margin-top:2rem;margin-bottom:4rem;margin-left:0;font-size:22px;font-weight:700;line-height:27px;letter-spacing:normal;text-transform:uppercase}}.Deal-Main .green-button:hover{background-color:#6bb086;-webkit-transition-duration:.4s;transition-duration:.4s}.Deal-Main .first-copy .content-headline{color:#fff;font-family:proxima-nova,sans-serif;font-size:18px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none;text-align:center;margin-top:4rem}@media only screen and (min-width:768px){.Deal-Main .first-copy .content-headline{font-size:32px;font-weight:400;line-height:34px;letter-spacing:normal;text-transform:none;text-align:left;margin-top:0}}.Deal-Main .first-copy .bold{font-weight:700}.Deal-Main .second-copy{text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,.5)}.Deal-Main .second-copy .a-year{font-family:oswald,sans-serif;color:#fafafa;font-size:34px;font-weight:600;line-height:55px;letter-spacing:.69px;text-transform:uppercase}@media only screen and (min-width:768px){.Deal-Main .second-copy .a-year{font-size:45px;font-weight:600;line-height:55px;letter-spacing:.91px;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .second-copy .a-year{font-size:60px;font-weight:600;line-height:65px;letter-spacing:4px;text-transform:uppercase}}.Deal-Main .second-copy .hero-divider{font-family:din-2014,sans-serif;color:#fff;position:relative;font-size:18px;font-weight:600;line-height:22px;letter-spacing:1.83px;text-transform:uppercase}@media only screen and (min-width:768px){.Deal-Main .second-copy .hero-divider{font-size:20px;font-weight:400;line-height:22px;letter-spacing:2.04px;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .second-copy .hero-divider{font-size:28px;font-weight:400;line-height:34px;letter-spacing:2.85px;text-transform:uppercase}}.Deal-Main .second-copy .hero-divider:before{content:"";position:absolute;background:#fff;width:59px;height:1px;bottom:.7rem;left:6.7rem;box-shadow:2px 2px 3px rgba(0,0,0,.5)}@media only screen and (min-width:992px){.Deal-Main .second-copy .hero-divider:before{width:74px;bottom:1.2rem;left:9.2rem}}.Deal-Main .second-copy .hero-divider:after{content:"";position:absolute;background:#fff;width:59px;height:1px;bottom:.7rem;right:6.7rem;box-shadow:2px 2px 3px rgba(0,0,0,.5)}@media only screen and (min-width:992px){.Deal-Main .second-copy .hero-divider:after{width:74px;bottom:1.2rem;right:9.2rem}}.Deal-Main .second-copy .price{color:#fafafa;font-family:Oswald;font-size:77px;font-weight:600;line-height:4rem;letter-spacing:.04px;text-transform:uppercase}@media only screen and (min-width:768px){.Deal-Main .second-copy .price{font-size:80px;font-weight:600;line-height:4rem;letter-spacing:.04px;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .second-copy .price{font-size:97px;font-weight:600;line-height:4rem;letter-spacing:normal;text-transform:uppercase}}.Deal-Main .second-copy .price .dollar{font-size:26px;font-weight:600;line-height:normal;letter-spacing:.01px;text-transform:uppercase;vertical-align:41px}@media only screen and (min-width:768px){.Deal-Main .second-copy .price .dollar{vertical-align:30px;font-size:39px;font-weight:600;line-height:normal;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .second-copy .price .dollar{vertical-align:45px;font-size:39px;font-weight:600;line-height:normal;letter-spacing:normal;text-transform:uppercase}}.Deal-Main .second-copy .price .mo{font-size:18px;font-weight:400;line-height:28px;letter-spacing:1.13px;text-transform:uppercase}@media only screen and (min-width:768px){.Deal-Main .second-copy .price .mo{font-size:24px;font-weight:600;line-height:28px;letter-spacing:1.51px;text-transform:uppercase}}@media only screen and (min-width:992px){.Deal-Main .second-copy .price .mo{font-size:30px;font-weight:600;line-height:34px;letter-spacing:1.88px;text-transform:uppercase}}.Deal-Main .second-copy .box-content{background-color:#fff;color:#f05e2d;font-size:15px;font-weight:600;line-height:22px;letter-spacing:.26px;text-transform:uppercase;font-family:proxima-nova,sans-serif;max-width:240px;margin:auto;height:28px;text-shadow:.1px .1px .1px rgba(0,0,0,.5);margin-top:.8rem}@media only screen and (min-width:768px){.Deal-Main .second-copy .box-content{font-size:17px;font-weight:600;line-height:22px;letter-spacing:.32px;text-transform:uppercase;max-width:261px;height:28px}}@media only screen and (min-width:992px){.Deal-Main .second-copy .box-content{font-size:20px;font-weight:600;line-height:22px;letter-spacing:.32px;text-transform:uppercase;max-width:316px;height:35px}}.Deal-Main .second-copy p{font-size:12px;font-weight:600;line-height:20px;letter-spacing:normal;text-transform:none;color:#fff;font-family:proxima-nova,sans-serif;position:relative;top:.4rem;text-shadow:none}@media only screen and (min-width:992px){.Deal-Main .second-copy p{font-size:16px;font-weight:600;line-height:20px;letter-spacing:.32px;text-transform:none}}.Deal-Main .phone-image{background-image:url("../images/glowing phone@2x.png");height:274px;background-repeat:no-repeat;background-size:contain;background-position:bottom}@media only screen and (min-width:992px){.Deal-Main .phone-image{height:324px}}.Deal-Main:after{content:"";position:absolute;bottom:0;right:0;height:300px;width:300px;background-image:url("../images/mobile-deal-fox.png");background-repeat:no-repeat;background-size:24vw;background-position:100% 100%}@media only screen and (min-width:768px){.Deal-Main:after{content:"";position:none;bottom:none;right:none;height:none;width:none;background-image:none;background-repeat:none}}.HowToGetDeal{background-image:url("../images/Deal-Orange-Background.jpg");position:relative;background-size:cover;height:82rem;background-repeat:no-repeat}@media only screen and (min-width:758px){.HowToGetDeal{height:72rem}}@media only screen and (min-width:768px){.HowToGetDeal{height:610px}}.HowToGetDeal .PageTitle h2{font-family:oswald,sans-serif;font-size:24px;font-weight:600;line-height:26px;letter-spacing:.49px;text-transform:uppercase;text-align:center;color:#fff}@media only screen and (min-width:768px){.HowToGetDeal .PageTitle h2{font-size:36px;font-weight:600;line-height:50px;letter-spacing:.73px;text-transform:uppercase}}.HowToGetDeal .HowToGetDeal-section{text-align:center}.HowToGetDeal .HowToGetDeal-section .copy{font-family:proxima-nova;color:#fff;font-size:16px;font-weight:700;line-height:22px;letter-spacing:normal;text-transform:none;margin-bottom:2rem}@media only screen and (min-width:768px){.HowToGetDeal .HowToGetDeal-section .copy{margin-bottom:0;font-size:20px;font-weight:700;line-height:24px;letter-spacing:.73px;text-transform:none}}.HowToGetDeal .bottom-text{font-family:proxima-nova;color:#fff;text-align:center;font-size:18px;font-weight:700;line-height:22px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:768px){.HowToGetDeal .bottom-text{font-size:18px;font-weight:400;line-height:24px;letter-spacing:.73px;text-transform:none}}@media only screen and (min-width:992px){.HowToGetDeal .bottom-text{font-size:20px;font-weight:400;line-height:24px;letter-spacing:.73px;text-transform:none}}.HowToGetDeal .green-button{height:38px;width:114px;display:block;margin:auto;border:none;background-color:#3b664a;color:#fff;font-family:proxima-nova,sans-serif;text-align:center;font-size:16px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:uppercase;margin-top:2rem;margin-bottom:4rem}@media only screen and (min-width:768px){.HowToGetDeal .green-button{height:60px;width:174px;margin-bottom:2rem;font-size:22px;font-weight:700;line-height:27px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.HowToGetDeal .green-button{height:60px;width:174px;font-size:22px;font-weight:700;line-height:27px;letter-spacing:normal;text-transform:uppercase}}.HowToGetDeal .green-button:hover{background-color:#6bb086;-webkit-transition-duration:.4s;transition-duration:.4s}.HowToGetDeal:after{content:"";background-image:url("../images/running fox@2x.png");background-size:contain;background-repeat:no-repeat;background-position:bottom;position:absolute;height:213px;width:258px;bottom:0;right:30px}@media only screen and (min-width:768px){.HowToGetDeal:after{height:183px;width:198px;bottom:0;right:0}}@media only screen and (min-width:992px){.HowToGetDeal:after{height:213px;width:258px;bottom:0;right:1rem}}.deal-offer{background-color:#edf7f3;height:6rem;padding-top:1rem}@media only screen and (min-width:768px){.deal-offer{height:67px}}.deal-offer p{font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:none;color:#3b664a;text-align:center}@media only screen and (min-width:768px){.deal-offer p{font-size:18px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.deal-offer p{font-size:22px;font-weight:700;line-height:normal;letter-spacing:normal;text-transform:none}}.closer-look .title{text-align:center;margin-bottom:1rem;margin-top:4.5rem}.closer-look .title h2{font-size:28px;line-height:34px;text-transform:none;color:#3b664a}.closer-look .closer-divider,.closer-look .title h2{font-weight:700;letter-spacing:normal;font-family:proxima-nova,sans-serif}.closer-look .closer-divider{position:relative;font-size:17px;line-height:22px;text-transform:uppercase;color:#6bb086;margin-bottom:1rem;text-align:center;z-index:1}.closer-look .closer-divider:before{border-top:1px solid #6bb086;content:"";margin:0 auto;position:absolute;top:50%;left:-10%;right:0;bottom:0;width:119%;z-index:-1}@media only screen and (min-width:576px){.closer-look .closer-divider:before{width:67%;top:50%;left:0;right:0;bottom:0}}@media only screen and (min-width:992px){.closer-look .closer-divider:before{width:95%;top:50%;left:0;right:0;bottom:0}}.closer-look .closer-divider span{background:#fff;padding:0 20px}.closer-look .card-1,.closer-look .card-2{background-color:#6bb086;color:#fff;height:117px;box-shadow:0 0 15px 0 hsla(0,0%,46%,.5);border-radius:6px}.closer-look .card-title-1,.closer-look .card-title-2{font-family:proxima-nova,sans-serif;text-align:center;font-style:normal;font-size:14px;font-weight:400px;line-height:17px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:768px){.closer-look .card-title-1,.closer-look .card-title-2{font-size:20px;font-weight:400px;line-height:24px;letter-spacing:normal;text-transform:none}}.closer-look .card-title-1 .bold,.closer-look .card-title-2 .bold{font-weight:700}.closer-look .card-info{margin-top:.5rem;color:#adadad;font-family:proxima-nova,sans-serif;text-align:center;font-size:12px;font-weight:400px;line-height:15px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:768px){.closer-look .card-info{font-size:20px;font-weight:400px;line-height:24px;letter-spacing:normal;text-transform:none}}.closer-look .green-button{font-size:16px;font-weight:700;line-height:20px;letter-spacing:normal;text-transform:uppercase;display:block;margin:auto;border:none;background-color:#3b664a;color:#fff;font-family:proxima-nova,sans-serif;text-align:center;height:38px;width:114px;margin-top:2rem;margin-bottom:4rem}@media only screen and (min-width:768px){.closer-look .green-button{height:60px;width:174px;font-size:22px;font-weight:700;line-height:27px;letter-spacing:normal;text-transform:uppercase}}.closer-look .green-button:hover{background-color:#6bb086;-webkit-transition-duration:.4s;transition-duration:.4s}.faqs-deal{height:21rem;background-color:#fff;color:#686868;font-family:proxima-nova,sans-serif;font-size:12px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;text-align:center}@media only screen and (min-width:768px){.faqs-deal{font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;height:240px}}.Sim-Card-Plan-Page .Sim-Hero{background-image:url("../images/Sims-Background.png");background-size:cover;background-repeat:no-repeat;height:28rem}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero{height:auto}}.Sim-Card-Plan-Page .Sim-Hero .hero-copy{text-align:center;padding-top:4em;color:#fff}@media screen and (min-width:992px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy{padding:1em 0}}@media screen and (min-width:1200px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy{padding:3em 0 2em}}.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-headline{font-family:din-2014;font-size:16px;font-weight:500;line-height:20px;letter-spacing:3px;text-transform:uppercase}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-headline{font-size:25px;font-weight:500;line-height:32px;letter-spacing:5px;text-transform:uppercase}}@media screen and (min-width:992px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-headline{font-size:20px;font-weight:500;line-height:25px;letter-spacing:.064px;text-transform:uppercase}}.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-headline .underline{text-decoration:underline}.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight{font-family:Oswald;font-size:63px;font-weight:500;line-height:default;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight{font-size:117px}}@media screen and (min-width:992px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight{font-size:86px;font-weight:500;line-height:89px;letter-spacing:normal;text-transform:uppercase;text-shadow:5px 4px 0 rgba(0,0,0,.5)}}.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight .dollar{font-size:26px;font-weight:400;line-height:normal;letter-spacing:normal;text-transform:uppercase;vertical-align:31px}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight .dollar{vertical-align:56px;font-size:48px}}@media screen and (min-width:992px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight .dollar{font-size:40px;vertical-align:45px}}.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight .mo{text-transform:uppercase;font-size:26px}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero .hero-copy .content-highlight .mo{font-size:48px;font-size:40px;text-shadow:3px 3px 0 rgba(0,0,0,.5)}}.Sim-Card-Plan-Page .Sim-Hero .hero-image .image-div{background-image:url("../images/Sim-Fox-Hero.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:250px}@media screen and (min-width:576px){.Sim-Card-Plan-Page .Sim-Hero .hero-image .image-div{height:300px}}@media screen and (min-width:992px){.Sim-Card-Plan-Page .Sim-Hero .hero-image .image-div{background-size:430px}}.Sim-Card-Plan-Page .product-purchase-form{margin-top:2rem}.Sim-Card-Plan-Page .product-purchase-form .header{font-family:proxima-nova,sans-serif;font-size:16px;font-weight:600;line-height:18px;letter-spacing:normal;text-transform:uppercase;color:#666}@media screen and (min-width:576px){.Sim-Card-Plan-Page .product-purchase-form .header{font-size:14px;font-weight:600;line-height:16px;letter-spacing:.6px;text-transform:uppercase}}@media screen and (min-width:992px){.Sim-Card-Plan-Page .product-purchase-form .header{font-size:22px;font-weight:600;line-height:25px;letter-spacing:.8px;text-transform:uppercase}}.Sim-Card-Plan-Page .product-purchase-form button{font-size:14px}.Sim-Card-Plan-Page .product-purchase-form input[type=radio]{opacity:0;position:fixed;width:0}.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio{padding-right:4px!important;padding-left:4px!important}@media screen and (min-width:576px){.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio{padding-right:10px!important;padding-left:10px!important}}.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio label{font-family:proxima-nova,sans-serif;font-style:normal;height:50px;width:100%;border-radius:4px;padding-top:2px;font-size:14px;line-height:14px;padding-top:10px;font-weight:600;background-color:#fff;color:#f15d2e;border:1px solid #f15d2e;text-align:center}.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio label:hover{cursor:pointer}.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio label .price{font-weight:400}.Sim-Card-Plan-Page .product-purchase-form .sim-card-radio input:checked+label{background-color:#f15d2e;color:#fff;box-shadow:none}.Sim-Card-Plan-Page .Benefits-updated{background-color:#f1f9f5}.Sim-Card-Plan-Page .Benefits-updated .PageTitle h1{font-size:38px;color:#68af85}.Sim-Card-Plan-Page .Benefits-updated .PageTitle small{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;color:#4a4a4a;width:90%;margin-bottom:1rem}.Sim-Card-Plan-Page .Benefits-updated .PageTitle .orange-text{color:#f15d2e;font-size:38px}.Sim-Card-Plan-Page .sim-information{height:70rem;background-color:#fff}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .sim-information{height:50rem}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .sim-information{height:40rem}}.Sim-Card-Plan-Page .sim-information .sim-header{color:#61a381;font-family:oswald,sans-serif;font-style:normal;text-align:center;font-size:22px;font-weight:700;line-height:26px;letter-spacing:normal;text-transform:uppercase;margin-bottom:1rem}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .sim-information .sim-header{font-size:20px;font-weight:700;line-height:22px;letter-spacing:normal;text-transform:uppercase;text-align:left;margin-top:0}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .sim-information .sim-header{font-size:28px;font-weight:700;line-height:30px;letter-spacing:-.64px;text-transform:uppercase;text-align:left;margin-top:0}}.Sim-Card-Plan-Page .sim-information .sim-details{color:#4a4a4a;font-family:proxima-nova,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none;text-align:center}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .sim-information .sim-details{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.4px;text-transform:none;text-align:left}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .sim-information .sim-details{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:none;text-align:left}}.Sim-Card-Plan-Page .sim-information .sim-details{text-align:left}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper{height:170px;max-width:270px;perspective:800px;margin:auto;animation:MoveUpDown .5s infinite alternate;-webkit-animation:MoveUpDown .5s infinite alternate;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .sim-information .sim-card-wrapper{height:170px}}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card{width:100%;height:100%;transform-style:preserve-3d;-webkit-transition:transform 1.5s;transition:transform 1.5s}@-webkit-keyframes MoveUpDown{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes MoveUpDown{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-front{background-image:url("../images/sim-new-front.png")}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-back,.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-front{position:absolute;height:100%;width:100%;background-size:contain;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-back{background-image:url("../images/sim-new-back.png")}.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-1,.Sim-Card-Plan-Page .sim-information .sim-card-wrapper .sim-card-back{-ms-transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.Sim-Card-Plan-Page .sim-information .multiple-sims{background-image:url("../images/multiple-sims-img.png");height:150px;max-width:300px;margin:auto;background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .sim-information .multiple-sims{height:230px;max-width:400px}}.Sim-Card-Plan-Page .sim-information .orange-text{color:#f15d2e}.Sim-Card-Plan-Page .WhatIsIt{padding-top:20px;padding-bottom:20px;background-color:#f1f9f5}.Sim-Card-Plan-Page .WhatIsIt .copyRow{text-align:center}.Sim-Card-Plan-Page .WhatIsIt h3{color:#68af85;text-transform:uppercase;font-size:28px;letter-spacing:-.64px;line-height:52px;font-family:Oswald,sans-serif;font-weight:500;margin-bottom:-.5rem;padding-bottom:15px}.Sim-Card-Plan-Page .WhatIsIt .HowItWorks{background-color:#f1f9f5;color:#4a4a4a;font-family:proxima-nova,sans-serif;margin-bottom:2rem;text-align:left;font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .WhatIsIt .HowItWorks{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.4px;text-transform:uppercase;text-align:left}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .WhatIsIt .HowItWorks{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:none;text-align:left}}.Sim-Card-Plan-Page .closer-look{background-color:#fffef4;height:33rem;position:relative}.Sim-Card-Plan-Page .closer-look #top-card{margin-top:6rem}.Sim-Card-Plan-Page .closer-look #bottom-card{height:167px;margin-bottom:1.5rem}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .closer-look{height:30rem}.Sim-Card-Plan-Page .closer-look #top-card{margin-top:0}.Sim-Card-Plan-Page .closer-look #bottom-card{height:208px;margin-bottom:0}}.Sim-Card-Plan-Page .closer-look .card{height:208px;background-color:#fff;border-radius:23px;box-shadow:0 0 16px 0 rgba(0,0,0,.2)}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .closer-look .card{height:208px;margin-top:0}}.Sim-Card-Plan-Page .closer-look .blog-post.card .blog-post-title,.Sim-Card-Plan-Page .closer-look .card .card-title{font-family:Oswald;text-align:center;font-size:22px;font-weight:500;line-height:26px;letter-spacing:normal;text-transform:uppercase;color:#68af85}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .closer-look .blog-post.card .blog-post-title,.Sim-Card-Plan-Page .closer-look .card .card-title{font-size:20px;font-weight:500;line-height:22px;letter-spacing:.4px;text-transform:uppercase}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .closer-look .blog-post.card .blog-post-title,.Sim-Card-Plan-Page .closer-look .card .card-title{font-size:28px;font-weight:500;line-height:30px;letter-spacing:-.64px;text-transform:uppercase}}.Sim-Card-Plan-Page .closer-look .blog-post.card .blog-post-title .orange-text,.Sim-Card-Plan-Page .closer-look .card .card-title .orange-text{color:#f15d2e}.Sim-Card-Plan-Page .closer-look .card .card-info{color:#4a4a4a;font-size:13px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .closer-look .card .card-info{font-size:13px;font-weight:400;line-height:16px;letter-spacing:.4px;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .closer-look .card .card-info{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:none}}.Sim-Card-Plan-Page .closer-look:after{content:"";background-image:url("../images/fox_upsidedown_02.png");background-size:contain;background-repeat:no-repeat;position:absolute;top:0;left:50%;transform:translate(-50%,-9%);height:150px;width:150px}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .closer-look:after{height:200px;width:200px}}.Sim-Card-Plan-Page .dropdown-imei .orange-text{color:#f15d2e}.Sim-Card-Plan-Page .dropdown-imei .header{color:#68af85;font-family:oswald,sans-serif;font-style:normal;font-size:27px;font-weight:500;line-height:27px;letter-spacing:normal;text-transform:uppercase}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .header{font-size:23px;font-weight:500;line-height:34px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .header{font-size:38px;font-weight:500;line-height:59px;letter-spacing:normal;text-transform:uppercase}}.Sim-Card-Plan-Page .dropdown-imei .subtitle{color:#4a4a4a;font-family:proxima-nova,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .subtitle{font-size:12px;font-weight:400;line-height:16px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .subtitle{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .card{height:190px;background-color:#fff;border-radius:16px;box-shadow:0 0 16px 0 rgba(0,0,0,.2)}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .card{height:92px}}.Sim-Card-Plan-Page .dropdown-imei .steps .card .card-info{font-family:proxima-nova,sans-serif;color:#4a4a4a;text-align:center;font-size:14px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .card .card-info{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.4px;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .steps .card .card-info{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .current-carrier{margin-left:0}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .current-carrier{margin-left:40px}}.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card{height:260px;position:relative;z-index:1}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card{height:230px}}.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form{font-family:open-sans,sans-serif}.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form input{padding-left:.7rem;height:40px;width:85%;margin-right:0;font-size:11px;font-weight:400;line-height:18px;letter-spacing:normal;text-transform:none;border:2px solid #68af85;box-shadow:0 0 9px 0 #5abdc3;color:#9c9c9c}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form input{width:75%;height:40px;margin-right:1rem;font-size:12px;font-weight:400;line-height:22px;letter-spacing:normal;text-transform:none;padding-left:1rem}}@media only screen and (min-width:768px){.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form input{width:35%;height:50px;margin-right:1rem}}.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form button{height:40px;width:85%;font-size:13px;font-weight:700;line-height:18px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form button{width:75%;height:40px;margin-right:1rem}}@media only screen and (min-width:768px){.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form button{width:20%;height:50px}}.Sim-Card-Plan-Page .dropdown-imei .steps .imei-card form .js-imei-error{color:red}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-header{color:#333;font-family:open-sans,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-header{font-size:14px;font-weight:400;line-height:19px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-header{font-size:22px;font-weight:400;line-height:30px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-subtitle{color:#333;font-family:open-sans,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:17px;letter-spacing:.6px;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-subtitle{font-size:12px;font-weight:400;line-height:16px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-subtitle{font-size:18px;font-weight:400;line-height:24px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-subtitle span{text-decoration:underline}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .imei-subtitle span a{font-weight:500;color:#000}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent{font-family:proxima-nova,sans-serif;border-radius:16px;background:#61a381;position:relative;top:-4rem}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .mobile-close-sign{margin-top:5rem}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .mobile-close-sign .close-sign{font-family:open-sans,sans-serif;color:#fff;font-size:14px;font-weight:700;line-height:19px;letter-spacing:normal;text-transform:uppercase}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .mobile-close-sign{margin-top:0}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .card-body-header{margin-top:0;color:#fff;font-size:16px;font-weight:700;line-height:18px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .card-body-header{margin-top:5rem;font-size:20px;font-weight:700;line-height:22px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .card-body-header small{font-size:14px;font-weight:600;line-height:18px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .card-body-header small{font-size:16px;font-weight:600;line-height:19px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .card-body-header .close-sign{font-family:open-sans,sans-serif;color:#fff;font-size:14px;font-weight:700;line-height:19px;letter-spacing:normal;text-transform:uppercase}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .sub-text{color:#fff;font-size:16px;font-weight:600;line-height:14px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .sub-text{font-size:18px;font-weight:700;line-height:18px;letter-spacing:.68px;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group{background-color:#fff;border:1px solid #ddd;box-sizing:border-box;padding-top:.5rem;padding-bottom:1rem}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .card-header{padding:.75rem 0 0 1.25rem;background-color:initial;border:initial;font-family:open-sans,sans-serif;font-size:20px;font-weight:700;line-height:27px;letter-spacing:normal;text-transform:none;color:#5c9e79}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .card-body{padding:.8rem 1.25rem 1.25rem;color:#666;font-family:proxima-nova,sans-serif;font-size:14px;font-weight:700;line-height:0;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .card-body{font-size:18px;font-weight:700;line-height:0;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .first-card-body{font-size:14px;font-weight:700;line-height:17px;letter-spacing:normal;text-transform:none}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .first-card-body{font-size:18px;font-weight:700;line-height:0;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .dropdown-imei .steps .first-step .card-body-parent .accordion-group .plus-sign{font-family:open-sans,sans-serif;font-size:30px;font-weight:300;line-height:27px;letter-spacing:.76px;text-transform:none;float:right;position:relative;right:2rem;color:#5b9e79}.Sim-Card-Plan-Page .dropdown-imei ol{list-style:none;counter-reset:orange-counter;padding:0}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei ol{padding-left:40px}}.Sim-Card-Plan-Page .dropdown-imei ol .list-header{color:#5c9e79;font-family:proxima-nova,sans-serif;font-style:normal;font-size:16px;font-weight:800;line-height:16px;letter-spacing:normal;text-transform:none}.Sim-Card-Plan-Page .dropdown-imei li{counter-increment:orange-counter}.Sim-Card-Plan-Page .dropdown-imei li:before{content:counter(orange-counter);color:#fff;font-family:proxima-nova,sans-serif;font-style:normal;font-size:13px;font-weight:600;line-height:normal;letter-spacing:normal;text-transform:none;background:#f15d2e;text-align:center;display:inline-block;height:1.4rem;width:1.4rem;border-radius:100%;margin-right:5px;padding:3px 8px}.Sim-Card-Plan-Page .dropdown-imei .image-div{background-image:url("../images/Sims-Desktop-unlocked-fox.png");background-position:bottom;float:none;height:200px;margin:auto;width:260px;background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .dropdown-imei .image-div{height:230px;width:350px;float:right;background-position:bottom}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .dropdown-imei .image-div{height:300px;width:430px;float:right;background-position:bottom}}.Sim-Card-Plan-Page .testimonials{background-image:url("../images/bubble-pattern.png");background-size:contain;background-repeat:repeat;background-position:50%}.Sim-Card-Plan-Page .testimonials .header{color:#68af85;font-family:Oswald;text-align:center;font-size:27px;font-weight:500;line-height:30px;letter-spacing:normal;text-transform:uppercase}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .testimonials .header{font-size:24px;font-weight:500;line-height:38px;letter-spacing:normal;text-transform:uppercase}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .testimonials .header{font-size:38px;font-weight:500;line-height:59px;letter-spacing:normal;text-transform:uppercase}}.Sim-Card-Plan-Page .testimonials .header .orange-text{color:#f15d2e}.Sim-Card-Plan-Page .testimonials .card{background-color:#fff;border-radius:23px;box-shadow:0 0 16px 0 rgba(0,0,0,.2)}.Sim-Card-Plan-Page .testimonials .card .card-info{font-family:open-sans,sans-serif;font-style:italic;text-align:center;color:#5c9e79}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .testimonials .card .card-info{font-size:15px;font-weight:500;line-height:20px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .testimonials .card .card-info{font-size:20px;font-weight:600;line-height:32px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:1200px){.Sim-Card-Plan-Page .testimonials .card .card-info{font-size:24px;font-weight:600;line-height:32px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .testimonials .card .reviewer{color:#5c9e79;text-align:center}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .testimonials .card .reviewer{font-size:14px;font-weight:500;line-height:16px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .testimonials .card .reviewer{font-size:18px;font-weight:700;line-height:24px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .testimonials .top-card{height:200px}.Sim-Card-Plan-Page .testimonials .bot-cards{height:289px}.Sim-Card-Plan-Page .testimonials .bot-cards .bot-card-info{font-style:normal}@media only screen and (min-width:576px){.Sim-Card-Plan-Page .testimonials .bot-cards .bot-card-info{font-size:13px;font-weight:500;line-height:13px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:992px){.Sim-Card-Plan-Page .testimonials .bot-cards .bot-card-info{font-size:16px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none}}@media only screen and (min-width:1200px){.Sim-Card-Plan-Page .testimonials .bot-cards .bot-card-info{font-size:18px;font-weight:400;line-height:24px;letter-spacing:normal;text-transform:none}}.Sim-Card-Plan-Page .testimonials .bot-cards .ratings{width:64px}@media only screen and (min-width:1200px){.Sim-Card-Plan-Page .testimonials .bot-cards .ratings{width:auto}}.Sim-Card-Plan-Page .testimonials .bot-cards .social-media-amazon{width:60px;padding-top:6px;float:right}@media only screen and (min-width:1200px){.Sim-Card-Plan-Page .testimonials .bot-cards .social-media-amazon{width:auto;padding-top:0}}.Sim-Card-Plan-Page .testimonials .bot-cards .social-media-facebook{width:12px;padding-top:2px;margin-right:4px;float:right}@media only screen and (min-width:1200px){.Sim-Card-Plan-Page .testimonials .bot-cards .social-media-facebook{width:auto;padding-top:0}}.Sim-Card-Plan-Page .FAQ{background-color:#fffef4}.page-template-template-tiered-raf .Tiered-RAF-Hero{background:linear-gradient(118.33deg,#60a381,#1cae76 28.22%,#5abdc3)}.page-template-template-tiered-raf .Tiered-RAF-Hero img{width:100%}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy{text-align:center;padding-top:2em;color:#fff;text-transform:uppercase;font-family:Oswald}@media screen and (min-width:992px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy{margin-left:5em;padding-bottom:2em}}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-headline-1{font-size:28px;line-height:40px;letter-spacing:2.5px;font-weight:300}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-headline-2{font-size:64px;line-height:90px;letter-spacing:2px;font-weight:600;text-shadow:3px 3px #3b664a}@media screen and (min-width:576px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-headline-2{font-size:82px}}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-highlight{font-size:32px;line-height:60px;letter-spacing:5px;font-weight:400;text-shadow:2px 2px #3b664a}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-highlight .horizontal-line{display:inline-block;width:40px;height:2px;margin-bottom:10px;border:1px solid #fff;margin-left:10px;box-shadow:2px 2px #3b664a}@media screen and (min-width:576px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-highlight .horizontal-line{width:50px}}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-highlight .left-h-line{margin-left:0;margin-right:10px}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .content-info{font-size:28px;line-height:45px;letter-spacing:2.5px;font-weight:400}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .cta-container{margin-top:1em}@media screen and (min-width:992px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .cta-container{margin-right:5em}}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .cta-container img{display:none;height:50px;width:50px;margin-right:15px}@media screen and (min-width:992px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .cta-container img{display:initial}}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-copy .cta-container button{height:45px;width:130px;font-family:Proxima-nova}.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-image{background-image:url("/wp-content/themes/mintmobile/images/refer-a-hero.svg");background-repeat:no-repeat;background-position:bottom;background-size:contain;height:200px}@media screen and (min-width:576px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-image{height:350px}}@media screen and (min-width:992px){.page-template-template-tiered-raf .Tiered-RAF-Hero .hero-image{background-position:0 100%;background-size:100%;height:100%}}.page-template-template-tiered-raf .friendly-raf{background-color:#edf7f3;height:80px;text-align:center;text-transform:uppercase;color:#3b664a;padding-top:10px}@media screen and (min-width:546px){.page-template-template-tiered-raf .friendly-raf{height:60px;padding-top:15px}}@media screen and (min-width:768px){.page-template-template-tiered-raf .friendly-raf{padding-top:10px}}.page-template-template-tiered-raf .friendly-raf span{font-family:DIN-2014;font-size:20px;font-weight:600;letter-spacing:1px}@media screen and (min-width:768px){.page-template-template-tiered-raf .friendly-raf span{font-size:27px}}.page-template-template-tiered-raf .Tiered-Breakdown{text-align:center;background:#fffef4;padding-top:2em;padding-bottom:3em}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-text{font-family:proxima-nova}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-text span{font-size:18px;color:#666}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-graphic{padding-top:2em}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-graphic h2{color:#f15d2e;font-size:34px;font-family:Oswald;font-weight:500}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-graphic .breakdown-img{background-image:url("/wp-content/themes/mintmobile/images/RAF-chart.png");background-repeat:no-repeat;background-position:50%;background-size:contain;height:700px}@media screen and (min-width:576px){.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-graphic .breakdown-img{height:900px}}@media screen and (min-width:992px){.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-graphic .breakdown-img{background-image:url("/wp-content/themes/mintmobile/images/Chart-DT.png");height:700px}}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-info{padding-top:2em}.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-info span{font-family:DIN-2014;font-size:20px;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#3b664a}@media screen and (min-width:576px){.page-template-template-tiered-raf .Tiered-Breakdown .breakdown-info span{font-size:22px}}.page-template-template-tiered-raf .raf-how-it-works{background:linear-gradient(118.33deg,#60a381,#1cae76 28.22%,#5abdc3);padding-top:3em;padding-bottom:2em}.page-template-template-tiered-raf .raf-how-it-works .container-fluid{margin:auto}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-phone{background-position:50%;background-image:url("/wp-content/themes/mintmobile/images/raf-tiered-phones.png");background-repeat:no-repeat;background-size:contain;height:340px}@media screen and (min-width:992px){.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-phone{text-align:right;height:370px}}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text{text-align:center;color:#fff}@media screen and (min-width:992px){.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text{text-align:left}}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text h2{font-size:30px;margin-top:.5em;margin-bottom:1em;font-family:Oswald;font-weight:500;text-transform:uppercase}@media screen and (min-width:992px){.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text h2{font-size:32px;margin-top:0}}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text li{text-align:left;margin-top:15px;line-height:24px;font-family:proxima-nova;font-size:21px}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text button{margin-top:1em;margin-bottom:2em;height:45px;width:130px;font-family:Proxima-nova}@media screen and (min-width:992px){.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-text button{margin-left:40px}}.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-mascot{background-image:url("/wp-content/themes/mintmobile/images/raf-tiered-mascot.png");background-repeat:no-repeat;background-position:50%;background-size:contain;height:340px}@media screen and (min-width:992px){.page-template-template-tiered-raf .raf-how-it-works .container-fluid .HIW-mascot{height:370px}}.page-template-template-tiered-raf .FAQ{padding-bottom:3em;margin-bottom:0;background-color:#fffef4}.page-template-template-tiered-raf .legal{background:#fffef4}.page-template-template-tiered-raf .legal .raf-tiered-legal{margin:auto;text-align:center;font-size:12px;padding-bottom:4em;color:#000;font-family:Proxima Nova,sans-serif;line-height:16px}.holiday-v1{position:relative;background-color:#427154;background-image:url("../images/holiday-leaves-bg.png");background-position:50%}@media screen and (max-width:1100px){.holiday-v1{background-size:contain}}.holiday-v1 .row{background-image:url("../images/holiday-shadow.png");background-position:5% 50%;background-size:cover;z-index:2;box-shadow:0 0 26px -24px rgba(35,64,46,.73)}@media screen and (max-width:1100px){.holiday-v1 .row{font-size:9px;line-height:11px}}.holiday-v2{display:none;position:relative;background-color:#427154;background-image:url("../images/holiday-leaves-bg.png");background-position:50%}@media screen and (max-width:1100px){.holiday-v2{background-size:contain}}.holiday-v2 .row{background-image:url("../images/holiday-shadow.png");background-position:5% 50%;background-size:cover;box-shadow:0 0 26px -24px rgba(35,64,46,.73)}@media screen and (max-width:1100px){.holiday-v2 .row{font-size:9px;line-height:11px}}.holiday-v3{display:none;position:relative;background-color:#427154;background-image:url("../images/holiday-leaves-bg.png");background-position:50%}@media screen and (max-width:1100px){.holiday-v3{background-size:contain}}.holiday-v3 .row{background-image:url("../images/holiday-shadow.png");background-position:5% 50%;background-size:cover;box-shadow:0 0 26px -24px rgba(35,64,46,.73)}@media screen and (max-width:1100px){.holiday-v3 .row{font-size:9px;line-height:11px}}.holiday-v4{display:none;position:relative;background-color:#427154;background-image:url("../images/holiday-leaves-bg.png");background-position:50%}@media screen and (max-width:1100px){.holiday-v4{background-size:contain}}.holiday-v4 .row{background-image:url("../images/holiday-shadow.png");background-position:5% 50%;background-size:cover;box-shadow:0 0 26px -24px rgba(35,64,46,.73)}@media screen and (max-width:1100px){.holiday-v4 .row{font-size:9px;line-height:11px}}.wrapper{position:relative}div#parallax-images{z-index:1}#parallax-images div{background-repeat:no-repeat;position:absolute;display:block;overflow:hidden}#threeLeaves{background-image:url("../images/holiday-3leaves.png");margin-top:20px;z-index:2;height:420px;background-size:contain;width:-webkit-fill-available;background-repeat:no-repeat;z-index:1}@media screen and (max-width:547px){#threeLeaves{margin-top:90px}}#singleRed{background-image:url("../images/holiday-red-leaf.png");width:66px;height:46px;left:5em;margin-top:4em}#singleOrange,#singleRed{z-index:1;background-repeat:no-repeat}#singleOrange{position:absolute;background-image:url("../images/holiday-orange-leaf.png");width:174px;height:165px;top:21em;right:3em}@media screen and (max-width:1100px){#singleOrange{top:13em}}@media screen and (max-width:981px){#singleOrange{top:14em;right:0}}@media screen and (max-width:767px){#singleOrange{top:32em;right:0}}@media screen and (max-width:547px){#singleOrange{top:30em;right:0}}#yellow1{position:absolute;background-image:url("../images/holiday-yellow1.png");width:174px;height:135px;left:-2em;margin-top:22em;background-size:138px;background-repeat:no-repeat;z-index:1}@media screen and (max-width:900px){#yellow1{background-size:128px}}@media screen and (max-width:767px){#yellow1{right:14em;top:18em;background-size:118px}}@media screen and (max-width:547px){#yellow1{background-size:108px}}#yellow2{position:absolute;background-image:url("../images/holiday-yellow2.png");width:110px;height:100px;margin-top:0;right:1em;background-size:100px;background-repeat:no-repeat;z-index:1}@media screen and (max-width:767px){#yellow2{margin-top:12em;right:25em}}@media screen and (max-width:547px){#yellow2{left:-1em;margin-top:23em;background-size:100px}}#yellow3{position:absolute;background-image:url("../images/holiday-yellow3.png");width:58px;height:37px;background-repeat:no-repeat;z-index:1}@media screen and (max-width:547px){#yellow3{left:3em;margin-bottom:30em}}.shadow-box{z-index:4}.BF-CM-hero-copy,.holiday-hero-copy{z-index:2;text-align:center;padding:1.5em 0 1em}@media screen and (max-width:767px){.BF-CM-hero-copy,.holiday-hero-copy{padding-bottom:5em;margin-top:-2em}}.BF-CM-hero-copy .v1-content .content-headline,.BF-CM-hero-copy .v2-content .content-headline,.holiday-hero-copy .v1-content .content-headline,.holiday-hero-copy .v2-content .content-headline{color:#fff;font-family:Oswald,sans-serif;font-size:180px;font-weight:700;line-height:200px}@media screen and (max-width:1100px){.BF-CM-hero-copy .v1-content .content-headline,.BF-CM-hero-copy .v2-content .content-headline,.holiday-hero-copy .v1-content .content-headline,.holiday-hero-copy .v2-content .content-headline{font-size:125px;line-height:130px;text-align:center}}@media screen and (max-width:547px){.BF-CM-hero-copy .v1-content .content-headline,.BF-CM-hero-copy .v2-content .content-headline,.holiday-hero-copy .v1-content .content-headline,.holiday-hero-copy .v2-content .content-headline{font-size:110px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v1-content .content-headline,.BF-CM-hero-copy .v2-content .content-headline,.holiday-hero-copy .v1-content .content-headline,.holiday-hero-copy .v2-content .content-headline{font-size:97px}}.BF-CM-hero-copy .v1-content .content-headline span,.BF-CM-hero-copy .v2-content .content-headline span,.holiday-hero-copy .v1-content .content-headline span,.holiday-hero-copy .v2-content .content-headline span{font-size:80px;line-height:87px;vertical-align:85px}@media screen and (max-width:1100px){.BF-CM-hero-copy .v1-content .content-headline span,.BF-CM-hero-copy .v2-content .content-headline span,.holiday-hero-copy .v1-content .content-headline span,.holiday-hero-copy .v2-content .content-headline span{font-size:47px;line-height:45px;vertical-align:55px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v1-content .content-headline span,.BF-CM-hero-copy .v2-content .content-headline span,.holiday-hero-copy .v1-content .content-headline span,.holiday-hero-copy .v2-content .content-headline span{font-size:42px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v1-content .content-headline span,.BF-CM-hero-copy .v2-content .content-headline span,.holiday-hero-copy .v1-content .content-headline span,.holiday-hero-copy .v2-content .content-headline span{font-size:38px}}.BF-CM-hero-copy .v1-content .content-offer,.BF-CM-hero-copy .v2-content .content-offer,.holiday-hero-copy .v1-content .content-offer,.holiday-hero-copy .v2-content .content-offer{color:#fff;font-family:Oswald,sans-serif;font-size:30px;font-weight:700;letter-spacing:.5px;line-height:50px;text-align:center}@media screen and (max-width:1100px){.BF-CM-hero-copy .v1-content .content-offer,.BF-CM-hero-copy .v2-content .content-offer,.holiday-hero-copy .v1-content .content-offer,.holiday-hero-copy .v2-content .content-offer{font-size:19px;line-height:30px;letter-spacing:.7px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v1-content .content-offer,.BF-CM-hero-copy .v2-content .content-offer,.holiday-hero-copy .v1-content .content-offer,.holiday-hero-copy .v2-content .content-offer{font-size:17px;line-height:28px;letter-spacing:.7px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v1-content .content-offer,.BF-CM-hero-copy .v2-content .content-offer,.holiday-hero-copy .v1-content .content-offer,.holiday-hero-copy .v2-content .content-offer{font-size:14px;line-height:25px;letter-spacing:.5px}}.BF-CM-hero-copy .v1-content .content-offer span,.BF-CM-hero-copy .v2-content .content-offer span,.holiday-hero-copy .v1-content .content-offer span,.holiday-hero-copy .v2-content .content-offer span{font-size:12px}@media screen and (max-width:1100px){.BF-CM-hero-copy .v1-content .content-offer span,.BF-CM-hero-copy .v2-content .content-offer span,.holiday-hero-copy .v1-content .content-offer span,.holiday-hero-copy .v2-content .content-offer span{font-size:10px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v1-content .content-offer span,.BF-CM-hero-copy .v2-content .content-offer span,.holiday-hero-copy .v1-content .content-offer span,.holiday-hero-copy .v2-content .content-offer span{font-size:9px}}.BF-CM-hero-copy .v1-content .content-info,.BF-CM-hero-copy .v2-content .content-info,.holiday-hero-copy .v1-content .content-info,.holiday-hero-copy .v2-content .content-info{color:#a3d29c;font-family:din-2014,sans-serif;font-size:18px;font-weight:500;letter-spacing:7px;line-height:26px;text-align:center}@media screen and (max-width:1100px){.BF-CM-hero-copy .v1-content .content-info,.BF-CM-hero-copy .v2-content .content-info,.holiday-hero-copy .v1-content .content-info,.holiday-hero-copy .v2-content .content-info{font-size:13px;line-height:15px;letter-spacing:6px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v1-content .content-info,.BF-CM-hero-copy .v2-content .content-info,.holiday-hero-copy .v1-content .content-info,.holiday-hero-copy .v2-content .content-info{font-size:12px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v1-content .content-info,.BF-CM-hero-copy .v2-content .content-info,.holiday-hero-copy .v1-content .content-info,.holiday-hero-copy .v2-content .content-info{font-size:10px;letter-spacing:5px}}.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{color:#fff;font-family:Oswald,sans-serif;font-size:120px;font-weight:700;line-height:155px;text-align:center}@media screen and (max-width:1100px){.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{font-size:90px;text-align:center;line-height:145px}}@media screen and (max-width:981px){.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{font-size:78px;line-height:140px}}@media screen and (max-width:767px){.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{font-size:80px;line-height:135px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{font-size:78px;line-height:130px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content .content-headline,.BF-CM-hero-copy .v4-content .content-headline,.holiday-hero-copy .v3-content .content-headline,.holiday-hero-copy .v4-content .content-headline{font-size:61px}}.BF-CM-hero-copy .v3-content .content-headline span,.BF-CM-hero-copy .v4-content .content-headline span,.holiday-hero-copy .v3-content .content-headline span,.holiday-hero-copy .v4-content .content-headline span{font-size:32px;line-height:67px}@media screen and (max-width:1100px){.BF-CM-hero-copy .v3-content .content-headline span,.BF-CM-hero-copy .v4-content .content-headline span,.holiday-hero-copy .v3-content .content-headline span,.holiday-hero-copy .v4-content .content-headline span{font-size:27px;line-height:45px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v3-content .content-headline span,.BF-CM-hero-copy .v4-content .content-headline span,.holiday-hero-copy .v3-content .content-headline span,.holiday-hero-copy .v4-content .content-headline span{font-size:24px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content .content-headline span,.BF-CM-hero-copy .v4-content .content-headline span,.holiday-hero-copy .v3-content .content-headline span,.holiday-hero-copy .v4-content .content-headline span{font-size:20px}}.BF-CM-hero-copy .v3-content .content-headline #dollar,.BF-CM-hero-copy .v4-content .content-headline #dollar,.holiday-hero-copy .v3-content .content-headline #dollar,.holiday-hero-copy .v4-content .content-headline #dollar{vertical-align:55px;font-size:50px;letter-spacing:5px}@media screen and (max-width:1100px){.BF-CM-hero-copy .v3-content .content-headline #dollar,.BF-CM-hero-copy .v4-content .content-headline #dollar,.holiday-hero-copy .v3-content .content-headline #dollar,.holiday-hero-copy .v4-content .content-headline #dollar{vertical-align:43px;font-size:40px}}@media screen and (max-width:767px){.BF-CM-hero-copy .v3-content .content-headline #dollar,.BF-CM-hero-copy .v4-content .content-headline #dollar,.holiday-hero-copy .v3-content .content-headline #dollar,.holiday-hero-copy .v4-content .content-headline #dollar{font-size:37px;vertical-align:40px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v3-content .content-headline #dollar,.BF-CM-hero-copy .v4-content .content-headline #dollar,.holiday-hero-copy .v3-content .content-headline #dollar,.holiday-hero-copy .v4-content .content-headline #dollar{font-size:35px;vertical-align:38px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content .content-headline #dollar,.BF-CM-hero-copy .v4-content .content-headline #dollar,.holiday-hero-copy .v3-content .content-headline #dollar,.holiday-hero-copy .v4-content .content-headline #dollar{vertical-align:33px;font-size:20px}}.BF-CM-hero-copy .v3-content .content-offer,.BF-CM-hero-copy .v4-content .content-offer,.holiday-hero-copy .v3-content .content-offer,.holiday-hero-copy .v4-content .content-offer{display:inline-block;color:#fff;font-family:Oswald,sans-serif;font-size:40px;font-weight:700;letter-spacing:.35px;line-height:35px;padding-top:1.5em;padding-left:10px;padding-right:10px;text-align:center;vertical-align:super}@media screen and (max-width:1100px){.BF-CM-hero-copy .v3-content .content-offer,.BF-CM-hero-copy .v4-content .content-offer,.holiday-hero-copy .v3-content .content-offer,.holiday-hero-copy .v4-content .content-offer{font-size:30px;line-height:30px;letter-spacing:.7px}}@media screen and (max-width:981px){.BF-CM-hero-copy .v3-content .content-offer,.BF-CM-hero-copy .v4-content .content-offer,.holiday-hero-copy .v3-content .content-offer,.holiday-hero-copy .v4-content .content-offer{font-size:27px;line-height:30px;letter-spacing:.7px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v3-content .content-offer,.BF-CM-hero-copy .v4-content .content-offer,.holiday-hero-copy .v3-content .content-offer,.holiday-hero-copy .v4-content .content-offer{font-size:24px;line-height:28px;letter-spacing:.7px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content .content-offer,.BF-CM-hero-copy .v4-content .content-offer,.holiday-hero-copy .v3-content .content-offer,.holiday-hero-copy .v4-content .content-offer{font-size:21px;line-height:25px;letter-spacing:.5px}}.BF-CM-hero-copy .v3-content hr,.BF-CM-hero-copy .v4-content hr,.holiday-hero-copy .v3-content hr,.holiday-hero-copy .v4-content hr{display:inline-block;box-sizing:border-box;height:2px;width:108px;border:2px solid #fff}@media screen and (min-width:768px) and (max-width:991px){.BF-CM-hero-copy .v3-content hr,.BF-CM-hero-copy .v4-content hr,.holiday-hero-copy .v3-content hr,.holiday-hero-copy .v4-content hr{width:73px}}@media screen and (max-width:767px){.BF-CM-hero-copy .v3-content hr,.BF-CM-hero-copy .v4-content hr,.holiday-hero-copy .v3-content hr,.holiday-hero-copy .v4-content hr{width:67px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content hr,.BF-CM-hero-copy .v4-content hr,.holiday-hero-copy .v3-content hr,.holiday-hero-copy .v4-content hr{width:45px}}.BF-CM-hero-copy .v3-content .content-info,.BF-CM-hero-copy .v4-content .content-info,.holiday-hero-copy .v3-content .content-info,.holiday-hero-copy .v4-content .content-info{color:#a3d29c;font-family:din-2014,sans-serif;font-size:18px;font-weight:500;letter-spacing:7px;line-height:26px;text-align:center;margin-bottom:1.5em}@media screen and (max-width:1100px){.BF-CM-hero-copy .v3-content .content-info,.BF-CM-hero-copy .v4-content .content-info,.holiday-hero-copy .v3-content .content-info,.holiday-hero-copy .v4-content .content-info{font-size:13px;line-height:15px;letter-spacing:5px}}@media screen and (max-width:547px){.BF-CM-hero-copy .v3-content .content-info,.BF-CM-hero-copy .v4-content .content-info,.holiday-hero-copy .v3-content .content-info,.holiday-hero-copy .v4-content .content-info{font-size:12px}}@media screen and (max-width:360px){.BF-CM-hero-copy .v3-content .content-info,.BF-CM-hero-copy .v4-content .content-info,.holiday-hero-copy .v3-content .content-info,.holiday-hero-copy .v4-content .content-info{font-size:10px;letter-spacing:3px}}.BF-CM-hero-copy .cta-container,.holiday-hero-copy .cta-container{margin-top:1em;text-align:center}.BF-CM-hero-copy .cta-container input,.holiday-hero-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.BF-CM-hero-copy .cta-container button,.holiday-hero-copy .cta-container button{margin:0 0 3px 7px}.BF-CM-hero-copy .legal-copy,.holiday-hero-copy .legal-copy{opacity:.5;color:#fff;font-family:proxima-nova,sans-serif;font-weight:100;font-style:normal;font-size:12px;line-height:14px;text-align:center;padding-top:2em}@media screen and (max-width:1100px){.BF-CM-hero-copy .legal-copy,.holiday-hero-copy .legal-copy{font-size:9px;line-height:11px}}@media screen and (max-width:547px){.BF-CM-hero-copy .legal-copy,.holiday-hero-copy .legal-copy{padding-bottom:6em}}@media screen and (max-width:360px){.BF-CM-hero-copy .legal-copy,.holiday-hero-copy .legal-copy{font-size:8px}}.BF-CM-hero-copy .legal-copy a,.holiday-hero-copy .legal-copy a{color:#fff;text-decoration:underline}.holiday-hero-image img{position:absolute;max-width:96%;margin-top:-8em;padding-bottom:3em;z-index:3}@media screen and (min-width:991px) and (max-width:1100px){.holiday-hero-image img{max-width:80%;margin-top:-11em}}@media screen and (min-width:768px) and (max-width:990px){.holiday-hero-image img{max-width:95%;position:relative;margin-top:-6em}}@media screen and (max-width:767px){.holiday-hero-image img{max-width:55%;position:relative;margin-top:-5em;float:right}}.black-friday{position:relative;background-image:url("../images/bf-bg.jpg");background-repeat:no-repeat;background-size:cover}@media screen and (max-width:767px){.black-friday{background-image:url("../images/bg-bf-cm-mobile.png");background-repeat:no-repeat;background-size:cover;background-position:bottom}}@media screen and (max-width:767px){.black-friday .BF-CM-hero-copy{padding-bottom:0;margin-top:0}}.black-friday .BF-CM-hero-copy .v1-content .content-headline{font-size:168px}@media screen and (max-width:1100px){.black-friday .BF-CM-hero-copy .v1-content .content-headline{font-size:119px}}@media screen and (max-width:767px){.black-friday .BF-CM-hero-copy .v1-content .content-headline{font-size:110px}}@media screen and (max-width:375px){.black-friday .BF-CM-hero-copy .v1-content .content-headline{font-size:97px}}.black-friday .BF-CM-hero-copy .v1-content .content-headline span{vertical-align:72px}@media screen and (max-width:1100px){.black-friday .BF-CM-hero-copy .v1-content .content-headline span{vertical-align:62px}}@media screen and (max-width:767px){.black-friday .BF-CM-hero-copy .v1-content .content-headline span{vertical-align:55px}}@media screen and (max-width:375px){.black-friday .BF-CM-hero-copy .v1-content .content-headline span{vertical-align:50px}}.black-friday .BF-CM-hero-copy .v1-content .content-offer{font-size:27px}@media screen and (max-width:1100px){.black-friday .BF-CM-hero-copy .v1-content .content-offer{font-size:17px}}@media screen and (max-width:375px){.black-friday .BF-CM-hero-copy .v1-content .content-offer{font-size:14px}}.black-friday .BF-CM-hero-copy .v1-content .content-info{font-size:16px}@media screen and (max-width:1100px){.black-friday .BF-CM-hero-copy .v1-content .content-info{font-size:12px}}@media screen and (max-width:375px){.black-friday .BF-CM-hero-copy .v1-content .content-info{font-size:11px}}.black-friday .BF-CM-hero-copy .form-group{margin-bottom:0}.black-friday .BF-CM-hero-copy .v3-content .content-info{color:#fff}@media screen and (max-width:767px){.black-friday .BF-CM-hero-copy .legal-copy{display:none}}.black-friday .blackfriday-banner{display:block;background-image:url("../images/bf-on.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:100%;width:100%}@media screen and (max-width:767px){.black-friday .blackfriday-banner{background-image:url("../images/bf-on.png");animation:bf-animation-mobile .8s infinite;background-position:50%;height:19em;width:100%}}.black-friday .cyberweek-banner{display:none;background-image:url("../images/cm-on.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:100%;width:100%}.black-friday .cyberweek-banner .blackfriday-banner{display:none}@media screen and (max-width:767px){.black-friday .cyberweek-banner{background-image:url("../images/cm-on.png");animation:cm-animation-mobile .8s infinite;background-position:50%;height:19em;width:100%}}.black-friday .bf-mobile-gradient{background:linear-gradient(180deg,transparent,#000 42%);margin-top:-2em;position:relative;left:-15px;margin-right:-30px}@media screen and (max-width:375px){.black-friday .bf-mobile-gradient{margin-top:-3em}}@media screen and (max-width:340px){.black-friday .bf-mobile-gradient{margin-top:-4em}}.black-friday .legal-copy-mobile{display:none}@media screen and (max-width:767px){.black-friday .legal-copy-mobile{display:block;opacity:.5;color:#fff;font-family:proxima-nova,sans-serif;font-weight:100;font-style:normal;font-size:9px;line-height:11px;text-align:center;padding-top:5em;padding-bottom:2em}}@media screen and (max-width:340px){.black-friday .legal-copy-mobile{padding-top:4em}}.black-friday .legal-copy-mobile a{color:#fff;text-decoration:underline}.black-friday .legal-copy-mobile a:hover{cursor:pointer}.holiday2020{background-color:#00b1c4;background:linear-gradient(180deg,#00b1c4,#a2e3ea)}@media screen and (min-width:1921px){.holiday2020{height:34rem}}@media screen and (min-width:1200px) and (max-width:1920px){.holiday2020{height:29em}}@media screen and (min-width:992px) and (max-width:1200px){.holiday2020{height:25em}}@media screen and (min-width:576px) and (max-width:767px){.holiday2020{height:48em}}.holiday2020 .snow-bg{background-repeat:no-repeat;background-image:url("../images/winter-holiday2020-bg.png");background-position:50%;background-size:cover;height:100%}@media screen and (max-width:992px){.holiday2020 .snow-bg{background-image:url("../images/holiday2020-tablet.png");background-position:50%;background-size:cover}}@media screen and (max-width:767px){.holiday2020 .snow-bg{background-image:url("../images/holiday2020-mobile.png");background-position:50%;background-size:cover}}@media screen and (max-width:576px){.holiday2020 .snow-bg{background-image:url("../images/holiday2020-mobile.png");background-position:50%;background-size:cover}}.holiday2020 .text-wrapper{margin:auto}.holiday2020 .holiday2020-copy{text-align:center;padding-top:0}@media screen and (min-width:1920px){.holiday2020 .holiday2020-copy{padding-top:1em}}@media screen and (max-width:767px){.holiday2020 .holiday2020-copy{padding-bottom:26em}}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy{padding-bottom:20em}}.holiday2020 .holiday2020-copy .holiday-lockup{color:#fff;font-family:Oswald,sans-serif}.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-family:Oswald,sans-serif;font-size:195px;font-weight:700;line-height:200px;text-shadow:0 2px 4px #000}.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:88px;vertical-align:87px}@media screen and (max-width:1200px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:66px;vertical-align:57px}}@media screen and (max-width:992px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:51px;vertical-align:50px}}@media screen and (max-width:768px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:50px;vertical-align:41px}}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:55px;vertical-align:43px}}@media screen and (max-width:380px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline span{font-size:45px;vertical-align:40px}}@media screen and (max-width:1200px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-size:135px;line-height:155px}}@media screen and (max-width:992px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-size:110px;line-height:115px}}@media screen and (max-width:768px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-size:105px}}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-size:110px;line-height:125px}}@media screen and (max-width:380px){.holiday2020 .holiday2020-copy .holiday-lockup .content-headline{font-size:94px;line-height:110px}}.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{font-size:34px;font-weight:700;letter-spacing:.3px;line-height:50px;text-shadow:0 2px 4px #000}@media screen and (max-width:1200px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{line-height:40px}}@media screen and (max-width:992px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{font-size:19px;line-height:30px}}@media screen and (max-width:768px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{font-size:18px}}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{font-size:17px;line-height:30px}}@media screen and (max-width:380px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer{font-size:13px}}.holiday2020 .holiday2020-copy .holiday-lockup .content-offer span{font-size:11px;font-weight:400}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy .holiday-lockup .content-offer span{font-size:9px}}.holiday2020 .holiday2020-copy .holiday-lockup .content-info{font-family:din-2014,sans-serif;font-size:20px;font-weight:500;letter-spacing:7px;line-height:26px;text-shadow:0 2px 4px #000}@media screen and (min-width:1200px){.holiday2020 .holiday2020-copy .holiday-lockup .content-info{line-height:16px}}@media screen and (max-width:992px){.holiday2020 .holiday2020-copy .holiday-lockup .content-info{font-size:11px}}@media screen and (max-width:576px){.holiday2020 .holiday2020-copy .holiday-lockup .content-info{font-size:17px;line-height:20px;letter-spacing:4px}}@media screen and (max-width:380px){.holiday2020 .holiday2020-copy .holiday-lockup .content-info{font-size:11px}}.holiday2020 .holiday2020-copy .cta-container{margin-top:1em;text-align:center}@media screen and (min-width:1920px){.holiday2020 .holiday2020-copy .cta-container{margin-top:2.5em;margin-bottom:2.5em}}@media screen and (min-width:1200px) and (max-width:1920px){.holiday2020 .holiday2020-copy .cta-container{margin-top:2em;margin-bottom:1.5em}}@media screen and (min-width:992px) and (max-width:1200px){.holiday2020 .holiday2020-copy .cta-container{margin-top:1.5em;margin-bottom:1.5em}}.holiday2020 .holiday2020-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.holiday2020 .holiday2020-copy .cta-container button{margin:0 0 3px 7px}.holiday2020 .holiday2020-copy .legal-copy{opacity:.5;color:#000;font-family:Proxima Nova,sans-serif;font-size:13px;font-weight:500;line-height:13px;padding-bottom:12px;padding-right:80px;padding-left:80px}@media screen and (min-width:1920px){.holiday2020 .holiday2020-copy .legal-copy{padding-top:0}}@media screen and (max-width:992px){.holiday2020 .holiday2020-copy .legal-copy{font-size:10px;line-height:10px;padding-right:60px;padding-left:60px}}@media screen and (max-width:767px){.holiday2020 .holiday2020-copy .legal-copy{display:none}}.holiday2020 .holiday2020-copy .legal-copy a{color:#000;text-decoration:underline}.holiday2020 .holiday2020-copy .legal-copy a:hover{cursor:pointer}.holiday2020 .legal-copy-mobile{display:none;opacity:.5;color:#000;font-family:Proxima Nova,sans-serif;font-weight:500;line-height:14px;font-size:10px;text-align:center;padding:15px}.holiday2020 .legal-copy-mobile a{color:#000;text-decoration:underline;cursor:pointer}@media screen and (max-width:767px){.holiday2020 .legal-copy-mobile{display:block;margin:auto}}@media screen and (min-width:567px) and (max-width:767px){.holiday2020 .legal-copy-mobile{padding:35px}}@media screen and (max-width:380px){.holiday2020 .legal-copy-mobile{padding-right:5px;padding-left:5px;font-size:9px}}@media screen and (max-width:320px){.holiday2020 .legal-copy-mobile{padding-right:4px;padding-left:4px;font-size:8px}}.holiday2020-lastweek{background-image:url("/wp-content/themes/mintmobile/images/red-wrap-bg.png");background-position:0 20%}.holiday2020-lastweek .text-wrapper{margin:auto;padding:1em 0}.holiday2020-lastweek .fox-image{background-image:url(/wp-content/themes/mintmobile/images/fox-no-sweater-home.webp);height:210px;background-size:80%;background-position:top;background-repeat:no-repeat;position:relative}@media screen and (min-width:400px){.holiday2020-lastweek .fox-image{height:260px}}@media screen and (min-width:500px){.holiday2020-lastweek .fox-image{height:290px}}@media screen and (min-width:576px){.holiday2020-lastweek .fox-image{height:310px;width:70%;background-position:center 45px;margin:auto}}@media screen and (min-width:768px){.holiday2020-lastweek .fox-image{height:100%;width:auto;background-size:105%;background-position:center 70px}}@media screen and (min-width:992px){.holiday2020-lastweek .fox-image{background-size:80%;background-position:center 75px}}.holiday2020-lastweek .holiday2020-copy{text-align:center}.holiday2020-lastweek .holiday2020-copy .holiday-lockup{color:#fff;font-family:Oswald,sans-serif}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-family:Oswald,sans-serif;font-size:195px;font-weight:700;line-height:200px;text-shadow:0 2px 4px #000}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:88px;vertical-align:87px}@media screen and (max-width:1200px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:66px;vertical-align:57px}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:51px;vertical-align:50px}}@media screen and (max-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:50px;vertical-align:41px}}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:55px;vertical-align:43px}}@media screen and (max-width:380px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline span{font-size:45px;vertical-align:40px}}@media screen and (max-width:1200px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-size:135px;line-height:155px}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-size:110px;line-height:115px}}@media screen and (max-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-size:105px}}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-size:110px;line-height:125px}}@media screen and (max-width:380px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-headline{font-size:94px;line-height:110px}}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{display:none;font-size:28px;white-space:nowrap;font-weight:700;letter-spacing:.3px;line-height:50px;text-shadow:0 2px 4px #000}@media screen and (min-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{display:block}}@media screen and (max-width:1200px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{line-height:40px}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{font-size:19px;line-height:30px}}@media screen and (max-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{font-size:18px}}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{font-size:17px;line-height:30px}}@media screen and (max-width:380px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer{font-size:13px}}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer span{font-size:11px;font-weight:400}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-offer span{font-size:9px}}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{display:none;font-family:din-2014,sans-serif;font-size:20px;font-weight:500;letter-spacing:7px;line-height:26px;text-shadow:0 2px 4px #000}@media screen and (min-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{display:block}}@media screen and (min-width:1200px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{line-height:16px}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{font-size:11px}}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{font-size:17px;line-height:20px;letter-spacing:4px}}@media screen and (max-width:380px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-info{font-size:11px}}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{display:block;font-size:34px;font-weight:700;letter-spacing:.3px;line-height:50px;text-shadow:0 2px 4px #000}@media screen and (min-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{display:none}}@media screen and (max-width:1200px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{line-height:40px}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{font-size:19px;line-height:30px}}@media screen and (max-width:768px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{font-size:18px}}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{font-size:17px;line-height:30px}}@media screen and (max-width:380px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile{font-size:13px}}.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile span{font-size:11px;font-weight:400}@media screen and (max-width:576px){.holiday2020-lastweek .holiday2020-copy .holiday-lockup .content-mobile span{font-size:9px}}.holiday2020-lastweek .holiday2020-copy .cta-container{margin-top:1em;text-align:center;padding-bottom:0}@media screen and (min-width:768px){.holiday2020-lastweek .holiday2020-copy .cta-container{display:block}}@media screen and (min-width:1920px){.holiday2020-lastweek .holiday2020-copy .cta-container{margin-top:2.5em;margin-bottom:2.5em}}@media screen and (min-width:1200px) and (max-width:1920px){.holiday2020-lastweek .holiday2020-copy .cta-container{margin-top:2em;margin-bottom:1.5em}}@media screen and (min-width:992px) and (max-width:1200px){.holiday2020-lastweek .holiday2020-copy .cta-container{margin-top:1.5em;margin-bottom:1.5em}}.holiday2020-lastweek .holiday2020-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.holiday2020-lastweek .holiday2020-copy .cta-container button{margin:0 0 3px 7px;background-color:#5abdc3;border:1px solid #5abdc3}.holiday2020-lastweek .holiday2020-copy .cta-container button:hover{background-color:#3a7a7e;border:1px solid #3a7a7e}@media screen and (min-width:768px){.holiday2020-lastweek .holiday2020-copy .cta-container{padding-bottom:2em}}.holiday2020-lastweek .holiday2020-copy .legal-copy{opacity:.5;color:#fff;font-family:Proxima Nova,sans-serif;font-size:13px;font-weight:500;line-height:13px;padding-bottom:12px;padding-right:80px;padding-left:80px;position:absolute;bottom:0}@media screen and (min-width:1920px){.holiday2020-lastweek .holiday2020-copy .legal-copy{padding-top:0}}@media screen and (max-width:992px){.holiday2020-lastweek .holiday2020-copy .legal-copy{font-size:10px;line-height:10px;padding-right:60px;padding-left:60px}}@media screen and (max-width:767px){.holiday2020-lastweek .holiday2020-copy .legal-copy{width:90%;margin:auto;position:relative}}.holiday2020-lastweek .holiday2020-copy .legal-copy a{text-decoration:underline;color:#fff}.holiday2020-lastweek .holiday2020-copy .legal-copy a:hover{cursor:pointer}.holiday-last-week .hero{color:#fff;background-image:url("../images/red-wrap-bg.png");position:relative;background-repeat:no-repeat;background-size:cover}.holiday-last-week .hero .hero-copy{margin-top:2rem}@media screen and (min-width:768px){.holiday-last-week .hero .hero-copy{margin-top:20px;float:left;margin-left:1rem}}.holiday-last-week .hero .hero-copy .header-box{height:30px;width:200px;margin:auto;background-color:#fff;color:#f05a28;font-family:din-2014,sans-serif;font-size:18px;font-weight:600;line-height:24px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.holiday-last-week .hero .hero-copy .header-box{font-size:18px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.holiday-last-week .hero .hero-copy .header-box{font-size:20px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase}}.holiday-last-week .hero .hero-copy .percentage{font-family:oswald,sans-serif;font-size:88px;font-weight:700;line-height:70px;letter-spacing:normal;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.holiday-last-week .hero .hero-copy .percentage{font-size:100px;font-weight:700;line-height:120px;letter-spacing:normal;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.holiday-last-week .hero .hero-copy .percentage{font-size:130px;font-weight:700;line-height:150px;letter-spacing:normal;text-transform:uppercase}}.holiday-last-week .hero .hero-copy .percentage .forty{position:relative}.holiday-last-week .hero .hero-copy .percentage .forty sup{letter-spacing:-3px;margin-left:-22px;top:-1.2em;font-size:38px}@media screen and (min-width:576px){.holiday-last-week .hero .hero-copy .percentage .forty sup{font-size:40px;margin-left:-26px}}@media screen and (min-width:992px){.holiday-last-week .hero .hero-copy .percentage .forty sup{font-size:56px;margin-left:-38px}}.holiday-last-week .hero .bottom-text{font-family:oswald,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:992px){.holiday-last-week .hero .bottom-text{font-size:18px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase;font-size:22px;line-height:30px}}.holiday-last-week .hero .bottom-text .mo{font-size:12px}.holiday-last-week .hero .holiday-hero-image{background-image:url("../images/fox-no-sweater.webp");background-repeat:no-repeat;background-size:80%;background-position:top;height:210px}@media screen and (min-width:430px){.holiday-last-week .hero .holiday-hero-image{background-size:70%;height:230px}}@media screen and (min-width:505px){.holiday-last-week .hero .holiday-hero-image{background-size:60%}}@media screen and (min-width:576px){.holiday-last-week .hero .holiday-hero-image{background-size:45%;background-position:top;height:215px}}@media screen and (min-width:768px){.holiday-last-week .hero .holiday-hero-image{height:230px;background-size:80%;background-position:0 20px}}@media screen and (min-width:992px){.holiday-last-week .hero .holiday-hero-image{background-size:70%;height:270px}}.holiday-last-week .PlansV2-title{background-color:#a3d29c;box-shadow:0 0 15px 0 rgba(0,0,0,.5);height:91px;font-family:oswald,sans-serif;font-size:32px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}@media screen and (min-width:576px){.holiday-last-week .PlansV2-title{font-size:30px;font-weight:600;line-height:51px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 12px rgba(66,113,84,.51)}}@media screen and (min-width:992px){.holiday-last-week .PlansV2-title{font-size:38px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}}.holiday-last-week #plan_3month_3GB,.holiday-last-week #plan_3month_8GB,.holiday-last-week #plan_3month_12GB{padding:0 0 16px}@media screen and (min-width:992px){.holiday-last-week #plan_3month_3GB,.holiday-last-week #plan_3month_8GB,.holiday-last-week #plan_3month_12GB{padding:16px}}.holiday-last-week #plan_3month_3GB .card-body,.holiday-last-week #plan_3month_8GB .card-body,.holiday-last-week #plan_3month_12GB .card-body{border:none}@media screen and (min-width:992px){.holiday-last-week #plan_3month_3GB .card-body,.holiday-last-week #plan_3month_8GB .card-body,.holiday-last-week #plan_3month_12GB .card-body{border:2px solid hsla(0,0%,100%,0)}}.holiday-last-week .card{border:0!important}.holiday-last-week .card .card-body{padding-top:0}.holiday-last-week .PlansV2-accent{position:static;transform:none;top:0;left:0;padding:0;margin:0}.holiday-last-week .PlansV2-accent .rectangle{width:auto;height:48px;font-family:oswald,sans-serif;background-color:#ff9e19;padding-top:.4rem;font-size:26px;font-weight:700;line-height:40px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:576px){.holiday-last-week .PlansV2-accent .rectangle{font-size:19px;font-weight:700;line-height:30px;letter-spacing:.18px;text-transform:uppercase}}@media screen and (min-width:992px){.holiday-last-week .PlansV2-accent .rectangle{font-size:24px;font-weight:700;line-height:35px;letter-spacing:.2px;text-transform:uppercase}}.holiday-last-week .PlansV2-priceFeature,.holiday-last-week .PlansV2-static-priceFeature{font-size:4rem}@media screen and (min-width:992px){.blog-post.card .holiday-last-week .blog-post-title,.holiday-last-week .blog-post.card .blog-post-title,.holiday-last-week .card-title{margin-bottom:2rem}}.blog-post.card .holiday-last-week .blog-post-title .deal-sub,.holiday-last-week .blog-post.card .blog-post-title .deal-sub,.holiday-last-week .card-title .deal-sub{text-align:left;bottom:-1.5em;margin-top:0}.blog-post.card .holiday-last-week .blog-post-title .extra-spacing,.holiday-last-week .blog-post.card .blog-post-title .extra-spacing,.holiday-last-week .card-title .extra-spacing{height:19px}.blog-post.card .holiday-last-week .blog-post-title .PlansV2-price-striked,.holiday-last-week .blog-post.card .blog-post-title .PlansV2-price-striked,.holiday-last-week .card-title .PlansV2-price-striked{font-family:DIN\1451 Mittelschrift,sans-serif;font-size:60px;line-height:0;text-align:right;margin-right:2rem;margin-top:.8rem;color:#215f43}.blog-post.card .holiday-last-week .blog-post-title .PlansV2-price-striked sup,.holiday-last-week .blog-post.card .blog-post-title .PlansV2-price-striked sup,.holiday-last-week .card-title .PlansV2-price-striked sup{font-size:.25em;vertical-align:super}.blog-post.card .holiday-last-week .blog-post-title .PlansV2-price-striked:after,.holiday-last-week .blog-post.card .blog-post-title .PlansV2-price-striked:after,.holiday-last-week .card-title .PlansV2-price-striked:after{content:"";background-image:url("../images/holiday-red-x.png");background-size:contain;background-repeat:no-repeat;height:50px;width:80px;position:absolute;margin-left:-4rem;bottom:-1.3rem}.holiday-last-week .card-text .btn-cart,.holiday-last-week .card-text .btn-primary,.holiday-last-week .card-text .btn-purchase{margin:auto;width:200px}@media screen and (min-width:992px){.holiday-last-week .card-text .btn-cart,.holiday-last-week .card-text .btn-primary,.holiday-last-week .card-text .btn-purchase{width:auto;margin:0}}.holiday-last-week .holiday-see-more{background-color:#94d497;height:40px;margin-top:-4px!important;color:#fff;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.6px;text-transform:uppercase;font-family:din-2014,sans-serif;font-style:normal}@media screen and (min-width:576px){.holiday-last-week .holiday-see-more{font-size:12px;font-weight:700;line-height:15px;letter-spacing:.1px;text-transform:uppercase;margin-top:0!important}}@media screen and (min-width:992px){.holiday-last-week .holiday-see-more{font-size:15px;font-weight:700;line-height:19px;letter-spacing:.15px;text-transform:uppercase}}.holiday-last-week .and-then-what{height:220px;background-color:#65ac83;color:#fff}@media screen and (min-width:576px){.holiday-last-week .and-then-what{height:76px}}.holiday-last-week .and-then-what .left-copy{font-family:oswald,sans-serif;font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.holiday-last-week .and-then-what .left-copy{font-size:24px;font-weight:700;line-height:50px;letter-spacing:normal;text-transform:uppercase;text-align:center}}@media screen and (min-width:992px){.holiday-last-week .and-then-what .left-copy{font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}}.holiday-last-week .and-then-what .right-copy{font-family:proxima-nova,sans-serif;text-align:left;padding-right:0;font-size:18px;font-weight:400;line-height:22px;letter-spacing:normal;text-transform:none}@media screen and (min-width:576px){.holiday-last-week .and-then-what .right-copy{font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;padding-right:1rem}}@media screen and (min-width:992px){.holiday-last-week .and-then-what .right-copy{font-size:18px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none}}.holiday-last-week .PlansV2-static-toggleBtn,.holiday-last-week .PlansV2-toggleBtn{margin-top:0}.Plans-redesign{display:none;padding-bottom:2rem;background-repeat:repeat-y;background-size:cover}.Plans-redesign .Plans-help{position:relative;bottom:2px}.Plans-redesign .owl-theme .owl-dots .owl-dot span{width:14px;height:14px}.Plans-redesign .owl-theme .owl-dots .owl-dot.active span,.Plans-redesign .owl-theme .owl-dots .owl-dot:hover span{background-color:#f05a28}.Plans-redesign header{display:flex;align-items:center;flex-direction:column;padding:2rem;background-color:#eef7f4}.Plans-redesign header h2{font-size:32px;font-size:2rem;font-family:Oswald,sans-serif;font-weight:600;color:#6bb086;text-transform:uppercase;font-size:34px;text-align:center}.Plans-redesign header p{font-size:20px;font-size:1.25rem;color:#666;text-align:center;line-height:1.15;display:none}.Plans-redesign header img{display:none;order:1;width:120px}@media (min-width:992px){.Plans-redesign header{display:block}.Plans-redesign header p{font-size:26px;font-size:1.625rem;text-align:center}.Plans-redesign header img{margin:0 2rem 0 3rem;width:auto}}.Plans-redesign>.container-fluid{padding-left:0;padding-right:0}.Plans-redesign-title{margin-bottom:0;padding:1rem;padding-top:1em;padding-bottom:1em;font-size:24px;font-size:1.5rem;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:500;text-transform:uppercase;text-align:center;color:#3b664a;background-color:#fff;letter-spacing:2px}.Plans-redesign-accent{position:absolute;top:-15px;left:-60px;width:160px;padding:2rem 0 .5rem;background-color:#ff9e19;transform:rotate(-45deg);font-style:normal;line-height:1;color:#fff;font-size:15px;font-size:.9375rem;letter-spacing:1px}.Plans-redesign-price{font-size:70px;font-size:4.375rem;color:#215f43;letter-spacing:-1px;font-weight:600;line-height:45px;font-family:DIN-2014}.Plans-redesign-price sup{font-size:28px;font-weight:500;vertical-align:15px}.Plans-redesign-price span{font-size:16px;vertical-align:0;letter-spacing:0}.Plans-redesign-data{display:inline-block;font-size:95px;line-height:55px;letter-spacing:-10px;margin-right:10px;color:#fff}.Plans-redesign-priceFeature{display:inline-block;margin:.15em 0 0;padding:0;font-size:44px;font-size:2.75rem;line-height:1;text-align:left;color:#fff}.Plans-redesign-priceFeature .mo:after{content:"/MO";font-size:16px;vertical-align:0}.Plans-redesign-priceFeature .data{display:block;line-height:.25;font-size:16px;font-size:1rem}.Plans-redesign .owl-stage-outer{padding:1em 0}.Plans-redesign-body{padding-bottom:3em;display:none}@media screen and (min-width:992px){.Plans-redesign-body{display:flex}}.Plans-redesign-carousel{padding-bottom:3em;display:block!important}@media screen and (min-width:992px){.Plans-redesign-carousel{display:none!important}}.Plans-redesign-toggleBtn{display:block;margin-top:1rem;background-color:transparent;color:#3b664a;text-align:center;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:1.5rem;letter-spacing:2px}.Plans-redesign-toggleBtn>span:nth-of-type(2){display:none}.Plans-redesign .Plans-redesign-toggleBtn:focus{box-shadow:none!important;-webkit-box-shadow:none!important}.Plans-redesign .Plans-redesign-toggle.show~.Plans-redesign-toggleBtn>span:first-of-type{display:none}.Plans-redesign .Plans-redesign-toggle.show~.Plans-redesign-toggleBtn>span:nth-of-type(2){display:block}.Plans-redesign .card{border:0;border-radius:0;width:90%;margin:auto;text-align:center;text-transform:uppercase;height:100%;box-shadow:0 2px 15px 0 rgba(0,0,0,.2)}@media screen and (min-width:576px){.Plans-redesign .card{width:100%}}@media screen and (min-width:992px){.Plans-redesign .card{width:90%}}.Plans-redesign .card .best-seller-badge{position:absolute;left:19%;height:41px;width:66%;background-color:#f15d2e;color:#fff;top:-16px;font-family:DIN-2014;font-weight:500;font-size:20px;padding-top:7px;letter-spacing:1.76px;line-height:25px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 4px 0 0 #9e2c08}.Plans-redesign .card .best-seller-badge:after{content:"";width:0;position:absolute;left:100%;bottom:25px;height:0;border-left:0 solid transparent;border-right:13px solid transparent;border-bottom:16px solid #000;transform:rotate(0deg)}.Plans-redesign .card-body{padding:0}.blog-post.card .Plans-redesign .blog-post-title,.Plans-redesign .blog-post.card .blog-post-title,.Plans-redesign .card-title{margin-bottom:2rem;padding-bottom:2rem;padding-top:3.5rem;background-color:#6bb086;font-family:DIN\ 1451 Mittelschrift,sans-serif}@media screen and (min-width:992px){.blog-post.card .Plans-redesign .blog-post-title,.Plans-redesign .blog-post.card .blog-post-title,.Plans-redesign .card-title{padding-bottom:0}}@media (min-width:992px){.blog-post.card .Plans-redesign .blog-post-title,.Plans-redesign .blog-post.card .blog-post-title,.Plans-redesign .card-title{padding-bottom:2rem}}.Plans-redesign .card-list{text-align:left;color:#656565;font-size:16px;font-family:proxima-nova;text-transform:none;width:90%;margin:auto}.Plans-redesign .card-text .btn,.Plans-redesign .card-text .product-purchase-form .form-element-group button,.Plans-redesign .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Plans-redesign .card-text button,.product-purchase-form .form-elements .Plans-redesign .card-text button{display:block;padding:.75rem 1.25rem;letter-spacing:1px;font-size:1rem;margin:1em}@media (min-width:992px){.Plans-redesign .card-text .btn,.Plans-redesign .card-text .product-purchase-form .form-element-group button,.Plans-redesign .card-text .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .Plans-redesign .card-text button,.product-purchase-form .form-elements .Plans-redesign .card-text button{display:inline-block}}.Plans-redesign .card-text small{display:block;margin-top:.5rem;letter-spacing:1px;color:#999}.Plans-redesign .card-footer{background-color:transparent;border:0}.Plans-redesign .card-footer .price-15{letter-spacing:-5px!important}.Plans-redesign .card-footer .buy-now{margin-bottom:10px;font-family:din-2014}.Plans-redesign .card-footer .buy-now a{color:#6bb086;font-size:16px;font-weight:500;line-height:33px}.Plans-redesign .card-footer .view-details{padding-bottom:2em}.Plans-redesign .card-footer .view-details a{width:90%;height:50px;padding:15px}.Plans-redesign-static{padding-top:0!important}.page-template-template-holiday-page #plansToggle{padding-top:40px}.page-template-template-holiday-page .Plans-redesign-toggleBtn .expand{display:block;margin:40px auto}.page-template-template-holiday-page .Plans-redesign-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.v1a .BTS-Hero-V1 .v1b-content,.v2 .BTS-Hero-V1{display:none}.v1a .BTS-Hero-V1 .content-headline{font-size:22px;font-family:DIN\ 1451 Mittelschrift,sans-serif;font-weight:500;letter-spacing:.57px}@media screen and (min-width:576px){.v1a .BTS-Hero-V1 .content-headline{font-size:38px}}.v1a .BTS-Hero-V1 .content-headline span:before{content:"\2015    "}.v1a .BTS-Hero-V1 .content-headline span:after{content:"  \2015"}.v1a .BTS-Hero-V1 .content-highlight{font-size:34px;font-family:Oswald,sans-serif;font-weight:500;margin:auto;background-color:#f15d2e;box-shadow:5px 5px 2px 0 rgba(47,79,79,.7)}@media screen and (min-width:576px){.v1a .BTS-Hero-V1 .content-highlight{font-size:61px}}.v1b .BTS-Hero-V1 .v1a-content{display:none}.v1b .BTS-Hero-V1 .content-headline{font-family:Oswald;font-size:51px;font-weight:500;line-height:normal;letter-spacing:1px;text-transform:uppercase;text-shadow:4px 4px rgba(47,79,79,.5)}@media screen and (min-width:576px){.v1b .BTS-Hero-V1 .content-headline{font-size:87px;font-weight:500;line-height:70px;letter-spacing:1px;text-transform:uppercase}}.v1b .BTS-Hero-V1 .content-headline .dollar{font-size:25px;margin-right:5px;vertical-align:22px}@media screen and (min-width:576px){.v1b .BTS-Hero-V1 .content-headline .dollar{font-size:43px;vertical-align:37px}}.v1b .BTS-Hero-V1 .content-headline .month{font-size:25px}@media screen and (min-width:576px){.v1b .BTS-Hero-V1 .content-headline .month{font-size:43px}}.v1b .BTS-Hero-V1 .content-highlight{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin:auto;padding:5px 0;background-color:#f15d2e}@media screen and (min-width:576px){.v1b .BTS-Hero-V1 .content-highlight{font-size:30px}}.BTS-Hero-V1{background-color:#68af85;background-image:url("/wp-content/themes/mintmobile/images/bts-wallpaper.png");background-size:175px}.BTS-Hero-V1 input::-webkit-inner-spin-button,.BTS-Hero-V1 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.BTS-Hero-V1 input[type=number]{-moz-appearance:textfield}.BTS-Hero-V1 img{width:100%}.BTS-Hero-V1 .container-fluid .row{min-height:400px;margin:auto}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row{width:90%}}@media screen and (min-width:768px){.BTS-Hero-V1 .container-fluid .row{width:75%}}@media screen and (min-width:992px){.BTS-Hero-V1 .container-fluid .row{width:100%}}.BTS-Hero-V1 .container-fluid .row .hero-image{text-align:center}@media screen and (min-width:992px){.BTS-Hero-V1 .container-fluid .row .hero-image{text-align:initial}}@media screen and (min-width:992px){.BTS-Hero-V1 .container-fluid .row .hero-image img{position:absolute;bottom:0}}.BTS-Hero-V1 .container-fluid .row .hero-image .legal-copy-m{position:absolute;bottom:10px;text-align:center;color:#fff;font-family:Proxima Nova Reg,sans-serif;margin:25px auto auto;font-size:12px;font-weight:500;line-height:15px;letter-spacing:normal;text-transform:none}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row .hero-image .legal-copy-m{display:none}}.BTS-Hero-V1 .container-fluid .row .hero-image .legal-copy-m a{color:#fff;text-decoration:underline}.BTS-Hero-V1 .container-fluid .row .hero-image .legal-copy-m a:hover{color:#000;text-decoration:underline}.BTS-Hero-V1 .container-fluid .row .hero-copy{margin-top:2em;text-align:center;color:#fff;text-transform:uppercase}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row .hero-copy{margin-bottom:2em}}@media screen and (min-width:992px){.BTS-Hero-V1 .container-fluid .row .hero-copy{margin-bottom:20px}}.BTS-Hero-V1 .container-fluid .row .hero-copy .width-driver{width:270px}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row .hero-copy .width-driver{width:449px}}.BTS-Hero-V1 .container-fluid .row .hero-copy .content-info{font-family:din-2014,sans-serif;margin:10px auto;padding-bottom:10px;border-bottom:solid #fff;font-size:14px;font-weight:300;line-height:10px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row .hero-copy .content-info{font-size:24px;font-weight:300;line-height:32px;letter-spacing:1px;text-transform:uppercase}}.BTS-Hero-V1 .container-fluid .row .hero-copy .cta-container{margin-top:1em}.BTS-Hero-V1 .container-fluid .row .hero-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.BTS-Hero-V1 .container-fluid .row .hero-copy .cta-container button{margin:0 0 3px 7px}.BTS-Hero-V1 .container-fluid .row .hero-copy .legal-copy{display:none;font-family:Proxima Nova Reg,sans-serif;font-size:12px;font-weight:500;line-height:15px;letter-spacing:normal;text-transform:none;margin:auto;width:80%}@media screen and (min-width:576px){.BTS-Hero-V1 .container-fluid .row .hero-copy .legal-copy{display:block}}.BTS-Hero-V1 .container-fluid .row .hero-copy .legal-copy a:hover{color:#000;text-decoration:underline}.v1a .BTS-Hero-V2,.v1a .BTS-Hero-V3,.v1a .last-day-container,.v1b .BTS-Hero-V2,.v1b .BTS-Hero-V3,.v1b .last-day-container,.v2a .BTS-Hero-V1,.v2a .BTS-Hero-V3,.v2a .last-day-container,.v2b .BTS-Hero-V1,.v2b .BTS-Hero-V3,.v2b .last-day-container,.v3 .BTS-Hero-V1,.v3 .BTS-Hero-V2,.v3 .last-day-container,.v4 .BTS-Hero-V1,.v4 .BTS-Hero-V2,.v4 .BTS-Hero-V3{display:none}.v1a #bts-bg,.v1b #bts-bg,.v2a #bts-bg,.v2b #bts-bg,.v3 #bts-bg,.v4 #bts-bg{background-color:#ddd;background-image:none}.v1a #bts-bg .spacer,.v1b #bts-bg .spacer,.v2a #bts-bg .spacer,.v2b #bts-bg .spacer,.v3 #bts-bg .spacer,.v4 #bts-bg .spacer{margin:0}.v1a #bts-bg .PlansV2-toggleBtn,.v1b #bts-bg .PlansV2-toggleBtn,.v2a #bts-bg .PlansV2-toggleBtn,.v2b #bts-bg .PlansV2-toggleBtn,.v3 #bts-bg .PlansV2-toggleBtn,.v4 #bts-bg .PlansV2-toggleBtn{color:#000;margin-top:0}.v1a #bts-bg .PlansV2-toggleBtn .expand,.v1b #bts-bg .PlansV2-toggleBtn .expand,.v2a #bts-bg .PlansV2-toggleBtn .expand,.v2b #bts-bg .PlansV2-toggleBtn .expand,.v3 #bts-bg .PlansV2-toggleBtn .expand,.v4 #bts-bg .PlansV2-toggleBtn .expand{display:block;margin:10px auto}.v1a #bts-bg .PlansV2-toggleBtn .expand-circle,.v1b #bts-bg .PlansV2-toggleBtn .expand-circle,.v2a #bts-bg .PlansV2-toggleBtn .expand-circle,.v2b #bts-bg .PlansV2-toggleBtn .expand-circle,.v3 #bts-bg .PlansV2-toggleBtn .expand-circle,.v4 #bts-bg .PlansV2-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.v1a #bts-bg .PlansV2-toggleBtn .bts-plans-less,.v1b #bts-bg .PlansV2-toggleBtn .bts-plans-less,.v2a #bts-bg .PlansV2-toggleBtn .bts-plans-less,.v2b #bts-bg .PlansV2-toggleBtn .bts-plans-less,.v3 #bts-bg .PlansV2-toggleBtn .bts-plans-less,.v4 #bts-bg .PlansV2-toggleBtn .bts-plans-less{margin-top:1em}.v2a .v2b-row{display:none}.v2a .v2a-row{min-height:400px;margin:auto}@media screen and (min-width:576px){.v2a .v2a-row{width:90%}}@media screen and (min-width:768px){.v2a .v2a-row{width:75%}}@media screen and (min-width:992px){.v2a .v2a-row{width:100%}}.v2a .hero-copy .content-headline{font-family:Oswald;text-shadow:8px 8px 12px rgba(0,0,0,.42);font-size:57px;font-weight:500;line-height:24px;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.v2a .hero-copy .content-headline{font-size:97px;font-weight:500;line-height:28px;letter-spacing:normal;text-transform:uppercase}}@media screen and (min-width:992px){.v2a .hero-copy .content-headline{font-size:127px}}.v2a .hero-copy .content-headline .dollar{font-size:22px;vertical-align:30px}@media screen and (min-width:576px){.v2a .hero-copy .content-headline .dollar{vertical-align:52px;font-size:35px}}@media screen and (min-width:992px){.v2a .hero-copy .content-headline .dollar{vertical-align:72px;font-size:40px}}.v2a .hero-copy .content-headline .mo{font-size:20px}@media screen and (min-width:576px){.v2a .hero-copy .content-headline .mo{font-size:24px}}@media screen and (min-width:992px){.v2a .hero-copy .content-headline .mo{font-size:30px}}.v2a .hero-copy .content-highlight{font-family:Oswald;text-shadow:8px 8px 12px rgba(0,0,0,.42);font-size:24px;font-weight:500;line-height:default;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:576px){.v2a .hero-copy .content-highlight{font-size:40px}}@media screen and (min-width:992px){.v2a .hero-copy .content-highlight{font-size:50px}}.v2a .hero-copy .content-info{background-color:#026938;font-family:din-2014;font-size:12px;font-weight:600;line-height:default;letter-spacing:1px;text-transform:uppercase;margin:10px auto;width:285px;padding:5px 0;transform:skew(-12deg)}@media screen and (min-width:576px){.v2a .hero-copy .content-info{font-size:20px;width:465px}}@media screen and (min-width:992px){.v2a .hero-copy .content-info{font-size:25px;width:610px}}.v2a .hero-copy .content-info .reverse-skew{transform:skew(12deg)}.v2a .hero-copy .content-info .reverse-skew .mo{font-size:8px}@media screen and (min-width:576px){.v2a .hero-copy .content-info .reverse-skew .mo{font-size:14px}}.v2b #bts-bg{background-color:#ddd;background-image:none}.v2b #bts-bg .spacer{margin:0}.v2b #bts-bg .PlansV2-toggleBtn{color:#000;margin-top:0}.v2b #bts-bg .PlansV2-toggleBtn .expand{display:block;margin:10px auto}.v2b #bts-bg .PlansV2-toggleBtn .expand-circle{width:35px;height:35px;background:transparent url(../images/icon-circle-cross.png) no-repeat;background-size:contain}.v2b .v2a-row{display:none}.v2b .v2b-row{width:auto}.v2b .hero-copy .content-headline{font-family:Oswald;text-shadow:8px 8px 12px rgba(0,0,0,.42);font-size:42px;font-weight:500;line-height:28px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:576px){.v2b .hero-copy .content-headline{font-size:76px;font-weight:500;line-height:60px;letter-spacing:2px;text-transform:uppercase}}@media screen and (min-width:768px){.v2b .hero-copy .content-headline{font-size:94px}}@media screen and (min-width:992px){.v2b .hero-copy .content-headline{font-size:110px;font-weight:500;line-height:85px;letter-spacing:3px;text-transform:uppercase}}.v2b .hero-copy .content-highlight{font-family:Oswald;text-shadow:8px 8px 12px rgba(0,0,0,.42);font-size:25px;font-weight:500;line-height:46px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:576px){.v2b .hero-copy .content-highlight{font-size:46px;font-weight:500;line-height:60px;letter-spacing:1px;text-transform:uppercase}}@media screen and (min-width:768px){.v2b .hero-copy .content-highlight{font-size:56px;font-weight:500;line-height:99px;letter-spacing:1px;text-transform:uppercase}}@media screen and (min-width:992px){.v2b .hero-copy .content-highlight{font-size:67px}}.v2b .hero-copy .content-info{font-family:din-2014;width:291px;transform:skew(-12deg);margin:auto;font-size:9px;font-weight:600;line-height:default;letter-spacing:0;text-transform:uppercase}@media screen and (min-width:576px){.v2b .hero-copy .content-info{font-size:14px;width:502px}}@media screen and (min-width:768px){.v2b .hero-copy .content-info{font-size:18px;width:625px}}@media screen and (min-width:992px){.v2b .hero-copy .content-info{margin:10px auto;font-size:22px;width:727px}}.v2b .hero-copy .content-info .content-1{display:inline;background-color:#6fc6ca;padding:8px;position:relative;box-shadow:0 0 16px 0 rgba(0,0,0,.31)}@media screen and (min-width:576px){.v2b .hero-copy .content-info .content-1{padding:12px}}.v2b .hero-copy .content-info .content-2{display:inline;background-color:#026938;padding:8px;padding-right:5px;padding-left:5px}@media screen and (min-width:576px){.v2b .hero-copy .content-info .content-2{padding:12px;padding-right:10px;padding-left:10px}}.v2b .hero-copy .content-info .reverse-skew{padding-left:5px;padding-right:5px;display:inline-block;transform:skew(12deg)}@media screen and (min-width:576px){.v2b .hero-copy .content-info .reverse-skew{padding-left:10px;padding-right:10px}}.v2b .hero-copy .content-info .reverse-skew .dollar{font-size:6px;vertical-align:3px}@media screen and (min-width:576px){.v2b .hero-copy .content-info .reverse-skew .dollar{font-size:12px;vertical-align:5px}}@media screen and (min-width:768px){.v2b .hero-copy .content-info .reverse-skew .dollar{font-size:14px;vertical-align:8px}}@media screen and (min-width:992px){.v2b .hero-copy .content-info .reverse-skew .dollar{font-size:16px}}.v2b .hero-copy .content-info .reverse-skew .big-20{vertical-align:middle;font-size:15px}@media screen and (min-width:576px){.v2b .hero-copy .content-info .reverse-skew .big-20{font-size:32px}}@media screen and (min-width:768px){.v2b .hero-copy .content-info .reverse-skew .big-20{font-size:36px}}@media screen and (min-width:992px){.v2b .hero-copy .content-info .reverse-skew .big-20{font-size:40px}}.v2b .hero-copy .content-info .reverse-skew .spacer-dot{font-size:20px;vertical-align:middle;margin:0 5px}@media screen and (min-width:576px){.v2b .hero-copy .content-info .reverse-skew .spacer-dot{font-size:40px;margin:0 10px}}@media screen and (min-width:992px){.v2b .hero-copy .content-info .reverse-skew .spacer-dot{margin:0 20px}}.v2b .hero-copy .content-info .mo{font-size:5px}@media screen and (min-width:576px){.v2b .hero-copy .content-info .mo{font-size:14px}}@media screen and (min-width:992px){.v2b .hero-image img{right:-100px!important}}@media screen and (min-width:1200px){.v2b .hero-image img{right:-50px!important}}.BTS-Hero-V2{background-size:cover;background-image:url("/wp-content/themes/mintmobile/images/bts-background-v2.jpg");background-repeat:no-repeat;background-position:40%}.BTS-Hero-V2 input::-webkit-inner-spin-button,.BTS-Hero-V2 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.BTS-Hero-V2 input[type=number]{-moz-appearance:textfield}.BTS-Hero-V2 .container-fluid .row .hero-image{text-align:center}@media screen and (min-width:992px){.BTS-Hero-V2 .container-fluid .row .hero-image{text-align:initial}}.BTS-Hero-V2 .container-fluid .row .hero-image img{position:relative;width:70%;margin-bottom:-30px}@media screen and (min-width:576px){.BTS-Hero-V2 .container-fluid .row .hero-image img{margin-bottom:-40px;width:60%;min-width:347px}}@media screen and (min-width:992px){.BTS-Hero-V2 .container-fluid .row .hero-image img{position:absolute;margin-bottom:0;right:-50px;top:0;width:125%}}.BTS-Hero-V2 .container-fluid .row .hero-copy{margin-top:2em;text-align:center;color:#fff;text-transform:uppercase}@media screen and (min-width:992px){.BTS-Hero-V2 .container-fluid .row .hero-copy{margin-bottom:20px}}.BTS-Hero-V2 .container-fluid .row .hero-copy .cta-container{margin-top:1em}.BTS-Hero-V2 .container-fluid .row .hero-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.BTS-Hero-V2 .container-fluid .row .hero-copy .cta-container button{margin:0 0 3px 7px}.BTS-Hero-V2 .container-fluid .row .hero-copy .legal-copy{display:block;font-family:Proxima Nova Reg,sans-serif;font-size:7px;font-weight:500;line-height:12px;letter-spacing:normal;text-transform:none;position:relative;z-index:2;margin:10px auto -10px;width:285px}@media screen and (min-width:576px){.BTS-Hero-V2 .container-fluid .row .hero-copy .legal-copy{font-size:12px;font-weight:500;line-height:16px;letter-spacing:normal;text-transform:none;width:465px}}@media screen and (min-width:992px){.BTS-Hero-V2 .container-fluid .row .hero-copy .legal-copy{width:525px}}.BTS-Hero-V2 .container-fluid .row .hero-copy .legal-copy a:hover{color:#000;text-decoration:underline}.BTS-Hero-V3{background-color:#68af85;background-image:url("/wp-content/themes/mintmobile/images/bts-wallpaper.png");background-size:175px}.BTS-Hero-V3 input::-webkit-inner-spin-button,.BTS-Hero-V3 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.BTS-Hero-V3 input[type=number]{-moz-appearance:textfield}.BTS-Hero-V3 .content-headline{font-family:Oswald;font-size:51px;font-weight:500;line-height:normal;letter-spacing:1px;text-transform:uppercase;text-shadow:4px 4px rgba(47,79,79,.5)}@media screen and (min-width:576px){.BTS-Hero-V3 .content-headline{font-size:87px;font-weight:500;line-height:70px;letter-spacing:1px;text-transform:uppercase}}.BTS-Hero-V3 .content-headline .dollar{font-size:25px;margin-right:5px;vertical-align:22px}@media screen and (min-width:576px){.BTS-Hero-V3 .content-headline .dollar{font-size:43px;vertical-align:37px}}.BTS-Hero-V3 .content-headline .month{font-size:25px}@media screen and (min-width:576px){.BTS-Hero-V3 .content-headline .month{font-size:43px}}.BTS-Hero-V3 .content-highlight{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin:auto;padding:5px 0;background-color:#f15d2e}@media screen and (min-width:576px){.BTS-Hero-V3 .content-highlight{font-size:30px}}.BTS-Hero-V3 .img-homepage-b3g3{width:290px}@media screen and (min-width:576px){.BTS-Hero-V3 .img-homepage-b3g3{width:525px}}@media screen and (min-width:1200px){.BTS-Hero-V3 .img-homepage-b3g3{width:670px}}.BTS-Hero-V3 .img-plans-b3g3{width:290px}@media screen and (min-width:576px){.BTS-Hero-V3 .img-plans-b3g3{width:525px}}@media screen and (min-width:1200px){.BTS-Hero-V3 .img-plans-b3g3{width:600px}}.BTS-Hero-V3 .container-fluid .row{min-height:383px;margin:auto}@media screen and (min-width:576px){.BTS-Hero-V3 .container-fluid .row{width:90%}}@media screen and (min-width:768px){.BTS-Hero-V3 .container-fluid .row{width:75%}}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row{width:100%}}.BTS-Hero-V3 .container-fluid .row .hero-image{text-align:center}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-image{text-align:initial}}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-image img{bottom:0}}.BTS-Hero-V3 .container-fluid .row .hero-image .homepage-desktop-b3g3-animation{margin:auto;height:193px;width:265px;background-repeat:no-repeat;animation-name:b3g3_desktop;background-size:cover;-webkit-animation-direction:alternate;animation-direction:alternate;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@media screen and (min-width:576px){.BTS-Hero-V3 .container-fluid .row .hero-image .homepage-desktop-b3g3-animation{height:300px;width:400px}}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-image .homepage-desktop-b3g3-animation{width:700px;height:383px}}@keyframes foxburst_m{to{background-position:-7181px}}@keyframes foxburst_t{to{background-position:-11161px}}@keyframes foxburst_d{to{background-position:-13555px}}.BTS-Hero-V3 .container-fluid .row .hero-image .plans-animation{margin:auto;height:195px;width:240px;animation:foxburst_m 2s steps(30) infinite;background:url(/wp-content/themes/mintmobile/images/b3g3_plans_mobile/B3G3_urgency_home_burst_MT_sprite3.png) 0}@media screen and (min-width:576px){.BTS-Hero-V3 .container-fluid .row .hero-image .plans-animation{margin:auto;margin-bottom:15px;height:304px;width:371px;animation:foxburst_t 2s steps(30) infinite;background:url(/wp-content/themes/mintmobile/images/b3g3_plans_mobile/B3G3_urgency_home_burst_Tablet.png) 0}}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-image .plans-animation{margin:auto;margin-bottom:15px;height:385px;width:616px;animation:foxburst_d 2s steps(22) infinite;background:url(/wp-content/themes/mintmobile/images/b3g3_plans_mobile/B3G3_urgency_home_burst_Desktop5.png) 0}}.BTS-Hero-V3 .container-fluid .row .hero-image .legal-copy-m{text-align:center;color:#fff;margin-bottom:10px;position:absolute;font-family:Proxima Nova Reg,sans-serif;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;font-size:8px;font-weight:500;line-height:8px;letter-spacing:normal;text-transform:none}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-image .legal-copy-m{display:none}}.BTS-Hero-V3 .container-fluid .row .hero-image .legal-copy-m a{color:#fff;text-decoration:underline}.BTS-Hero-V3 .container-fluid .row .hero-image .legal-copy-m a:hover{color:#000;text-decoration:underline}.BTS-Hero-V3 .container-fluid .row .hero-copy{margin-top:1.5em;margin-bottom:-25px;text-align:center;color:#fff;text-transform:uppercase;position:relative;z-index:3}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-copy{margin-bottom:20px}}.BTS-Hero-V3 .container-fluid .row .hero-copy .width-driver{width:270px}@media screen and (min-width:576px){.BTS-Hero-V3 .container-fluid .row .hero-copy .width-driver{width:449px}}.BTS-Hero-V3 .container-fluid .row .hero-copy .content-info{font-family:din-2014,sans-serif;margin:10px auto;padding-bottom:10px;border-bottom:solid #fff;font-size:14px;font-weight:300;line-height:10px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:576px){.BTS-Hero-V3 .container-fluid .row .hero-copy .content-info{font-size:24px;font-weight:300;line-height:32px;letter-spacing:1px;text-transform:uppercase}}.BTS-Hero-V3 .container-fluid .row .hero-copy .cta-container{margin-top:1em}.BTS-Hero-V3 .container-fluid .row .hero-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.BTS-Hero-V3 .container-fluid .row .hero-copy .cta-container button{margin:0 0 3px 7px}.BTS-Hero-V3 .container-fluid .row .hero-copy .legal-copy{display:none;font-family:Proxima Nova Reg,sans-serif;font-size:12px;font-weight:500;line-height:15px;letter-spacing:normal;text-transform:none;margin:auto;width:80%}@media screen and (min-width:1200px){.BTS-Hero-V3 .container-fluid .row .hero-copy .legal-copy{display:block}}.BTS-Hero-V3 .container-fluid .row .hero-copy .legal-copy a:hover{color:#000;text-decoration:underline}.block{width:100%}.block--title .title-image{padding-top:20px;display:flex;align-items:center;justify-content:center}.block--title .title-image img{align-self:flex-end;max-width:100%;height:auto}.block--title .title-header{display:flex;align-items:center}.block--title h1{color:#fff;font-family:Oswald;font-size:60px;font-weight:700;line-height:70px;text-transform:uppercase}@media (max-width:575px){.block--title .title-header{justify-content:center;margin-top:10px}.block--title h1{text-align:center;font-size:40px;line-height:50px}}.block--news-featured{font-family:proxima-nova,sans-serif}.block--news-featured .news-featured-content{display:flex;align-items:center;justify-content:center;padding:47px 0}.block--news-featured .consumer-reports{background:url(../images/news/cr.png) no-repeat;background-position:25px 31px}.block--news-featured .toms-guide{background:url(../images/news/toms-guide.png) no-repeat;background-position:20px 36px;background-size:217px 39px}.block--news-featured .forbes{background:url(../images/news/forbes.png) no-repeat;background-position:25px 26px}.block--news-featured .featured-item{position:relative;box-sizing:border-box;height:295px;width:390px;padding-left:80px;padding-top:100px;padding-right:20px;margin:10px;border-radius:8px;background-color:#fff;box-shadow:-3px 3px 4px 0 rgba(0,0,0,.1);transition:all .1s ease-in-out;color:#333;font-size:24px;line-height:29px}.block--news-featured .featured-item:before{content:" ";position:absolute;width:42px;height:34px;top:111px;left:18px;background:url(../images/news/quote.png) no-repeat}.block--news-featured .featured-item:hover{box-shadow:-2px 5px 8px 0 rgba(0,0,0,.2);margin-top:-1px}@media (max-width:1024px){.block--news-featured .featured-item{font-size:18px;line-height:23px}}@media (max-width:767px){.block--news-featured .news-featured-content{flex-direction:column}.block--news-featured .news-featured-content .featured-item{font-size:24px;line-height:29px}}.block--news{font-family:proxima-nova,sans-serif;color:#333;padding-top:56px;padding-bottom:100px}.block--news h3{color:#6bb086;font-family:din-2014,sans-serif;font-weight:700;font-size:22px;line-height:28px;text-transform:uppercase}.block--news a{color:#f15d2e}.block--news .news-sidebar{font-size:20px;line-height:33px;font-weight:700}.block--news .news-sidebar .section{padding-bottom:55px}.block--news .news-sidebar h3{font-size:22px;line-height:28px}.block--news .news-sidebar .btn,.block--news .news-sidebar .product-purchase-form .form-element-group button,.block--news .news-sidebar .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .block--news .news-sidebar button,.product-purchase-form .form-elements .block--news .news-sidebar button{font-family:proxima-nova,sans-serif;color:#fff;font-weight:700;font-size:20px;line-height:24px;transition:all .1s ease-in-out;padding:18px 24px;letter-spacing:1px}.block--news .news-sidebar .btn:hover,.block--news .news-sidebar .product-purchase-form .form-element-group button:hover,.block--news .news-sidebar .product-purchase-form .form-elements button:hover,.product-purchase-form .form-element-group .block--news .news-sidebar button:hover,.product-purchase-form .form-elements .block--news .news-sidebar button:hover{border:1px solid #f15d2e;background:#fff;color:#f15d2e}.block--news .news-listing{margin-top:13px}.block--news .news-listing .item{font-size:18px;line-height:22px;margin-bottom:25px;padding-bottom:25px;padding-right:30px;border-bottom:1px solid #979797}.block--news .news-listing .item .item-source{color:#868686;font-weight:700;text-transform:uppercase;margin-bottom:10px}.block--news .news-listing .item .item-title{color:#333;font-weight:700;font-size:20px;line-height:22px}.block--news .news-listing .item .item-title:hover{color:#666}.block--news .news-listing .item .item-content{padding-top:10px;line-height:22px}.block--news .news-listing .item .read-more{text-transform:uppercase;white-space:nowrap}@media (max-width:767px){.block--news .news-sidebar{text-align:center}.block--news .news-sidebar .section{border-bottom:1px solid #979797;margin-bottom:20px;padding-bottom:20px}.block--news h3{text-align:center}}#about-title .row{padding:50px 0}#about-title h1.title-split-sm-lg{font-size:40px;line-height:45px}#about-title h1.title-split-sm-lg span{display:block;font-size:83px;line-height:88px;text-shadow:0 2px 4px rgba(0,0,0,.2)}#about-title .title-image img{position:absolute;top:0;right:0;z-index:4;max-width:110%;height:auto}@media (max-width:575px){#about-title .row{padding-top:15px;padding-bottom:100px}#about-title h1.title-split-sm-lg{font-size:30px;line-height:37px;letter-spacing:1px}#about-title h1.title-split-sm-lg span{font-size:60px;line-height:64px}#about-title .title-header,#about-title .title-image{display:flex;justify-content:center}#about-title .title-image{margin-top:30px;align-items:center}#about-title .title-image img{position:absolute;right:auto;align-self:flex-end;margin:0 auto;max-width:50%}}.block--about--content{padding-top:50px;font-family:proxoma-nova,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:#333}.block--about--content em{font-weight:700;font-style:normal}.block--about--content em.bigger{font-size:28px;line-height:33px}.block--about--content .about-imagequote{text-align:center;color:#999;font-size:14px;line-height:17px}.block--about--content .about-imagequote img{max-width:100%;height:auto;margin-bottom:10px}.block--about--content .content{z-index:2}.block--about--content .image{z-index:1;display:flex;justify-content:center;align-content:center}@media (max-width:575px){.block--about--content{font-size:20px;line-height:24px}.block--about--content .row>div{padding-left:25px;padding-right:25px}.block--about--content em.bigger{font-size:24px;line-height:26px}}.block--about--content-highlight{color:#fff}.block--about--content-highlight .row{border-radius:20px;padding:22px 0;background:linear-gradient(90deg,#5abdc3,#6faa86)}.block--about--content-highlight .about-imagequote{text-align:center;font-size:14px;line-height:17px}.block--about--content-highlight .about-imagequote img{margin-bottom:10px}.block--about--content-highlight .image{display:flex;justify-content:center;align-items:center}.block--about--content-highlight .image .image-container{height:220px;width:206px}.block--about--content-highlight .paw-list{padding-left:0;font-size:24px;line-height:28px;font-family:proxima-nova,sans-serif}.block--about--content-highlight .paw-list li{background:url(../images/about/fox-print.png) no-repeat 0 0;list-style:none;padding:0 0 20px 80px;margin-top:20px;border-bottom:1px solid hsla(0,0%,100%,.5)}.block--about--content-highlight .paw-list li h3{font-family:Oswald,sans-serif;font-size:28px;line-height:32px;letter-spacing:1px}.block--about--content-highlight .paw-list li:last-child{border-bottom:none}@media (max-width:767px){.block--about--content-highlight .row{margin:0 10px;background:linear-gradient(180deg,#5abdc3,#6faa86)}.block--about--content-highlight .row>div{padding-left:25px;padding-right:25px}.block--about--content-highlight .image .image-container{width:216px}.block--about--content-highlight .paw-list{line-height:32px}.block--about--content-highlight .paw-list li{padding:5px 0 20px;background-size:28px 36px}.block--about--content-highlight .paw-list li h3{font-size:28px;margin-left:40px}.block--about--content-highlight .paw-list li:first-child{margin-top:0}}@media (max-width:1280px){.block--about--content-highlight .row{margin:0 10px}}@media (max-width:575px){#about-p1{padding-top:250px}}#about-p2 .image img{align-self:flex-end;position:absolute;bottom:0;max-width:100%;height:auto}@media (max-width:768px){#about-p2 .image img{position:relative;border-bottom:1px solid #6bb086;margin-bottom:30px}}#about-p3 .image img{align-self:flex-end;position:absolute;bottom:0;max-width:100%;height:auto}#about-p3 .row{min-height:350px}#about-p3 .center{padding:20px 0 40px;margin:0 auto;text-align:center}@media (max-width:768px){#about-p3 .image img{position:relative}}@media (max-width:1024px){#about-p3 .image img{padding-right:40px}}.block--about--related{padding:55px 0 30px;font-size:20px;line-height:50px;font-weight:700}.block--about--related a{display:block;color:#fff;text-transform:uppercase;text-align:center;padding-bottom:10px}.block--about--related a img{max-width:100%;height:auto}.block--about--related a:hover{color:#fff;margin-bottom:2px}.block--about--related a:hover img{box-shadow:1px 1px 5px rgba(0,0,0,.2);margin-top:-2px}.block--social-wall .social--header h3{text-align:center;font-family:Oswald,sans-serif;font-weight:700;font-size:42px;line-height:63px;text-transform:uppercase;color:#6bb086;padding-bottom:20px}.block--social-wall .social-content{display:flex;flex-wrap:wrap;padding:0 4px}.block--social-wall .column{flex:17%;max-width:25%;padding:0 10px}.block--social-wall .column img,.block--social-wall .fb-post,.block--social-wall .instagram-media,.block--social-wall .twitter-tweet{margin-top:8px!important;vertical-align:middle;min-width:0!important;width:100%!important;display:inline!important}@media (max-width:800px){.block--social-wall .column{flex:50%;max-width:50%}}@media (max-width:600px){.block--social-wall .column{flex:100%;max-width:100%}}.block--social-wall .grid-item{display:block;width:360px}.block--social-wall .grid-item iframe{box-shadow:-3px 3px 4px 0 rgba(0,0,0,.1)!important}.block--social-wall .twitter-tweet{box-shadow:-3px 3px 4px 0 rgba(0,0,0,.1)}.block--hero-rr-minty-fresh{background-size:cover;background-position:100% 0;background-repeat:no-repeat}.block--hero-rr-minty-fresh h1{font-size:60px;line-height:65px;color:#fff;text-transform:uppercase}.block--hero-rr-minty-fresh .row{height:520px}.block--hero-rr-minty-fresh .header{display:flex;align-items:center;align-content:center;justify-content:center;text-align:center}.block--hero-rr-minty-fresh .header .btn,.block--hero-rr-minty-fresh .header .product-purchase-form .form-element-group button,.block--hero-rr-minty-fresh .header .product-purchase-form .form-elements button,.product-purchase-form .form-element-group .block--hero-rr-minty-fresh .header button,.product-purchase-form .form-elements .block--hero-rr-minty-fresh .header button{margin-top:20px}@media (max-width:767px){.block--hero-rr-minty-fresh{background-size:cover;background-position:bottom}.block--hero-rr-minty-fresh h1{font-size:30px;line-height:36px}.block--hero-rr-minty-fresh .row{height:800px}.block--hero-rr-minty-fresh .header .copy-block{padding:50px 20px 20px;align-self:flex-start}}p.text-field-helper-text{margin-bottom:0}.variation2Hero{display:none}@media screen and (max-width:592px){#hero-california-top{height:38em}}@media screen and (max-width:400px){#hero-california-top{height:35em}}#california-overview{background:url(../images/california-hero-wide.jpg);background-position:center 100%;background-size:auto 500px;height:550px;width:100%;position:absolute;top:0;left:0;z-index:0;background-repeat:no-repeat;margin-top:5em}@media screen and (max-width:700px){#california-overview{background:url(../images/california-mobile-hero.png);width:100%;height:640px;max-height:800px;background-size:cover;background-position:100% 100%;background-repeat:no-repeat;margin-top:0}}@media screen and (max-width:400px){#california-overview{height:575px}}@media screen and (max-width:320px){#california-overview{background:url(../images/california-hero_XSMobile.png)}}.variation2Hero .Hero{height:38.5em}.hero-offer{text-transform:uppercase;margin-top:2em}.hero-offer #california-offer{color:#539a74;font-size:48px;font-family:Oswald;font-weight:600}@media (max-width:700px){.hero-offer #california-offer{font-size:35px;line-height:50px}}@media (max-width:375px){.hero-offer #california-offer{font-size:40px;width:80%;margin:auto;margin-top:-30px;line-height:41px}}.hero-offer #california-text{color:#f15d2e}@media (max-width:700px){.hero-offer #california-text{display:block}}.hero-offer #california-info{font-family:Open Sans;color:#4a4a4a;font-weight:700;margin-top:2em;font-size:.95em;line-height:17px}@media (max-width:700px){.hero-offer #california-info{margin-top:1em;font-size:14px;line-height:26px}}@media (max-width:375px){.hero-offer #california-info{font-size:16px;width:70%;margin:auto;margin-top:20px;line-height:19px;margin-bottom:14px}}.hero-offer .california-intro{color:#fff;font-size:.91em;margin-top:15px;font-weight:600;padding-top:1em}@media (max-width:700px){.hero-offer .california-intro{margin-top:1em;font-size:13px}}.hero-offer .california-intro p{margin-bottom:.6em;font-size:16px;font-style:normal;font-weight:400}@media screen and (max-width:600px){.hero-offer .california-intro p{font-size:14px}}.clouds{background:#fff;height:90px;width:380px;position:relative;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;margin-top:-3em}.clouds:after,.clouds:before{background:#fff;content:"";position:absolute;z-indeX:-1}.clouds:after{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;height:100px;left:50px;top:-50px;width:100px}.clouds:before{-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;width:180px;height:180px;right:50px;top:-90px}@-webkit-keyframes cloudsCali{0%{margin-right:1000px}to{margin-right:-1000px}}@-moz-keyframes cloudsCali{0%{margin-left:-1000px}to{margin-left:1000px}}@keyframes cloudsCali{0%{margin-left:-1000px}to{margin-left:1000px}}#hero-california-top{background-color:#abe8e9}@media (max-width:592px){#clouds-over-cali{display:none}}#clouds-over-cali .M2{-webkit-animation:cloudsCali 135s linear infinite;-moz-animation:cloudsCali 135s linear infinite;animation:cloudsCali 135s linear infinite;transform:scale(.12);right:-80em;top:2em}#clouds-over-cali .s1{-webkit-animation:cloudsCali 145s linear infinite;-moz-animation:cloudsCali 145s linear infinite;animation:cloudsCali 145s linear infinite;transform:scale(.1);left:3em;top:.5em}#clouds-over-cali .s1,#clouds-over-cali .s2{-webkit-transform:scale(.25);-moz-transform:scale(.25)}#clouds-over-cali .s2{-webkit-animation:cloudsCali 175s linear infinite;-moz-animation:cloudsCali 175s linear infinite;animation:cloudsCali 175s linear infinite;transform:scale(.2);right:-70em;top:2em}#clouds-over-cali .M1{-webkit-animation:cloudsCali 195s linear infinite;-moz-animation:cloudsCali 195s linear infinite;animation:cloudsCali 195s linear infinite;transform:scale(.15);right:21em;top:8em}#clouds-over-cali .s3{-webkit-animation:cloudsCali 135s linear infinite;-moz-animation:cloudsCali 135s linear infinite;animation:cloudsCali 135s linear infinite;transform:scale(.11);right:-38em;top:-2em}#clouds-over-cali .s4{-webkit-animation:cloudsCali 105s linear infinite;-moz-animation:cloudsCali 105s linear infinite;animation:cloudsCali 105s linear infinite;transform:scale(.2);right:38em;top:-5em}.ferris-wheel{width:171.6px;height:190px;margin:3.8em;margin-right:40em;background:url("../images/california-FerrisWheel.png") 0 0;animation:ferris 10s steps(22) infinite}@media screen and (max-width:700px){.ferris-wheel{display:none}}@keyframes ferris{to{background-position:-3777px}}#ca-hero-text-input{width:105px;font-size:16px!important;font-style:normal;font-weight:400}@media screen and (max-width:600px){#ca-hero-text-input{font-size:14px}}#ca-hero-text-start{font-size:16px;font-style:normal;font-weight:400}@media screen and (max-width:600px){#ca-hero-text-start{font-size:15px}}.Hero-main{background-color:#549c74;color:#fff}.Hero-main .container-fluid .row .hero-copy{text-align:center;padding-top:4em}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-copy{padding:1em 0}}@media screen and (min-width:1200px){.Hero-main .container-fluid .row .hero-copy{padding:3em 0 2em}}.Hero-main .container-fluid .row .hero-copy .content-headline{font-family:din-2014;font-size:16px;font-weight:300;line-height:20px;letter-spacing:3px;text-transform:uppercase}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-copy .content-headline{font-size:25px;font-weight:300;line-height:32px;letter-spacing:5px;text-transform:uppercase}}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-copy .content-headline{font-size:16px;font-weight:300;line-height:26px;letter-spacing:4px;text-transform:uppercase}}.Hero-main .container-fluid .row .hero-copy .content-headline .underline{text-decoration:underline}.Hero-main .container-fluid .row .hero-copy .content-highlight{font-family:Oswald;font-size:63px;font-weight:500;line-height:default;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-copy .content-highlight{font-size:117px}}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-copy .content-highlight{font-size:97px}}.Hero-main .container-fluid .row .hero-copy .content-highlight .dollar{font-size:26px;font-weight:400;line-height:normal;letter-spacing:normal;text-transform:uppercase;vertical-align:31px}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-copy .content-highlight .dollar{vertical-align:56px;font-size:48px}}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-copy .content-highlight .dollar{font-size:40px;vertical-align:45px}}.Hero-main .container-fluid .row .hero-copy .content-highlight .mo{text-transform:lowercase;font-size:26px}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-copy .content-highlight .mo{font-size:48px;font-size:40px}}.Hero-main .container-fluid .row .hero-copy .content-info{font-family:din-2014;font-size:14px;font-weight:400;line-height:20px;letter-spacing:3px;text-transform:uppercase}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-copy .content-info{font-size:27px;font-weight:400;line-height:30px;letter-spacing:5px;text-transform:uppercase}}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-copy .content-info{font-size:20px;font-weight:400;line-height:26px;letter-spacing:4px;text-transform:uppercase}}.Hero-main .container-fluid .row .hero-copy .cta-container{margin-top:1em}.Hero-main .container-fluid .row .hero-copy .cta-container input{font-family:sans-serif;display:inline-block;width:105px}.Hero-main .container-fluid .row .hero-copy .cta-container button{margin:0 0 3px 7px}.Hero-main .container-fluid .row .hero-image{text-align:center;height:100%}.Hero-main .container-fluid .row .hero-image .image-div{background-image:url("/wp-content/themes/mintmobile/images//img-home-hero-accent-m.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;background-color:initial;height:200px}@media screen and (min-width:576px){.Hero-main .container-fluid .row .hero-image .image-div{height:270px}}@media screen and (min-width:992px){.Hero-main .container-fluid .row .hero-image .image-div{height:100%;background-size:110%;background-image:url("/wp-content/themes/mintmobile/images/img-home-hero-accent.png")}}.page-template-template-homepage-main .PlansV2,.page-template-template-homepage-main .PlansV2-static{padding-top:1em;background-image:none;background-color:#eef7f4}.page-template-template-homepage-main .PlansV2 .clearfix,.page-template-template-homepage-main .PlansV2-static .clearfix{background-color:#eef7f4}.page-template-template-homepage-main .PlansV2 .clearfix h2,.page-template-template-homepage-main .PlansV2-static .clearfix h2{background-color:#eef7f4;color:#539c74;font-size:50px}.page-template-template-homepage-main .PlansV2 .PlansV2-toggleBtn,.page-template-template-homepage-main .PlansV2-static .PlansV2-toggleBtn{color:#f05a27}.coverage-block{display:none;text-align:center;padding-top:1em;font-size:21px;font-family:Oswald,sans-serif;font-weight:600;text-transform:uppercase;line-height:32px}@media screen and (min-width:576px){.coverage-block{font-size:36px;line-height:46px}}@media screen and (min-width:992px){.coverage-block{font-size:30px}}@media screen and (min-width:1200px){.coverage-block{font-size:36px}}@media screen and (min-width:992px){.coverage-block .text-container{margin-top:3em}}.coverage-block .text-container .l1{color:#5c9e79}.coverage-block .text-container .l2{color:#f15d2e}.coverage-block .text-container button{margin-top:2em}@media screen and (min-width:576px){.coverage-block .text-container button{margin-top:3em}}.coverage-block .image-container{background-repeat:no-repeat;background-size:contain;background-position:center 25px;background-image:url("/wp-content/themes/mintmobile/images/coverage-map.jpg");width:80%;margin:auto;margin-top:.5em;height:200px}@media screen and (min-width:435px){.coverage-block .image-container{height:300px}}@media screen and (min-width:576px){.coverage-block .image-container{height:280px;width:60%}}@media screen and (min-width:768px){.coverage-block .image-container{height:340px}}@media screen and (min-width:992px){.coverage-block .image-container{width:auto}}@media screen and (min-width:1200px){.coverage-block .image-container{height:360px}}.Fall-Holiday-Plans .hero{color:#fff;background-image:url("../images/holiday-plans-background.png");position:relative}.Fall-Holiday-Plans .hero .hero-copy{margin-top:2rem}@media screen and (min-width:768px){.Fall-Holiday-Plans .hero .hero-copy{margin-top:0}}.Fall-Holiday-Plans .hero .hero-copy .header-box{height:30px;width:200px;margin:auto;background-color:#fe9e1b;font-family:din-2014,sans-serif;font-size:18px;font-weight:600;line-height:24px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.Fall-Holiday-Plans .hero .hero-copy .header-box{font-size:18px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.Fall-Holiday-Plans .hero .hero-copy .header-box{font-size:18px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase}}.Fall-Holiday-Plans .hero .hero-copy .percentage{font-family:oswald,sans-serif;font-size:88px;font-weight:700;line-height:70px;letter-spacing:normal;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.Fall-Holiday-Plans .hero .hero-copy .percentage{font-size:100px;font-weight:700;line-height:120px;letter-spacing:normal;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.Fall-Holiday-Plans .hero .hero-copy .percentage{font-size:130px;font-weight:700;line-height:150px;letter-spacing:normal;text-transform:uppercase}}.Fall-Holiday-Plans .hero .hero-copy .percentage .forty{position:relative}.Fall-Holiday-Plans .hero .hero-copy .percentage .forty sup{letter-spacing:-3px;margin-left:-22px;top:-1.2em;font-size:38px}@media screen and (min-width:576px){.Fall-Holiday-Plans .hero .hero-copy .percentage .forty sup{font-size:40px;margin-left:-26px}}@media screen and (min-width:992px){.Fall-Holiday-Plans .hero .hero-copy .percentage .forty sup{font-size:56px;margin-left:-38px}}.Fall-Holiday-Plans .hero .bottom-text{font-family:oswald,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:576px){.Fall-Holiday-Plans .hero .bottom-text{font-size:20px;font-weight:700;line-height:30px;letter-spacing:.24px;text-transform:uppercase}}.Fall-Holiday-Plans .hero .bottom-text .mo{font-size:12px}.Fall-Holiday-Plans .hero .hero-image{background-image:url("../images/fox-with-leaves-cropped.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:250px}@media screen and (min-width:576px){.Fall-Holiday-Plans .hero .hero-image{margin-top:0;height:300px}}@media screen and (min-width:768px){.Fall-Holiday-Plans .hero .hero-image{margin-top:0;height:300px}}@media screen and (min-width:992px){.Fall-Holiday-Plans .hero .hero-image{margin-top:-14px;background-size:contain}}.Fall-Holiday-Plans .hero .red-leaf{background-image:url("../images/Red-Leaf.png");background-repeat:no-repeat;background-size:contain;height:60px;width:60px;position:absolute;top:0;left:5%}.Fall-Holiday-Plans .hero .orange-leaf{background-image:url("../images/Orange-Leaf.png");background-repeat:no-repeat;background-size:contain;position:absolute;height:100px;width:100px;left:-6%;bottom:-16%}@media screen and (min-width:768px){.Fall-Holiday-Plans .hero .orange-leaf{left:-3%;bottom:-12%}}.Fall-Holiday-Plans .hero .yellow-leaf{background-image:url("../images/Yellow-Leaf.png");background-repeat:no-repeat;background-size:contain;position:absolute;height:100px;width:100px;top:29%;left:-8%}@media screen and (min-width:768px){.Fall-Holiday-Plans .hero .yellow-leaf{height:120px;width:120px;left:-5%}}.Fall-Holiday-Plans .PlansV2-title{background-color:#a3d29c;box-shadow:0 0 15px 0 rgba(0,0,0,.5);height:91px;font-family:oswald,sans-serif;font-size:32px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}@media screen and (min-width:576px){.Fall-Holiday-Plans .PlansV2-title{font-size:30px;font-weight:600;line-height:51px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 12px rgba(66,113,84,.51)}}@media screen and (min-width:992px){.Fall-Holiday-Plans .PlansV2-title{font-size:38px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}}.Fall-Holiday-Plans #plan_3month_3GB,.Fall-Holiday-Plans #plan_3month_8GB,.Fall-Holiday-Plans #plan_3month_12GB{padding:0 0 16px}@media screen and (min-width:992px){.Fall-Holiday-Plans #plan_3month_3GB,.Fall-Holiday-Plans #plan_3month_8GB,.Fall-Holiday-Plans #plan_3month_12GB{padding:16px}}.Fall-Holiday-Plans #plan_3month_3GB .card-body,.Fall-Holiday-Plans #plan_3month_8GB .card-body,.Fall-Holiday-Plans #plan_3month_12GB .card-body{border:none}@media screen and (min-width:992px){.Fall-Holiday-Plans #plan_3month_3GB .card-body,.Fall-Holiday-Plans #plan_3month_8GB .card-body,.Fall-Holiday-Plans #plan_3month_12GB .card-body{border:2px solid hsla(0,0%,100%,0)}}.Fall-Holiday-Plans .card{border:0!important}.Fall-Holiday-Plans .card .card-body{padding-top:0}.Fall-Holiday-Plans .PlansV2-accent{position:static;transform:none;top:0;left:0;padding:0;margin:0}.Fall-Holiday-Plans .PlansV2-accent .rectangle{width:auto;height:48px;font-family:oswald,sans-serif;background-color:#ff9e19;padding-top:.4rem;font-size:26px;font-weight:700;line-height:40px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:576px){.Fall-Holiday-Plans .PlansV2-accent .rectangle{font-size:19px;font-weight:700;line-height:30px;letter-spacing:.18px;text-transform:uppercase}}@media screen and (min-width:992px){.Fall-Holiday-Plans .PlansV2-accent .rectangle{font-size:24px;font-weight:700;line-height:35px;letter-spacing:.2px;text-transform:uppercase}}.Fall-Holiday-Plans .PlansV2-priceFeature,.Fall-Holiday-Plans .PlansV2-static-priceFeature{font-size:4rem}@media screen and (min-width:992px){.blog-post.card .Fall-Holiday-Plans .blog-post-title,.Fall-Holiday-Plans .blog-post.card .blog-post-title,.Fall-Holiday-Plans .card-title{margin-bottom:2rem}}.blog-post.card .Fall-Holiday-Plans .blog-post-title .deal-sub,.Fall-Holiday-Plans .blog-post.card .blog-post-title .deal-sub,.Fall-Holiday-Plans .card-title .deal-sub{text-align:left;bottom:-1.5em;margin-top:0}.blog-post.card .Fall-Holiday-Plans .blog-post-title .extra-spacing,.Fall-Holiday-Plans .blog-post.card .blog-post-title .extra-spacing,.Fall-Holiday-Plans .card-title .extra-spacing{height:19px}.blog-post.card .Fall-Holiday-Plans .blog-post-title .PlansV2-price-striked,.Fall-Holiday-Plans .blog-post.card .blog-post-title .PlansV2-price-striked,.Fall-Holiday-Plans .card-title .PlansV2-price-striked{font-family:DIN\ 1451 Mittelschrift,sans-serif;font-size:60px;line-height:0;text-align:right;margin-right:2rem;margin-top:.8rem;color:#215f43}.blog-post.card .Fall-Holiday-Plans .blog-post-title .PlansV2-price-striked sup,.Fall-Holiday-Plans .blog-post.card .blog-post-title .PlansV2-price-striked sup,.Fall-Holiday-Plans .card-title .PlansV2-price-striked sup{font-size:.25em;vertical-align:super}.blog-post.card .Fall-Holiday-Plans .blog-post-title .PlansV2-price-striked:after,.Fall-Holiday-Plans .blog-post.card .blog-post-title .PlansV2-price-striked:after,.Fall-Holiday-Plans .card-title .PlansV2-price-striked:after{content:"";background-image:url("../images/holiday-red-x.png");background-size:contain;background-repeat:no-repeat;height:50px;width:80px;position:absolute;margin-left:-4rem;bottom:-1.3rem}.Fall-Holiday-Plans .card-text .btn-cart,.Fall-Holiday-Plans .card-text .btn-primary,.Fall-Holiday-Plans .card-text .btn-purchase{margin:auto;width:200px}@media screen and (min-width:992px){.Fall-Holiday-Plans .card-text .btn-cart,.Fall-Holiday-Plans .card-text .btn-primary,.Fall-Holiday-Plans .card-text .btn-purchase{width:auto;margin:0}}.Fall-Holiday-Plans .holiday-see-more{background-color:#94d497;height:40px;margin-top:-4px!important;color:#fff;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.6px;text-transform:uppercase;font-family:din-2014,sans-serif;font-style:normal}@media screen and (min-width:576px){.Fall-Holiday-Plans .holiday-see-more{font-size:12px;font-weight:700;line-height:15px;letter-spacing:.1px;text-transform:uppercase;margin-top:0!important}}@media screen and (min-width:992px){.Fall-Holiday-Plans .holiday-see-more{font-size:15px;font-weight:700;line-height:19px;letter-spacing:.15px;text-transform:uppercase}}.Fall-Holiday-Plans .and-then-what{height:220px;background-color:#65ac83;color:#fff}@media screen and (min-width:576px){.Fall-Holiday-Plans .and-then-what{height:76px}}.Fall-Holiday-Plans .and-then-what .left-copy{font-family:oswald,sans-serif;font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.Fall-Holiday-Plans .and-then-what .left-copy{font-size:24px;font-weight:700;line-height:50px;letter-spacing:normal;text-transform:uppercase;text-align:center}}@media screen and (min-width:992px){.Fall-Holiday-Plans .and-then-what .left-copy{font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}}.Fall-Holiday-Plans .and-then-what .right-copy{font-family:proxima-nova,sans-serif;text-align:left;padding-right:0;font-size:18px;font-weight:400;line-height:22px;letter-spacing:normal;text-transform:none}@media screen and (min-width:576px){.Fall-Holiday-Plans .and-then-what .right-copy{font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;padding-right:1rem}}@media screen and (min-width:992px){.Fall-Holiday-Plans .and-then-what .right-copy{font-size:18px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none}}.Fall-Holiday-Plans .PlansV2-static-toggleBtn,.Fall-Holiday-Plans .PlansV2-toggleBtn{margin-top:0}.blackFriday-cyberMonday .hero{color:#fff;background-image:url("../images/BlackFriday-Mobile-Background.jpg");position:relative;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:768px){.blackFriday-cyberMonday .hero{background-image:url("../images/BlackFriday-Plans-Background.jpg")}}.blackFriday-cyberMonday .hero .hero-copy{margin-top:2rem}@media screen and (min-width:768px){.blackFriday-cyberMonday .hero .hero-copy{margin-top:20px;float:left;margin-left:1rem}}.blackFriday-cyberMonday .hero .hero-copy .header-box{height:30px;width:200px;margin:auto;background-color:#047a7c;font-family:din-2014,sans-serif;font-size:18px;font-weight:600;line-height:24px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.blackFriday-cyberMonday .hero .hero-copy .header-box{font-size:18px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .hero-copy .header-box{font-size:20px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase}}.blackFriday-cyberMonday .hero .hero-copy .percentage{font-family:oswald,sans-serif;font-size:88px;font-weight:700;line-height:70px;letter-spacing:normal;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.blackFriday-cyberMonday .hero .hero-copy .percentage{font-size:100px;font-weight:700;line-height:120px;letter-spacing:normal;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .hero-copy .percentage{font-size:130px;font-weight:700;line-height:150px;letter-spacing:normal;text-transform:uppercase}}.blackFriday-cyberMonday .hero .hero-copy .percentage .forty{position:relative}.blackFriday-cyberMonday .hero .hero-copy .percentage .forty sup{letter-spacing:-3px;margin-left:-22px;top:-1.2em;font-size:38px}@media screen and (min-width:576px){.blackFriday-cyberMonday .hero .hero-copy .percentage .forty sup{font-size:40px;margin-left:-26px}}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .hero-copy .percentage .forty sup{font-size:56px;margin-left:-38px}}.blackFriday-cyberMonday .hero .bottom-text{font-family:oswald,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .bottom-text{font-size:18px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase;font-size:22px;line-height:30px}}.blackFriday-cyberMonday .hero .bottom-text .mo{font-size:12px}.blackFriday-cyberMonday .hero .blackfriday-hero-image{background-image:url("../images/BF_PLANS_ON_M.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:200px;display:none}@media screen and (min-width:768px){.blackFriday-cyberMonday .hero .blackfriday-hero-image{transition-duration:none;transition-timing-function:none;height:210px;background-image:url("../images/BF_ON_Plans.png");animation-name:blackfriday_animation_desktop;animation-duration:.8s;animation-iteration-count:infinite}}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .blackfriday-hero-image{height:270px}}.blackFriday-cyberMonday .hero .cyberweek-hero-image{background-image:url("../images/CW_PLANS_ON_M.png");background-repeat:no-repeat;background-size:contain;background-position:bottom;height:200px}@media screen and (min-width:768px){.blackFriday-cyberMonday .hero .cyberweek-hero-image{transition-duration:none;transition-timing-function:none;height:210px;background-image:url("../images/CM_PLANS_ON-Desktop.png")}}@media screen and (min-width:992px){.blackFriday-cyberMonday .hero .cyberweek-hero-image{height:270px}}.blackFriday-cyberMonday .PlansV2-title{background-color:#a3d29c;box-shadow:0 0 15px 0 rgba(0,0,0,.5);height:91px;font-family:oswald,sans-serif;font-size:32px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}@media screen and (min-width:576px){.blackFriday-cyberMonday .PlansV2-title{font-size:30px;font-weight:600;line-height:51px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 12px rgba(66,113,84,.51)}}@media screen and (min-width:992px){.blackFriday-cyberMonday .PlansV2-title{font-size:38px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}}.blackFriday-cyberMonday #plan_3month_3GB,.blackFriday-cyberMonday #plan_3month_8GB,.blackFriday-cyberMonday #plan_3month_12GB{padding:0 0 16px}@media screen and (min-width:992px){.blackFriday-cyberMonday #plan_3month_3GB,.blackFriday-cyberMonday #plan_3month_8GB,.blackFriday-cyberMonday #plan_3month_12GB{padding:16px}}.blackFriday-cyberMonday #plan_3month_3GB .card-body,.blackFriday-cyberMonday #plan_3month_8GB .card-body,.blackFriday-cyberMonday #plan_3month_12GB .card-body{border:none}@media screen and (min-width:992px){.blackFriday-cyberMonday #plan_3month_3GB .card-body,.blackFriday-cyberMonday #plan_3month_8GB .card-body,.blackFriday-cyberMonday #plan_3month_12GB .card-body{border:2px solid hsla(0,0%,100%,0)}}.blackFriday-cyberMonday .card{border:0!important}.blackFriday-cyberMonday .card .card-body{padding-top:0}.blackFriday-cyberMonday .PlansV2-accent{position:static;transform:none;top:0;left:0;padding:0;margin:0}.blackFriday-cyberMonday .PlansV2-accent .rectangle{width:auto;height:48px;font-family:oswald,sans-serif;background-color:#ff9e19;padding-top:.4rem;font-size:26px;font-weight:700;line-height:40px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:576px){.blackFriday-cyberMonday .PlansV2-accent .rectangle{font-size:19px;font-weight:700;line-height:30px;letter-spacing:.18px;text-transform:uppercase}}@media screen and (min-width:992px){.blackFriday-cyberMonday .PlansV2-accent .rectangle{font-size:24px;font-weight:700;line-height:35px;letter-spacing:.2px;text-transform:uppercase}}.blackFriday-cyberMonday .PlansV2-priceFeature,.blackFriday-cyberMonday .PlansV2-static-priceFeature{font-size:4rem}@media screen and (min-width:992px){.blackFriday-cyberMonday .blog-post.card .blog-post-title,.blackFriday-cyberMonday .card-title,.blog-post.card .blackFriday-cyberMonday .blog-post-title{margin-bottom:2rem}}.blackFriday-cyberMonday .blog-post.card .blog-post-title .deal-sub,.blackFriday-cyberMonday .card-title .deal-sub,.blog-post.card .blackFriday-cyberMonday .blog-post-title .deal-sub{text-align:left;bottom:-1.5em;margin-top:0}.blackFriday-cyberMonday .blog-post.card .blog-post-title .extra-spacing,.blackFriday-cyberMonday .card-title .extra-spacing,.blog-post.card .blackFriday-cyberMonday .blog-post-title .extra-spacing{height:19px}.blackFriday-cyberMonday .blog-post.card .blog-post-title .PlansV2-price-striked,.blackFriday-cyberMonday .card-title .PlansV2-price-striked,.blog-post.card .blackFriday-cyberMonday .blog-post-title .PlansV2-price-striked{font-family:DIN\1451 Mittelschrift,sans-serif;font-size:60px;line-height:0;text-align:right;margin-right:2rem;margin-top:.8rem;color:#215f43}.blackFriday-cyberMonday .blog-post.card .blog-post-title .PlansV2-price-striked sup,.blackFriday-cyberMonday .card-title .PlansV2-price-striked sup,.blog-post.card .blackFriday-cyberMonday .blog-post-title .PlansV2-price-striked sup{font-size:.25em;vertical-align:super}.blackFriday-cyberMonday .blog-post.card .blog-post-title .PlansV2-price-striked:after,.blackFriday-cyberMonday .card-title .PlansV2-price-striked:after,.blog-post.card .blackFriday-cyberMonday .blog-post-title .PlansV2-price-striked:after{content:"";background-image:url("../images/holiday-red-x.png");background-size:contain;background-repeat:no-repeat;height:50px;width:80px;position:absolute;margin-left:-4rem;bottom:-1.3rem}.blackFriday-cyberMonday .card-text .btn-cart,.blackFriday-cyberMonday .card-text .btn-primary,.blackFriday-cyberMonday .card-text .btn-purchase{margin:auto;width:200px}@media screen and (min-width:992px){.blackFriday-cyberMonday .card-text .btn-cart,.blackFriday-cyberMonday .card-text .btn-primary,.blackFriday-cyberMonday .card-text .btn-purchase{width:auto;margin:0}}.blackFriday-cyberMonday .holiday-see-more{background-color:#94d497;height:40px;margin-top:-4px!important;color:#fff;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.6px;text-transform:uppercase;font-family:din-2014,sans-serif;font-style:normal}@media screen and (min-width:576px){.blackFriday-cyberMonday .holiday-see-more{font-size:12px;font-weight:700;line-height:15px;letter-spacing:.1px;text-transform:uppercase;margin-top:0!important}}@media screen and (min-width:992px){.blackFriday-cyberMonday .holiday-see-more{font-size:15px;font-weight:700;line-height:19px;letter-spacing:.15px;text-transform:uppercase}}.blackFriday-cyberMonday .and-then-what{height:220px;background-color:#65ac83;color:#fff}@media screen and (min-width:576px){.blackFriday-cyberMonday .and-then-what{height:76px}}.blackFriday-cyberMonday .and-then-what .left-copy{font-family:oswald,sans-serif;font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.blackFriday-cyberMonday .and-then-what .left-copy{font-size:24px;font-weight:700;line-height:50px;letter-spacing:normal;text-transform:uppercase;text-align:center}}@media screen and (min-width:992px){.blackFriday-cyberMonday .and-then-what .left-copy{font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}}.blackFriday-cyberMonday .and-then-what .right-copy{font-family:proxima-nova,sans-serif;text-align:left;padding-right:0;font-size:18px;font-weight:400;line-height:22px;letter-spacing:normal;text-transform:none}@media screen and (min-width:576px){.blackFriday-cyberMonday .and-then-what .right-copy{font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;padding-right:1rem}}@media screen and (min-width:992px){.blackFriday-cyberMonday .and-then-what .right-copy{font-size:18px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none}}.blackFriday-cyberMonday .PlansV2-static-toggleBtn,.blackFriday-cyberMonday .PlansV2-toggleBtn{margin-top:0}.Third-Party-Reviews{text-align:center;background-color:#fdfdf3}.star-container{padding-bottom:50px}.star-container svg{width:32px;height:30px}.logo-wrapper{height:50px;display:flex;align-items:center;margin-bottom:15px;justify-content:center}.facebook-logo{width:154px;height:30px;margin-top:-5px}.google-logo{width:150px;height:50px}.trustpilot-logo{width:192px;height:47px;margin-top:-5px}.amazon-logo{width:140px;height:42px}.review-score{font-family:Oswald,sans-serif;font-weight:700;font-size:80px;line-height:80px;color:#6bb086}.review-qty{font-family:Proxima Nova Reg,sans-serif;font-size:18px;line-height:22px;color:#333}.MM-28 .coverage-block{display:block}.MM-28 .Carousel.Carousel--intro{background-color:#fdfdf3}.MM-31 .vf-entry-generic img{display:initial;position:relative;left:35px}.MM-31 .cta-container input{width:125px!important;padding-left:35px}.MM-31 .cta-container img{display:initial;position:relative;left:30px}.cta-container img,.vf-entry-generic img{display:none}.MM-32 .Plans-redesign{display:block}.MM-32 .PlansV2{display:none}.PlansV2#wood-bg.lazy{background-image:none;background:#603813;background:-webkit-linear-gradient(180deg,#b29f94,#603813);background:linear-gradient(180deg,#b29f94,#603813)}.PlansV2#wood-bg{background-image:none;padding-top:0;padding-bottom:0;background-repeat:none;background-size:none}@media screen and (min-width:1200px){.PlansV2#wood-bg{background-image:url("../images/wood.jpg");padding-top:2rem;padding-bottom:2rem;background-repeat:repeat-y;background-size:cover}}.winter-holiday .hero{color:#fff;position:relative;overflow:hidden;background-color:#00b1c4;background:linear-gradient(180deg,#00b1c4,#a2e3ea 40%)}.winter-holiday .hero .two-snowflakes{background:url("../images/snowflakes-two.png");background-repeat:no-repeat;background-size:contain;position:absolute}@media screen and (min-width:768px){.winter-holiday .hero .two-snowflakes{height:50px;width:70px;top:10px;left:1rem}}@media screen and (min-width:992px){.winter-holiday .hero .two-snowflakes{height:70px;left:2rem}}@media screen and (min-width:1200px){.winter-holiday .hero .two-snowflakes{height:100px;width:100px;top:25px;left:32px}}.winter-holiday .hero .blurred-snowflake{background:url("../images/blurred-snowflake.png");position:absolute;background-repeat:no-repeat;z-index:1;background-size:contain;height:200px;width:200px}@media screen and (min-width:768px){.winter-holiday .hero .blurred-snowflake{background:none}}.winter-holiday .hero .snow-mountain-image{background-image:url("../images/winter-snow-mountain.png");height:376px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:bottom;position:absolute;z-index:1;bottom:-1px}@media screen and (min-width:768px){.winter-holiday .hero .snow-mountain-image{position:relative;background-image:url("../images/fox-in-lift.png");background-size:460px;background-position:100% 100%;background-repeat:no-repeat;height:228px;width:auto;bottom:.5px}}@media screen and (min-width:992px){.winter-holiday .hero .snow-mountain-image{background-size:500px;height:250px}}@media screen and (min-width:1200px){.winter-holiday .hero .snow-mountain-image{background-size:600px;height:300px}}.winter-holiday .hero .fox-in-lift{background-image:url("../images/fox-in-lift-mobile.png");height:540px;max-width:768px;background-size:cover;background-repeat:repeat;background-position:50%;position:relative;z-index:2;bottom:2rem}.winter-holiday .hero .hero-copy{margin-bottom:-10rem;position:relative;z-index:3;top:2rem}@media screen and (min-width:768px){.winter-holiday .hero .hero-copy{margin-bottom:0;top:.5rem}}.winter-holiday .hero .hero-copy .header-box{height:30px;width:200px;margin:auto;background-color:#2581bf;font-family:din-2014,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.5);font-size:18px;font-weight:600;line-height:24px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.winter-holiday .hero .hero-copy .header-box{font-size:18px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.winter-holiday .hero .hero-copy .header-box{font-size:20px;font-weight:600;line-height:20px;letter-spacing:3.5px;text-transform:uppercase}}.winter-holiday .hero .hero-copy .percentage{font-family:oswald,sans-serif;font-size:88px;font-weight:700;line-height:70px;letter-spacing:normal;text-transform:uppercase;margin-bottom:1rem}@media screen and (min-width:576px){.winter-holiday .hero .hero-copy .percentage{font-size:100px;font-weight:700;line-height:120px;letter-spacing:normal;text-transform:uppercase;margin-bottom:0}}@media screen and (min-width:992px){.winter-holiday .hero .hero-copy .percentage{font-size:130px;font-weight:700;line-height:150px;letter-spacing:normal;text-transform:uppercase}}.winter-holiday .hero .hero-copy .percentage .forty{position:relative;text-shadow:0 2px 4px rgba(0,0,0,.5)}.winter-holiday .hero .hero-copy .percentage .forty sup{letter-spacing:-3px;margin-left:-22px;top:-1em;font-size:38px}@media screen and (min-width:576px){.winter-holiday .hero .hero-copy .percentage .forty sup{top:-1.2em;font-size:39px;margin-left:-26px}}@media screen and (min-width:992px){.winter-holiday .hero .hero-copy .percentage .forty sup{font-size:52px;margin-left:-38px}}.winter-holiday .hero .bottom-text,.winter-holiday .hero .hero-copy .percentage .off{text-shadow:0 2px 4px rgba(0,0,0,.5)}.winter-holiday .hero .bottom-text{font-family:oswald,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:992px){.winter-holiday .hero .bottom-text{font-size:18px;font-weight:700;line-height:20px;letter-spacing:.24px;text-transform:uppercase;font-size:22px;line-height:30px}}.winter-holiday .hero .bottom-text .mo{font-size:10px}.winter-holiday .PlansV2-title{background-color:#a3d29c;box-shadow:0 0 13px 0 rgba(0,0,0,.5);height:91px;position:relative;z-index:3;font-family:oswald,sans-serif;font-size:32px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}@media screen and (min-width:576px){.winter-holiday .PlansV2-title{font-size:30px;font-weight:600;line-height:51px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 12px rgba(66,113,84,.51)}}@media screen and (min-width:992px){.winter-holiday .PlansV2-title{font-size:38px;font-weight:600;line-height:64px;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 15px rgba(66,113,84,.51)}}.winter-holiday #plan_3month_3GB,.winter-holiday #plan_3month_8GB,.winter-holiday #plan_3month_12GB{padding:0 0 16px}@media screen and (min-width:992px){.winter-holiday #plan_3month_3GB,.winter-holiday #plan_3month_8GB,.winter-holiday #plan_3month_12GB{padding:16px}}.winter-holiday #plan_3month_3GB .card-body,.winter-holiday #plan_3month_8GB .card-body,.winter-holiday #plan_3month_12GB .card-body{border:none}@media screen and (min-width:992px){.winter-holiday #plan_3month_3GB .card-body,.winter-holiday #plan_3month_8GB .card-body,.winter-holiday #plan_3month_12GB .card-body{border:2px solid hsla(0,0%,100%,0)}}.winter-holiday .card{border:0!important}.winter-holiday .card .card-body{padding-top:0}.winter-holiday .PlansV2-accent{position:static;transform:none;top:0;left:0;padding:0;margin:0}.winter-holiday .PlansV2-accent .rectangle{width:auto;height:48px;font-family:oswald,sans-serif;background-color:#2581bf;padding-top:.4rem;font-size:26px;font-weight:700;line-height:40px;letter-spacing:.24px;text-transform:uppercase}@media screen and (min-width:576px){.winter-holiday .PlansV2-accent .rectangle{font-size:19px;font-weight:700;line-height:30px;letter-spacing:.18px;text-transform:uppercase}}@media screen and (min-width:992px){.winter-holiday .PlansV2-accent .rectangle{font-size:24px;font-weight:700;line-height:35px;letter-spacing:.2px;text-transform:uppercase}}.winter-holiday .PlansV2-priceFeature,.winter-holiday .PlansV2-static-priceFeature{font-size:4rem}@media screen and (min-width:992px){.blog-post.card .winter-holiday .blog-post-title,.winter-holiday .blog-post.card .blog-post-title,.winter-holiday .card-title{margin-bottom:2rem}}.blog-post.card .winter-holiday .blog-post-title .deal-sub,.winter-holiday .blog-post.card .blog-post-title .deal-sub,.winter-holiday .card-title .deal-sub{text-align:left;bottom:-1.5em;margin-top:0}.blog-post.card .winter-holiday .blog-post-title .extra-spacing,.winter-holiday .blog-post.card .blog-post-title .extra-spacing,.winter-holiday .card-title .extra-spacing{height:19px}.blog-post.card .winter-holiday .blog-post-title .PlansV2-price-striked,.winter-holiday .blog-post.card .blog-post-title .PlansV2-price-striked,.winter-holiday .card-title .PlansV2-price-striked{font-family:din\1451 Mittelschrift,sans-serif;font-size:60px;line-height:0;text-align:right;margin-right:2rem;margin-top:.8rem;color:#215f43}.blog-post.card .winter-holiday .blog-post-title .PlansV2-price-striked sup,.winter-holiday .blog-post.card .blog-post-title .PlansV2-price-striked sup,.winter-holiday .card-title .PlansV2-price-striked sup{font-size:.25em;vertical-align:super}.blog-post.card .winter-holiday .blog-post-title .PlansV2-price-striked:after,.winter-holiday .blog-post.card .blog-post-title .PlansV2-price-striked:after,.winter-holiday .card-title .PlansV2-price-striked:after{content:"";background-image:url("../images/holiday-red-x.png");background-size:contain;background-repeat:no-repeat;height:50px;width:80px;position:absolute;margin-left:-4rem;bottom:-1.3rem}.winter-holiday .card-text .btn-cart,.winter-holiday .card-text .btn-primary,.winter-holiday .card-text .btn-purchase{margin:auto;width:200px}@media screen and (min-width:992px){.winter-holiday .card-text .btn-cart,.winter-holiday .card-text .btn-primary,.winter-holiday .card-text .btn-purchase{width:auto;margin:0}}.winter-holiday .holiday-see-more{background-color:#94d497;height:40px;margin-top:-4px!important;color:#fff;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.6px;text-transform:uppercase;font-family:din-2014,sans-serif;font-style:normal}@media screen and (min-width:576px){.winter-holiday .holiday-see-more{font-size:12px;font-weight:700;line-height:15px;letter-spacing:.1px;text-transform:uppercase;margin-top:0!important}}@media screen and (min-width:992px){.winter-holiday .holiday-see-more{font-size:15px;font-weight:700;line-height:19px;letter-spacing:.15px;text-transform:uppercase}}.winter-holiday .and-then-what{height:220px;background-color:#65ac83;color:#fff}@media screen and (min-width:576px){.winter-holiday .and-then-what{height:76px}}.winter-holiday .and-then-what .left-copy{font-family:oswald,sans-serif;font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}@media screen and (min-width:576px){.winter-holiday .and-then-what .left-copy{font-size:24px;font-weight:700;line-height:50px;letter-spacing:normal;text-transform:uppercase;text-align:center}}@media screen and (min-width:992px){.winter-holiday .and-then-what .left-copy{font-size:30px;font-weight:700;line-height:60px;letter-spacing:normal;text-transform:uppercase}}.winter-holiday .and-then-what .right-copy{font-family:proxima-nova,sans-serif;text-align:left;padding-right:0;font-size:18px;font-weight:400;line-height:22px;letter-spacing:normal;text-transform:none}@media screen and (min-width:576px){.winter-holiday .and-then-what .right-copy{font-size:14px;font-weight:400;line-height:17px;letter-spacing:normal;text-transform:none;padding-right:1rem}}@media screen and (min-width:992px){.winter-holiday .and-then-what .right-copy{font-size:18px;font-weight:400;line-height:20px;letter-spacing:normal;text-transform:none}}.winter-holiday .PlansV2-static-toggleBtn,.winter-holiday .PlansV2-toggleBtn{margin-top:0}.apple{position:relative}.apple .section-hero{overflow:hidden}@media screen and (max-width:375px){.apple .section-hero{height:450px}.apple .section-hero .hero-copy{margin:14px auto}.apple .section-hero .PageTitle{padding:0}.apple .section-hero .PageTitle h1{font-size:16px;font-weight:700;line-height:21px;text-align:center;margin-bottom:6px}.apple .section-hero .PageTitle h3{font-size:14px;width:90%;margin:auto;line-height:23px;margin-top:6px}.apple .section-hero .PageTitle p.special-text{font-size:12px}.apple .section-hero .button.primary{height:28px;width:84px;font-size:11px}.apple .section-hero p.special-text{font-size:12px}}@media screen and (min-width:320px) and (max-width:767px){.apple .section-hero{height:500px}.apple .section-hero .hero-copy{margin:28px auto}.apple .section-hero .PageTitle{padding:0}.apple .section-hero .PageTitle h1{margin-bottom:8px}.apple .section-hero .PageTitle h3{margin-top:8px}.apple .section-hero .button.primary{font-size:11px;height:28px;width:84px;padding-left:50px;padding-right:50px}}@media screen and (min-width:325px) and (max-width:767px){.apple .section-hero .PageTitle{padding:0}.apple .section-hero .PageTitle h1{font-size:22px}.apple .section-hero .PageTitle h3{font-size:17px}}@media screen and (min-width:768px){.apple .section-hero{height:600px}.apple .section-hero .hero-copy{margin:52px auto}.apple .section-hero .PageTitle{padding:0}.apple .section-hero .PageTitle h1{margin-bottom:12px}.apple .section-hero .PageTitle h3{margin-top:12px}.apple .section-hero .button.primary{font-weight:600;height:46px;width:160px;font-size:18px}.apple .section-hero p.special-text{font-size:19px}}.apple .section-hero .hero-copy{text-align:center}.apple .section-hero .PageTitle{padding-bottom:0}.apple .section-hero p.special-text{font-family:Open Sans,sans-serif}.apple .section-hero .button.primary{border:2px solid #f05a28;font-family:Open Sans,sans-serif;white-space:nowrap;margin:0 auto;padding-left:50px;padding-right:50px}.apple #apple-fox-hero{height:auto}.apple #apple-fox-hero .button{padding:auto 100px}.apple #apple-fox-hero .hero-copy .water-resistance-copy-m{color:#aaa}.apple #apple-fox-hero .hero-copy .PageTitle .subtitle{color:#000;font-size:16px}@media screen and (min-width:576px){.apple #apple-fox-hero .hero-copy .PageTitle .subtitle{font-size:20px;line-height:22px}}@media screen and (min-width:768px){.apple #apple-fox-hero .hero-copy .PageTitle .subtitle{font-size:28px;line-height:22px}}.apple #apple-fox-hero .hero-copy .PageTitle .text{font-size:14px}@media screen and (min-width:576px){.apple #apple-fox-hero .hero-copy .PageTitle .text{font-size:20px}}.apple #apple-fox-hero .hero-container{padding:0 70px;width:100%}@media screen and (max-width:830px){.apple #apple-fox-hero .hero-container{padding:0 10px}}.apple #apple-fox-hero .hero-container #phone-fox{position:absolute;top:250px;top:180px;left:0;width:300px;margin-left:-3em;height:319px;background:url(../images/apples-fox-1.png) no-repeat;background-size:contain;background-position:0 0}@media screen and (max-width:767px){.apple #apple-fox-hero .hero-container #phone-fox{width:220px;top:190px;top:auto}}@media screen and (max-width:600px){.apple #apple-fox-hero .hero-container #phone-fox{top:auto;width:200px;height:200px}}.apple #apple-fox-hero .hero-container #apple-phones{max-width:1100px;margin:0 auto}@media screen and (min-width:767px){.apple #apple-fox-hero .hero-container #apple-phones{height:auto;position:static!important;margin:0 auto!important;left:25%}}.apple #apple-fox-hero .hero-container #apple-phones img{width:100%;height:auto}@media screen and (min-width:767px){.apple #apple-fox-hero .hero-container #apple-phones{background-image:none}}@media screen and (min-width:767px){.apple #apple-fox-hero .hero-container #apple-phones #hero-iphone-horizontal{display:block}}.apple .container-fluid{max-width:100vw!important}.apple .section-hero{position:relative;display:flex;flex-flow:column;align-items:center}.apple button:focus{outline:none}.apple .phones{display:flex;flex-flow:column;align-items:center}@media screen and (max-width:767px){.apple .phones .PageTitle h1{font-size:22px;line-height:29px}.apple .phones .PageTitle small{font-size:12px;font-weight:500}}.apple .phones .phones-list-wrapper{margin-top:-1.75em}@media screen and (max-width:575px){.apple .phones .phones-list-wrapper{margin-top:-12px}}.apple .phones .phones-list{display:flex;flex-flow:row wrap;justify-content:space-around;overflow:hidden;transition:height .3s ease-out;height:auto}.apple .phones .phones-list .phone-list-item{margin-top:1.75em;margin-bottom:1.75em}@media screen and (max-width:575px){.apple .phones .phones-list .phone-list-item{margin-top:12px;margin-bottom:12px}}.apple .phones .phone-hidden-mobile{display:hidden}.apple .phones .phone-hidden-mobile .hidden{visibility:hidden}.apple .card{width:302px}.apple .card--phone-header{display:none}.apple .card h6.phone--title{margin-top:1.8em}@media screen and (max-width:767px){.apple .card{width:280px}}.apple .FAQ{background-color:#f2f2f2;margin-bottom:0;padding-bottom:2em}.apple .FAQ .FaqTitle{color:#f05a28}.apple .FAQ p.arconix-faq-term-description{display:none}.apple .phone-name{text-transform:none}.apple .accent-text{color:#f05a28}.legal-copy-text{text-align:center;font-size:8px}.legal-copy-text-iphone{text-align:center;font-size:11px;padding-bottom:100px}.back-to-top{position:fixed;height:50px;width:50px;right:0;bottom:20px;z-index:1;background-image:url("/wp-content/themes/mintmobile/images/icons/scroll-to-top.png");background-position:50%;background-repeat:no-repeat}.hidden{display:none}.see-more-toggle{font-family:Open Sans,sans-serif;font-size:14px;color:#282828;border:none;background-color:inherit}.see-more-toggle .svg-circle-plus{height:18px;width:18px;stroke:#000;display:inline-block;vertical-align:top;position:relative;top:1px}.see-more-toggle .rotated{transform:rotate(45deg)}.see-more-toggle .svg-circle-x{stroke:#fff}.see-more-toggle .svg-circle-x circle{fill:#000}.see-more-toggle .svg-circle-x line{stroke-width:8px}.see-more-toggle.toggled span:first-of-type,.see-more-toggle span:nth-of-type(2){display:none}.see-more-toggle.toggled span:nth-of-type(2){display:block}.see-more-toggle-center{margin:1em auto}#iphone-hero{margin-top:-120px;float:left}#goToPhones{height:18px;width:21px;position:absolute;left:50%;bottom:10px;background-image:url("/wp-content/themes/mintmobile/images/icon-down-down.png");background-size:contain;background-repeat:no-repeat}@media screen and (min-width:767px){#goToPhones{display:none}}#phones-section span#phones{margin-top:-110px;position:absolute}#phones-section .PageTitle small{color:#636363}#phones-section .content-section-call-to-action{text-align:center;margin:auto;padding-bottom:2em;padding-top:1em}.offer{position:absolute;display:flex;align-items:center;justify-content:center;padding:1em;height:46px;width:100%}@media screen and (max-width:767px){.offer{height:36px}}.offer-text{text-align:center;font-size:18px;font-family:Open Sans,sans-serif;margin:0}@media screen and (max-width:767px){.offer-text{font-size:12px}}.offer-dark{background:#282828;color:#f1f1f1}.offer-top{position:absolute;top:0}@media screen and (max-width:767px){.offer{padding:.5em}}.best-buy .hero{height:404px;position:relative;overflow-y:hidden}@media screen and (max-width:991px){.best-buy .hero{height:25em}}.best-buy .hero--title{text-align:center;text-transform:uppercase;padding-top:13px}@media screen and (min-width:991px){.best-buy .hero--title{padding-top:43px}}.best-buy .hero--title .hero--title-wrapper{height:65px;line-height:21px}@media screen and (min-width:991px){.best-buy .hero--title .hero--title-wrapper{height:108px}}.best-buy .hero--title .primary{font-family:Oswald;font-weight:600;font-size:16px;line-height:21px;color:#539a73}.best-buy .hero--title .primary.line1{margin-bottom:0}.best-buy .hero--title .primary .accent{color:#f15d2e}.best-buy .hero--title .primary__no-color{color:#282828}@media screen and (min-width:991px){.best-buy .hero--title .primary{font-size:45px;line-height:50px}}.best-buy .hero--title .offer-text{font-family:Open Sans,sans-serif;font-weight:600;color:#323232;text-transform:none;letter-spacing:.29px;font-size:8px;line-height:11px;margin-top:3px;margin-bottom:8px;height:13px}@media screen and (min-width:991px){.best-buy .hero--title .offer-text{font-size:14px;letter-spacing:.51px;height:36px;line-height:16px}}.best-buy .hero--mascot{top:151px;right:0;background-image:url("/wp-content/themes/mintmobile/images/best-foxing-deal-in-the-galaxy.png");background-repeat:no-repeat;background-size:contain;background-position:100% 100%;height:144px;width:277px;position:absolute}@media screen and (min-width:991px){.best-buy .hero--mascot{top:195px;height:313px;width:601px}}.best-buy .hero #samsung-phones{margin-top:10px;max-width:182px}.best-buy .hero #samsung-phones img{width:100%;height:auto}@media screen and (max-width:990px){.best-buy .hero #samsung-phones #samsung-phone{display:none}}@media screen and (min-width:991px){.best-buy .hero #samsung-phones #samsung-phone-m{display:none}}@media screen and (max-width:991px){.best-buy .hero #samsung-phones{position:relative;margin:auto;top:65px}}@media screen and (min-width:991px){.best-buy .hero #samsung-phones{max-width:532px;height:631px;margin:0 auto;position:relative;top:65px}}@media screen and (min-width:991px){.best-buy .hero{height:729px}}.best-buy .hero a.primary.button{margin:0 auto}@media screen and (min-width:767px){.best-buy .hero a.primary.button{margin:0 auto}}.best-buy .phones{padding:1em;background-color:#dfe6f0}@media screen and (min-width:991px){.best-buy .phones{height:610px}}.best-buy .phones .phones-list{display:flex;flex-flow:column;align-items:center}@media screen and (min-width:767px) and (max-width:991px){.best-buy .phones .phones-list{flex-flow:initial}}.best-buy .phones .phones-list .item{margin:1em auto}@media screen and (min-width:991px){.best-buy .phones .phones-list .item{margin:1em 2%}}@media screen and (min-width:991px){.best-buy .phones .phones-list{flex-flow:row;justify-content:center}}.best-buy .phones .card{width:300px}@media screen and (min-width:767px) and (max-width:991px){.best-buy .phones .card{width:100%}}.best-buy .phones .card--phone-header{display:none}.best-buy .phones .card h6.phone--title{margin-top:1.8em}@media screen and (max-width:767px){.best-buy .phones .card{width:300px}}@media screen and (min-width:767px) and (max-width:991px){.best-buy .phones .card-box-shadow-accent{width:33%}}.best-buy .phones .card--phone{max-width:100%}.best-buy .phones .card--phone.no-header .card--phone-header{display:none}.best-buy .phones .card--phone.no-financing .card--grid-footer-text{display:block}.best-buy .phones .card--phone.no-financing .card--grid-footer-text .pricing-text{padding-left:0}@media screen and (max-width:575px){.best-buy .phones .phone--image-wrapper{min-height:200px}}@media screen and (max-width:575px){.best-buy .phones .phone--image-wrapper img{max-height:300px;max-width:200px}}.best-buy a.primary.button{width:84px;height:28px;background-color:#f05929;border:1px solid #f05929;color:#fff;text-align:center;font-size:10px;line-height:14px;font-family:Open Sans,sans-serif;font-weight:600;white-space:nowrap}@media screen and (min-width:1024px){.best-buy a.primary.button{font-size:18px;line-height:24px;height:46px;width:141px}}.best-buy a.primary.button:hover{background-color:#bf380d;border-color:#bf380d;color:#fff}.best-buy .partner-message{text-align:center}.best-buy .partner-message .partner__logo{display:inline-block;height:16px;width:15px;vertical-align:middle}@media screen and (min-width:991px){.best-buy .partner-message .partner__logo{margin-right:8px;height:31px;width:32px}}.best-buy .partner-message p{display:inline-block;vertical-align:middle;margin-bottom:0;font-size:8px;line-height:10px;text-align:left;letter-spacing:.29px;font-family:Open Sans,sans-serif;color:#323232}@media screen and (min-width:991px){.best-buy .partner-message p{font-size:14px;line-height:16px;letter-spacing:.51px;width:179px;height:37px}}@media screen and (min-width:991px){.best-buy .partner-message{position:absolute;margin-bottom:0;z-index:2;bottom:16px;right:19px}}.best-buy .offer{position:absolute;display:flex;align-items:center;justify-content:center;padding:1em;height:46px;width:100%}@media screen and (max-width:767px){.best-buy .offer{height:36px}}.best-buy .offer-text{text-align:center;font-size:18px;font-family:Open Sans,sans-serif;margin:0}@media screen and (max-width:767px){.best-buy .offer-text{font-size:12px}}.best-buy .offer-dark{background:#282828;color:#f1f1f1}.best-buy .offer-top{position:absolute;top:0}@media screen and (max-width:767px){.best-buy .offer{padding:.5em}}.best-buy #goToPhones{height:18px;width:21px;position:absolute;left:50%;bottom:10px;background-image:url("/wp-content/themes/mintmobile/images/icon-down-down.png");background-size:contain;background-repeat:no-repeat}@media screen and (min-width:767px){.best-buy #goToPhones{display:none}}.best-buy #phones-section span#phones{margin-top:-110px;position:absolute}.best-buy #phones-section .PageTitle small{color:#636363}.best-buy #phones-section .content-section-call-to-action{text-align:center;margin:auto;padding-bottom:2em;padding-top:1em}.best-buy .FAQ{height:auto;position:relative;margin-bottom:0;background-color:#fffef4}.best-buy .FAQ .legal-copy{margin:auto;margin-top:1em;width:258px}@media screen and (min-width:991px){.best-buy .FAQ .legal-copy{width:806px;height:60px;left:22%;bottom:40px}}.best-buy .FAQ .legal-copy-text{font-size:5px;line-height:6px}@media screen and (min-width:991px){.best-buy .FAQ .legal-copy-text{font-size:10px;line-height:14px}}.best-buy .FAQ .legal-copy .legal-copy-text{margin-bottom:0;padding-bottom:2em}html{background-color:#549c74}body{background-color:#fff;font-family:DIN\ 1451 Mittelschrift,sans-serif;padding-top:108px;min-width:320px}@media (min-width:992px){body{padding-top:108px}}a{color:#549c74;transition:color .2s}a:hover{color:#81bb9b;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif}.admin-bar header{margin-top:32px}.page-anchor{display:block;position:relative;height:0;top:-130px}@media (min-width:768px){.page-anchor{top:-150px}}.container-fluid{max-width:1240px}@media (min-width:576px){.br-sm{display:inline;width:auto}}@media (min-width:768px){.br-md{display:inline;width:auto}}@media (min-width:992px){.br-lg{display:inline;width:auto}}@media (min-width:1200px){.br-xl{display:inline;width:auto}}strike{display:inline-block;position:relative;text-decoration:none}strike:before{background-color:red;content:"";display:inline-block;position:absolute;opacity:.85;top:45%;width:100%;height:2px}p:empty{display:none}.alert>li{list-style-type:none}.lower{text-transform:lowercase}.tooltip .tooltip-inner{color:#000;background-color:#fff;border:1px solid #999;padding:10px 14px;text-align:left}.tooltip .tooltip-inner:before{border-bottom-color:#777}.screen-reader-text{display:none!important}.wc-item-meta{display:none}.equal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap}.equal>[class*=col-]{display:flex;flex-direction:column}.offset-25{margin-left:20.83333%}
/*# sourceMappingURL=app.css.map*/