@font-face {
font-family: maven-light;
src: url(../otf/mavenlight.otf);}
/*global styling*/
:root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /*root font-size, change to zoom globally.*/
    font-size: 14px;
    /*primary colors*/
    --d-blue: #157bb0;
    --l-blue: #1394d7;
    --l-green: #17da93;
    --d-green: #10ad74;
    /*grays*/
    --d-gray1: #1f1f1f;
    --d-gray: #383838;
    --d-gray3: #515151;
    --gray1: #6a6a6a;
    --gray2: #9b9b9b;
    --gray3: #cdcdcd;
    --l-gray: #eee;
    --l-gray2: #fafafa;
    /*secondary accents*/
    --l-lime: #6ff119;
    --d-lime: #53c800;
    --dd-green: #009862;
    --l-orange: #ff651b;
    --d-orange:#ff5300;
    /*alerts*/
    --alert1: #b81313;
    --alert2: red;
    --alert3: #f94949;
    /*new colors*/
        /*blue*/
        --blue1: #157bb0;
        --blue2: #1394d7; 
        --blue3: #55add8;
        --blue4: #78c3e9;
        /*lime*/
        --lime1: #0dba27;
        --lime2: #0fdf2f;
        --lime3: #4af364;
        --lime4: #81f793;
        /*green*/
        --green1: #00905d;
        --green2: #10ad74;
        --green3: #17da93;
        --green4: #41eeaf;
        /*orange*/
        --orange1: #fd7f35;
        --orange2: #ff9900;
        --orange3: #ffad1b;
        --orange4: #ffc358;
    --transparent: rgba(255,255,255,0);
    /*fonts*/
    --head: 'Maven Pro', Helvetica, sans-serif;
    --mlight: 'maven-light', 'Maven Pro', Helvetica, sans-serif;
    --body: 'Roboto', Arial, sans-serif;
    /*box-shadows*/
        /*for sections*/
    --inset-bottom: inset 0px -20px 7px -9px rgba(0,0,0,0.13);
    --inset-top: inset 0px 20px 7px -9px rgba(0,0,0,0.17);
    --top:0px 5px 7px 15px rgba(0,0,0,0.13);
        /*for elements*/
    --shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    --shadow-hover:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    --shadow-light:2px 2px 2px rgba(0,0,0,0.17);
    /*text shadow*/
    --text-shadow: 0.07em 0.08em rgba(51,51,51,0.45);
    --text-shadow-light: 0.07em 0.08em rgba(51,51,51,0.25);
    --text-shadow-light2: 0.035em 0.04em rgba(69,69,69,0.25);
    /*transitions*/
    --ease: 0.15s ease;
    /*misc styles*/
    --gradient:linear-gradient(165deg, #1394d7, #1394d7, #17da93);
    --gradient2:linear-gradient(165deg, #17da93, #1394d7, #1394d7);
    /*border radius*/
    --radius-small: 0.35em;
    --radius-big: 0.5em;
    /*media queries*/
    --tablet: 770px;
    --phone: 550px;
}

/*resetting default styles*/
b, strong {font-weight: 500;}a, img {color: inherit;border: none;outline: none;text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);}a{cursor: pointer;}ul {list-style: none;}a:hover{text-decoration: none;}

.firstof {margin-top: 0 !important;}
.lastof {margin-bottom: 0 !important;}
.secret {opacity:0;font-size:0;z-index:-1;width:0;height:0;color:transparent; padding:0; margin:0!important;}
.hidden {opacity: 0 !important;visibility: hidden;animation-name: none !important;}
.nodisplay {display: none;}
.noscroll {overflow: hidden;}
.material-icons{animation: show-icon 0.3s ease;}
a.link{color: var(--d-blue); font-weight: 500;}
a.link:hover{text-decoration: underline;}

/*global positioning */
.-flex{display: flex;}
.-flexcolumn{flex-direction: column;}
.-wrap{flex-wrap: wrap;}
.-centerv{display:flex; align-items: center;}
.-centerh{display:flex; justify-content:center;}
.-aligntop{align-items: flex-start;}
.-alignbottom{align-items: flex-end;}

body {
    min-width: 310px;
    font-size: 1rem;
    background-color: var(--l-gray);
    font-family: var(--body);
    font-weight: 400;
    color: var(--d-gray);
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}
/*components styling*/

header{
    margin: auto;
    color: white;
    text-align: center;
    position: relative;
    background-color: var(--d-gray);
    padding-top: 9.5rem;
    padding-bottom: 4.5rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 0;
    background-size: cover;} 

    header>button{position: relative;z-index: 2;}
    header>.textwrapper>.title{
        font-size: 3.75rem;
        animation: slide-down;
        animation-duration: 0.2s;
        margin: 1.5rem auto;
        margin-top: 0;}
    header>.textwrapper>.subtitle{
        font-size: 1.5rem;
        padding-top: 1rem;}
    header.lander {
        padding-bottom: 0.5rem;
    }

