/*** Breadcrumbs ***/
.breadcrumb {
    list-style: none;
    background-color: #ffffff;
    margin: 0;
    padding: 14px;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

.breadcrumb > li + li:before {
    color: #000000;
    padding: 0;
}

.breadcrumb > li > .active {
    color: #000000;
}

.breadcrumb > .active {
    color: #000000;
}

.breadcrumb > a > .active {
    color: #000000;
}

.breadcrumb > li:last-child + li:before {
    content: "";
}

.breadcrumb-color {
    color: #1b75bb;
}

.breadcrumb-link {
    padding-right: 8px;
}
.banner-sub-heading {
    padding: 0;
    color: #404041;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 14px;
}

.banner-sub-heading.summary-subhead {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 14px;
}

.banner-section {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1dfe1;
    border-top: 1px solid #e1dfe1;
    min-height: 85px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: auto;
}

.banner-section.no-bottom-border {
    border-bottom: 0;
}

.banner-section h1 {
    color: #036b37;
    font-size: 31px;
    margin-bottom: 1px;
    margin-top: 13px;
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {
    .banner-sub-heading {
        font-size: 12px;
    }

    .banner-section {
        min-height: 53px;
    }

    .banner-section h1 {
        font-size: 20px;
    }
}

.heads-up-display-component {
    background: url('/uiassets/myaccount-white-star-blue-bg.png') white no-repeat;
    border: 1px solid #e1dfe1;
    margin: 0 0 20px;
    padding: 20px 15px;
    text-align: center;
}

.heads-up-display-component p {
    margin-bottom: 0;
    margin-top: 15px;
}
.amss-app-container .panel {
    border: 0;
    box-shadow: none;
}

.amss-app-container .panel-group {
    margin-bottom: 0;
}

.section-dropdown-header .panel-heading {
    padding: 0;
    border-radius: 0;
}

.section-dropdown-header button.section-heading {
    padding: 18px 0 17px;
    background-color: #404041;
    border-radius: 0;
}

.section-dropdown-header h2 {
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.section-dropdown-header .collapsible-image {
    text-align: left;
}
.static-panel .panel-heading {
    padding: 10px 0;
}

.static-panel h3 {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}
.step-wrap {
    /* this will be dynamic based on the number of steps */
    width: 25%;
    display: inline-block;
    position: relative;
    line-height: 15px;
}

.steps-track-interior {
    padding: 0;
}

.step-row {
    margin-top: -10px;
}

.title-row {
    margin-left: 0;
    margin-right: 0;
}

.title-row > .col-lg-12 {
    padding-left: 0;
}

.title-row p {
    margin-bottom: 0;
}

.step {
    width: calc(100% - 15px);
    height: 5px;
    background: #f6f6f6;
    display: inline-block;
    border-radius: 10px;
}

.step:last-of-type {
    width: 100%;
}

.title-row .step-title {
    margin-bottom: 5px;
}

.Rounded_Rectangle_3 {
    background-color: #60a630;
    position: absolute;
    left: 15px;
    top: 90px;
    width: 56px;
    height: 3px;
    z-index: 125;
}


.active-step {
    background-color: #60a630;
}

.inactive-step {
    background-color: #e1dfe1;
}

.current-ctn {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.step-break {
    width: 5px;
    height: 5px;
    background-color: #60a630;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
}

.step-of {
    color: #404041;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.step-title {
    font-size: 16px;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


.non-volte-device {
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 2px rgba(48, 49, 51, 0.1);
    box-shadow: 0 2px 2px 2px rgb(48 49 51 / 0.1);
    padding: 12px;
    margin: 15px 0;
    overflow: hidden;
}

.non-volte-header {
    display: flex;
    font-size: 16px;
    margin-bottom:  8px;
}

.non-volte-header > img {
    align-self: center;
}

.non-volte-header > span {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-left: 4px;
}

.non-volte-legal-info {
    font-size: 10px;
}


.non-volte-device {
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 2px rgba(48, 49, 51, 0.1);
    box-shadow: 0 2px 2px 2px rgb(48 49 51 / 0.1);
    font-size: 16px;
    padding: 12px;
    margin: 15px 0 0 0;
    overflow: hidden;
}
.add-same-plan {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 15px;
}

.add-same-plan .img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.add-same-plan .content, .add-same-plan .content .buttons-wrap {
   display: flex;
   flex-direction: column;
   justify-content: center; 
}

.add-same-plan .content p {
    text-align: center;
}

.add-same-plan .btn.cancel-button {
    margin-top: 20px;
}

.add-same-plan .add-same-plan-subheading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #60A630;
}

@media (min-width: 768px) {
    .add-same-plan {
        display: flex;
        flex-direction: row;
        justify-content: center; 
    }

    .add-same-plan .content .buttons-wrap {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .add-same-plan .content .buttons-wrap .btn.cancel-button {
        width: 40%;
    }

    .add-same-plan .content p {
        text-align: start;
    }

    .add-same-plan .img-wrap img {
        width: 100%;
    }

    .add-same-plan .btn.cancel-button {
        margin-top: 5px;
        margin-right: 25px;
    }
}
.change-all-line-promo {
    border: 1px solid #e1dfe1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.change-all-promo-title {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.change-all-text-body {
    font-size: 12px;
}

.change-all-line-promo button {
    width: 100%;
}

.change-all-text-body {
    padding-top: 10px;
}

@media (max-width: 768px) {
    .change-all-line-promo button {
        margin-top: 10px;
    }
}

.device-upgrade-component p {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .device-upgrade-component p {
        font-size: 14px;
    }
}
.manage-line-component {
    margin-bottom: 20px;
}

.manage-line-component .section-header {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
}

.manage-line-component .section-title {
    background: transparent;
    border-radius: 0;
    color: #404041; /* darkgrey */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
}

.manage-line-component .section-title p {
    margin-bottom: 0;
}

.manage-line-component .manage-line-body {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.manage-line-component .col-xs-9.col-md-10.col-lg-offset-1.col-lg-8.no-gutter {
    margin-right: 20px;
}

.manage-line-component .panel-heading {
    padding: 0;
}

.manage-line-component .arrow-control-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.manage-line-component .expand-collapse-img {
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    width: 20px;
}

.manage-line-device-component .device-name {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.manage-line-device-component .btn-secondary, .manage-line-plan-and-features-component  .btn-secondary {
    background-color: #ffffff;
    border: 1px solid #1b75bb;
    color: #1b75bb;
}

.manage-line-device-component .btn-secondary:hover, .manage-line-plan-and-features-component  .btn-secondary:hover {
    border: 2px solid #1b75bb;
    background-color: #ffffff;
    color: #1b75bb;
}

.manage-line-device-component .sim-swap-link {
    width: 100%;
}

.manage-line-device-component .device-image {
    max-width: 40px;
}

.manage-line-device-component .device {
    margin-bottom: 20px;
    margin-top: 6px;
}

@media screen and (min-width: 768px) {
    .manage-line-device-component .device-name {
        font-size: 16px;
    }

    .manage-line-device-component .sim-swap-link {
        margin: 10px 0;
        width: auto;
    }
}
.manage-line-header-component .ctn,
.manage-line-header-component .total-amount {
    -webkit-font-smoothing: initial;
    font-size: 16px;
    margin: 3px 0;
    padding: 0;
}

.manage-line-header-component .status {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
}

.manage-line-header-component .note ul {
    list-style-position: inside;
    padding: 0;
}

.manage-line-header-component .plan,
.manage-line-header-component .feature-count {
    font-size: 12px;
}

.manage-line-header-component .total-amount {
    color: #046a38;
    text-align: right;
}

.red-status-icon,
.yellow-status-icon {
    border-radius: 50%;
    height: 10px;
    margin: 1px 4px 0 0;
    width: 10px;
}

.red-status-icon {
    background-color: #cf292a;
}

.yellow-status-icon {
    background-color: #ffcb05;
}

@media screen and (min-width: 768px) {
    .manage-line-header-component .ctn,
    .manage-line-header-component .total-amount {
        font-size: 18px;
    }
}

.manage-line-plan-and-features-component .name,
.manage-line-plan-and-features-component .amount,
.manage-line-plan-and-features-component .plan-discount {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.manage-line-plan-and-features-component .name,
.manage-line-plan-and-features-component .amount {
    font-size: 14px;
}

.manage-line-plan-and-features-component .plan-discount {
    font-size: 12px;
}

.manage-line-plan-and-features-component .amount {
    color: #046a38; /* darkgreen */
    text-align: right;
}

.manage-line-plan-and-features-component .plan-section {
    margin-bottom: 18px;
}

.manage-line-plan-and-features-component .feature {
    margin-bottom: 10px;
}

.manage-line-plan-and-features-component .feature.last-feature {
    margin-bottom: 0;
}

.manage-line-plan-and-features-component .plan-discount {
    border-bottom: 1px dashed #d7d7d7;
    border-top: 1px dashed #d7d7d7;
    margin-top: 10px;
    padding: 8px;
    text-align: center;
}

.manage-line-plan-and-features-component .plan-info {
    border: 0;
    height: 15px;
    font-size: 20px;
}

.manage-line-plan-and-features-component .icon {
    margin-top: -3px;
}

.manage-line-plan-and-features-component .icon.info {
    margin-left: 10px;
}

.manage-line-plan-and-features-component .icon.dollar {
    margin-right: 10px;
}

.manage-line-plan-and-features-component .change-plan-and-features-button,
.manage-line-plan-and-features-component .note {
    margin: 13px 0 0;
}

.manage-line-plan-and-features-component .change-plan-and-features-button {
    max-width: 220px;
    margin-bottom: 0;
}

.manage-line-plan-and-features-component hr {
    border-color: #d7d7d7;
}

.current-ctn {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.steps-track-interior {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .manage-line-plan-and-features-component .name,
    .manage-line-plan-and-features-component .amount {
        font-size: 16px;
    }
}

.mya-plans {
    margin-bottom: 10px;
}

.mya-plans .section-header {
    align-items: stretch;
    background: white;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
    text-align: left;
}

.mya-plans .expand-collapse-img {
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    width: 20px;
}

.plan-wrap .panel .plan-left {
    border-radius: 50%;
    height: 53px;
    width: 53px;
    margin: 0 auto;
    font-size: 19.5px;
    line-height: 13px;
    border: 3px solid #60A630;
    text-align: center;
    padding-top: 10px;
}

.mya-plans .panel.panel-myc .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.plan-wrap .panel .plan-left p {
    font-weight: bold;
}

.plan-wrap .panel .plan-left.not-current {
    background-color: transparent;
    color: #0c0c0c;
}

.plan-wrap .panel .plan-left.current {
    background-color: #60A630;
    color: #ffffff;
}

.plan-wrap .plan-left p.gfathered {
    font-size: 23px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.plan-wrap {
    background: #FFFFFF;
    margin-top: 20px;
    position: relative;
}

.btn.btn-select-plan {
    margin-top: 15px;
}

/* .plan-wrap {
    margin-top: 20px;
    position: relative;
} */

.plan-right {
    min-height: 80px;
    width: 100%;
}

.plan-right img {
    transform: rotate(-90deg);
}

.plan-right.collapsed img {
    transform: rotate(90deg);
}

.plan-wrap .plan-wrap .plan-name,
.plan-wrap .plan-wrap .plan-cost,
.plan-wrap .plan-wrap .plan-highlight {
    margin-bottom: 0;
    line-height: 1.25;
}

.plan-wrap .panel p.plan-cost {
    font-size: 16px;
    color: #60A630;
    font-weight: 200;
}

.plan-wrap .panel p.plan-name {
    font-size: 16px;
    font-weight: 600;
}

.plan-wrap .panel p.plan-highlight {
    font-size: 12px;
    font-weight: 300;
}

.plan-wrap .panel p.data-size {
    font-size: 14px;
    font-weight: normal;
}

.plan-pseudo {
    position: relative;
    width: 100%;
    height: 100%;
}

.plan-pseudo:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -43px;
    top: -18px;
    border-top: 0 solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 37px solid #ffcd00;
}

.plan-pseudo:after {
    content: '$';
    position: absolute;
    top: -14px;
    left: -39px;
    font-size: 15px;
    font-weight: bold;
    color: #0c0c0c;

}

.current-marker .dot, .new-marker .dot {
    background-color: #60A630;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 2px;
}

.new-marker .dot:after {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    top: 4px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.plan-wrap .panel .current-marker p,
.plan-wrap .panel .new-marker p {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    display: inline-block;
    vertical-align: text-bottom;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.plan-left p.icon-unit {
    font-size: 80%;
    margin-top: 5px;
}

.data-measure {
    font-size: 16px;
}

.unl {
    line-height: 1.5;
}

.unl, .unl-max {
    font-size: 90%;
}

.gfathered {
    text-align: center;
    font-size: 160%;
    margin-top: 11px;
}

.plan-options p.plan-options {
    font-size: 90%;
    margin-bottom: 0;
    font-weight: 800;
}

.plan-features li {
    margin-bottom: 5px;
}

.cta-wrap {
    margin-top: 20px;
    padding-bottom: 25px;
}

.cta-wrap .link-role {
   margin: 20px 0 0 25px;
}

.hu-span {
    font-weight: 700;
}

.discount-details img {
    padding-left: 20px;
}

hr.dashed {
    border-top: 2px dotted #bbbdc0;
    margin: 5px 0 5px;
}

.white-star-blue-bg {
    position:absolute;
    top: 0;
    left: 0;
}

.data-overage-details,
.plan-specific,
.auto-pay-info {
    font-size: 11px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.data-overage-details,
.auto-pay-info {
    line-height: 1.273;
}

.data-overage-details .data-overage {
    font-weight: 800;
}

.auto-pay-info {
    padding-top: 7px;
}

.plan-specific,
.discount-specific {
    line-height: 1.455;
}

.discount-specific {
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: left;
    position: absolute;
    left: 218.844px;
    top: 834.498px;
    width: 199px;
    height: 14px;
    z-index: 23;
}

.auto-pay-terms-disclaimer {
    text-transform: none;
}

.legal-disclaimer {
    font-size: 12px;
}

.manage-line-plan-component .plan-wrap .panel.panel-myc .panel-body {
    background: #ffffff;
    padding: 15px 0 15px;
}



.discount-specific,
.data-overage-details,
.plan-specific,
.auto-pay-info,
.plan-wrap .plan-name,
.plan-wrap .plan-cost,
.plan-left p,
.plan-left span,
.plan-wrap *:after {
    font-weight: 900;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.plan-wrap .panel .plan-left .data-amount {
    font-size: 19px;
}

.plan-wrap .panel .plan-left .icon-unit {
    font-size: 60%;
}

.plan-center {
    line-height: 17px;
    padding-left: 8px;
    width: 83%;
}

.manage-line-body .plan-features .legal-disclaimer.auto-pay-terms-disclaimer {
    font-size: 12px;
}

.manage-line-body .plan-features .legal-disclaimer,
.manage-line-body .legal-link-wrap {
    font-size: 11px;
}

.manage-line-body .legal-link-wrap {
    margin-top: 15px;
}

.plan-list-name {
    margin-right: -30px;
}

@media ( min-width: 769px ) {
    .plan-wrap .panel .plan-left {
        margin-left: -15px;
    }

    .plan-center {
        width: 82%;
    }

}

/* smallest  - portrait view */
@media ( max-width: 480px ) {

    .plan-pseudo:before {
        left: -15px;
    }

    .plan-center {
        margin-left: 14px;
    }

    .plan-pseudo:after {
        left: -8px;
    }

    .heads-up-text {
        font-size: 86%;
        text-align: center;
    }

    .current-marker .dot, .new-marker .dot {
        margin-left: 23px;
        margin-right: 0;
    }

    .new-marker .dot:after {
        left: 36px;
    }



}

@media ( max-width: 768px ) {
    .btn {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .btn.btn-select-plan {
        margin-top: 15px;
    }

    .manage-line-plan-component .cta-wrap .btn.btn-primary {
        margin: 10px 0 0 0;
    }

    .manage-plan-page .panel.panel-myc .panel-heading, .collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plan-list-name {
        margin-left: 15px;
    }
}
.mya-checkbox {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin: 0;
    min-height: 40px;
}

.mya-checkbox.styled-container {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    padding: 8px 16px;
}

.mya-checkbox:focus {
    outline: none;
}

.mya-checkbox input[type="checkbox"] {
    opacity: 0;
}

.mya-checkbox label,
.mya-checkbox label::after,
.mya-checkbox label::before {
    display: inline-block;
}

.mya-checkbox label::after,
.mya-checkbox label::before {
    position: absolute;
}

.mya-checkbox label {
    align-items: center;
    display: flex;
    margin-left: 0;
    min-width: 0;
    position: relative;

    /* 22px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 32px;
}

.mya-checkbox.styled-container label {
    /* 26px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 36px;
}

/* Checkbox - Check Mark */
.mya-checkbox label::after {
    border: solid white;
    border-width: 0 0 2px 2px;
    height: 7px;
    left: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.mya-checkbox.styled-container  label::after {
    border-width: 0 0 4px 4px;
    height: 8px;
    left: 6px;
    top: 5px;
    transform: rotate(-45deg);
    width: 16px;
}

/* Checkbox - Outer */
.mya-checkbox input[type="checkbox"]:focus + label::before,
.mya-checkbox:hover label::before {
    background-color: #f6f6f6;
}

.mya-checkbox label::before {
    background-color: white;
    border: 1px solid #6E6F72;
    border-radius: 5px;
    content: "";
    cursor: pointer;
    height: 22px;
    left: 0;
    width: 22px;
}

.mya-checkbox.styled-container label::before {
    border-color: #ccc;
    height: 26px;
    width: 26px;
}

/* Hide check mark by default */
.mya-checkbox input[type="checkbox"] + label::after{
    content: none;
}

/* Un-hide check mark on checked state */
.mya-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* Update background color for Outer */
.mya-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #3170b7;
}

.mya-checkbox input[type="checkbox"]:checked + label.disabled-input::before,
.mya-checkbox:hover input[type="checkbox"]:checked + label.disabled-input::before{
    background-color: #6E6F72;
}

.mya-checkbox:hover input[type="checkbox"]:checked + label::before {
    background-color: #12508d;
}

/* Add focus styles on the outer-box of the fake checkbox */
.mya-checkbox input[type="checkbox"]:focus  + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* Disabled styles */
.mya-checkbox.disabled label::before,
.mya-checkbox.disabled:hover label::before,
.mya-checkbox.disabled:focus label::before {
    background-color: #6E6F72;
}
.mya-features {
    margin-bottom: 10px;
}

.mya-features .available-features {
    background-color: #f6f6f6;
}

.mya-features .feature-selections {
    padding-top: 15px;
}
.mya-features .feature-group img {
    height: 20px;
    width: 20px;
}

.mya-features .section-header {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
    text-align: left;
}

.mya-features .disabled-child .section-header {
    opacity: .65;
}

.mya-features .section-title {
    background: transparent;
    border-radius: 0;
    color: #404041; /* darkgrey */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.mya-features .section-title p {
    margin-bottom: 0;
}

.mya-features .feature-bodyy {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.mya-features .col-xs-9.col-md-10.col-lg-offset-1.col-lg-8.no-gutter {
    margin-right: 20px;
}

.mya-features .panel-heading {
    padding: 0;
}

.mya-features .arrow-control-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.mya-features .expand-collapse-img {
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    width: 20px;
}

.incompatible-feature-component h2 {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-top: 15px;
}

.incompatible-feature-component .information-text {
    font-size: 12px;
    padding-top:15px;
}

.incompatible-feature-component .feature-back-link {
    font-size: 12px;
}

.feature-image-border.red-feature-border {
    border-color: #CF292A;
}

.incompatible-feature-component {
    margin-bottom: 20px;
}

.incompatible-feature-component .section-header {
    text-align: left;
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
}

.incompatible-feature-component .section-title {
    background: transparent;
    border-radius: 0;
    color: #404041; /* darkgrey */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.incompatible-feature-component .section-title p {
    margin-bottom: 0;
}

.incompatible-feature-component .incompatible-feature-body {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    background: white;
}

.incompatible-feature-component .col-xs-9.col-md-10.col-lg-offset-1.col-lg-8.no-gutter {
    margin-right: 20px;
}

.incompatible-feature-component .panel-heading {
    padding: 0;
}

.incompatible-feature-component .arrow-control-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.incompatible-feature-component .expand-collapse-img {
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    width: 20px;
}

.feature-add-remove-component {
    margin-bottom: 10px;
}

.manage-feature-body {
    background: white;
}

.feature-info {
    min-height: 55px;
}

.mhs-promo-feature {
    display: flex;
    margin: 0 auto 10px;
    padding: 10px;
}

.mhs-promo-feature svg-icon {
    flex: 0 0 20px;
    margin: 2px 6px 0 0;
}

.mhs-promo-feature small,
.mhs-promo-feature small button {
    font-size: 8px;
}

.select-feature-type {
    padding-top: 15px;
    background: white;
}

.select-feature-type .info-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-bottom: 15px;
}

.select-feature-type label {
    color: #000000;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.select-feature-type input {
    width: 10px;
    margin-right: 10px;
}

.select-feature-type .button-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.select-feature-type ul {
    padding-left: 15px;
}

.select-message {
    padding: 15px;
}

.quantity-controls {
    height: 150px;
}

.quantity-value {
    border:1px solid #e1dfe1;
    float: left;
    height: 100%;
    width: 80%;
}

.quantity-controls .count {
    color: #60A630;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.quantity-controls .type {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.quantity-controls button {
    border-radius: 0;
    float: left;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size:60px;
    height: 50%;
    line-height: 1.1em;
    padding: 0;
    width: 20%;
}

.quantity-controls .add-button:active,
.quantity-controls .add-button:hover,
.quantity-controls .add-button:focus {
    background-color:#12508d;
}

.quantity-controls .remove-button {
    background-color: #ffffff;
    border:1px solid #e1dfe1;
    color: #3170b7;
}

.quantity-controls .remove-button:active,
.quantity-controls .remove-button:hover,
.quantity-controls .remove-button:focus {
    border:2px solid #6E6F72;
    color: #12508D;
}

.quantity-controls .remove-button:disabled {
    background-color: #f6f6f6;
    border: 1px solid #e1dfe1;
    color: #6E6F72;
}

.quantity-costs {
    border:1px solid #e1dfe1;
    float: left;
    width: 100%;
}

.total-quantity-cost-title {
    color: #60A630;
    float: left;
    font-size: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
}

.total-quantity-cost {
    color: #60A630;
    float: right;
    font-size: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 10px 20px;
}

.tip-for-otc-buying {
    float: left;
    font-size: 11px;
    padding: 0 15px 15px;
}

.individual-count {
    border: 1px solid #e1dfe1;
    float: left;
    padding: 15px;
    width: 100%;
}

.value-row {
    float: left;
    width: 100%;
}

.type-title {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    float: left;
}

.type-costs {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    float: right;
}

.data-value {
    font-size: 24px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin-top: -8px;
}

.data-value-text {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    line-height: 1em;
}

.feature-add-remove-component.disabled-child {
    color: #6E6F72;
}
.note {
    margin-top: 10px;
}

.note label {
    border: 1px solid #e1dfe1;
    padding: 10px 15px;
}
.copy-input-component form {
    margin: 0 0 10px;
}

.copy-input-component input,
.copy-input-component button {
    height: 42px;
    margin-bottom: 0;
}

.copy-input-component label {
    margin-bottom: 10px;
}

.copy-input-component input[type="text"] {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #6e6f72;
    float: left;
    width: calc(100% - 120px);
}

.copy-input-component button.btn-primary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    max-width: 80px;
}

.copy-input-component button,
.copy-input-component button:hover {
    border: 1px solid rgb(204, 204, 204);
    border-left-width: 0;
}
.device-details-component .device-name {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.error-message-component {
    background-color: #cf292a;
    color: white;
    padding: 8px 15px;
}
.no-device-component .unlock-content {
    padding: 18px 15px;
}
.unlock-view-component .unlock-content {
    padding: 18px 15px;
}

.unlock-view-component .device-info-mobile,
.unlock-view-component .device-info-desktop {
    display: flex;
}

.unlock-view-component .device-info-mobile.valign-center  {
    align-items: center;
}

.unlock-view-component .device-image {
    width: 35px;
}

.unlock-view-component .device-image > img {
    width: 100%;
}

.unlock-view-component .device-info-mobile .device-description {
    width: calc(100% - 50px);
    margin: 0 0 0 15px;
}

.unlock-view-component .device-info-desktop .device-description {
    margin: 18px 0 0;
    width: 100%;
}

.unlock-view-component button {
    margin: 0;
}

.unlock-view-component .link-role {
    margin-top: 15px;
    width: 100%;
}

.unlock-view-component .device-copy ul {
    padding-left: 15px;
}

.unlock-view-component .imei-wrapper {
    overflow: hidden;
    position: relative;
    width: 18em;
}

.unlock-view-component .imei {
    background: none;
    color: #066006;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
    width: calc(100% - 15px)
}

.unlock-view-component .imei,
.unlock-view-component .imei:focus {
    border: none;
    outline: none;
    padding: 0;
}

.unlock-view-component .input-wrapper .input-clear-button {
    height: 16px;
    top: 16px;
    width: 16px;
}

@media screen and (min-width: 768px) {
    .unlock-view-component button {
        max-width: 170px;
    }

    .unlock-view-component .device-info-desktop .device-description {
        width: calc(100% - 50px);
        margin: 0 0 0 15px;
    }

    .unlock-view-component .device-details {
        display: block;
        margin: 0 0 18px;
    }

    .unlock-view-component .imei-wrapper {
        width: 22em;
    }

    .unlock-view-component .imei {
        letter-spacing: 0.24em;
    }
}
.privacy-information-display-line {
    margin-bottom: 20px;
}

.privacy-information-display-line .section-header {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
}

.privacy-information-display-line .section-title {
    background: transparent;
    border-radius: 0;
    color: #404041; /* darkgrey */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.privacy-information-display-line .section-title p {
    margin-bottom: 0;
}

.privacy-information-display-line .privacy-information-display-line-body {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.privacy-information-display-line .col-xs-9.col-md-10.col-lg-offset-1.col-lg-8.no-gutter {
    margin-right: 20px;
}

.privacy-information-display-line .panel-heading {
    padding: 0;
}

.privacy-information-display-line .arrow-control-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.privacy-information-display-line .expand-collapse-img {
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    width: 20px;
}
.privacy-information-display-line-header .ctn,
.privacy-information-display-line-header .total-amount {
    -webkit-font-smoothing: initial;
    font-size: 16px;
}

.privacy-information-display-line-header .status {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
}

.privacy-information-display-line-header .note ul {
    list-style-position: inside;
    padding: 0;
}

.privacy-information-display-line-header .plan,
.privacy-information-display-line-header .feature-count {
    font-size: 12px;
}

.privacy-information-display-line-header .total-amount {
    color: #60A630; /* green */
    text-align: right;
}

.red-status-icon,
.yellow-status-icon {
    border-radius: 50%;
    height: 10px;
    margin: 1px 4px 0 0;
    width: 10px;
}

.red-status-icon {
    background-color: #cf292a;
}

.yellow-status-icon {
    background-color: #ffcb05;
}

@media screen and (min-width: 768px) {
    .privacy-information-display-line-header .ctn,
    .privacy-information-display-line-header .total-amount {
        font-size: 18px;
    }
}
.privacy-information-display-line-detail .name,
.privacy-information-display-line-detail .amount,
.privacy-information-display-line-detail .plan-discount {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.privacy-information-display-line-detail .name,
.privacy-information-display-line-detail .amount {
    font-size: 14px;
}

.privacy-information-display-line-detail .plan-discount {
    font-size: 12px;
}

.privacy-information-display-line-detail .amount {
    color: #046a38; /* darkgreen */
    text-align: right;
}

.privacy-information-display-line-detail .plan-section {
    margin-bottom: 18px;
}

.privacy-information-display-line-detail .feature {
    margin-bottom: 10px;
}

.privacy-information-display-line-detail .feature.last-feature {
    margin-bottom: 0;
}

.privacy-information-display-line-detail .plan-discount {
    border-bottom: 1px dashed #d7d7d7;
    border-top: 1px dashed #d7d7d7;
    margin-top: 10px;
    padding: 8px;
    text-align: center;
}

.privacy-information-display-line-detail .plan-info {
    border: 0;
    height: 15px;
    font-size: 20px;
}

.privacy-information-display-line-detail .icon {
    margin-top: -3px;
}

.privacy-information-display-line-detail .icon.info {
    margin-left: 10px;
}

.privacy-information-display-line-detail .icon.dollar {
    margin-right: 10px;
}

.privacy-information-display-line-detail .note {
    margin: 13px 0 0;
}

.privacy-information-display-line-detail hr {
    border-color: #d7d7d7;
}

.privacy-information-display-line-detail .feature-section {
    margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
    .privacy-information-display-line-detail .name,
    .privacy-information-display-line-detail .amount {
        font-size: 16px;
    }
}
.privacy-information-display-line-device .device-name {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.privacy-information-display-line-device .device {
    margin-bottom: 20px;
    margin-top: 6px;
}

@media screen and (min-width: 768px) {
    .privacy-information-display-line-device .device-name {
        font-size: 16px;
    }
}
tax-info .tax-dropdown .glyphicon,
tax-info .tax-dropdown .glyphicon-triangle-bottom,
tax-info .tax-dropdown .glyphicon-triangle-top {
    font-size: 10px;
}

tax-info .tax-dropdown-content .tax-presentation {
    color: #000000;
}

.tax-breakdown {
    padding-right: 10px;
}

.manage-data-content-header {
    color: #046a38;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 11px;
}

.manage-data-spinner {
    min-height: 50px;
    padding: 30px;
}

.manage-call-defense-label {
    color: #404041;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
}

.manage-call-defense-value {
    color: #404041;
    font-size: 16px;
    text-transform: uppercase;
}

.opt-switch-panel {
    background-color: #f6f6f6;
}

.opt-switch-panel.opt-switch-panel-expanded {
    padding: 20px 0;
}

.manage-manage-call-defense-subscriber {
    background-color: #f6f6f6;
    margin-top: 20px;
}


/* Checkbox hack */

.manage-call-defense-switch input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}


/* Container */

.manage-call-defense-switch {
    float: right;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    height: 30px;
    position: relative;
    top: -8px;
    width: 90px;
}


/* Background unchecked */

.manage-call-defense-switch label {
    background: #1d74b7;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    height: 100%;
    position: relative;
    transition: all .15s ease;
    width: 100%;
}

/* Checked States */
.manage-call-defense-switch input:checked ~ label {
    background: #1d74b7;
    color: #ffffff;
}

.manage-call-defense-switch input:checked ~ label div {
    left: 46px;
}


/* Force Opt In */

.manage-call-defense-switch label.disabled,
.manage-call-defense-switch input:checked~label.disabled {
    background: #7d7d7d;
}


/* Slider unchecked */

.manage-call-defense-switch label div {
    background: #e1dfe2;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
    display: block;
    height: 30px;
    left: -4px;
    position: absolute;
    top: 0;
    transition: all .15s ease;
    width: 45px;
    z-index: 3;
}


/* Icon styles */

.manage-call-defense-switch .call-defense-on {
    font-size: 14px;
    left: 12px;
    position: relative;
    top: 4px;
    z-index: 2;
}

.manage-call-defense-switch .call-defense-off {
    font-size: 14px;
    left: 25px;
    position: relative;
    top: 4px;
    z-index: 2;
}

.manage-call-defense-warning {
    border-left: 10px solid #cf292a;
}
.manage-lines-checkout-review-component {
}

.manage-lines-checkout-review-component .monthly-totals {
    height: 184px;
    position: relative;
}

.manage-lines-checkout-review-component .price-container,
.manage-lines-checkout-review-component .link,
.manage-lines-checkout-review-component .monthly-totals .arrow {
    position: absolute;
    z-index: 1;
}

.manage-lines-checkout-review-component .current {
}

.manage-lines-checkout-review-component .new,
.manage-lines-checkout-review-component .link {
    left: 130px;
}

.manage-lines-checkout-review-component .monthly-totals .arrow {
    left: 100px;
    top: 50%;
}

.manage-lines-checkout-review-component .price-container {
    width: 100px;
    z-index: 0;
}

.manage-lines-checkout-review-component .link {
    bottom: 34px;
    width: 100px;
    z-index: 2;
}

.manage-lines-checkout-review-component .price-container .link {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.manage-lines-checkout-review-component .link-small {
    font-size: 11px;
}

.manage-lines-checkout-review-component .price {
    background: #ffffff;
    border: 1px solid #e1dfe1;
    font-size: 24px;
    height: 108px;
    position: relative;
}

.manage-lines-checkout-review-component .price > span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.manage-lines-checkout-review-component .heading {
    /* Uses Demi Font */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.manage-lines-checkout-review-component .current > .price {
    color: #6e6f72;
}

.manage-lines-checkout-review-component .new > .price {
    color: #408610;
}

.manage-lines-checkout-review-component .current > .price::before,
.manage-lines-checkout-review-component .new > .price::before {
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: -3px;
    width: calc(100% + 2px);
}

.manage-lines-checkout-review-component .current > .price::before {
    border-top: 2px solid #6e6f72;
}

.manage-lines-checkout-review-component .new > .price::before {
    border-top: 2px solid #408610;
}

.manage-lines-checkout-review-component .potential-earnings,
.manage-lines-checkout-review-component .new .heading {
    color: #408610;
}

.manage-lines-checkout-review-component .price,
.manage-lines-checkout-review-component h2 {
    /* Uses Bold Font */
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.manage-lines-checkout-review-component h2 {
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.manage-lines-checkout-review-component h3 {
    color: black;
    margin: 0;
}

.manage-lines-checkout-review-component img {
    height: 32px;
    width: 32px;
}

.manage-lines-checkout-review-component .view-total {
    margin-bottom: 20px;
}

.manage-lines-checkout-review-component .view-total p {
    margin: 0;
}

.manage-lines-checkout-review-component .view-due-now {
    color: #408610;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 16px;
}

.manage-lines-checkout-review-component .link-need-to-know {
    margin: 0 0 20px;
}

.manage-lines-checkout-review-component .link-need-to-know p {
    margin: 0;
}

.manage-lines-checkout-review-component .due-now-amount {
    text-align: right;
}

.manage-lines-checkout-review-component .view-button {
    text-align: right;
}

/* Modal Styles */
.modal .modal-dialog .modal-content .detailedPlanAndFeatureCharges .modal-body {
    overflow-y: visible;
}

.detailed-charges .status {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
}

.detailed-charges .detailed-charge {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.detailed-charges .detailed-charge:last-of-type {
    margin-bottom: 0;
}

.detailed-charges .font-green {
    color: #60a630;
}

.red-status-icon,
.yellow-status-icon {
    border-radius: 50%;
    height: 10px;
    margin: 1px 4px 0 0;
    width: 10px;
}

.red-status-icon {
    background-color: #cf292a;
}

.yellow-status-icon {
    background-color: #ffcb05;
}

.monthly-totals .price sup {
    top: -0.2em;
}

.manage-lines-checkout-review-component div.panel {
    margin-bottom: 10px;
}

.detailedPlanAndFeatureCharges .tax-dropdown {
     -webkit-transition: all .35s;
     -moz-transition: all .35s;
     -ms-transition: all .35s;
     -o-transition: all .35s;
     transition: all .35s;
 }

.detailedPlanAndFeatureCharges .tax-section {
    margin-top: 18px;
}

.detailedPlanAndFeatureCharges .tax-detail-title {
    margin-bottom: 10px;
}

.detailedPlanAndFeatureCharges .tax-dropdown .glyphicon,
.detailedPlanAndFeatureCharges .tax-dropdown .glyphicon-triangle-bottom,
.detailedPlanAndFeatureCharges .tax-dropdown .glyphicon-triangle-top {
    font-size: 10px;
}

.detailedPlanAndFeatureCharges .tax-category {
    margin-bottom: 10px;
}

.detailedPlanAndFeatureCharges h6 {
    /* Uses Demi Font */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

@media screen and (min-width: 341px) {
    .manage-lines-checkout-review-component .price-container,
    .manage-lines-checkout-review-component .link {
         width: 110px;
    }

    .manage-lines-checkout-review-component .monthly-totals .arrow {
          left: 104px;
    }

}

.manage-lines-checkout-schedule-component label {
    line-height: 24px;
    padding: 0 0 12px 30px;
    position: relative;
}

.schedule-changes-panel-body fieldset {
    border: none;
}

.edit-button {
    text-align: right;
}
.promo-image-banner {
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(48, 49, 51, 0.1);
    box-shadow: 0 1px 8px 0 rgba(48, 49, 51, 0.1);
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 100%;
    grid-template: [row1-start] "image" [row1-end] [row2-start] "content" [row2-end]
    / 100%;
    margin: 15px 0;
    overflow: hidden;
}

.promo-image-banner article {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: content;
    padding: 0 15px 15px;
}

.promo-image-banner article h2 {
    font-size: 20px;
    padding: 0; /* Override manage line feature styles */
}

.promo-image-banner .disclaimer,
.promo-image-banner .disclaimer button {
    font-size: 8px;
}

.promo-image-banner button.btn-secondary {
    background: #ffffff;
    border: 1px solid #1b75bb;
    color: #1b75bb;
}

.promo-image-banner button.btn-secondary:focus,
.promo-image-banner button.btn-secondary:hover {
    border: 1.25px solid #1b75bb;
    padding: 10px;
}

.promo-image-banner button img {
    margin-right: 10px;
    max-height: 14px;
}

.promo-image-banner figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: image;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
}

.promo-image-banner.viewHboMax figure {
    background-image: -o-linear-gradient(46.02deg, #4B0AC4 0%, #9A35EF 100%);
    background-image: linear-gradient(43.98deg, #4B0AC4 0%, #9A35EF 100%);
}

.promo-image-banner.WAIVE3GUPG figure {
    background-image: linear-gradient(319.32deg, #509137 0%, #7FB65C 100%);
}

.promo-image-banner.WAIVE3GUPG figure img {
    width: 136px;
    height: 161px;
}

.promo-image-banner.viewMhsPromo figure {
    background: radial-gradient(#C4D600, #60A630);
    color: #ffffff;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 26px;
    padding: 14px;
}

.promo-image-banner figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.HBOMaxAVOD.promo-image-banner figure img, .HBOMaxUpgradeNow.promo-image-banner figure img{
    height: 90%;
    -o-object-fit: initial;
    object-fit: initial;
    width: 90%;
}

.promo-image-banner.viewHboMax figure img {
    max-height: 24px;
    width: auto;
}

@media (min-width: 769px) {
    /* Image Right */
    .promo-image-banner {
        -ms-grid-columns: 2fr minmax(185px, 1fr);
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr minmax(185px, 1fr);
        grid-template: [row1-start] "content image" [row1-end] / 2fr minmax(185px, 1fr);
    }

    /* Image Right */
    .promo-image-banner.alternate {
        -ms-grid-columns: minmax(185px, 1fr) 2fr;
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(185px, 1fr) 2fr;
        grid-template: [row1-start] "image content" [row1-end] / minmax(185px, 1fr) 2fr;
    }
    
    .promo-image-banner button {
        max-width: 160px;
    }

    .promo-image-banner article {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .promo-image-banner.alternate > article {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .promo-image-banner figure {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .promo-image-banner.alternate > figure {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }    
  }
.svg-icon svg {
    height: 20px;
    width: 20px;
}

.svg-icon svg .symbol {
    fill-rule: evenodd;
}

.svg-icon svg .icon-green {
    fill: #60A630;
}

.svg-icon svg .icon-white {
    fill: #fff;
}
.line-break {
    border-top: 1px solid #D9D9D9;
}

.sms-panel .panel-heading.card-header.panel-enabled {
    background-color: #f5f5f5;
    padding: 0;
    border-radius: 0;
}

.sms-panel .panel-collapse.collapse {
    background-color: #f5f5f5;
}

.sms-panel .btn.btn-link.whats-this-btn {
    font-size: 12px;
    padding: 0;
    text-align: left;
    color: #2d74b1;
}

.sms-panel .btn.btn-link.whats-this-btn:hover,
.sms-panel .btn.btn-link.whats-this-btn:focus,
.sms-panel .glyphicon.glyphicon-triangle-bottom  {
    text-decoration: none;
    color: #2d74b1;
}

.sms-panel .glyphicon.glyphicon-triangle-bottom {
    font-size: 12px;
}

.sms-panel .glyphicon.glyphicon-triangle-bottom:hover,
.sms-panel .glyphicon.glyphicon-triangle-bottom:focus {
    color: #2d74b1;
}

.whats-this-content {
    font-size: 14px;
}

.all-lines-gray-border {
    border: 1px solid #e1dfe1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.all-lines-gray-border-incompatible {
    border-left: 1px solid #e1dfe1;
    border-right: 1px solid #e1dfe1;
    border-bottom: 1px solid #e1dfe1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.change-all-plan-review-header {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.change-all-plan-info {
    color: #e1dfe1;
    font-size: 12px;
}

.change-all-plan-info.complete, .change-all-plan-info.bad-data {
    color: #000000;
}

.change-all-plan-info.working {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.incompatible-note {
    color: #000000;
    display: inline;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 1px 10px;
}

.change-all-plan-bodytext {
    font-size: 11px;
    float: left;
    margin: 15px 0 5px;
}

.status-circle {
    border: 1px solid #e1dfe1;
    border-radius: 20px;
    float: right;
    height: 11px;
    width: 11px;
}

.status-circle.working {
    border-color: #000000;
}

.status-circle.complete {
    background-color: #48ae35;
    border-color: #48ae35;
    position:relative;
}

.status-circle.complete:after {
    content: "";
    position: absolute;
    display: block;
    left: 3px;
    top: 0;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.status-circle.bad-data {
    background-color: #CF292A;
    border-color: #CF292A;
    position:relative;
}

.status-circle.bad-data:after {
    content: "X";
    color: #FFFFFF;
    left: 1px;
    top: -3px;
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    transform: rotate(0deg);
}

.removed-features .number {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

.removed-features .removedFeature {
    font-size: 12px;
}
.review .green {
    color: #408610;
}

.review .line-mrc.has-pseudo {
    padding-top: 13px;
}

.review .current-features-headline,
.review .new-features-headline,
.review .removed-features-headline {
    font-style: italic;
}

.review .line-ctn,
.review .line-indicator,
.review .line-plan-name,
.review .line-mrc {
    line-height: 17px;
    margin-bottom: 2px;
}

.review .panel.panel-myc .panel-body {
    background-color: #FFFFFF;
    padding: 15px 15px 0 15px;
}

.review .cta-wrap {
    border-top: 1px solid #e1dfe1;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 0;
}

.review .indicator-text {
    width: auto;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    font-size: 11px;
    display: inline;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.review .line-updated,
.review .line-affected {
    display: none;
}

.review .indicator.yellow {
    background-color: #ffcd00;
}

.review .indicator.yellow,
.review .indicator.red {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding-top: 3px;
}

.review .indicator.red {
    background-color: #cf292a;
}

.review .line-indicator-text p.line-updated {
    margin-bottom: 15px;
}

p.plan-name,
p.add-ons-alert {
    font-size: 12px;
    margin-bottom: 0;
}

.review .edit-cta {
    border-right: 1px solid #e1dfe1;
}

.review .undo-cta,
.review .edit-cta {
    padding-top: 12px;
    height: 40px;
    cursor: pointer;
}

.review .feature-headline {
    margin-top: 15px;
}

.review .feature-details .feature-price {
    font-size: 14px;
    padding-left: 5px;
    text-align: right;
}

.review .feature-details .feature-name,
.review .feature-details .feature-price {
    font-weight: normal;
}

.review .heading-wrap .line-plan-name,
.review .heading-wrap .line-ctn,
.review .has-addon-line-features,
.review .plan-headline,
.review .feature-headline,
.review .feature-name {
    padding-left: 0;
}

.review .plan-headline,
.review .feature-headline {
    color: #767676;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.review .new-plan-mrc {
    text-align: right;
}

.review .features {
    margin-bottom: 10px;
}

.review .line-plan-name .plan-name {
    padding-top: 3px;
}

.review .new-plan-name {
    font-size: 14px;
}

.review .line-indicator {
    padding: 2px 0 2px 0;
}

.review .line-impacted {
}

.review .heading-right {
    padding-top: 8px;
}

.review .collapsible-image {
    height: auto;
    outline: none;
    position: relative;
}

.review .plan-features-wrap {
    padding: 0 15px;
    padding-left: 30px;
    padding-right: 24px;
}

.review .feature-headline {
    line-height: 20px;
}

.review .line-total-charge-amount {
    margin-top: 15px;
}

.review .current-features-headline,
.review .new-features-headline,
.review .removed-features-headline {
    line-height: 20px;
}

.review .plan-details .current-plan-name {
    margin-top: 2px;
    font-size: 14px;
}

.review .line-indicator-text {
    margin: 0 0 0 15px;
}

.review .arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    margin-top: 3px;
}

.review .panel {
    margin-bottom: 10px;
}

.review .mhs-promo-review {
    display: flex;
    font-size: 10px;
    margin: 0 auto 10px;
    padding: 0 15px;
}

.review .mhs-promo-review svg-icon {
    flex: 0 0 20px;
    margin: 2px 6px 0 0;
}

.review .mhs-promo-review small,
.review .mhs-promo-review small button {
    font-size: 8px;
}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

    .review .heading-left .line-ctn {
        padding-right: 0;
    }



}

@media only screen
and (max-device-width: 768px) {

    .review .panel.panel-myc.multiple-lines-of-text .expand-collapse-text {
        right: 15px;
    }

    .review .heading-wrap {
        padding-right: 0;
        padding-left: 15px;
    }

}
.section-header {
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #e1dfe1;
    color: #000000;
    display: flex;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding: 18px 0 17px 0;
    text-align: left;
}

.myc-panel .collapsible-image {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myc-panel .expand-collapse-img {
    height: 12px;
    width: 20px;
}

.myc-panel .review .collapsible-image img {
    position: unset;
}

.myc-panel .panel-heading {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-button:hover {
    background-color: #FFFFFF;
    color: #000000;
}

/* Styles for plans and services checkout page */
.plans-services-checkout .panel.panel-myc .panel-body {
    background-color: #FFFFFF;
    padding: 20px 0;
    border: 1px solid #E1DFE1;
    margin-bottom: 20px;
}

.plans-services-checkout .panel-title, .review .panel-title {
    width: 100%;
}

.plans-services-checkout .section-header {
    background-color: #404041;
    color: #FFFFFF;
    padding: 30px 0px 17px;
    font-size: 18px;
    border: none;
}

.plans-services-checkout.bg-lightgreen-alt .section-header {
    background-color: #1c8903;
}

.plans-services-checkout .section-header:hover {
    background-color: #404041;
    color: #FFFFFF;
    cursor: default;
}

.plans-services-checkout.bg-lightgreen-alt .section-header:hover {
    background-color: #1c8903;
}

.plans-services-checkout .has-focus:focus {
    box-shadow: none !important;
}

.panel.panel-myc .panel-heading, .collapse {
    padding: 0;
}

@media ( max-width: 768px ) {
    .plans-services-checkout .section-header {
        padding-left: 30px;
    }
}
.manage-lines-checkout-confirmation-component .confirmation {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 2;
}

.manage-lines-checkout-confirmation-component .confirmation-number {
    line-height: 1.2;
}

.account-credit-panel .panel-heading.card-header.panel-enabled {
    background-color: #f5f5f5;
    padding: 0;
    border-radius: 0;
}

.account-credit-panel .panel-collapse.collapse {
    background-color: #f5f5f5;
}

.account-credit-panel .btn.btn-link.whats-this-btn {
    font-size: 12px;
    padding: 0;
    text-align: left;
    color: #2d74b1;
}

.account-credit-panel .btn.btn-link.whats-this-btn:hover,
.account-credit-panel .btn.btn-link.whats-this-btn:focus,
.account-credit-panel .glyphicon.glyphicon-triangle-bottom  {
    text-decoration: none;
    color: #2d74b1;
}

.account-credit-panel .glyphicon.glyphicon-triangle-bottom {
    font-size: 12px;
}

.account-credit-panel .glyphicon.glyphicon-triangle-bottom:hover,
.account-credit-panel .glyphicon.glyphicon-triangle-bottom:focus {
    color: #2d74b1;
}

.account-credit-panel .panel-title {
    background-color: #FFFFFF;
}

.manage-lines-checkout-confirmation-component .whats-this-panel .account-credit-panel .panel-body.card-block.card-body {
    border: none;
    margin-bottom: 0;
}

.whats-this-content {
    font-size: 14px;
}

@media only screen and (max-width: 725px) {
    .manage-lines-checkout-confirmation-component .text-right {
        padding-right: 5px;
    }
}
.credit-card-component {

}

.credit-card-component .panel.panel-myc .panel-heading {
    padding-top: 12px;
    padding-bottom: 9px;
}

.credit-card-component myc-heading {
    display: flex;
    align-items: center;
    min-height: 28px;
}

.credit-card-component .checkout-submit-button {
    margin-left: 29px;
}

.credit-card-component .checkout-cancel-button {
    margin: 10px;
    margin-left: 7px;
}

.credit-card-component myc-heading img {
    max-height: 38px;
}

.credit-card-component .credit-card-wrapper {
    padding: 20px 0;
}

.credit-card-component .credit-card-autopay {
    padding: 0 10px 6px;
}

.credit-card-component .credit-card-autopay .auto-pay-top {
    padding: 0 0 14px;
}

.credit-card-component .credit-card-details {
    padding: 0 10px 4px;
}

.credit-card-component .credit-card-autopay .how-auto-pay-works-info {
    font-size: 12px;
    padding: 10px 0 0;
}

.credit-card-component .credit-card-autopay .how-auto-pay-works-info p:last-of-type {
    margin: 0;
}

.credit-card-component .credit-card-actions {
    padding: 20px 10px 0;
    border-top: 1px solid #D7D7D7;
}


/**
 * Date
 */
.credit-card-component .date-wrapper input[disabled] {
    background: transparent;
}

.credit-card-component .date-wrapper {
    background: #fff url('/uiassets/myaccount-date-slash.png') center no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.credit-card-component .date-wrapper input {
    background: transparent;
    border: 0;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 9px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 50%;
}

.credit-card-component .date-wrapper input:focus {
    border: 0;
    outline: 0;
}

.credit-card-component .date-wrapper.focused {
    border: 2px solid #1b75bb;
}

.credit-card-component .service-card-balance-check {
    float: left;
    line-height: 1.5;
    margin-left: 16px;
    width: 170px;
}

/* added to show forward slash when date fields are disabled */
.credit-card-component .disabled-for-autopay-card input[disabled].ccMonth,
.credit-card-component .disabled-for-autopay-card input[disabled].ccYear,
.credit-card-component .disabled-for-autopay-card input[disabled].ccMonth:hover,
.credit-card-component .disabled-for-autopay-card input[disabled].ccYear:hover,
.credit-card-component .disabled-for-autopay-card input[disabled].ccMonth:focus,
.credit-card-component .disabled-for-autopay-card input[disabled].ccYear:focus {
    background: transparent;
}

.credit-card-component .date-wrapper.disabled-for-autopay-card {
    background: #ccc url('/uiassets/myaccount-date-slash.png') center no-repeat;
}

.credit-card-component .small-input-wrapper .input-clear-button {
    left: 142px;
}

.credit-card-component input.small-input-width, label.small-input-width {
    width: 180px;
}

/**
 * Button
 */
.credit-card-component .btn {
    white-space: normal;
}


@media (min-width: 481px) {

}


.modal-footer .btn-primary.modal-btn-tnc {
    width: 140px;
}

.print-tnc {
    color: #1b75bb;
    cursor: pointer;
}

.onetime-tnc {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 14px;
    margin: 20px 0;
}

.cricket-modal-autopay .modal-footer .credit-card-actions {
    border: none;
}

.credit-card-autopay {
    padding: 0 0 20px 0;
}

.credit-card-autopay p {
    margin-bottom: 0;
}

.modal-footer .credit-card-actions {
    background-color: white;
}

.modal-footer .credit-card-actions button {
    margin: 0 0 10px 0;
}

.payments-autopay-accept-label {
    font-size: 16px;
    text-align: left;
}

.autopay-accept-wrapper .accept-wrapper {
    margin: 0;
}

.autopay-accept-wrapper {
    float: left;
    position: relative;
}

.autopay-accept-wrapper.first {
    margin-bottom: 10px;
}

.autopay-accept-wrapper p {
    margin: 0;
}

.credit-card-wrapper input[type="text"], .credit-card-wrapper input[type="tel"] {
    color: #000000;
    font-size: 16px;
}

.credit-card-wrapper .field-wrapper .styledSelect {
    margin: 0;
}

.credit-card-wrapper .styledSelect select {
    color: #000000;
    font-size: 16px;
}

.credit-card-wrapper label[for="tandc"] span {
    color: #000000;
    font-size: 14px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.credit-card-wrapper label[for="tandc"] a {
    font-size: 14px;
}

.credit-card-wrapper label {
    color: #000000;
}

.credit-card-wrapper .accept-bg {
    padding: 7px 18px 9px;
}

.autopay-accept-wrapper .accept-bg {
    margin-bottom: 0;
    padding: 7px 18px 9px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}

.autopay-accept-wrapper .accept-bg label {
    margin-top: 2px;
    font-size: 14px;
}

.creditCardFront, .creditCardBack {
    display: block;
    position: absolute;
    top: 1px;
    right: -73px;
}

.creditCardDefault, .creditCardType {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.creditCardDefault {
    background: url('/uiassets/myaccount-default-card.png') no-repeat;
}

div[data-cc-type="amex"], div[data-cc-front="amex"] {
    background: url('/uiassets/myaccount-amex-card.png') no-repeat;
}

div[data-cc-type="discover"], div[data-cc-front="discover"] {
    background: url('/uiassets/myaccount-discover.png') no-repeat;
}

div[data-cc-type="mastercard"], div[data-cc-front="mastercard"] {
    background: url('/uiassets/myaccount-mastercard.png') no-repeat;
}

div[data-cc-type="visa"], div[data-cc-front="visa"] {
    background: url('/uiassets/myaccount-visa-card.png') no-repeat;
}

div[data-cc-type="blackhawk"], div[data-cc-front="blackhawk"] {
    background: url('/uiassets/myaccount-service-card.png') no-repeat;
}

.creditCardBack {
    background: url('/uiassets/myaccount-cvv-verification-card.png') no-repeat;
}

.creditCardBackBlackhawk {
    background: url('/uiassets/myaccount-cvv-verification-service-card.png') no-repeat;
}

.credit-card-pin-hint {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-top: 5px;
}

/**
Flipping Styles
http://davidwalsh.name/css-flip#ieflip
**************************/
.flip-container {
    top: 25px;
    left: 195px;
    position: absolute;
}

.flip-container.inside-flip {
    right: 0;
}

.flip-container, .front, .front div, .back {
    width: 54px;
    height: 40px;
    z-index: 0;
}

/* entire container, keeps perspective */
.flip-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when CC type is changed */
.creditCardFront.brand-card .brand-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.creditCardFront.brand-card .default-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*  UPDATED! don't flip the panes when amex is selected. only change the front cc image */
.cc-sec-code:focus ~ .flip-container:not(.amex-is-selected) .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cc-sec-code:focus ~ .flip-container.amex-is-selected .front {
    background: url('/uiassets/myaccount-amex-cvv-card.png') no-repeat;
}

.cc-sec-code:focus ~ .flip-container.amex-is-selected #creditCardType {
    display: none;
}

.cc-sec-code:focus ~ .flip-container:not(.amex-is-selected) .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    position: absolute;
}

/* hide back of pane during swap */
.flip-container .front, .flip-container .back, .flip-container .default-front, .flip-container .brand-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.flip-container .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container .default-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.flip-container .back, .flip-container .brand-front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.cato-cvv-location {
    font-size: 0;
    color: transparent;
}

input[name="amountPay"]::-webkit-outer-spin-button,
input[name="amountPay"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="amountPay"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

select::-ms-expand {
    display: none;
}

/* used for the autopay terms and conditions modal */
button.btn-primary.fake-disabled-button {
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #ccc;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    color: #fff;
}

button.btn-primary.fake-disabled-button:hover, button.btn-primary.fake-disabled-button:focus {
    background: #888;
}

/***********************************
  * MD Styles
  ***********************************/

@media ( max-width: 768px ) and ( min-width: 481px ) {

    .credit-card-submit-button {
        margin-bottom: 10px;
    }
}

/***********************************
MD - SM - XS Styles
***********************************/
@media ( max-width: 768px ) {
    .credit-card-form-content {
        margin-left: 0;
        margin-right: 0;
    }
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {

    .mobile-cc-only-securityCode .input-clear-button {
        left: 145px;
    }

    .cc-mobile {
        width: 100%;
    }

    .flip-container {
        top: 25px;
        left: 200px;
        position: absolute;
    }

    #creditCardFront {
        left: 0;
    }

    #creditCardBack {
        left: 0;
    }

    form[name="reviewEditForm"] input[name="amountPay"] {
        width:100%;
    }

    .service-card-balance-check {
        line-height: 1.3;
        width:113px;
    }

    .input-wrapper.accept-wrapper {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    label.field-error-container.cc-year-error {
        margin-left: 0;
    }

    .expire-date-wrapper .expiration-dates label {
        width: 115px;
    }

    .expire-date-wrapper .expiration-dates label.cc-year-error {
        left: 36px;
    }

    .small-input-width {
        max-width: 100%;
    }

    .print-tnc {
        display: none;
    }
}

/* Custom Styles For Card Balance Check Copy */
@media (min-width: 850px) and (max-width: 936px) {
    .service-card-balance-check {
        width: 130px;
    }
}

@media (min-width: 780px) and (max-width: 850px) {
    .service-card-balance-check {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .service-card-balance-check {
        width: 80px;
    }
}

@media (min-width: 638px) and (max-width: 768px) {
    .service-card-balance-check {
        width: 180px;
    }
}

@media (min-width: 520px) and (max-width: 638px) {
    .service-card-balance-check {
        width: 100px;
    }
}

@media (min-width: 481px) and (max-width: 520px) {
    .service-card-balance-check {
        width: 70px;
    }
}

.yellowBackground {
    background-color: #ffcb05;
}

.greenBackground {
    background-color: #60A630;
}

.alert-bar {
    border-radius: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.alert-bar .alert-icon {
    margin: 0 auto;
}

.alert-bar [role="link"], .alert-bar [role="button"], .alert-bar [ng-click] {
    cursor: pointer;
}

.alert-bar a {
    color: #000000;
    text-decoration: underline;
}

.alert-bar a:hover, .alert-bar a:focus, .alert-bar a:active {
    border: 1px black dashed;
    text-decoration: underline;
}

.alert-bar .alert-header p,
.alert-bar .alert-message p {
    font-size: 12px;
    margin-bottom: 0;
}

.alert-bar .alert-chevron img {
    top: 7px;
    position: absolute;
    right: 15px;
}

.alert-bar .alert-chevron img,
.alert-bar .alert-icon img {
    vertical-align: inherit;
}

.alert-bar .alert-message {
    padding-top: 12px;
}

.remind-change-password-alert a {
    margin-right: 43px;
}

.home-password .alert-header {
    font-weight: bold;
}

.home-password .alert-message-wrapper .alert-message {
    padding-top: 0;
}

/***********************************
Custom Styles
***********************************/
@media (min-width: 769px) and (max-width: 980px){
    .alert-bar .alert-chevron img {
        margin-left: 17px;
    }
}

/***********************************
SM - MD Styles
***********************************/
@media (min-width: 481px) and (max-width: 768px){
    .alert-bar .alert-chevron img {
        margin-left: 12px;
    }
}

/***********************************
XS Styles
***********************************/
@media (max-width: 480px) {
    .alert-bar .alert-chevron img {
        margin-left: -4px;
    }
}

@media (min-width:321px) and (max-width: 389px) {
    .alert-bar .alert-chevron img {
        margin-left: -6px;
    }
}

input-ang {
    position: relative;
    display: block;
}

input-ang label {
    border: 1px solid #5E5E5E;
    border-radius: 5px;
    padding: 9px 32px 9px 10px;
    margin-bottom: 0;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    color: #5E5E5E;
    font-size: 16px;
    min-height: 40px;
    max-height: 40px;
}

input-ang label:hover {
    border-color: #003E7F;
}

input-ang .show-hide-wrapper {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}

.input-wrapper input-ang .input-clear-button {
    top: 0;
}

.input-wrapper input-ang input,
.input-wrapper input-ang input:focus {
    position: absolute;
    background: transparent;
    border: none;
    width: 235px;
    padding: 0 0 0 10px;
    top: 18px;
    min-height: 18px;
    max-height: 18px;
    margin-left: 2px;
}

.myc-input-focused {
    border: 2px solid #3170b7;
    color: #3170b7;
    padding: 4px 31px 9px 9px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 10px;
    -webkit-transition: all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -moz-transition:    all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -o-transition:      all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -ms-transition:     all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    transition:         all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
}

.myc-input-error.myc-input-focused {
    border: 2px solid #cf292a;
    font-size: 10px;
    padding: 4px 31px 9px 9px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.myc-input-error {
    border: 1px solid #cf292a;
    color: #cf292a;
    padding: 9px 32px 9px 10px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.myc-input-error:hover {
    border-color: #cf292a;
}

.myc-input-error.myc-input-entered {
    color: #cf292a;
}
.myc-input-error.myc-input-entered.myc-input-focused,
.myc-input-entered.myc-input-focused {
    padding: 4px 31px 9px 9px;
}

.myc-input-entered {
    color: #3170b7;
    padding: 4px 32px 9px 10px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.caps-lock-message {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    position: relative;
    background: white;
    float: left;
    clear: left;
    margin-top: 10px;
    padding: 10px 15px;
    border-top: 6px solid #5E5E5E;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
}

.caps-lock-message:after {
    content: '';
    top: -27px;
    left: 14px;
    border: 11px solid #5E5E5E;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
}

.password-validate-heading,
.username-validate-heading{
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.password-criteria,
.username-criteria{
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

@media ( max-width: 360px ) {
    .input-wrapper input-ang input[type='password'], .input-wrapper input-ang input[type='password']:focus {
        width: 225px;
    }
}

@media ( max-width: 320px ) {
    .input-wrapper input-ang input[type='password'], .input-wrapper input-ang input[type='password']:focus {
        width: 200px;
    }
}

.mya-checkbox {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin: 0;
    min-height: 40px;
    cursor: pointer;
}

.mya-checkbox.styled-container {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    padding: 8px 16px;
}

.mya-checkbox:focus {
    outline: none;
}

.mya-checkbox input[type="checkbox"] {
    opacity: 0;
    pointer-events: none;
}

.mya-checkbox label,
.mya-checkbox label::after,
.mya-checkbox label::before {
    display: inline-block;
}

.mya-checkbox label::after,
.mya-checkbox label::before {
    position: absolute;
}

.mya-checkbox label {
    align-items: center;
    display: flex;
    margin-left: 0;
    min-width: 0;
    position: relative;

    /* 22px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 32px;
}

.mya-checkbox.styled-container label {
    /* 26px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 36px;
}

/* Checkbox - Check Mark */
.mya-checkbox label::after {
    border: solid white;
    border-width: 0 0 2px 2px;
    height: 7px;
    left: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.mya-checkbox.styled-container  label::after {
    border-width: 0 0 4px 4px;
    height: 8px;
    left: 6px;
    top: 5px;
    transform: rotate(-45deg);
    width: 16px;
}

/* Checkbox - Outer */
.mya-checkbox input[type="checkbox"]:focus + label::before,
.mya-checkbox:hover label::before {
    background-color: #f6f6f6;
}

.mya-checkbox label::before {
    background-color: white;
    border: 1px solid #6E6F72;
    border-radius: 5px;
    content: "";
    cursor: pointer;
    height: 22px;
    left: 0;
    width: 22px;
}

.mya-checkbox.styled-container label::before {
    border-color: #ccc;
    height: 26px;
    width: 26px;
}

/* Hide check mark by default */
.mya-checkbox input[type="checkbox"] + label::after{
    content: none;
}

/* Un-hide check mark on checked state */
.mya-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* Update background color for Outer */
.mya-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #3170b7;
}

.mya-checkbox input[type="checkbox"]:checked + label.disabled-input::before,
.mya-checkbox:hover input[type="checkbox"]:checked + label.disabled-input::before{
    background-color: #6E6F72;
}

.mya-checkbox:hover input[type="checkbox"]:checked + label::before {
    background-color: #12508d;
}

/* Add focus styles on the outer-box of the fake checkbox */
.mya-checkbox input[type="checkbox"]:focus  + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* Disabled styles */
.mya-checkbox.disabled label::before,
.mya-checkbox.disabled:hover label::before,
.mya-checkbox.disabled:focus label::before {
    background-color: #6E6F72;
}

.paypal-component .panel.panel-myc .panel-heading {
    padding-top: 12px;
    padding-bottom: 9px;
}

.paypal-component myc-heading {
    display: flex;
    align-items: center;
    min-height: 28px;
}

.paypal-component .checkout-submit-button {
    margin-left: 29px;
}

.paypal-form-component .checkout-cancel-button {
    vertical-align: middle;
    padding-top: 9px;
}

.paypal-form-component .checkout-cancel-button button {
    height: 100%;
    text-align: left;
    text-indent: 20px;
}

.amount-error,
.terms-error {
    display: none;
}

.paypal-component myc-heading img {
    max-height: 38px;
}

.paypal-form-component .paypal-wrapper {
    padding: 0 0 20px;
}

.paypal-component .paypal-autopay {
    padding: 0 10px 6px;
}

.paypal-component .paypal-autopay .auto-pay-top {
    padding: 0 0 14px;
}

.paypal-form-component .paypal-details {
    padding: 10px 10px 4px 0px;
}

.paypal-component .paypal-autopay .how-auto-pay-works-info {
    font-size: 12px;
    padding: 10px 0 0;
}

.paypal-component .paypal-autopay .how-auto-pay-works-info p:last-of-type {
    margin: 0;
}

.paypal-form-component .paypal-actions {
    border-top: 1px solid #D7D7D7;
    padding-top: 20px;
}

.paypal-form-component .paypal-actions #paypal-button {
    margin-left: -5px;
}


/**
 * Date
 */

.paypal-component .date-wrapper input[disabled] {
    background: transparent;
}

.paypal-component .date-wrapper {
    background: #fff url('/uiassets/myaccount-date-slash.png') center no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.paypal-component .date-wrapper input {
    background: transparent;
    border: 0;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 9px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 50%;
}

.paypal-component .date-wrapper input:focus {
    border: 0;
    outline: 0;
}

.paypal-component .date-wrapper.focused {
    border: 2px solid #1b75bb;
}

.paypal-component .service-card-balance-check {
    float: left;
    line-height: 1.5;
    margin-left: 16px;
    width: 170px;
}


/* added to show forward slash when date fields are disabled */

.paypal-component .disabled-for-autopay-card input[disabled].ccMonth,
.paypal-component .disabled-for-autopay-card input[disabled].ccYear,
.paypal-component .disabled-for-autopay-card input[disabled].ccMonth:hover,
.paypal-component .disabled-for-autopay-card input[disabled].ccYear:hover,
.paypal-component .disabled-for-autopay-card input[disabled].ccMonth:focus,
.paypal-component .disabled-for-autopay-card input[disabled].ccYear:focus {
    background: transparent;
}

.paypal-component .date-wrapper.disabled-for-autopay-card {
    background: #ccc url('/uiassets/myaccount-date-slash.png') center no-repeat;
}

.paypal-form-component .small-input-wrapper .input-clear-button {
    left: 142px;
}

.paypal-component input.small-input-width,
label.small-input-width {
    width: 180px;
}


/**
 * Button
 */

.paypal-component .btn {
    white-space: normal;
}

@media (min-width: 481px) {}

.modal-footer .btn-primary.modal-btn-tnc {
    width: 140px;
}

.print-tnc {
    color: #1b75bb;
    cursor: pointer;
}

.onetime-tnc {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 14px;
    margin: 20px 0;
}

.cricket-modal-autopay .modal-footer .paypal-actions {
    border: none;
}

.paypal-autopay {
    padding: 0 0 20px 0;
}

.paypal-autopay p {
    margin-bottom: 0;
}

.modal-footer .paypal-actions {
    background-color: white;
}

.paypal-actions .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px 8.33333333%;
}

.paypal-actions .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}

.modal-footer .paypal-actions button {
    margin: 0 0 10px 0;
}

.payments-autopay-accept-label {
    font-size: 16px;
    text-align: left;
}

.autopay-accept-wrapper .accept-wrapper {
    margin: 0;
}

.autopay-accept-wrapper {
    float: left;
    position: relative;
}

.autopay-accept-wrapper.first {
    margin-bottom: 10px;
}

.autopay-accept-wrapper p {
    margin: 0;
}

.paypal-wrapper input[type="text"],
.paypal-wrapper input[type="tel"] {
    color: #000000;
    font-size: 16px;
}

.paypal-wrapper .field-wrapper .styledSelect {
    margin: 0;
}

.paypal-wrapper .styledSelect select {
    color: #000000;
    font-size: 16px;
}

.paypal-wrapper label[for="tandc"] span {
    color: #000000;
    font-size: 14px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.paypal-wrapper label[for="tandc"] a {
    font-size: 14px;
}

.paypal-wrapper label {
    color: #000000;
}

.paypal-wrapper .accept-bg {
    padding: 7px 18px 9px;
}

.autopay-accept-wrapper .accept-bg {
    margin-bottom: 0;
    padding: 7px 18px 9px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}

.autopay-accept-wrapper .accept-bg label {
    margin-top: 2px;
    font-size: 14px;
}

.creditCardFront,
.creditCardBack {
    display: block;
    position: absolute;
    top: 1px;
    right: -73px;
}

.creditCardDefault,
.creditCardType {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.creditCardDefault {
    background: url('/uiassets/myaccount-default-card.png') no-repeat;
}

div[data-cc-type="amex"],
div[data-cc-front="amex"] {
    background: url('/uiassets/myaccount-amex-card.png') no-repeat;
}

div[data-cc-type="discover"],
div[data-cc-front="discover"] {
    background: url('/uiassets/myaccount-discover.png') no-repeat;
}

div[data-cc-type="mastercard"],
div[data-cc-front="mastercard"] {
    background: url('/uiassets/myaccount-mastercard.png') no-repeat;
}

div[data-cc-type="visa"],
div[data-cc-front="visa"] {
    background: url('/uiassets/myaccount-visa-card.png') no-repeat;
}

div[data-cc-type="blackhawk"],
div[data-cc-front="blackhawk"] {
    background: url('/uiassets/myaccount-service-card.png') no-repeat;
}

.creditCardBack {
    background: url('/uiassets/myaccount-cvv-verification-card.png') no-repeat;
}

.creditCardBackBlackhawk {
    background: url('/uiassets/myaccount-cvv-verification-service-card.png') no-repeat;
}

.paypal-pin-hint {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-top: 5px;
}


/**
Flipping Styles
http://davidwalsh.name/css-flip#ieflip
**************************/

.flip-container {
    top: 25px;
    left: 195px;
    position: absolute;
}

.flip-container.inside-flip {
    right: 0;
}

.flip-container,
.front,
.front div,
.back {
    width: 54px;
    height: 40px;
    z-index: 0;
}


/* entire container, keeps perspective */

.flip-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*  UPDATED! flip the pane when CC type is changed */

.creditCardFront.brand-card .brand-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.creditCardFront.brand-card .default-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*  UPDATED! don't flip the panes when amex is selected. only change the front cc image */

.cc-sec-code:focus~.flip-container:not(.amex-is-selected) .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cc-sec-code:focus~.flip-container.amex-is-selected .front {
    background: url('/uiassets/myaccount-amex-cvv-card.png') no-repeat;
}

.cc-sec-code:focus~.flip-container.amex-is-selected #creditCardType {
    display: none;
}

.cc-sec-code:focus~.flip-container:not(.amex-is-selected) .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* flip speed goes here */

.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
}


/* hide back of pane during swap */

.flip-container .front,
.flip-container .back,
.flip-container .default-front,
.flip-container .brand-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}


/*  UPDATED! front pane, placed above back */

.flip-container .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container .default-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/* back, initially hidden pane */

.flip-container .back,
.flip-container .brand-front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.cato-cvv-location {
    font-size: 0;
    color: transparent;
}

input[name="amountPay"]::-webkit-outer-spin-button,
input[name="amountPay"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="amountPay"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

select::-ms-expand {
    display: none;
}


/* used for the autopay terms and conditions modal */

button.btn-primary.fake-disabled-button {
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #ccc;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    color: #fff;
}

button.btn-primary.fake-disabled-button:hover,
button.btn-primary.fake-disabled-button:focus {
    background: #888;
}


/***********************************
  * MD Styles
  ***********************************/

@media ( max-width: 768px) and ( min-width: 481px) {
    .paypal-submit-button {
        margin-bottom: 10px;
    }
}


/***********************************
MD - SM - XS Styles
***********************************/

@media ( max-width: 768px) {
    .paypal-form-content {
        margin-left: 0;
        margin-right: 0;
    }
}


/***********************************
SM - XS Styles
***********************************/

@media ( max-width: 480px) {
    .mobile-cc-only-securityCode .input-clear-button {
        left: 243px;
    }
    .paypal-form-component .small-input-wrapper .input-clear-button {
        left: auto;
    }
    .paypal-form-component .checkout-cancel-button button {
        text-align: center;
    }
    .cc-mobile {
        width: 100%;
    }
    .flip-container {
        top: 25px;
        left: 200px;
        position: absolute;
    }
    #creditCardFront {
        left: 0;
    }
    #creditCardBack {
        left: 0;
    }
    form[name="reviewEditForm"] input[name="amountPay"] {
        width: 100%;
    }
    .service-card-balance-check {
        line-height: 1.3;
        width: 113px;
    }
    .input-wrapper.accept-wrapper {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    label.field-error-container.cc-year-error {
        margin-left: 0;
    }
    .expire-date-wrapper .expiration-dates label {
        width: 115px;
    }
    .expire-date-wrapper .expiration-dates label.cc-year-error {
        left: 36px;
    }
    .small-input-width {
        max-width: 100%;
    }
    .print-tnc {
        display: none;
    }
}


/* Custom Styles For Card Balance Check Copy */

@media (min-width: 850px) and (max-width: 936px) {
    .service-card-balance-check {
        width: 130px;
    }
}

@media (min-width: 780px) and (max-width: 850px) {
    .service-card-balance-check {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .service-card-balance-check {
        width: 80px;
    }
}

@media (min-width: 638px) and (max-width: 768px) {
    .service-card-balance-check {
        width: 180px;
    }
}

@media (min-width: 520px) and (max-width: 638px) {
    .service-card-balance-check {
        width: 100px;
    }
}

@media (min-width: 481px) and (max-width: 520px) {
    .service-card-balance-check {
        width: 70px;
    }
}
.promotion-banner {
    background-color: #F6F6F6;
    border: 1px solid #BBBDC0;
    height: 100px;
}

.promotion-banner .app-icon {
    width: 50px;
    margin: auto;
    padding-top: 20px;
    display: block;
}

.promotion-banner .description {
    min-width: 210px;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
}

.promotion-banner .details {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    outline: none;
}

.promotion-banner .blue-cross {
    font-size: 20px;
    color: #1B75BB;
    max-width: 17px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 1px;
    text-decoration: none;
}


.billing-history-wrapper {
    margin-top: 20px;
}

.billing-history-wrapper .panel.panel-myc {
    margin-bottom: 0;
    margin-top: 0;
}

.billing-history-wrapper .panel.panel-myc:not(:first-of-type) {
    margin-bottom: 0;
}

.billing-transaction-messaging {
    border-bottom: 4px solid #e1dfe1;
    padding-bottom: 16px;
}

.billing-section {
    background-color: #f6f6f6;
    padding-top: 16px;
}

.billing-section .filters {
    border-bottom: 4px solid #e1dfe1;
    padding-bottom: 20px;
}

.billing-section .filters .print-image {
    right: 15px;
    top: 32px;
    position: absolute;
}

.billing-section-title {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    height: 80px;
}

.billing-section-title h2, .billing-history-heading {
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-top: 10px; /* default is 20px for h2*/
}

.billing-section-title .title-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.billing-history-heading-print {
    display: none;
}

.billing-history-heading-screen {
    display: block;
}

.billing-cycle-select {
    padding-top: 16px;
    padding-bottom: 0;
}

.billing-cycle-select .select-wrapper, .billing-cycle-select .styledSelect {
    margin: 0;
}

.billing-cycle-note {
    font-size: 12px;
    padding-top: 16px;
}

.billing-print-image {
    text-align: right;
    margin-top: 34px;
}

.ie9 .billing-section-title .title-text {
    top: 25%;
}

select {
    -moz-appearance: none;
}

.transaction {
    background-color: #f6f6f6;
    padding-top: 16px;
    padding-bottom: 16px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1dfe1;
}

.transaction:last-child {
    border-bottom: none;
}

.transaction.payment {
    border-left: 15px solid #60a630;
    position: relative;
}

.transaction.payment .amount, .transaction-credit-applied {
    color: #036B37;
}

.transaction .right {
    text-align: right;
}

.transaction .description {
    text-align: left;
    overflow-wrap: normal;
}

.transaction .description pre {
    background-color: #f6f6f6;
    border: none;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: keep-all;
}

.description-truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction .date-time {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.transaction .amount {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.transaction .balance {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.select-view-label {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.transactions-messages {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

.transactions-note {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.printed-header {
    display: none;
}

.tax-presentation {
    font-size: 11px;
}

.tax-dropdown {
    margin-top: 0;
}

.tax-dropdown-text {
    font-size: 12px;
}

.transaction-note-bottom {
    margin-top: 10px;
}

.no-data-warning {
    margin: 15px 0;
    text-align: center;
}

.transactions {
    background-color: #f6f6f6 !important;
}

/* PRINT */
@media print {

    .taxSelection {
        display: block !important;
    }

    .billing-section.printed-header {
        padding-top: 30px;
    }

    .billing-history-heading-print {
        display: block;
        margin-top: 0;
    }

    .no-print {
        display: none;
    }

    .billing-history-wrapper {
        margin-left: 0;
        width: auto;
    }

    .header-values, .header-labels {
        display: inline-block;
    }

    .header-values {
        margin-left: 70px;
    }

    .logoPrint {
        padding-left: 44px;
    }

    .printed-header {
        display: block;
        margin-top: 0; /* Eliminate odd spacing below header during print */
    }

    .printed-header-labels {
        font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .transaction.payment {
        border-left: 0;
        padding-left: 30px;
    }

    .transactions {
        border-top: solid 1px #d7d7d7;
        border-bottom: solid 1px #d7d7d7;
    }

    .tax-dropdown-content {
        visibility: visible;
        display: block;
    }

    .glyphicon-triangle-bottom:before {
        content: "\e253";
    }

    .logoPrint img {
        height: 56px;
        min-width: 250px;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    .charge .description {
        padding: 0;
    }

    .billing-history-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .transactions-messages {
        font-size: 14px;
    }

    .select-view-label {
        font-size: 14px;
    }
}

.tracker-border-wrapper {
    border: 1px solid #e1dfe1;
    padding-top: 15px;
    padding-bottom: 15px;
}

h2 {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-top: 15px;
}

.gray-background {
    background-color: #f6f6f6;
}

.mhs-promo-success {
    background: #046A38;
    color: #fff;
    margin: 0 -15px;
}

.mhs-promo-success .mhs-promo-success-content {
    display: flex;
    padding: 10px 15px;
}

.mhs-promo-success .mhs-promo-success-content svg-icon {
    flex: 0 0 20px;
    margin: 4px 10px 0 0;
}

.mhs-promo-success .mhs-promo-success-content p {
    font-family: "Simply Cricket Demi", "Helvetica", "Arial", "sans-serif";
}

.manage-lines-feature-component .panel.panel-myc .panel-body {
    background-color: #ffffff;
    border: none;
}

.manage-lines-feature-component .panel.panel-myc {
    margin-bottom: 10px;
}

.removing-note {
    border-radius: 45px;
    background-color: #CF292A;
    float: left;
    height: 10px;
    margin-top: 1px;
    width: 10px;
}

.current-note {
    border-radius: 45px;
    background-color: #60A630;
    float: left;
    height: 10px;
    margin-top: 1px;
    width: 10px;
}

.update-note {
    border-radius: 45px;
    background-color: #FFCD00;
    float: left;
    height: 10px;
    margin-top: 1px;
    width: 10px;
}

.feature-status {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    margin-left: 13px;
}

.feature-name {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.feature-back-link {
    background-color: transparent;
    color: #3170b7;
    padding: 5px 0 15px;
    width: auto;
}

.feature-back-link:hover {
    background-color: transparent;
    color: #12508d;
}

.feature-pricing {
    color: #408610;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.feature-information {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-top: 5px;
}

.button-row-landing {
    padding: 15px 0 30px;
}

.btn.btn-link {
    background: transparent;
    border: none;
    text-align: center;
}

.feature-status.filler {
    min-height: 8px;
}

.feature-image,
.feature-image-border {
    text-align: center;
}

.feature-image-border {
    border: solid 2px #60A630;
    border-radius: 25px;
    height: 50px;
    margin: 2px auto 0;
    padding-top: 13px;
    width: 50px;
}

.feature-image {
    height: 35px;
    margin: 7px auto 0;
    width: 35px;
}

.feature-image img,
.feature-image-border img {
    width: 100%;
}

.feature-image-border img {
    max-width: 20px;
}

button.btn.cancel-button:disabled {
    background-color: #FFFFFF;
    border-color: #6E6F72;
    color: #6E6F72;
    opacity: 1;
}

@media (max-width: 768px) {
    .btn.btn-link {
        padding-top: 15px;
        width: 100%;
    }
}

@media only screen
and (max-device-width: 768px) {

    .current-note, .removing-note {
        margin-left: 15px;
        margin-right: 2px;
    }

    .feature-name, .feature-information, .feature-pricing {
        margin-left: 15px;
        padding-right: 20px;
    }

}

.mhs-promo-error {
    background: #CF292A;
    color: #fff;
    margin: 0 -15px;
}

.mhs-promo-error .mhs-promo-error-content {
    display: flex;
    padding: 10px 15px;
}

.mhs-promo-error .mhs-promo-error-content svg-icon {
    flex: 0 0 20px;
    margin: 4px 10px 0 0;
}

.mhs-promo-error .mhs-promo-error-content p {
    font-family: "Simply Cricket Demi", "Helvetica", "Arial", "sans-serif";
}
.privacy-information-wrapper .privacy-information-title {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-top: 20px;
}

.privacy-information-wrapper .page-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.privacy-information-wrapper .line-display {
    margin-bottom: 5px;
}

.print-button {
    position: relative;
    top: 50px;
    left: -65px;
}

.privacy-information-wrapper .privacy-information-button {
    margin: 13px 0 0;
}

.input-wrapper input-ang input.w-100 {
    width: 100%;
}

.privacy-information-wrapper .privacy-information-button {
    max-width: 220px;
    margin-bottom: 0;
}
.input-ang {
    overflow: hidden;
}
.address-changes {
    margin-top: 14px;
}
.privacy-information-wrapper .input-wrapper div.field-error-container {
    font-size: 13px;
}

.input-margin {
    margin: 0px 0px 4px -27px;
}
input[type="text"] {
    font-size: 12px;
}

.disable-addr {
    opacity:0.5;
    cursor: default;
}

.save-button {
    margin: 25px 20px 0px 0px;
}
.label-information {
    font-size: 14px;
}

@media print {
    .show-in-print {
        display: block !important;
        visibility: visible !important;
        overflow: hidden !important;
    }
}


.unlock-codes-component .headline {
    color: #046a38;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.unlock-codes-component .intro .headline {
    margin-bottom: 20px;
}

.unlock-codes-component .intro,
.unlock-codes-component .change-plan {
    margin-bottom: 18px;
}

.unlock-codes-component .change-plan {
    border: 1px solid #e1dfe1;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .unlock-codes-component .intro .headline {
        margin-bottom: 0;
    }
}
.account-settings {
    margin-top: 20px;
}

.account-settings .panel-heading {
    padding: 18px 0 17px 55px;
    border-radius: 0;
}

.account-settings .panel-title {
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.settings-title {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    height: 80px;
}

.settings-title .title-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
}

.ie9 .settings-title .title-text {
    top: 25%;
}

.preferred-language {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.settings-details {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d7d7eb;
}

.details-inner-container {
    padding-top: 0;
}

.details-inner-container:first-child {
    padding-top: 15px;
}

.details-inner-container .add-line-message {
    padding: 10px 0;
    background-color: #f6f6f6;
}

.details-inner-container .add-line-message-wrapper {
    padding-top: 0;
}

.activate-details {
    margin-left: -10px;
}

.email-activate-pending {
    color: #000000;
}

.detail-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.detail-line {
    margin-top: 0;
    margin-bottom: 10px;
}

.detail-value {
    text-align: right;
}

.detail-line:last-of-type {
    margin-bottom: 15px;
}

.detail-ctn {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.add-line-container {
    background-color: #e4e4e4;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.add-line-message {
    background-color: #e4e4e4;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
}

.want-add-line-message {
    padding: 14px 0 5px 0;
    background-color: #f6f6f6;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.want-add-line-message p {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.want-add-line-message button {
    margin-top: 6px;
}

.settings-details:last-child, .manage-email .settings-details:nth-child(2) {
    border-bottom: none;
}

.settings-details .email-link {
    padding-top: 22px;
}

.settings-details .activate-link {
    padding-top: 25px;
}

.settings-details .pending-line {
    border-left: 10px solid #cf292a;
    color: #cf292a;
}

.settings-details .lost-stolen {
    border-left: 10px solid #cf292a;
}

.settings-details .lost-stolen .detail-ctn {
    color: #cf292a;
}

.settings-details .lost-stolen .detail-status {
    color: #cf292a;
}

.settings-details .hotlined {
    border-left: 10px solid #cf292a;
}

.settings-details .hotlined .detail-ctn {
    color: #cf292a;
}

.settings-details .hotlined .detail-status {
    color: #cf292a;
}

a.disabled-link {
    color: #6e6f72;
    cursor: default;
}

a.disabled-link:hover {
    color: #6e6f72;
}

.account-settings-lines .add-line-message {
    line-height: 2.15em;
}

.account-settings-lines .add-line-message-wrapper {
    padding-top: 0 !important;
}

/***********************************
MD Styles
***********************************/
@media ( max-width: 786px ) {
    .add-a-line-cta {
        text-align: center;
    }
}

/***********************************
XS - SM Styles
***********************************/
@media ( max-width: 480px ) {
    .account-settings-lines .add-line-message-wrapper .add-line-btn {
        margin-bottom: 6px;
    }

    .add-a-line-cta {
        text-align: center;
    }

    .activate-details {
        margin-left: 0;
    }

}

.manage-lines-review-component .review-steps-wrap {
    padding: 20px 15px 20px 15px;
}

.manage-lines-review-component .grey-bg {
    background: #f6f6f6;
}

.manage-lines-review-component .grey-border {
    border: 1px solid #e1dfe1;
}

.manage-lines-review-component .lines-wrap {
    padding-top: 20px;
}

.manage-lines-review-component .line-ctn,
.manage-lines-review-component .line-mrc {
    font-size: 17px;
    font-weight: 600;
}

.manage-lines-review-component .line-indicator-text {
    font-style: italic;
    text-transform: capitalize;
}

.manage-lines-review-component .bold {
    font-weight: bold;
}

.manage-lines-review-component .green {
    color: #408610;
}

.manage-lines-review-component .plans-features-headline,
.manage-lines-review-component .billing-discounts-headline {
    margin-bottom: 10px;
    font-weight: bold;
}

.manage-lines-review-component hr.full-width {
    margin-left: -40px;
    margin-right: -40px;
    border-top-color: #d7d7d7;
}

.manage-lines-review-component .note-wrap {
    margin-top: 15px;
}

.manage-lines-review-component .discounts-txt:first-of-type,
.manage-lines-review-component .green.demi-font.font-16,
.manage-lines-review-component .note-wrap .font-10 {
    padding: 0;
}

.manage-lines-review-component .manage-lines-review-cta-wrap {
    padding-bottom: 20px;
}

.manage-lines-review-component .manage-lines-review-cta-wrap .btn-link {
    line-height: 40px;
}

.manage-lines-review-component .demi-font {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .bold-font {
    font-family: 'AvantGardeGothicITCW01D 731063', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .light-font {
    font-family:'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .manage-lines-review-cta-wrap .link-role {
    margin-top: 10px;
}

.manage-lines-review-component .cart-link {
    padding: 10px 0;
    float: left;
}

.testing {
    border: 1px solid purple;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

    .manage-lines-review-component .green.demi-font.font-16 {
        padding-left: 15px;
    }

    .manage-lines-review-component .note-wrap {
        padding: 15px;
    }

    .manage-lines-review-component .note-wrap .font-10 {
        padding: 0;
    }

}

@media only screen
and (max-device-width: 768px) {

    manage-lines-review-component .discounts-txt:first-of-type,
    .manage-lines-review-component .green.demi-font.font-16,
    .manage-lines-review-component .note-wrap .font-10 {
        padding-left: 20px;
    }

    .manage-lines-review-component .manage-lines-review-cta-wrap {
        text-align: center;
    }

}
.manage-plan-page {
    min-height: 300px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.steps-track-wrap {
    border: 2px solid #e1dfe1;
    padding: 15px;
}

.plan-info {
    margin-top: 20px;
}

.plan-info .plan-info-headline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-info p.bullet-point {
    margin-bottom: 0;
}

.manage-line-plan-component .promo-box {
    background: url('/uiassets/myaccount-black-dollar-sign-yellow-bg.png') white no-repeat;
    border: 2px solid #e1dfe1;
    min-height: 70px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}

.promo-box-copy {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
}

.promo-box-headline {
    font-weight: bold;
    font-size: 13px;
    padding-top: 9px;
    margin-bottom: 0;
}

.cta-wrap .btn.btn-primary {
    margin: 10px 0 0 25px;
}

/* .manage-plan-page plan-ang .plan-wrap .panel {
    margin-bottom: 10px;
} */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .not-grandfathered .heads-up-display-component {
        padding: 3px 20px;
    }

    .cta-wrap .btn.btn-primary {
        margin-left: 0;
    }
}
.manage-lines-checkout-component .step-track-header,
.manage-lines-checkout-component .step-track-body {
    overflow: hidden;
}

.manage-lines-checkout-component .step-track-header {
    border: 1px solid #e1dfe1;
    padding: 20px 15px;
}

.manage-lines-checkout-component .step-track-body {
    background: #f6f6f6;
    padding: 20px 0 0;
}
.manage-call-defense-content-header {
    color: #046a38;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 11px;
}

.manage-data-spinner {
    min-height: 50px;
    padding: 30px;
}

.manage-call-defense-label {
    color: #404041;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
}

.manage-call-defense-value {
    color: #404041;
    font-size: 16px;
    text-transform: uppercase;
}

.opt-switch-panel {
    background-color: #f6f6f6;
}

.opt-switch-panel.opt-switch-panel-expanded {
    padding: 20px 0;
}

.manage-call-defense-subscriber {
    background-color: #f6f6f6;
    margin-top: 20px;
}

.manage-call-defense-note {
    color: #49494A;
    margin: 10px 0 20px 0;
}

.manage-call-defense-note > p,
.manage-call-defense-note > strong > p,
p.manage-call-defense-note {
    font-size: 12px;
    letter-spacing: .03em;
    margin-bottom: 0;
}

.manage-call-defense-note > strong {
    font-family: 'Simply Cricket Demi', Helvetical, Arial, sans-serif;
}

.manage-call-defense-note > p {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.manage-data-subscriber-body p.manage-call-defense-note {
    margin-bottom: 20px;
}

.manage-call-defense-button-padding {
    padding: 10px 0 0 0;
}

.manage-call-defense-how-it-works {
    margin: 15px 0;
}

.manage-call-defense-how-it-works h4 {
    color: #49494A;
    font-size: 14px;
    margin-bottom: 3px;
}

.manage-call-defense-warning {
    border-left: 10px solid #cf292a;
}

p.manage-call-defense-subscriber-pending-line {
    margin: 0;
}

.manage-call-defense-subscribers-containe {
    margin-top: 10px;
}
.confirm-password-group{
    margin-top: 14px
}

.create-password-form-wrapper .input-wrapper.has-show-hide .input-clear-button {
    right: 20%;
}

.create-password-form-wrapper h2{
    padding-top: 0px;
}

.info-text{
    margin-top: 25px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

@media (max-width: 1024px) and ( min-width: 481px ){
    .create-password-form-wrapper .input-wrapper.has-show-hide .input-clear-button {
        right: 25% !important; 
    }
}

@media ( max-width: 480px ){
    .create-password-form-wrapper .input-wrapper.has-show-hide .input-clear-button {
        right: 30% !important; 
    }
}
.manage-sms-heading {
    margin-top: 30px;
}
.myc-sunset-banner {
    display: grid;
    border: 1px solid #BABCC0;
    box-shadow: 0px 5px 10px #BABCC0;
    grid-template-columns: 40px 1fr;
    grid-gap: 16px;
    margin-top: 24px;
    width: 100%;
}

.myc-sunset-banner-icon-wrapper {
    display: grid;
    background-color: #3170B7;
    margin: auto;
    height: 100%;
    width: 100%;
}

.myc-sunset-banner-icon {
    display: grid;
    background-color: #3170B7;
    border: 2px solid #FFF;
    border-radius: 100%;
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    margin: auto;
    height: 20px;
    width: 20px;
    text-align: center;
}
 
.myc-sunset-banner-content {
    margin-top: 16px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
    padding-right: 5px;
}

.myc-sunset-actions {
    display: grid;
}

.myc-sunset-actions-content {
    display: grid;
    grid-template-columns: 10% 90%;
    grid-gap: 10px;
    margin: 50px auto 0;
}

.myc-sunset-actions-content p {
    font-family: 'Simply Cricket Demi', Arial, Helvetica, sans-serif;
    font-size: 24px;
    max-width: 600px;
}

.myc-sunset-codes-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
    margin: 30px auto 50px;
}

.myc-sunset-codes-container div {
    display: grid;
    justify-items: center;
    margin: auto;
}

.myc-sunset-actions-mobile {
    text-align: center;
}

.myc-sunset-actions-mobile p {
    font-family: 'Simply Cricket Demi', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 50px 0;
    padding: 0 20px;
}

/* font related */

.promo-cms-content p.body-txt {
    font-size: 16px;
}

.promo-wrap .headline, .promo-wrap .secondary-header, .link-btn {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.promo-wrap .headline {
    font-size: 16px;
}

.promo-wrap .secondary-header {
    font-size: 16px;
    font-weight: normal;
}

.link-btn {
    color: #3170b7;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 100;
}

.promo-wrap .secondary-header-wrap p {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}

.promo-wrap .secondary-header-wrap {
    min-height: 50px;
}

.promo-wrap .legal-wrap {
    padding-left: 15px;
}

.legal-txt {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
}


/* container related */
.inner-row {
    background-color: #f6f6f6;
    border-left: .05em solid #e5e5e5;
    border-right: .05em solid #e5e5e5;
    border-bottom: .1em solid #e5e5e5;
    box-shadow: 0 4px 4px -4px #828080;
    padding-top: 15px;
    padding-bottom: 25px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.promo-inner-large-addLine .inner-row,
.promo-inner-large .inner-row.raf {
    min-height: 240px;
}

.promo-wrap .promo-inner-small-mobile .inner-row,
.promo-wrap .promo-inner-small .inner-row {
    min-height: 244px;
    padding-bottom: 15px;
}

.promo-inner-small .promo-body {
    margin-top: 15px;
}

.promo-wrap {
    margin-left: -30px;
    margin-right: -30px;
}

.inner-row.raf {
    margin: 15px;
}

a.btn.btn-secondary:hover {
    padding: 9px;
}

.promo-inner-small,
.promo-inner-large,
.promo-inner-large-addLine {
    margin-bottom: 15px;
    margin-top: 15px;
}

.promo-inner-large-addLine {
    margin-top: 20px;
}

.promo-inner-large .inner-row {
    padding-bottom: 15px;
}

/* image related */
.promo-wrap .icon-wrap img {
    margin: 0 auto;
    vertical-align: middle;
    max-width: 41px;
    max-height: 36px;
}
.image-wrap {
    padding-right: 0;
}

.promo-inner-large-addLine .image-wrap .img-special-placement {
    padding-left: 20px;
    margin-top: 0;
    max-height: 150px;
}

.image-wrap .img-special-placement {
    padding-left: 42px;
    margin-top: -20px;
}

/* button related */
.promo-wrap .promo-inner-small-mobile .button-wrap {
    max-width: 200px;
    padding-top: 15px;
    margin-bottom: 40px;
}

.promo-inner-large .image-wrap,
.promo-inner-large-addLine .image-wrap {
    max-height: 100px;
}

.promo-inner-large-addLine .inner-row {
    margin-top: 20px;
}

.promo-wrap .btn-secondary {
    background-color: #ffffff;
    border: 1px solid #1b75bb;
    color: #1b75bb;
    width: 100%;
}

.promo-wrap .btn-secondary:hover {
    background-color: #ffffff;
    border: 2px solid #1b75bb;
}

.promo-wrap {
    position: relative;

}

.promo-wrap .show-more {
    position: absolute;
    bottom: -20px;
    left: 45%;
    width: 150px;
}

.promo-inner-small-mobile .secondary-header-wrap p {
    padding-top: 0;
    margin-bottom: 5px;
    display: inline-block;
}

.promo-inner-small-mobile .header-wrap,
.promo-inner-large-addLine .header-wrap {
    line-height: 0;
}

.promo-box.col-lg-6 > .promo-inner-small {
    height: 240px;
}


.promo-wrap .promo-inner-small-mobile button {
    max-width: 96%;
    margin-bottom: 0;
}

.promo-wrap .promo-inner-small-mobile .btn-wrap {
    position: absolute;
    bottom: 83px;
    width: 93%;
}

.promo-inner-small-mobile .inner-row .image-wrap {
    padding-left: 0;
    padding-right: 0;
}

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 600px) {

    .image-wrap .img-special-placement {
        padding-left: 0;
    }

    .promo-inner-large-addLine .inner-row .image-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .promo-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* text */
    .promo-wrap .headline {
        font-size: 16px;
    }

    .promo-cms-content p.body-txt {
        font-size: 14px;
    }

    .promo-inner-large-addLine .btn-wrap {
        position: static;
    }

    .promo-inner-large-addLine .btn-wrap .legal-txt {
        padding-top: 0;
    }

    .promo-inner-large-addLine button {
        min-width: 100%;
        margin-top: 10px;
    }

    .promo-body.raf {
        padding-bottom: 15px;
    }

    .promo-inner-large-addLine .inner-row {
        margin-top: 40px;
    }
}


.payment-auto-pay-header {
    margin-top: 20px;
}

.showPayByCC {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #036B37;
    margin: 0;
    line-height: 18px;
}

.tax-dropdown-content {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.billing-detail-row {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 16px;
}

.billing-detail-row.amount-due {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #036b37;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #d7d7d7;
}

.billing-detail-row .tax-presentation {
    color: #000000;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.payment-tip {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.payments-tip {
    padding-bottom: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    display: block;
    text-align: left;
}

.amount-remaining {
    margin-top: 8px;
}

.amount-due-edit-field {
    margin-right: 12px;
}

.review-amount-to-pay {
    margin-right: 12px;
}

.review-detail-section {
    padding-top: 20px;
    border-bottom: 1px solid #D7D7D7;
}

.review-detail-section.no-bottom-border .review-detail-row.amount-to-pay {
    padding-bottom: 0;
    line-height: 18px;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}

.review-detail-section.no-bottom-border .review-detail-row.amount-to-pay a {
    font-size: 14px;
}

.review-detail-section.payment-top-wrapper {
    padding-top: 8px;
}

.review-detail-section.no-bottom-border,
.review-detail-section.last {
    border: none;
}

.review-detail-section.last {
    padding-bottom: 20px;
}

.review-detail-row {
    padding-bottom: 20px;
    line-height: 14px;
}

.review-detail-row.last {
    padding-bottom: 18px;
}

.review-detail-row.amount-to-pay input[type="text"].inputBox {
    width: 50%;
}

.review-autopay-on-note {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 12px;
}

.pay-method-desc {
    padding-top: 14px;
    padding-bottom: 14px;
}

.pay-method-desc p {
    margin: 0;
}

.pay-method-desc-container {
    border-bottom: 1px solid #d9d9da;
}

.pay-method-option {
    border-bottom: 1px solid #d9d9da;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pay-method-option.last {
    border-bottom: none;
}

.pay-option-title {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

.pay-method-col {
    display: flex;
    align-items: center;
    min-height: 40px;
    height: auto;
}

.pay-method-col.last {
    justify-content: flex-end;
}

.credit-card-section {
    padding-bottom: 20px;
    padding-top: 20px;
}

.payment-methods-wrapper {
    overflow: hidden;
}

.payment-methods-wrapper .panel {
    margin-bottom: 0;
}

.quick-pay-landing .payment-methods-wrapper .panel {
    margin-bottom: 15px;
}

.register-section .hint {
    line-height: 15px;
    display: block;
}

.note-currency {
    color: #000000;
}

.preferManual-autopay {
    text-align: center;
    padding: 20px 0;
}

.confirmation-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    height: 94px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.confirmation-heading div {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.cc-confirmation .cc-confirmation-details {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cc-confirmation-amount-paid {
    padding-top: 15px;
    font-size: 18px;
    color: #036b37;
}

.cc-confirmation-amount-remaining {
    margin-top: 10px;
}

.cc-confirmation-reload-payments {
    margin-bottom: 10px;
}

.cc-confirmation-paid-messaging {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 10px;
}

.cc-confirmation-row {
    margin-bottom: 15px;
    line-height: 14px;
}

.cc-confirmation-row.last {
    margin-bottom: 0;
}

.cc-confirmation-actions {
    padding-top: 18px;
    padding-bottom: 18px;
}

.cc-auto-pay-wrapper {
    margin-top: 18px;
    border-bottom: 1px solid #d7d7d7;
}

.cc-review myc-heading h2 {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.cc-review .panel-heading a.e-trust {
    display: flex;
    align-items: center;
    min-height: 44px;
    justify-content: flex-end;
}

.cc-review .panel.panel-myc {
    margin-bottom: 0;
}

.cc-confirmation .panel.panel-myc .panel-heading {
    max-height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cc-confirmation .panel.panel-myc {
    margin-bottom: 0;
}

.cc-confirmation myc-heading h2 {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.review-details-wrapper {
    background-color: #f6f6f6;
}

.confirm-payment-details .table {
    font-size: 14px;
    margin-bottom: 36px;
    margin-top: 30px;
}

.confirm-payment-details .table td {
    border: none;
    padding: 0;
}

.confirm-payment-details .table tr {
    border: none;
}

.confirm-payment-details tr td:nth-child(even) {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.bill-details-wrapper {
    border-top: 3px solid #D7D7D7;
}

.payments-section .bill-details-wrapper > * {
    float: none;
}

.bill-details-wrapper .paymentsTip {
    margin: 20px 0;
}

.review-details-wrapper .auto-pay-details {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    float: none;
}

.payments-autopayInfo {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
}

.payments-howAutopayworks-left-align {
    text-align: left;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 14px;
    cursor: pointer;
}

.pay-by-cc-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pay-by-cc-text-top-margin {
    margin-top: 20px;
}

.pay-by-cc-text-bottom-margin {
    margin-bottom: 20px;
}

.payments-howAutopayworks-left-align .dropdown-title {
    color: #1b75bb;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.autopay-turnon-info .how-it-works {
    color: black;
}

.cricket-modal-autopay .modal-dialog.modal-md {
    max-width: 380px;
}

.cricket-modal-autopay .modal-dialog.modal-md .modal-content {
    padding: 16px 20px 26px 20px;
}

.cricket-modal-autopay .modal-header {
    margin-bottom: 16px;
}

.cricket-modal-autopay .modal-header .modal-title {
    font-size: 20px;
}

/* override portal modal style calculation */
.cricket-modal-autopay .modal-dialog .modal-body {
    overflow: auto;
}

.cricket-modal-autopay .payments-howAutopayworks-left-align {
    margin-bottom: 10px;
    font-size: 12px;
    color: #1B75BB;
}

.cricket-modal-autopay form[name="autopayPinForm"] .howAutopayWorks-dropdown {
    margin-bottom: 10px;
}

.cricket-modal-autopay form[name="autopayPinForm"] hr {
    margin-top: 15px;
}

.cricket-modal-autopay form[name="autopayPinForm"] .input-wrapper {
    margin-top: 15px;
}

.cricket-modal-autopay form[name="autopayPinForm"] p.note-or-tip {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.cricket-modal-autopay form[name="autopayPinForm"] .autopay-modal-sub-heading {
    margin-bottom: 8px;
}

.cricket-modal-autopay form[name="autopayPinForm"] .modal-dropdown-content-wrapper {
    margin-top: 10px;
}

.cricket-modal-autopay .modal-dropdown-content-wrapper p:not(:last-of-type) {
    margin-bottom: 20px;
}

.cricket-modal-autopay .modal-dropdown-content-wrapper p,
.cricket-modal-autopay .modal-dropdown-content-wrapper span {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
}

.cricket-modal-autopay .modal-dropdown-content-wrapper p:last-of-type {
    margin-bottom: 0;
}

.cricket-modal-autopay .modal-footer p.payments-autopay-accept-label {
    margin-bottom: 4px;
    margin-top: 15px;
}

.cricket-modal-autopay .modal-footer {
    margin-top: 0;
}

.cricket-modal-autopay .modal-footer .tnc-outer-wrapper {
    border-radius: 0;
    border: none;
}

.cricket-modal-autopay .modal-footer .tnc-outer-wrapper .tnc-inner-wrapper {
    padding: 17px 20px;
}

.cricket-modal-autopay .modal-footer .tnc-outer-wrapper .tnc-inner-wrapper p {
    font-size: 12px;
}

.cricket-modal-autopay .modal-footer .credit-card-actions {
    padding: 25px 0 14px 0;
    margin-top: 0;
}

.cricket-modal-autopay .credit-card-actions .button-wrapper,
.cricket-modal-autopay .credit-card-actions button {
    margin: 0;
}

.cricket-modal-autopay .input-wrapper,
.cricket-modal-autopay .input-wrapper .field-error-container,
.cricket-modal-autopay .input-wrapper .field-error-container {
    margin-bottom: 2px;
}

.howAutopayWorks-dropdown {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 12px;
}

.autopay-turnon-info .howAutopayWorks-dropdown {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 12px;
}

.credit-card-autopay .howAutopayWorks-dropdown strong {
    font-size: 12px;
}

.bill-details-wrapper table {
    font-size: 16px;
}

.review-bill-details tr td:nth-child(even) {
    text-align: right;
}

.review-bill-details tr td {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    border: none;
    padding: 14px 0;
}

.review-bill-details tr td .tax-presentation {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.amount-to-pay {
    color: #036b37;
}

.amount-to-pay .link {
    color: #1b75bb;
    font-size: 14px;
}

.amount-to-pay input[type="text"].inputBox {
    color: #000000;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    margin: 0;
    position: absolute;
    top: -8px;
    left: 0;
    padding: 7px;
}

.auto-pay-label,
.auto-pay-value {
    padding-right: 12px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.auto-pay-value {
    text-align: right;
}

.review-notes {
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
}

.review-notes p {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #838383;
    margin: 0;
}

.auto-pay-details {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.auto-pay-details table tr td:nth-child(even) {
    text-align: right;
}

.auto-pay-details-bottom-margin {
    margin-bottom: 20px;
}

.change-features-actions.review-actions {
    padding-top: 20px;
    margin-bottom: 20px;
}

button.btn.review-btn {
    margin-left: 15px;
}

.confirm-content {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.confirm-num {
    color: #036B37;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.never-miss-autopay {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #1B75BB;
    text-align: left;
    margin-bottom: 20px;
}

.print-image {
    text-align: right;
    cursor: pointer;
    top: 30px;
    right: 30px;
}

.review-actions .account-summary-button,
.review-actions .cancel-button,
.review-actions a.btn.cancel-button,
.review-actions .ladda-button {
    margin: 0;
}

.tax-presentation {
    font-size: 11px;
}

.tax-dropdown {
    margin-top: 0;
}

.tax-dropdown-wrapper {
    line-height: 14px;
    border: 0;
}

.tax-dropdown-text {
    font-size: 12px;
}

.hotlined-payment {
    color: #D82238;
}

/**********************************
Review Edit Functionality
**********************************/

.review-edit {
    padding: 17px 0 0 0;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    color: #1B75BB;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.review-save {
    padding: 17px 0 0 0;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    color: #1B75BB;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

input[type="text"].inputBox {
    /*width: 125px;*/
    margin: 6px 0 0;
    padding: 11px 15px;
    text-align: right;
    border-radius: 5px;
    height: auto;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.bottom-cancel {
    margin-top: 15px;
}

.modal-footer .btn-primary {
    max-width: none;
}

/***********************************
Payments page, bottom autopay section
***********************************/

.payments-autopay-section .button-wrapper {
    position: relative;
    margin: 0 auto;
    float: none;
}

.amount-pay-errors .field-error-container,
.amount-pay-errors .field-error-container {
    margin-bottom: 6px;
    margin-top: 10px;
}

.amount-pay-errors .field-error-container:after,
.amount-pay-errors .field-error-container:after {
    left: inherit;
    right: 80px;
}

.how-autopay-works {
    text-align: left;
    color: #1B75BB;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 12px;
    margin-top: 8px;
    cursor: pointer;
}

.how-autopay-works .glyphicon {
    font-size: 10px;
}

.how-it-works-dropdown {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.payments-howAutopayworks {
    text-align: center;
    color: #1B75BB;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    cursor: pointer;
}

.payments-howAutopayworks .glyphicon {
    font-size: 12px;
    margin-top: -1px;
}

.payments-howAutopayworks-top-margin {
    margin-top: 18px;
}

/***********************************
LG Styles
***********************************/
@media ( min-width: 769px ) {
    .credit-card-actions button {
        margin-left: 0;
    }

    .mobile-cc-only-securityCode {
        /*display: none;*/
        width: 245px;
    }

    .cricket-modal-autopay .credit-card-actions .button-wrapper:first-of-type {
        margin-right: 20px;
    }

    .cricket-modal-autopay .credit-card-actions .button-wrapper:nth-of-type(2) {
        margin-left: 0;
    }
}

/***********************************
MD Styles
***********************************/
@media ( min-width: 481px ) and ( max-width: 768px ) {

    .print-img-mobile {
        display: none;
    }

    .credit-card-actions button {
        margin-left: 0;
    }

    .pay-method-desc-container, .pay-method-option {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/***********************************
MD - SM - XS Styles
***********************************/
@media ( max-width: 768px ) {

    .review-amount-to-pay {
        margin-right: 28px;
    }

    .change-features-actions.review-actions .ladda-button {
        margin: 0 0 15px 0;
    }
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {

    .quick-pay-landing .payment-methods-wrapper .panel {
        margin-bottom: 10px;
    }

    .review-detail-row.amount-to-pay input[type="text"].inputBox {
        width: 100%;
    }

    .cc-review .panel-heading a.e-trust {
        min-height: 56px;
    }

    button.btn.cancel-button {
        margin: 0;
    }

    button.btn.review-btn {
        margin-left: 0;
    }

    .payments-tip {
        text-align: left;
    }

    .review-details-wrapper {
        margin: 0 -15px;
    }

    .review-bill-details {
        width: 100%;
    }

    .mobile-payments-nxtArrow {
        margin-left: -25px;
    }

    .print-img-mobile {
        display: none;
    }

    .review-actions .account-summary-button,
    .review-actions .cancel-button,
    .review-actions .ladda-button {
        margin: 0 0 15px 0;
    }

    /*****Edit functionality on Review******/
    input[type="text"].inputBox {
        width: 80px;
    }

    .amount-pay-errors label.field-error-container:after {
        left: inherit;
        right: 80px;
    }

    .modal-content {
        height: auto;
    }

    .cricket-modal-autopay .modal-dialog.modal-md {
        max-width: 480px;
    }

    .cricket-modal-autopay .modal-dialog.modal-md .modal-content {
        padding: 16px 20px 26px 20px;
    }

    .pay-method-desc-container, .pay-method-option {
        padding-left: 15px;
        padding-right: 15px;
    }

    payment-method-selector .panel {
        margin-bottom: 10px;
    }
}

/***********************************
XS Styles
***********************************/
@media ( max-width: 400px ) {

    .mobile-payments-nxtArrow {
        margin-left: -25px;
    }

    /*****Edit functionality on Review******/
    input[type="text"].inputBox {
        width: 73px;
    }
}

/***********************************
XS Styles
***********************************/
@media ( max-width: 400px ) {
    .amount-pay-errors label.field-error-container:after {
        left: inherit;
        right: 80px;
    }
}

@media ( min-width: 320px ) and ( max-width: 375px ) {
    .amount-pay-errors label.field-error-container:after {
        left: inherit;
        right: 80px;
    }
}

.autopay .auto-pay-header {
    height: 80px;
}

.cw-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cw-vertical-center.truste-image {
    text-align: right;
}

.ie9 .cw-vertical-center {
    top: 25%;
}

.preferences {
    margin-bottom: 16px;
}

.preferences p {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.preferences p:not(:last-of-type) {
    margin-bottom: 9px;
}

/*.preferences .auto-pay-slide-views {
    position: relative;
    overflow: hidden;
}*/

.preferences .auto-pay-signup-message {
    margin-bottom: 0;
}

.preferences h2 {
    margin-bottom: 11px;
}

.preferences .how-autopay-works {
    text-align: left;
    color: #1B75BB;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 12px;
    margin-top: 0;
    cursor: pointer;
}

.autopay .how-autopay-works .glyphicon {
    font-size: 10px;
}

/* prevent modals from getting horizontal scroll bar */
.modal .scrollable {
    overflow-y: auto;
    overflow-x: hidden;
}

button.btn {
    padding: 10px 12px;
}

button.link-role.explanation-link:hover {
    background: transparent;
}

.constrain-width-1024.overview-display {
    margin-top: 20px;
}

.overview-display .cricket-promotions {
    margin-top: 20px;
}

.border-top {
    border-top: 1px solid #d7d7d7;
}

.billing-loading {
    min-height: 145px;
}

.banner-sub-heading {
    color: #FFFFFF;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.scheduled-changes-text {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.overview-section {
    background-color: #f6f6f6;
}

.overview-section .change-autopay-preferences {
    cursor: pointer;
}

.overview-section-billing {
    margin-top: 40px;
    background-color: #f6f6f6;
}

.account-lines {
    background-color: #f6f6f6;
    min-height: 100px;
}

.overview-section.account-line-details {
    margin-top: 0;
}

.overview-section-title {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    height: 80px;
}

.overview-section-title h2 {
    color: #FFFFFF;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-top: 10px;
}

.billing-details-autopay-content .autopay-on-landing-status {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.billing-details-summary {
    padding: 20px 0 20px 0;
}

.billing-details-autopay-content {
    padding: 35px 0 35px 0;
}

.billing-details-supplemental-info .billing-details-summary {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0 20px 0;
}

.billing-details-supplemental-info p .note-or-tip,
.billing-details-supplemental-info p {
    margin: 0;
}

.billing-details-autopay-content .note-or-tip {
    line-height: 18px;
    margin: 10px 0;
}

.billing-details-summary .billing-line-items {
    border-right: 1px solid #d7d7d7;
    min-height: 48px;
}

.billing-summary-account-credit,
.billing-summary-due-date,
.billing-summary-row {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.billing-summary-account-credit-wrapper,
.billing-summary-row {
    margin-bottom: 16px;
    line-height: 16px;
}

.billing-summary-row:last-of-type, .acp-row {
    margin-bottom: 0;
}

.billing-summary-account-credit-wrapper .account-credit-dropdown-wrapper,
.account-credit-desc-dropdown .text {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    text-align: left;
    font-size: 12px;
    color: #3170b7;
    cursor: pointer;
}

.daysRemaining {
    font-size: 12px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.account-credit-desc-dropdown {
    margin-top: -5px;
}

.account-credit-desc-dropdown span {
    text-align: left;
    font-size: 12px;
    color: #1b75bb;
    cursor: pointer;
}

.billing-summary-account-credit-wrapper .account-credit-dropdown-content, .account-credit-dropdown-content {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-right: 30px;
}

.account-credit-what-is {
    margin-top: 5px;
    margin-bottom: 15px;
}

.account-credit-textbox {
    font-size: 12px;
    margin-top: 12px;
}

.account-credit-textbox h3 {
    font-size: 12px;
    color: black;
    margin: 0 0 5px 0;
}

.account-billing .billing-summary-warning .billing-details-summary {
    background-color: #f6f6f6;
}

.account-billing .billing-summary-warning .bill-due-line-item, .billing-summary-warning .billing-summary-right-column {
    color: #cf292a;
}

.account-billing .billing-summary-warning .description-warning-padding {
    padding-left: 5px;
}

.billing-view-detailed-statement {
    text-align: right;
}

.billing-view-detailed-statement a {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    color: #1b75bb;
}

.detailed-bill {
    border-top: 1px solid #d7d7d7;
    padding-bottom: 16px;
    padding-top: 16px;
}

.detailed-bill p {
    margin: 0;
}

.detailed-bill-link {
    text-align: right;
}

.overview-section-autopay {
    margin-top: 40px;
    background-color: #f6f6f6;
}

.overview-section-title .title-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ie9 .overview-section-title .title-text {
    top: 25%;
}

.data-usage-wrapper {
    max-width: 99%;
}

.account-summary-autopay-not-enrolled {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.account-summary-billing .panel.panel-myc {
    margin-bottom: 0;
}

.account-summary-autopay-not-enrolled .autopay-cta-text {
    min-height: 42px;
}

.account-summary-autopay-not-enrolled .autopay-cta-text span {
    display: table-cell;
    vertical-align: middle;
}

.account-summary-autopay-not-enrolled button.btn {
    margin-bottom: 0;
}

.your-lines-panel .panel {
    margin-bottom: 0;
    margin-top: 20px;
}

.manage-stream-more-overview-link {
    margin-top: 11px;
}

.reported-lost-stolen {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #CCCCCC;
    color: #0c0c0c;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 0;
    margin: 0;
}

.reported-lost-stolen button {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    line-height: 16px;
}

.reported-lost-stolen button:hover {
    text-decoration: underline;
}

/*** Line Details ***/
.line-details-messaging {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
    position: relative;
}

.line-details-messaging p {
    margin-bottom: 0;
}

.line-detail-position {
    position: relative;
}

.line-detail-arrow {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 29px;
}

.overview-section .subscriber:first-child .line-details-area {
    border-top: none;
}

.overview-section .line-details-area {
    padding: 14px 0 15px 0;
    border-bottom: 1px solid #d7d7d6;
}

.overview-section .line-details-area.lost-stolen,
.overview-section .line-details-area.has-pending-changes,
.overview-section .account-line.data-limit-met,
.overview-section .account-line.approaching-limit {
    border-bottom: none;
}

.overview-section .line-details-area.last-line {
    border-bottom: none;
}

.overview-section .account-line.lost-stolen {
    background-color: #f6f6f6;
}

.overview-section .account-line.line-pending {
    padding-bottom: 20px;
}

.overview-section .account-line.approaching-data-limit {
    border-bottom: none;
}

.overview-section .account-line.data-limit-met {
    padding: 14px 0 15px 0;
}

.overview-section-actions {
    background-color: #f6f6f6;
    padding: 10px 0;
    border-top: 20px solid #ffffff;
}

.overview-section-actions div {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.overview-section-actions a {
    color: #3170B7;
}

.overview-section-actions p {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.overview-section .line-ctn {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.overview-section .line-ctn.hotlined {
    color: #cf292a;
}

.overview-section .line-ctn.lost-stolen {
    color: #cf292a;
    line-height: 24px;
}

.overview-section .line-ctn.line-pending {
    color: #cf292a;
}

.activate-pending-line-message {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0 0 6px 0;
}

.activate-pending-line-message ul {
    padding-left: 16px;
}

.activate-pending-line-arrow {
    max-width: 7px;
}

.overview-section .line-plan {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
}

.overview-section .data-usage-text {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.overview-section .gigs-used {
    text-align: right;
}

.overview-section .view-line-details-arrow {
    cursor: pointer;
}

.view-line-details-content {
    padding-left: 30px;
}

.view-line-details-content ul li {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.no-left-margin-row {
    margin-left: 0;
}

.approaching-data-limit-message, .data-limit-met-message {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 2px;
}

.add-a-gig, .manage-pending-changes {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #E1DFE1;
    padding: 10px 0 10px 0;
    float: none;
    margin: 0;
}

.add-a-gig button.link-role, .manage-pending-changes button.link-role {
    color: #000000;
    text-decoration: underline;
    margin-top: 0;
}

.manage-pending-changes p {
    margin-top: 2px;
}

.account-line .add-a-gig, .account-line .reported-lost-stolen, .account-line .manage-pending-changes {
    margin-top: 40px;
    margin-bottom: -40px;
}

.reported-lost-stolen-message {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    text-align: center;
}

.reported-lost-stolen:before, .manage-pending-changes:before {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 13px solid #f4f4f4;
    position: absolute;
    left: calc(50% - 33px);
    top: -5px;
}

.reported-lost-stolen, .manage-pending-changes {
    position: relative;
}

.want-more-data {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

.lost-stolen-modal-link,
.hot-lined-modal-link,
.learn-more-link {
    cursor: pointer;
}

.detailed-bill {
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
}


/*** LOST STOLEN MODAL ***/
.lostOrStolenModal ul {
    padding-left: 16px;
}

.lostOrStolenModal .note {
    color: #6e6f72;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.allLostOrStolenModal ul {
    padding-left: 16px;
}

.allLostOrStolenModal .note {
    color: #6e6f72;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.overview-device-image {
    max-width: 40px;
}

.voice-data-messaging {
    padding-left: 30px;
    padding-top: 20px;
}

.approaching-limit {
    margin-top: 0;
}

/*  MAST UPDATES */
.plans-services-cta-block {
    padding: 15px;
}

/*** USAGE BAR ***/
.progress {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    min-height: 20px;
    margin-bottom: 0;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.315);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.315);
}

.progress-bar {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.progress-bar.green {
    background: #5ea32f; /* Old browsers */
    background: -ms-linear-gradient(top, #5ea32f 0, #528f29 100%);
    background: -o-linear-gradient(top, #5ea32f 0, #528f29 100%);
    background: -moz-linear-gradient(top, #5ea32f 0, #528f29 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5ea32f 0, #528f29 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5ea32f 0, #528f29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea32f', endColorstr='#528f29', GradientType=0); /* IE6-9 */
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar.yellow {
    background: #fbc805; /* Old browsers */
    background: -ms-linear-gradient(top, #fbc805 0, #dbae04 100%);
    background: -o-linear-gradient(top, #fbc805 0, #dbae04 100%);
    background: -moz-linear-gradient(top, #fbc805 0, #dbae04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbc805 0, #dbae04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbc805 0, #dbae04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc805', endColorstr='#dbae04', GradientType=0); /* IE6-9 */
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar.red {
    background: #cc2828; /* Old browsers */
    background: -ms-linear-gradient(top, #cc2828 0, #b32322 100%);
    background: -o-linear-gradient(top, #cc2828 0, #b32322 100%);
    background: -moz-linear-gradient(top, #cc2828 0, #b32322 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc2828 0, #b32322 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc2828 0, #b32322 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2828', endColorstr='#b32322', GradientType=0); /* IE6-9 */
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar.gray {
    background: #6e6e6e; /* Old browsers */
    background: -ms-linear-gradient(top, #6e6e6e 0, #606060 100%);
    background: -o-linear-gradient(top, #6e6e6e 0, #606060 100%);
    background: -moz-linear-gradient(top, #6e6e6e 0, #606060 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6e6e6e 0, #606060 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6e6e6e 0, #606060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#606060', GradientType=0); /* IE6-9 */
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
/***********************************
MD Styles
***********************************/
@media ( min-width: 480px) and ( max-width: 768px ) {
    .account-summary-autopay-not-enrolled .autopay-cta-text {
        margin-top: -2px;
        text-align: center;
    }
}

/***********************************
XS - SM - MD Styles
***********************************/
@media ( max-width: 768px ) {
    .add-a-gig, .manage-pending-changes {
        padding: 0 0 15px 0;
    }

    .add-a-gig button, .manage-pending-changes button {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .overview-section-actions button {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .overview-section .line-ctn {
        font-size: 16px;
    }

    .want-more-data {
        text-align: center;
        margin-top: 11px;
    }

    button.mobile-activate {
        margin: 0;
    }

    .overview-breadcrumbs.breadcrumb {
        margin: 10px 0;
    }

    .overview-device-image {
        padding-left: 0;
    }

    .detailed-bill-link {
        text-align: left;
    }

    .overview-section .view-line-details-arrow {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .overview-section .manage-stream-more-overview-link {
        margin-top: 10px;
    }

    .billing-details-summary, .overview-section-actions {
        padding: 10px 15px 10px 15px;
    }

    .billing-details-summary, .line-details-messaging {
        padding: 20px 15px 20px 15px;
    }

    .detailed-bill {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/***********************************
XS - SM Styles
***********************************/
@media ( max-width: 480px ) {
    .billing-details-summary .billing-line-items {
        text-align: left;
        border-right: none;
        margin-bottom: 20px;
    }

    .billing-details-summary .billing-line-items .billing-summary-left-column {
        text-align: left;
        padding-right: 0;
    }

    .billing-details-summary .billing-line-items .billing-summary-right-column {
        text-align: right;
    }

    .billing-details-summary .pay-now-or-add-funds button {
        margin-bottom: 0;
    }

    .billing-details-account-statement .account-statement-available {
        margin-bottom: 15px;
    }

    .account-billing .billing-summary-warning .billing-summary-left-column {
        padding-left: 15px;
    }

    .billing-view-detailed-statement {
        text-align: left;
    }

    .overview-device-image {
        padding-left: 0;
    }

    .data-usage-wrapper {
        max-width: none;
    }

    .account-billing .billing-summary-warning .billing-details-summary-align {
        padding-left: 5px;
    }

    .view-line-details-content {
        padding-left: 15px;
    }

    .overview-section-actions button {
        margin-bottom: 0;
    }

    .account-summary-autopay-not-enrolled button {
        margin-top: 5px;
    }

    .billing-details-summary button.btn {
        margin: 0;
    }

    .account-summary-autopay-not-enrolled .autopay-cta-text {
        margin-top: -2px;
        text-align: center;
    }

    .progress {
        margin-top: 0;
    }

    .overview-section .line-plan {
        font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .btn.cancel-button.set-up-autopay, .btn.cancel-button.add-a-line {
        margin-top: 15px;
    }

    .overview-display div.account-lines.overview-section {
        padding-left: 0;
        padding-right: 0;
    }

    .overview-display .account-lines.overview-section .line-detail-position {
        margin-right: 0;
        margin-left: 0;
    }

    .line-details-messaging .plans-services-cta-block {
        padding-left: 0;
        padding-right: 0;
    }
}

.billing-details-supplemental-info .note-or-tip {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

/***********************************
Custom Styles
***********************************/
@media ( min-width: 700px) and ( max-width: 855px ) {
    .billing-details-summary .billing-line-items .billing-summary-right-column {
        text-align: right;
        padding-right: 15px;
    }

    .billing-details-summary .billing-line-items .billing-summary-account-credit .billing-summary-left-column,
    .billing-details-summary .billing-line-items .billing-summary-row .billing-summary-left-column {
        width: 123px;
    }
}

@media (max-width: 480px) {
    .reported-lost-stolen {
        margin: 0;
    }
}

@media ( max-width: 768px ) {
    .manage-pending-changes p {
        margin-top: 14px;
    }

    .reported-lost-stolen:before {
        left: calc(50% - 25px);
    }

    .reported-lost-stolen button {
        margin-left: calc(50% - 44px);
    }

    .overview-section .line-ctn.lost-stolen {
        line-height: 18px;
    }
}

@media ( min-width: 481px) and ( max-width: 611px ) {
    .overview-device-image {
        padding-left: 0;
    }
}

@media ( max-width: 380px ) {
    .overview-device-image {
        padding-left: 0;
    }

    .overview-section .view-line-details-arrow {
        position: relative;
        right: 7px;
    }

    .billing-loading {
        min-height: 136px;
    }
}
.scheduled-changes-header {
    background: #f6f6f6;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    padding: 20px;
}

.scheduled-changes-header .scheduled-changes-header-bold, .scheduled-changes-bold {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

@media all and (min-width: 480px) {
    .pending-changes .billing-history-wrapper {
        padding: 0;
    }
}

.pending-subscriber-changes-wrapper,
.pending-subscriber-changes-wrapper-no-border,
.pending-subscriber-changes-wrapper.pending-subscriber-changes-wrapper-expanded {
    border-bottom: solid 1px #d7d7d7;
    overflow-x: hidden;
}

.pending-subscriber-change-component .opt-panel,
.pending-subscriber-change-component .opt-switch-panel {
    padding: 20px 0 !important;
}

.pending-subscriber-change-component .opt-switch-panel {
    background-color: #f6f6f6;
}

.pending-subscriber-changes-wrapper .scheduled-change-ctn {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.scheduled-change-event-label, .scheduled-change-are-you-sure-message {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

.scheduled-change-event-cancelled-label {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

.scheduled-change-detail-list {
    margin-bottom: 10px;
}

.scheduled-change-detail-item {
    clear: both;
    margin-bottom: 5px;
    min-height: 15px;
}

.scheduled-change-detail-change {
    float: left;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.scheduled-change-detail-price {
    float: right;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.cancel-scheduled-change-button {
    max-width: 120px;
}

.scheduled-changes-buttons-container {
    margin-top: 20px;
}

.pending-subscriber-changes-confirmation-buttons {
    margin-top: 10px;
}

.pending-subscriber-changes-cancel-button-hidden {
    display: none;
}

.scheduled-changes-cancelled-buttons {
    margin-top: 15px;
}

.btn.pending-changes-btn-bottom {
    margin-bottom: 0;
}

.manage-plan-page {
    min-height: 300px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.steps-track-wrap {
    border: 2px solid #e1dfe1;
    padding: 15px;
}

.plan-info {
    margin-top: 20px;
}

.plan-info .plan-info-headline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-info p.bullet-point {
    margin-bottom: 0;
}

.manage-line-plan-component .promo-box {
    background: url('/uiassets/myaccount-black-dollar-sign-yellow-bg.png') white no-repeat;
    border: 2px solid #e1dfe1;
    min-height: 70px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}

.promo-box-copy {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
}

.promo-box-headline {
    font-weight: bold;
    font-size: 13px;
    padding-top: 9px;
    margin-bottom: 0;
}

.cta-wrap .btn.btn-primary {
    margin: 10px 0 0 25px;
}

.manage-plan-page plan .plan-wrap .panel {
    margin-bottom: 10px;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .not-grandfathered .heads-up-display-component {
        padding: 3px 20px;
    }

    .cta-wrap .btn.btn-primary {
        margin-left: 0;
    }
}
.manage-lines-review-component .review-steps-wrap {
    padding: 20px 15px 20px 15px;
}

.manage-lines-review-component .grey-bg {
    background: #f6f6f6;
}

.manage-lines-review-component .grey-border {
    border: 1px solid #e1dfe1;
}

.manage-lines-review-component .lines-wrap {
    padding-top: 20px;
}

.manage-lines-review-component .line-ctn,
.manage-lines-review-component .line-mrc {
    font-size: 17px;
    font-weight: 600;
}

.manage-lines-review-component .line-indicator-text {
    font-style: italic;
    text-transform: capitalize;
}

.manage-lines-review-component .bold {
    font-weight: bold;
}

.manage-lines-review-component .green {
    color: #408610;
}

.manage-lines-review-component .plans-features-headline,
.manage-lines-review-component .billing-discounts-headline {
    margin-bottom: 10px;
    font-weight: bold;
}

.manage-lines-review-component hr.full-width {
    margin-left: -40px;
    margin-right: -40px;
    border-top-color: #d7d7d7;
}

.manage-lines-review-component .note-wrap {
    margin-top: 15px;
}

.manage-lines-review-component .discounts-txt:first-of-type,
.manage-lines-review-component .green.demi-font.font-16,
.manage-lines-review-component .note-wrap .font-10 {
    padding: 0;
}

.manage-lines-review-component .manage-lines-review-cta-wrap {
    padding-bottom: 20px;
}

.manage-lines-review-component .manage-lines-review-cta-wrap .btn-link {
    line-height: 40px;
}

.manage-lines-review-component .demi-font {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .bold-font {
    font-family: 'AvantGardeGothicITCW01D 731063', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .light-font {
    font-family:'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.manage-lines-review-component .manage-lines-review-cta-wrap .link-role {
    margin-top: 10px;
}

.manage-lines-review-component .cart-link {
    padding: 10px 0;
    float: left;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

    .manage-lines-review-component .green.demi-font.font-16 {
        padding-left: 15px;
    }

    .manage-lines-review-component .note-wrap {
        padding: 15px;
    }

    .manage-lines-review-component .note-wrap .font-10 {
        padding: 0;
    }

}

@media only screen
and (max-device-width: 768px) {

    manage-lines-review-component .discounts-txt:first-of-type,
    .manage-lines-review-component .green.demi-font.font-16,
    .manage-lines-review-component .note-wrap .font-10 {
        padding-left: 20px;
    }

    .manage-lines-review-component .manage-lines-review-cta-wrap {
        text-align: center;
    }

}
.account-pin .main-body h2 {
    color: #036b37;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 28px;
}

.account-pin #inqC2CImgContainer_footer > * {
    display: inline;
}

/***********************************
XS - SM Styles
***********************************/
@media (max-width: 480px) {
    .account-pin h2 {
        font-size: 22px;
    }

    .account-pin-turn-on-button, .account-pin-turn-off-button {
        margin-bottom: 10px;
    }
}

.create-password-form-wrapper h2 {
    color: #036b37;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.create-password-form-wrapper .show-hide-wrapper {
    width: 20%;
}

.create-password-form-wrapper .input-wrapper .show-hide-input {
    width: 80%;
}

.create-password-form-wrapper .input-wrapper.has-show-hide .input-clear-button {
    right: 89px;
}

.create-password-form-wrapper .validation-msg {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.create-password-form-wrapper .show-hide-button {
    text-decoration: none;
}

.create-password-actions button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.create-password-actions a.btn.cancel-button {
    margin-top: 0;
}

.change-password-success-heading {
    color: #036b37;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-top: 35px;
}

.change-password-success-message {
    margin-bottom: 30px;
}

.change-password-success-wrapper a {
    cursor: pointer;
}

/***********************************
LG Styles
***********************************/
@media ( max-width: 1024px ) {
    .create-password-form-wrapper .show-hide-wrapper {
        width: 24%;
    }
}

/***********************************
MD Styles
***********************************/

@media (max-width: 768px) {
    .create-password-actions button {
        margin-bottom: 15px;
    }
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {
    .create-password-form-wrapper .show-hide-wrapper {
        width: 30%;
    }
}

.manage-data-content-header {
    color: #046a38;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 11px;
}

.manage-data-spinner {
    min-height: 50px;
    padding: 30px;
}

.manage-emails-heading {
    margin-top: 17px;
}

.manage-emails-heading h3 {
    margin-bottom: 10px !important;
}

.manage-emails-heading .title-text p {
    margin-bottom: 15px;
}

.manage-data-conservation-label {
    color: #404041;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
}

.manage-data-conservation-value {
    color: #404041;
    font-size: 16px;
    text-transform: uppercase;
}

.opt-switch-panel {
    background-color: #f6f6f6;
}

.opt-switch-panel.opt-switch-panel-expanded {
    padding: 20px 0;
}

.manage-data-optimization-subscriber {
    background-color: #f6f6f6;
    margin-top: 20px;
}

/*
Design by echojanz:
http://dribbble.com/shots/1039179-Slide-Button?list=users
*/

/*---Switch styles---*/

/* Checkbox hack */
.data-conservation-switch input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* Container */
.data-conservation-switch {
    float: right;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    height: 30px;
    position: relative;
    top: -8px;
    width: 90px;
}

/* Background unchecked */
.data-conservation-switch label {
    background: #1d74b7;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    height: 100%;
    position: relative;
    transition: all .15s ease;
    width: 100%;
}

/* Force Opt In */
.data-conservation-switch label.disabled, .data-conservation-switch input:checked ~ label.disabled {
    background: #7d7d7d;
}

/* Slider unchecked */
.data-conservation-switch label div {
    background: #e1dfe2;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
    display: block;
    height: 30px;
    left: -4px;
    position: absolute;
    top: 0;
    transition: all .15s ease;
    width: 45px;
    z-index: 3;
}

/* Icon styles */
.data-conservation-switch .data-conservation-on {
    font-size: 14px;
    left: 12px;
    position: relative;
    top: 4px;
    z-index: 2;
}

.data-conservation-switch .data-conservation-off {
    font-size: 14px;
    left: 25px;
    position: relative;
    top: 4px;
    z-index: 2;
}

/* Checked States */
.data-conservation-switch input:checked ~ label {
    background: #1d74b7;
    color: #ffffff;
}

.data-conservation-switch input:checked ~ label div {
    left: 46px;
}

.data-optimization-note {
    color: #404041;
    margin-top: 10px;
}

.data-optimization-note > p, .data-optimization-note > strong > p, p.data-optimization-note {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .03em;
    margin-bottom: 0;
}

.data-optimization-button-padding {
    padding: 10px 0 0 0;
}

.data-optimization-how-it-works {
    margin: 15px 0;
}

.data-optimization-how-it-works h4 {
    margin-bottom: 3px;
    font-size: 14px;
}

.data-conservation-warning {
    border-left: 10px solid #cf292a;
}

p.data-optimization-subscriber-pending-line {
    margin: 0;
}

.usage-details-billing-cycle-picker {
    border-bottom: 4px solid #d7d7d7;
    padding: 0 0 40px 0;
}

.multiline-usage {
    margin-top: 20px;
}

.usage-details-talk-text-cta {
    margin: 20px 0 0 0;
}

.usage-talk-text-bold {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.usage-details-talk-text-body {
    padding: 10px 0 5px 0;
}
.language-selector-messaging h2 {
    color: #036B37;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 11px;
}

.language-selector-messaging .language-change-success {
    margin-bottom: 11px;
}

.selector-heading {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 1px 0 10px 0;
}

.language-selector-options {
    position: relative;
    display: block;
    min-height: 100px;
}

.language-selector-options label {
    color: #000000;
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    padding-bottom: 12px;
}

.radio-icon {
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    min-height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    color: #1f9fd6;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.radio-icon.checked:before {
    content: " ";
    width: 12px;
    height: 12px;
    background: #1f9fd6;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.language-selector-buttons {
    padding-top: 5px;
}

.center-block.no-float {
    float: none;
}

.text-right {
    text-align: right;
    padding-right: 41px;
}

a:hover {
    cursor: pointer;
}

.manage-email .email-optin-subpanel {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #e4e4e4;
    margin-top: 0;
    padding: 18px 0 15px;
}

.manage-email .email-optin-subpanel.detail-line {
    margin-bottom: 0;
}

.closed {
    margin-top: -100%;
    -webkit-transition: margin-top 2000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: margin-top 2000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.opened {
    margin-top: 10px;
    -webkit-transition: margin-top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: margin-top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.manage-email .input-wrapper .input-clear-button {
    top: 0;
}

.changePrimaryEmailForm .input-wrapper {
    margin-bottom: 10px;
}

.manage-email .settings-details .pending-line {
    color: #000000;
}

.manage-email .detail-line:not(:last-of-type) {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1dfe1;
}

.manage-email .detail-value {
    margin-top: 0;
}

.manage-emails-heading {
    margin-top: 30px;
}

/***********************************
XS - SM Styles
***********************************/
@media ( max-width: 480px ) {
    .manage-email .email-optin-subpanel {
        margin-top: 0;
        margin-bottom: 0;
        padding: 18px 0 15px;
    }

    .manage-email .email-optin-subpanel .cancel-button {
        margin-bottom: 8px;
    }

    .manage-email .detail-value {
        margin-top: 0;
    }

    .manage-email .changeEmailForm .input-wrapper, .changePrimaryEmailForm .input-wrapper {
        margin-bottom: 0;
    }

    .changeEmailForm .input-wrapper input, .changePrimaryEmailForm .input-wrapper input {
        margin-bottom: 10px;
    }

    .validation-msg {
        margin-bottom: 5px;
    }

    .manage-email .validation-msg {
        margin-top: 0;
        margin-bottom: 0;
    }

    .changeEmailError, .manage-email .validation-msg p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .change-email-actions {
        margin-bottom: 5px;
    }

    .change-email-actions .cancel-button {
        margin-bottom: 0;
    }

    .manage-email .opened {
        margin-top: 5px;
    }
}

.refer-and-earn-component .refer-inner-container {
     padding: 20px 30px;
 }

.refer-and-earn-component .refer-inner-container-middle {
    padding: 20px 30px 0;
}

.refer-and-earn-component .separator {
    border-top: 1px solid #d7d7d7;
}
.refer-friends-redeem-code-component {
    background-color: #f6f6f6;
    border-radius: 15px;
    box-shadow: 0 6px 0 -1px #c4d600;
    margin: 0 -15px 20px;
    min-height: 60px;
}

.refer-friends-redeem-code-component .redeem-content-holder {
    padding: 10px;
}

.refer-friends-redeem-code-component .redeem-code-image {
    float: left;
}

.refer-friends-redeem-code-component .redeem-code-content {
    margin-left: 50px;
    width: calc(100% - 50px);
}

.refer-friends-redeem-code-component .headline,
.refer-friends-redeem-code-component .hint {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.refer-friends-redeem-code-component .hint {
    margin-top: 10px;
}

.refer-friends-redeem-code-component .link-role {
    border-width: 0;
}

.refer-friends-redeem-code-component .close-button {
    position: absolute;
    top: 12px;
    right: 18px;
}

.refer-friends-redeem-code-component .redeem-forms {
    border-top: 1px solid #d7d7d7;
    padding: 15px;
}

.refer-friends-redeem-code-component form {
    margin: 10px 0 0;
    overflow: hidden;
}

.refer-friends-redeem-code-component .input-wrapper.has-show-hide .input-clear-button {
    right: 120px;
}

.refer-friends-redeem-code-component .has-show-hide {
    margin-bottom: 0;
}

.refer-friends-redeem-code-component .show-hide-input,
.refer-friends-redeem-code-component .show-hide-input ~ button {
    height: 40px;
    margin-bottom: 0;
}

.refer-friends-redeem-code-component .show-hide-input {
    color: #6e6f72;
    float: left;
    width: calc(100% - 120px);
}

.refer-friends-redeem-code-component .show-hide-input ~ button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    max-width: 80px;
}

.refer-friends-social-input-component .show-hide-input ~ button,
.refer-friends-social-input-component .show-hide-input ~ button:hover {
    border: 1px solid rgb(204, 204, 204);
    border-left-width: 0;
}

@media screen and (min-width: 768px) {
    .refer-friends-redeem-code-component .code-earned {
        margin-top: 10px;
    }
}

.referral-status-wrap {
    overflow: hidden;
}

.common-questions-wrap {
    text-align: right;
}

.remaining-referrals-wrapper {
    margin-bottom: 15px;
    margin-top: 20px;
}

.more-info-icon-wrap img {
    width: 20px;
}

.referral-status-footer > div {
    height: 50px;
    padding-top: 10px;
}

.referral-status-footer .common-questions-wrap .common-questions-link {
    float: right;
    cursor: pointer;
}

.referral-status-wrap .example-container {
    display: flex;
    flex-wrap: nowrap;
}

.referral-status-wrap .example-status-bar {
    width: 27%;
    height: 5px;
    background-color: #d7d7d7;
    margin: 12px 10px;
    border-radius: 3px;
}

.referral-status-wrap .example-status-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #60a630;
    margin: 10px 0;
}

.referral-status-wrap .example-active-status {
    background-color: #60a630 !important;
}

.no-active-referrals-block img {
    display: block;
    margin: 40px auto 20px auto;
}

@media (max-width: 480px) {
    .common-questions-wrap {
        text-align: left;
    }

    .remaining-referrals-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.refer-friends-earned-component {
    text-align: center;
}

.refer-friends-earned-component .earned-container {
    height: 122px;
    position: relative;
}

.refer-friends-earned-component .price-container,
.refer-friends-earned-component .earned-container .rose {
    position: absolute;
    z-index: 1;
}

.refer-friends-earned-component .available {
    right: calc(50% + 30px);
}

.refer-friends-earned-component .earned {
    left: calc(50% + 30px);
}

.refer-friends-earned-component .earned-container .rose {
    left: calc(50% - 44px);
    margin-top: 28px;
}

.refer-friends-earned-component .price-container {
    width: 100px;
    z-index: 0;
}

.refer-friends-earned-component .price {
    background: #ffffff;
    border: 1px solid #e1dfe1;
    border-top-width: 3px;
    font-size: 24px;
    height: 102px;
    position: relative;
}

.refer-friends-earned-component .price > span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.refer-friends-earned-component .heading {
    /* Uses Demi Font */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.refer-friends-earned-component .available > .price {
    color: #6e6f72;
}

.refer-friends-earned-component .earned > .price {
    border-top-color: #60a630;
    color: #60a630;
}

.refer-friends-earned-component .potential-earnings,
.refer-friends-earned-component .earned .heading {
    color: #046a38;
}

.refer-friends-earned-component .potential-earnings-container {
    font-size: 18px;
    margin-top: 20px;
}

.refer-friends-earned-component .potential-earnings-container p {
    margin-bottom: 0;
}

.refer-friends-earned-component .potential-earnings,
.refer-friends-earned-component .price {
    /* Uses Bold Font */
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.refer-friends-earned-component img {
    height: 88px;
    width: 88px;
}

@media screen and (min-width: 341px) {
    .refer-friends-earned-component .price-container {
        width: 110px;
    }
}

@media screen and (max-width: 767px) {
    .refer-friends-earned-component .potential-earnings-container {
        float: none;
        margin: 0 auto;
        width: 180px;
    }
}
.refer-friends-social-component {
    /* Uses Demi Font */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    text-align: center;
}

.refer-friends-social-component .details-inner-container {
    padding: 20px 30px;
}

.refer-friends-social-component .details-inner-container > .detail-line:last-of-type {
    margin: 0;
}

.refer-friends-social-component button {
    margin-bottom: 0;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .refer-friends-social-component button {
        max-width: 140px;
    }
}
.refer-friends-social-icon-component {
    margin: 0 1px;
    width: 64px;
}

.refer-friends-social-icon-component button {
    width: 100%;
}

.refer-friends-social-icon-component button,
.refer-friends-social-icon-component button:hover {
    background-color: transparent;
}

.refer-friends-social-icon-component figcaption {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .refer-friends-social-icon-component {
    }
}
.refer-friends-social-input-component {
}

.refer-friends-social-input-component input,
.refer-friends-social-input-component button {
    height: 42px;
    margin-bottom: 0;
}

.refer-friends-social-input-component label {
    margin-bottom: 10px;
}

.refer-friends-social-input-component input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #6e6f72;
    float: left;
    width: calc(100% - 80px);
}

.refer-friends-social-input-component button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    max-width: 80px;
}

.refer-friends-social-input-component button,
.refer-friends-social-input-component button:hover {
    border: 1px solid rgb(204, 204, 204);
    border-left-width: 0;
}

.refer-friends-social-input-component .btn-referral-share {
    min-width: unset;
}

@media screen and (min-width: 768px) {
    .refer-friends-social-input-component {
    }
}
/* Mobile styles appear outside media-queries, please add desktop styles to appropriate query. */
.body-position-fixed {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.refer-friends-tutorial-component {
    background: white;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
}

.refer-friends-tutorial-component .tutorial-container {
    height: 100%;
}

.refer-friends-tutorial-component .skip-link {
    /* Account for -15px animation in the top padding and subtract the 15px from the bottom padding. */
    padding: 45px 14px 15px;
    text-align: right;
}

.refer-friends-tutorial-component .skip-link .explanation-link {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    line-height: 12px;
    opacity: 0;
}

.refer-friends-tutorial-component .slide-container {
    /*
     * Subtract the height of skip link (74px) and nav dots (60px)
     * skip link: padding-top (45px) + height (14px) + padding-bottom (15px)
     * nav dots: margin-top (20px) + height (20px) + margin-bottom (20px)
     */
    height: calc(100% - 134px);
    position: relative;
}

.refer-friends-tutorial-component .nav-dots {
    text-align: center;
    width: 100%;
}

.refer-friends-tutorial-component .nav-dot {
    background-color: #e1dfe1;
    border: none;
    border-radius: 50%;
    height: 20px;
    margin: 20px 6px;
    width: 20px;
}

.refer-friends-tutorial-component .nav-dot.current-slide {
    background-color: #3170b7;
}

.refer-friends-tutorial-component .slide-content-tutorial {
    left: 50%;
    /* Ensures slides contain a consistent height for mobile devices. */
    max-width: 320px;
    min-height: 400px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.refer-friends-tutorial-component .headline {
    font-size: 22px;
    margin-bottom: 31px;
}

.refer-friends-tutorial-component .slide-image {
    margin: 0 auto 14px;
    max-width: 300px;
    position: relative;
    width: 80%;
}

.refer-friends-tutorial-component .slide-image .no-headline {
    margin-top: 31px;
}

.refer-friends-tutorial-component .slide-image img {
    width: 100%;
}

.refer-friends-tutorial-component .slide-text {
    padding: 0 20px;
}

.refer-friends-tutorial-component .slide-text button {
    margin: 16px 0;
    width: 100%;
}

.refer-friends-tutorial-component .headline,
.refer-friends-tutorial-component .sub-headline {
    color: #60a630;
}

.refer-friends-tutorial-component .sub-headline {
    font-size: 20px;
}

.refer-friends-tutorial-component .message,
.refer-friends-tutorial-component .note {
    color: #6e6f72;
}

.refer-friends-tutorial-component .message {
    font-size: 16px;
    margin: 0 auto;
}

.refer-friends-tutorial-component .slide-1 .message {
    max-width: 220px;
}

.refer-friends-tutorial-component .slide-5 .message {
    max-width: 250px;
}

.refer-friends-tutorial-component .note {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .refer-friends-tutorial-component .slide-content-tutorial {
        /* Ensures slides contain a consistent height for mobile devices. */
        max-width: none;
        min-height: inherit;
        text-align: left;
        width: 100%;
    }

    .refer-friends-tutorial-component .slide-image {
        margin: 0 0 14px;
        max-width: 600px;
        position: relative;
        width: 60%;
    }

    .refer-friends-tutorial-component .slide-text {
        padding: 0 20px 0 15px;
    }

    .refer-friends-tutorial-component .slide-image img {
        margin-top: -40px;
    }

    .refer-friends-tutorial-component .slide-text {
        height: 150px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 45%;
    }

    .refer-friends-tutorial-component .slide-text button {
        width: inherit;
    }

    .refer-friends-tutorial-component .headline {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .refer-friends-tutorial-component .sub-headline {
        font-size: 22px;
    }

    .refer-friends-tutorial-component .message {
        font-size: 18px;
        margin: 0;
    }

    .refer-friends-tutorial-component .slide-1 .message {
        max-width: none;
    }

    .refer-friends-tutorial-component .slide-5 .message {
        max-width: none;
    }
}
status-view:first-of-type > .status-view-wrap {
    padding-top: 25px;
}

.active-status {
    background-color: #60a630 !important;
}

.status-view-wrap {
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0 15px 0;
}

.status-view-wrap .days-left-wrap {
    overflow: hidden;
    max-height: 20px;
}

.status-wrap .bar {
    height: 5px;
    background: #d7d7d7;
    border-radius: 3px;
    margin: 5px 0;
}

.status-wrap .bullet {
    background-color: #60a630 !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 4px 6px;
}

.status-wrap .bullet-wrap {
    max-width: 20px;
    padding: 0;
}

.status-wrap .status-image {
    border-radius: 50%;
    margin: -11px 0 0 8px;
}

.status-wrap .status-image-wrap {
    padding: 0;
}

.status-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.Claimed, .Redeemed, .Earned {
    background-color: #60a630 !important;
}

@media (max-width: 480px) {
    .status-view-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.add-a-line-offer h2 {
    color: #60A630;
    font-family: 'Simply Cricket Bold',Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.add-a-line-offer h2 {
    font-size: 16px;
}
.banner-section-links {
    background-color: #f6f6f6;
    padding-top: 10px;
    border-bottom: 10px solid #036B37;
}

.banner-section-links button {
    margin-bottom: 10px;
}

.button-container {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width: 768px) {
    .button-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 480px) {
    .banner-section-links button.btn.cancel-button {
        margin-bottom: 10px;
    }
}
.all-lines-gray-border {
    border: 1px solid #e1dfe1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.all-lines-gray-border-incompatible {
    border-left: 1px solid #e1dfe1;
    border-right: 1px solid #e1dfe1;
    border-bottom: 1px solid #e1dfe1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.change-all-plan-review-header {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.change-all-plan-info {
    color: #e1dfe1;
    font-size: 12px;
}

.change-all-plan-info.complete, .change-all-plan-info.bad-data {
    color: #000000;
}

.change-all-plan-info.working {
    color: #000000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.incompatible-note {
    color: #000000;
    display: inline;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 1px 10px;
}

.change-all-plan-bodytext {
    font-size: 11px;
    float: left;
    margin: 15px 0 5px;
}

.status-circle {
    border: 1px solid #e1dfe1;
    border-radius: 20px;
    float: right;
    height: 11px;
    width: 11px;
}

.status-circle.working {
    border-color: #000000;
}

.status-circle.complete {
    background-color: #48ae35;
    border-color: #48ae35;
    position:relative;
}

.status-circle.complete:after {
    content: "";
    position: absolute;
    display: block;
    left: 3px;
    top: 0;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.status-circle.bad-data {
    background-color: #CF292A;
    border-color: #CF292A;
    position:relative;
}

.status-circle.bad-data:after {
    content: "X";
    color: #FFFFFF;
    left: 1px;
    top: -3px;
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    transform: rotate(0deg);
}

.removed-features .number {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

.removed-features .removedFeature {
    font-size: 12px;
}
.auto-pay-header-component .content-wrapper {
    background-color: #f6f6f6;
    padding-top: 16px;
    padding-bottom: 16px;
}

.auto-pay-header-component .content-wrapper {
    margin-bottom: 20px;
}

/* White Space Fix for <span> and <strong> tags */
.auto-pay-header-component .content .ignore-whitespace {
    white-space: normal;
    text-align: justify;
    font-size: 0;
}

.auto-pay-header-component .content .ignore-whitespace {
    font-size: 14px;
}

.auto-pay-header-component .ignore-whitespace strong {
    display: inline-block;
}

.auto-pay-header-component .ignore-whitespace strong.allow-wrap,
.auto-pay-header-component .ignore-whitespace span.allow-wrap {
    display: inline;
}

.auto-pay-header-component .ignore-whitespace strong.space-before,
.auto-pay-header-component.ignore-whitespace span.space-before {
    padding-left: 0.25em;
}

.auto-pay-header-component .ignore-whitespace strong.space-after,
.auto-pay-header-component .ignore-whitespace span.space-after {
    padding-right: 0.25em;
}

.auto-pay-header-component .ignore-whitespace strong.period:after,
.auto-pay-header-component .ignore-whitespace span.period:after {
    content: ". ";
}

.auto-pay-header-component .ignore-whitespace strong.comma-after:after,
.auto-pay-header-component .ignore-whitespace span.comma-after:after {
    content: ", ";
}

.auto-pay-header-component p span:not(.allow-wrap):not(.space-before):not(.space-after):not(.period):not(.comma-after) {
    word-spacing: -1px;
}

/* END White Space Fix */



.plan-wrap .panel .plan-left {
    border-radius: 50%;
    height: 53px;
    width: 53px;
    margin: 0 auto;
    font-size: 19.5px;
    line-height: 13px;
    border: 3px solid #60A630;
    text-align: center;
    padding-top: 10px;
}

.plan-wrap myc-panel-body > div {
    background-color: #ffffff;
}

.plan-wrap .panel .plan-left p {
    font-weight: bold;
}

.plan-wrap .panel .plan-left.not-current {
    background-color: transparent;
    color: #0c0c0c;
}

.plan-wrap .panel .plan-left.current {
    background-color: #60A630;
    color: #ffffff;
}

.plan-wrap .plan-left p.gfathered {
    font-size: 23px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.plan-wrap {
    background: #FFFFFF;
}

.btn.btn-select-plan {
    margin-top: 15px;
}

.plan-wrap {
    margin-top: 20px;
    position: relative;
}

.plan-right {
    min-height: 80px;
    width: 100%;
}

.plan-right img {
    transform: rotate(-90deg);
}

.plan-right.collapsed img {
    transform: rotate(90deg);
}

.plan-wrap .plan-wrap .plan-name,
.plan-wrap .plan-wrap .plan-cost,
.plan-wrap .plan-wrap .plan-highlight {
    margin-bottom: 0;
    line-height: 1.25;
}

.plan-wrap .panel p.plan-cost {
    font-size: 16px;
    color: #60A630;
    font-weight: 200;
}

.plan-wrap .panel p.plan-name {
    font-size: 16px;
    font-weight: 600;
}

.plan-wrap .panel p.plan-highlight {
    font-size: 12px;
    font-weight: 300;
}

.plan-wrap .panel p.data-size {
    font-size: 14px;
    font-weight: normal;
}

.plan-pseudo {
    position: relative;
    width: 100%;
    height: 100%;
}

.plan-pseudo:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -43px;
    top: -18px;
    border-top: 0 solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 37px solid #ffcd00;
}

.plan-pseudo:after {
    content: '$';
    position: absolute;
    top: -14px;
    left: -39px;
    font-size: 15px;
    font-weight: bold;
    color: #0c0c0c;

}

.current-marker .dot, .new-marker .dot {
    background-color: #60A630;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 2px;
}

.new-marker .dot:after {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    top: 4px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.plan-wrap .panel .current-marker p,
.plan-wrap .panel .new-marker p {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    display: inline-block;
    vertical-align: text-bottom;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.plan-left p.icon-unit {
    font-size: 80%;
    margin-top: 5px;
}

.data-measure {
    font-size: 16px;
}

.unl {
    line-height: 1.5;
}

.unl, .unl-max {
    font-size: 90%;
}

.gfathered {
    text-align: center;
    font-size: 160%;
    margin-top: 11px;
}

.plan-options p.plan-options {
    font-size: 90%;
    margin-bottom: 0;
    font-weight: 800;
}

.plan-features li {
    margin-bottom: 5px;
}

.cta-wrap {
    margin-top: 20px;
    padding-bottom: 25px;
}

.cta-wrap .link-role {
   margin: 20px 0 0 25px;
}

.hu-span {
    font-weight: 700;
}

.discount-details img {
    padding-left: 20px;
}

hr.dashed {
    border-top: 2px dotted #bbbdc0;
    margin: 5px 0 5px;
}

.white-star-blue-bg {
    position:absolute;
    top: 0;
    left: 0;
}

.data-overage-details,
.plan-specific,
.auto-pay-info {
    font-size: 11px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.data-overage-details,
.auto-pay-info {
    line-height: 1.273;
}

.data-overage-details .data-overage {
    font-weight: 800;
}

.auto-pay-info {
    padding-top: 7px;
}

.plan-specific,
.discount-specific {
    line-height: 1.455;
}

.discount-specific {
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: left;
    position: absolute;
    left: 218.844px;
    top: 834.498px;
    width: 199px;
    height: 14px;
    z-index: 23;
}

.auto-pay-terms-disclaimer {
    text-transform: none;
}

.legal-disclaimer {
    font-size: 12px;
}

.manage-line-plan-component .plan-wrap .panel.panel-myc .panel-body {
    background: #ffffff;
    padding: 15px 0 15px;
}



.discount-specific,
.data-overage-details,
.plan-specific,
.auto-pay-info,
.plan-wrap .plan-name,
.plan-wrap .plan-cost,
.plan-left p,
.plan-left span,
.plan-wrap *:after {
    font-weight: 900;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.plan-wrap .panel .plan-left .data-amount {
    font-size: 19px;
}

.plan-wrap .panel .plan-left .icon-unit {
    font-size: 60%;
}

.plan-center {
    line-height: 17px;
    padding-left: 8px;
    width: 83%;
}

.manage-line-body .plan-features .legal-disclaimer.auto-pay-terms-disclaimer {
    font-size: 12px;
}

.manage-line-body .plan-features .legal-disclaimer,
.manage-line-body .legal-link-wrap {
    font-size: 11px;
}

.manage-line-body .legal-link-wrap {
    margin-top: 15px;
}

.plan-list-name {
    margin-right: -30px;
}

@media ( min-width: 769px ) {
    .plan-wrap .panel .plan-left {
        margin-left: -15px;
    }

    .plan-center {
        width: 82%;
    }

}

/* smallest  - portrait view */
@media ( max-width: 480px ) {

    .plan-pseudo:before {
        left: -15px;
    }

    .plan-center {
        margin-left: 14px;
    }

    .plan-pseudo:after {
        left: -8px;
    }

    .heads-up-text {
        font-size: 86%;
        text-align: center;
    }

    .current-marker .dot, .new-marker .dot {
        margin-left: 23px;
        margin-right: 0;
    }

    .new-marker .dot:after {
        left: 36px;
    }



}

@media ( max-width: 768px ) {
    .btn {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .btn.btn-select-plan {
        margin-top: 15px;
    }

    .manage-line-plan-component .cta-wrap .btn.btn-primary {
        margin: 10px 0 0 0;
    }

    .manage-plan-page .panel.panel-myc .panel-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plan-list-name {
        margin-left: 15px;
    }
}
.price-activity-fee .tax-dropdown {
    /* Uses Book Font */
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 11px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.price-activity-fee .tax-dropdown button {
    font-size: 12px;
}

.price-activity-fee .tax-dropdown .glyphicon,
.price-activity-fee .tax-dropdown .glyphicon-triangle-bottom,
.price-activity-fee .tax-dropdown .glyphicon-triangle-top {
    font-size: 10px;
}

.price-activity-fee .tax-category {
    margin-bottom: 10px;
}

.price-activity-fee h3 {
    /* Uses Demi Font */
    color: black;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}
.price-service-tax .tax-dropdown {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.price-service-tax .tax-dropdown .glyphicon,
.price-service-tax .tax-dropdown .glyphicon-triangle-bottom,
.price-service-tax .tax-dropdown .glyphicon-triangle-top {
    font-size: 10px;
}

.price-service-tax .tax-category {
    margin-bottom: 10px;
}

.price-service-tax h6 {
    /* Uses Demi Font */
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}
.change-plan-cell {
    border: solid 1px #D3D3D3;
    margin-bottom: 10px;
}

.circle {
  background: #FFF;
  border: solid 2px #43b02a;
  border-radius: 50%;
  height: 60px;
  margin: 15px 0 6px 18px;
  position: relative;
  text-align: center;
  width: 60px;
}

.current-circle {
  background: #43b02a;
  color: #FFF;
}

.circle-top {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 22px;
    position: relative;
    top: 50%;
    margin: -16px 0 0 0;
}

.circle-bottom {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    position: relative;
    top: 50%;
}

.circle-middle {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: -11px 0 0 0;
    position: relative;
    top: 50%;
}

.expanded-plan-button-to-expand {
  background: url('/uiassets/myaccount-Plans/Icon_DownArrow.png');
  background-size: 1.5em !important;
  background-repeat: no-repeat;
  height: 20px;
  margin: 20px 0 0 0;
  width: 30px;
  border: none;
}


.expanded-plan-button-to-expand, .expanded-plan-button-expanded {
    height: 20px;
    margin: 20px 0 0 0;
    width: 30px;
}

.expanded-plan-button-to-expand {
    background: url('/uiassets/myaccount-Plans/Icon_DownArrow.png') no-repeat center !important;
    background-size: 1.5em !important;
    background-repeat: no-repeat;
}

.expanded-plan-button-expanded {
    background: url('/uiassets/myaccount-Plans/Icon_UpArrow.png') no-repeat center !important;
    background-size: 1.5em !important;
}

.expanded-plan-button-to-expand-container {
    margin-top: 18px;
}

.current-expanded-plan-button-to-expand-container {
    margin-top: 5%;
}

.current-plan-cell {
    background: #2cb037;
}

.current-plan-label {
  color: #000;
  font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 7px 0 0 15px;
}

.current-price, .current-price-month {
  color: #00693c;
  font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.current-price {
  font-size: 22px;
}

.current-price sup {
    font-size: 14px;
}

.current-price-month {
  font-size: 16px;
}

.discount-dollar-sign {
    position: absolute;
    top: 0;
    left: 0;
}

.current-plan-name, .plan-name {
    color: #000;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.current-plan-name {
    margin: 20px 0 0 0;
}

.plan-name {
    margin-bottom: 16px;
}

.current-plan-cell .expandable-plan-pricing {
    margin: 0;
}

.plan-was, .plan-was-price {
    color: #404041;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.plan-was-price {
  text-decoration: line-through;
}

.plan-was-price sup {
    font-size: 9.5px;
}

.plan-description {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.change-plan-discount-box-container {
    background: #ffcb05;
    display: none;
}

.change-plan-discount-box {
    color: #000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
}

.change-plan-discount-box > span {
    font-weight: bold;
    margin: 0;
}

.change-plan-discount-box a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.change-plan-discount-box a:hover {
    color: #e5e5e5;
}

.change-plan-discount-box a:visited {
    color: #FFF;
}

.change-plan-price > img, .change-plan-price > p {
    display: inline-block;
}

.change-plan-former-price {
    text-decoration: line-through;
}

.link-role.expandable-plan-vertical-middle {
    display: block;
    margin: 30px 0 0 0;
}

.expanded-plan-activity-container .expanded-plan-activity-container-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 -5px 0;
}

.expanded-plan-activity-container span {
    color: #6E6F72;
    font-weight: bold;
    font-size: 0.9em;
}

.expanded-plan-activity-amount {
    color: #60a630;
}

.change-plan-expanded-plan-container {
    margin: 0;
}

.change-plan-expanded-plan-content-container {
    background: #FFF;
    border-top: solid 1px #D3D3D3;
    margin: 0;
}

.change-plan-expanded-plan {
    margin-top: 0px;
}

.change-plan-talk-and-text-copy {
    margin: 30px 0 20px 10px;
}

.change-plan-expanded-plan-talk-and-text {
    margin-top: 15px;
}

.expandable-plan-expanded-tappable {
    background: #F1F1F1;
}

.expandable-plan-includes-header, .expandable-plan-compatibility-header {
    color: #000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 20px 0 10px 0;
}

.expandable-plan-includes-list, .expandable-plan-compatibility-list {
    padding-left: 15px;
}

.change-plan-note {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0 0 10px 0px;
}

.change-plan-note-first {
    margin-top: 20px;
}

.change-plan-grandfathered-plan-description {
    margin: 20px 0;
}

.change-plan-grandfathered-note {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: -10px 0 20px 0;
}

.change-plan-downgrade-warning {
    color: #000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: -10px;
}

.expandable-plan-desktop-left {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    .expandable-plan-data-description-mobile {
        font-size: 12px;
    }

    .current-plan-cell {
        background: #FFF;
    }

    .expandable-plan-mobile-left, .expandable-plan-mobile-middle {
        display: block;
    }

    .expandable-plan-desktop-left, .expandable-plan-desktop-middle {
        display: none;
    }

    .expandable-plan-mobile-middle .plan-name {
        font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
        font-size: 12px;
        margin: 0;
    }

    .expandable-plan-mobile-middle .current-plan-cell .plan-name {
        margin-top: 16px;
    }

    .expanded-plan-button-to-expand-container, .current-expanded-plan-button-to-expand-container {
        padding-left: 5px;
    }

    .expandable-plan-mobile-left .current-plan-label {
        margin: 0 0 0 10px;
        line-height: 12px;
    }

    .change-plan-expanded-plan > p, .change-plan-expanded-plan > h3 {
        padding-left: 15px;
    }

    .change-plan-expanded-plan > ul {
        padding-left: 30px;
    }

    .change-plan-expanded-plan p, .change-plan-expanded-plan li {
        padding-right: 15px;
    }

    .change-plan-button-container {
        margin-left: 0;
    }

    .expandable-plan-mobile-middle .expandable-plan-pricing {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .change-plan-downgrade-warning {
        padding-left: 15px;
    }
}

@media (max-width: 400px) {
    .expandable-plan-mobile-left .current-plan-label {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .expanded-plan-button-to-expand-container {
        margin-top: 15px;
    }
}

@media (max-width: 320px) {
    .expandable-plan-mobile-left .current-plan-label {
        margin-left: 22px;
    }

    .expandable-plan-description, .change-plan-note {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .expanded-plan-button-to-expand-container {
        margin-top: 2%;
    }

    .current-expanded-plan-button-to-expand-container {
        margin-top: 3%;
    }
}

@media (min-width: 769px) {
    .current-plan-cell .expanded-plan-button-to-expand {
        background: url('/uiassets/myaccount-up-arrow-white.png') no-repeat center !important;
    }

    .current-plan-cell .expanded-plan-button-expanded {
        background: url('/uiassets/myaccount-up-arrow-white.png') no-repeat center !important;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .current-plan-cell .expandable-plan-pricing .current-price, .current-plan-cell .expandable-plan-pricing .current-price-month, .current-plan-cell .expandable-plan-pricing .plan-was, .current-plan-cell .expandable-plan-pricing .plan-was-price, .current-plan-cell .plan-description {
        color: #000;
    }

    .expandable-plan-mobile-left, .expandable-plan-mobile-middle {
        display: none;
    }


    .expandable-plan-desktop-left, .expandable-plan-desktop-middle {
        display: block;
    }

    .expanded-plan-button-to-expand {
        margin-top: 0;
    }

    .change-plan-expanded-plan {
        padding: 0 60px;
    }

    .expandable-plan-desktop-left h2 {
        font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
        font-size: 22px;
        margin-top: 14px;
        margin-bottom: 3px;
    }

    .current-plan-cell .expandable-plan-desktop-left h2 {
        color: #FFF;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .expandable-plan-desktop-middle .expandable-plan-pricing {
        margin: 20px 0 0 0;
    }

    .expandable-plan-desktop-middle .grandfathered-current-price {
        margin-top: 12px;
    }

    .expandable-plan-desktop-left .current-plan-label {
        margin: 0;
    }
    .current-expanded-plan-button-to-expand-container {
        margin-top: 22px;
    }

    .expanded-plan-button-expanded {
        margin: 0;
    }

    .expandable-plan-data-description-desktop {
        font-size: 12px;
        margin: 0;
    }
}


@media (min-width: 769px) and (max-width: 960px) {
    .change-plan-button-container {
        margin-left: 0px;
    }
}



/*** Plan - Description ***/

.expandable-plan-includes-list, .expandable-plan-compatibility-list {
    padding-left: 15px;
}

/*** Plan - Details ***/
.expanded-plan-overview {
    background: #FFF;
    border: solid 1px #D3D3D3;
}

.expanded-plan-what-can-do-header {
    background: #2cb037;
    padding: 3px;
    text-align: center;
}

.expanded-plan-what-can-do-header h3 {
    color: #000;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 4px auto;
}

.expanded-plan-what-can-do-body {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px;
}

.expanded-plan-what-can-do-body .expanded-plan-stream-video {
    margin: 10px 0 20px 5px;
}

.expanded-plan-what-can-do-body .expanded-plan-fine-print {
    margin: 20px 0 10px 5px;
}

.expanded-plan-what-can-do-body div {
    margin: 10px 0 15px 5px;
}

.expanded-plan-what-can-do-body > div > div, .expanded-plan-what-can-do-body > div > img  {
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: middle;
}

.expanded-plan-what-can-do-body > div > span:last-child {
    float: right;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin: 0;
}

.expanded-plan-what-can-do-body > .expanded-plan-fine-print {
    color: #000;
    float: none;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.expanded-plan-activity-container .expanded-plan-activity-container-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 -5px 0;
}

.expanded-plan-activity-container span {
    color: #6E6F72;
    font-weight: bold;
    font-size: 0.9em;
}

.expanded-plan-icon {
    position: relative;
    width: 20px;
    margin-right: 5px;
    top: -2px;
    width: 17px;
}

@media (max-width: 768px) {
    .expanded-plan-overview {
        border-left: 0;
        border-right: 0;
        margin: 0 -15px;
    }

    .expanded-plan-what-can-do-header {
        padding-left: 15px;
        text-align: left;
    }

    .expanded-plan-what-can-do-header h3 {
        font-size: 12px;
    }
}

.ctn-picker-panel .panel-myc{
    margin: 20px 0 0 0;
}

.panel-header {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    min-height: 80px;
    padding-top: 25px;
}

.panel-header .expand-collapse-text {
    text-align: center;
    margin-top: -8px;
}

.panel-header .expand-collapse-text span {
    font-size: 12px;
}

.panel-header h2 {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 35px;
}

.panel-header span {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-header .heading-title {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-body {
    background-color: #f6f6f6;
    padding: 0;
}

/** TODO: line Details CSS that we need to look into removing unneeded CSS **/

.ng-click, .ng-click-link, .ng-click-link a {
    cursor: pointer;
}

.device-actions {
    padding-top: 15px;
}

.explanation-link {
    font-size: 12px;
}

.line-details-main-section hr {
    border-top: 1px solid #d7d7d7;
}

line-details .banner-section {
    margin-bottom: 20px;
}

.no-usage-bar {
    margin-left: 60px;
}

.data-only-usage.no-usage-bar {
    margin-left: 0;
}

.line-details-main-section .line-details-multiline .panel-body {
    padding: 0 !important;
}

/*** USAGE ***/
.line-details-usage .data-usage-bar-wrapper:first-of-type {
    margin-bottom: 25px;
}

.line-details-usage .data-usage-bar-wrapper.no-other-usage {
    margin-bottom: 0;
}

.talk-and-text-usage-wrapper .data-usage-bar-wrapper:first-of-type {
    margin-bottom: 10px;
}

.line-details-usage .state-specific-notifications {
    padding-bottom: 15px;
}

.line-details-usage .data-usage-bar-wrapper .minutes-used,
.line-details-usage .data-usage-bar-wrapper .messages-used,
.line-details-usage .data-usage-bar-wrapper .gigs-used {
    text-align: right;
}

.line-details-usage .talk-and-text-usage-wrapper .talk-and-text-usage-label,
.line-details-usage .usage-wrapper .data-usage-bar-label {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.line-details-usage .usage-wrapper .data-usage-bar-label {
    margin-bottom: 3px;
}

.line-details-usage .talk-and-text-usage-wrapper .talk-and-text-usage-label {
    margin-bottom: 5px;
}

.line-details-usage .talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total,
.line-details-usage .data-usage-bar-wrapper .data-usage-bar-amount-used-of-total,
.line-details-usage .data-usage-text .messages-used,
.line-details-usage .data-usage-text .minutes-used,
.line-details-usage .data-usage-text .gigs-used {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.line-details-usage .talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total,
.line-details-usage .data-usage-bar-wrapper .data-usage-bar-amount-used-of-total,
.line-details-usage .data-usage-text .messages-used,
.line-details-usage .data-usage-text .minutes-used,
.line-details-usage .data-usage-text .gigs-used,
.line-details-usage .data-usage-bar-wrapper .data-usage-dropdown-content,
.line-details-usage .data-usage-bar-wrapper .how-it-works-dropdown-text {
    font-size: 12px;
}

.line-details-usage .data-usage-bar-dropdown .how-it-works-dropdown-wrapper {
    font-size: 8px;
}

.line-details-usage .data-usage-text .minutes-used,
.line-details-usage .data-usage-text .messages-used {
    color: #838383;
}

.line-details-usage .data-usage-dropdown-content .row {
    margin-bottom: 14px;
}

.line-details-usage .data-usage-dropdown-content .row:last-child {
    margin-bottom: 0;
}

.data-usage-bar-wrapper:last-child .row:last-child {
    margin-bottom: 0;
}

.line-details-usage .data-usage-bar-wrapper .how-it-works-dropdown-text {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    color: #1b75bb;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 4px;
    margin-bottom: 14px;
}

.line-details-usage .data-usage-bar-wrapper .add-more-data {
    margin-bottom: 10px;
    margin-top: 5px;
}

.line-details-usage .add-more-data .note-or-tip {
    font-size: 16px;
    line-height: 0;
}

.line-details-usage .data-usage-bar-wrapper .add-a-gig {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #e4e4e4;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 20px 0;
    padding: 50px 5px;
}

.line-details-usage .add-a-gig button {
    bottom: 15px;
    position: relative;
}

.line-details-usage .data-usage-bar-wrapper .progress {
    background-color: #fffffe;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 7px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.60);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.60);
}

.line-details-usage .data-usage-bar-wrapper .data-usage-bullet-points {
    padding-left: 15px;
    margin-bottom: 0;
}

.line-details-usage .data-usage-bar-dropdown .glyphicon-triangle-bottom {
    font-size: 8px;
    top: 0;
}

.line-details-usage .talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total {
    color: #838383;
}

.line-details-usage .data-usage-text:not(.sms-messages) {
    margin-bottom: 7px;
}

.line-details-usage .data-usage-bar-amount-used-of-total {
    margin-bottom: 10px;
}

.line-details-main-section .panel-wrapper {
    margin-bottom: 20px;
}

.line-details-main-section .panel-header .expand-collapse-text {
    text-align: center;
    margin-top: -8px;
}

.line-details-main-section .panel-header h2 {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 35px;
}

.line-details-main-section .panel-header .heading-title {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.line-details-usage .usage-limit-message {
    color: #707070;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
}

.current-line-pending {
    background-color: #f6f6f6;
    padding: 40px 0 40px 0;
}

.current-line-pending ul {
    padding: 5px 0 30px 16px;
}

.line-awaiting-activation {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

/*** PANEL PADDING ***/
.line-details-main-section .line-plan-panel,
.line-details-main-section .line-features-panel,
.line-details-main-section .line-device-panel {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
}

.line-details-loader {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*** MULTILINE ***/
.multiline-single-line {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 18px;
    padding-bottom: 16px;
}

.multiline-single-line.last-line {
    border: none;
}

.multiline-single-line.hotlined {
    border-left: 10px solid #cf292a;
}

.multiline-single-line.selected-line {
    border-left: 15px solid #60a630;
}

.multiline-single-line:not(.selected-line) {
    border-left: 15px solid transparent;
}

.line-details-main-section .multiline-single-line .device-image-wrapper,
.line-details-main-section .selected-line .device-image-wrapper {
    margin-left: -15px;
}

.multiline-single-line .device-image {
    width: 20px;
    height: 39px;
}

.multiline-single-line .myaline-number p,
.multiline-single-line .plan-name p {
    margin: 0;
}

.line-details-main-section .multiline-single-line .myaline-number {
    margin-top: 0;
}

.line-details-main-section .multiline-single-line .myaline-number,
.line-details-main-section .multiline-single-line .plan-name {
    margin-left: -11px;
    margin-top: 2px;
}

.line-details-main-section .multiline-single-line .plan-name {
    line-height: 22px;
}

.line-details-main-section .multiline-single-line .myaline-number {
    margin-top: -1px;
    line-height: 18px;
}

.line-details-main-section .multiline-single-line .myaline-number {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.line-details-main-section .multiline-single-line .myaline-number .pending,
.line-details-main-section .multiline-single-line .plan-name .pending {
    color: #cf292a;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;;
}

.line-details-main-section .multiline-single-line .plan-name {
    font-size: 14px;
    cursor: pointer;
}

/*** FEATURES ***/

.remove-feature-options label {
    color: #000000;
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    padding-bottom: 12px;
}

.line-details-features .no-features-tip {
    margin-bottom: 18px;
}

.line-details-features .monthly-features-wrapper {
    padding-top: 15px;
}

.fixed-features-wrapper {
    padding: 14px 0 6px 0;
}

.line-details-features .one-time-features-wrapper .feature-line-item-inner,
.line-details-features .monthly-features-wrapper .feature-line-item-inner,
.line-details-features .fixed-features-wrapper .feature-line-item-inner {
    padding-bottom: 11px;
}

.line-details-features .one-time-features-wrapper hr,
.line-details-features .monthly-features-wrapper hr,
.line-details-features .fixed-features-wrapper hr {
    margin-bottom: 0;
    margin-top: 0;
}

.line-details-features .one-time-features-heading,
.line-details-features .monthly-features-heading,
.line-details-features .fixed-features-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
}

.line-details-features .repeated-features-description {
    line-height: 1.5em;
    margin-bottom: 11px;
}

.line-details-features .x-button-wrapper .x-button {
    content: '';
    width: 18px;
    height: 18px;
    display: none;
    background: url('/uiassets/myaccount-input-error-button.png') center no-repeat;
    cursor: pointer;
    margin-top: 1px;
    padding: 0;
}

.line-details-features .x-button-wrapper .show-x {
    display: block;
}

.line-details-features .last-line-item {
    padding-bottom: 15px;
}

.line-details-features .last-line-item .feature-line-item-inner {
    padding-bottom: 0;
}

.last-line-item-wrap-parent .last-line-item-wrap .last-line-item.feature-line-item-inner {
    padding-bottom: 0;
}

.line-details-features .feature-line-item-inner .feature-name {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.feature-repeater {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 13px;
}

.fixed-features-wrapper .feature-repeater {
    border-bottom: none;
}

.fixed-features-wrapper .feature-repeater.last {
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.feature-repeater .last-line-item .confirmation-panel {
    margin-top: 15px;
}

.line-details-features .feature-repeater .confirmation-panel {
    background-color: #e4e4e4;
    margin-left: -10%;
    margin-right: -10%;
}

.line-details-features .feature-repeater .confirmation-panel {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #e4e4e4;
    margin-top: 0;
    margin-bottom: 15px;
}

.line-details-features .last-line-item .confirmation-panel {
    margin-bottom: 5px;
    margin-top: 15px;
}

.line-details-features .monthly-features-wrapper .confirmation-panel-heading {
    margin-bottom: 4px;
    color: #000000;
}

.line-details-features .confirmation-panel-note .feature-note {
    margin-bottom: 18px;
}

.line-details-features .confirmation-panel-note,
.line-details-features .feature-note strong {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

.line-details-features .confirmation-panel .close-feature-removal {
    background-color: #ffffff;
    color: #1b75bb;
}

.line-details-features .confirmation-panel .btn-primary {
    background-color: #1b75bb;
    color: #ffffff;
}

.line-details-features .feature-repeater .confirmation-panel-body {
    padding: 16px 8% 20px;
}

.line-details-features .feature-price {
    float: right;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-right: 6px;
    text-align: right;
}

.features-future-changes-top-10 {
    display: block;
    margin-top: 18px;
}

/*** PLANS ***/
.plan-heading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.plan-features {
    margin-top: 11px;
}

.line-details-plan ul {
    padding-left: 15px;
}

.line-details-plan a {
    cursor: pointer;
    color: #1b75bb;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.line-details-plan .glyphicon {
    font-size: 8px;
    margin-left: 5px;
}

.how-plans-work-wrapper button.link-role {
    margin-bottom: 15px;
}

.how-plans-work {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.how-plan-works-pros {
    margin-top: 12px;
}

.hotlined-lost-stolen strong {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.hotlined-lost-stolen p {
    margin-top: 16px;
}

.hotlined-lost-stolen p:last-child {
    margin-bottom: 10px;
}

.temp-ineligible-btn {
    margin-bottom: 15px;
}

.line-details-device .device-name {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.line-details-device .device-img {
    max-width: 47px;
}

.line-details-main-section button.btn-secondary {
    background-color: #ffffff;
    border: 1px solid #1b75bb;
    color: #1b75bb;
}

.line-details-main-section button[disabled="disabled"],
.line-details-main-section button[disabled="disabled"]:hover,
.line-details-main-section button[disabled="disabled"]:focus {
    border: 1px solid transparent;
    background: #BBBDC0;
    color: #ffffff;
}

.line-details-main-section button.btn-secondary:hover {
    border: 2px solid #1b75bb;
    background-color: #ffffff;
    color: #1b75bb;
}

.line-details-main-section button.btn-secondary:focus {
    border: 2px solid #1b75bb;
    background-color: #ffffff;
    color: #1b75bb;
    padding: 9px;
}

.line-details-main-section button:disabled.btn-secondary {
    border: 1px solid transparent;
    color: #ffffff;
    opacity: 1;
}

.accountPinModal .modal-header h4 {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.accountPinModal small {
    color: #6e6f72;
    display: block;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.accountPinModal .modal-body .input-clear-button {
    top: 25px;
}

.accountPinModal .modal-footer {
    margin-top: 24px;
}

/* Override .account-pin-wrapper ( global ) */
.accountPinModal .account-pin-wrapper {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.account-pin-wrapper {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 35px 0 35px 0;
}

.account-pin-top {
    padding-bottom: 25px;
}

#planPhoneInCartModal .btn-secondary,
#accessoriesInCartModal .btn-secondary,
#simInCartModal .btn-secondary,
#mobileHotspotModal .btn-secondary {
    background-color: #6e6f72;
}

#planPhoneInCartModal .btn-secondary:hover,
#accessoriesInCartModal .btn-secondary:hover,
#simInCartModal .btn-secondary:hover,
#mobileHotspotModal .btn-secondary:hover {
    color: #ffffff;
}

.line-details-usage-link-container {
    border-top: 1px solid #d7d7d7;
    float: none;
    margin: 35px 0 0 0;
    padding: 40px 0 0 0;
}

.line-details-usage-link-label {
    text-align: left;
}

.line-details-usage-link {
    text-align: right;
}

.line-details-device-upgrade-component {
    margin-top: 10px;
}

.line-details-device-upgrade-component p {
    margin: 0;
}

/***********************************
XS - SM - MD Styles
***********************************/
@media ( max-width: 768px ) {
    .line-details-main-section .btn-secondary {
        margin: 0;
    }

    .line-details-features .monthly-features-wrapper .confirmation-panel-heading,
    .line-details-features .onetime-features-wrapper .confirmation-panel-heading {
        margin-bottom: 13px;
        text-align: center;
    }

    .line-details-features .confirmation-panel-note p {
        text-align: center;
    }

    .device-actions .btn:first-child {
        margin-bottom: 10px;
    }
}

/***********************************
MD Styles
***********************************/
@media ( min-width: 481px ) and ( max-width: 768px ) {

    .line-details-usage-link-label {
        display: block;
        margin-bottom: 10px;
    }

    .line-details-usage .add-a-gig button {
        bottom: 0;
    }

    .line-details-usage .data-usage-bar-wrapper .add-a-gig {
        padding: 30px 5px;
        margin-top: 0;
    }
}

/***********************************
XS - SM Styles
***********************************/
@media ( max-width: 480px ) {

    .add-features-button-wrapper button.btn {
        margin: 0;
    }

    .line-details-main-section .multiline-singleline-wrapper {
        margin-top: -1px;
    }

    .line-details-main-section .multiline-single-line .myaline-number,
    .line-details-main-section .multiline-single-line .plan-name {
        margin-left: -11px;
        margin-top: 2px;
    }

    .line-details-main-section .multiline-single-line .plan-name,
    .line-details-main-section .selected-line .plan-name {
        line-height: 22px;
    }

    .line-details-main-section .multiline-single-line .myaline-number,
    .line-details-main-section .selected-line .myaline-number {
        margin-top: -1px;
        line-height: 18px;
    }

    .line-details-main-section .multiline-single-line .device-image-wrapper,
    .line-details-main-section .selected-line .device-image-wrapper {
        margin-left: 0;
    }

    .line-details-features .feature-repeater .confirmation-panel {
        margin-top: 4px;
        margin-left: -4.3%;
        margin-right: -4.3%;
    }

    .line-details-features .feature-repeater .confirmation-panel-body {
        padding: 20px 15px;
    }

    .line-details-main-section hr {
        border: 0;
        border-top: 1px solid #d7d7d7;
    }

    .line-details-usage .data-usage-bar-wrapper .progress {
        margin-top: 5px;
    }

    .line-details-usage .messages-used.talk-and-text-usage-wrapper,
    .line-details-usage .talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total,
    .line-details-usage .data-usage-bar-wrapper .data-usage-bar-amount-used-of-total,
    .line-details-usage .data-usage-text .messages-used,
    .line-details-usage .data-usage-text .minutes-used,
    .line-details-usage .data-usage-text .gigs-used {
        font-size: 12px;
    }

    .line-details-usage .add-more-data .note-or-tip {
        text-align: center;
    }

    .multiline-single-line .line-margin-fix {
        margin-left: 0;
    }

    .line-details-usage-link-label {
        display: block;
        margin-bottom: 10px;
    }

    .line-details-usage .add-a-gig button {
        bottom: 0;
    }

    .line-details-usage .data-usage-bar-wrapper .add-a-gig {
        padding: 30px 5px;
        margin-top: 0;
    }
}

/* Avoid dropdown toggle orphan on Samsung Galaxy S5 */
@media ( max-width: 360px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-top: 4px;
        margin-left: .66%;
        margin-right: -4.66%;
    }
}

/***********************************
Custom Styles
***********************************/
@media ( max-width: 798px ) {
    .line-details-usage .add-more-data .note-or-tip {
        line-height: 16px;
        text-align: center;
    }
}

@media ( min-width: 768px ) and ( max-width: 798px ) {
    .line-details-usage .add-more-data .note-or-tip {
        margin: 0;
    }
}

/***********************************
Feature Removal Panel Breakpoints
***********************************/
@media ( min-width: 720px ) and ( max-width: 768px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -14.75%;
        margin-right: -14.75%;
    }
}

@media ( min-width: 664px ) and ( max-width: 719px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -15.25%;
        margin-right: -15.25%;
    }
}

@media ( min-width: 581px ) and ( max-width: 663px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -16.25%;
        margin-right: -16.25%;
    }
}

@media ( min-width: 541px ) and ( max-width: 580px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -16.75%;
        margin-right: -16.75%;
    }
}

@media ( min-width: 481px ) and ( max-width: 540px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -17.75%;
        margin-right: -17.75%;
    }
}

@media ( min-width: 441px ) and ( max-width: 480px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -3.55%;
        margin-right: -3.55%;
    }
}

@media ( min-width: 320px ) and ( max-width: 440px ) {
    .line-details-features .feature-repeater .confirmation-panel {
        margin-left: -4.3%;
        margin-right: -4.3%;
    }
}

.no-data-message {
    margin-bottom: 0;
    margin-top: 16px;
    text-align: center;
}

.metered-usage {
    margin-bottom: 20px;
}

.metered-usage hr {
    border-top: 1px solid #d7d7d7;
}

.metered-usage-wrapper {
    margin-top: 15px;
    margin-bottom: 16px;
}

.metered-usage-bottom-wrapper {
    margin-bottom: 16px;
}

.multiline-single-line-wrapper .plan-name {
    margin: 4px 0 0 0;
}

.multiline-single-line-wrapper .line-margin-fix {
    margin-left: -45px;
}

.usage-add-gig {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #e1dfe1;
    margin-bottom: 16px;
    min-height: 60px;
}

.usage-add-gig.data-only {
    margin-bottom: 0;
}

.usage-add-gig-right {
    min-height: 60px;
}

.note-or-tip {
    margin-top: 20px;
    margin-bottom: 0;
}

.note-or-tip.approaching {
    margin-top: 13px;
}

.note-or-tip p {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.metered-usage-wrapper .account-line .add-a-gig,
.metered-usage-wrapper  .account-line .reported-lost-stolen {
    margin-top: 0;
}

.metered-usage-explanation {
    padding-top: 15px;
    padding-bottom: 6px;
    background-color: #e1dfe2;
}

.metered-usage-explanation p {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

.data-usage-bar-wrapper:first-of-type {
    margin-bottom: 25px;
}

.data-usage-bar-graphic .data-usage-bar-wrapper.no-other-usage {
    margin-bottom: 0;
}

.data-usage-bar-graphic hr {
    border-top: 1px solid #d7d7d7;
}

.talk-and-text-usage-wrapper .data-usage-bar-wrapper:first-of-type {
    margin-bottom: 10px;
}

.state-specific-notifications {
    padding-bottom: 15px;
}

.data-usage-bar-wrapper .minutes-used,
.data-usage-bar-wrapper .messages-used,
.data-usage-bar-wrapper .gigs-used,
.mht-usage .mht-total {
    text-align: right;
}

.talk-and-text-usage-wrapper .talk-and-text-usage-label,
.metered-usage-wrapper .data-usage-bar-label,
.talk-and-text-usage-wrapper .data-usage-bar-label {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.data-usage-wrapper .data-usage-bar-label {
    margin-bottom: 3px;
}

.talk-and-text-usage-wrapper .talk-and-text-usage-label {
    margin-bottom: 5px;
}

.talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total,
.data-usage-bar-wrapper .data-usage-bar-amount-used-of-total,
.data-usage-bar-wrapper .data-usage-text .messages-used,
.data-usage-bar-wrapper .data-usage-text .minutes-used,
.data-usage-bar-wrapper .data-usage-text .gigs-used,
.mht-usage .mht-text {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total,
.data-usage-bar-wrapper .data-usage-bar-amount-used-of-total,
.data-usage-bar-wrapper .data-usage-text .messages-used,
.data-usage-bar-wrapper .data-usage-text .minutes-used,
.data-usage-bar-wrapper .data-usage-text .gigs-used,
.data-usage-bar-wrapper .data-usage-dropdown-content,
.data-usage-bar-wrapper .how-it-works-dropdown-text,
.mht-usage .mht-text {
    font-size: 12px;
}

.data-usage-bar-dropdown .how-it-works-dropdown-wrapper.link-role {
    font-size: 8px;
    border: 0;
    margin: 0 0 10px 0;
}

.data-usage-bar-wrapper .data-usage-text .minutes-used,
.data-usage-bar-wrapper .data-usage-text .messages-used {
    color: #838383;
}

.data-usage-bar-wrapper .data-usage-dropdown-content .row {
    margin-bottom: 14px;
}

.data-usage-bar-wrapper .data-usage-dropdown-content .row:last-child {
    margin-bottom: 0;
}

.data-usage-bar-wrapper:last-child .row:last-child {
    margin-bottom: 0;
}

.data-usage-bar-wrapper .how-it-works-dropdown-text {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    color: #1b75bb;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 4px;
    margin-bottom: 14px;
}

.data-usage-bar-wrapper .add-more-data {
    margin-bottom: 10px;
    margin-top: 5px;

}

.data-usage-bar-wrapper .add-a-gig {
    background: url('/uiassets/myaccount-gray-nub.png') no-repeat top center #e4e4e4;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 5px;
    margin-top: 0;
}

.data-usage-bar-wrapper .progress {
    background-color: #fffffe;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 7px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.60);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.60);
}

.data-usage-bar-wrapper .data-usage-bullet-points {
    padding-left: 15px;
    margin-bottom: 0;
}

.talk-and-text-usage-wrapper .talk-and-text-amount-used-of-total, .mht-usage .mht-text {
    color: #838383;
}

.talk-and-text-usage-wrapper .data-usage-bar-wrapper .data-usage-text:not(.sms-messages) {
    margin-bottom: 7px;
}

.usage-limit-message {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.mht-usage {
    margin-bottom: 7px;
}

.mht-usage .mht-text {
    color: #838383;
}

.how-mht-works {
    font-size: 12px;
}

.metered-usage-bottom-wrapper .progress, .mht-usage .progress {
    height: 15px;
    min-height: 15px;
    border-radius: 8px;
}

.mht-works .link-role {
    margin-bottom: 15px;
}

@media ( max-width: 798px ) {
    .metered-usage  .note-or-tip {
        text-align: center;
    }
}

.usage-history .panel.panel-myc {
    margin-bottom: 0;
}

.usage-ctn-picker {
    margin-left: -15px;
    margin-right: -15px;
}

.usage-ctn-picker .panel.panel-myc .expand-collapse-text {
    text-align: right;
}

.usage-history-table-container {
    margin: 20px 0 0 0;
}

.usage-history-table-container .table {
    border-bottom: 1px solid #dddddd;
    z-index: 2;
}

.usage-history-table-container .table tr {
    border-bottom: none;
}

.usage-history-table-container .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding: 14px 0;
}

.usage-history-index {
    z-index: 2;
}

.usage-history-table-container .table > thead > tr > th {
    border-bottom: none;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0;
}

.usage-history-table-container th,
.usage-history-table-container td {
    text-align: left;
}

.usage-history-container-wrapper {
    position: relative;
}

.usage-history-header-background {
    background-color: #6e6f72;
    min-height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    width: 100%;
}

#usage-history-container {
    margin-top: 20px;
    background: #f6f6f6;
}

#usage-history-container .billing-cycle-select {
    padding-top: 16px;
}

#usage-history-container .select-view-label {
    color: #000;
}

th.align-right,
td.align-right{
    text-align: right;
}

.usage-history-table-cell {
    padding: 10px 0;
}

.usage-history-table-cell.first,
.usage-history-table-header-cell.first {
    text-align: left;
}

.usage-history-table-cell.last,
.usage-history-table-header-cell.last {
    text-align: right;
}

.usage-history-table-header-cell {
    color: #FFF;
    height: 20px;
    text-align: left;
}

.hotlined-warning {
    margin: 0 0 16px 0;
    text-align: center;
}

.usage-history-table-showing-x-of-y {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.show-more-usage {
    margin-top: 10px;
    margin-bottom: 20px;
}

.show-more-usage button {
    margin: 0;
}

.billing-print-image {
    margin-top: 40px;
}

.billing-cycle-note {
    font-size: 12px;
    padding-top: 16px;
}

/***********************************
SM - XS - MD  Styles
***********************************/
@media (max-width: 768px) {
    .usage-ctn-picker {
        margin-left: 0;
        margin-right: 0;
    }
}
/*** Breadcrumbs ***/
.breadcrumb {
    list-style: none;
    background-color: #ffffff;
    margin: 0;
    padding: 14px;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

.breadcrumb > li + li:before {
    color: #000000;
    padding: 0;
}

.breadcrumb > li > .active {
    color: #000000;
}

.breadcrumb > .active {
    color: #000000;
}

.breadcrumb > a > .active {
    color: #000000;
}

.breadcrumb > li:last-child + li:before {
    content: "";
}

.breadcrumb-color {
    color: #1b75bb;
}

.breadcrumb-link {
    padding-right: 8px;
}

.promo-notification {
    font-size: 12px;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #e1dfe1;
    position: relative;
}

.promo-notification .notification-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url('/uiassets/myaccount-white-star-blue-bg.png');
    z-index: 1;
}

.notification-text {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/* page specific presentation margin spacing rules */
.overview-display .promo-notification {
    margin-top: 20px;
}

.line-details-main-section .promo-notification {
    margin-bottom: 20px;
}

.change-plan-expanded-plan-content-container .promo-notification, .changeplan-review .promo-notification, .changeplan-confirmation .promo-notification {
    margin-top: 20px;
}

@media (min-width: 769px) {
    .change-plan-expanded-plan-content-container cricket-promotion-notification {
        display: block;
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .change-plan-expanded-plan-content-container cricket-promotion-notification {
        display: block;
        padding: 0 15px;
    }
}

/* Page Specific Styles */
.changeplan-confirmation .cricket-promotions {
    margin-top: 20px;
}

.changeplan-confirmation .panel.panel-myc {
    margin-bottom: 0;
}

.cw-promo {
    padding: 20px 0;
}

.cw-promo .cw-button,
.cw-promo .cw-text {
    margin-top: 18px;
}

/* smallest  - portrait view */
@media ( max-width: 768px ) {

    .cw-button {
        padding-left: 30px;
        padding-right: 30px;
    }

}

.days-remaining-component {
    box-sizing: border-box;
    display: block;
    margin: 0 -15px;
}

.days-remaining-stripe {
    background: #e1dfe1;
    padding-top: 5px;
}

.days-remaining-stripe .col-xs-12 {
    text-align: center;
}

.days-remaining-stripe-content-container {
    display: inline;
    margin: 0 auto;
}

.days-remaining-stripe-content {
    display: inline;
}

.days-remaining-remaining-days {
    color: #046a38;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.days-remaining-header-content {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.days-remaining-expand-button-container {
    display: inline;
    padding-left: 0;
}

.days-remaining-expand-collapse-button {
    margin: 0;
    position: relative;
    top: -5px;
}

.days-remaining-button-to-expand, .days-remaining-button-expanded {
    background: url('/uiassets/myaccount-uparrow.png') no-repeat center !important;
    background-size: 1.5em !important;
    height: 20px;
    width: 30px;
}

.days-remaining-button-to-expand {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.days-remaining-expanded {
    background: #e1dfe1;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.days-remaining-expanded-content {
    padding-top: 5px;
    padding-bottom: 15px;
}

.days-remaining-expanded p {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 481px) and (max-width: 1084px) {
    .days-remaining-expanded p {
        padding-left: 25px;
        padding-right: 25px;
    }
}


div.refer-friend-icon {
    position: relative;
}

.refer-friend-icon .image-wrap {
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: -160px;
    right: 10px;
    z-index: 99;
}

/* iphone 5 only */
@media (max-width: 768px) {

    .refer-friend-icon .image-wrap {
        bottom: 250px;
        top: unset;
    }

}


.smilecenter .content-left .header{
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.smilecenter .content-left .subhead{
    font-size: 14px;
}
.smilecenter .content-left .link-text{
    font-size: 14px;
    cursor: pointer;
}

.smilecenter .content-right .image-wrap {
    height: auto;
    bottom: 0;
}

.smilecenter img {
    max-width: 100%;
}
.smilecenter {
    height: auto;
    background-color: #f6f6f6;
    margin-top: 20px;
    overflow: hidden;
}

.smilecenter .content-left {
    padding-top: 15px;
    padding-bottom: 10px;
}

.smilecenter p {
    margin-bottom: 4px;
}


.smile-center-wrapper .center-xs .image-wrap {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .smile-center-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    .smile-center-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}


tax-info .tax-dropdown {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

tax-info .tax-dropdown .glyphicon,
tax-info .tax-dropdown .glyphicon-triangle-bottom,
tax-info .tax-dropdown .glyphicon-triangle-top {
    font-size: 10px;
}

tax-info .tax-dropdown-content .tax-presentation {
    color: #000000;
}

.body-fixed {
    position: fixed;
}

.first-login-component,
.first-login-container {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.first-login-component {
    background: #ffffff;
    position: fixed;
    z-index: 1002;
}

.first-login-container {
    position: absolute;
}

.first-login-component.ng-leave {
    -webkit-animation: fadein .25s ease-in reverse .12s;
    -moz-animation: fadein .25s ease-in reverse .12s;
    -o-animation: fadein .25s ease-in reverse .12s;
    animation: fadein .25s ease-in reverse .12s;
}

.first-login-component .slide-container .slide-content {
    vertical-align: middle;
    display: block;
    transform: translateY(25%);
    position: absolute;
    width: 100%;
}

.first-login-component .slide-content .slide-heading {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin: 82px 0 37px;
}

.first-login-component .slide-text .first-subheading {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #6e6f72;
    margin-bottom: 2px;
    opacity: 0;
}

.first-login-component .slide-text .second-subheading {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #404041;
    margin-bottom: 20px;
    opacity: 0;
}

.first-login-component .slide-text button {
    width: 100%;
}

.first-login-component .slide-container .slide-image {
    text-align: left;
    min-height: 427px;
    opacity: 0;
}

.first-login-component .next-slide-chevron {
    text-align: center;
    opacity: 0;
}

.first-login-component .skip-link {
    position: absolute;
    top: 65px;
    right: 0;
    opacity: 0;
}

.first-login-component .slide-1 .single-cloud {
    position: absolute;
    right: 160px;
    top: 83px;
    opacity: 0;
}

.first-login-component .slide-2 .double-cloud {
    position: absolute;
    bottom: 63px;
    opacity: 0;
    left: -64px;
}

.first-login-component .slide-3 .double-cloud {
    position: absolute;
    bottom: 95px;
    opacity: 0;
    right: 90px;
}

.first-login-component .slide-4 .double-cloud {
    position: absolute;
    opacity: 0;
    top: 82px;
    left: -58px;
}

.first-login-component .slide-5 .single-cloud {
    position: absolute;
    top: 84px;
    left: -80px;
    opacity: 0;
}

.first-login-component .vertical-nav-dots {
    position: absolute;
    top: 300px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.first-login-component .vertical-nav-dots ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.first-login-component .vertical-nav-dots li {
    padding-bottom: 15px;
}

.first-login-component .vertical-nav-dots li a {
    display: inline-block;
}

.first-login-component .vertical-nav-dots .nav-dot {
    position: relative;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #e1dfe1;
    -webkit-transition: -webkit-transform 0.25s, background-color 0.25s;
    -moz-transition: -moz-transform 0.25s, background-color 0.25s;
    transition: transform 0.25s, background-color 0.25s;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.first-login-component .vertical-nav-dots .current-slide .nav-dot {
    background-color: #3170b7;
    border: 1px solid white;
}

.first-login-component .vertical-nav-dots a span {
    display: inline-block;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}


.first-login-component .slide-heading .primary-text,
.first-login-component .slide-heading .secondary-text {
    display: block;
    opacity: 0;
}

.fade-in-bounce {
    -webkit-animation: fadein .5s ease-in, bounce .5s ease-in;
    -moz-animation: fadein .5s ease-in, bounce .5s ease-in;
    -o-animation: fadein .5s ease-in, bounce .5s ease-in;
    animation: fadein .5s ease-in, bounce .5s ease-in;
}

.fade-in-bounce-header {
    -webkit-animation: fadein .5s ease-in, bounce-header .5s ease-in;
    -moz-animation: fadein .5s ease-in, bounce-header .5s ease-in;
    -o-animation: fadein .5s ease-in, bounce-header .5s ease-in;
    animation: fadein .5s ease-in, bounce-header .5s ease-in;
}

.fade-in-bounce-first-subheading {
    -webkit-animation: fadein .5s ease-in, bounce-first-subheading .5s ease-in;
    -moz-animation: fadein .5s ease-in, bounce-first-subheading .5s ease-in;
    -o-animation: fadein .5s ease-in, bounce-first-subheading .5s ease-in;
    animation: fadein .5s ease-in, bounce-first-subheading .5s ease-in;
}

.fade-in-bounce-second-subheading {
    -webkit-animation: fadein .5s ease-in, bounce-second-subheading .5s ease-in;
    -moz-animation: fadein .5s ease-in, bounce-second-subheading .5s ease-in;
    -o-animation: fadein .5s ease-in, bounce-second-subheading .5s ease-in;
    animation: fadein .5s ease-in, bounce-second-subheading .5s ease-in;
}

.fade-in {
    -webkit-animation: fadein .5s ease-in;
    -moz-animation: fadein .5s ease-in;
    -o-animation: fadein .5s ease-in;
    animation: fadein .5s ease-in;
}

.bounce {
    -webkit-animation: bounce .25s ease-in;
    -moz-animation: bounce .25s ease-in;
    -o-animation: bounce .25s ease-in;
    animation: bounce .25s ease-in;
}

.fade-out-slide-up {
    -webkit-animation: slide-up .5s ease-in, fadeout .5s ease-in;
    -moz-animation: slide-up .5s ease-in, fadeout .5s ease-in;
    -o-animation: slide-up .5s ease-in, fadeout .5s ease-in;
    animation: slide-up .5s ease-in, fadeout .5s ease-in;
}

.fade-in-slide-up {
    -webkit-animation: slide-up .5s ease-in, fadein .5s ease-in;
    -moz-animation: slide-up .5s ease-in, fadein .5s ease-in;
    -o-animation: slide-up .5s ease-in, fadein .5s ease-in;
    animation: slide-up .5s ease-in, fadein .5s ease-in;
}

.fade-out {
    -webkit-animation: fadeout .5s ease-in;
    -moz-animation: fadeout .5s ease-in;
    -o-animation: fadeout .5s ease-in;
    animation: fadeout .5s ease-in;
}

.slide-up {
    -webkit-animation: slide-up .5s ease-in;
    -moz-animation: slide-up .5s ease-in;
    -o-animation: slide-up .5s ease-in;
    animation: slide-up .5s ease-in;
}

.slide-content .cloud-animation {
    -webkit-animation: scroll-right 4s ease-in .25s, fadein 2s ease-in .25s;
    -moz-animation: scroll-right 4s ease-in .25s, fadein 2s ease-in .25s;
    -o-animation: scroll-right 4s ease-in .25s, fadein 2s ease-in .25s;
    animation: scroll-right 4s ease-in .25s, fadein 2s ease-in .25s;
}

.fade-out, .fade-in, .slide-up, .bounce, .skip-link, .fade-in-bounce, .fade-out-slide-up,
.slide-content .cloud-animation, .fade-in-bounce-header, .fade-in-bounce-first-subheading,
.fade-in-bounce-second-subheading, .first-login-component.ng-leave {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.secondary-text.fade-in-bounce-header {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.first-subheading.fade-in-bounce-first-subheading {
    -webkit-animation-delay: .13s;
    -moz-animation-delay: .13s;
    -o-animation-delay: .13s;
    animation-delay: .13s;
}

.second-subheading.fade-in-bounce-second-subheading {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.single-cloud, .single-cloud.fade-in-bounce {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-moz-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-o-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes slide-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@-moz-keyframes slide-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@-o-keyframes slide-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes slide-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@-webkit-keyframes scroll-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(75px); }
}

@-moz-keyframes scroll-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(75px); }
}

@-o-keyframes scroll-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(75px); }
}

@keyframes scroll-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(75px); }
}

@-webkit-keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-moz-keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-o-keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-webkit-keyframes bounce-header {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-moz-keyframes bounce-header {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-o-keyframes bounce-header {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes bounce-header {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@-webkit-keyframes bounce-first-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@-moz-keyframes bounce-first-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@-o-keyframes bounce-first-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes bounce-first-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@-webkit-keyframes bounce-second-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@-moz-keyframes bounce-second-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@-o-keyframes bounce-second-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes bounce-second-subheading {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 320px) and (max-width: 786px) {

    .first-login-component .slide-container .slide-content {
        padding-top: 0;
        transform: translateY(8%);
    }

    .first-login-component .slide-content .slide-heading {
        margin: 0 0 20px;
        font-size: 30px;
        padding: 0 34px;
        line-height: 36px;
        min-height: 72px;
    }

    .first-login-component h1, .first-login-component p {
        text-align: center;
    }

    .first-login-component .skip-link {
        position: absolute;
        top: 45px;
        right: 25px;
    }

    .first-login-component .pull-up {
        margin-top: 50px;
    }

    .first-login-component .next-slide-chevron {
        margin-top: 10px;
    }

    .first-login-component .slide-5 .next-slide-chevron {
        display: none;
    }

    .first-login-component .get-started-btn {
        margin-top: -25px;
    }

    .first-login-component .slide-container .slide-image {
        text-align: center;
        height: 280px;
        min-height: auto;
    }

    .first-login-component .vertical-nav-dots {
        right: 20px;
        position: fixed;
        top: 280px;
    }

    .first-login-component .vertical-nav-dots .nav-dot {
        height: 20px;
        width: 20px;
    }

    .first-login-component .slide-text {
        min-height: 540px;
        margin-top: 10px;
    }

    .first-login-component .slide-text .first-subheading, .first-login-component .slide-text .second-subheading {
        padding: 0px 55px;
     }

    .first-login-component .slide-text button {
        width: 290px;
        display: table;
        margin: 45px auto;
    }

    .first-login-component .slide-1 .single-cloud {
        position: absolute;
        right: 168px;
        top: 83px;
        opacity: 0;
    }

    .first-login-component .slide-2 .double-cloud {
        position: absolute;
        top: 83px;
        opacity: 0;
        left: 172px;
    }

    .first-login-component .slide-3 .double-cloud {
        position: absolute;
        bottom: 170px;
        opacity: 0;
        right: 330px;
    }

    .first-login-component .slide-4 .double-cloud {
        position: absolute;
        opacity: 0;
        top: 69px;
        left: 8px;
    }

    .first-login-component .slide-5 .single-cloud {
        position: absolute;
        top: 84px;
        left: 185px;
        opacity: 0;
    }
}

@media (max-width: 414px) {

    .first-login-component .slide-1 .single-cloud {
        right: 175px;
    }

    .first-login-component .slide-2 .double-cloud {
        left: 182px;
    }

    .first-login-component .slide-3 .double-cloud {
        right: 337px;
    }

    .first-login-component .slide-4 .double-cloud {
        left: 15px;
    }

    .first-login-component .slide-5 .single-cloud {
        left: 193px;
    }

}

@media (max-width: 375px) {

    .first-login-component .slide-1 .single-cloud {
        right: 158px;
    }

    .first-login-component .slide-2 .double-cloud {
        left: 160px;
    }

    .first-login-component .slide-3 .double-cloud {
        right: 315px;
    }

    .first-login-component .slide-4 .double-cloud {
        left: 0px;
    }

    .first-login-component .slide-5 .single-cloud {
        left: 168px;
    }

}

@media (max-width: 320px) {

    .first-login-component .slide-1 .single-cloud {
        right: 125px;
    }

    .first-login-component .slide-2 .double-cloud {
        left: 135px;
    }

    .first-login-component .slide-3 .double-cloud {
        right: 293px;
    }

    .first-login-component .slide-4 .double-cloud {
        left: -28px;
    }

    .first-login-component .slide-5 .single-cloud {
        left: 140px;
    }

}
.cc-tnc-wrapper .multiline-account,
.cc-tnc-wrapper .input-wrapper {
    margin-bottom: 0;
}

.cc-tnc-wrapper .credit-card-actions {
    padding: 35px 0 25px 0;
}

.cc-tnc-wrapper .tnc-inner-wrapper {
    background-color: #ffffff;
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 18px solid #fff;
}

.cc-tnc-wrapper .tnc-outer-wrapper {
    font-size: 12px;
    line-height: 18px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.tnc-outer-wrapper {
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    text-align: left;
}

.tnc-inner-wrapper {
    max-height: 200px;
    overflow-y: scroll;
}

.tnc-inner-wrapper p {
    padding-bottom: 10px;
}

.autopay-update .account-pin-wrapper.auto-pay {
    border-top: none;
    padding-top: 0;
}

.autopay-update .multiline-credit-card .select-wrapper {
    margin-bottom: 0;
}

.autopay-update .multiline-credit-card .styledSelect {
    margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 480) {
    .cc-tnc-wrapper .tnc-inner-wrapper {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    .cc-tnc-wrapper .tnc-inner-wrapper {
        padding-top: 0;
        border-bottom: 0;
    }

    .cc-tnc-wrapper .tnc-outer-wrapper p {
        margin-top: 16px;
    }
}

.autopay-manage .panel.panel-myc .panel-heading {
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 9px;
}

.autopay-manage .panel.panel-myc {
    margin-bottom: 0;
}

.autopay-manage .panel.panel-myc .panel-heading h2 {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin-top: 2px;
}

.autopay-manage .card-info {
    margin-top: 14px;
}

.autopay-manage .card-info .table {
    margin-bottom: 10px;
}

.autopay-manage .card-info .table tr {
    height: 25px;
}

.autopay-manage .card-info .table tr,
.autopay-manage .card-info .table td {
    border: none;
}

.autopay-manage .card-info td {
    font-size: 14px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.autopay-manage .card-info td:first-child {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
}

.autopay-manage .actions {
    padding-top: 20px;
    padding-bottom: 20px;
}

.autopay-manage .card-info .btn-secondary {
    background-color: #ffffff;
    border: 1px solid #3170b7;
    color: #3170b7;
    margin-bottom: 0;
}

.autopay-manage .card-info .btn-secondary:hover {
    background: #ffffff;
    border-width: 2px;
    padding: 9px;
}

.autopay-manage .payment-confirmation-details {
    padding-left: 0;
}

.autopay-manage .payment-confirmation-details {
    padding-left: 15px;
}

.autopay-manage .payment-confirmation-details .table tr:not(:last-child) td {
    padding: 0 0 11px 0;
}

.autopay-manage .payment-confirmation-details .table tr:last-child td {
    padding: 0 0 0 0;
}

.autopay-manage .mobile-autopay-off-btn {
    margin-top: 15px;
}

/***********************************
XS - SM - MD Styles
***********************************/
@media ( max-width: 768px ) {
    .autopay-manage .payment-confirmation-details {
        padding-left: 15px;
    }
}

/***********************************
XS - SM Styles
***********************************/
@media ( max-width: 480px ) {
    .autopay-manage .btn.autopay-update-card {
        margin: 0;
    }
}

.autopay-unenroll .action-confirmation-panel {
    background-color: #f6f6f6;
    padding-top: 15px;
}

.autopay-unenroll .preferences {
    margin-bottom: 10px;
}

.autopay-unenroll .preferences h2 {
    margin-top: 15px;
    margin-bottom: 6px;
}

.autopay-unenroll .autopay-status {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 16px;
}

.autopay-unenroll .autopay-off-options {
    border-top: 1px solid #d7d7d7;
    padding-top: 18px;
    padding-bottom: 17px;
}

@media ( min-width: 481px ) {
    .autopay-unenroll .autopay-turnoff-cancel-btn {
        margin-top: 15px;
    }
}

.autopay-unenroll-confirmation .payment-button.btn-secondary {
    background-color: #ffffff;
    border: 1px solid #1b75bb;
    color: #1b75bb;
}

.autopay-unenroll-confirmation .payment-button.btn-secondary:hover {
    background: #ffffff;
    border-width: 2px;
    padding: 9px;
}

@media ( min-width: 481px ) {
    .autopay-unenroll-confirmation .autopay-pay-now-btn {
        margin-top: 15px;
    }
}

.autopay-unenroll-confirmation .action-confirmation-panel {
    background-color: #f6f6f6;
    padding-top: 14px;
}

.autopay-unenroll-confirmation .preferences {
    margin-bottom: 10px;
}

.autopay-unenroll-confirmation .preferences h2 {
    margin-top: 15px;
    margin-bottom: 6px;
}

.autopay .autopay-status {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 16px;
}

.autopay .autopay-off-options {
    border-top: 1px solid #d7d7d7;
    padding-top: 18px;
    padding-bottom: 17px;
}

@media ( min-width: 481px ) {
    .autopay .autopay-turnoff-cancel-btn {
        margin-top: 15px;
    }
}

.autopay-update-confirmation .confirmation-total-wrapper {
    border-top: 1px solid #d7d7d7;
}

.autopay-update-confirmation .panel.panel-myc .panel-heading {
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 9px;
}

.autopay-update-confirmation .panel.panel-myc {
    margin-bottom: 0;
}

.autopay-update-confirmation .panel.panel-myc .panel-heading h2 {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin-top: 4px;
}

.autopay-update-confirmation .confirmation-total-value,
.autopay-update-confirmation .confirmation-total-text-wrapper{
    padding-top: 15px;
    padding-bottom: 8px;
}

.autopay-update-confirmation .card-info {
    margin-top: 18px;
}

.autopay-update-confirmation .card-info table {
    margin-bottom: 15px;
}

.autopay-update-confirmation .card-info td {
    padding: 0 0 10px 0;
    border: 0;
}

.autopay-update-confirmation .card-info .card-info-value {
    text-align: right;
}

.autopay-update-confirmation .confirmation-total-text-place-holder {
    background-color: #f6f6f6;
    padding-top: 14px;
    font-size: 16px;
}

.autopay-update-confirmation .print-image {
    margin-bottom: 15px;
}

.autopay-update-confirmation .confirmation-note {
    color: #000000;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}

.autopay-update-confirmation .confirmation-actions {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 480px) {
    /* overrides page-banner component style */
    .autopay-update-confirmation .autopay-update-banner h1 {
        margin-bottom: 10px;
        margin-top: 18px;
    }

    /* overrides page-banner component style */
    .autopay-update-confirmation .panel.panel-myc .auto-pay-header h2.title {
        margin-top: 18px;
    }

    .autopay-update-confirmation .confirmation-note {
        color: #000000;
    }
}

@media print {
    .autopay-update-confirmation .breadcrumb {
        display: none;
    }

    .autopay-update-confirmation .constrain-width-1024 {
        max-width: auto;
        width: 100%;
    }

    .autopay-update-confirmation .modal.fade.in ~ div,
    .autopay-update-confirmation .banner-section,
    .confirmation-actions,
    .error-container,
    .panel-heading {
        display: none;
    }
}

.amss-app-container {
    min-height:492px;
    padding:0 0 20px;
}

a {
    color:#3170b7;
}

a:hover {
    text-decoration:none;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin:0;
}

input[type=checkbox] {
    cursor:pointer;
    left:0;
}

h3 {
    color:#036B37;
    font-family:'Simply Cricket Bold',Helvetica,Arial,sans-serif;
    margin-bottom:18px;
    margin-top:0;
}

small {
    color:#404041;
    font-family:'Simply Cricket Bold',Helvetica,Arial,sans-serif;
    font-size:12px;
    margin-bottom:26px;
}

[ng-click] {
    cursor:pointer;
}

.red-font {
    color:#d82238;
}

.align-right {
    text-align:right;
}

.align-left {
    text-align:left;
}

.show-hide-button {
    background:#F6F6F6;
    text-decoration:none;
}
button.input-clear-button.show-x:focus {
    border:2px solid #3170b7;
    }

.overflow-visible {
    overflow:visible!important;
}

.overflow-hidden {
    overflow:hidden!important;
}

.flex-center-right {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.flex-center-left {
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.flex-vertical-center {
    display:flex;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.vertical-center-col {
    display:table-cell;
    vertical-align:middle;
    float:none;
}

.field-wrapper .styledSelect {
    background:#FFF url(/uiassets/myaccount-select-arrow.png) 96.8% no-repeat!important;
}

.field-wrapper .styledSelect:hover {
    background:#FFF url(/uiassets/myaccount-select-arrow_hover.png) 96.8% no-repeat!important;
}

.font-bold {
    font-family:'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.cw-promo {
    min-height:110px;
}

.bg-white {
    background-color:#fff;
}

.bg-mediumgrey {
    background-color:#6e6f72;
}

.bg-darkgrey {
    background-color:#404041;
}

.bg-black {
    background-color:#000;
}

.bg-blue {
    background-color:#296fb4;
}

.bg-darkblue {
    background-color:#12508d;
}

.bg-green {
    background-color:#036b37;
}

.bg-lightgreen {
    background-color:#c4d600;
}

.bg-lightgreen-alt {
    background-color:#1c8903;
}

.bg-darkgreen {
    background-color:#046A38;
}

.bg-yellow {
    background-color:#ffcb05;
}

.bg-red {
    background-color:#cf292a;
}

.border-top-white {
    border-top:1px solid #fff;
}

.border-top-mediumgrey {
    border-top:1px solid #6e6f72;
}

.border-top-darkgrey {
    border-top:1px solid #404041;
}

.border-top-black {
    border-top:1px solid #000;
}

.border-top-blue {
    border-top:1px solid #296fb4;
}

.border-top-darkblue {
    border-top:1px solid #12508d;
}

.border-top-green {
    border-top:1px solid #036b37;
}

.border-top-lightgreen {
    border-top:1px solid #c4d600;
}

.border-top-lightgreen-alt {
    border-top:1px solid #43b02a;
}

.border-top-darkgreen {
    border-top:1px solid #046a38;
}

.border-top-yellow {
    border-top:1px solid #ffcb05;
}

.border-top-red {
    border-top:1px solid #cf292a;
}

.border-right-white {
    border-right:1px solid #fff;
}

.border-right-grey {
    border-right:1px solid #bbbdc0;
}

.border-right-extralightgray {
    border-right:1px solid #f6f6f6;
}

.border-right-lightgrey {
    border-right:1px solid #e1dfe1;
}

.border-right-mediumgrey {
    border-right:1px solid #6e6f72;
}

.border-right-darkgrey {
    border-right:1px solid #404041;
}

.border-right-black {
    border-right:1px solid #000;
}

.border-right-blue {
    border-right:1px solid #3170b7;
}

.border-right-darkblue {
    border-right:1px solid #12508d;
}

.border-right-green {
    border-right:1px solid #60a630;
}

.border-right-lightgreen {
    border-right:1px solid #c4d600;
}

.border-right-lightgreen-alt {
    border-right:1px solid #43b02a;
}

.border-right-darkgreen {
    border-right:1px solid #046a38;
}

.border-right-yellow {
    border-right:1px solid #ffcd00;
}

.border-right-red {
    border-right:1px solid #cf292a;
}

.border-bottom-white {
    border-bottom:1px solid #fff;
}

.border-bottom-grey {
    border-bottom:1px solid #bbbdc0;
}

.border-bottom-extralightgray {
    border-bottom:1px solid #f6f6f6;
}

.border-bottom-lightgrey {
    border-bottom:1px solid #e1dfe1;
}

.border-bottom-mediumgrey {
    border-bottom:1px solid #6e6f72;
}

.border-bottom-darkgrey {
    border-bottom:1px solid #404041;
}

.border-bottom-black {
    border-bottom:1px solid #000;
}

.border-bottom-blue {
    border-bottom:1px solid #3170b7;
}

.border-bottom-darkblue {
    border-bottom:1px solid #12508d;
}

.border-bottom-green {
    border-bottom:1px solid #60a630;
}

.border-bottom-lightgreen {
    border-bottom:1px solid #c4d600;
}

.border-bottom-lightgreen-alt {
    border-bottom:1px solid #43b02a;
}

.border-bottom-darkgreen {
    border-bottom:1px solid #046a38;
}

.border-bottom-yellow {
    border-bottom:1px solid #ffcd00;
}

.border-bottom-red {
    border-bottom:1px solid #cf292a;
}

.border-left-white {
    border-left:1px solid #fff;
}

.border-left-grey {
    border-left:1px solid #bbbdc0;
}

.border-left-extralightgray {
    border-left:1px solid #f6f6f6;
}

.border-left-lightgrey {
    border-left:1px solid #e1dfe1;
}

.border-left-mediumgrey {
    border-left:1px solid #6e6f72;
}

.border-left-darkgrey {
    border-left:1px solid #404041;
}

.border-left-black {
    border-left:1px solid #000;
}

.border-left-blue {
    border-left:1px solid #3170b7;
}

.border-left-darkblue {
    border-left:1px solid #12508d;
}

.border-left-green {
    border-left:1px solid #60a630;
}

.border-left-lightgreen {
    border-left:1px solid #c4d600;
}

.border-left-lightgreen-alt {
    border-left:1px solid #43b02a;
}

.border-left-darkgreen {
    border-left:1px solid #046a38;
}

.border-left-yellow {
    border-left:1px solid #ffcd00;
}

.border-left-red {
    border-left:1px solid #cf292a;
}

.font-white {
    color:#fff;
}

.font-extralightgray {
    color:#f6f6f6;
}

.font-blue {
    color:#1b75bb;
}

.font-darkblue {
    color:#12508d;
}

.font-lightgreen {
    color:#c4d600;
}

.font-lightgreen-alt {
    color:#43b02a;
}

.font-darkgreen {
    color:#046a38;
}

.font-10 {
    font-size:10px;
}

.font-12 {
    font-size:12px;
}

.font-14 {
    font-size:14px;
}

.font-16 {
    font-size:16px;
}

.font-18 {
    line-height:30px;
    font-size:18px;
}

.font-24 {
    font-size:24px;
}

.font-28 {
    font-size:28px;
}

.font-32 {
    font-size:32px;
}

.font-36 {
    font-size:36px;
    line-height:1.2em;
}

.no-margin {
    margin:0;
}

.margin-top-2 {
    margin-top:2px;
}

.margin-top-4 {
    margin-top:4px;
}

.margin-top-6 {
    margin-top:6px;
}

.margin-top-10 {
    margin-top:10px;
}

.margin-top-14 {
    margin-top:14px;
}

.margin-top-16 {
    margin-top:16px;
}

.margin-top-18 {
    margin-top:18px;
}

.margin-bottom-2 {
    margin-bottom:2px;
}

.margin-bottom-4 {
    margin-bottom:4px;
}

.margin-bottom-6 {
    margin-bottom:6px;
}

.margin-bottom-8 {
    margin-bottom:8px;
}

.margin-bottom-10 {
    margin-bottom:10px;
}

.margin-bottom-12 {
    margin-bottom:12px;
}

.margin-bottom-14 {
    margin-bottom:14px;
}

.margin-bottom-16 {
    margin-bottom:16px;
}

.margin-bottom-18 {
    margin-bottom:18px;
}

.margin-bottom-20 {
    margin-bottom:20px;
}

.margin-right-2 {
    margin-right:2px;
}

.margin-right-4 {
    margin-right:4px;
}

.margin-right-6 {
    margin-right:6px;
}

.margin-right-8 {
    margin-right:8px;
}

.margin-right-10 {
    margin-right:10px;
}

.margin-right-12 {
    margin-right:12px;
}

.margin-right-14 {
    margin-right:14px;
}

.margin-right-16 {
    margin-right:16px;
}

.margin-right-18 {
    margin-right:18px;
}

.margin-right-20 {
    margin-right:20px;
}

.margin-left-2 {
    margin-left:2px;
}

.margin-left-4 {
    margin-left:4px;
}

.margin-left-6 {
    margin-left:6px;
}

.margin-left-8 {
    margin-left:8px;
}

.margin-left-10 {
    margin-left:10px;
}

.margin-left-12 {
    margin-left:12px;
}

.margin-left-14 {
    margin-left:14px;
}

.margin-left-16 {
    margin-left:16px;
}

.margin-left-18 {
    margin-left:18px;
}

.margin-left-20 {
    margin-left:20px;
}

.no-padding {
    padding:0;
}

.padding-top-0 {
    padding-top:0;
}

.padding-top-2 {
    padding-top:2px;
}

.padding-top-4 {
    padding-top:4px;
}

.padding-top-6 {
    padding-top:6px;
}

.padding-top-10 {
    padding-top:10px;
}

.padding-top-12 {
    padding-top:12px;
}

.padding-top-14 {
    padding-top:14px;
}

.padding-top-16 {
    padding-top:16px;
}

.padding-top-18 {
    padding-top:18px;
}

.padding-top-20 {
    padding-top:20px;
}

.padding-bottom-0 {
    padding-bottom:0;
}

.padding-bottom-2 {
    padding-bottom:2px;
}

.padding-bottom-4 {
    padding-bottom:4px;
}

.padding-bottom-6 {
    padding-bottom:6px;
}

.padding-bottom-8 {
    padding-bottom:8px;
}

.padding-bottom-10 {
    padding-bottom:10px;
}

.padding-bottom-12 {
    padding-bottom:12px;
}

.padding-bottom-14 {
    padding-bottom:14px;
}

.padding-bottom-16 {
    padding-bottom:16px;
}

.padding-bottom-18 {
    padding-bottom:18px;
}

.padding-bottom-20 {
    padding-bottom:20px;
}

.padding-right-0 {
    padding-right:0;
}

.padding-right-2 {
    padding-right:2px;
}

.padding-right-4 {
    padding-right:4px;
}

.padding-right-6 {
    padding-right:6px;
}

.padding-right-8 {
    padding-right:8px;
}

.padding-right-10 {
    padding-right:10px;
}

.padding-right-12 {
    padding-right:12px;
}

.padding-right-14 {
    padding-right:14px;
}

.padding-right-16 {
    padding-right:16px;
}

.padding-right-18 {
    padding-right:18px;
}

.padding-right-20 {
    padding-right:20px;
}

.padding-left-0 {
    padding-left:0;
}

.padding-left-2 {
    padding-left:2px;
}

.padding-left-4 {
    padding-left:4px;
}

.padding-left-6 {
    padding-left:6px;
}

.padding-left-8 {
    padding-left:8px;
}

.padding-left-10 {
    padding-left:10px;
}

.padding-left-12 {
    padding-left:12px;
}

.padding-left-14 {
    padding-left:14px;
}

.padding-left-18 {
    padding-left:18px;
}

.padding-left-20 {
    padding-left:20px;
}

.underline-a,.underline-a:hover {
    color:inherit;
    text-decoration:underline;
}

.fine-print {
    padding:8px 0;
}

.fine-print a {
    color:#FFF;
    text-decoration:underline;
}

.gutter-x2 {
    padding-left:30px;
    padding-right:30px;
}

.gutter-right-x2 {
    padding-right:30px;
}

.no-line-break br {
    content:" ";
    display:none;
}

.spinner {
    display:none;
    height:100%;
    left:0;
    top:0;
    width:100%;
    z-index:160;
    margin:0;
}

.clip-banner-bkgd-img {
    clip:rect(0px,316px,238px,0px);
    left:0;
    position:absolute;
}

.error {
    color:red;
}

.error-container {
    background-color:#cf292a;
    color:#FFF;
    font-family:'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:16px;
    padding:15px;
}

.error-container a {
    color:#FFF;
    cursor:pointer;
    text-decoration:underline;
}

#error-container:focus {
    margin-top:5px;
    position:relative;
}

div.field-error-container,label.field-error-container {
    background:#FFF;
    border-top:6px solid #cf292a;
    -webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.1);
    box-shadow:0 2px 2px 1px rgba(0,0,0,.1);
    clear:left;
    color:#cf292a!important;
    float:left;
    font-family:'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    margin-top:4px;
    position:relative;
    width:100%;
    padding:10px 15px;
}

div.field-error-container {
    font-size:16px;
    display:block;
    font-weight:500;
    margin-bottom:3px;
    cursor:default;
    -webkit-font-smoothing:antialiased;
}

div.field-error-container:after,label.field-error-container:after {
    border:11px solid #cf292a;
    border-left-color:transparent;
    border-right-color:transparent;
    border-top-color:transparent;
    content:'';
    left:14px;
    position:absolute;
    top:-27px;
}

div.field-error-container.username-error,label.field-error-container.username-error {
    margin-top:-2px;
}

div.field-error-container,input.field-error-container,textarea.field-error-container,.date-wrapper.field-error,.styledSelect.field-error {
    border-color:#cf292a;
}

.bg-lightblue {
    background-color:#1b75bb;
}

.border-black {
    border:1px solid #000;
}

.border-blue {
    border:1px solid #296fb4;
}

.border-darkgrey {
    border:1px solid #404041;
}

.border-green {
    border:1px solid #036b37;
}

.border-grey {
    border:1px solid #e1dfe1;
}

.border-hotgreen {
    border:1px solid #69c055;
}

.border-lightblue {
    border:1px solid #1b75bb;
}

.border-lightgreen {
    border:1px solid #c4d600;
}

.border-lightgreen-alt {
    border:1px solid #1c8903;
}

.border-offwhite {
    border:1px solid #f6f6f6;
}

.border-red {
    border:1px solid #cf292a;
}

.border-white {
    border:1px solid #fff;
}

.border-yellow {
    border:1px solid #ffcb05;
}

.border-top-hotgreen {
    border-top:1px solid #69c055;
}

.border-top-lightblue {
    border-top:1px solid #1b75bb;
}

.collapse-margins {
    margin-left:0;
    margin-right:0;
}

.font-italic {
    font-style:italic;
}

.hint {
    color:#535353;
}

.margin-zero {
    margin:0!important;
}

.no-float {
    float:none!important;
}

.no-wrap {
    white-space:nowrap;
}

.padding-zero {
    padding:0!important;
}

.pos-relative {
    position:relative;
}

.pos-static {
    position:static;
}

.text-ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.v-center {
    display:inline-block;
    float:none;
    vertical-align:middle;
}

.accept-wrapper input[type=checkbox] {
    height:0;
    width:0;
}

form[name=loginForm] #password input {
    padding-right:9px;
}

button:disabled {
    border:transparent;
}

.input-wrapper .input-clear-button {
    top:23px;
}

.input-wrapper.has-show-hide .input-clear-button {
    right:30%;
}

.btn {
    border-radius:5px;
    margin:0;
    padding:10px;
}

.btn.cancel-button {
    background-color:#fff;
    border:1px solid #1b75bb;
    color:#1b75bb;
}

a.btn.cancel-button {
    margin-top:5px;
}

.btn.cancel-button:hover,.btn.cancel-button:focus {
    background:#FFF;
    border-width:2px;
    padding:9px;
}

.btn-secondary[disabled='disabled'] {
    background-color:#fff;
    color:#BBBDC0;
    border-color:#BBBDC0;
}

a.link-role,button.link-role {
    background:transparent;
    color:#3170B7;
    width:auto;
    margin:0;
    padding:0;
}

a.link-role:focus,button.link-role:focus {
    background:transparent;
    outline:5px auto 0!important;
    outline-offset:-2px;
    outline-style:dotted;
    text-decoration:underline;
}

a.link-role:disabled,a.link-role:disabled:hover,button.link-role:disabled,button.link-role:disabled:hover {
    background:transparent!important;
    color:#6e6f72;
}

.amss-app-container .button.disabled,.button.disabled,.disabled,[disabled],.button.disabled[disabled],.disabled[disabled],[disabled][disabled],.button.disabled:hover,.disabled:hover,[disabled]:hover,.button.disabled[disabled]:hover,.disabled[disabled]:hover,[disabled][disabled]:hover {
    background-color:#5E5E5E;
}

.animate-to-left {
    bottom:0;
    display:block;
    left:0;
    right:0;
    top:0;
}

.animate-to-left.ng-hide {
    left:-100%;
    position:absolute;
    -webkit-transition:all cubic-bezier(0.250,0.460,0.450,0.940) .75s;
    transition:all cubic-bezier(0.250,0.460,0.450,0.940) .75s;
}

.animate-from-left.ng-hide {
    bottom:0;
    display:block;
    left:-100%;
    position:absolute;
    right:0;
    top:0;
}

.animate-from-right.ng-hide {
    bottom:0;
    display:block;
    left:110%;
    position:absolute;
    right:0;
    top:0;
}

.animate-to-right {
    bottom:0;
    display:block;
    left:0;
    position:absolute;
    right:0;
    top:0;
}

.animate-to-right.ng-hide {
    left:150%;
    position:absolute;
}

.animate-from-to-right,.animate-from-to-left {
    display:block;
    left:0;
    position:relative;
}

.animate-from-to-right,.animate-from-to-left,.animate-from-to-right.ng-animate,.animate-from-to-left.ng-animate,.animate-to-right.ng-hide {
    -webkit-transition:all cubic-bezier(0.250,0.460,0.450,0.940) 1s;
    transition:all cubic-bezier(0.250,0.460,0.450,0.940) 1s;
}

.animate-from-to-right.ng-enter,.animate-from-to-right.ng-leave.ng-leave-active,.animate-from-to-left.ng-enter,.animate-from-to-left.ng-leave.ng-leave-active {
    transform:translateX(110%);
}

.animate-from-to-right.ng-leave,.animate-from-to-right.ng-enter.ng-enter-active,.animate-from-to-left.ng-leave,.animate-from-to-left.ng-enter.ng-enter-active {
    transform:translateX(0);
}

.slide-from-right {
    animation-duration: 1s;
    animation-name: slideFromRight;
}

@keyframes slideFromRight {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.slide-to-right {
    animation-duration: 1s;
    animation-name: slideToRight;
}

@keyframes slideToRight {
    from {
        margin-left: 0%;
        width: 100%;
    }

    to {
        margin-left: 100%;
        width: 300%;
    }
}

.slide-from-left {
    animation-duration: 1s;
    animation-name: slideFromLeft;
}

@keyframes slideFromLeft {
    from {
        margin-right: 100%;
        width: 300%;
    }

    to {
        margin-right: 0%;
        width: 100%;
    }
}

.slide-to-left {
    animation-duration: 1s;
    animation-name: slideToLeft;
}

@keyframes slideToLeft {
    from {
        margin-right: 0%;
        width: 100%;
    }

    to {
        margin-right: 100%;
        width: 300%;
    }
}

#talkTextPlanModal .price-wrapper {
    color:#036B37;
    padding-bottom:10px;
}

#talkTextPlanModal .price-wrapper sup {
    font-family:'Simply Cricket Demi', Arial, sans-serif;
    font-size:14px;
}

#talkTextPlanModal .price-wrapper span {
    font-family:'Simply Cricket Demi', Arial, sans-serif;
    font-size:20px;
}

#incompatibleFeatures .incompatible-soc-wrapper {
    border-bottom:1px solid #d7d7d7;
    color:#707070;
    margin-bottom:15px;
    padding-bottom:20px;
    padding-top:20px;
}

#incompatibleFeatures .incompatible-features-list {
    border-top:1px solid #d7d7d7;
    font-family:'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size:16px;
    margin-top:16px;
}

#incompatibleFeatures .incompatible-features-list strong {
    color:#000;
    font-family:'Simply Cricket Demi', Arial, sans-serif;
    font-size:16px;
    text-align:right;
}

.countrylists .table {
    border:none;
    font-family:'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size:14px;
}

.countrylists .table tbody {
    border:1px solid #888;
}

.countrylists .table tbody tr td {
    padding:8px;
}

.my-cricket .modal {
    max-height:inherit;
    overflow-y:scroll;
}

.my-cricket .modal .modal-dialog .modal-content {
    max-height:inherit;
}

.speed-usage-terms-list {
    list-style-type:disc;
}

.speed-usage-terms-indicator {
    min-width:200px;
    margin:20px;
}

.speed-usage-terms-indicator img {
    margin-left:30px;
}

.speed-usage-terms-indicator img:first-of-type {
    margin-left:0;
    margin-right:30px;
}

.speed-usage-terms-indicator .green-or {
    color:#000;
    font-size:14px;
    font-weight:700;
}

.incompatible-features-losing-discount-subheaders {
    font-family:'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size:1.2em;
    margin:20px 0 5px;
}

.btn-primary {
    background-color:#3170b7;
    width:100%;
    border-color:#3170b7;
}

.link-role:hover {
    background:transparent;
    color:#1b75bb;
}

.modal-header button.close,.modal .modal-header-close {
    position:absolute;
    top:20px;
    right:20px;
    display:inline-block;
    background:url('/uiassets/btn-close.png') 0 0 no-repeat;
    width:30px;
    height:30px;
    z-index:20;
    text-indent:-9999px;
    overflow:hidden;
}

.glyphicon-triangle-bottom:before {
    content:"\e252";
}

.glyphicon-triangle-top:before {
    content:"\e253";
}

label,.font-black,#talkTextPlanModal small strong {
    color:#000;
}

.amss-app-container .ladda-button[data-style=contract],.field-wrapper .styledSelect select,button,.button,.cancel-button {
    width:100%;
}

form input[type="text"],.font-darkgrey {
    color:#404041;
}

.green-font,.font-green {
    color:#036b37;
}

.align-center,.center {
    text-align:center;
}

.font-book,.font-regular {
    font-family:'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

.font-demi,.font-semibold {
    font-family:'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.bg-grey,.bg-lightgrey {
    background-color:#e1dfe1;
}

.bg-extralightgray,.bg-offwhite {
    background-color:#f6f6f6;
}

.border-top-grey,.border-top-lightgrey {
    border-top:1px solid #e1dfe1;
}

.border-top-extralightgray,.border-top-offwhite {
    border-top:1px solid #f6f6f6;
}

.font-grey,.font-lightgrey {
    color:#e1dfe1;
}

.font-mediumgrey,#talkTextPlanModal small {
    color:#6e6f72;
}

.font-yellow,.font-red {
    color:#cf292a;
}

.no-margin-top,.margin-top-0,.no-padding-top {
    margin-top:0;
}

.no-margin-right,.margin-right-0,.no-padding-right {
    margin-right:0;
}

.no-margin-bottom,.margin-bottom-0,.no-padding-bottom,#unlimitedIntTextingModal .countries-list {
    margin-bottom:0;
}

.no-margin-left,.margin-left-0,.no-padding-left {
    margin-left:0;
}

.margin-top-8,div.field-error-container.question-error,label.field-error-container.question-error {
    margin-top:8px;
}

.margin-top-12,div.field-error-container.pin1-error,label.field-error-container.pin1-error {
    margin-top:12px;
}

.margin-top-20,.input-wrapper div.field-error-container,.input-wrapper label.field-error-container {
    margin-top:20px;
}

.padding-top-8,.promotion-details {
    padding-top:8px;
}

.padding-left-16,#linePendingModal ul {
    padding-left:16px;
}

.padding-left-30,.gutter-left-x2 {
    padding-left:30px;
}

.my-cricket .modal .modal-dialog,.my-cricket .modal .modal-dialog .modal-content .modal-body {
    height:auto;
}

@media (max-width:768px) {
    .promotion-details {
        padding-top:8px;
        padding-bottom:13px;
    }

    .align-right-md {
        text-align:right;
    }

    .align-left-md {
        text-align:left;
    }

    .vertical-center-col {
        display:inline-block;
    }

    .no-gutter-xs {
        padding-right:0!important;
        padding-left:0!important;
    }

    .collapse-margins-max-md {
        margin-left:0;
        margin-right:0;
    }

    .align-center-md,.center-md {
        text-align:center;
    }
}

@media (max-width:480px) {
    .promotion-details {
        padding-top:8px;
        padding-bottom:13px;
    }

    .align-right-sm {
        text-align:right;
    }

    .align-left-sm {
        text-align:left;
    }

    button.btn {
        margin:0 0 10px;
    }

    .breadcrumb {
        background-color:#fff;
        color:#000;
        font-family:'Simply Cricket Demi', Arial, sans-serif;
        font-size:12px;
        list-style:none;
        margin:20px 0;
    }

    .breadcrumb > li + li:before {
        color:#000;
        padding:0;
    }

    .breadcrumb > .active {
        color:#000;
    }

    .speed-usage-terms-indicator img {
        margin-left:10px;
        width:65px;
    }

    .speed-usage-terms-indicator img:first-of-type {
        margin-left:0;
        margin-right:10px;
        width:65px;
    }

    .collapse-margins-max-sm {
        margin-left:0;
        margin-right:0;
    }

    .align-center-sm,.center-sm {
        text-align:center;
    }
}

@media (max-width:320px) {
    .promotion-details {
        padding-top:8px;
        padding-bottom:13px;
    }

    .align-right-xs {
        text-align:right;
    }

    .align-left-xs {
        text-align:left;
    }

    .no-line-break-xs br {
        content:" ";
        display:none;
    }

    .no-margin-bottom-xs {
        margin-bottom:0!important;
    }

    .no-gutter-left-xs {
        padding-left:0!important;
    }

    .no-gutter-right-xs {
        padding-right:0!important;
    }

    .no-gutter-xs {
        padding-right:0!important;
        padding-left:0!important;
    }

    .gutter-x2-xs {
        padding-left:30px!important;
        padding-right:30px!important;
    }

    .gutter-x2-left-xs {
        padding-left:30px!important;
    }

    .gutter-x2-right-xs {
        padding-right:30px!important;
    }

    .collapse-margins-max-xs {
        margin-left:0;
        margin-right:0;
    }

    .align-center-xs,.center-xs {
        text-align:center;
    }
}

@media (min-width:769px) {
    .no-line-break-lg br {
        content:" ";
        display:none;
    }

    .no-margin-bottom-lg {
        margin-bottom:0!important;
    }

    .no-gutter-left-lg {
        padding-left:0!important;
    }

    .no-gutter-right-lg {
        padding-right:0!important;
    }

    .no-gutter-lg {
        padding-right:0!important;
        padding-left:0!important;
    }

    .gutter-x2-lg {
        padding-left:30px!important;
        padding-right:30px!important;
    }

    .gutter-x2-left-lg {
        padding-left:30px!important;
    }

    .gutter-x2-right-lg {
        padding-right:30px!important;
    }

    .align-center-lg {
        text-align:center;
    }

    .align-right-lg {
        text-align:right;
    }

    .align-left-lg {
        text-align:left;
    }
}

@media (min-width:481px) and (max-width:768px) {
    .no-line-break-md br {
        content:" ";
        display:none;
    }

    .no-margin-bottom-md {
        margin-bottom:0!important;
    }

    .no-gutter-left-md {
        padding-left:0!important;
    }

    .no-gutter-right-md {
        padding-right:0!important;
    }

    .no-gutter-md {
        padding-right:0!important;
        padding-left:0!important;
    }

    .gutter-x2-md {
        padding-left:30px!important;
        padding-right:30px!important;
    }

    .gutter-x2-left-md {
        padding-left:30px!important;
    }

    .gutter-x2-right-md {
        padding-right:30px!important;
    }
}

@media (min-width:321px) and (max-width:480px) {
    .no-line-break-sm br {
        content:" ";
        display:none;
    }

    .no-margin-bottom-sm {
        margin-bottom:0!important;
    }

    .no-gutter-left-sm {
        padding-left:0!important;
    }

    .no-gutter-right-sm {
        padding-right:0!important;
    }

    .no-gutter-sm {
        padding-right:0!important;
        padding-left:0!important;
    }

    .gutter-x2-sm {
        padding-left:30px!important;
        padding-right:30px!important;
    }

    .gutter-x2-left-sm {
        padding-left:30px!important;
    }

    .gutter-x2-right-sm {
        padding-right:30px!important;
    }
}

@media screen{
    .print-iframe {
        display:none;
    }
}

@media (max-width:990px) {
    .responsive .main.subnav-margin-fix {
        margin-top:0;
    }
}

@media print{
    #uz_feedback_tab_link_img,.breadcrumb {
        display:none;
    }
}
myc-input {
    position: relative;
}

myc-input label {
    border: 1px solid #bbbdc0;
    border-radius: 5px;
    padding: 9px 32px 9px 10px;
    margin-bottom: 0;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    color: #6e6f72;
    font-size: 16px;
    min-height: 40px;
    max-height: 40px;
}

myc-input .show-hide-wrapper {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}

myc-input-container {
    display: block;
    position: relative;
}

.input-wrapper myc-input .input-clear-button {
    top: 0;
}

.input-wrapper myc-input input,
.input-wrapper myc-input input:focus {
    position: absolute;
    background: transparent;
    border: none;
    width: 235px;
    padding: 0 0 0 10px;
    top: 18px;
    min-height: 18px;
    max-height: 18px;
    margin-left: 2px;
}


.myc-input-focused {
    border: 2px solid #3170b7;
    color: #3170b7;
    padding: 4px 31px 9px 9px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 10px;
    -webkit-transition: all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -moz-transition:    all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -o-transition:      all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    -ms-transition:     all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
    transition:         all 0.1667s cubic-bezier(0.26, 0.37, 0.77, 0.70);
}

.myc-input-error.myc-input-focused {
    border: 2px solid #cf292a;
    font-size: 10px;
    padding: 4px 31px 9px 9px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.myc-input-error {
    border: 1px solid #cf292a;
    color: #cf292a;
    padding: 9px 32px 9px 10px;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.myc-input-error.myc-input-entered {
    color: #cf292a;
}
.myc-input-error.myc-input-entered.myc-input-focused,
.myc-input-entered.myc-input-focused {
    padding: 4px 31px 9px 9px;
}

.myc-input-entered {
    color: #3170b7;
    padding: 4px 32px 9px 10px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.caps-lock-message {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    position: relative;
    background: white;
    float: left;
    clear: left;
    margin-top: 10px;
    padding: 10px 15px;
    border-top: 6px solid #6e6f72;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
}

.caps-lock-message:after {
    content: '';
    top: -27px;
    left: 14px;
    border: 11px solid #6e6f72;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
}

.password-validate-heading,
.username-validate-heading{
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.password-criteria,
.username-criteria{
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

@media ( max-width: 360px ) {
    .input-wrapper myc-input input[type='password'], .input-wrapper myc-input input[type='password']:focus {
        width: 225px;
    }
}

@media ( max-width: 320px ) {
    .input-wrapper myc-input input[type='password'], .input-wrapper myc-input input[type='password']:focus {
        width: 200px;
    }
}

spinner .myc-loader {
    position: fixed;
}

.myc-loader {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.myc-loader .myc-indicator, .myc-indicator span {
    position: absolute;
}

.myc-loader .myc-indicator {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.myc-indicator span {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #60a630;
    border: 1px solid rgba(255, 255, 255, .6);

    -webkit-animation: re-sizer 1.6s infinite linear;
    animation: re-sizer 1.6s infinite linear;
}

.myc-indicator span:nth-child(1) {
    top: 0;
    left: 50%;
}

.myc-indicator span:nth-child(2) {
    top: 13%;
    left: 86%;
    animation-delay: 0.2s;
}

.myc-indicator span:nth-child(3) {
    top: 50%;
    left: 100%;
    animation-delay: 0.4s;
}

.myc-indicator span:nth-child(4) {
    top: 86%;
    left: 86%;
    animation-delay: 0.6s;
}

.myc-indicator span:nth-child(5) {
    top: 100%;
    left: 50%;
    animation-delay: 0.8s;
}

.myc-indicator span:nth-child(6) {
    top: 86%;
    left: 13%;
    animation-delay: 1s;
}

.myc-indicator span:nth-child(7) {
    top: 50%;
    left: 0;
    animation-delay: 1.2s;
}

.myc-indicator span:nth-child(8) {
    top: 13%;
    left: 13%;
    animation-delay: 1.4s;
}

@keyframes re-sizer {
    0% {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
    }
    10% {
        width: 14px;
        height: 14px;
        margin-left: -7px;
        margin-top: -7px;
    }
    20% {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
    }
}

.mya-modal .modal {
    z-index: 1041;
}

.mya-modal .modal.in {
    display: block;
}

.mya-modal .modal-body {
    overflow-x: hidden;
}

.banner-sub-heading {
    padding: 0;
    color: #404041;
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 14px;
}

.banner-sub-heading.summary-subhead {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 14px;
}

.banner-section {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1dfe1;
    border-top: 1px solid #e1dfe1;
    min-height: 85px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: auto;
}

.banner-section.no-bottom-border {
    border-bottom: 0;
}

.banner-section h1 {
    color: #036b37;
    font-size: 31px;
    margin-bottom: 1px;
    margin-top: 13px;
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {
    .banner-sub-heading {
        font-size: 12px;
    }

    .banner-section {
        min-height: 53px;
    }

    .banner-section h1 {
        font-size: 20px;
    }
}

.panel.panel-myc {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-myc .panel-heading {
    padding: 18px 0 17px 0;
    border-radius: 0;
}

.panel.panel-myc.multiple-lines-of-text .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel.panel-myc.multiple-lines-of-text .collapsible-image {
    /*position: relative;*/
}

.panel.panel-myc .panel-heading.no-border {
    border-bottom: 0;
}

.panel.panel-myc .panel-heading.has-sub-heading {
    padding-bottom: 8px;
    padding-top: 11px;
}

.panel.panel-myc .panel-heading.collapsible {
    cursor: pointer;
    height: auto;
    z-index:50;
}

.panel.panel-myc .panel-heading.collapsible.deny-user-collapse {
    cursor: default;
}

.panel-button-expanded {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel.panel-myc .panel-heading h2 {
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel.panel-myc .has-sub-heading h2 {
    font-size: 16px;
}

.panel.panel-myc .panel-heading p {
    font-size: 12px;
    margin-bottom: 0;
}

.panel.panel-myc .expand-collapse-img {
    height: auto;
    width: 20px;
    /* prevent arrow from being visually hightlighted if clicking while arrow styles change */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.panel.panel-myc .panel-body {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.panel.panel-myc.child-panel .panel-body {
    background-color: #ffffff;
    border: 1px solid #e1dfe1;
}

.panel.panel-myc .panel-body.vertical-padding {
    padding: 20px 0;
}

.panel.panel-myc .panel-footer {
    background-color: #f6f6f6;
    border-top: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.panel.panel-myc.single-line-of-text .expand-collapse-text,
.panel.panel-myc.multiple-lines-of-text .expand-collapse-text {
    height: 20px;
}

.panel.panel-myc.single-line-of-text .expand-collapse-text {
    margin-top: 2px;
    text-align: right;
}

.panel.panel-myc.multiple-lines-of-text .expand-collapse-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-margin-top {
    margin-top: 20px;
}

.panel-shorter-margin-top {
    margin-top: 16px;
}

@media ( max-width: 768px ) {
    .panel.panel-myc .panel-heading h2 {
        margin-top: -8px;
    }
    .panel.panel-myc .panel-heading {
        padding-left: 30px;
        padding-right: 30px;
    }

    .panel.panel-myc .expand-collapse-img {
        float: right;
        margin-left:20px;
        margin-bottom: -10px;
    }
}
.mya-checkbox {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin: 0;
    min-height: 40px;
}

.mya-checkbox.styled-container {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    padding: 8px 16px;
}

.mya-checkbox:focus {
    outline: none;
}

.mya-checkbox input[type="checkbox"] {
    opacity: 0;
    pointer-events: none;
}

.mya-checkbox label,
.mya-checkbox label::after,
.mya-checkbox label::before {
    display: inline-block;
}

.mya-checkbox label::after,
.mya-checkbox label::before {
    position: absolute;
}

.mya-checkbox label {
    align-items: center;
    display: flex;
    margin-left: 0;
    min-width: 0;
    position: relative;

    /* 22px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 32px;
}

.mya-checkbox.styled-container label {
    /* 26px width of fake checkbox + 10px distance between fake checkbox and text */
    padding-left: 36px;
}

/* Checkbox - Check Mark */
.mya-checkbox label::after {
    border: solid white;
    border-width: 0 0 2px 2px;
    height: 7px;
    left: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.mya-checkbox.styled-container  label::after {
    border-width: 0 0 4px 4px;
    height: 8px;
    left: 6px;
    top: 5px;
    transform: rotate(-45deg);
    width: 16px;
}

/* Checkbox - Outer */
.mya-checkbox input[type="checkbox"]:focus + label::before,
.mya-checkbox:hover label::before {
    background-color: #f6f6f6;
}

.mya-checkbox label::before {
    background-color: white;
    border: 1px solid #6E6F72;
    border-radius: 5px;
    content: "";
    cursor: pointer;
    height: 22px;
    left: 0;
    width: 22px;
}

.mya-checkbox.styled-container label::before {
    border-color: #ccc;
    height: 26px;
    width: 26px;
}

/* Hide check mark by default */
.mya-checkbox input[type="checkbox"] + label::after{
    content: none;
}

/* Un-hide check mark on checked state */
.mya-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* Update background color for Outer */
.mya-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #3170b7;
}

.mya-checkbox input[type="checkbox"]:checked + label.disabled-input::before,
.mya-checkbox:hover input[type="checkbox"]:checked + label.disabled-input::before{
    background-color: #6E6F72;
}

.mya-checkbox:hover input[type="checkbox"]:checked + label::before {
    background-color: #12508d;
}

/* Add focus styles on the outer-box of the fake checkbox */
.mya-checkbox input[type="checkbox"]:focus  + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* Disabled styles */
.mya-checkbox.disabled label::before,
.mya-checkbox.disabled:hover label::before,
.mya-checkbox.disabled:focus label::before {
    background-color: #6E6F72;
}

