.offer-container {
    display: flex;
}

.offer-container > div {
    width: 50%;
    padding: 5% 15%;
}

.offer-wrapper {
    min-height: 500px;
    background: rgba(255,255,255,0.4);
}

.red, .offer-price {
    color: #cd040b;
}

.offer-price {
    font-size: 50px;
}

.offer-legal p {
    color: #4B4B4B;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

ul.ul-icon-check {
    position: relative;
    padding-left: 25px;
    margin-left: 0;
    list-style: none;
}

.ul-icon-check li {
    line-height: 1.85rem;
}

ul.ul-icon-check li::before {
    content: "\e790";
    font-family: vzicons;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    color: #cd040b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
}
﻿@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/* ================================================= 
CSS needed to make iframe's scroll on ios
==================================================== */

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    /* important:  dimensions or positioning here! */
}

.scroll-wrapper iframe {
    /* nada! */
}

.device-ios.device-mobile .compareGridPackagesContainer {
    height: 300px;
    overflow-y: scroll;
}

.device-ios.device-mobile .w_modal.active.clu2 {
    overflow-y: auto !important;
}


/* iphone 4 & 5 */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* .device-ios.device-mobile .w_modal.active.clu2 {
    height: 280px !important;
  } */
    /*.setheight_mobile {
        height: 280px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* .device-ios.device-mobile .w_modal.active.clu2 {
    height: 370px !important;
  } */
   /* .setheight_mobile {
        height: 370px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }*/
}


/* iPhone 6 landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* .device-ios.device-mobile .w_modal.active.clu2 {
    height: 65px !important;
  } */
   /* .setheight_mobile {
        height: 400px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }*/
}


/* iPhone 6 portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* .device-ios.device-mobile .w_modal.active.clu2 {
    height: 500px !important;
  } */
   /* .setheight_mobile {
        height: 500px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }*/
}


/* iPhone 6 Plus landscape */

/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
    .setheight_mobile {
        height: 370px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }
}*/


/* iPhone 6 Plus portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    /* .device-ios.device-mobile .w_modal.active.clu2 {
    height: 550px !important;
  } */
    /*.setheight_mobile {
        height: 550px !important;
        overflow-y: auto;
    }
    .package-cta {
        bottom: 20px !important;
    }*/
}


/* IPAD portrait */

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .setheight_mobile {
        height: 840px !important;
        overflow-y: auto;
    }

      .package-cta {
        bottom: 20px !important;
    }
}*/


/* IPAD landscape */

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .setheight_mobile {
        height: 630px !important;
        overflow-y: auto;
    }
}*/


/* line 46, ../../scss/app/_clu-styles.scss */

[data-close-clu] {
    color: #9b9b9b;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    background: #ffffff;
}


/* ================================================= 
CSS needed to make iframe's scroll on ios
==================================================== */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
    cursor: pointer;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    border: transparent;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

body {
    font-family: "BrandFont";
    overflow-x: hidden !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "BrandFont";
    margin: 0;
}

h1,
.h1 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1875;
    color: #0F0F0F;
}

h2,
.h2 {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.07692;
    color: #0F0F0F;
}

h3,
.h3 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    color: #0F0F0F;
}

h4,
.h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    color: #0F0F0F;
}

h5,
.h5 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.16667;
    color: #0F0F0F;
}

h6,
.h6 {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.21429;
    color: #0F0F0F;
}

p,
.p {
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.46667;
    margin: 0;
    color: #747676;
}

a {
    color: inherit;
}

hr {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #D8D8D8;
}

.prose h1,
.prose .h1,
.prose h2,
.prose .h2,
.prose h3,
.prose .h3,
.prose h4,
.prose .h4,
.prose h5,
.prose .h5,
.prose h6,
.prose .h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.prose p {
    margin-bottom: 0.75rem;
}

.mlp-hero-heading {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.04375rem;
    line-height: 1.0625;
}

.mlp-cta-heading {
    font-size: 3.125rem;
    font-weight: bold;
    letter-spacing: 0.04375rem;
    line-height: 1.2;
}

.mlp-copy {
    color: #383838;
    font-size: 1.5rem;
    letter-spacing: 0.03125rem;
    line-height: 1.5;
}

.large-text {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.07143;
    color: #0f0f0f;
}

.title-text {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.07143;
    color: #0f0f0f;
}

.small-text {
    font-size: 0.75rem;
    font-weight: normal;
    color: #5f5f5f;
}

.medium-bold-text {
    color: #5f5f5f;
    font-size: 1.125rem;
    font-weight: bold;
}

.text-black {
    color: #0F0F0F !important;
}

.bg-black {
    background-color: #0F0F0F !important;
}

.text-darkGray {
    color: #383838 !important;
}

.bg-darkGray {
    background-color: #383838 !important;
}

.text-gray {
    color: #959595 !important;
}

.text-taxes {
    color : #747676 !important;
}


.bg-gray {
    background-color: #959595 !important;
}

.text-dividers {
    color: #D8D8D8 !important;
}

.bg-dividers {
    background-color: #D8D8D8 !important;
}

.text-lightGray {
    color: #F6F6F6 !important;
}

.bg-lightGray {
    background-color: #F6F6F6 !important;
}

.text-darkerGray {
    color: #5f5f5f !important;
}

.bg-darkerGray {
    background-color: #5f5f5f !important;
}

.text-scarlet {
    color: #CD040B !important;
}

.bg-scarlet {
    background-color: #CD040B !important;
}

.text-green {
    color: #82ceac !important;
}

.bg-green {
    background-color: #82ceac !important;
}

.text-limeGreen {
    color: #6ece1a !important;
}

.bg-limeGreen {
    background-color: #6ece1a !important;
}

.text-yellow {
    color: #f6a623 !important;
}