footer{
    margin: auto;
    font-size: 0.9rem;
    position: relative;
    text-align: center;
    margin-top: calc( -1 * var(--radius-small));
    border-radius: var(--radius-small) var(--radius-small) 0 0;
    color: var(--l-gray);
    box-shadow: var(--top);
    text-align: left;
    padding-top:2.5rem;
    padding-bottom: 10.5rem;
    z-index: 15;
    background-color: #1f1f1f;}

    footer.lander{
        padding-bottom: 6rem;
    }

    footer .title{
        color: white;
        text-transform: none;
        font-size: 1.25rem;
        margin: 0.5rem auto;}
    footer .title.first{font-size: 1.5rem; margin: 0.75rem auto;}

    footer #privacyNotice{
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    footer #privacyNotice a{
        padding: 0;
    }

    footer #payInvoice{
        display: inline-block;
        border-top: 1px solid var(--gray2);
        margin-top: 0.25em;
        padding-top: 0.25em;
    }

section{
    margin: auto;
    position: relative;
    padding: 4rem 3rem;
    text-align: center;
    background-color: var(--l-gray);}

    section:nth-of-type(2n+1){
            background-color: var(--l-gray2);}
    section.first{
            padding-top: 2rem;
            color: white;
            background-color: var(--l-blue);
            background: var(--gradient);
            margin-top: calc( -1 * var(--radius-big));
            border-radius: var(--radius-big) var(--radius-big) 0 0;
            box-shadow: var(--inset-bottom), var(--top);} 
            section.first .title {color:white; text-shadow:var(--text-shadow);}
            section.first>button {transform: translateY(-3.25rem); animation: button-slide-up 0.3s;}
    section.second{
            margin-top: -0.25rem;
            border-radius: 0.25rem 0.25rem 0 0;} section.second .title:not(.sub) {color:var(--d-blue) !important;}
    section.last{
            background-color: var(--l-blue);
            background: var(--gradient2);
            color: white;
            box-shadow: var(--inset-top);}
            section.last .title {text-shadow:var(--text-shadow);}
            section.last#formreplace button{
                margin-top: 1.5rem;}

    section.first.lander{
            background: linear-gradient(var(--l-gray), var(--l-gray2)) !important;
            color: inherit;
            box-shadow: var(--top) !important;}
            section.first.lander .title {color:var(--l-blue); text-shadow:var(--text-shadow-light2) }

    section.feature{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;}

        section.feature article{
            display: flex;
            background-color: white;
            border-radius: var(--radius-small);
            color: var(--d-gray);
            border: 1px solid var(--gray3);
            box-shadow: var(--shadow-light);
            transition: var(--ease);
            width: 40%;
            margin: 1rem;
            min-height: 16rem;
            max-height: 20rem;
            min-width: 32rem;
            overflow: hidden;
        }

        section.feature article label{
            text-transform: uppercase;
        }

        section.feature article label.head{
            font-size: 1.2rem;
            font-weight: 500;
            color: white;
            padding: 0.75rem;
            border-radius: 2rem;
            margin: 1.5rem 0;
            font-family: var(--head);
            color: var(--d-blue);
            transition: var(--ease);
            text-shadow: var(--text-shadow-light2);
            border-color: var(--d-blue);
            border: solid 2.5px;
            transition: var(--ease);
        }

        section.feature article .cover{
            width: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        section.feature article .cover img{
            width: 110%;
        }

        section.feature article .textwrapper{
            width: 50%;
            display: flex;
            flex-direction: column;
            padding: 1rem;
            margin: 0;
        }

        section.feature article .textwrapper .content{
            height: 100%;
            padding-bottom: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        section.feature article .textwrapper .content button{
            align-self: center;
            margin-top: 1rem;
            box-shadow: var(--text-shadow-light2);
        }

        section.feature article:hover label.head{
            border-color: var(--l-blue);
        }

        section.feature .container.wide{
            justify-content: center;
        }

/*wrappers*/

.textwrapper{
    max-width: 800px;
    min-width: 0;
    margin: auto;
    padding: 0;}

.container {
    max-width: 1200px;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-evenly;
    margin: auto;}
    .container.narrow{max-width: 800px;}
    .container.wide{max-width: 1600px;}
    .container.logo{justify-content: center;}

/*dealers logos*/
.container.logo img {
    margin: 1rem;
    height: 4rem;
    filter: contrast(0);
    transition: opacity var(--ease);}
.container.logo img:hover {
    opacity: 0.5;
}

/*boxes, cards, popups*/
.box {
    align-items: center;
    display: flex;
    flex-flow: column;
    text-align: center;
    padding: 2rem;
    transition: var(--ease);}
    .box p:first-of-type{margin-top: 0;}
    .box p:last-of-type{margin-bottom: 0;}
    .box div{width: 100%;}

    .container .box{flex-grow:0; flex-shrink:0;}

    .container .box.half{
        padding: 2.25rem;
        width: calc(0.825 * 0.5 * 1200px - 4.5rem);}
    .container .box.third{
        width: calc(0.825 * 0.33 * 1200px - 4rem);}
    .container .box.quarter{
        padding: 1.75rem;
        width: calc(0.825 * 0.25 * 1200px - 3.5rem);}

    .container.narrow .box.half{
        padding: 1.75rem;
        width: calc(0.825 * 0.5 * 800px - 4.5rem);}
    .container.narrow .box.third{
        width: calc(0.825 * 0.33 * 800px - 4rem);}

    .container.wide .box.third{
        width: calc(0.825 * 0.33 * 1600px - 4rem);}
    .container.wide .box.quarter{
        padding: 1.25rem;
        width: calc(0.825 * 0.25 * 1600px - 3.5rem);}


.card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 1rem 0.75rem;
    padding: 3rem 1.5rem;
    align-items: center;
    border-radius: var(--radius-small);
    box-shadow: var(--shadow-hover);
    background-color: white;
    transition: var(--ease);
    overflow: auto;}
    .card:hover{box-shadow: var(--shadow);}
    .card:hover .title{color: var(--d-blue);}
    .card p:first-of-type{margin-top: 0;}
    .card p:last-of-type{margin-bottom: 0;}
    .card div{width: 100%;}

    .container .card{flex-grow:0; flex-shrink:0;}

    .container .card.half{
        padding: 3rem 1.75rem;
        width: calc(0.85 * 0.5 * 1200px - 5rem);}
    .container .card.third{
        width: calc(0.85 * 0.33 * 1200px - 4.5rem);}
    .container .card.quarter{
        padding: 3rem 1.25rem;
        width: calc(0.85 * 0.25 * 1200px - 4rem);}

    .container.narrow .card.half{
        padding: 3rem 1.75rem;
        width: calc(0.85 * 0.5 * 800px - 5rem);}
    .container.narrow .card.third{
        width: calc(0.85 * 0.33 * 800px - 4.5rem);}

    .container.wide .card.third{
         padding: 3.5rem 1.5rem;
        width: calc(0.85 * 0.33 * 1600px - 4.5rem);}
    .container.wide .card.quarter{
        padding: 3.5rem 1.25rem;
        width: calc(0.85 * 0.25 * 1600px - 4rem);}

.box .icon, .card.icon {display:block; transition: var(--ease);}

    .card.quarter .icon{width: 3rem; height: 3rem;}
     .box.quarter .icon, .card.third .icon{width: 3.5rem; height: 3.5rem;}
    .box.third .icon, .card.half .icon, .figure .icon,
    .container.wide .card.quarter .icon{
        width: 5rem; height: 5rem;}
      .box.half .icon, .container.wide .card.third .icon,
      .container.wide .box.third .icon, .container.wide .box.quarter .icon{
        width: 7rem; height: 7rem;}

    .icon.large {width: 5rem; height: 5rem;}

/*screenshots slides */

.slides .box{
    flex-flow: row wrap;
    width: 100%;
    text-align:left;
    justify-content: flex-start;
    border-left: 3px var(--d-blue) solid;
    padding-bottom: 0;
    margin: 1rem 0;}
.slides .box:nth-of-type(2n){
    text-align:right;
    flex-flow: row-reverse wrap;
    border-left: none;
    border-right: 3px var(--d-blue) solid;}


.slides .figure{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(25vw - 8rem);
    max-width: calc((0.25 * 1200px) - 3rem);
    min-width: 10rem;
    margin: 0 1rem;
    padding: 1rem;}
.slides .figure img{
    display: block;
    transform: scaleX(-1);}

.slides .box:nth-of-type(2n) .figure{
    align-items: flex-end;}

.slides .screenshot{
    background-color: var(--gray3);
    width: calc(63vw - 8rem);
    max-width: calc((0.63 * 1200px) - 8rem); min-width: 425px;
    height: calc(0.7 * 63vw - 8rem);
    max-height: calc(0.7 * (0.63 * 1200px - 8rem)); min-height: calc(0.7 * 425px);
    margin: 1rem 0; border-radius: var(--radius-small);
    box-shadow: var(--shadow);
    overflow: hidden;}
    .slides .screenshot.short{
            height: calc(0.6 * 63vw - 8rem);
            max-height: calc(0.6 * (0.63 * 1200px - 8rem));
            min-height: calc(0.6 * 425px);}
    .screenshot.zoom:before{
        margin: 0.25rem; font-size: 1.75rem;
        content: '+';
        position: absolute;
        box-sizing: border-box;
        width: 2.5rem; height: 2.5rem;
        background: var(--l-gray); border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        color: var(--d-blue);
        opacity: 0.9;
        transition: var(--ease);}
    .screenshot.zoom:hover:before{
        opacity: 0;}

.slides .screenshot>img{
    width: 100%;
    object-fit: cover;
    object-position: 0 0;}

.slides .box:hover .figure img{
    transform: none;}
.slides .box:hover .title{
    color: var(--l-blue);}

/*text titles*/
.title{
    text-transform: uppercase;
    font-family: var(--head);
    font-weight: 500;
    font-size: 2rem;
    margin: 1.5rem auto;
    transition: var(--ease);}
    .title.sub {
        color: var(--d-blue);
        text-transform: none;
        text-shadow: 0.75px 1px rgba(51,51,51,0.1);
        font-size: 1.5rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;}
    .title.nocap{
        text-transform: none;
    }
    .title b, b>.title{
        font-weight: 700;
    }

.subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0.25rem auto;}

    .subtitle.list>div{
        padding: 0.5rem 0;
        font-weight: 500;}

        .subtitle.list .material-icons{
            margin-right: 0.5rem;
            font-size: 2rem;}

