.mobile {
    display: block;
}
.desktop {
    display: none;
}
.sevenHundo {
    font-weight: 700;
}
.threeHundo {
    font-weight: 300;
}
.fiveHundo {
    font-weight: 500;
}
.sevenHundo {
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
}
.nineHundo {
    font-weight: 900;
    font-family: "museo-sans", sans-serif;
}
.value-button {
    display: block;
    background: #ffffff;
    font-size: 21px;
    color: #f01446;
    border: 3px solid #f01446;
    border-radius: 4px;
    padding: .75rem 0;
    width: 193px;
    margin: 0 auto;
}
.value-button2 {
    display: block;
    background: #f01446;
    font-size: 21px;
    color: #ffffff;
    padding: .75rem 0;
    width: 193px;
    margin: 0 auto;
}
.gradient {
    background-image: -webkit-gradient(linear, right, right left, color-stop(0, #d1173d), color-stop(100, #ED1944));
    background-image: -webkit-linear-gradient(right, #d1173d 0%, #ED1944 100%);
    background-image: linear-gradient(to left, #d1173d 0%, #ED1944 100%);
}
.border-btm {
    border-bottom: 1px solid #999999;
}
.orange {
    color: #f93a26;
}
.red {
    color: #f31346;
}
.dark-red {
    color: #d30e5a
}
/*----------------------------BANNER STYLES-----------------------------------------------------*/
#main-banner-3Year {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ee1944, #c73646, #ffffff); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ee1944, #c73646, #ffffff); /* Standard syntax (must be last) */
    padding: 0;
    height: 175px;
}
#main-banner-3Year img {
    padding: 30px 0 15px 0;
    width: 80%;
}
#main-banner-3Year p {
    width: 80%;
}
/*----------------------------END Banner Styles-----------------------------------------------------*/
/*----------------------------Packages-----------------------------------------------------*/
.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}
.owl-next {
    background: url(/images/arrow-right-carousel-offer.png) no-repeat 50% 50%;
    background-size: contain;
}
.owl-prev {
    background: url(/images/arrow-left-carousel-offer.png) no-repeat 50% 50%;
    background-size: contain;
}
.owl-prev:hover {
    background: url(/images/arrow-left-carousel-offer.png) no-repeat 25% 50%;
    background-size: contain;
}
.owl-next:hover {
    background: url(/images/arrow-right-carousel-offer.png) no-repeat 25% 50%;
    background-size: contain;
}
.owl-prev, .owl-next {
    padding-top: 50%;
}
#packages {
    height: auto;
    padding: 7px;
}
#packages .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}
#packages .box {
    width: 95%;
    background-color: #fff;
    border: 3px solid #e6e6e6;
    height: 300px;
    margin: 0 auto;
}
#packages h2 {
    padding-top: 10px;
}
#packages .pac-name {
    color: #6d6f71;
    padding-top: 20px;
}
#packages .box2, #packages .box3 {
    margin-top: 10px;
}
#packages .value-button {
    margin-top: 20px;
}
#nav-arrow, #nav-arrow2, #nav-arrow3 {
    background-color: #fff;
    padding-top: 10px;
}
.hide {
    display: none;
}
.box {
    width: 100%;
}
#box1, #box2, #box3 {
    position: relative;
}
#box1.maximized {
    height: 547px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#box1.minimized, #box2.minimized, #box3.minimized {
    max-height: 267px;
    padding-top: 7px;
    margin-top: 10px;
}
#box1-ul li, #box2-ul li, #box3-ul li {
    list-style: disc;
    line-height: 20px;
    margin-left: 40px;
    padding: 0 15px 5px 0;
    position: relative;
    z-index: 9999;
    text-align: left;
}
#compare-slide, #compare-slide2, #compare-slide3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-height: 500px;
    margin: 0 auto;
}
#compare-slide.maximized, #compare-slide2.maximized, #compare-slide3.maximized, #compare-slide.minimized, #compare-slide2.minimized, #compare-slide3.minimized {
    height: auto;
}
#compare-slide div, #compare-slide2 div,  #compare-slide3 div {
    padding-top: 16px;
}
#compare-slide ul, #compare-slide2 ul, #compare-slide3 ul {
    background-color: #fff;
}
#box2.maximized {
    height: 647px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#box1 .move-btn, #box2 .move-btn , #box3 .move-btn {
    bottom: 23px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#box3.maximized {
    height: 707px;
    margin-top: 10px;
}
/*----------------------------END Packages-----------------------------------------------------*/
/*----------------------------Monthly Fees-----------------------------------------------------*/
#monthly-fees {
    height: auto;
    padding: 10px 0 0 0;
}
#monthly-fees h2 {
    text-align: center;
    padding: 0 20px;
}
#monthly-fees img {
    padding-bottom: 20px;
}
#monthly-fees .box2 {
    width: 100%;
}
#monthly-fees .box1.tv {
    background: url(../images/homepage/tv.png) no-repeat center center;
    background-size: contain;
    height: 271px;
    max-width: 77%;
    margin: 0 auto;
}
#monthly-fees ul {
    padding-top: 24px;
}
#monthly-fees ul li {
    list-style: disc;
    margin-left: 58px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9999;
    text-align:left;
    margin-top: 6px;
}
#monthly-fees ul a {
    text-decoration: underline;
}
#monthly-fees .buttons {
    padding-top: 12px;
    display: inline-block;
}
#monthly-fees .value-button2 {
    width: 174px;
}
#monthly-fees .buttons .left-col {
    width: 48%;
    float: right;
}
#monthly-fees .buttons .right-col {
    width: 48%;
    float: left;
    cursor: pointer;
}
#monthly-fees .disclaimer {
    padding: 0 20px 0 20px;
}
/*----------------------------END Monthly Fees-----------------------------------------------------*/
/*----------------------------Want More-----------------------------------------------------*/
#want-more {
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
}
#want-more .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
#want-more .box {
    width: 97%;
    padding-top: 1rem;
    border-right: none;
}
#want-more .buttons {
    width: 100%;
    padding-top: 20px;
}
#want-more .value-button {
    margin-top: 20px;
    width: 59%;
    font-size: 21px;
}
#want-more .buttons .threeHundo {
    font-size: 19px;
}
#want-more .closed {
    background-image: url(../images/closed.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0 0 0 1.25rem;
}
#want-more .open {
    background-image: url(../images/open.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 1.25rem;
}
#want-more p {
    padding-top: 30px;
}
/*----------------------------END Want More-----------------------------------------------------*/
/*----------------------------Compare Monthly Fees-----------------------------------------------------*/
#compare-fees img {
    max-width: 92%;
}
#compare-fees .threeHundo {
    font-size: 19px;
}
#compare-fees .font1 {
    padding: 0 20px 20px 20px;
}
/*----------------------------END Compare Monthly Fees-----------------------------------------------------*/
/*----------------------------Meet the Hopper-----------------------------------------------------*/
#hopper {
    padding: 0 0 29px 0;
}
#hopper .left-col, #hopper .right-col, #hopper .value-button, #hopper .hopper-vid, #want-more p {
    cursor: pointer;
}
#hopper .hopper-vid {
    max-width: 80%;
    padding-top: 10px;
}
#hopper h2, #hopper p {
    padding: 10px 0 10px 0;
}
#hopper .disclaimer {
    padding: 0 20px;
}
#hopper-features {
    padding: 0;
}
#hopper-features .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#hopper-features .box p {
    padding: 20px 0 20px 0;
}
#hopper-features .box1 {
    width: 80%;
    padding-top: 1rem;
    border-bottom: 1px solid #999999;
}
.the-hopper .value-button, .hopper-competition .value-button {
    cursor: pointer;
}
.hopper-buttons {
    padding-top: 20px;
    width: 330px;
    display: block;
}
#hopper .awards {
    width: 96%;
    padding-top: 20px;
    display: inline-block;
}
#helpful7, #helpful10 {
    padding-top: 20px;
    cursor: pointer;
}
#helpful12 {
    padding-top: 15px;
    cursor: pointer;
}
#helpful6 {
    padding: 20px 0 20px 0;
    cursor: pointer;
}
#hopper-features .value-button {
    font-size: 19px;
    width: 204px;
}
.hopper-competition, #top-rated-features {
    padding: 20px 0 20px 0;
    display: inline-block;
    width: 70%;
}
#hopper-features .feat-rating {
    display: table-cell;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
}
#hopper-features .feat-numb, .feat-img, .feat-name {
    display: table-cell;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#hopper-features .feat-img {
    width: 17%;
}
#top-rated-features p {
    padding: 10px 0 0 9px;
}
#top-rated-features .table-row {
    display: table;
    height: 45px;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-top: 10px;
    padding-left: 5px;
}
/*----------------------------END Meet the Hopper-----------------------------------------------------*/
#acsi {
    padding: 0 20px;
}
/*-------- iPhone 5 Portrait --------*/
@media all and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) {
#monthly-fees ul {
    width: 91%;
}
#monthly-fees .value-button2 {
    width: 145px;
}
}
/*-------- iPhone 6 Portrait --------*/
@media all and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) {
.hopper-buttons {
    width: 396px;
}
#compare-all-plans .buttons .value-button {
    width: 93%;
}
#monthly-fees ul li {
    width: 78%;
}
}