.bg-yellow {
    background-color: #f6a623 !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

img {
    height: auto;
    max-width: 100%;
}

.block {
    display: block;
}

.u-margin-all-zero {
    margin: 0 !important;
}

.u-margin-top-zero {
    margin-top: 0 !important;
}

.u-margin-right-zero {
    margin-right: 0 !important;
}

.u-margin-bottom-zero {
    margin-bottom: 0 !important;
}

.u-margin-left-zero {
    margin-left: 0 !important;
}

.u-margin-x-zero {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-margin-y-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.u-padding-all-zero {
    padding: 0 !important;
}

.u-padding-top-zero {
    padding-top: 0 !important;
}

.u-padding-right-zero {
    padding-right: 0 !important;
}

.u-padding-bottom-zero {
    padding-bottom: 0 !important;
}

.u-padding-left-zero {
    padding-left: 0 !important;
}

.u-padding-x-zero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-padding-y-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.u-margin-all-micro {
    margin: 0.1875rem !important;
}

.u-margin-top-micro {
    margin-top: 0.1875rem !important;
}

.u-margin-right-micro {
    margin-right: 0.1875rem !important;
}

.u-margin-bottom-micro {
    margin-bottom: 0.1875rem !important;
}

.u-margin-left-micro {
    margin-left: 0.1875rem !important;
}

.u-margin-x-micro {
    margin-left: 0.1875rem !important;
    margin-right: 0.1875rem !important;
}

.u-margin-y-micro {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
}

.u-padding-all-micro {
    padding: 0.1875rem !important;
}

.u-padding-top-micro {
    padding-top: 0.1875rem !important;
}

.u-padding-right-micro {
    padding-right: 0.1875rem !important;
}

.u-padding-bottom-micro {
    padding-bottom: 0.1875rem !important;
}

.u-padding-left-micro {
    padding-left: 0.1875rem !important;
}

.u-padding-x-micro {
    padding-left: 0.1875rem !important;
    padding-right: 0.1875rem !important;
}

.u-padding-y-micro {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
}

.u-margin-all-tiny {
    margin: 0.375rem !important;
}

.u-margin-top-tiny {
    margin-top: 0.375rem !important;
}

.u-margin-right-tiny {
    margin-right: 0.375rem !important;
}

.u-margin-bottom-tiny {
    margin-bottom: 0.375rem !important;
}

.u-margin-left-tiny {
    margin-left: 0.375rem !important;
}

.u-margin-x-tiny {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
}

.u-margin-y-tiny {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.u-padding-all-tiny {
    padding: 0.375rem !important;
}

.u-padding-top-tiny {
    padding-top: 0.375rem !important;
}

.u-padding-right-tiny {
    padding-right: 0.375rem !important;
}

.u-padding-bottom-tiny {
    padding-bottom: 0.375rem !important;
}

.u-padding-left-tiny {
    padding-left: 0.375rem !important;
}

.u-padding-x-tiny {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
}

.u-padding-y-tiny {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.u-margin-all-small {
    margin: 0.5625rem !important;
}

.u-margin-top-small {
    margin-top: 0.5625rem !important;
}

.u-margin-right-small {
    margin-right: 0.5625rem !important;
}

.u-margin-bottom-small {
    margin-bottom: 0.5625rem !important;
}

.u-margin-left-small {
    margin-left: 0.5625rem !important;
}

.u-margin-x-small {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
}

.u-margin-y-small {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
}

.u-padding-all-small {
    padding: 0.5625rem !important;
}

.u-padding-top-small {
    padding-top: 0.5625rem !important;
}

.u-padding-right-small {
    padding-right: 0.5625rem !important;
}

.u-padding-bottom-small {
    padding-bottom: 0.5625rem !important;
}

.u-padding-left-small {
    padding-left: 0.5625rem !important;
}

.u-padding-x-small {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
}

.u-padding-y-small {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
}

.u-margin-all-medium {
    margin: 0.75rem !important;
}

.u-margin-top-medium {
    margin-top: 0.75rem !important;
}

.u-margin-right-medium {
    margin-right: 0.75rem !important;
}

.u-margin-bottom-medium {
    margin-bottom: 0.75rem !important;
}

.u-margin-left-medium {
    margin-left: 0.75rem !important;
}

.u-margin-x-medium {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.u-margin-y-medium {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.u-padding-all-medium {
    padding: 0.75rem !important;
}

.u-padding-top-medium {
    padding-top: 0.75rem !important;
}

.u-padding-right-medium {
    padding-right: 0.75rem !important;
}

.u-padding-bottom-medium {
    padding-bottom: 0.75rem !important;
}

.u-padding-left-medium {
    padding-left: 0.75rem !important;
}

.u-padding-x-medium {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.u-padding-y-medium {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.u-margin-all-large {
    margin: 1.5rem !important;
}

.u-margin-top-large {
    margin-top: 1.5rem !important;
}

.u-margin-right-large {
    margin-right: 1.5rem !important;
}

.u-margin-bottom-large {
    margin-bottom: 1.5rem !important;
}

.u-margin-left-large {
    margin-left: 1.5rem !important;
}

.u-margin-x-large {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.u-margin-y-large {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.u-padding-all-large {
    padding: 1.5rem !important;
}

.u-padding-top-large {
    padding-top: 1.5rem !important;
}

.u-padding-right-large {
    padding-right: 1.5rem !important;
}

.u-padding-bottom-large {
    padding-bottom: 1.5rem !important;
}

.u-padding-left-large {
    padding-left: 1.5rem !important;
}

.u-padding-x-large {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.u-padding-y-large {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.u-margin-all-xlarge {
    margin: 3rem !important;
}

.u-margin-top-xlarge {
    margin-top: 3rem !important;
}

.u-margin-right-xlarge {
    margin-right: 3rem !important;
}

.u-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
}

.u-margin-left-xlarge {
    margin-left: 3rem !important;
}

.u-margin-x-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.u-margin-y-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.u-padding-all-xlarge {
    padding: 3rem !important;
}

.u-padding-top-xlarge {
    padding-top: 3rem !important;
}

.u-padding-right-xlarge {
    padding-right: 3rem !important;
}

.u-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
}

.u-padding-left-xlarge {
    padding-left: 3rem !important;
}

.u-padding-x-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.u-padding-y-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.u-padding-x-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}

.u-padding-y-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

.u-margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.alert {
    position: absolute;
    width: 100%;
    min-height: 4.125rem;
    -webkit-transition: top linear .4s;
    transition: top linear .4s;
    top: 3.0625rem;
    color: #FFF;
    font-size: 0.9375rem;
    letter-spacing: .8;
    text-align: left;
    background: #C5070D;
    font-weight: bold;
    padding: 0.64rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 9;
}

.alert .msg {
    width: 90%;
}

.alert .close {
    height: 3.375rem;
    width: 1.6875rem;
    color: #FFF;
    font-size: 2.5rem;
    position: absolute;
    right: 0.3125rem;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 0 0.0625rem 0 #fff;
    top: 0;
    cursor: pointer;
}

.alert .close:after {
    content: '\00d7';
}

.alert.ng-hide {
    top: -6.25rem;
}

.alert.ng-hide-add,
.alert.ng-hide-remove {
    display: block !important;
}

.alert-error {
    background-color: #000000;
    width: 40%;
    max-width: 600px;
    margin: auto;
}

.alert-error h1,
.alert-error h2,
.alert-error h3,
.alert-error h4,
.alert-error h5,
.alert-error h6,
.alert-error p {
    color: #fff;
}

.box {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.box-grey {
    background-color: #f6f6f6;
}

.button {
    cursor: pointer;
    display: flex;
    padding: 1rem 1.25rem;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandfont';
    font-size: 0.9375rem;
    font-weight: 600;
    background: #d8d8d8;
    align-self: center;
    justify-content: center;
    max-width: 20.9375rem;
    width: 100%;
}

@media (min-width: 768px) {
    .button {
        width: 20.9375rem;
    }
}

.button-primary {
    background-color: #82ceac;
}

.button-secondary {
    background-color: #d8d8d8;
}

.button-text {
    background: none;
    cursor: pointer;
    font-family: "BrandFont";
    padding: 0;
    margin: 0;
}

.button-mlp {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    opacity: .9;
}

.button-white {
    cursor: pointer;
    width: 100%;
    min-height: 7.125rem;
    background-color: #fff;
    color: #0f0f0f;
    display: inline-block;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.6875rem;
    border-color: transparent;
    padding: 1.875rem;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.25;
}

.button.expand {
    width: 100%;
    max-width: 100%;
    display: block;
}

.button-close-panel-content {
    background: url("atom-clu/images/overlay-close.png");
    /* AEM asset location url("../../../../../vzem/content/dam/verizon/personal/atom/overlay-close.png") */
    color: #fff;
    font-size: 25px;
    display: flex;
    border-radius: 50%;
    outline: none;
    width: 57px;
    height: 57px;
    cursor: pointer;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    left: calc(50vw - 25px);
}

.label,
.input.ng-empty+.label {
    font-size: 1rem;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 8px;
}

.input:focus+.label {
    color: #72c69c;
}

.input:focus+.label,
.input.ng-not-empty+.label {
    transform: scale(0.75) translate(0px, -25px);
    transform-origin: left top 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

.select {
    background: transparent url("atom-clu/images/disclosure-indicator.svg") no-repeat 100% 50%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    width: 100%;
    padding: .5rem .35rem;
    color: #747676;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select.dob,
.select.custom {
    min-width: 5rem;
}

select::-ms-expand {
    display: none;
}

.select.custom+.label {
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 12px;
}

.input,
.select,
.chosen-search input {
    padding-left: 0;
    border-bottom: 1px solid #d8d8d8;
}

.input {
    background-color: transparent;
    color: #747676;
    outline: none;
    border-radius: 0;
}

.input:focus::placeholder {
    color: #72c69c;
    transition: color .3s;
}

#fullName {
    border: none;
}

.cc-field {
    flex: 1 60%;
}

.cvv {
    flex: 1;
}

.input-meta {
    font-size: 12px;
    color: #959595;
    display: block;
}

input.ng-invalid-required.ng-touched,
select.ng-invalid-required.ng-touched {
    border-bottom: 1px solid #cd040b !important;
}

.error {
    font-size: 0.75rem;
    line-height: 1.47;
    letter-spacing: 0.01875rem;
    color: #cd040b;
}

.input-group .loading {
    background: none;
    position: absolute;
    top: 0;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
}

.input-group .error {
    font-size: 0.75rem;
    line-height: 1.47;
    letter-spacing: 0.01875rem;
    color: #cd040b;
}

.input-group.error input {
    border-bottom: 1px solid #cd040b !important;
}

.input-group .clear-input {
    cursor: pointer;
    font-weight: bold;
    font-weight: 100;
    visibility: hidden;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 0px;
}

.checkbox {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 22px;
    z-index: 1;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 22px;
    height: 22px;
}

.checkbox input[type="checkbox"]+span {
    background: url(atom-clu/images/unselected.svg);
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.checkbox input[type="checkbox"]+span::before {
    background: url(atom-clu/images/selected.svg);
    display: flex;
    content: '';
    height: 20px;
    justify-content: center;
    opacity: 0;
    width: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.checkbox input[type="checkbox"]:checked+span::before {
    opacity: 1;
}

.checkbox label {
    color: #0f0f0f;
    font-size: 0.9375rem;
    margin-left: 2.0625rem;
}

.checkbox label strong {
    color: #0f0f0f;
    line-height: 1.1875rem;
    margin-bottom: 0.3125rem;
}

.radio {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 1.375rem;
    z-index: 1;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
}

.radio input[type="radio"]+span {
    align-items: center;
    border: solid 3px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.radio input[type="radio"]+span::before {
    background: #000;
    border-radius: 50%;
    display: flex;
    content: '';
    height: 75%;
    opacity: 0;
    width: 75%;
}

.radio input[type="radio"]:checked+span::before {
    opacity: 1;
}

.radio label {
    color: #0f0f0f;
    font-size: 0.9375rem;
    margin-left: 2.0625rem;
    display: flex;
    flex-direction: column;
}

.radio label strong {
    color: #0f0f0f;
}

#apptDate {
    border: none;
    height: 0;
    margin: 0;
    padding: 0;
}

.secure {
    background: transparent url("atom-clu/images/lock.svg") no-repeat 0 10%;
    padding-left: 1.875rem;
    min-height: 1.5625rem;
}

.credit-card-icon {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat;
    height: 1.75rem;
    width: 100%;
    display: block;
}

.credit-card-icon.MC {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 -66px;
}

.credit-card-icon.VI {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 -33px;
}

.credit-card-icon.AX {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 -132px;
}

.credit-card-icon.DI {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 -99px;
}

.credit-card-icon.DC {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 0;
}

.credit-card-icon.unknown {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 0;
}

.credit-card-icon.jcb {
    background: transparent url("atom-clu/images/credit-card.png") no-repeat 0 0;
}

.reveal {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.reveal::after {
    content: "+";
    display: inline-block;
    position: absolute;
    color: #82CEAC;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 1;
    right: 10px;
    top: 47%;
    transform: translateY(-50%);
}

.reveal-title {
    font-size: 1rem;
    color: #747676;
    font-weight: normal;
}


/* ANIMATIONS
============================================================================= */

.page.ng-leave {
    z-index: 9999;
}

.page.ng-enter {
    z-index: 8888;
}


/* page specific animations ------------------------ */


/* zoom the page -------------------------- */

.page-zoom-in.ng-leave {
    -webkit-transform-origin: 0% 0%;
    -webkit-animation: rotateFall 1s both ease-in;
    -moz-transform-origin: 0% 0%;
    -moz-animation: rotateFall 1s both ease-in;
    transform-origin: 0% 0%;
    animation: rotateFall 1s both ease-in;
}

.page-zoom-in.ng-enter {
    -webkit-animation: scaleUp 0.5s both ease-in;
    -moz-animation: scaleUp 0.5s both ease-in;
    animation: scaleUp 0.5s both ease-in;
}


/* slide left ------------------------ */

.page-slide-left.ng-enter {
    -webkit-animation: slideInRight 0.5s both ease-in;
    -moz-animation: slideInRight 0.5s both ease-in;
    animation: slideInRight 0.5s both ease-in;
}

.page-slide-left.ng-leave {
    -webkit-animation: slideOutLeft 0.5s both ease-in;
    -moz-animation: slideOutLeft 0.5s both ease-in;
    animation: slideOutLeft 0.5s both ease-in;
}


/* slide the page from the bottom to top ---------------------- */

.page-slide-up.ng-leave {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: rotateOutNewspaper .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: rotateOutNewspaper .5s both ease-in;
    transform-origin: 50% 50%;
    animation: rotateOutNewspaper .5s both ease-in;
}

.page-slide-up.ng-enter {
    -webkit-animation: slideInUp 0.5s both ease-in;
    -moz-animation: slideInUp 0.5s both ease-in;
    animation: slideInUp 0.5s both ease-in;
}


/* pulse */


/*.pulse {
    -webkit-animation: pulse 1.5s ease-in-out;
    -moz-animation: pulse 1.5s ease-in-out;
    -ms-animation: pulse 1.5s ease-in-out;
    -o-animation: pulse 1.5s ease-in-out;
    animation: pulse 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    opacity: .5;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}*/


/* rotate */

.rotate {
    -webkit-animation: rotating 2.5s linear;
    -moz-animation: rotating 2.5s linear;
    -ms-animation: rotating 2.5s linear;
    -o-animation: rotating 2.5s linear;
    animation: rotating 2.5s linear;
    -webkit-animation-iteration-count: infinite;
}

.flip {
    -webkit-animation: flip 0.6s;
    -moz-animation: flip 0.6s;
    -ms-animation: flip 0.6s;
    -o-animation: flip 0.6s;
    animation: flip 0.6s;
    transform-style: preserve-3d;
}


/* scale up */

@keyframes scaleUp {
    from {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

@-moz-keyframes scaleUp {
    from {
        opacity: 0.3;
        -moz-transform: scale(0.8);
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 0.3;
        -webkit-transform: scale(0.8);
    }
}


/* slide in from the right */

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}


/* slide in from the bottom */

@keyframes slideOutLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes slideOutLeft {
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}


/* slide in from the bottom */

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}


/* vertical flip */

@keyframes flip {
    from {
        transform: rotateX(0);
    }
    to {
        transform: rotateX(-360deg);
    }
}

@-webkit-keyframes flip {
    from {
        transform: rotateX(0);
    }
    to {
        transform: rotateX(-360deg);
    }
}

@-moz-keyframes flip {
    from {
        transform: rotateX(0);
    }
    to {
        transform: rotateX(-360deg);
    }
}

.view {
	animation: fadein .5s;
	-moz-animation: fadein .5s;
	-webkit-animation: fadein .5s;
	-o-animation: fadein .5s;
	min-height: 308px;
	background: #f0f0f0;
	transition: all 0.8s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
}

.view.stretch {
	min-height: 100%;
}

.slideLeft.ng-enter,
.slideLeft.ng-leave,
.slideRight.ng-enter,
.slideRight.ng-leave {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.slideLeft.ng-enter {
    animation: slideInRight 0.5s both ease-in;
}

.slideLeft.ng-enter.ng-enter-active {
    left: 0;
}

.slideLeft.ng-leave.ng-leave-active {
    left: -100%;
}

.slideRight.ng-enter {
    animation: slideOutLeft 0.5s both ease-in;
}

.slideRight.ng-enter.ng-enter-active {
    left: 0;
}

.slideRight.ng-leave.ng-leave-active {
    left: 100%;
}


/* Styles go here */

.linear-style.ng-enter {
    -webkit-transition: 1s linear all;
    transition: 1s linear all;
    opacity: 0;
}

.linear-style.ng-enter-stagger {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.linear-style.ng-enter.ng-enter-active {
    opacity: 1;
}


/*  placeholder text */

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 15px auto;
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 10px;
    position: relative;
    margin: 10px 0;
}


/* pulse */

@keyframes pulse {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}


/* Firefox < 16 */

@-moz-keyframes pulse {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes pulse {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}


/* Internet Explorer */

@-ms-keyframes pulse {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}


/* Opera < 12.1 */

@-o-keyframes pulse {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}


/* rotate */

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Firefox < 16 */

@-moz-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/* Internet Explorer */

@-ms-keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}


/* Opera < 12.1 */

@-o-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    /*background-image: url(atom-clu/images/loading-large.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    background-position: 0px center;
    border: 0;
    height: 27px;
    text-align: left;
    background-size: cover;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

@font-face {
    font-family: "BrandFont";
    font-style: normal;
    font-weight: normal;
    src: url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.eot?#iefix");
    src: url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.eot?#iefix") format("eot"), url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.woff2") format("woff2"), url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.woff") format("woff"), url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.ttf") format("truetype"), url("https://respframework.verizon.com/fonts/Fonts/NeueHaasGroteskDispW02.svg#NeueHaasGroteskDispW02") format("svg");
}

@font-face {
    font-family: "BrandFont";
    font-style: normal;
    font-weight: 600;
    src: url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.eot?#iefix");
    src: url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.eot?#iefix") format("eot"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.woff2") format("woff2"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.woff") format("woff"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.ttf") format("truetype"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-65Md.svg#NHaasGroteskTXW02-65Md") format("svg");
}

@font-face {
    font-family: "BrandFont";
    font-style: normal;
    font-weight: 700;
    src: url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.eot?#iefix");
    src: url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.eot?#iefix") format("eot"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.woff2") format("woff2"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.woff") format("woff"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.ttf") format("truetype"), url("https://respframework.verizon.com/fonts/Fonts/NHaasGroteskDSW02-75Bd.svg#NHaasGroteskTXW02-75Bd") format("svg");
}

@font-face {
    font-family: "vzicons";
    src: url("https://respframework.verizon.com/vzrf/2-17-2/fonts/icon-fonts/vzicons.woff") format("woff"), url("https://respframework.verizon.com/vzrf/2-17-2/fonts/icon-fonts/vzicons.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'verizon-icons';
    src: url("https://respframework.verizon.com/fonts/verizon-icons/fonts/verizon-icons.eot?i9qzlp");
    src: url("https://respframework.verizon.com/fonts/verizon-icons/fonts/verizon-icons.eot?i9qzlp#iefix") format("embedded-opentype"), url("https://respframework.verizon.com/fonts/verizon-icons/fonts/verizon-icons.ttf?i9qzlp") format("truetype"), url("https://respframework.verizon.com/fonts/verizon-icons/fonts/verizon-icons.woff?i9qzlp") format("woff"), url("https://respframework.verizon.com/fonts/verizon-icons/fonts/verizon-icons.svg?i9qzlp#verizon-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.cart {
    position: absolute;
    background-color: #fff;
    width: 100%;
}

.cart .cart-subline {
    text-transform: uppercase;
    color: #747676;
    font-size: 0.875rem;
}

.mini-cart-container .box.bg-white .box {
    padding-right: 0;
    padding-left: 0;
}

.mini-cart-container a {
    text-decoration: none;
}

.mini-cart-container .close {
    background: #FFF;
    border-radius: 0;
}

h2 span.sub-text a {
    font-weight: normal;
    padding-left: 0.4375rem;
    font-size: 0.9375rem;
}

.question-box {
    display: none;
}

.question-box.active {
    display: block;
}

.hero {
    min-height: 22vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.hero .hero-title {
    margin-left: 1.25rem;
    margin-bottom: 0.3125rem;
}

.hero .hero-title.right {
    position: absolute;
    right: 0.875rem;
}

.hero .hero-title h1 {
    font-size: 1.75rem;
    line-height: 1.07143;
}

.hero .hero-explore-button {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    padding: 0.375rem 1.5rem;
    background-color: #398dfa;
    color: #fff;
    font-weight: normal;
    width: auto;
}

.hero .hero-explore-button.left {
    left: 0.875rem;
    right: inherit;
}

@media (min-width: 1200px) {
    .hero {
        padding: 0 1.25rem;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: 0 1.25rem;
    }
}

@media (min-width: 768px) {
    .hero {
        padding: 0 1.25rem;
    }
}

.global-header {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 99;
    border-bottom: 1px solid #d8d8d8;
    top: 0;
}

.global-header .gh-item {
    flex: 1;
    z-index: 6;
}

.global-header .gh-toggle {
    display: flex;
    align-self: center;
}

@media (min-width: 767px) {
    .global-header .gh-toggle {
        display: none;
    }
}

.global-header .gh-toggle .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.global-header .gh-toggle .hamburger:hover {
    opacity: 0.7;
}

.global-header .gh-toggle .hamburger-box {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.global-header .gh-toggle .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.global-header .gh-toggle .hamburger-inner,
.global-header .gh-toggle .hamburger-inner::before,
.global-header .gh-toggle .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #0f0f0f;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.global-header .gh-toggle .hamburger-inner::before,
.global-header .gh-toggle .hamburger-inner::after {
    content: "";
    display: block;
}

.global-header .gh-toggle .hamburger-inner::before {
    top: -10px;
}

.global-header .gh-toggle .hamburger-inner::after {
    bottom: -10px;
}

.global-header .gh-toggle .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.global-header .gh-toggle .hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.global-header .gh-toggle .hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.global-header .gh-toggle .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.global-header .gh-toggle .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.global-header .gh-toggle .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.global-header .gh-left,
.global-header .gh-right {
    display: flex;
    align-items: center;
}

.global-header .gh-left {
    justify-content: center;
}

@media (min-width: 676px) {
    .global-header .gh-left {
        justify-content: flex-start;
    }
}

.global-header .gh-right {
    justify-content: flex-end;
}

.global-header .gh-logo img,
.global-header .gh-logo svg {
    height: 1.25rem;
}

.global-header .gh-logo img {
    max-width: initial;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .global-header .gh-logo img,
    .global-header .gh-logo svg {
        height: auto;
    }
}

@media (min-width: 676px) {
    .global-header .gh-logo {
        margin-left: 0rem;
        margin-right: 1.875rem;
    }
}

.global-header .gh-right-text {
    margin-right: 0.25rem;
}

.global-header .gh-right-text p {
    color: #0f0f0f;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1;
}

.global-header .gh-right-icon {
    cursor: pointer;
    width: 1.375rem;
    height: 1.375rem;
}

.global-header .gh-right-icon svg {
    fill: #959596;
    width: 100%;
}

.global-header .gh-right-icon img {
    height: 100%;
    width: 18px;
}

.global-header .gh-right-icon.active svg {
    fill: #82ceac;
}

.global-header .gh-right-icon .profile-icon {
    height: 1.375rem;
    width: 1.375rem;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    background: #82ceac;
    text-align: center;
    padding-top: 0.125rem;
}

.global-header .gh-nav {
    padding: 3rem 5rem 0 2rem;
    margin: 0;
    list-style-type: none;
    z-index: 9999;
    background: #fff;
    left: 0;
    top: 50px;
    height: 100vh;
    width: 100%;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
}

.global-header .gh-nav li {
    margin-right: 2rem;
    font-size: 1.0625rem;
    font-weight: 600;
    border-top: 1px solid #d8d8d8;
    width: 100%;
}

.global-header .gh-nav li:last-child {
    margin-right: 0;
}

.global-header .gh-nav a {
    display: block;
    padding: 1.25rem 5%;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 767px) {
    .global-header .gh-nav {
        display: flex !important;
        height: auto;
        padding: 0;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
    }
    .global-header .gh-nav li {
        border-top: none;
        margin-right: 2rem;
        font-size: 1.0625rem;
        font-weight: 600;
        white-space: nowrap;
        width: auto;
    }
    .global-header .gh-nav li:last-child {
        border-bottom: none;
        margin-right: 0;
    }
    .global-header .gh-nav a {
        padding: 0;
        text-decoration: none;
        text-transform: none;
    }
}

.global-header .gh-nav.nav-animated {
    transition: transform 0.5s ease, visibility 0.5s;
}

.global-header .gh-nav.nav-open {
    transform: scaleY(1);
    visibility: visible;
}

.bg-red {
    background-color: red;
}

.product-details .main {
    position: relative;
}

.recommend-icon {
    background: url("atom-clu/images/recomended.png") no-repeat;
    width: 1.0625rem;
    height: 1.75rem;
    position: absolute;
    right: 1.25rem;
    top: 0;
    display: inherit;
    background-size: cover;
}

.products-list {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}

.all-products {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.all-products .offer-img {
    height: 2.5rem;
}

.all-products .offer-desc {
    color: #747676;
    padding-top: 0.625rem;
}

.product {
    position: relative;
    background-color: #fff;
    padding: 0.9375rem 1.25rem;
    margin-bottom: 0.6875rem;
    cursor: pointer;
    border: 1px solid transparent;
    width: 50%;
    align-self: center;
}

@media (max-width: 767px) {
    .product {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .product {
        width: 100%;
    }
}

.product.router {
    flex-flow: nowrap;
    justify-content: flex-start;
    min-height: 6.875rem;
    width: 100%;
}

.product.store-pickup {
    justify-content: center;
    min-height: 6.875rem;
    width: 100%;
}

.product.store-pickup {
    cursor: auto;
    justify-content: space-between;
    min-height: 6.875rem;
    width: 100%;
}

.product.active {
    background: #398dfa;
}

.product.active .h1,
.product.active p {
    color: #FFF;
}

.product .store-address {
    flex: 2;
    height: 100%;
    margin-right: 1.25rem;
    position: relative;
}

.product .store-hours {
    flex: 1;
    position: relative;
    height: 100%;
}

.product .product-image {
    min-width: 5.4375rem;
    width: 5.4375rem;
}

.product .product-desc {
    align-self: center;
    margin-left: 0.75rem;
    width: 13.5rem;
}

.product .product-desc p {
    color: #0f0f0f;
}

.product .recommend-icon {
    display: inherit;
}

.product-short-desc {
    color: #0f0f0f;
    font-size: 0.9375rem;
    margin-top: 0.125rem;
    margin-bottom: 0.25rem;
}

.product-show .product-title {
    margin-top: 1.9375rem;
    margin-bottom: 0.4375rem;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
}

.product-show .product-title span {
    font-size: 1.375rem;
    font-weight: 600;
}

.product-show .product-subtitle {
    font-size: 1.375rem;
    margin-bottom: 0.5625rem;
}

.product-show .product-desc {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.product-show .product-desc p {
    color: #747676;
}

.product-show .product-meta {
    margin-top: 1.3125rem;
    margin-bottom: 2.25rem;
}

.product-show .product-meta .small-text {
    font-size: 0.75rem;
}

.product-show .product-meta .product-price {
    font-size: 1.4rem;
    font-weight: 700;
}

.product-show .no-tvs {
    font-size: 6.25rem;
}

.product-show .no-tvs-container {
    margin: 0 auto;
    width: 220px;
}

.product-show .increment {
    cursor: pointer;
}

.product-show .product-offer {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
    display: flex;
    align-items: center;
}

.product-show .product-offer .offer-c {
    margin-right: 5px;
}

.product-show .product-offer .offer-title,
.product-show .product-offer .offer-desc {
    font-size: 0.75rem;
}

.product-show .product-offer .offer-desc {
    color: #878989;
}

.product-show ul {
    padding-left: 0;
}

.product-show ul li {
    margin-left: 0.125rem;
    list-style: none;
    display: flex;
    color: #747676;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.product-show .product-includes {
    font-size: 0.9375rem;
    line-height: 1.46667;
    color: #747676;
}

.product-show .product-links {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.product-show .product-links .product-lower-link {
    display: block;
    margin-top: 1.6875rem;
    margin-bottom: 1.9375rem;
    text-decoration: none;
}

.channel_list-icon {
    float: left;
    padding: 0px 0px 0px 15px;
}

.channel_list-text {
    clear: both;
    padding: 10px 10px 10px 17px;
    color: #000;
}

.channel_list-trigger {
    padding: 10px 0px 0px 0px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.channel_list-trigger::after {
    content: '' !important;
    background-image: url("atom-clu/css/images/arrow-up.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 20px;
}

.channel_list-trigger.active::after {
    content: '' !important;
    background-image: url("atom-clu/css/images/arrow-down.svg");
}

.channel_list {
    position: relative;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0.6875rem;
    cursor: pointer;
}

.channel_list.active {
    border: 2px solid #000;
}

.channel_list-price {
    float: right;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 40px;
    margin-right: 10px;
    position: relative;
}

.clear-ui {
    clear: both;
}

.button-bg-black {
    background-color: #000;
    color: #fff;
    width: 100%;
    max-width: none;
    border-radius: 0px;
}

.recomended {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.recomended .recommend-icon {
    right: 0;
}

.recomended .product-show {
    position: relative;
    width: 50%;
    align-self: center;
}

@media (max-width: 767px) {
    .recomended .product-show {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .recomended .product-show {
        width: 100%;
    }
}

.special-offer {
    float: right;
    background-color: #2b2b2b;
    color: white;
    margin-top: -16px;
    margin-right: -21px;
    position: sticky;
    width: auto;
    vertical-align: middle;
    text-align: center;
    padding: 5px 20px;
    font-size: 0.75rem;
}

.global-footer {
    background-color: #fff;
    padding: 0.75rem 1rem;
    position: relative;
    width: 100%;
    bottom: 0px;
}

.global-footer .gf-wrap {
    max-width: 62.75rem;
    margin-left: auto;
    margin-right: auto;
}

.global-footer a {
    text-decoration: none;
    display: inline-block;
}

.global-footer .footer-links-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 767px) {
    .global-footer .footer-links-wrap {
        flex-direction: row;
    }
}

.global-footer .footer-links-wrap .footer-links-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

@media (min-width: 767px) {
    .global-footer .footer-links-wrap .footer-links-box {
        border-bottom: 0;
        width: 25%;
    }
}

.global-footer .footer-links-wrap h6 {
    font-size: 0.875rem;
    font-weight: normal;
    color: #4A4A4A;
    cursor: pointer;
}

.global-footer .footer-links-wrap h6::after {
    content: "+";
    display: inline-block;
    position: absolute;
    color: #82CEAC;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 1;
    right: 10px;
    top: 21px;
    transform: translateY(-50%);
}

.global-footer .footer-links-wrap h6.expanded::after {
    content: "-";
    right: 7px;
}

@media (min-width: 767px) {
    .global-footer .footer-links-wrap h6::after {
        content: "";
        display: none;
    }
}

.global-footer .footer-links-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
}

.global-footer .footer-links-wrap ul.expanded {
    max-height: 1000px;
    padding: 1rem 0 0 0;
    transform: scaleY(1);
    visibility: visible;
}

.global-footer .footer-links-wrap ul.animated {
    transition: all 0.2s ease;
}

@media (min-width: 767px) {
    .global-footer .footer-links-wrap ul {
        display: block;
        max-height: none;
        transform: none;
        position: relative;
        visibility: visible;
    }
    .global-footer .footer-links-wrap ul.expanded {
        padding: 0;
    }
}

.global-footer .footer-links-wrap li {
    color: #959596;
    font-size: 0.875rem;
    line-height: 1.57143;
}

.global-footer .footer-links-wrap a {
    padding: 0 0.3125rem;
    transition: background .3s;
    width: 100%;
}

.global-footer .footer-links-wrap a:hover {
    background: #F6F6F7;
}

.global-footer .footer-links-wrap a:active {
    background: #D8D8D8;
}

@media (min-width: 767px) {
    .global-footer .footer-links-wrap a {
        background: none;
        padding: 0;
    }
    .global-footer .footer-links-wrap a:hover,
    .global-footer .footer-links-wrap a:active {
        background: none;
    }
}

.global-footer .gf-footer {
    padding-top: 1.625rem;
}

@media (min-width: 767px) {
    .global-footer .gf-footer {
        text-align: left;
    }
}

.global-footer .gf-footer .gf-footer_top {
    margin-bottom: 1.75rem;
}

.global-footer .gf-footer .gf-footer_bottom {
    margin-bottom: 0.75rem;
}

.global-footer .gf-footer p,
.global-footer .gf-footer li {
    color: #5f5f5f;
    font-size: 0.75rem;
    line-height: 1;
}

.global-footer .gf-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

@media (min-width: 767px) {
    .global-footer .gf-footer ul {
        justify-content: flex-start;
    }
}

.global-footer .gf-footer ul li {
    margin-right: 0.75rem;
    padding-right: 0.75rem;
    border-right: 1px solid #959596;
}

.global-footer .gf-footer ul li:last-child {
    border-right: 0;
}

.w_question-group {
    text-align: center;
}

.w_question-group .question-head {
    overflow: auto;
    min-height: 8.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w_question-group .question-description {
    font-size: 0.9375rem;
    line-height: 1.46667;
    margin-bottom: 0.625rem;
    color: #747676;
    font-weight: normal;
}

.w_question-group .questions .button {
    width: 100%;
    min-height: 7.125rem;
    background-color: #fff;
    color: #0f0f0f;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6875rem;
    border-color: transparent;
    padding: 1.875rem;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.25;
}

.w_question-group .questions .button:last-child {
    margin-bottom: 2rem;
}

.w_question-group .question-bottom-nav {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.w_question-group .question-bottom-nav a {
    padding: 0 2rem;
}

.recommend-card {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem 1rem;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.recommend-card.is-recommended {
    background-color: rgba(0, 0, 0, 0.9);
}

.recommend-card.is-recommended * {
    color: #fff;
}

.terms-box {
    padding: 1.25rem;
    background-color: #fff;
}

.terms-box .terms-header {
    margin-bottom: 1.4375rem;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

.terms-box .terms-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 18.25rem;
}

.terms-box .terms-scroll p {
    margin-bottom: 1rem;
}

.lq-title {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.lq-title h1 {
    color: #FFF;
    font-size: 1.75rem;
    line-height: 1.07;
    letter-spacing: 0.03125rem;
}

.lq-title h5 {
    color: #FFF;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
}

.main.welcome-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-bottom: 3.125rem;
}

@media (max-width: 480px) {
    .main.welcome-page {
        background-size: contain;
    }
    .modal-header.channel-detail {
        padding-top: 35%
    }
}

.main.welcome-page .welcome-footer-links {
    padding-top: 1.625rem;
    text-align: center;
}

.main.welcome-page .welcome-footer-links .product-lower-link {
    display: block;
    margin-top: 2.0625rem;
    margin-bottom: 1.9375rem;
    text-decoration: none;
}

.main.welcome-page .gray-box {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.01875rem;
    text-align: center;
    color: #0f0f0f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 6.875rem;
    height: 6.875rem;
    margin-bottom: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
}

.main.welcome-page.pending-page h1,
.main.welcome-page.pending-page h5,
.main.welcome-page.pending-page .address-container p {
    color: #FFF;
}

.main.welcome-page.pending-page h1 {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 0.375rem;
}

.main.welcome-page.pending-page h5 {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.main.welcome-page.pending-page .welcome-screen {
    padding-top: 3.25rem;
}

.main.welcome-page.pending-page .welcome-footer-links {
    margin-top: 1.0625rem;
}

.main.welcome-page.pending-page .welcome-footer-links .button {
    margin-top: 1.5625rem;
}

.main.welcome-page.pending-page .gray-box {
    cursor: pointer;
}

.main.welcome-page.pending-page .gray-box:hover {
    background: #398dfa;
    color: #FFF;
}

.exsiting-service-wrapper,
.lq-container {
    position: relative;
}

.exsiting-service-wrapper #map-1,
.lq-container #map-1 {
    top: 0;
}

.exsiting-service-wrapper .existing-address,
.lq-container .existing-address {
    margin-bottom: 1.25rem;
}

.exsiting-service-wrapper .alert,
.lq-container .alert {
    top: 0;
}

.order-info {
    color: #0f0f0f;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: center;
}

.order-summary {
    background: #fff;
    padding: 0;
}

@media (max-width: 768px) {
    .order-summary {
        margin: 0;
        width: 100%;
    }
    .channel-detail {
        padding-top: 35%
    }
    #main_clu #selectPackageContainer {
        padding: 15px;
    }
      #main_clu .initialPackageContainer {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .order-summary li {
        padding: 0 1rem;
    }
}

.order-summary li {
    text-align: center;
    border-top: 1px solid #f6f6f6;
    display: inline-block;
    list-style: none;
    min-height: 3.4375rem;
    width: 100%;
    padding: 15px 0;
}

.order-summary li:first-child {
    border: none;
}

.order-summary li.fbe-link {
    justify-content: center;
}

.order-summary li p {
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    text-align: left;
    margin-right: 3.125rem;
    vertical-align: top;
    white-space: nowrap;
    width: 6.25rem;
}

.order-summary li p:last-child {
    margin-right: 0;
}

.ca {
    position: relative;
    z-index: 6;
}

.welcome-screen {
    text-align: center;
}

.welcome-screen h5 {
    line-height: 1.75rem;
}

.welcome-screen .welcome-title {
    max-width: 15.3125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
}

.welcome-screen .welcome-subtitle {
    max-width: 19.375rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1875rem;
}

.welcome-screen .welcome-subtitle h5 {
    line-height: 1.4;
    letter-spacing: 0.3px;
}

.download-page {
    min-height: calc(100vh - 49px);
}

.download-page h1 {
    font-size: 1.875rem;
    line-height: 3.125rem;
    margin-top: 1.375rem;
}

.download-page .download-copy {
    color: #0f0f0f;
    font-size: 1.25rem;
    margin-bottom: 1.1875rem;
    line-height: 1.4;
    letter-spacing: 0.01875rem;
    text-align: center;
}

.download-page .app-logo {
    margin-bottom: 2rem;
}

.download-page .download-cta {
    margin-bottom: 2.4375rem;
}

.download-page .download-get-started {
    padding: 1.875rem;
}

.download-page .download-get-started h3 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.01875rem;
    margin-bottom: 0.4375rem;
}

.download-page .download-get-started p {
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: 0.01875rem;
    margin-bottom: 0.75rem;
    color: #0f0f0f;
}

.download-page .oops {
    display: inline-block;
    margin-top: 1.875rem;
}

.address-component .address-head {
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.address-component .address-head h2.title-text {
    margin-top: 1.375rem;
    margin-bottom: 1.1875rem;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.08;
    color: #FFF;
    letter-spacing: 0.03125rem;
    text-align: center;
}

.address-component .input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 1.25rem;
}

.address-component .input-container input.input {
    background: transparent;
    color: #FFF;
    border-bottom: solid 1px #FFF;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.address-component .input-container input.input::placeholder {
    color: #FFF;
    text-transform: none;
}

.address-component .input-container input.input:focus {
    outline: none;
}

.address-component .input-container.btn-container {
    margin-top: 0rem;
    margin-bottom: 3.5625rem;
}

.address-component .input-container.btn-container .button {
    border: transparent;
}

.address-component .input-container.btn-container .button:disabled {
    background: #959595;
}

.address-component .address-preview-container {
    color: #FFF;
    height: 7.5rem;
    margin-bottom: 2.8125rem;
}

.address-component .loader {
    position: absolute;
    top: 39%;
    left: 25%;
}

.closeChannel {
    /* float:right; */
    font-size: 82%;
    font-weight: bold;
    cursor: pointer;
    /* added below properties*/
    position: absolute;
    top: 10px;
    right: 10px;
}

.closeChannel::before {
    content: '\e65b';
    font-family: vzicons;
}
span.printbtn,
.printbtn {
    float: right;
    color: grey;
    color: grey;
    padding-right: 35px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-decoration:none;
    position: relative;
}

.printbtn:after {
    /*content: url("../../../../../content/dam/verizon/personal/atom/print.png");*/
	content: url("https://www.verizon.com/content/dam/verizon/personal/atom/print.svg");
    position: absolute;
    top: 0;
    margin-top: -12px;
    width: 40px;
	height: 40px;
}

.address-preview-container {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
}

.address-preview-container .address-container {
    align-items: center;
    text-align: center;
}

.address-preview-container .address-container p {
    color: #FFF;
    line-height: 1.375rem;
    font-size: 0.9375rem;
    text-transform: capitalize;
}

.address-preview-container .address-container .text-link {
    display: block;
    margin-top: 0.1875rem;
    text-decoration: none;
    color: #82ceac;
}

.circle {
    border-radius: 50%;
}

.img-circle {
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    display: inline-block;
    padding: 2px;
    border: 1px solid #FFF;
    margin-bottom: 0.625rem;
}

.img-circle.rotate {
    border: 1px dashed rgba(255, 255, 255, 0.75);
}

.gh-right-icon {
    width: 1.375rem;
    height: 1.375rem;
}

.gh-right-icon svg {
    fill: #82ceac;
    width: 100%;
}

.cart {
    height: 100%;
    width: 100%;
    background-color: rgba(15, 15, 15, 0.6);
    z-index: 9999;
}

.cart .box.box-grey {
    border-top: none;
    padding-top: 1.5625rem;
    padding-bottom: 1.375rem;
}

.cart .box.box-grey .cart-subline {
    font-size: 0.8125rem;
    padding-bottom: 0.5625rem;
    line-height: 1.69;
    letter-spacing: 0.01875rem;
}

.cart .box.box-grey .address-container p {
    color: #0f0f0f;
    text-transform: capitalize;
}

.cart .box.box-grey .address-container a.text-link {
    text-decoration: none;
    color: #398dfa;
}

.cart p {
    color: #0f0f0f;
    font-size: 0.9375rem;
    line-height: 1.47;
    letter-spacing: 0.01875rem;
}

.cart .box.bg-white {
    padding-top: 0.90625rem;
    padding-bottom: 1.4375rem;
}

.address-container p {
    color: #FFF;
    font-size: 0.9375rem;
    line-height: 1.47;
    letter-spacing: 0.01875rem;
    text-transform: capitalize;
}

.address-container a.text-link {
    text-decoration: none;
    color: #82ceac;
}

.mini-cart-container p.title {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.01875rem;
}

.button:disabled {
    background: #959595;
}

.main.confirmation-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

@media (max-width: 480px) {
    .main.confirmation-page {
        background-size: contain;
    }
}

.main.confirmation-page .welcome-screen {
    padding-top: 9.375rem;
}

.main.confirmation-page .order-number {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.01875rem;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 0.8125rem;
}

.main.confirmation-page .download-title {
    margin-top: 0.1875rem;
}

.main.confirmation-page .download-app-container {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.main.confirmation-page .download-app-container .app-icons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 5rem;
    height: 5rem;
    border-radius: 0.875rem;
    background-color: #FFF;
    font-size: 1.375rem;
    font-weight: bold;
    cursor: pointer;
}

.main.confirmation-page .download-app-container .app-icons~.app-icons {
    margin-left: 3.125rem;
}

.error-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

@media (max-width: 480px) {
    .error-page {
        background-size: contain;
    }
}

.error-page .error-screen {
    text-align: center;
}

.error-page .error-screen h2 {
    font-size: 2.625rem;
    line-height: 1.05;
    letter-spacing: 0.025rem;
    color: #bf000c;
}

.error-page .error-screen h5 {
    margin-top: 0.9375rem;
    font-size: 1.625rem;
    line-height: 1.15;
    letter-spacing: 0.01875rem;
    color: #0f0f0f;
}

.error-page .error-footer-links {
    padding-top: 3.5625rem;
    text-align: center;
}

.error-page .error-footer-links .error-lower-link {
    display: block;
    margin-top: 2.0625rem;
    margin-bottom: 1.9375rem;
    text-decoration: none;
}

.no-service {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

@media (max-width: 480px) {
    .no-service {
        background-size: contain;
    }
}

.mlp-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 1140px) {
    .mlp-container {
        flex-direction: column;
    }
}

.mlp-hero.box {
    padding: 0rem 1.25rem 0rem 1.25rem;
}

.mlp-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mlp-hero .mlp-top {
    max-width: 50%;
    align-self: flex-start;
    margin: auto;
    margin-top: 3.125rem;
}

@media (max-width: 768px) {
    .mlp-hero .mlp-top {
        max-width: 100%;
    }
}

.mlp-hero .mlp-center {
    max-width: 50%;
    margin: auto;
}

@media (max-width: 768px) {
    .mlp-hero .mlp-center {
        max-width: 100%;
    }
}

.mlp-hero .mlp-bottom {
    max-width: 50%;
    margin: auto;
    margin-bottom: 4.375rem;
}

@media (max-width: 768px) {
    .mlp-hero .mlp-bottom {
        max-width: 100%;
    }
}

.mlp-hero .mlp-left {
    max-width: 50%;
    margin-right: auto;
}

@media (max-width: 768px) {
    .mlp-hero .mlp-left {
        max-width: 100%;
    }
}

.mlp-hero .mlp-right {
    max-width: 50%;
    margin-left: auto;
}

@media (max-width: 768px) {
    .mlp-hero .mlp-right {
        max-width: 100%;
    }
}

.mlp-hero .button-mlp {
    margin: auto;
}

.mlp-cta {
    margin: 0.1875rem 0.1875rem 0.1875rem 0rem;
    padding: 4.6875rem 3.125rem;
}

@media (max-width: 1140px) {
    .mlp-cta {
        margin: 0.1875rem 0rem 0rem 0rem;
    }
}

.mlp-cta:first-child {
    margin-left: 0;
}

.mlp-cta:last-child {
    margin-right: 0;
}

.mlp-text-link {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: bold;
    text-decoration: none;
}

.mlp-text-link:hover {
    text-decoration: underline;
}

.mlp-text-link:after {
    content: ' \203A';
}

@media (max-width: 768px) {
    .mlp .mlp-hero-heading,
    .mlp .mlp-cta-heading {
        font-size: 2rem;
    }
    .mlp .mlp-copy {
        font-size: 1rem;
    }
    .mlp .button-mlp {
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
    }
    .mlp mlp-cta {
        width: 100%;
    }
    .mlp mlp-cta .button-mlp {
        width: 100%;
    }
}

.mlp .panel-collapse {
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    margin-top: 0;
    top: auto;
    position: relative;
}

@media (min-width: 768px) {
    .mlp .panel-collapse {
        width: auto;
        max-width: none;
        left: auto;
    }
}

.mlp .panel-collapse .button-close-panel-content {
    visibility: hidden;
}

.mlp .panel-collapse.in {
    transition: height .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
    visibility: visible;
    margin-top: -200px;
    opacity: 1;
    top: auto;
    position: relative;
}

.mlp .panel-collapse.in .button-close-panel-content {
    visibility: visible;
    opacity: 0.7;
}

.mlp .panel-content {
    background: #f6f6f6;
    padding: 1.5625rem;
    position: relative;
}


/*Tab css starts here*/

.modal-body main {
    margin: 0 auto;
    width: 100%;
}

.modal-body section {
    /*display: none;*/
    padding: 1em;
    border-top: 1px solid #ddd;
}

.modal-body input {
    display: none;
}

.modal-body label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 0.6em;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.modal-body label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.modal-body label:hover {
    color: #888;
    cursor: pointer;
}

.modal-body input:checked+label {
    color: #555;
    border-top: 2px solid #82ceac;
    background-color: #f0f3f4;
}

.modal-body #tab1:checked~#content1,
.modal-body #tab2:checked~#content2,
.modal-body #tab3:checked~#content3,
.modal-body #tab4:checked~#content4 {
    display: block;
    background-color: #f0f3f4;
}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block;
    background-color: #f0f3f4;
}

.modal-body .address-component .input-group {
    display: block !important;
}

.cancel-icon {
    position: absolute;
    bottom: 0px;
    background-color: #e1e1e1;
    font-size: 3em;
    width: 70px;
    left: 45%;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.modal-body .wrap {
    display: table;
    width: 100%;
}

.modal-body .block {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}

.modal-body .bold {
    font-weight: bold;
    color: #000;
}

.modal-body .smallTxt {
    font-size: 0.7em;
}

.modal-body .disclaimerTxt {
    font-size: 0.8em;
}

.modal-body ul {
    margin: 0;
}

.tab-head {
    display: inline-block;
}


/*Tab CSS ends here*/


/*Modal CSS starts here*/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop:empty {
	display: block;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border: 0 none;
    padding-bottom: 0;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    background-color: #f6f6f6;
    position: relative;
    padding: 15px;
}

.modal-footer {
    text-align: right;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        min-height:500px;
    }
    .modal-sm {
        width: 300px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .modal-body label:before {
        margin: 0;
        font-size: 18px;
    }
    .cancel-icon {
        left: 40%;
    }
}

@media screen and (max-width: 400px) {
    .modal-body label {
        padding: 0.4em;
        font-size: 13px;
    }
}


/*Modal CSS ends here*/

#divCCPunchout .poCell.poW40p {
    margin-top: 1em;
}

#divCCPunchout .poPad5 {
    margin-right: 5em;
}

#divCCPunchout select#ddlPObpInfomfpvpCardExMonth {
    margin-right: 1em;
}

#divCCPunchout .poCell.poMid {
    margin-bottom: 1em;
}

#divCCPunchout .poCell.poChck.checkbox {
    float: left;
}

#divCCPunchout .poCell.poMid {
    position: relative;
    left: 2em;
    top: 2px;
}

input#btnPObpInfomfpvpReview {
    margin-top: 1em;
}

a.poSecCode {
    display: none;
}

select#ddlPObpInfomfpvpCardType {
    margin-bottom: 1em;
    width: auto;
}

#dvPObpInfomfpvpAddSection h4,
.poPaymentinfo h4 {
    margin-top: 1em;
}

div#dvPObpInfomfpvpAddress {
    margin-top: 1em;
}

.poCell.poW50p {
    margin-bottom: 1em;
}

.poCell.poW50p label {
    margin-right: 1em;
}

#divCCPunchout .label-content {
    transform: scale(0.75) translate(0px, -25px);
    transform-origin: left top 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 25px;
    font-size: 1.3rem;
    pointer-events: none;
}

#divCCPunchout .label-focus {
    color: #72c69c;
    top: 10px;
    font-size: 1rem;
}

.poTable.poBrd-space5 {
    margin-left: 3em;
}

.poCell.poW30p {
    margin-right: 2em;
}

select#ddlPObpInfomfpvpCardExYr {
    width: 3.5em;
}

select#ddlPObpInfomdpaCardExMonth,
select#ddlPObpInfomdpaCardExYr {
    padding-right: 1em;
    padding-bottom: 1em;
    width: auto;
}