label{
    display: block;
    margin: 0.5rem 0;
    font-size: 1rem;
    color: var(--d-gray3);
    font-weight: 500;
    text-shadow: none !important}

/*popup messsages */
.popup {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-shadow: var(--shadow);
    height: auto;
    border-radius: var(--radius-big);
    margin: 1rem;
    padding: 1rem;
    padding-top: 0.5rem;}

/*close button for popup at end of stylesheet*/
.popup>.head, .popup>.cell {
    flex-grow: 0;
    flex-shrink: 0;
    color: var(--d-gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto -1em;
    border-bottom: 1px solid var(--gray3);
    vertical-align: middle;
    transition: var(--ease);
    padding: 0.5em 1em;}

.popup button{
    width: 100%;
    flex-shrink: 0;
    margin-top: 0.5rem;}

.popup ul {list-style: disc;}

.scroller {overflow-y: scroll;}

/*for nav bar menu hover menu */
.popup.drop{
    margin: 0 0.25rem !important;
    padding: 0;}
.drop-wrapper{
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--body);
    text-transform: none;
    width: auto;
    padding: 0.5rem;
    margin-left: -1.5rem;
    animation-name: slide-down-s;
    animation-timing-function: ease-in-out;}
.popup>.cell{
    margin: 0;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none !important;
}

