﻿@font-face {
    font-family: FontAwesome;
    src: url('/Content/FontAwesome/Standard/fonts/fontawesome-webfont.ttf')  format('truetype');
}
        
.FullSplash {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 25px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f7f7f7; /* Zucora Platinum */
    z-index: 9999;
    overflow-y: auto;
}
.FullSplash h1,
.FullSplash h2,
.FullSplash h3 { color: #434da0; /* Zucora Indigo */ }
.Intro h1 {
    margin: 78px 0 25px 0;
    font-size: 38.5px;
    font-family: 'Publico Headline', Georgia, 'Times New Roman', serif;
}
.Intro video {
    width: 69%;
    max-width: 900px;
    box-shadow: 0 0 20px 0 #c8c8c8; /* Zucora Concrete */
}
.Intro .Info { text-align: center; }
.Intro .Info img { max-height: 60px; }
.Intro .Close {
    text-align: center;
    margin: 25px auto 0 auto;
    width: 250px;
    display: block;
}

body.SalesFlow .zuc-nav-user,
body.SalesFlow .zuc-nav-links,
body.SalesFlow .zuc-ec-breadcrumbs,
body.SalesFlow .zuc-title-container,
body.SalesFlow .zuc-ec-plan-best-sellers,
body.SalesFlow .zuc-footer-wrapper,
body.SalesFlow .zuc-footer--btm-trim { display: none; }
body.SalesFlow .zuc-main-nav { height: 65px; }
body.SalesFlow .zuc-ec-plan-action-zone-container { padding-bottom: 0; }
body.SalesFlow .zuc-ec-plan-action-zone { margin: 7vw 5vw 4.5vw 5vw; }

.zuc-ec-action-zone-image-box {
    position: relative;
    margin-bottom: 15px;
}
.PlayIcon {
    color: #36384b; /* Zucora Deep Indigo */
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.PlayIcon:hover { color: #70e9b2; /* Zucora Mint */ }
.PlayIcon:before,
.PlayIcon::before {
    font-family: FontAwesome;
    content: "\f01d";
    line-height: 18px;
    width: 18px;
    height: 18px;
}

.LearnMoreWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.LearnMoreWrapper.Done { opacity: 0; }
.LearnMoreContainer {
    position: relative;
    width: 85%;
    -webkit-transition: width 1.5s;
    transition: width 1.5s;
}
.LearnMoreContainer.Invisible { width: 0; }
.LearnMoreContainer.Thumb {
    width: 100px;
    margin-top: 4px;
    -webkit-transition: none;
    transition: none;
}
.LearnMoreContainer.PopOut {
    position: fixed;
    z-index: 4;
    top: 8%;
    left: 7.5%;
}
.LearnMoreVideo {
    width: 100%;
    -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 80px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 80px 0 rgba(0,0,0,0.5);
}
.LearnMoreContainer.Thumb .LearnMoreVideo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.LearnMoreContainer.Thumb:after,
.LearnMoreContainer.Thumb::after {
    content: attr(data-lt-running-time);
    color: white;
    background-color: rgba(0,0,0,0.8);
    padding: 6px 5px 3px 5px;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Aktiv Grotesk', Arial, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 10px;
}
.CloseLearnMore {
    background-color: #36384b;
    -webkit-border-radius: 26.6px;
    -moz-border-radius: 26.6px;
    border-radius: 26.6px;
    position: absolute;
    top: -17px;
    right: -17px;
    color: #70e9b2 !important;
    font-size: 35px;
    padding: 4px 6.5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 10px 0 rgba(255,255,255,1);
    box-shadow: 0 0 10px 0 rgba(255,255,255,1);
}
.CloseLearnMore:after,
.CloseLearnMore::after {
    font-family: FontAwesome;
    content: "\f05c";
}
.LearnMoreContainer.Thumb .CloseLearnMore { display: none; }
.LearnMoreContainer .fa-play-circle-o { display: none; }
.LearnMoreContainer.Thumb .fa-play-circle-o {
    display: inline-block;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 16px);
    font-size: 37px;
    line-height: 32px;
    color: #70e9b2;
    text-shadow: 0 0 9px #000000;
}

.ModalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    overflow-y: auto;
}    
.FlyIn {
    width: 28%;
    margin: 0 0 0 auto;
    background-color: white;
    padding: 30px;
    overflow-y: auto;
}
.FlyIn .Inputs div:last-child { border-bottom: none; }
.FlyIn .Title {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.15;
    text-align: center;
    margin: 0;
}
.FlyIn .Description {
    margin: 0;
    background-color: #f3f3f3;
    font-size: 14px;
    text-align: center;
    padding: 15px 4px;
    font-style: italic;
    margin: 25px -30px;
}
.FlyIn .Close {
    color: gray;
    border-color: gray;
}
.FlyIn .Done { margin-left: 9px; }

.NumberScroller {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    padding: 13.5px 0;
    border-bottom: 1px solid #e6e6e6;
}
.NumberScroller.NoLabel {
    display: inline-block;
    padding: 0;
    margin-top: -2px;
    border: none;
}
.NumberScroller.NoLabel:after,
.NumberScroller.NoLabel::after {
    content: "";
    display: table;
    clear: both;
}
.NumberScroller label,
.NumberScroller label * {
    font-family: 'Aktiv Grotesk', Arial, Arial, Helvetica, sans-serif;
    width: calc(100% - 100px);
    padding-right: 8px;
    margin: 0;
    font-size: 15px;
}
.NumberScroller i,
.NumberScroller input {
    width: 33px !important;
    height: 36.5px;
    border: 2px solid #36384b;
    padding: 11px 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    background-color: #f7f7f7;
    font-weight: 200;
    color: #36384b;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    display: inline-block;
}
.NumberScroller.NoLabel i,
.NumberScroller.NoLabel input {
    width: 29.5px !important;
    height: 21px;
    padding: 4px 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.NumberScroller.NoLabel i {
    background-color: transparent;
    border: 2px solid #999999;
}
.NumberScroller.NoLabel input {
    width: 31px !important;
    padding: 4px 0;
    border: 2px solid #999999;
}
.NumberScroller i {
    font-size: 27px;
    font-weight: 500;
    padding: 0;
    line-height: 31.5px;
    text-align: center;
}
.NumberScroller input {
    margin: 0 -1px;
    text-align: center;
    background-color: white;
    width: 35px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.downgrade-to-single-plan {
    font-family: 'Publico Headline', Georgia, 'Times New Roman', serif;
    color: #8f8f8f;
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}