div#tblPObpInfomdpaIsDebit {
    padding-top: 1em;
}

select#ddlPObpInfomdpaCardType {
    width: auto;
}

div#dvPObpInfomdpaNewClass4,
div#dvPObpInfomdpaAddSection {
    margin-top: 1em;
}

#divCCPunchout .poCell.poW40p {
    margin-top: 1em;
}

#divCCPunchout .poPad5 {
    margin-right: 5em;
}

#divCCPunchout select#ddlPObpInfomfpvpCardExMonth {
    margin-right: 1em;
}

#divCCPunchout .poCell.poMid {
    margin-bottom: 1em;
}

#divCCPunchout .poCell.poChck.checkbox {
    float: left;
}

#divCCPunchout .poCell.poMid {
    position: relative;
    left: 2em;
    top: 2px;
}

input#btnPObpInfomfpvpReview {
    margin-top: 1em;
}

a.poSecCode {
    display: none;
}

select#ddlPObpInfomfpvpCardType {
    margin-bottom: 1em;
    width: auto;
}

#dvPObpInfomfpvpAddSection h4,
.poPaymentinfo h4 {
    margin-top: 1em;
}

div#dvPObpInfomfpvpAddress {
    margin-top: 1em;
}

.poCell.poW50p {
    margin-bottom: 1em;
}

