.smx-modal{z-index:10000;position:fixed}
.transparent{background-color:transparent !important}
.smx-modal-overlay{background-color:rgba(0,0,0,0.68);position:fixed;height:100% !important;width:100%;top:0;left:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;will-change:transform;z-index:10000;position:fixed}
@-webkit-keyframes transfadeIn{from {opacity:0}
to{opacity:0.6;visibility:visible;display:block}
}
@keyframes transfadeIn{from {opacity:0}
to{opacity:0.6;visibility:visible;display:block}
}
.transfadeIn{-webkit-animation-name:transfadeIn;animation-name:transfadeIn}
@-webkit-keyframes transfadeOut{from {opacity:0.6}
to{opacity:0;visibility:hidden;display:none}
}
@keyframes transfadeOut{from {opacity:0.6}
to{opacity:0;visibility:hidden;display:none}
}
.transfadeOut{-webkit-animation-name:transfadeOut;animation-name:transfadeOut}
@-webkit-keyframes fadeIn{from {opacity:0}
to{opacity:1;visibility:visible;display:block}
}
@keyframes fadeIn{from {opacity:0}
to{opacity:1;visibility:visible;display:block}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.1s;animation-duration:0.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.dropdownFadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.6s;animation-duration:0.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeOut{from {opacity:1}
to{opacity:0;visibility:hidden;display:none}
}
@keyframes fadeOut{from {opacity:1}
to{opacity:0;visibility:hidden;display:none}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:0.1s;animation-duration:0.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes slideInDown{from {-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInDown{from {-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.smx-dialog.desktop{background:white;opacity:1 !important;border-radius:8px;z-index:10010;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#ffffff;-webkit-box-shadow:0 -2px 4px 0 rgba(145,145,145,0.5);box-shadow:0 -2px 4px 0 rgba(145,145,145,0.5)}
.smx-dialog-close{float:right;margin-top:8px;margin-right:15px;cursor:pointer;font-size:1.5em;width:15px;height:15px;color:#000000;z-index:10011;position:absolute;right:0px}
.smx-dialog-close  i{font-size:15px}@-webkit-keyframes slideInFromBottom{0% {-webkit-transform:translateY(100%);transform:translateY(100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes slideInFromBottom{0% {-webkit-transform:translateY(100%);transform:translateY(100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.smx-dialog.mobile{width:100%;background:white;opacity:1 !important;border-radius:0px;z-index:10010;position:fixed;bottom:0px;background-color:#ffffff;-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 -2px 4px 0 rgba(0,0,0,0.5);-webkit-animation:.5s ease-out 0s 1 slideInFromBottom;animation:.5s ease-out 0s 1 slideInFromBottom}.smx-drawer{min-width:391px;height:100% !important;background:white;right:0px;top:0px;position:fixed;z-index:10001;background-color:#ffffff;-webkit-box-shadow:-2px 0 4px 0 rgba(0,0,0,0.5);box-shadow:-2px 0 4px 0 rgba(0,0,0,0.5);overflow-y:auto;overflow-x:hidden}

input[type='number']{-moz-appearance:textfield}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.smx-drawer-close{float:right;margin-top:12px;margin-right:11px;cursor:pointer;font-size:16px;color:#0462ac;width:19px;height:19px}
.smx-drawer-close:hover{color:black}
@-webkit-keyframes slideInRight{from {-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInRight{from {-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;-webkit-animation-duration:0.1s;animation-duration:0.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes slideOutRight{from {-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
@keyframes slideOutRight{from {-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;-webkit-animation-duration:0.1s;animation-duration:0.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.smx-drawer.desktop::-webkit-scrollbar{width:6px}
.smx-drawer.desktop::-webkit-scrollbar-thumb{background:#666;border-radius:16px}
.smx-drawer.desktop::-webkit-scrollbar-track{background:transparent;border-radius:16px}
html::-webkit-scrollbar{width:8px}
html::-webkit-scrollbar-thumb{background:#666;border-radius:20px}
html::-webkit-scrollbar-track{background:transparent;border-radius:16px}
.smx-drawer.mobile{min-width:100%;width:100%;height:100% !important;background:white;right:0px;top:0px;bottom:0;position:fixed;z-index:10001;background-color:#ffffff;-webkit-box-shadow:none;box-shadow:none;overflow-x:hidden}
.smx-drawer-close.mobile{position:absolute;right:16px;top:22px;font-size:16px;color:#000000;margin-right:0;margin-top:0}
.loader.small{height:25px;width:25px;margin-left:auto;margin-right:auto}
*:focus,
*:active:focus,
*.active:focus,
*.focus,
*:active.focus,
*.active.focus{outline:none !important}
.tabs.desktop .close{float:right;font-size:2em}
.tabs.desktop .tab-h{height:50px;color:rgba(4,99,172,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-shadow:0px 2px 1px rgba(0,0,0,0.1);box-shadow:0px 2px 1px rgba(0,0,0,0.1)}
.tabs.desktop .tab-h button{border:none;min-width:185px;height:50px;font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:rgba(4,99,172,0.5);background-color:transparent;border-radius:5px 5px 0px 0px;width:50%}
.tabs.desktop .tab-h button i{margin-right:5px;font-size:25px}
.tabs.desktop .tab-h button svg{margin-right:5px;height:25px;width:25px}
.tabs.desktop .tab-h button.active{opacity:1;border:none;color:#0463ac;border-bottom:5px solid #80be00}
.tabs .tab-panels .tab-p.active{display:block;visibility:visible}
.tabs .tab-panels .tab-p:not(.active){display:none;visibility:collapse}
.tabs.desktop .tab-panels{padding:0px;padding-top:10px}
.channelSelectHeader{margin:7px auto 12px auto;color:#3b3b3b}

.channelSelect{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}
.channelSelect label{width:60%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#0463ac;font-weight:500}
.channelSelect label:first-child{width:50%}
.channelSelect .samsRadio{height:18px;width:18px;display:inline-block;position:relative;margin-right:6px;cursor:pointer}
.channelSelect input[type="radio"]{padding:0;padding-right:0;padding-left:0;margin:0;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px;height:18px;opacity:0;position:absolute;top:0;left:0;z-index:10}
.channelSelect .blueRadio{height:100%;width:100%;border:1px solid #0463ac;border-radius:100%}
.channelSelect input[type="radio"]:checked + .blueRadio .blueRadioInner{background:#0463ac;margin:4px;border-radius:100%;height:10px;width:10px}
.tabs.mobile .tab-h{padding:0;background:white;-webkit-box-shadow:0 2px 4px 0 rgba(39,39,39,0.5);box-shadow:0 2px 4px 0 rgba(39,39,39,0.5);height:60px}
.tabs.mobile .tab-h button{padding:0px 20px;border-bottom:solid 5px transparent;font-size:16px;background:transparent;color:#0463ac;-webkit-box-sizing:border-box;box-sizing:border-box;height:60px;line-height:60px;border-radius:0;margin-top:0;min-width:0;opacity:0.5;font-weight:400;margin:0;font-family:myriad-pro-regular,HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif}
.tabs.mobile .tab-h button.active{border:none;background:white;border-bottom:solid 5px #80be00;opacity:1}
.tabs .tab-panels{padding-top:0px}
.swp-box{-webkit-box-sizing:border-box;box-sizing:border-box}
.swp-box .swp-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}
.swp-box .swp-header .swp-header-item{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;display:table-cell;text-align:center;color:#9b9b9b;cursor:pointer}
.swp-box .swp-cards{-webkit-box-shadow:0 1px 10px 0 #eeeeee;box-shadow:0 1px 10px 0 #eeeeee;background-color:#ffffff;border:solid 1px rgba(155,155,155,0.2);margin-top:2px;border-radius:8px;padding:8px;border-right:none;border-left:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.mx-acc.lg{margin-top:40px}
.acc-title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#0077c6;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px 0px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}
.acc-title-left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.acc-title .icon{margin-left:4px}
.mx-acc.lg .acc-panel{margin-top:40px}
.currency sup{position:relative;display:inline-block;top:-6px;margin-left:-3px}
.currency sup{font-size:14px;font-family:HelveticaNeue !important}
.currency{font-family:HelveticaNeue !important}
.default{font-size:16px}
.larger{font-size:20px}
.currency.c-heading .no-bold{font-weight:300;font-family:HelveticaNeue !important}
.currency.currency-legacy{font-size:20px;display:inline-block;margin:0 auto;vertical-align:top;padding:0 0 5px 0;color:#83BA0F;font-family:"myriad-pro-regular","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif}
.currency .currency-legacy-value{padding-right:4px}
.currency.currency-legacy.strikeoff{color:#a7a7a7;font-size:14px;text-decoration:line-through;vertical-align:bottom;padding-left:20px}
.currency.currency-legacy.strikeoff sup{font-size:11px;text-decoration:none}
.currency.currency-legacy .currency-symbol{padding-right:2px}
.trident-timer-container{color:#4a4a4a;font-size:12px}
.trident-timer-container .label{margin-right:6px}
.trident-timer-container .days,
.trident-timer-container .hours,
.trident-timer-container .minutes{margin-right:3px}
.trident-timer-progress{height:10px;position:relative;border-radius:4px;background:#83BA0F;height:4px;width:150px;margin:0 auto}
.trident-timer-progress .progress-indicator{position:absolute;background:#e6e6e6;top:0;bottom:0;left:0;width:0%;border-radius:4px;height:4px}
.trident-timer-container .timer-icon{width:16px;height:16px;display:inline-block;background-size:contain;margin-right:4px;vertical-align:middle}
.trident-timer-container.red{color:#ff0000}.lazy-image{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:-o-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);-webkit-animation:mx-plc-animation 1.4s ease infinite;animation:mx-plc-animation 1.4s ease infinite;background-size:400% 100%;color:transparent}
.lazy-image:not([src]){opacity:0}
.blur,
img[data-src*='odnDynImageQuality'],
img[src*='odnDynImageQuality']{-webkit-filter:blur(7px);filter:blur(7px)}
@-webkit-keyframes mx-plc-animation{0% {background-position:100% 50%}
100%{background-position:0 50%}
}
@keyframes mx-plc-animation{0% {background-position:100% 50%}
100%{background-position:0 50%}
}
.upgrade-container{margin:10px 0;padding-left:5%;padding-right:2%;padding-top:40px;padding-bottom:38px;max-width:900px}
.upgrade-container .title{margin-bottom:20px;padding-left:40px;float:left}
.upgrade-container .subtitle-container{clear:both}
.upgrade-container .subtitle{font-size:13px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;padding-left:40px}
.upgrade-container .member-type{font-weight:bold;color:#4a4a4a;font-size:13px;padding-left:3px}
.upgrade-container .member-item{border-radius:5px;-webkit-box-shadow:0 4px 10px 0 rgba(235,235,235,0.5);box-shadow:0 4px 10px 0 rgba(235,235,235,0.5);padding:30px 15px;border:1px solid #e9e9e9;margin-top:20px}
.upgrade-container .item-header{font-size:16px;font-weight:bold;color:#4a4a4a;padding-bottom:20px;cursor:pointer}
.upgrade-container .radio-element{float:left;padding-right:6px}
.upgrade-container .option-inner{border:1px solid #979797;border-radius:12px;height:19px;width:19px;-webkit-box-sizing:border-box;box-sizing:border-box}
.upgrade-container .radio-element .option-inner .radioButton{border:3px solid #fff;background:#fff;width:100%;height:100%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}
.upgrade-container .radio-element .option-inner .radioButton.selected{background:#83BA0F}
.upgrade-container .member-image{border-radius:5px;margin-right:20px;min-width:180px;min-height:100px}
.upgrade-container .member-select-label{line-height:17px}
.memberTypeHeader{font-size:16px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;margin-top:2%}
.upgrade-container .inner-container{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 25px}
.upgrade-container .attribute-list{-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;padding-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.upgrade-container .attribute-list li{padding:6px 0px;font-size:14px;color:#4a4a4a;display:-webkit-flex;display:-ms-flexbox;display:flex}
.upgrade-container .attribute-list .icon{color:#80be00;font-size:14px;font-weight:100;padding-right:5px;top:2px;position:relative}
.upgrade-container .item-grid{-webkit-box-sizing:content-box;box-sizing:content-box;border-right:1px solid #979797;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-right:5%;min-width:200px}
.upgrade-container .base-price{font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b;text-decoration:line-through}
.upgrade-container .current-price{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;padding:5px 0;min-width:180px}
.upgrade-container .price-value{font-size:16px;font-weight:700;color:#80bc01;padding-left:2px}
.upgrade-container .item-validity{font-size:11px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b}
.upgrade-container .back-link{font-size:13px;color:#0077c6;padding:14px 0;float:right;cursor:pointer}
.upgrade-container .toggle-option{color:#4a90e2;font-size:14px;padding-left:40px;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.upgrade-container .toggle-option .option{cursor:pointer}
.upgrade-container .action-container{margin-top:30px;display:-webkit-flex;display:-ms-flexbox;display:flex}
.phone .upgrade-container .action-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:10px}
.phone .upgrade-container .action-container .option{padding-bottom:20px}
.phone .upgrade-container .action-container .submit-btn{text-align:center}
.upgrade-container .toggle-option span:after{font-family:'Blackbird' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:12px;padding-left:2px}
.upgrade-container  .less:after{content:"\E937"}
.upgrade-container  .more:after{content:"\E901"}
@-webkit-keyframes placeHolderShimmer{0%{background-position:-468px 0}
100%{background-position:468px 0}
}
@keyframes placeHolderShimmer{0%{background-position:-468px 0}
100%{background-position:468px 0}
}
.animated-background,.member-image,.text-line{-webkit-animation-duration:1.25s;animation-duration:1.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#f6f6f6;background:-webkit-gradient(linear,left top,right top,color-stop(8%,#f6f6f6),color-stop(18%,#f0f0f0),color-stop(33%,#f6f6f6));background:-o-linear-gradient(left,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);background:linear-gradient(to right,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);background-size:800px 104px;height:96px;position:relative}
.phone .upgrade-container{padding:0px 5px 0}
.phone .upgrade-container .subtitle{padding:0}
.phone .upgrade-container .member-item{margin:10px 0 0;padding:20px 15px 20px}
.phone .upgrade-container .item-header{font-size:14px}
.phone .upgrade-container .inner-container{padding:0;display:block;overflow:auto}
.phone .upgrade-container .member-image{min-width:115px;min-height:68px;float:left;margin-right:10px}
.phone .upgrade-container .item-grid{min-width:auto;border:none;padding:0;margin:0}
.phone .upgrade-container .current-price{min-width:auto;font-size:12px}
.phone .upgrade-container .attribute-list{display:block;padding:20px 0 0;clear:both}
.phone .upgrade-container .toggle-option{padding-left:20px}
.upgrade-container .error-container{border:1px solid #f5a623;padding:10px 4%;border-radius:4px;margin-top:20px;font-size:13px;color:#4a4a4a;font-weight:bold;line-height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex}
.upgrade-container .error-container .icon{float:left;margin-right:5px}
.upgrade-container .submit-btn{font-size:14px;font-weight:bold;color:#ffffff;border-radius:4px;background-color:#80bc01;padding:10px 40px;cursor:pointer}
.upgrade-container .submit-btn.disable{background-color:#4a90e2;cursor:pointer}
.upgrade-container .submit-btn.disable:before{font-weight:100;padding-right:5px;top:2px;position:relative;font-family:'Blackbird' !important;content:"\E908"}
.upgrade-container.add-upgrade{padding:0;margin:10px 0 20px}
.upgrade-container .cart-link{color:#4a90e2;text-decoration:underline;cursor:pointer;padding:0 4px}
.renew-container .title{padding-left:0px}
.upgrade-container .renew-action-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.renew-action-container .submit-btn{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;max-width:12%}
.phone .renew-action-container .submit-btn{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;max-width:100%}
.renewNote{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a}
.renewConfirmPopup .cancelRenewInfoPopupBtn{border:none}
.renewConfirmPopup .popUpLastElement{padding-left:5%;padding-right:5%}
.renewConfirmPopup .cancelRenewInfoPopupBtn:hover{-webkit-box-shadow:none !important;box-shadow:none !important}
#sams-popups .renewConfirmPopup .popup .title{font-size:18px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#0077c6}
#sams-popups .renewConfirmPopup .popup-btn-main{border-top:none;padding-top:0}
#sams-popups .renewConfirmPopup .popup_content{padding-top:0;padding-bottom:0}
#sams-popups .renewConfirmPopup .popup{background-color:white}
#sams-popups .renewConfirmPopup span.close.icon.icoBlackbird-Icons_close{color:#4a4a4a;font-size:14px;margin-top:2%}
#sams-popups .showCompareMembershipPopup .popup_content{max-width:100%;height:600px;overflow:auto}
.showCompareMembershipPopup .mm-select,.showCompareMembershipPopup .membership-quickview-info{display:none}
.showCompareMembershipPopup .mm-select-panel{display:none}
.showCompareMembershipPopup .sm .mm-tab{height:34px}
.renewAlternateOptionsHeader{display:-webkit-flex;display:-ms-flexbox;display:flex}
.renewAlternateOptionsHeader .memberTypeHeader{-webkit-flex:1 1;-ms-flex:1 1;flex:1 1}
.compareClick{margin-top:2%;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#0077c6;cursor:pointer;text-decoration:underline}
#sams-popups .showCompareMembershipPopup .popup_content .mm-th-benefit .title,#sams-popups .showCompareMembershipPopup .sm .mm-benefit .title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#000000}
#sams-popups .showCompareMembershipPopup span.close.icon.icoBlackbird-Icons_close{top:8%;right:2%;color:#4a4a4a;position:fixed}
#sams-popups .showCompareMembershipPopup .lg .mm-table{margin-top:2%}
#sams-popups .showCompareMembershipPopup .popup-desc.popup-desc-description{margin-left:1%}
#sams-popups .showCompareMembershipPopup .phone span.close.icon.icoBlackbird-Icons_close{top:5%;font-size:12px;position:fixed;right:5%}.lg .leader-board{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;padding:0px;margin:0px}
.lg .leader-board,
.lg .leader-board a,
.lg .leader-board img{width:1280px !important;max-width:1280px !important;height:240px !important;max-height:240px !important;min-height:240px !important;min-width:240px !important;display:block;cursor:pointer}
.lg .leader-board_960_165,
.lg .leader-board_960_165 a,
.lg .leader-board_960_165 img{width:960px !important;max-width:960px !important;height:165px !important;max-height:165px !important;min-height:165px !important;min-width:165px !important;display:block;cursor:pointer}
.lg .leader-board a{cursor:pointer}
.lg .leader-board img{-o-object-fit:cover;object-fit:cover}
.policy-text{word-wrap:break-word;word-break:break-all;padding:30px 18px;font-family:myriad-pro-light,HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif!important;color:#b3b3b3;font-size:13px;line-height:17px;text-align:left}#membership-rewards.rwd{width:960px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto}
.rwd h1{margin-left:0px;padding-left:0px}
.lg.rwd .rwd-banner{width:100%;height:165px;background-image:-o-radial-gradient(1% 0,circle,#0db278,#0077c6);background-image:radial-gradient(circle at 1% 0,#0db278,#0077c6)}
.lg.rwd .rwd-banner b.title{height:24px;font-size:20px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:5px;color:#ffffff;padding-top:24px;padding-bottom:38px;display:block;text-align:center;font-family:myriad-pro-bold;font-weight:bold}
.rwd-banner .sub-heading{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:60%;margin-left:auto;margin-right:auto}
.rwd-banner .sub-heading .sub-h-item{height:46px;font-size:19px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ffffff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rwd-banner .sub-heading .sub-h-item .sub-h-item-icon{width:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:1px solid white}
.rwd-banner .sub-heading .sub-h-item .sub-h-item-text{padding-left:10px}
.rewards{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:40px}
.rewards .item{-webkit-box-sizing:border-box;box-sizing:border-box;width:288px;height:164px;border-radius:4px;background-color:rgba(216,216,216,0.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:12px 25px 25px 25px}
.rewards .item b.title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;font-family:myriad-pro-bold;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rewards .item b.title i{margin-left:5px}
.rewards .item b.reward{font-size:58px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#0077c6;font-family:myriad-pro-bold}.lg .mm-header .mm-image,
.lg .mm-header .mm-image-panel{width:184px;height:108px;border-radius:6px}
.lg .mm-header .mm-image-panel{background:white;margin:0 auto;display:inline-block}
.lg .mm-header .mm-image-panel .mm-image{margin-bottom:0px;cursor:pointer;-o-transition:opacity 0.4s;transition:opacity 0.4s;-webkit-transition:opacity 0.4s}
.lg .mm-header .mm-image-panel .mm-image:hover{opacity:1 !important}
.lg .mm-header .mm-image-shadow{width:206px;margin-right:auto;margin-left:auto;margin-top:-5px;display:block}
.lg .mm-header .mm-price{font-size:20px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;display:block;margin-top:30px}
.lg .mm-header .mm-price.no-base-price{margin-bottom:30px}
.lg .mm-header .mm-strike{font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;display:block;margin-top:12px}
.lg .mm-header .mm-title{font-size:18px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;color:#ffffff;display:block;margin-top:15px;margin-bottom:10px;letter-spacing:5px;text-transform:uppercase;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.lg .mm-header .mm-title.selected{margin-bottom:9px;margin-top:9px}
.lg .mm-header .mm-select{margin-top:50px}
.lg .mm-header .currency{font-size:20px}
.lg .mm-header .currency sup{font-size:14px}
.lg .mm-header .mm-strike .currency{font-size:14px}
.lg .mm-header .mm-strike .currency sup{font-size:10px}
.lg .mm-tick{width:31px;height:31px;-o-object-fit:contain;object-fit:contain}
.lg .mm-select{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ffffff;font-weight:bold;margin-bottom:30px;font-family:myriad-pro-regular;-webkit-font-smoothing:antialiased;cursor:pointer}
.lg .mm-footer .mm-select{margin-top:30px}
.lg .mm-tick{width:31px;height:31px;-o-object-fit:contain;object-fit:contain}
.mm-fade{opacity:0.5}
.sm .mm-header .mm-price .currency{font-size:20px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;display:block}
.sm .mm-header .mm-price.no-base-price{margin-bottom:5px}
.sm .mm-header .mm-strike .currency{font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b;display:block;margin-top:4px;margin-bottom:9.2px}
.sm .mm-header .mm-price sup{display:block;position:relative;display:inline-block;font-size:14px;top:-6px}
.sm .mm-header .mm-strike sup{position:relative;display:inline-block;font-size:10px;top:-6px}
.sm .mm-header .mm-image{width:152px;height:90px;border-radius:6px}
.sm .mm-header{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px}
.sm .mm-header .mm-cost{padding-left:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.lg#membership-type{margin-right:auto;margin-left:auto;width:1280px}
.lg .mm-table{margin-top:146px;margin-left:auto;margin-right:auto}
.lg .mm-table tr td,
.lg .mm-table tr th{border-collapse:collapse !important;border:solid 1px #f6f6f6;width:220px;text-align:center;vertical-align:middle}
.lg .mm-th-benefit{width:240px !important;text-align:left !important;padding-right:45px;padding-top:18px;padding-bottom:18px;word-wrap:break-word;word-break:break-word;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:none !important}
.lg .mm-table thead tr td,
.lg .mm-table thead tr th,
.lg .mm-table tfoot tr th,
.lg .mm-table tfoot tr th,
.lg .mm-table tbody tr:first-child th,
.lg .mm-table tbody tr:first-child td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.lg .mm-table tbody tr:first-child th,
.lg .mm-table tbody tr:first-child td,
.lg .mm-table tbody tr th,
.lg .mm-table tbody tr td{border-right:solid 1px #cdcdcd !important}
.lg .mm-table tbody tr th:last-child,
.lg .mm-table tbody tr td:last-child{border-right:none !important}
.lg .mm-table tbody tr:last-child td,
.lg .mm-table tbody tr:last-child th{border-bottom:none !important}
.prev-sibling-active{border-right:solid 1px orange !important}


.lg .mm-th-benefit .title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#000000}
.lg .mm-th-benefit .description{font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b}
.lg .mm-select{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ffffff;font-weight:bold;margin-bottom:30px;font-family:myriad-pro-regular;-webkit-font-smoothing:antialiased}
.lg .mm-footer .mm-select{margin-top:30px}
.lg .mm-tick{width:31px;height:31px;-o-object-fit:contain;object-fit:contain}
.lg .mm-content{font-size:14px}
.lg .nuevo{z-index:1;display:block;position:absolute}
.lg .mm-banner{z-index:-1;position:absolute;margin-top:-146px !important}
.lg .policy{border:none}
.no-border{border:none !important}
.lg .mm-table thead tr th.active{border-top:solid 2px #f5a623 !important;border-left:solid 2px #f5a623 !important;border-right:solid 2px #f5a623 !important;border-top-left-radius:4px;border-top-right-radius:4px}
.lg .mm-table tbody tr td.active{border-left:solid 2px #f5a623 !important;border-right:solid 2px #f5a623 !important}
.lg .mm-table tfoot tr th.active{border-left:solid 2px #f5a623 !important;border-right:solid 2px #f5a623 !important;border-bottom:solid 2px #f5a623 !important;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.sm.mm-container{margin-top:10px}
.sm.mm-container .swp-box .swp-header{height:52px;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.sm.mm-container .swp-box .swp-header .swp-header-item{padding-bottom:0px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.sm.mm-container .swp-box .swp-header .swp-header-item hr{display:none}
.sm.mm-container .swp-box .swp-header .swp-header-item.active hr{width:83px;height:5px;background-color:#0077c6;margin:0px;padding:0px;display:block}
.sm.mm-container .swp-box .swp-header .swp-header-item i.arrow{display:none}
.sm.mm-container .swp-box .swp-header .swp-header-item.active i.arrow{display:block;margin-top:22px;position:absolute;margin-left:-60px}
.sm.mm-container .swp-box .swp-header .swp-header-item.active i.arrow:before{content:"";position:absolute;left:50px;top:-2px;border-style:solid;border-width:0px 9px 9px;border-color:#eeeeee transparent;display:block;width:0;z-index:0}
.sm.mm-container .swp-box .swp-header .swp-header-item.active i.arrow:after{content:"";position:absolute;left:51px;border-style:solid;border-width:0px 8px 8px;border-color:#fff transparent;display:block;width:0;z-index:1}
.sm.mm-container .swp-box .swp-cards{padding:14px 8px 8px 8px}
.sm .mm-tab{text-transform:capitalize;width:60px;height:28px;font-size:12px;text-align:center;display:block;margin-left:auto;margin-right:auto;cursor:pointer}
.sm .mm-benefit{padding-top:10px;padding-bottom:10px}
.sm .mm-benefit .title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#000000;display:block}
.sm .mm-benefit .description{font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b;display:block}
.sm .mm-select{width:100%;height:48px;font-size:18px;font-weight:500;font-family:myriad-pro-regular;-webkit-font-smoothing:antialiased}
.sm .mm-select-panel{position:fixed;width:100%;bottom:0px;left:0px;z-index:10;padding-top:6px;border-top:solid 1px #EFEFEF;background-color:#FFFFFF}
.btn-brd-crmb-right{float:right;position:absolute;z-index:1;right:6px}.lg#membership-type{margin-right:auto;margin-left:auto;width:1280px}
.lg .mm-form{margin-top:146px;margin-right:auto;margin-left:auto}
.lg .mm-form tr td,
.lg .mm-form tr th{border-collapse:collapse !important;border:solid 1px #f6f6f6;width:240px;text-align:center;vertical-align:middle}
.lg .mm-th-benefit{width:260px !important;text-align:left !important;padding-right:60px;padding-top:18px;padding-bottom:18px;word-wrap:break-word;word-break:break-word;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:none !important}
.lg .mm-form thead tr td,
.lg .mm-form thead tr th,
.lg .mm-form tfoot tr th,
.lg .mm-form tfoot tr th,
.lg .mm-form tbody tr:first-child th,
.lg .mm-form tbody tr:first-child td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.lg .mm-form tbody tr:first-child th,
.lg .mm-form tbody tr:first-child td,
.lg .mm-form tbody tr th,
.lg .mm-form tbody tr td{border-right:none}
.lg .mm-form tbody tr th:last-child,
.lg .mm-form tbody tr td:last-child{border-right:none !important}
.lg .mm-form tbody tr:last-child td,
.lg .mm-form tbody tr:last-child th{border-bottom:none !important}
.prev-sibling-active{border-right:solid 1px orange !important}


.lg .mm-th-benefit .title{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#000000}
.lg .mm-th-benefit .description{font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#9b9b9b}
.lg .mm-select{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#ffffff;font-weight:bold;margin-bottom:30px;font-family:myriad-pro-regular;-webkit-font-smoothing:antialiased}
.lg .mm-footer .mm-select{margin-top:30px}
.lg .mm-tick{width:31px;height:31px;-o-object-fit:contain;object-fit:contain}
.lg .mm-content{font-size:14px}
.lg .nuevo{z-index:1;display:block;position:absolute}
.lg .mm-banner{z-index:-1;position:absolute;margin-top:-146px !important}
.lg .policy{border:none}
.no-border{border:none !important}
.lg .mm-form thead tr th.active{border-top-left-radius:4px;border-top-right-radius:4px}
.lg .mm-form tbody tr td.active{}
.lg .mm-form tfoot tr th.active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.lg .mm-form tfoot tr th{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.lg .mm-form tr td.mm-form-container{text-align:left;padding-left:3%}
.feature-title{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:16px;padding-left:16px;width:216px;text-align:left;font-size:14px;min-height:32px;color:#9b9b9b;display:-webkit-flex;display:-ms-flexbox;display:flex;vertical-align:middle}
.feature-title b{font-size:16px;color:#4a4a4a}
.lg .mm-form tbody tr td.feature-list{max-width:256px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:10px;text-align:left;vertical-align:top;border-radius:4px;background-color:rgba(216,216,216,0.14)}
.lg .mm-form tbody tr td label:not([for='showTermsAndConditions']){padding-left:0px}
.membership-edit-btn{width:50px;;border-radius:11px;border:solid 1px #0063aa;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;padding-top:5px;padding-bottom:5px;float:right;margin:10px 0;cursor:pointer}
.membership-edit-btn span{font-size:12px;font-weight:600;color:#0063aa;margin-left:6%}
.membership-edit-btn-disabled{opacity:0.3;cursor:not-allowed}
.header-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.edit-container{display:-webkit-flex;display:-ms-flexbox;display:flex}
.sm .mm-form{margin-top:20px}
.sm .mm-form table.mm-form tr th,.sm .mm-form table.mm-form tr td{text-align:center}
.sm table.mm-form thead .mm-header{background-color:rgba(74,74,74,0.1);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}
.sm table.mm-form tbody label{padding-left:0px}
.sm .mm-change{padding:5px;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}
.sm .mm-change span{margin-right:4px}
.option-checkbox .checkbox-info{margin-left:28px !important}.sm.cmp-container{padding:20px 8px 10px 8px}
.sm.cmp-container *{-webkit-box-sizing:border-box;box-sizing:border-box}
.sm.cmp-container .mm-titles{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-bottom:17px}
.sm.cmp-container .mm-titles div{font-size:12px;text-align:center;color:#4a4a4a;margin:1px;padding:10px 10px 5px 10px;border-bottom:solid 5px #4a4a4a}
.sm.cmp-container .mm-titles div:nth-child(even){border-bottom:solid 5px #085ca1}
.sm.cmp-container .mm-compare .mm-feature{margin-bottom:25px}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-details{margin-bottom:8px}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-details div.title{margin-bottom:4px;padding:2px 0px 2px 0px;font-size:16px;display:block}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-details span{font-size:12px;color:#9b9b9b}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-details span *{display:inline;font-size:12px}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-details *{display:inline}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-active{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-active div{border-left:solid 1px rgba(151,151,151,0.5);text-align:center;width:100%}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-active div:first-child{border:none}
.mm-feature-active .description{font-size:12px;min-height:33px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px}
.sm.cmp-container .mm-compare .mm-feature .mm-feature-active .description .complementary{min-width:72px}
.mm-feature-active .description .currency{display:inline-block;font-size:16px;padding:2px;margin-top:2px}
.mm-feature-active .description .span{font-size:12px}