.popup>.cell:first-child{
    border-radius: var(--radius-big) var(--radius-big) 0 0; }
.popup>.cell:last-child{
    border-bottom: none;
    border-radius: 0 0 var(--radius-big) var(--radius-big); }
.popup>.cell:not(.label):hover {
    color: var(--l-gray2);
    background-color: var(--l-blue);}

.popup>.cell.topliner{
    border-top: 1px solid var(--gray2);
}

.popup>.cell.label{
    padding: 0.5em 1.5em;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: default !important;
    border-bottom: 1px solid var(--gray2);
}

#see-all{
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--d-blue);
}

#see-all:hover{
    color: white;}

.popup.drop.nested{
    position: absolute;
    right: calc(-100% + 0.5rem);
    top: -0.5rem;
    animation-name: slide-left;
    animation-timing-function: ease-in-out;
    display: none;
}

/*document viewers*/
.popup.viewer {
    position: fixed;
    width: 80vw;
    height: 100%;
    box-sizing: border-box;
    margin: auto 10vw;
    padding: 1rem; padding-bottom: 6rem; padding-top: 0.75rem;
    color: var(--d-gray);
    background-color: rgba(255,255,255,0.975);
    animation: 0.2s slide-up-origin;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
    z-index: 20;}
.popup.viewer button:not(.link){
    position: fixed;
    bottom: 1rem;
    width: 18rem;
    left: calc(50% - 9rem);}
.popup.viewer .scroller{
    padding: 1rem 4rem; text-align: left; padding-top: 2rem;}
.popup.viewer .close{
    position: absolute;
    align-self: flex-end;}
.popup.viewer .bodytext, .popup.viewer .endtext{
    padding: 1rem;}
.popup.viewer .title{
    text-transform: none;
    text-shadow: var(--text-shadow-light2);
    text-align: center;
    color: var(--d-blue);}
.popup.viewer .subtitle{
    font-weight: 500;}
.popup.viewer .subtitle, .popup.viewer .endtext .title{
    text-align: center;}
.popup.viewer .endtext {
    padding: 0 2rem;
    max-width: 800px;
    min-width: 0;
    margin: auto;}
.popup.viewer .endtext .subtitle{font-size: 1rem;}
.popup.viewer ul {list-style: disc !important;}

/* dividers */
.divider {
    display: inline-block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 6rem;
    height: 0.2rem;
    background-color: var(--d-blue);}
    .divider.clear{
        background-color: transparent;}

.divider.wide{
    width: 300px;
    background-color: var(--gray3);
    height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.vdivider{
    display: inline;
    opacity: 0.25;
    font-size: 0.95em;
    font-weight: 100;}

/* buttons and input areas */
button {
    font-size: inherit;
    font-weight: 500; color: white;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    border-radius: var(--radius-small); 
    background-color: var(--l-blue);
    border: calc(0.075rem + 0.05em) solid var(--l-blue);
    font-family: var(--body) !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-hover);
    transition: box-shadow 0.1s ease, var(--ease);
    cursor: pointer; outline: none;}

button:hover {
    background-color: var(--d-blue);
    border-color: var(--d-blue);
    box-shadow: var(--shadow);}
button:active {
    border-color: var(--l-blue);
    background-color: var(--d-blue);}
button:focus{
    border-color: var(--d-blue);}

button.alt {
    background-color: transparent;
    color: var(--l-blue);
    box-shadow: none;
    border-color: var(--l-blue);}
button.alt:hover {
    color: var(--d-blue);
    border-color: var(--d-blue);}

button.green{
    background-color: var(--l-green);
    border-color: var(--l-green);
    text-shadow: var(--text-shadow-light);}
button.green:hover {
    background-color: var(--d-green);
    border-color: var(--d-green);}
button.green:active {
    background-color: var(--dd-green);}
button.green:focus{
    border-color: var(--d-green);}

button.green.alt {
    background-color: transparent;
    color: var(--l-green);
    box-shadow: none;
    border-color: var(--l-green);}
button.green.alt:hover {
    color: var(--d-green);
    border-color: var(--d-green);}

button.green.overwhite{
    background-color: var(--d-green);
    border-color: var(--d-green);
    text-shadow: none;}
button.green.overwhite:hover {
    background-color: var(--l-green);
    border-color: var(--l-green);}
button.green.overwhite:active {
    background-color: var(--d-green);}
button.green.overwhite:focus{
    border-color: var(--l-green);}

button:disabled{
    color: var(--gray1)!important;
    background-color: var(--gray3)!important;
    border-color: var(--gray3)!important;
    box-shadow: var(--shadow-hover);
    cursor: not-allowed;}

button.big {font-size: 1.25rem;}
button.tiny {font-size: 0.8rem;}