.poCell.poW50p label {
    margin-right: 1em;
}

#divCCPunchout .label-content {
    transform: scale(0.75) translate(0px, -25px);
    transform-origin: left top 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 25px;
    font-size: 1.3rem;
    pointer-events: none;
}

#divCCPunchout .label-focus {
    color: #72c69c;
    top: 10px;
    font-size: 1rem;
}

.poTable.poBrd-space5 {
    margin-left: 3em;
}

.poCell.poW30p {
    margin-right: 2em;
}

select#ddlPObpInfomfpvpCardExYr {
    width: 3.5em;
}

select#ddlPObpInfomdpaCardExMonth,
select#ddlPObpInfomdpaCardExYr {
    padding-right: 1em;
    padding-bottom: 1em;
    width: auto;
}

div#tblPObpInfomdpaIsDebit {
    padding-top: 1em;
}

select#ddlPObpInfomdpaCardType {
    width: auto;
}

div#dvPObpInfomdpaNewClass4,
div#dvPObpInfomdpaAddSection {
    margin-top: 1em;
}

div#autoPayPunchout .modal_content {
    margin-top: 1em;
}

div#autoPayPunchout {
    background-color: #fff;
}

div#autoPayPunchout .tiny-12,
div#autoPayPunchout .tiny-6,
div#autoPayPunchout .tiny-8 {
    margin-bottom: 2em;
}

