/*section.home-video {
    height: 460px;
}

    section.home-video .video-cont .vid-cntr {
        top: 55%;
    }

h1.main-title {
    line-height: 65px;
}

#oplatform .btn-lg-orng, #oplatform .btn-lg-ltblue {
    border: 0;
    text-align: center;
    border-radius: 50px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 11px 26px;
    color: #FFF;
    text-decoration: none;
    background-color: #f7941d;
    border-radius: 50px;
}

    #oplatform .btn-lg-orng:hover {
        color: #FFF;
        background-color: #ffad4a;
    }

#oplatform .btn-lg-ltblue {
    background-color: #4B9DC3;
}

    #oplatform .btn-lg-ltblue:hover {
        color: #FFF;
        background-color: #4BB0DE;
    }

#opCont {
    margin: 0;
    padding: 0;
    height: 570px;
    position: relative;
    background: #FFF url(/sites/default/themes/kareo_theme/images/optimized/home/photobackdrop.jpg) right top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media screen and (max-width:768px) {
    #opCont {
        background-position: 65%;
    }
}

#oplatform {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #1b1d1e;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

    #oplatform .opCont {
        width: 999px;
        height: 570px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #oplatform .ani {
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out;
        transition: all 150ms ease-out;
    }

    #oplatform h2.header {
        font-weight: 400;
        color: #FFF;
        width: 100%;
        font-size: 38px;
        text-align: center;
        position: absolute;
        top: 47px;
        z-index: 2;
        margin: 1em 0;
        line-height: 1.25em;
    }

@media screen and (max-width:520px) {
    #oplatform h2.header {
        padding: 0 50px;
        top: 20px;
    }
}

#oplatform h3.header {
    font-weight: 400;
    color: #CECECE;
    width: 100%;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 124px;
    z-index: 2;
    margin: 1em 0;
    line-height: 1.5em;
    padding: 0 20px;
}

@media screen and (max-width:768px) {
    #oplatform h3.header {
        padding: 0 15px;
    }
}

#oplatform .featureP {
    position: relative;
    top: 188px;
    left: 95px;
    width: 812px;
    height: 150px;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    z-index: 2;
}

#oplatform .modtree {
    position: absolute;
    top: 330px;
    left: 95px;
    width: 812px;
    height: 60px;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    z-index: 2;
    clip: rect(0px,812px,60px,0px);
    visibility: hidden;
}

    #oplatform .modtree img {
        width: 100%;
    }

#oplatform .mod {
    position: absolute;
    top: 240px;
    left: 0;
    width: 200px;
    height: 60px;
    color: #DDD;
    font-weight: 500;
    font-size: 17px;
    line-height: 64px;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
}

    #oplatform .mod img {
        width: 50px;
        float: left;
        margin: 0 18px 0 0;
        border: 1px solid rgba(255,255,255,0.4);
        padding: 8px;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    #oplatform .mod span {
        letter-spacing: 2px;
        font-weight: 600;
    }

    #oplatform .mod:hover {
        color: #FFF;
    }

        #oplatform .mod:hover img {
            -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
        }

    #oplatform .mod.mbilling span {
        display: block;
        float: left;
        line-height: 22px;
        margin: 11px 0 0 0;
    }

    #oplatform .mod.clinical {
        left: 0px;
    }

    #oplatform .mod.billing {
        left: 215px;
    }

    #oplatform .mod.mbilling {
        left: 420px;
    }

    #oplatform .mod.marketing {
        left: 625px;
    }

#oplatform .nav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 229px;
    cursor: pointer;
    z-index: 5;
    visibility: hidden;
}

    #oplatform .nav:hover {
        -webkit-transform: scale(1.1) !important;
        transform: scale(1.1) !important;
    }

    #oplatform .nav.navleft {
        left: 25px;
    }

    #oplatform .nav.navright {
        right: 25px;
    }

#oplatform .appscreen {
    width: 812px;
    height: 370px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    background-color: #333;
    background: #333 url(/sites/default/files/ck/webupload/images/banners/04/home.jpg) left top no-repeat;
    background-size: 100% auto !important;
    -webkit-background-size: contain;
    border-radius: 6px;
    transition: background 0.5s ease 0s;
}

    #oplatform .appscreen.mod1 {
        background-color: #CCC;
        height: 300px;
    }

    #oplatform .appscreen.mod2 {
        background-color: #DDD;
        height: 300px;
    }

    #oplatform .appscreen.mod3 {
        background-color: #EEE;
        height: 300px;
    }

    #oplatform .appscreen.mod4 {
        background-color: #AAA;
        height: 300px;
    }

#oplatform .featureHero {
    text-align: center;
    width: 700px;
    height: 120px;
    clear: both;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 60px;
    visibility: hidden;
}

    #oplatform .featureHero .imgCont {
        float: left;
    }

    #oplatform .featureHero img {
        width: 98px;
        height: 98px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.4);
        padding: 18px;
    }

    #oplatform .featureHero h3 {
        display: block;
        float: left;
        line-height: 54px;
        font-size: 21px;
        color: #FFF;
        font-weight: 600;
        width: 110px;
        margin: 1em 0 60px 25px;
        padding: 0;
        text-align: left;
        letter-spacing: 2px;
    }

        #oplatform .featureHero h3.mbill {
            line-height: 26px;
            margin-top: 26px;
            height: 120px;
        }

    #oplatform .featureHero p {
        text-align: left;
        color: #EAEAEA;
        font-size: 15px;
        line-height: 150%;
        padding: 0 0 0 20px;
        float: left;
        font-weight: 600;
        letter-spacing: 1px;
        width: 400px;
    }

#oplatform .cta {
    margin: 0;
    padding: 10px 0 0 20px;
    text-align: left;
    float: left;
}

#oplatform .modCont, #oplatform .featureHeroCont {
    position: relative;
    width: 812px;
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#oplatform.state2 .modtree, #oplatform.state2 .mod {
    visibility: hidden;
}

#oplatform.state2 .featureHero {
    visibility: hidden;
}

    #oplatform.state2 .featureHero.mod1 {
        visibility: visible;
    }

#oplatform.state2 .nav {
    visibility: hidden;
}

#oplatform.state2 .appscreen {
    height: 140px;
}

#opCont .bgoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

    #opCont .bgoverlay.botShadow {
        width: 100%;
        height: 75px;
        top: auto;
        bottom: 0;
        z-index: 3;
        opacity: 0.5;
    }

#opCont .bgg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjQzZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMyODI0M2UiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRmNmIiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,rgba(40,36,62,0.9) 0%,rgba(40,36,62,0.9) 1%,rgba(76,79,107,0.8) 100%);
    background: -webkit-linear-gradient(left,rgba(40,36,62,0.9) 0%,rgba(40,36,62,0.9) 1%,rgba(76,79,107,0.8) 100%);
    background: linear-gradient(to right,rgba(40,36,62,0.9) 0%,rgba(40,36,62,0.9) 1%,rgba(76,79,107,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e628243e',endColorstr='#cc4c4f6b',GradientType=1);
}

#opCont .bgg2 {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(117,117,117,0.25) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(117,117,117,0.25) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(117,117,117,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#40757575',GradientType=0);
}

@media screen and (max-width:1024px) {
    #oplatform .opCont {
        width: 100%;
    }

    #oplatform .appscreen {
        width: 85%;
        background-color: #ECEDF0;
        border: 1px solid #353535;
    }

    #oplatform h2.header {
        font-size: 32px;
    }

    #oplatform h3.header {
        font-size: 16px;
        top: 108px;
    }

    #oplatform .modCont, #oplatform .featureHeroCont {
        width: 490px;
    }

    #oplatform .featureHero {
        left: 0;
        width: 100%;
    }

        #oplatform .featureHero .groupCol {
            width: 120px;
            height: 165px;
            text-align: center;
            float: left;
        }

        #oplatform .featureHero .imgCont {
            float: none;
        }

        #oplatform .featureHero img {
            width: 75px;
            height: 75px;
        }

        #oplatform .featureHero h3 {
            font-size: 18px;
            float: none;
            line-height: 22px;
            text-align: center;
            margin: 10px 0 0 0;
            width: 100%;
        }

            #oplatform .featureHero h3.mbill {
                height: 60px;
                margin-top: 12px;
                line-height: 23px;
            }

        #oplatform .featureHero p {
            float: left;
            width: 340px;
            padding: 0 0 0 30px;
            margin: 0 0 20px 0;
        }

    #oplatform .mod {
        font-size: 16px;
    }

        #oplatform .mod.clinical {
            left: 48px;
            top: 200px;
        }

        #oplatform .mod.billing {
            left: 290px;
            top: 200px;
        }

        #oplatform .mod.mbilling {
            left: 48px;
            top: 290px;
        }

        #oplatform .mod.marketing {
            left: 290px;
            top: 290px;
        }

    #oplatform .cta {
        padding: 4px 0 0 28px;
    }

    #oplatform .btn-lg-orng, #oplatform .btn-lg-ltblue {
        padding: 10px 22px !important;
    }

    #oplatform .modtree {
        display: none;
    }
}

@media screen and (max-width:568px) {
    #oplatform {
        width: 100%;
    }

        #oplatform h2.header {
            font-size: 24px;
            top: 34px;
        }

        #oplatform h3.header {
            font-size: 16px;
            top: 146px;
            width: 80%;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        #oplatform .modCont {
            width: 340px;
        }

        #oplatform .mod {
            font-size: 16px;
            width: 110px;
            height: 100px;
            text-align: center;
        }

            #oplatform .mod span {
                display: block;
                float: none;
                line-height: 23px;
                margin: 0;
                font-size: 15px;
                font-weight: 600;
            }

            #oplatform .mod.mbilling span {
                float: none;
                line-height: 19px;
            }

            #oplatform .mod img {
                margin: 0 auto 6px auto;
                display: block;
                float: none;
            }

            #oplatform .mod.clinical {
                left: 30px;
                top: 255px;
            }

            #oplatform .mod.billing {
                left: 195px;
                top: 255px;
            }

            #oplatform .mod.mbilling {
                left: 30px;
                top: 380px;
            }

            #oplatform .mod.marketing {
                left: 195px;
                top: 380px;
            }

        #oplatform .featureHeroCont, #oplatform .modtree, #oplatform .nav {
            display: none;
        }

        #oplatform .mod {
            display: block;
        }

        #oplatform .appscreen {
            bottom: -300px;
            background-color: transparent;
            display: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
}

@media screen and (max-width:380px) {
    #oplatform h2.header {
        font-size: 24px;
        top: 17px;
    }

    #oplatform .modCont {
        width: 260px;
    }

    #oplatform .mod span {
        font-size: 14px;
    }

    #oplatform .mod.clinical {
        left: 0px;
        top: 255px;
    }

    #oplatform .mod.billing {
        left: 130px;
        top: 255px;
    }

    #oplatform .mod.mbilling {
        left: 0px;
        top: 380px;
    }

    #oplatform .mod.marketing {
        left: 130px;
        top: 380px;
    }
}

section.with-frontrunner * {
    font-family: 'Source Sans Pro';
}

section.with-frontrunner .lockup-cont {
    top: 45% !important;
}

@media screen and (max-width:480px) {
    section.with-frontrunner .lockup-cont {
        top: 0 !important;
        margin: 0 auto !important;
    }
}

section.with-frontrunner .lockup-cont .btn-cont {
    margin-top: 50px !important;
}

section.with-frontrunner .lockup-cont .frontrunner-addon {
    float: left;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #cccccc;
    max-width: 475px;
}

    section.with-frontrunner .lockup-cont .frontrunner-addon img {
        float: left;
    }

    section.with-frontrunner .lockup-cont .frontrunner-addon .copy {
        float: left;
        max-width: 330px;
        margin-left: 30px;
        margin-top: 20px;
        color: #3c4345;
        -webkit-font-smoothing: antialiased;
    }

@media screen and (max-width:1100px) {
    section.with-frontrunner .lockup-cont .frontrunner-addon {
        display: none;
    }
}

section.frontrunner {
    background: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/frontrunner/ehr-background.jpg);
    background-size: 85%;
    background-position: calc(115%) 75%;
    background-repeat: no-repeat;
    border-top: 1px solid #e0e0e0;
}

    section.frontrunner * {
        font-family: 'Source Sans Pro';
    }

    section.frontrunner .inner-cont {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        min-height: 500px;
        padding: 0 50px;
    }

        section.frontrunner .inner-cont:after {
            content: "";
            display: table;
            clear: both;
        }

        section.frontrunner .inner-cont .text-cont {
            float: left;
            width: 445px;
            position: absolute;
            top: calc(16%);
        }

            section.frontrunner .inner-cont .text-cont .module-name {
                float: left;
                width: 100%;
            }

                section.frontrunner .inner-cont .text-cont .module-name .module-icon {
                    height: 41px;
                    width: 41px;
                    float: left;
                }

                section.frontrunner .inner-cont .text-cont .module-name .module-title {
                    float: left;
                    font-size: 16px;
                    margin: 8px 15px;
                    font-weight: 600;
                    letter-spacing: 2px;
                }

            section.frontrunner .inner-cont .text-cont .copy {
                margin-top: 20px;
                margin-bottom: 40px;
                float: left;
            }

                section.frontrunner .inner-cont .text-cont .copy span {
                    float: left;
                    font-size: 26px;
                    line-height: 36px;
                    font-weight: 200;
                    margin-top: 22px;
                }

                section.frontrunner .inner-cont .text-cont .copy .title {
                    font-weight: 600;
                    text-transform: uppercase;
                    font-size: 16px;
                    letter-spacing: 2px;
                }

            section.frontrunner .inner-cont .text-cont .btn-cont {
                float: left;
                width: 100%;
            }

                section.frontrunner .inner-cont .text-cont .btn-cont .btn-md-blue {
                    padding: 16px 35px;
                    margin-left: 30px;
                }

                section.frontrunner .inner-cont .text-cont .btn-cont .btn-lg-orng {
                    padding: 16px 35px;
                }

        section.frontrunner .inner-cont img.badge {
            width: 192px;
            position: absolute;
            top: calc(50% - 101px);
            left: calc(50% - 81px);
        }

@media screen and (min-width:1101px) and (max-width:1600px) {
    section.frontrunner {
        background-size: 1230px;
        background-position: calc(100%) 75%;
    }
}

@media screen and (max-width:1100px) {
    section.frontrunner {
        background: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/frontrunner/ehr-background.jpg);
        background-size: 130%;
        background-position: calc(100%) 110px;
        background-repeat: no-repeat;
    }

        section.frontrunner .inner-cont .text-cont {
            width: 50%;
            position: absolute;
            top: calc(15%);
            left: 45%;
            max-width: 425px;
        }

            section.frontrunner .inner-cont .text-cont .copy span {
                float: left;
                font-size: 22px;
                line-height: 34px;
                font-weight: 200;
            }

        section.frontrunner .inner-cont img.badge {
            width: 192px;
            position: absolute;
            top: calc(45% - 101px);
            left: 18%;
        }
}

@media screen and (max-width:830px) {
    section.frontrunner {
        background: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/frontrunner/ehr-background.jpg);
        background-size: 1200px;
        background-position: calc(100%) 300px;
        background-repeat: no-repeat;
    }

        section.frontrunner .inner-cont {
            text-align: center;
            padding: 0 15px;
        }

            section.frontrunner .inner-cont .text-cont {
                width: 100%;
                margin: 0 auto;
                position: relative;
                top: inherit;
                left: inherit;
                max-width: 425px;
                float: none;
                text-align: center;
                display: inline-block;
                margin-top: 200px;
                margin-bottom: 80px;
            }

                section.frontrunner .inner-cont .text-cont .module-name {
                    float: none;
                    display: inline-block;
                    width: 220px;
                }

                section.frontrunner .inner-cont .text-cont .copy span {
                    float: left;
                    font-size: 20px;
                    line-height: 26px;
                    font-weight: 200;
                }

                section.frontrunner .inner-cont .text-cont .btn-cont {
                    text-align: center;
                    float: none;
                    max-width: 250px;
                    margin: 0 auto;
                }

                    section.frontrunner .inner-cont .text-cont .btn-cont .btn-md-blue {
                        padding: 16px 35px;
                        display: inline-block;
                        float: none;
                        margin-top: 30px;
                        margin-left: 0px;
                    }

                    section.frontrunner .inner-cont .text-cont .btn-cont .btn-lg-orng {
                        display: inline-block;
                        float: none;
                    }

            section.frontrunner .inner-cont img.badge {
                width: 160px;
                position: absolute;
                top: calc(0%);
                left: calc(50% - 80px);
            }
}

@media screen and (max-width:560px) {
    section.frontrunner {
        background: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/frontrunner/ehr-background.jpg);
        background-size: 230%;
        background-position: calc(88%) 290px;
        background-repeat: no-repeat;
    }
}

section.home-facts h2.main-title {
    text-align: center;
    margin: 20px auto 10px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 52px;
    color: #1b1d1e;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:768px) {
    section.home-facts h2.main-title {
        font-size: 32px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0;
        line-height: 32px;
        margin: 30px auto 20px;
        display: inline-block;
        width: 100%;
    }
}

section.home-partners h2.main-title {
    font-size: 2.75em;
    font-weight: 300;
    width: 810px;
    max-width: 100%;
    text-align: center;
    margin: 60px auto 0;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 52px;
    color: #1b1d1e;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.3125em;
}

@media screen and (max-width:768px) {
    section.home-partners h2.main-title {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 0.3125em;
        text-align: left;
    }
}

section.pm-video .video-cont h2 {
    color: #ffffff;
    margin-top: 55px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 2.75em;
    line-height: 52px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:768px) {
    section.pm-video .video-cont h2 {
        font-size: 27px;
        line-height: 27px;
    }
}

section.plans-and-pricing .lockup-cont h2 {
    margin: 45px 0 20px 0 !important;
}

    section.plans-and-pricing .lockup-cont h2.main-title {
        color: #3c4345;
        font-size: 2.5em;
        line-height: 40px;
        margin-bottom: 0;
        font-family: "Source Sans Pro",sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        margin: 0 !important;
    }

section.home-cta h2.main-title {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 3.75em;
    line-height: 52px;
    color: #1b1d1e;
    margin-bottom: 0.3125em;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0.5em 0;
}

section.home-cta .btn-cont h2 {
    color: white;
    font-size: 2.625em;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:768px) {
    section.home-cta h2.main-title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

section.dynamic-hero {
    background-image: url(https://www.kareo.com/sites/default/themes/kareo_theme/images/optimized/home/home-hero2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    text-align: center;
    position: relative;
}

    section.dynamic-hero * {
        font-family: "Source Sans Pro",sans-serif;
    }

    section.dynamic-hero .dynamic-inner {
        max-width: 1170px;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        width: 100%;
        position: relative;
        height: 100%;
    }

        section.dynamic-hero .dynamic-inner .dynamic-box {
            max-width: 600px;
            display: inline-block;
            float: left;
            margin: 0;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            section.dynamic-hero .dynamic-inner .dynamic-box span.dyn-question {
                margin-bottom: 8px;
                display: inline-block;
                margin-left: 2px;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box h2 {
                font-size: 48px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.17;
                letter-spacing: 0.1px;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box .cd-words-wrapper {
                display: inline-block;
                position: relative;
                text-align: left;
            }

                section.dynamic-hero .dynamic-inner .dynamic-box .cd-words-wrapper .dynopt {
                    display: inline-block;
                    position: absolute;
                    white-space: nowrap;
                    left: 0;
                    top: 0;
                }

                    section.dynamic-hero .dynamic-inner .dynamic-box .cd-words-wrapper .dynopt.is-visible {
                        position: relative;
                    }

            section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide span {
                display: inline-block;
                font-weight: 400;
                font-style: italic;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide .cd-words-wrapper {
                overflow: hidden;
                vertical-align: top;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide .dynopt {
                opacity: 0;
                top: .2em;
            }

                section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide .dynopt.is-visible {
                    top: 0;
                    opacity: 1 !important;
                    animation: slide-in 1s;
                }

                section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide .dynopt.is-hidden {
                    animation: slide-out 1s;
                }

            section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta {
                border-radius: 4px;
                background-color: #f7941d;
                color: #ffffff;
                text-transform: uppercase;
                padding: 10px 15px;
                margin: 0 0 0 20px;
                font-family: 'Source Sans Pro';
                font-size: 13px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 1.13px;
                text-align: center;
                position: relative;
                display: inline-block;
                cursor: default;
                pointer-events: none;
                right: 5px;
            }

                section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta.request-demo {
                    border-radius: 25px;
                    background-color: #f7941d;
                    color: #ffffff;
                    text-transform: uppercase;
                    padding: 10px 22px;
                    margin: 0 0 0 20px;
                    font-family: 'Source Sans Pro';
                    font-size: 13px;
                    font-weight: bold;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: 1.13px;
                    text-align: center;
                    position: relative;
                    display: inline-block;
                    transition: all 1s ease;
                    cursor: pointer;
                    pointer-events: initial;
                }

                section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta:before {
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 8px 8px 8px 0;
                    border-color: transparent #f7941d transparent transparent;
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: -7px;
                }

                section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta.request-demo:before {
                    display: none;
                }

    section.dynamic-hero .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 38px;
        user-select: none;
        -webkit-user-select: none;
    }

    section.dynamic-hero .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #c3d1d5;
        border-radius: 4px;
        padding: 5px 0 0 0;
    }

        section.dynamic-hero .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: 3px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

    .select2-results__options .select2-results__option {
        padding: 6px 27px !important;
        user-select: none;
        -webkit-user-select: none;
    }

.select2-results__option--highlighted:hover {
    background: #fbfbfb;
    cursor: pointer;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.dyn-cta .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center !important;
}

    .dyn-cta .cd-words-wrapper .ctaver {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
        width: 100%;
    }

        .dyn-cta .cd-words-wrapper .ctaver.is-visible {
            position: relative;
        }

.dyn-cta.rotate-2 .cd-words-wrapper {
    perspective: 300px;
}

.dyn-cta.rotate-2 i, .dyn-cta.rotate-2 em {
    display: inline-block;
    backface-visibility: hidden;
}

.dyn-cta.rotate-2 i {
    transform-style: preserve-3d;
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .dyn-cta.rotate-2 i {
    opacity: 1;
}

.dyn-cta.rotate-2 i.in {
    animation: cd-rotate-2-in 0.4s forwards;
}

.dyn-cta.rotate-2 i.out {
    animation: cd-rotate-2-out 0.4s forwards;
}

.dyn-cta.rotate-2 em {
    transform: translateZ(20px);
    font-style: normal;
}

.no-csstransitions .dyn-cta.rotate-2 i {
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .dyn-cta.rotate-2 i em {
        transform: scale(1);
    }

.no-csstransitions .dyn-cta.rotate-2 .is-visible i {
    opacity: 1;
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

@media screen and (max-width:1250px) {
    section.dynamic-hero .dynamic-inner {
        padding: 0 75px;
    }
}

@media screen and (max-width:768px) {
    section.dynamic-hero:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.65);
    }

    section.dynamic-hero .dynamic-inner {
        padding: 0 75px;
    }

        section.dynamic-hero .dynamic-inner .dynamic-box h2 {
            font-size: 38px;
            color: #ffffff;
            font-weight: 200;
        }

        section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide span {
            display: inline-block;
            font-weight: 300;
            font-style: italic;
        }

        section.dynamic-hero .dynamic-inner .dynamic-box span.dyn-question {
            color: #ffffff;
        }
}

@media screen and (max-width:520px) {
    section.dynamic-hero {
        height: 500px;
    }

        section.dynamic-hero .dynamic-inner {
            padding: 0 25px;
        }

            section.dynamic-hero .dynamic-inner .dynamic-box .dyn-drop {
                margin: 30px 0px 0 0;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta {
                margin: 40px 0 0 0;
            }

                section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta:before {
                    display: none;
                }

                section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta.request-demo {
                    margin: 40px 0 0 0;
                }

            section.dynamic-hero .dynamic-inner .dynamic-box h2 {
                font-size: 30px;
                color: #ffffff;
                font-weight: 200;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box .dynamic-title.slide span {
                display: inline-block;
                font-weight: 300;
                font-style: italic;
            }

            section.dynamic-hero .dynamic-inner .dynamic-box span.dyn-question {
                color: #ffffff;
            }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c3d1d5;
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f5f5;
    color: #0e0e0e;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #49575d;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 32px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0 27px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 4px;
    right: 8px;
    width: 20px;
}

section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta {
    animation: dyncta 8s infinite;
    animation-delay: 2s;
    transition: position 0.5s ease;
}

    section.dynamic-hero .dynamic-inner .dynamic-box a.dyn-cta.request-demo {
        animation: none;
        transition: position 0.5s ease;
    }

section.dynamic-hero .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    left: 50%;
    margin-left: -10px;
    margin-top: 3px;
    position: absolute;
    top: calc(50% - 11px);
    background-image: url(/sites/default/themes/kareo_theme/images/optimized/home/dynban/dropdown-caret.svg);
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

@keyframes dyncta {
    0% {
        right: 5px;
    }

    35% {
        right: 5px;
    }

    50% {
        right: -20px;
    }

    65% {
        right: 5px;
    }

    100% {
        right: 5px;
    }
}

section.aw-block {
    padding: 90px 0;
    overflow-x: hidden;
}

    section.aw-block * {
        font-family: "Source Sans Pro",sans-serif;
    }

    section.aw-block .lockup-cont {
        text-align: center;
        max-width: 1170px !important;
        margin: 0 auto;
    }

        section.aw-block .lockup-cont h2.main-title {
            font-size: 38px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.1px;
            text-align: center;
            color: #252a2b;
        }

        section.aw-block .lockup-cont .aw-cont {
            display: flex;
            text-align: center;
            vertical-align: top;
            margin: 50px -30px;
        }

            section.aw-block .lockup-cont .aw-cont .single-aw {
                width: 33%;
                display: inline-block;
                margin: 0;
                padding: 0 30px;
                text-align: center;
            }

                section.aw-block .lockup-cont .aw-cont .single-aw span.aw-title {
                    width: 100%;
                    display: inline-block;
                    font-size: 18px;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.39;
                    letter-spacing: 0.29px;
                    text-align: center;
                    color: #252a2b;
                    min-height: 50px;
                    margin: 20px 0;
                }

                section.aw-block .lockup-cont .aw-cont .single-aw span.aw-desc {
                    display: inline-block;
                    width: 100%;
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.5px;
                    text-align: center;
                    color: #252a2b;
                    min-height: 100px;
                    margin-bottom: 20px;
                }

                section.aw-block .lockup-cont .aw-cont .single-aw .aw-link {
                    text-transform: uppercase;
                    font-size: 18px;
                    font-weight: 600;
                    letter-spacing: 0.8px;
                    position: relative;
                }

                    section.aw-block .lockup-cont .aw-cont .single-aw .aw-link:before {
                        width: 8px;
                        height: 22px;
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0px;
                        right: -14px;
                        background: url(/sites/default/themes/kareo_theme/images/optimized/awards/ablock01/side-arrow-b.svg);
                        background-position: center;
                        background-repeat: no-repeat;
                        opacity: 1;
                        transition: 0.4s ease;
                        background-size: auto 12px;
                    }

                    section.aw-block .lockup-cont .aw-cont .single-aw .aw-link:hover {
                        color: #f9ab4e;
                    }

                        section.aw-block .lockup-cont .aw-cont .single-aw .aw-link:hover:before {
                            right: -20px;
                            background-image: url(/sites/default/themes/kareo_theme/images/optimized/newmenu/side-arrow_hov.svg);
                            transition: 0.4s ease;
                        }

        section.aw-block .lockup-cont .other-aw {
            text-align: center;
            width: 100%;
            display: flex;
            justify-content: space-between;
            width: 700px;
            margin: 60px auto;
        }

            section.aw-block .lockup-cont .other-aw img.os-aw {
                display: inline-block;
                text-align: center;
                height: 30px;
                width: auto;
            }

        section.aw-block .lockup-cont .view-awards {
            margin: 40px 0 0 0;
        }

            section.aw-block .lockup-cont .view-awards .btn-lg-orng {
                font-size: 13px;
                padding: 16px 45px;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                text-transform: uppercase;
                font-weight: 600;
                -webkit-font-smoothing: antialiased;
                letter-spacing: 1px;
            }

@media screen and (max-width:1220px) {
    section.aw-block .lockup-cont {
        padding: 0 25px;
    }
}

@media screen and (max-width:700px) {
    section.aw-block .lockup-cont .aw-cont {
        display: inline-block;
        margin: 0 0;
    }

        section.aw-block .lockup-cont .aw-cont .single-aw {
            width: 100%;
            display: inline-block;
            margin: 30px 0;
            padding: 0 0;
            text-align: center;
        }

            section.aw-block .lockup-cont .aw-cont .single-aw img.aw-img {
                max-width: 150px !important;
            }

            section.aw-block .lockup-cont .aw-cont .single-aw span.aw-title {
                width: 100%;
                display: inline-block;
                font-size: 18px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.39;
                letter-spacing: 0.29px;
                text-align: center;
                color: #252a2b;
                min-height: 0;
                margin: 20px 0;
            }

            section.aw-block .lockup-cont .aw-cont .single-aw span.aw-desc {
                display: inline-block;
                width: 100%;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.5px;
                text-align: center;
                color: #252a2b;
                min-height: 0;
                margin-bottom: 20px;
            }

    section.aw-block .lockup-cont .other-aw {
        text-align: center;
        width: 100%;
        display: inline;
        justify-content: space-between;
        width: 700px;
        margin: 60px auto;
    }

        section.aw-block .lockup-cont .other-aw img.os-aw {
            display: inline-block;
            text-align: center;
            height: 30px;
            width: auto;
            margin: 10px 15px;
        }

    section.aw-block .lockup-cont .view-awards {
        margin: 20px 0 0 0;
    }
}

input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
}

html.js input.webform-calendar {
    display: inline;
}

.webform-container-inline label {
    display: inline;
    margin-right: 1em;
}

.webform-container-inline div, .webform-container-inline div.form-item {
    display: inline;
}

    .webform-container-inline div.description {
        display: block;
    }

    .webform-container-inline div.messages {
        display: block;
        float: left;
    }

    .webform-container-inline div.ajax-progress-bar div {
        display: inherit;
    }

.webform-container-inline.webform-component-textarea label {
    vertical-align: top;
}

.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
    display: inline-block;
}

.webform-component-textarea .grippie {
    display: block;
}

.webform-progressbar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.webform-progressbar-inner {
    height: 1em;
    background-color: #74c421;
    height: 3px;
}

.webform-progressbar-outer {
    position: relative;
    border: 1px solid #356900;
    width: 100%;
    height: 3px;
    margin: 0.35em -1px 2em;
    background-color: white;
}

.webform-progressbar-page {
    position: absolute;
    width: 7px;
    height: 7px;
    margin: -6px -4px;
    border: 1px solid #356900;
    background-color: white;
    border-radius: 5px;
}

    .webform-progressbar-page.completed {
        background-color: #74c421;
    }

    .webform-progressbar-page.current {
        background-color: #74c421;
    }

    .webform-progressbar-page .webform-progressbar-page-number {
        display: none;
    }

    .webform-progressbar-page .webform-progressbar-page-label {
        position: relative;
        top: 10px;
        margin: 0 -10em;
    }
*/
#block-block-171 {
    display: block !important;
}