.slider {
    background-color: var(--blue1);
    border-radius: 0.5em;
    padding: 1px;
    display: inline-flex;
    margin-right: 1.5rem;
}
    .slider button{
        width: auto;
        font-size: inherit;
        display: inline-block;
        padding: 0.5em 1em;
        border-radius: 0.5em;
        box-shadow: none !important;
        background-color: var(--blue1);
        border-color: var(--blue1);
        margin-top: auto;
        color: var(--blue4) !important;
        margin-right: 0 !important;
    }

    .slider button:hover {
        background-color: var(--blue2);
    }

    .slider button.active{
        background-color: white !important;
        color: var(--blue2) !important;
        cursor: unset;
    }

input, select, textarea{
    font-size: 1rem;
    outline: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 1px;
    margin: 0.25rem 0;
    padding: 0.5em 0.75em;
    height: auto;
    border: 0.05em solid var(--l-gray);
    background-color: var(--l-gray);
    transition: var(--ease);}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 2rem;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(../png/down_arrow.png);
    padding-right: 2em !important;
    transition: var(--ease);
}
textarea{
    line-height: 1.5em;
    display: block;
    resize: none;}

input:focus, textarea:focus, select:focus{
    border-color: var(--l-blue);}

input:hover, textarea:hover, select:hover{
    border-color: var(--gray2);}

input.error, textarea.error, select.error{
    border-color: var(--alert2);}

#maillabel.error:after{
    content:' - Please enter your work email';
    color: var(--alert2);
}

form{text-align: left; margin: auto; width: 100%; margin: 0.5rem 0; box-sizing: border-box;}

form label{
    font-size: 0.9rem;
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    padding-left: 0.25rem;
    text-transform: uppercase;
}/*form label:first-of-type{
    margin-top: 0.25rem;}*/

/*formfill styling */

.formfill {
    background-color: white;
    border-radius: var(--radius-small);
    margin: 2rem auto;
    max-width: 40rem;
    min-width: 0;
    border: 1px solid var(--gray3);
    color: var(--d-gray);
    padding: 2rem 3rem;
    box-shadow: var(--shadow-hover);
    transition: var(--ease);} .formfill:hover {box-shadow: var(--shadow);}

    .formfill .address {
        display: flex;
        width: 100%;}
    .formfill .address>.city {
        width: 70%; margin-right: 1rem;}
    .formfill .address>.state {
        margin-right: 1rem;
    }


    .formfill-button{
        margin-top: 0.5rem;
        box-shadow: none;}

    .formfill .small{
        font-size: 0.8rem;
    }
        

.formfill .status {margin: 5em auto;}
    .formfill .status .title {color:var(--d-gray); text-shadow: none;}

    .donezo{
        color:var(--l-green) !important;
        font-size: 5rem !important;
        animation: glow 0.5s ease backwards;
        animation-delay: 0.5s}
/****** footer styling *******/

footer .container{align-items: flex-start; flex-wrap: nowrap;}
footer .container>div:not(.bottombar){
    padding:0 3rem;
    line-height: 1.75em;
    transition: padding var(--ease);}

.social-media{
    margin-top: 0.5rem;
    margin-left: -0.25rem;}
.social-media a {transition: opacity var(--ease)}
.social-media a:hover{text-decoration: none; opacity: 0.8;}
.social-media img{
    width: 2rem;
    padding-right: 0.5rem;}

.place{line-height: 1.25rem;}
.place>.title{
    font-weight: 500;}

    footer .newsletter button{
        margin-top: 0.25rem;
    }
    footer .newsletter input{
        font-size: 0.9rem;
        opacity: 0.95;
    }

     footer .newsletter input:hover{
        opacity: 1;
    }

.bottombar {
    font-weight: 400;
    color: var(--l-gray);
    font-size: 0.85rem;
    width: 25rem;
    left: calc(50% - 12.5rem);
    position: absolute;
    bottom: 0; padding:0.5rem 0;
    text-align: center;
    line-height: 1.5em;
    transition: var(--ease);}
.bottombar>div{
    font-size: 1.1rem;
    font-family: var(--head);
    font-weight: 500;
    margin-bottom: 0.25rem;}

/*quotes*/
.quotetext{
    padding-bottom: 1rem;
    font-weight: 500;
    transition: color var(--ease);}

.quoteauthor{
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: flex-end;}
    .quoteauthor>div{display: inline-block;}

.quote>div:not(.divider){
    max-width: 800px;
    min-width: 0;
    text-align: right;
    padding: 1rem 0;}
.quote>div:nth-of-type(4n+1){
    text-align: left;}
.quote>div:nth-of-type(4n+1) .quoteauthor{
    flex-flow: row wrap;}
.quote>div:hover .quotetext, .quote>div:hover .title{
    color: var(--l-blue);}

.imageholder{
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
    margin: 0 1rem;
    border: 3px solid var(--d-blue);
    border-radius: 50%;
    overflow: hidden;}
.imageholder>img{
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;}

/*misc global things*/
.forgot {
    text-align: center;
    color: var(--d-blue);
    font-weight: 700;
    padding: 0.25rem 0;}

.invalid {
    text-align: center;
    color: var(--alert2);
    font-weight: 700;
    padding: 0.25rem 0;}

.load {
    margin: auto;
    padding: 1rem;
    filter: blur(0.25px);
    stroke-dasharray: 42.5%; stroke: var(--l-green);
    width: 3rem; height: 3rem;
    animation: turn 1s both infinite;
    z-index: 25;}

