h1,h2 {
    font-weight: 600;
}

.h3 {
    font-size: 22px;
    line-height: 1.5;
}

.text-weight-heavy {
    font-weight: 800;
}

.text-weight-light {
    font-weight: 300;
}

.hidden-xs {
    display: none;
}

.text-medium,
.text-large {
    margin: 4% 0;
}

.text-medium {
    font-size: 30px;
}

.text-xl {
    font-size: 95px;
}

.fg-white {
    color: #fff;
}

.fg-text-light {
    color: #d8d8d8;
}

.fg-black {
    color: #000;
}

.fg-text-dark {
    color: #444343;
}

.bg-black {
    background: #000;
}

.bg-light-blue {
    background: #05ace1;
}

.bg-orange {
    background: #f8b532;
}

.bg-green {
    background: #94c538;
}

.bg-red {
    background: #eb3d47;
}

.bg-white {
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.no-margin-all {
    margin: 0 !important;
}

.no-padding-all {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.margin-vertical-medium {
    margin: 5% 0;
}

.margin-vertical-large {
    margin: 8% 0;
}

.btn-wrap {
    padding: 35px 0;
}

.btn-wrap .btn {
    text-decoration: none;
    background: transparent;
    font-weight: 800;
    font-size: 18px;
    padding: 15px 80px;
    border-radius: 9999px;
    border: 2px solid #fff;
}

.btn-wrap .btn.fg-black {
    border: 2px solid #000;
}

.btn-wrap .btn.bg-light-blue {
    background: #05ace1;
}
/*
.btn-wrap .btn:hover,
.btn-wrap .btn:focus {
    color: #fff;
    background: #37B6F9;
}

*/

.btn-wrap.ui-large {
    padding: 13% 0;
}

.btn-wrap.ui-large .btn {
    font-size: 20px;
    padding: 15px 55px;
}

.mobile-app-wrap {
    display: block;
    position: relative;
    margin-top: 70px;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.themes.bg-clouds {
    background: url(../../images/landing/white-clouds-bg.svg);
}

.content-block {
    margin: 0 auto;
    max-width: 1100px;
    padding: 7.5% 25px;
}

.content-block.header {
    max-width: 1300px;
}

.content-block p {
    font-size: 18px;
    line-height: 36px;
}

.content-block p.info {
    font-size: 27px;
    line-height: 38px;
}

.content-block.fg-text-light p a {
    text-decoration: underline;
    color: #d8d8d8;
}

.content-block.fg-text-light p a:hover {
    color: #d8d8d8;
}

section.mobile-app {
    position: relative;
}

.subtitle + p {
    margin-top: 5%;
}

ul.list-branded-app {
    margin: 5% auto;
    padding: 0;
    list-style-type: none;
}

ul.list-branded-app li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    border-bottom: 1px solid #000;
}

ul.list-branded-app li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-theme-screens {
    margin: 0 auto 90px;
    padding-bottom: 7.5%;
    max-width: 1217px;
}

.kiosk-screen-bg {
    background: url(../../images/plus/gradient-bg.jpg) repeat-x;
    width: 100%;
    height: 100%;
}

.kiosk-screen {
    margin: 0 auto;
    max-width: 1046px;
}

ul.features,
ul.questions,
ul.roadmap-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.features li {
    display: block;
    margin-bottom: 18%;
}

ul.features li:nth-child(1) h2 {
    color: #f6d87e;
}

ul.features li:nth-child(2) h2 {
    color: #02b8cd;
}

ul.features li:nth-child(3) h2 {
    color: #f2b73f;
}

ul.features li:nth-child(3) .image-wrap {
    width: 50%;
}

ul.features li:last-child {
    margin-bottom: 0;
}

.roadmap-bg {
    background: url(../../images/plus/3rd-backer.jpg) no-repeat;
    background-size: cover;
}

ul.roadmap-list:first-of-type {
    margin-top: 18%;
}

ul.roadmap-list {
    margin-bottom: 18%;
}

ul.roadmap-list li {
    margin-bottom: 18%;
    width: 100%;
}

ul.roadmap-list li img {
    width: 75%;
}

ul.roadmap-list li h2 {
    margin: 30px 0;
}

li.rm-1 h2 {
    color: #24afbf;
}

li.rm-kiosk h2 {
    color: #716BFF;
}

li.rm-2 h2 {
    color: #e05ecc;
}

li.rm-3 h2 {
    color: #f3b840;
}

li.rm-4 h2 {
    color: #31a9ed;
}

li.rm-5 h2 {
    color: #2da34a;
}

li.rm-6 h2 {
    color: #9d64eb;
}

section.faqs h2.text-xl {
    margin-left: 5%;
}

ul.questions li {
    border-left: 5px solid #ebebeb;
    margin-bottom: 25%;
}

ul.questions li .faq-wrap {
    margin-left: 5%;
}

.faq-wrap a {
    font-weight: 900;
}

.image-wrap {
    margin: 0 auto;
    width: 75%;
}

.image-wrap img {
    width: 100%;
    height: auto;
}

.image-wrap.has-max-width {
    max-width: 50%;
}

.image-wrap.video {
    max-width: 800px;
    padding-top: 10%;
}

.image-wrap + .image-wrap {
    padding-top: 45px;
}

.image-wrap.device {
    margin: 8% auto;
}

.modal .modal-title {
    padding-left: 25px;
    font-size: 24px;
}

.modal .input-styler {
    margin-bottom: 15px;
}

.modal .input-styler:last-child {
    margin-bottom: 0;
}

.modal .input-styler input[type="tel"] {
    border: 1px solid #eaeaea;
    width: 80%;
}

.form-wrap {
    padding: 50px 25px 0;
}

.form-wrap .dform_element {
    width: 100%;
    display: block;
}

.form-wrap .dform_element input[type="text"] {
    width: 100%;
}

.form-wrap .dform_element:nth-child(5) .dform_label {
    display: none;
}

.form-wrap .g-recaptcha div:first-child {
    margin: 40px auto 0;
}

.form-wrap .dform_container .submit {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 9999px;
    text-transform: none;
}

.form-wrap .dform_element.submit_button {
    width: 100%;
}

.btn-wrap a.btn-transparent {
    display: inline-block;
    padding: 22px 0;
    width: 80%;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #575757;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.mobile-content-wrap.screen .image-wrap {
    max-width: 438px;
}

.mobile-content-wrap.screen {
    vertical-align: bottom;
    line-height: 0;
}

ul.mobile-feature {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.mobile-feature li.screen {
    line-height: 0;
    align-self: flex-end;
}

section.mobile-app-header h1,
section.mobile-app-header h2,
ul.mobile-feature li.text h2,
section.get-started h2,
section.themes h2 {
    font-family: 'Varela Round', sans-serif;
}

section.themes .content-block p {
    margin-top: 5%;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.support-block {
    padding: 30px 0 0;
    width: 100%;
}

.support-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.support-block ul li:before {
    content: "";
    background: url(/images/knowledge-makeup-icon.svg) no-repeat 0 0/cover;
    width: 81px;
    height: 81px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}

.support-block .support-info-card {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.support-info-card {
    margin-bottom: 50px;
}

.support-info-card h3 {
    font-weight: 700;
}

section.themes .icon-wrap {
    margin: 0 auto;
    width: 40px;
    height: auto;
}

section.themes .icon-wrap img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 767px) {
    .btn-wrap .btn {
        padding: 15px 45px;
    }

    .text-large {
        font-size: 33px;
    }

    .form-wrap .dform_container .submit {
        width: 80% !important;
    }

    ul.mobile-feature li.screen .image-wrap {
        width: 50%;
        max-width: 338px;
    }
}


@media only screen and (min-width: 768px) {
    section.themes .custom-theme-screens .image-wrap {
        max-width: 50%;
    }
    
    section.themes .icon-wrap {
        width: 60px;
    }

    ul.mobile-feature li.text .icon-wrap {
        width: 65px;
        height: auto;
    }

    ul.mobile-feature li.text .icon-wrap.dashboard {
        width: 50px;
    }

    ul.mobile-feature li.screen .image-wrap {
        width: 50%;
    }

    ul.list-branded-app {
        max-width: 75%;
    }

    .mobile-content-wrap {
        display: inline-block;
        width: calc(50% - 45px);
    }

    .mobile-content-wrap:first-child {
        margin-right: 90px;
    }

    .mobile-content-wrap.text {
        vertical-align: top;
    }

    .text-medium {
        font-size: 39px;
    }

    .text-large {
        font-size: 44px;
    }

    .text-xl {
        font-size: 100px;
    }

    .banner-content .content-block p.larger {
        font-size: 32px;
        line-height: 40px;
    }

    .hidden-xs {
        display: block;
    }

    .hidden-sm-up {
        display: none;
    }

    .btn-wrap.ui-large .btn {
        font-size: 28px;
        padding: 25px 75px;
    }
}

@media only screen and (max-width: 1023px) {
    .icon-wrap {
        margin: 0 auto;
        width: 35px;
        height: auto;
    }

    ul.mobile-feature {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    ul.mobile-feature {
        display: flex;
        justify-content: space-around;
    }

    ul.mobile-feature.reverse {
        flex-direction: row-reverse;
    }

    ul.mobile-feature li.text .icon-wrap {
        display: inline-block;
    }

    ul.mobile-feature li {
        flex-basis: 300px;
    }

    ul.mobile-feature li.screen .image-wrap {
        width: 100%;
    }

    ul.mobile-feature li.text.align-right {
        text-align: right;
    }

    .display-block-lg-up {
        display: block;
    }

    .mobile-app-wrap {
        margin-top: 80px;
    }

    .form-wrap .dform_element {
        width: 45%;
        display: inline-block;
    }

    .form-wrap .dform_element input[type="text"] {
        width: 80%;
    }

    .image-wrap-old-not-used.has-max-width {
        max-width: 35%;
    }

    #footer {
        padding-top: 30px;
    }

    .support-block ul li:before {
        margin: 0 0 45px;
    }
}

@media only screen and (min-width: 1366px) {
    ul.list-branded-app {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1600px) {
    section.mobile-app-header h1.text-large {
        font-size: 75px;
        line-height: 80px;
    }

    ul.mobile-feature {
        justify-content: space-between;
    }

    ul.mobile-feature li {
        flex-basis: 438px;
    }

    .text-large {
        font-size: 65px;
        line-height: 65px;
    }

    .text-xl {
        font-size: 186px;
    }

    .width-40-xl {
        width: 40%;
    }

    section.banner {
        height: 840px;
    }

    .logo-wrap {
        width: 470px;
    }

    .image-wrap {
        width: 100%;
    }

    .image-wrap.device {
        max-width: 60%;
    }

    section.mobile-app-header .image-wrap.has-max-width {
        max-width: 670px;
    }
}