body.overflowHidden {
    overflow: hidden !important;
}

.side-panel-overlay * {
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:767px) {
    .side-panel-overlay, .side-panel-cont {
        display: none !important;
    }
}

.side-panel-overlay {
    display: none;
}

    .side-panel-overlay.active {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000021;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9992;
    }

.side-panel-cont {
    position: fixed;
    right: -380px;
    display: block;
    height: 100%;
    top: 0;
    width: 380px;
    z-index: 9993;
    transition: all 0.4s ease;
}

    .side-panel-cont * {
        transition: all 0.4s ease;
        font-family: "Jura", sans-serif;
    }

    .side-panel-cont.showPanel {
        right: 0;
        background: #ffffff;
    }

    .side-panel-cont .buttons-panel {
        background: #152d54;
        color: #ffffff;
        position: absolute;
        left: -50px;
        top: calc(50% - 100px);
        z-index: 131;
        width: 50px;
        cursor: pointer;
        border-radius: 5px 0px 0px 5px;
    }

        .side-panel-cont .buttons-panel .buttons-list .single-button {
            padding: 0px;
            margin: 5px;
            float: left;
            width: 40px;
            display: block;
            border-radius: 5px;
        }

            .side-panel-cont .buttons-panel .buttons-list .single-button .btn-name {
                line-height: 30px;
                float: right;
                padding-right: 10px;
                font-weight: 200;
                position: absolute;
                right: -100px;
                opacity: 0;
                z-index: 0;
                margin-top: 5px;
                transition: opacity 0.5s ease 0.2s,right 0.5s ease 0;
                width: 150px;
                text-align: right;
            }

            .side-panel-cont .buttons-panel .buttons-list .single-button .btn-ico {
                width: 40px;
                height: 40px;
                float: right;
                display: block;
                background-size: 30px 30px;
                background-position: center center;
                background-color: #152d54;
                position: relative;
                z-index: 136;
                background-repeat: no-repeat;
                right: 0px;
                border-radius: 5px;
            }

                .side-panel-cont .buttons-panel .buttons-list .single-button .btn-ico:after {
                    width: 5px;
                    height: 40px;
                    position: absolute;
                    top: 0px;
                    right: -5px;
                    background: #152d54;
                    content: "";
                }

            .side-panel-cont .buttons-panel .buttons-list .single-button.contact-us .btn-ico {
                background-image: url('../img/sidecontact-us.png');                
            }

            .side-panel-cont .buttons-panel .buttons-list .single-button.live-chat .btn-ico {
                background-image: url(../../cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/live-chat.png);
            }

            .side-panel-cont .buttons-panel .buttons-list .single-button.phone-call .btn-ico {
                background-image: url('../img/sidephone.png');
            }

            .side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder .btn-ico {
                background-image: url('../img/sidesolution-builder.png');
            }

            .side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder.active {
                background: #efb701;
            }

                .side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder.active .btn-ico {
                    background-color: #efb701;
                }

        .side-panel-cont .buttons-panel:hover, .side-panel-cont .buttons-panel.hoverState {
            left: -200px;
            width: 200px;
        }

            .side-panel-cont .buttons-panel:hover .buttons-list .single-button, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button {
                width: 190px;
            }

                .side-panel-cont .buttons-panel:hover .buttons-list .single-button .btn-name, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button .btn-name {
                    display: block;
                    position: absolute;
                    right: 50px;
                    opacity: 1;
                    z-index: 136;
                    transition: opacity 0.5s ease 0.2s,right 0.5s ease 0;
                    width: 150px;
                }

                .side-panel-cont .buttons-panel:hover .buttons-list .single-button .btn-ico, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button .btn-ico {
                    float: right;
                    margin-right: 0;
                }

                .side-panel-cont .buttons-panel:hover .buttons-list .single-button:hover, .side-panel-cont .buttons-panel:hover .buttons-list .single-button.hoverState, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button:hover, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button.hoverState {
                    background: #efb701;
                }

                    .side-panel-cont .buttons-panel:hover .buttons-list .single-button:hover .btn-ico, .side-panel-cont .buttons-panel:hover .buttons-list .single-button.hoverState .btn-ico, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button:hover .btn-ico, .side-panel-cont .buttons-panel.hoverState .buttons-list .single-button.hoverState .btn-ico {
                        background-color: #efb701;
                    }

    .side-panel-cont .side-panel-body {
        width: 380px;
        background: #ffffff;
        position: absolute;
        right: 0;
        height: 100%;
        display: block;
        z-index: 135;
        border-left: 1px solid #dedede;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .side-panel-cont .side-panel-body .closeSidePanel {
            position: absolute;
            top: 15px;
            background-image: url(../../cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/close2.png);
            height: 24px;
            right: 0;
            cursor: pointer;
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 24px;
            color: #acb3b7;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 12px;
            background-size: 24px 24px;
            padding-right: 30px;
            margin-right: 10px;
            z-index: 200;
        }

        .side-panel-cont .side-panel-body .side-panel-content {
            padding: 50px 30px 20px 30px;
            position: absolute;
            left: 400px;
            opacity: 0;
            width: 100%;
            display: block;
            max-height: 100%;
            overflow: hidden;
        }

            .side-panel-cont .side-panel-body .side-panel-content .top-img {
                width: 260px;
                margin: 0 auto;
                display: block;
            }

            .side-panel-cont .side-panel-body .side-panel-content.active {
                left: 0;
                opacity: 1;
                max-height: 100%;
                overflow: visible;
            }

            .side-panel-cont .side-panel-body .side-panel-content .title {
                width: 100%;
                display: inline-block;
                font-size: 20px;
                line-height: 26px;
                text-align: center;
                font-weight: 400;
                color: #000000;
                margin-top: 8px;
            }

            .side-panel-cont .side-panel-body .side-panel-content span.subtitle {
                text-align: center;
                display: inline-block;
                font-size: 15px;
                color: #545454;
                line-height: 22px;
                font-weight: 400;
                width: 100%;
                margin-bottom: 0;
            }

                .side-panel-cont .side-panel-body .side-panel-content span.subtitle .go-back {
                    font-weight: 600;
                }

            .side-panel-cont .side-panel-body .side-panel-content .single-sn {
                display: inline-block;
                margin: 15px 0;
            }

                .side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont {
                    width: 80px;
                    float: left;
                }

                    .side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont img {
                        max-width: 64px;
                        margin-top: 12px;
                    }

                    .side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont span.icon-title {
                        font-size: 10px;
                        text-transform: uppercase;
                        text-align: center;
                        width: 64px;
                        display: inline-block;
                        font-weight: 600;
                    }

                .side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body {
                    width: calc(100% - 80px);
                    float: left;
                    text-align: left;
                }

                    .side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body .title {
                        width: 100%;
                        display: inline-block;
                        font-size: 15px;
                        line-height: 22px;
                        text-align: left;
                        font-weight: 600;
                        color: #000000;
                    }

                    .side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body p.copy {
                        font-size: 14px;
                        line-height: 20px;
                        color: #545454;
                        margin-bottom: 5px;
                        margin-top: 5px;
                    }

                    .side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body a.view-more {
                        font-size: 14px;
                        background-image: url(../../cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/read_more_ico.png);
                        display: inline-block;
                        padding-right: 25px;
                        background-position: right center;
                        background-size: 15px 15px;
                        background-repeat: no-repeat;
                    }

                        .side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body a.view-more:hover {
                            background-image: url(../../cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/read_more_ico-hover02.png);
                        }

                .side-panel-cont .side-panel-body .side-panel-content .single-sn.duplicate {
                    display: none;
                }

                .side-panel-cont .side-panel-body .side-panel-content .single-sn.nourl {
                    display: none;
                }

            .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer {
                border-top: 1px solid #efefef;
                padding-top: 20px;
                display: inline-block;
                padding-bottom: 30px;
            }

                .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer span.copy {
                    color: #545454;
                    display: inline-block;
                    width: 48%;
                    font-size: 14px;
                    line-height: 20px;
                    float: left;
                }

                .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont {
                    width: 52%;
                    float: left;
                    display: inline-block;
                }

                    .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont .btn-sm-orng {
                        padding: 10px 15px;
                        display: inline-block;
                        letter-spacing: 0px;
                        font-size: 12px;
                    }