.margin-bottom-medium {
    margin-bottom: 1em;
}

div#dvMkPmtNewProfile {
    margin-bottom: 1em;
}

p.margin-bottom-small {
    margin-bottom: 1em;
}

div#autoPayPunchout .hide-for-medium-up {
    display: none;
}

div#autoPayPunchout .modal_button {
    margin-bottom: 1em;
}

div#autoPayPunchout .modal_button a.button {
    margin-right: 1em;
    display: inline-block;
    width: 50%;
    margin-bottom: 1em;
}

.address-wrap label,
#dvMkPmtNewProfile label {
    /*display: none;*/
    width: 100%;
    display: block;
}

select#expirationDate {
    width: 15%;
    margin-right: 1em;
    padding-right: 1em;
}

select#expirationDateYear {
    width: 75%;
    padding-right: 1em;
}

div#autoPayPunchout .margin-top-medium {
    margin-top: 1em;
}

div#autoPayPunchout select {
    width: auto;
    padding-right: 1em;
}

div#autoPayPunchout select#state {
    padding-right: 1em;
}

div#autoPayPunchout .label-content {
    transform: scale(0.75) translate(0px, -25px);
    transform-origin: left top 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 25px;
    font-size: 1.3rem;
    pointer-events: none;
}

div#autoPayPunchout .label-focus {
    color: #72c69c;
    top: 10px;
    font-size: 1rem;
}

.w_message.m_error.hide p {
    color: red;
}

div#dvAutopayTos {
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    top: 10px;
    width: 70%;
    margin: 0 auto;
    left: 15%;
    padding: 1em;
}

#dvAutopayTos .modal_footer {
    margin-top: 1em;
}

#dvAutopayTos .page-overlay.vzrf.active.modal {
    opacity: 0.5;
    background-color: #fff;
}

#main_clu {
    /*.closeChannel {
            position: absolute;
            top: 0;
            width: 30px;
            height: 30px;
            right: 0;
        }*/
    /*css added for review cart updates */
    /*css added for review cart updates */
    /*css changes for CLU*/
    /*css changes for CLU*/
}

#main_clu body {
    margin: 0;
    padding: 0;
    background: lightGray;
    font-family: "BrandFont";
}

#main_clu .App {
    width: 100%;
    /*overflow: hidden;*/
}

#main_clu header {
    min-width: 100%;
    height: 159px;
    background-color: white;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#main_clu .clusearch header {
    border-bottom: 0px solid #CCCCCC !important;
}

#main_clu .clearSelections {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-family: "BrandFont";
    font-size: 12px;
    letter-spacing: 0.3px;
    text-align: center;
    color: black;
    cursor: pointer;
}

#main_clu .App-logo {
    position: absolute;
    bottom: 32px;
    left: 81px;
    width: 143px;
    height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
}

#main_clu .appContentContainer {
    position: relative;
    padding: 15px;
}

@media screen and (max-width: 480px) {
    #main_clu header {
        border-top: 1px solid #ccc;
        width: 100%;
        height: 62px;
    }
    #main_clu .clusearch header {
        border: 0px solid #ccc;
    }
    #main_clu .App-logo {
        bottom: 25px;
        left: 20px;
        width: 97px;
        height: 22px;
    }
    #main_clu .headerRowContainer.all-packages ul li {
        border-top: 0px none !important;
    }
    #main_clu .headerRowContainer.all-packages ul li:first-child {
        border-left: 0px none !important;
        border-top: 0px none !important; 
    }

    /* Suppress Print option for mobile screens */
    .printbtn {
        display: none;
    }    
}

#main_clu .searchContainer {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}

@media (min-width: 768px) {
    #main_clu .searchContainer {
        max-width: 600px;
        margin: auto;
        z-index: -1;
    }
}

#main_clu .searchContainer h1 {
    max-width: 100%;
    /*height: 96px;*/
    font-family: "BrandFont";
    font-size: 40px;
    letter-spacing: 1.1px;
    text-align: left;
    color: black;
    margin: 60px 0 30px 0;
}

#main_clu .search_region {
    position: absolute;
    top: 27px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
}

#main_clu .searchContainer .searchInput {
    padding: 0 14px;
    font-family: BrandFont;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: left;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    color: gray;
    font-weight: bold;
}

#main_clu .searchInput.blocked,
#main_clu .searchMic.blocked {
    opacity: 0.2;
}

#main_clu .addressInput2,
#main_clu .addressInput {
    text-align: left !important;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "BrandFont";
    font-size: 15px;
    letter-spacing: 0.4px;
    /*border: none !important;*/
    display: -ms-flexbox;
    display: flex;
    color: gray;
    font-weight: bold;
    margin: 10px 0px;
    box-shadow: none !important;
    height: auto !important;
}

#main_clu .addressInput {
    width: 30%;
    border-right: 2px solid lightGray;
    border-radius: 0px;
}

#main_clu .addressInput2 {
    width: 70%;
    background-color: #fff;
    font-size: 16px;
}

#main_clu .addressInput::placeholder,
#main_clu .addressInput2::placeholder {
    font-size: 14px;
}

#main_clu .selected-city {
    padding: 10px 10px 20px 17px;
    font-weight: bold;
    border-right: 2px solid lightGray;
}

#main_clu .input-zipcity {
    position: absolute;
    top: 62%;
    left: 2%;
    font-weight: bold;
}

#main_clu .focussed {
    border: 1px solid #000;
}

#main_clu .blurred {
    border: 1px solid #e4e5e3;
}

#main_clu .searchRowContainer {
    position: relative;
    padding: 0 14px 0 0;
    height: 50px;
    background-color: white;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    font-family: "BrandFont";
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: left;
    color: gray;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .searchRowContainer .dropdown-menu img {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

#main_clu .searchRowContainer p.vhocityname {
    position: absolute;
    top: 50%;
    font-weight: 600;
    word-wrap: normal;
    width: 23%;
    transform: translateY(-50%);
    left: 15px;
    text-align: center;
    line-height: 16px;    
}

#main_clu .searchRowContainer div {
    width: 100px;
    border-right: 1px solid #e4e5e3;
    background: white;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}

#main_clu .searchMic {
    cursor: pointer;
    padding: 5px 0px;
    margin-right: -10px;
    width: 40px;
    display: none;
}

#main_clu .searchLoader {
    cursor: pointer;
    padding: 13px 0px;
    width: 23px;
}

#main_clu .searchRowContainer div h3 {
    padding: 0;
    margin: 0;
    width: 66px;
    height: 17px;
    font-family: "BrandFont";
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: center;
    color: gray;
}

#main_clu .addressSearchResultsContainer {
    width: 100px;
}

#main_clu .contentResultsContainer {
    z-index: 10000000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1;
    flex: 1 1;
}

#main_clu .resultsContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -1px;
}

#main_clu input:focus {
    outline: none;
}

#main_clu input::-webkit-input-placeholder {
    color: gray;
}

#main_clu input:-ms-input-placeholder {
    color: gray;
}

#main_clu input::-ms-input-placeholder {
    color: gray;
}

#main_clu input::placeholder {
    color: gray;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    #main_clu .searchRowContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1;
        flex: 1 1;
    }
    #main_clu .searchContainer h1 {
        font-size: 28px;
        margin: 30px 0 0 0;
        padding-bottom: 20px;
        /* max-width:46% */
    }
}

@media screen and (max-width: 350px) {
    #main_clu .searchRowContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1;
        flex: 1 1;
    }
    #main_clu .searchContainer h1 {
        font-size: 23px;
        margin: 40px 0 -10px 0;
    }
}

#main_clu .searchResultContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    cursor: pointer;
    background: white;
    z-index: 2;
}

#main_clu .searchResultContainer.focused {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#main_clu .searchResultContainer img {
    padding: 20px 28px;
    height: 30px;
}

#main_clu .searchResultContainer h3 {
    padding: 20px 28px;
    font-family: "BrandFont";
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: left;
    color: black;
}

#main_clu .searchResultContainer div {
    min-width: 100px;
}

#main_clu .compareGridContainer {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* position: fixed; */
    top: 633px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    -ms-flex: 1 1;
    flex: 1 1;
    z-index: 1;
    width: 20%;
    /* this need to change based on number of package  */
    margin: 0px auto;
}