.close:before{content:'\2715';}
.close {
    font-size: 1.25rem;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    transition: var(--ease);
    margin-right: -0.25em;
    cursor: pointer;}

.close:hover {
    background-color: var(--l-gray);
    color:var(--alert3);}

.pill{
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--head);
    padding: 0.5rem 1.5rem;
    margin: 0.5rem 0;
    color: var(--d-blue);
    border-radius: 2rem;
    border: 0.125em solid var(--d-blue);
    transition: var(--ease);
}

    .pill:hover{
        border-color: var(--l-blue);
    }

    .pill.solid{
        box-shadow: var(--shadow-light);
        font-weight: 500;
        font-family: var(--body);
        color: var(--d-gray);
        background: var(--gray3);
        border: none;
    }
        .pill.solid.small{
            font-size: 1rem;
            padding: 0.5rem 1.5rem;
            margin: 0.25rem 0;
            box-shadow: none;
        }
         .pill.solid:hover{
            color: var(--d-blue);
            box-shadow: none;
        }

#btt {
    visibility: hidden; position: fixed;
    display: flex; right: 0; bottom: 0;
    margin: 2rem; padding: 0.5rem;
    border-radius: 50%;
    transform: translateY(1rem);
    width: 3rem; height: 3rem; 
    background-color: var(--gray3);
    justify-content: center; align-items: center; font-size: 2rem;
    box-shadow: var(--shadow); opacity: 0.5; z-index: 95;
    transition: var(--ease); cursor: pointer;} 
    #btt:hover{opacity: 1;}
    #btt.show{visibility: visible; transform: none;}

/****** header styling ************/
/*banner styling */
.top-banner{
    height: 1.75rem;
    font-weight: 500;
    width: 100%;
    background: black;
    color: white;
    display: flex; justify-content: center; align-items: center;
    position: fixed;
    z-index: 98;
    animation: blue-in 0.75s ease backwards;
    animation-delay: 0.75s;}

.top-banner button{
    box-shadow: none;
    padding: 0.15rem 0.75rem;
    margin-left: 1rem;}

nav.banner{
    transform: translateY(1.725rem);
}

nav{
    background: linear-gradient( hsla(0, 0%, 0%, 0.8) 0%, hsla(0, 0%, 0%, 0.5904) 19%, hsla(0, 0%, 0%, 0.4328) 34%, hsla(0, 0%, 0%, 0.3056) 47%, hsla(0, 0%, 0%, 0.2224) 56.5%, hsla(0, 0%, 0%, 0.1552) 65%, hsla(0, 0%, 0%, 0.1008) 73%, hsla(0, 0%, 0%, 0.06) 80.2%, hsla(0, 0%, 0%, 0.0336) 86.1%, hsla(0, 0%, 0%, 0.0168) 91%, hsla(0, 0%, 0%, 0.0064) 95.2%, hsla(0, 0%, 0%, 0.0016) 98.2%, hsla(0, 0%, 0%, 0) 100%);
    position: fixed;
    width: 100%;
    height: 5.25rem;
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    justify-content: space-between;
    color: white;
    z-index: 98;
    padding-bottom: 4.75rem;
    transition: background, height 0.25s ease;
    -webkit-backface-visibility: hidden;}

nav.scroll {
    background: rgba(31,31,31,0.8);
    height: 4rem;
    padding-bottom: 0.2rem;}
nav.scroll2 {background: #1f1f1f;}

.nav-left{
    display: flex;
    align-items: flex-end;
}

.navitem{
    text-transform: uppercase;
    font-family: var(--head);
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    margin: 0 0.25rem;
    padding: 0 0.25rem;
    overflow: visible;
    text-shadow: var(--text-shadow-light);
    transition: font-size var(--ease);}

.navitem .popup *, nav.scroll .navitem{
    text-shadow: none;}

.logo-holder{
    padding: 0 !important; 
    margin:0 !important;
}
.logo-holder:hover img{
    opacity: 0.75; 
    transition: opacity var(--ease);
}

nav a:hover {text-decoration: underline;}
.nav-buttons a:hover{text-decoration: none;}
.nav-buttons .mobile-menu-button {display: none;}

.nav-left .logo-full{
    height: 2.22rem;
    padding: 0 2rem;
    transform: translateY(2px);
}
.nav-left .logo-mobile{
    height: 3rem;
    padding: 0 1.5rem;
    padding-right: 1rem;
    transform: translateY(2px);
    display: none;
}
.nav-left .ie{
    display: none;
}
_:-ms-lang(x), .nav-left .logo-full.ie{
    display: block;
}
_:-ms-lang(x), .nav-left .non-ie{
    display: none;
}

.contact{
    font-weight: 500;
    color: var(--l-gray);
    font-size: 0.95rem;
    position: absolute;
    right: 0; top: 0;
    padding-top: 0.75rem;
    padding-right: 0.5rem;
    transition: 0.1s ease;}

.contact a, .bottombar a{
    padding: 0 0.75rem;}

.scroll>.contact{
    font-size: 0.85rem;
    padding-top: 0.2rem;}

nav button{
    color: white !important;
    font-size: 0.9rem!important;
    letter-spacing: 1px;
    box-shadow: none;
}nav button:last-of-type{margin-right: 1rem;}

nav .popup {
    color: var(--d-gray);
    transition: var(--ease);
    background: rgba(255,255,255,0.875);
    backdrop-filter: blur(0.5rem);
}

#login {
    display: none;
    position: absolute;
    top: 4.75rem;
    right: 0;
    width: 15rem;
    animation-timing-function: ease;
    z-index: 98;}