@media screen and (max-height:850px) {
    .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont .btn-sm-orng {
        padding: 10px 13px;
    }
}

.side-panel-cont .side-panel-body .side-panel-content.step-form span.subtitle {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #848484;
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.side-panel-cont .side-panel-body .side-panel-content.step-form form label {
    font-weight: 400;
    margin-top: 20px;
    color: #3c4345;
    text-align: left;
    font-size: 15px;
}

.side-panel-cont .side-panel-body .side-panel-content.step-form form select {
    border-radius: 0;
    font-size: 15px;
    border: 0 none;
    border-bottom: 1px solid #DADADA;
    margin: 0px 0 5px 0;
    padding: 8px 0;
    background-image: url(../../cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/down_arrow_01.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: 98% center;
    color: #3c4345;
    font-weight: 300;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

    .side-panel-cont .side-panel-body .side-panel-content.step-form form select.error {
        border-bottom: 1px solid red;
    }

.side-panel-cont .side-panel-body .side-panel-content.step-form form input.submitButton {
    display: block;
    margin: 30px auto;
    padding: 16px 34px;
    font-size: 13px;
    width: initial;
    max-width: 100%;
}

.display_mobile.mobile-navigation-toolbar, .sticky-menu.follow, .sub-menu-follow-nav {
    transition: 0.5s top ease;
}

    .display_mobile.mobile-navigation-toolbar.sp-active, .sticky-menu.follow.sp-active, .sub-menu-follow-nav.sp-active {
        top: -200px !important;
    }