#main_clu .compareGridPackagesContainer {
    margin: auto;
}

#main_clu .compareGridPackagesContainer {
    position: relative;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main_clu .compareGridPackagesContainer.animateIn {
    padding-bottom: 64px;
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    #main_clu .compareGridContainer {
        top: 314px;
        bottom: 0px;
    }
}

#main_clu .bestOrAllCell {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "BrandFont";
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: left;
    color: gray;
    text-align: center;
}

#main_clu .headerRowContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    /*margin-bottom: 4px;*/
    background: #fff;
    max-width: 100%;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

#main_clu .headerRowContainer li {
    text-align: center;
}

#main_clu .headerRowContainer li.packlabel {
    text-align: left;
    padding: 36px 20px 0px 20px;
}

#main_clu .headerRowCellContainer {
    position: relative;
    margin: 2px;
    width: 150px;
    height: 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

#main_clu .gridChannelImage {
    /*width: 50px;
    height: 14px;*/
    width: auto;
    height: 60px;
    /*margin: auto;*/
    margin-top: 15px;
}

#main_clu .packageRowPackageContainer {
    margin: 2px;
    margin: 1px;
    margin-top: 0;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 20px 18px 20px;
    min-height: 100px;
    overflow: hidden;
    word-wrap: break-word;
}

#main_clu .landing_clearSearch {
    padding: 10px;
    text-decoration: underline;
    cursor: pointer;
    max-width: fit-content;
    margin: auto;
    text-align: center;
}

#main_clu #packageRowContainerUltimate.ng-scope {
	border: 1px solid #FFFFFF;
}

#main_clu .packagesRowContainer.selected {
    background: white;
    z-index: 1;
    margin: 0;
    border: 1px solid black;
}

#main_clu #packageRowContainerUltimate:focus,
#main_clu #packageRowContainerUltimate:hover{
    outline-width:0px;
    outline-color:#000;
}

#main_clu #packageRowContainerUltimate:hover {
    /*border: 1px solid black;*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    transform: translate3d(0px, 0px, 100px);
}

#main_clu #packageRowContainerUltimate.ng-scope.selectedPackageRow {
    border: 1px solid #000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#main_clu .packageRowPackageContainer h3 {
    font-family: "BrandFont";
    font-size: 15px;
    text-align: left;
    margin: 0;
    color: black;
    font-weight: bold;
}

#main_clu .packageRowPackageContainer h4 {
    font-family: "BrandFont";
    font-size: 12px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #959595;
    padding: 5px 0px;
}

#main_clu .packagesRowContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .selectedDot {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
}

#main_clu #selectPackageContainer {
    left: 0;
    top: 434px;
    bottom: 0;
    overflow: hidden;
    right: 0;
    /*position: fixed;*/
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main_clu #selectPackageContainer.animateOut {
    top: 100vh;
}

#main_clu #selectPackageContentContainer {
    max-width: 600px;
    margin: auto;
}

#main_clu #selectPackageContentContainer.animateOut {
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
}

#main_clu #selectPackageHeader {
    font-family: "BrandFont";
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 10px;
    color: gray;
}

#main_clu .selectPackageRow {
    -ms-flex-align: center;
    /*align-items: center;*/
    -ms-flex-pack: center;
    /*justify-content: center;*/
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .selectPackageRow.animateOut {
    opacity: 0;
}

#main_clu .initialPackageContainer {
    margin: 5px 15px 10px 15px;
    width: 180px;
    /*float: left;*/
    padding: 15px;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
    -ms-flex-pack: center;
    /*justify-content: center;*/
    min-height: 80px;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#main_clu .initialPackageContainer h3 {
    font-family: "BrandFont";
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: black;
    font-weight: bold;
}

#main_clu .initialPackageContainer h4 {
    font-family: "BrandFont";
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: gray;
}

@media screen and (max-width: 480px) {

    #main_clu .popular-packages-list {
        overflow: visible;
    }
	
    #main_clu #selectPackageContainer {
        top: 314px;
        padding: 15px;
    }
    #main_clu .initialPackageContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%  !important;;
        margin: 0px;
        margin-left: 0;
        padding-left: 20px;
    }
    #main_clu .selectPackageRow {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main_clu .compareGridPackagesContainer .compare-list-container {
        padding: 0;
    }
        #main_clu #gridview.two-item .headerRowContainer.all-packages ul li,
    #main_clu #gridview.two-item .packageIndicator {
        width: 31.25% !important;
    }
    #main_clu #gridview.two-item .headerRowContainer.all-packages ul li.packlabel {
        width: 37.5% !important;   
    }
    #main_clu #gridview.two-item .packageRowPackageContainer {
        width: 37.5% !important;
        padding: 22px 15px 18px 15px;
    }    
}

#main_clu .packageIndicator {
    margin: 0 1px 1px 0;
    width: 0;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.11s ease;
    -o-transition: all 0.11s ease;
    transition: all 0.11s ease;
}

#main_clu .packageIndicator.animateIn {
    width: 150px;
}

#main_clu .selectedDot {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
}

#main_clu .showLineup {
    /*position: fixed;*/
    bottom: 0;
    z-index: 1;
    font-family: "BrandFont";
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    color: white;
    height: 0px;
    background-color: black;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}


/*#main_clu .showLineup.animateIn {
	height: 60px;
}*/

#main_clu .lineupTransitionContainer {
    position: fixed;
    border: 1px solid black;
    background: black;
    bottom: 0;
    top: inherit;
    z-index: 2000000000000000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main_clu .lineupTransitionContainer.animateIn {
    right: 15px !important;
    background: white;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main_clu .lineupContainer {
    position: fixed;
    margin: auto;
    width: 778px;
    bottom: 0;
    border: 1px solid black;
    top: 200px;
    background: white;
    z-index: 2;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main_clu .lineupContainer.animateOut {
    position: fixed;
    margin: auto;
    width: 778px;
    bottom: 0;
    top: 100%;
    background: white;
    z-index: 2;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    #main_clu .lineupContainer {
        left: 14px;
        right: 14px;
        top: 112px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
    }
    #main_clu .lineupContainer.animateOut {
        top: 100%;
    }
    #main_clu .lineupTransitionContainer.animateIn {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

#main_clu .lineupContentContainer {
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}

#main_clu .linehupAbsoluteHeaderContainer {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}

#main_clu .closeLineupContainer {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5px;
    left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .closeLineupContainer h3 {
    width: 50px;
    margin: 5px 0 0 0;
    height: 22px;
    font-family: "BrandFont";
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: left;
    color: black;
}

#main_clu .closeLineupImage {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

#main_clu .printLineupContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 5px;
    right: 15px;
}

#main_clu .printLineupContainer h3 {
    font-family: "BrandFont";
    font-size: 12px;
    letter-spacing: 0.3px;
    text-align: left;
    color: gray;
}

#main_clu .printLineupImage {
    margin-top: -5px;
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

#main_clu .linehupHeaderContainer {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .lineupPackageHeaderContainer {
    position: relative;
    padding: 0 20px 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    border-bottom: 1px solid #e4e5e3;
}

#main_clu .lineupPackageHeaderContainer:nth-child(even) {
    border-left: 1px solid #e4e5e3;
}

#main_clu .lineupPackageHeaderContainer div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#main_clu .lineupPackageHeaderContainer h3 {
    max-width: 50%;
    font-family: "BrandFont";
    font-size: 32px;
    letter-spacing: 0.9px;
    text-align: left;
    color: black;
    margin: 0;
}

#main_clu .lineupPackageHeaderContainer h4 {
    font-family: "BrandFont";
    font-size: 12px;
    text-align: left;
    color: gray;
    margin: 0;
}

#main_clu .lineupHeaderSelectPackageContainer {
    padding: 0 20px;
    margin-left: 10px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0px;
    right: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    background-color: black;
}

#main_clu .lineupHeaderSelectPackageContainer h3 {
    font-family: "BrandFont";
    font-size: 15px;
    letter-spacing: 0.4px;
    text-align: center;
    color: white;
}

#main_clu .lineupToggleViewContainer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main_clu .lineupToggleViewContainer h3 {
    font-family: "BrandFont";
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: center;
    color: gray;
    text-align: center;
    -ms-flex: 1 1;
    flex: 1 1;
}

#main_clu .lineupToggleViewContainer h3.selected {
    font-family: "BrandFont";
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: center;
    color: black;
    text-decoration: underline;
}

#main_clu .lineupChannelContainer {
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    background: lightGray;
}

#main_clu .lineupFullViewContainer {
    margin: 0;
    overflow-y: auto;
    -ms-flex: 1 1;
    flex: 1 1;
}

#main_clu .lineupFullViewContainer p {
    font-family: "BrandFont";
    font-size: 12px;
    letter-spacing: 0.3px;
    text-align: left;
    color: black;
}

#main_clu .channelNotInPackage {
    opacity: 0.3;
}

#main_clu .lineupGenreViewContainer {
    margin-top: -1px;
    position: relative;
    overflow-y: auto;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
}

#main_clu .genreHeaderContainer {
    cursor: pointer;
    position: relative;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: white;
    border: solid 1px #e4e5e3;
}

#main_clu .genreHeaderContainer div {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#main_clu .genreHeaderContainer div h3 {
    margin: 0;
    font-family: "BrandFont";
    font-size: 16px;
    letter-spacing: 0.9px;
    text-align: left;
    color: black;
}

#main_clu .genreHeaderContainer div h4 {
    margin: 0;
    font-family: "BrandFont";
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
    color: gray;
}

#main_clu .genreHeaderContainer img {
    position: absolute;
    right: 14px;
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

#main_clu .genreListContainer {
    font-family: NHaasGroteskDSStd-55Rg;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-align: left;
    color: black;
    padding: 15px;
    width: 100%;
}

#main_clu .genreContentContainer {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 480px) {
    #main_clu .lineupGenreViewContainer {
        margin-top: 15px;
    }
}

#main_clu .headerRowContainer.all-packages ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#main_clu .headerRowContainer.all-packages ul li {
    list-style: none;
    position: relative;
    /* added this property*/
    border-left: 0px solid #f0f0f0;
    background: #fff;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    float: left;
    font-weight: bold;
    height: 90px;
    /*min-height: 90px;*/
}

#main_clu .headerRowContainer.all-packages ul li:first-child {
    border-left: 1px solid #f0f0f0;
}

#main_clu .global-footer {
    bottom: 0px;
    width: 100%;
    position: relative;
}

#main_clu .dropdown-menu>li>a:hover {
    color: black !important;
    background: initial !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
}

#main_clu .dropdown-menu>li.active>a {
    color: black !important;
    background: none !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
}

#main_clu .closeChannel::before {
	/* color: grey; */
	/* opacity: 0.4; */
	/* font-size: 10px; */
	display: inline-block;
	content: '' !important;
	/*content: url("../../../../../content/dam/verizon/personal/atom/close.png") !important;*/
	content: url("../../../../../content/dam/verizon/personal/atom/close-30-x-30-ccc.svg") !important;
	width: 20px;
	height: 20px;
}

#main_clu ui#vholist {
    list-style: none;
}

#main_clu ui#vholist li {
    padding: 10px;
    border: 1px solid grey;
    width: 26%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    margin: 2px 0px;
    cursor: pointer;
    word-wrap: break-word;
}

#main_clu .receipt-table .subheading {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
}

#main_clu .receipt-table .sub_text {
    color: #5f5f5f;
    font-size: 13px;
    padding-top: 10px;
}

#main_clu .receipt-table .border-dotter {
    border-bottom: 1px dashed #ccc;
}

#main_clu .modal-open .modal {
    position: fixed;
    top: 20%;
    bottom: 15%;
    left: 18%;
    right: 10%;
    overflow: hidden;
    border-radius: 12px;
}

#main_clu .modal-open .modal-header {
    padding-bottom: 0;
}

#main_clu .leftaicon {
    padding: 0px 10px;
    padding: 0px 0px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-decoration:none;
}

#main_clu .leftaicon:before {
    content: "\e67b";
    content: "\e76b";
    font-family: vzicons;
    padding: 0px 10px;
    vertical-align: middle;
    padding: 0px 5px 0 0;
    font-size: 14px;
}

#main_clu .modal-open .modal .modal-open .modal .lineupFullViewContainer {
    overflow-y: auto;
}

#main_clu .modal-dialog.modal-lg .modal-body {
    overflow-y: scroll;
    height: calc(50vh - 150px);
}

#main_clu .channel-comp-ul {
    list-style: none;
}

#main_clu .channel-comp-header td {
    padding: 15px 15px 10px 15px;
    vertical-align: top;
}

#main_clu .channel-comp-header td:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-right: 0;
    padding-left: 15px !important;
}

#main_clu .channel-comp-inp {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    position: relative;
}

@media only screen and (max-device-width: 768px) {
    #main_clu .modal-open .modal {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

#main_clu .selectedPackageRow {
    border: 1px solid #000000;
}

#main_clu .channelIcon {
    width: 35px;
    height: 35px;
    /*margin-left: -35px;*/
    z-index: 999999;
    /*position: absolute; */
}

#main_clu .channelIcon+span {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 70px);
}

@media only screen and (max-device-width: 767px) {
    #main_clu .searchContainer {
        /* max-width:96%; */
        padding-bottom: 0;
    }
  
}