#login .title {
    margin: 0.25rem;
    font-size: 1.1rem;
    margin-left: 0;
}
#login .close {
    font-size: 1rem;
}
#login form {padding-top: 0.5em;}
#login input{border: 0.05em solid var(--gray3);}
nav.scroll #login {top: 3.5rem;}

/*ad box styling*/
#ad {
    display: none;
    position: absolute; top: 4.75rem; right: 18rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: slide-right ease;
    animation-fill-mode: backwards;
    animation-delay: 0.1s;
    z-index: 98;
    transition: var(--ease)}
    #ad:hover {opacity: 0.95;}

nav.scroll #ad {top: 3.5rem;}

/*end ad box styling */

nav .drop-wrapper{
    display: none;
    position: absolute;}

.hover-menu{
    cursor: default;
}

.hover-menu .zmdi-chevron-down{
    margin-left: -3px;
}

nav .hover-menu:hover .drop-wrapper, .cell.nested:hover .popup.drop.nested{
    animation-duration: 0.2s;
    display: flex;}


.material-icons {
    display: inline;
    font-size: inherit;
    color: inherit;
    vertical-align: middle;}

button .material-icons {
    margin-left: -0.25em}

.phone-alt {
    display: none;
    transition: color var(--ease);}
a.phone-alt {color: var(--l-blue);}
a.phone-alt:hover {color: white; text-decoration: none!important;}
a.phone-alt .material-icons{color: white;}

/*CRISP announcement chip*/
#crisp-chip{
    display: inline-flex;
    align-items: center;
    background-color: var(--blue2);
    padding: 0.5rem 2rem;
    border-radius: 3rem;
    font-weight: 500;
    transition: var(--ease)
}

#crisp-chip:hover{
    background-color: var(--blue3);
    opacity: 0.9;
}

#crisp-chip span{
    font-family: var(--head);
    font-weight: 700;
    margin-right: 0.75rem
}

#crisp-chip .zmdi{
    font-size: 1.5rem;
    margin-left: 0.75rem;
}

/* solutions nav styling */
.popup>.cell.twoline {
    flex-direction: column;
    align-items: flex-start !important;
}