html,
body {
    height: 100%;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
     background-color: #f0f0f0;
    font-family: "BrandFont";
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.colors-grid {
    display: flex;
    flex-wrap: wrap;
}

.colors-grid .color-box {
    width: 25%;
    margin-bottom: 1.5rem;
}

.colors-grid .color-box span {
    width: 5rem;
    height: 5rem;
    content: " ";
    display: block;
    position: relative;
    border-radius: 50%;
    margin-bottom: 0.375rem;
}

.colors-grid .color-box span.bg-lightGray {
    border: 1px solid #959595;
}

@media (min-width: 1200px) {
    .component-container,
    .hero .hero-title {
        width: 50%;
        max-width: 62.75rem;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .component-container,
    .hero .hero-title {
        width: 50%;
        max-width: 62.75rem;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .component-container,
    .hero .hero-title {
        width: 50%;
        max-width: 62.75rem;
        margin: 0 auto;
    }
}

input {
    border: 0;
    padding: .5rem .35rem;
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    font-family: "BrandFont";
}

.global-nav {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.gn-logo {
    font-weight: bold;
}

.full-screen {
    position: relative;
    display: block;
    min-height: calc(100vh - 49px);
    overflow: auto;
}

.main {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: calc(100vh - 49px);
    overflow: auto;
}

.hero+.main {
    min-height: calc(100vh - (147px + 49px));
}

.address-form-wrap {
    height: 100%;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    opacity: .99;
}

.address-line-2 {
    padding-bottom: 0;
    margin-top: 0 !important;
}

.submit-address {
    margin-top: 175px;
}

.btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-transform: none;
    background-color: #000;
    color: #fff;
    font-family: "BrandFont";
    letter-spacing: 0.4px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 0.75rem;
    transition: background-color .2s ease-out;
}

.btn:disabled {
    background-color: #222;
    color: #707070;
    cursor: not-allowed;
}

.btn:hover {
    background-color: #222;
}

.btn:active {
    background-color: #444;
}

.hide {
    display: none;
}

#map,
#map-1 {
    background: url(atom-clu/images/default-map.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    overflow: none !important;
    z-index: -1;
    background-size: cover;
}

#map::after,
#map-1::after {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 768px) {
    #map,
    #map-1 {
        background: url(atom-clu/css/images/default-map-sm.jpg) no-repeat;
    }
}


/*these are temp. css need to re-work */

.main.container-fluid {
    background: rgba(0, 0, 0, 0.8);
    min-height: 500px;
    padding: 30px 20px;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

.input-group {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    width: 71%;
    border: 1px solid #000;
    display: none;
    background: #fff;
    z-index: 50;
    list-style: none;
    padding-left: 0;
    max-height: 15rem;
    overflow-y: auto;
    top: 32px !important;
    right: -1px !important;
    left: auto !important;
}

.dropdown-menu li {
    border-bottom: 0.0625rem solid #ccc;
}

.focussed .dropdown-menu {
    top: 32px !important;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    padding: 0.9375rem;
    font-weight: bold;
    display: block;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
}

.dropdown-menu>li>a:hover {
    color: #FFF;
    background: #82ceac;
}

.dropdown-menu>li.active>a {
    color: #FFF;
    background: #82ceac;
}

b,
strong {
    font-weight: 700;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*these are temp. css need to re-work  ends*/

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #d8d8d8;
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-header {
    flex: 1 100%;
}

.justify-between {
    justify-content: space-between;
}

.table {
    width: 100%;
}

.receipt-table {
    border-collapse: collapse;
}

.receipt-table td {
    padding: 0;
    margin: 0;
}

.receipt-table .last {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.page-title_box {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.u-block {
    display: block;
}

.text-link {
    color: #398dfa !important;
    font-size: 0.9375rem;
    text-decoration: none;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.white,
.white-text {
    color: #FFF;
}

.black {
    color: #0F0F0F;
}

.gray {
    color: #959595;
}

.light-gray {
    color: #F6F6F7;
}

.scarlet {
    color: #CD040B;
}

.green {
    color: #82ceac;
}

.expand {
    width: 100%;
}

.aem-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.center-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

div:empty {
    display: none;
}

.moment-picker {
    z-index: 1;
}

.moment-picker td {
    border-radius: 2px;
}

.moment-picker th:hover,
.moment-picker td:hover {
    background-color: #fafbfb !important;
    background-image: none;
}

.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
    background-color: #fafbfb !important;
    background-image: none;
}

.moment-picker td.today {
    background: #82ceac !important;
    color: #404040;
    background-image: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.moment-picker td.selected {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #82ceac !important;
    background-image: none;
    background-color: #82ceac !important;
}

.moment-picker td.highlighted {
    background-image: none;
    border-color: #82ceac !important;
}

.leaflet-control-container {
    display: none;
}

.panel-wrapper {
    overflow: hidden;
}

.panel-group {
    background: #f6f6f6;
}

.panel-collapse {
    background: #f6f6f6;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    margin-top: 0;
    top: 100vh;
    z-index: 9999;
    position: relative;
}

@media (min-width: 768px) {
    .panel-collapse {
        width: 50%;
        max-width: 62.75rem;
        left: 25%;
    }
}

.panel-collapse .button-close-panel-content {
    visibility: hidden;
}

.panel-collapse.in {
    transition: height .3s ease-in-out, opacity .3s ease-in-out, top .3s ease-in-out;
    visibility: visible;
    top: 51px;
    opacity: 1;
    margin-top: 0;
    position: absolute;
}

.panel-collapse.in .button-close-panel-content {
    visibility: visible;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .fbe-wrapper .panel-collapse.in {
        box-shadow: 0px 0px 0px 1000px black;
    }
}

.ca .panel-collapse.in {
    top: 20%;
    left: 0;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.8);
    overflow: visible;
    position: fixed;
}

@media (min-width: 768px) {
    .ca .panel-collapse.in {
        left: 25%;
        width: 50%;
        max-width: 62.75rem;
    }
}

.ca .panel-collapse.in .button-close-panel-content {
    position: static;
}

.ca .panel-collapse {
    overflow: hidden;
    position: absolute;
}

.panel-content {
    background: #f6f6f6;
    padding: 1.5625rem;
    position: relative;
}

.info-container {
    align-items: stretch;
    word-break: break-word;
}

.info-container .info-title {
    flex: 2;
    display: flex;
    align-items: center;
    padding: 1.25rem 0rem;
    width: 60%;
}

@media (max-width: 767px) {
    .info-container .info-title .h3 {
        font-size: 1rem;
    }
}

.info-container .info-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    min-width: 7.25rem;
    padding-right: 1.25rem;
    width: 40%;
}

@media (max-width: 767px) {
    .info-container .info-content .h3 {
        font-size: 1rem;
    }
}

.info-container:last-child {
    margin-bottom: 0;
}

.monthly-totals .info-title {
    padding-top: 0;
}

.monthly-totals .info-content {
    align-items: flex-start;
    padding-top: 0;
}

.spinner {
    background: url("atom-clu/images/relationship_indicator_icon_blue.png") no-repeat;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 8;
    background-size: contain;
    border: 0;
}

.loading {
    display: flex;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.show-password-btn {
    position: absolute;
    top: 11px;
    bottom: 10px;
    text-decoration: underline;
}


/* Remove the close symbol from IE textbox field */

::-ms-clear {
    display: none;
}

.width-100 {
    width: 100%;
}

.p-30 {
    padding: 1.875rem;
}

.u-margin-bottom-xxlarge {
    margin-bottom: 5rem !important;
}


/*added for CETC-66621*/

@media (max-width: 400px) {
    .u-margin-left-large {
        margin-left: 5px !important;
    }
}


/**
 * Used only for AEM Authoring Mode
 *
 * .editor-panel is the highest block element that is only existent
 * inside of authoring mode, not for the live site
 */

.editor-panel {
    /**
     * Override for the .main element inside atom-app
     *
     * AEM's rendering of that panel + the way the height is calculated cause
     * everything to infinitely grow
     */
}

.editor-panel .loading {
    display: none;
}

.editor-panel .main {
    min-height: auto !important;
}

#main_clu .lineupFullViewContainer hr {
    border-color: transparent;
    margin: 2px 0;
}

#main_clu .lineupFullViewContainer h3 {
    margin-bottom: 12px;
     padding-top: 25px;
}

#main_clu .lineupFullViewContainer h3:empty {
	padding-top: 0;
}

#main_clu .channel-comp-inp input {
    margin-bottom: 0;
    height: 49px;
    padding-left: 15px;
}

#main_clu .channel-comp-inp span.search-icon:before {
    content: "\e614";
    font-family: "vzicons";
    transform: rotate(270deg);
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
    color: #959595;
}

#main_clu .channel-comp-inp input.ng-not-empty+span {
    display: none;
}

@media screen and (min-width: 48rem) {
    #main_clu ul#vholist {
        width: 175px;
    }
}

#main_clu ul#vholist {
    position: relative;
    list-style: none;
    border: 1px solid #000;
    margin: -1px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

#main_clu ul#vholist li {
    /*padding: 10px;*/
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 2px 0px;
    cursor: pointer;
    word-wrap: break-word;
}

#main_clu ul#vholist li:last-child {
    border-bottom: 0;
}

.package-available {
    font-size: 0;
}

.package-available:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    display: block;
    border-radius: 50%;
}

.invisible {
    visibility: hidden;
    /* occupies space on view*/
}

.hide {
    display: none;
}

#main_clu .addressInput.invisible {
    visibility: visible;
    font-size: 0 !important;
}


/* for demo purpose only */

@media (min-width: 650px) {
    .Tabs-panelWrap {
        margin-left: 0;
    }
    .TabBanner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .TabBanner .TabBanner-left,
    .TabBanner .TabBanner-right {
        width: auto;
    }
    .TabBanner .TabBanner-right {
        width: auto;
        margin-top: 0;
    }
}

.TabBanner {
    background-color: #000;
    color: #fff;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.TabBanner .TabBanner-left,
.TabBanner .TabBanner-right {
    width: 100%;
}

.TabBanner .TabBanner-right {
    margin-top: 1rem;
}

.TabBanner .TabBanner-right .Button {
    display: block;
}

.TabBanner p {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
}

.TabBanner .TabBanner-details {
    color: #fff;
}

.TabBanner .button {
    width: auto;
    background: #fff;
    color: #000;
}

.TabBanner *> {
    color: #fff;
}

.selectedPackageRow .TabBanner {
    display: block;
}

#main_clu .headerRowContainer {
    position: sticky;
    top: 0;
    /*margin-left: 1px;    */
}

.compareGridPackagesContainer .compare-list-container {
    /*height:50vh;*/
    /*overflow-y: auto;*/
    padding: 0 10px;
}

#main_clu .compareGridPackagesContainer {
    margin: auto;
}

@media screen and (max-width: 767px) {
    #main_clu .compareGridPackagesContainer {
        width: 100%;
        padding: 15px;
    }
}



@media screen and (max-width: 1300px) and (min-width: 768px) {
    #main_clu .compareGridPackagesContainer {}
}

@media screen and (min-width: 1300px) {
    #main_clu .compareGridPackagesContainer {}
    #main_clu .packageRowPackageContainer h3,
    #main_clu .packageRowPackageContainer h4 {
        margin-left: 0;
    }
    #main_clu .headerRowContainer li.packlabel {
        text-align: left;
        padding: 36px 20px 0px 20px;
    }
}

span.dotsign:before {
    content: "\e620";
    font-family: vzicons;
    font-size: 80%;
}

span.pricesign {
    font-size: 150%;
}


/* dynamic width for grid */

@media screen and (min-width:768px) and (max-width:1200px) {
	.compareGridPackagesContainer.one-item {
		width: 400px;
	}
	.compareGridPackagesContainer.two-item {
		width: 500px;
	}
	.compareGridPackagesContainer.three-item {
		width: 620px;
	}
	.compareGridPackagesContainer.four-item {
		width: 750px;
	}
}


@media screen and (min-width:1201px) {
	   .dropdown-menu {
        width: 426px;
    }
	.compareGridPackagesContainer.one-item {
		width: 400px;
	}
	.compareGridPackagesContainer.two-item {
		width: 550px
	}
	.compareGridPackagesContainer.three-item {
		width: 700px;
	}
	.compareGridPackagesContainer.four-item {
		width: 850px;
	}
}


/* dynamic width for grid */


/* dynamic width for grid */

#main_clu .initialPackageContainer:first-child {
    margin-left: 0;
}

#main_clu .initialPackageContainer:nth-child(3) {
    margin-right: 0;
}

#main_clu .initialPackageContainer:nth-child(4) {
    margin-left: 0;
}

#main_clu .channel-comp-header_name .package-name {
	font-size: 24px;
}

@media screen and (max-width:767px) {
    .modal-open .modal {
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        overflow: hidden;
        border-radius: 0;
    }
    #main_clu .modal-dialog.modal-lg .modal-body {
        overflow-y: scroll;
        height: calc(60vh - 100px);
    }
    #main_clu .channel-comp-header_name .package-name {
        font-size: 20px;
        /*font-size: 26px;
        display: inline-block;
         line-height: 26px;
         line-height: 26px;*/
    }
    #main_clu .channel-comp-header td:nth-child(2) {
        border-left: 1px solid #ccc;
        padding-right: 0;
        padding-left: 15px !important;
    }
    #main_clu .searchRowContainer p.vhocityname {
        font-size: 12px;
        line-height: normal;
    }
}

#loadingMessage {
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    z-index: 9999;
    background: url("../../../../../content/dam/verizon/personal/atom/loader.149ad080.gif") #000 no-repeat center;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    bottom: 0;
    display: none;
}


/*#loadingMessage {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	background: url("../../../../../content/dam/verizon/personal/atom/loader.149ad080.gif") #000 no-repeat center;
	opacity: .3;
	top: 0;
}*/

#loadingMessage .loader {
    top: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
}

.loader::before {
    left: -48px;
}

.modal-header .channel-comp-header {
    width: 100%;
    table-layout: fixed;
}

.modal-header .channel-comp-header button {
    width: auto;
    float: right;
}

#main_clu .modal-dialog.modal-lg .modal-body.m_compare-modal-body {
    overflow-y: auto;
    height: calc(50vh - 145px);
    overflow: overlay;
}

#main_clu .modal-dialog.modal-lg .modal-body.m_compare-modal-body.height-absol {
    height: calc(100vh - 166px);
    position: absolute;
    width: 100%;
}

#main_clu .channel-comp-header tr:last-child td {
    padding-left: 0;
}

/*.modal-open .showLineup {
    display: none;
}*/

@media screen and (min-width:768px) {
    .modal-open .modal {
        top: 50%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        max-width: 720px;
        min-width: 720px;
    }
     #main_clu .initialPackageContainer{
        min-height:85px;
    }
}

#main_clu .selectedPackageRow+.selectedPackageRow {
    border-top: 0;
}

.channel-name {
    padding-left: 15px;
}

.unavailable-channel {
    opacity: 0.5;
}

.right {
    float: right;
}

#main_clu .headerRowContainer.all-packages ul li .all-package-text {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #959595;
    text-decoration: underline;
    cursor: pointer;
    padding: 0px 20px;
	text-align: left;    
}

@media screen and (max-width:480px) {
    #main_clu .headerRowContainer {
		margin-left: 0;
	}	
    #main_clu ul#vholist li {
        font-size: 12px;
    }
    #main_clu .gridChannelImage {
        margin-top: 10px;
        height: 45px;
    }
    .closeChannel {
        font-size: 11px;
        top: 5px;
        right: 6px;
    }
    .package-cta {
		margin-left: 1px !important;
	}
	#main_clu .headerRowContainer.all-packages ul {
		border-top: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
	}
	#main_clu .headerRowContainer.all-packages ul li .all-package-text {
		padding: 0px 15px;
	}    
}

.popular-packages-list li {
    width: 33.33%;
    display: inline-block;
    float: left;
    flex-basis: 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    margin-bottom: 15px;
}

.popular-packages-list {
    list-style: none;
    width: 100%;
    overflow: hidden;
    display: flex;
    max-width: 600px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 0;
}

@media screen and (max-width:767px) {
    .alert-error {
        width: 100%;
        margin: auto 15px;
    }
    .popular-packages-list li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
}

#main_clu .headerRowContainer {
    position: sticky;
    top: 0;
}

.compareGridPackagesContainer .compare-list-container {
    /*height:50vh; 
    overflow-y:auto;*/
}

#main_clu form.focussed+ul#vholist,
#main_clu form.focussed .dropdown-menu {
    border-top: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* line 7953, ../../scss/app/_urc2.scss */

.spin-loader {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid black;
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#loadingMessage.active {
    display: block;
}

#loadingMessage.active .spin-loader {
    display: inline-block;
}

.channel-comp-header_cta {
    float: right;
}

#main_clu .view-channel .channel-comp-header_name {
    font-size: 25px;
    float: left;
}

#main_clu .compare-channels .channel-comp-header_name {
    font-size: 18px;
    float: left;
    max-width: 55%;
    word-wrap: break-word;
}

#main_clu .channel-comp-header.view-channel tr:last-child td {
    padding-right: 0;
}

#main_clu .channel-comp-inp input.ng-empty {
    padding-left: 30px;
}

span.clear-input {
    display: none;
}

#main_clu .channel-comp-inp input.ng-not-empty~span.clear-input {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    margin-top: -6px;
    cursor: pointer;
}

.channel-comp-footer_cta {
    display: none;
}

@media screen and (max-width:767px) {
    .channel-comp-header_cta {
        display: none;
    }
    .view-channel .channel-comp-footer_cta {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .compare-channels .channel-comp-footer_cta {
        display: inline-block;
        width: 50%;
        float: left;
        border-right: 1px solid #fff;
    }
    #main_clu .compare-channels .channel-comp-header_name {
        max-width: 98%;
    }
}

.search-info-message {
    padding: 0;
    margin-bottom: 15px;
    padding-top: 12px;
    min-height: 30px;
}

.package-cta {
    position: fixed;
    z-index: 1;
    bottom: 0;
    margin-left: 10px;
}

#main_clu .package-cta:not(.ng-hide) .showLineup {
    height: 60px;
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.iphone input,
.iphone input:focus {
    font-size: 16px !important;
}

.grid-list {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;    
}

.channel_name { 
    display: inline-block; 
    width: calc(100% - 60px);
    float: left; 
    margin-right:5px; 
} 

.channel_number { 
    display: inline-block; 
    width: 55px; 
    float: right; 
    text-align:right;
}

/*.channel_compare_col1{
	padding-left:0 !important;
}*/

.channel_compare_col2{
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.channel-par .channel-parC:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.channel_altText {
	display:  table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.channel-comp-footer_cta .btn {
	line-height: 18px;
	font-size: 15px;
	padding: 21px 12px;
	}
}
.overlay-modal-open{
    overflow:hidden;
}

#main_clu ul#vholist li a {
    padding:10px;
    display:block;
    text-decoration:none;
}

/* style fixes for user experience enhancement */

body.using-mouse :focus {
	outline: none;
}

.accor_view {
    border: aliceblue;
    width: 100%;
    text-align: center;
    color: #999;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}
/*ITT-530878 v-a2*/
@media screen and (min-width:768px){
    .dropdown-menu {   
    width: 71%;
    }
}
}
/* css for preserving existing code */
.emailbtn,{
    display: none;
}
/* CSS for CLU Optix */


#main_clu .optix-clu-search .initialPackageContainer h4{
    font-weight: bold;
}
#main_clu .optix-clu-search .initialPackageContainer{
    display: flex;
    min-height: 65px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; 
}
#main_clu .optix-clu-search .gridChannelImage{
    margin-top: 0px;
}
#main_clu .optix-clu-search .headerRowContainer.all-packages ul li:first-child{
    font-size: 18px;
    color: #959595;
    text-decoration: underline;
}
.optix-clu-search .my-plan{
    background-color: #f9f9f9;
}
.optix-clu-search .compareGridPackagesContainer.five-item {
    width: 65%;
}
.optix-clu-search .compareGridPackagesContainer.six-item {
    width: 75%;
}
.overlay-modal-open.modal.small-modal .channel-comp-header_cta, .large-modal .channel-comp-header_cta{
    display: none;
}
.overlay-modal-open.modal.large-modal{
    width: 100%;
    min-width: auto;
    max-width: 100%;
}
    

.optix-clu-search .popular-packages-list{
    display: block;
}
.optix-clu-search .popular-packages-list li{
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #f0f0f0;
}
#main_clu .optix-clu-search .initialPackageContainer{
    width: 100%;
    margin: 0;
}
.small-modal .emailbtn, .large-modal .emailbtn{
    display: inline-block;
    padding-right: 45px;
    cursor: pointer;
    text-decoration:none;
    position: relative;
    color: grey;
    float: right;
    font-weight: bold;
}
.small-modal .emailbtn, .large-modal .emailbtn, .small-modal .printbtn, .large-modal .printbtn{
    font-size: 14px;
}
.emailbtn:after {
    content: "";
    background: url(atom-clu/images/email.png) no-repeat;
    position: absolute;
    top: 0;
    margin-top: -7px;
    margin-left: 5px;
    width: 30px;
    height: 25px;
    background-size: contain;
}
.small-modal .printbtn:after, .large-modal .printbtn:after{
    background: url(https://wwwawssit.ebiz.verizon.com/content/dam/verizon/personal/atom/print.svg);
    position: absolute;
    top: 0;
    margin-top: -12px;
    width: 35px;
    height: 40px;
    content: "";
}
.channel-par .channel-parC:nth-child(3), .channel-par .channel-parC:nth-child(4){
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
#main_clu .channel-comp-header td:nth-child(3), #main_clu .channel-comp-header td:nth-child(4){
    border-left: 1px solid #ccc;
    padding-right: 0;
    padding-left: 15px !important;
}
.small-modal .modal-body, .large-modal .modal-body{
   padding: 0 15px 0 0;
   background: #FFFFFF;
   font-size: 14px;
}
.filter-by{
    position: absolute;
    font-size: 14px;
    padding-left: 15px;
    color: #000;
    display: block;
    z-index: 1;
    padding-top:5px;
}
.channel-comp-inp input.ng-not-empty~p.filter-by{
    display: none;
}
.filter-by span{
    font-weight: bold;
}
.filter-by span.active{
    color: #0066bb;
}
/*.small-modal .lineupFullViewContainer .channel-par:first-child .channel-parC, .large-modal .lineupFullViewContainer .channel-par:first-child .channel-parC{
    padding-top: 30px;
}*/

.lineupFullViewContainer .channel-par:first-child .channel-parC{
    padding-top: 30px;
}
/*.small-modal .lineupFullViewContainer .channel-par:last-of, .large-modal .lineupFullViewContainer .channel-par:last{
    padding-bottom: 30px;
}*/

.lineupFullViewContainer .channel-par:last{
    padding-bottom: 30px;
}
/*#main_clu .small-modal .lineupFullViewContainer h3, #main_clu .large-modal .lineupFullViewContainer h3{
    margin-bottom: 8px;
    line-height: 2;
    margin-top: 8px;
}*/
 #main_clu .lineupFullViewContainer h3{
    margin-bottom: 8px;
    line-height: 2;
}
.small-modal .lineupFullViewContainer .channel-par .channel-parC:first-child , .large-modal .lineupFullViewContainer .channel-par .channel-parC:first-child {
   background: #f6f6f6;
   padding-left: 11px;
   box-sizing: border-box;
}
#main_clu .small-modal .channel-comp-header_name .package-name, #main_clu .large-modal .channel-comp-header_name .package-name{
    font-size: 18px;
}
#main_clu .small-modal .channel-comp-header tr:last-child td, #main_clu .large-modal .channel-comp-header tr:last-child td{
    padding-left: 15px; 
}
.small-modal .modal-header, .large-modal .modal-header{
    padding-left: 0;
}
#main_clu .small-modal .leftaicon, #main_clu .large-modal .leftaicon{
    padding-left: 15px;
    font-size: 14px;
}
#main_clu .small-modal .channel-comp-inp, #main_clu .large-modal .channel-comp-inp{
    margin-left: 0px;
}
#main_clu .optix-clu-search .addressInput2::placeholder {
    color: #cccccc;
    font-size: 16px;
}
#main_clu .optix-clu-search .addressInput {
    color: #959595;
}
#main_clu .optix-clu-search .addressInput2 {
    padding-left: 30px; 
}
#main_clu .optix-clu-search .searchRowContainer p.vhocityname{
    font-size: 12px;
    color: #959595;
    font-weight: bold;
}
.optix-clu-search .search-icon::before{
    content: "\e614";
    font-family: "vzicons";
    transform: rotate(270deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    font-size: 20px;
    color: #cccccc;
    padding-left: 10px;
    left: 175px;
}
.optix-clu-search .addressInput2.ng-not-empty~span.search-icon{
    display: none;
}
#main_clu .small-modal .channel-comp-inp input::placeholder, #main_clu .large-modal .channel-comp-inp input::placeholder{
    font-size: 16px;
    color: #959595;
    font-weight: bold;
}
#main_clu .small-modal .channel-comp-inp input, #main_clu .large-modal .channel-comp-inp input{
    font-size: 16px;
}
#main_clu .optix-clu-search #selectPackageContainer{
    padding-bottom: 60px;
}
.modal-backdrop.in{
    display: block;
}
/*#main_clu .optix-clu-search .popular-packages-list{
    padding-left: 15px;
}*/
#main_clu .optix-clu-search .popular-packages-list li.package-cta{
    margin-left : 0px; 
}
.filter-by span{
    cursor: pointer;
}
.small-modal .tab-pane h3:empty, .large-modal .tab-pane h3:empty{
    display: none;
}
#main_clu .lineupFullViewContainer .channel-parC h3{
    padding-top: 0px;
}
.channel-parC{
    padding-bottom: 5px;
}
/*.place-name{
    display: none;
}
.small-modal .place-name, .large-modal  .place-name{
    font-size: 14px;
    float: right;
    color: grey;
    padding-right: 15px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    position: relative;
}*/
.place-name{
    font-size: 14px;
    float: right;
    color: grey;
    padding-right: 15px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.small-modal .channel-par .channel-parC, .large-modal .channel-par .channel-parC{
    padding-right: 10px;
}
.comparison{
	display: flex;
}
.comparison .comparison-column{
	border-left: 1px solid #ccc;
}
.comparison .comparison-column:first-child{
	border-left: none;
}
.comparison .comparison-column .channel_compare_col2{
	padding: 0 15px 5px 15px !important;
    clear: both;
    overflow: auto;
}
#main_clu .popular-packages-list li.package-cta{
    max-width: 600px;
}
@media screen and (max-width: 767px) {
    .filter-by{
        top: 0px;
    }
    #main_clu .modal-dialog.modal-lg .modal-body.m_compare-modal-body{
        padding-top: 30px;
    }
    #main_clu .lineupFullViewContainer h3{
        font-size: 1rem;
    }
}
/* Added for iphone issue */
#main_clu .foo, #main_clu .view, #main_clu .clusearch{
	position: relative;
    height: 100%;
}

#main_clu .setheight_mobile{
	height: 100%;
    overflow-y: auto;
    position: relative;
}

@media screen and (max-width: 767px){
	#main_clu .compareGridPackagesContainer{
	padding: 0px;
	}
}

@media screen and (max-width: 630px){
	#main_clu .optix-clu-search .popular-packages-list li.package-cta{
	padding: 0px 15px;
	margin: 0px;
	left: 0;
	right: 0px;
    width: 100% !important;
	}
}
.toggle-package{
    width: 100%;
    font-size: 14px;
}
.toggle-package button{
    text-decoration: underline;
    margin: 0 auto;
    font-weight: bold;
   background-color: transparent;
}
.hide-package{
    padding-top: 30px;
}
#mostWatched.channel-par .channel-parC:nth-child(even) {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
#mostWatched.channel-par .channel-parC:nth-child(3) {
    border-left: none;
    padding-left: 0px;
}
#mostWatched.channel-par .channel-parC:not(:nth-child(1)):not(:nth-child(2)){
    padding-top: 0px;
}