.popup>.cell>.subhead {
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* media queries */
@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {

    section.feature article{
        width: 80%;
    }

    /*header styling*/
    .nav-left .logo-full{
        display: none;
    }
    .nav-left .logo-mobile.non-ie{
        display: inline-block;
    }
    _:-ms-lang(x), .nav-left .logo-mobile.non-ie, .nav-left .logo-full.ie{
        display: none;
    }
    _:-ms-lang(x), .nav-left .logo-mobile.ie{
        display: inline-block;
    }

    .phone {display: none;}
    .phone-alt {display: inline-block;}

    .nav-left .navitem{font-size: 1rem}

    .contact{font-size: 0.9rem;}

    footer .container{flex-wrap: wrap;}

    footer .newsletter{
        text-align: center;
        width: 100%;
    }

    footer .newsletter form{
        text-align: center;
    }

    footer input{
        max-width: 25rem;
        min-width: 0;
        margin: auto;
    }

    footer .newsletter button{
        margin: auto;
    }
}

@media screen and (max-device-width: 1050px) {
    header{background-attachment: scroll !important;}
}

/* tablet/windowed/laptop styling */
@media screen and (max-width: 850px), screen and (max-device-width: 850px) {

    .top-banner{display: none;}

    nav.banner{transform: none;}

    section{padding: 3rem 1rem;}

    section.quote{padding: 3rem;}

    .popup.viewer{
    width: 95vw;
    margin: auto 2.5vw;}
    .popup.viewer .scroller{
    padding: 1rem 2rem;}

    .formfill {
        padding: 2rem;}

    .slides .box{
        text-align:center !important;
        justify-content: center !important;
        border: none !important;
        padding: 0;
        padding-top: 1rem;}
    .slides .figure{
        align-items: center !important;
        max-width: 50rem;
        width: 100%;
        margin: 0 2rem !important;}
    .slides .screenshot{
        width: 100%;
        height: calc(0.70 * (100vw - 2rem));
        min-width: 20rem;
        min-height: calc(0.70 * 20rem)}
    .slides .screenshot.short{
        height: calc(0.60 * (100vw - 2rem));
        min-height: calc(0.60 * 20rem)}
    /*footer styling*/
    footer .container>div:not(.bottombar){padding:0 2rem;}

    /*header styling*/
    #btt {margin: 1.25rem;}

}

/*mobile layouts */
@media screen and (max-width: 670px), screen and (max-device-width: 670px) {


    footer .newsletter{
        position: absolute;
    }
    .popup.viewer .scroller{
    padding: 1rem 0.5rem;}

    header{padding-top: 7.5rem;}

    header>.textwrapper>.subtitle{
        padding-top: 0;}

    .title{font-size: 1.75rem;}

    /*footer styling*/
    footer .container {
        display: -ms-grid;
        display: grid;
         -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 2fr 3fr 3fr;
        grid-template-rows: 2fr 3fr 3fr;}
    footer .container>div:not(.bottombar){
        padding-right: 0;}
    footer .container>div {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-row: 2 / 3;}
    footer div.last {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        grid-row: 3 / end;
        grid-column: 2 / end;}
    footer .container div.newsletter {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-row: 1 / 2;
        grid-column: 1 / end;
        box-sizing: border-box;
        padding: 0 1rem;
        width: 100%;}
    footer div.first:not(.title) {
        -ms-grid-column: 1;
        text-align: right;
        padding-right: 2rem !important;}
    footer div.first .social-media{
       margin-right: -0.5rem;}


    footer input{
      width: calc(100% - 9rem);
    }

    footer .newsletter button{
        width: 8rem;
    }

    .bottombar {width: 22rem; left: calc(50% - 11rem); padding-bottom: 1rem; }
    .bottombar a {padding: 0 0.25rem;}

    /*header styling*/
    .contact, .nav-left .navitem{
        display: none;}

    .logo-mobile{
        padding: 0 !important;
        margin: 0 1rem;}

    nav{justify-content: center;
        align-items: center;
        padding: 0;}
        nav.scroll {padding: 0;}

    #login {margin: 0.5rem;}

    #mobile {
        display: none;
        font-size: 1.25rem;
        right: 0; top: 0; padding: 0; width: 67vw;
        position: absolute; flex-flow: row wrap;
        align-items: center;
        margin: auto 0.25rem;
        margin-top: 4rem;
        overflow-x: hidden;
        overflow-y: auto;
        animation-name: slide-down-s;
        animation-timing-function: ease;}
        nav.scroll #mobile {
            margin-top: 3.5rem;}

        .mobile-menu-button.open #mobile{
            display: block;
            animation-duration: 0.2s
        }

        .mobile-menu-button.open .material-icons{
            transform: rotatex(-45deg);
            transition: transform var(--ease);
        }

    #mobile .main-links{
        display: flex;
        flex-wrap: wrap;
    }
    #mobile .pagelink {
        display: flex;
        font-family: var(--head);
        font-weight: 500;
        letter-spacing: 0.1px;
        width: 50%;
        box-sizing: border-box;
        height: 7.5rem;
        align-items: center; justify-content: center;
        border-bottom: 1px solid var(--gray3);
        transition: var(--ease);}

        #mobile .pagelink:nth-of-type(2n-1) {
             border-right: 1px solid var(--gray3);
         }

        #mobile .pagelink:hover{
            background-color: var(--l-blue);
            cursor: pointer;
            color: white;}

    #mobile .links{
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--l-gray);
        backdrop-filter: blur(2px);
        padding: 0.25rem 0;
    }
            #mobile .links:last-of-type{
                border: none;
            }

    #mobile .links a{
        font-size: 0.9rem;
        font-weight: 500;
        text-align: center;
        width: 100%;
        padding: 0.75rem;
        display: block;
    }
         #mobile .links a:hover{
            text-decoration: underline;
        }

    #mobile .close{
        flex-shrink: 0;
        margin: 0 0.5rem;
    }



    #mobile .material-icons{vertical-align: sub;}
    #mobile .phone-mobile{color:var(--l-blue);}
      
    .nav-buttons {
        display: flex;
        right: 0;
        position: absolute;
    }

    .nav-buttons button{
        padding: 0.75rem 0.5rem !important;
        margin: auto 0.5rem !important;
        width: 5rem;}

    .nav-buttons .mobile-menu-button {
        vertical-align: initial;
        align-items: center;
        display: flex;
        font-size: 2rem;
        margin-left: 0.5rem;
        margin-right: 0.75rem;
        cursor: pointer;}

    .mobile-phone-button {display: block; left: 0; position: absolute;}
    .mobile-phone-button a:hover{
        text-decoration: none !important;}
    .mobile-phone-button button{
        font-size: 1.5rem !important;
        margin: auto 0.5rem !important;
        padding: 0.35rem !important;
        width: 3rem;}
     .mobile-phone-button i{margin: auto}

     #ad {
        visibility: hidden;
     }

     #btt {
        display: none;}

    _:-ms-lang(x), .nav-buttons {
        top: 1.25rem;}

    _:-ms-lang(x), .mobile-phone-button {
        top: 1.25rem;}

    _:-ms-lang(x), nav.scroll .nav-buttons{
        top: 0.5rem;
    }

    _:-ms-lang(x), nav.scroll .mobile-phone-button{
        top: 0.5rem;
    }

    section.feature article{
        min-width: 300px;
        max-height: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;}

    section.feature article label.head{
        font-size: 1rem;
        margin: 0.75rem; 
    }

    section.feature article .textwrapper .content{
        padding-bottom: 0.25rem;}

    section.feature article .textwrapper .content button {
        margin-top: 0.25rem;}

    section.feature article{
        flex-direction: column-reverse;}

    section.feature article .cover{
        max-height: 20rem;
        width: 100%;
        box-sizing: border-box;
    }

    section.feature article .cover img{
        margin-top: 1rem;
    }

    section.feature article .textwrapper{
        width: 100%;
        box-sizing: border-box;}
}


@media screen and (min-width: 1600px){
    .popup.viewer {
        width: 65vw;
        margin: auto 17.5vw;}

    .popup.viewer .scroller {
        padding: 1rem 5rem;}

    .popup.viewer .bodytext{
    font-size: 1.2rem;}

    section.feature article{
        margin: 1.5rem;
    }

}

_:-ms-lang(x), .container{
    justify-content: space-around;
    width: 100%;}